@charset "UTF-8";
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-moz-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-ms-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-o-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

/* ==========================================================================
   CUSTOM CONFIG
   ========================================================================== */
/* ==========================================================================
   CUSTOM MIXINS
   ========================================================================== */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
.st-container,
.st-pusher,
.st-content {
  /* 	height: 100%; */ }

.st-content {
  overflow-y: scroll; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  /* 	height: 100%; */
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-pusher::after {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .st-menu ul li {
    margin: 0; }

.st-menu h2 {
  margin: 0;
  padding: 1em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.st-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.st-menu ul li a:hover, .st-menu ul li a:focus {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

/* Individual effects */
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-1.st-menu::after {
  display: none; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/*.no-csstransforms3d .st-pusher,.no-js .st-pusher {	padding-left: 300px;}*/
/* ==========================================================================
   BASE
   ========================================================================== */
html,
body {
  height: 100%; }

body {
  font-size: 100%;
  font-family: "Rubik", sans-serif;
  color: #54565A;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body > #st-container {
  -webkit-transition: all 1s ease-in-out; }

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

/* ==========================================================================
   GENERAL CLASSES & WYSIWYG CLASSES
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.clear, .clearboth {
  clear: both; }

.inset {
  margin-top: 15px; }
  .inset.left {
    margin: 15px 15px 15px 0; }
  .inset.right {
    margin: 15px 0 15px 15px; }
  .inset.center {
    margin: 0 auto 15px auto;
    clear: both; }
    .inset.center:before, .inset.center:after {
      content: " ";
      display: table; }
    .inset.center:after {
      clear: both; }

.parent {
  position: relative; }

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

/* Accessiblity */
.hidden {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: -10000px; }

.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  text-align: center;
  overflow: hidden;
  color: #214758;
  background-color: #797c82;
  margin: 10px 35%;
  padding: 5px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 4px solid #54565A;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 999;
  background-color: #fff; }
  .offscreen:focus, .offscreen:active, .offscreen:hover {
    position: relative;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto; }

@media only screen and (min-width: 769px) {
  .mobile {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
    visibility: hidden; } }

/* SELECTION HIGHLIGHT */
::selection {
  background-color: #54565A;
  background-color: rgba(84, 86, 90, 0.85);
  /* WebKit/Blink Browsers */
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background-color: #54565A;
  background-color: rgba(84, 86, 90, 0.85);
  /* Gecko Browsers */
  color: #fff;
  text-shadow: none; }

/* IFRAMES */
.video-wrapper,
.media-wrapper,
.iframe-wrapper {
  border: none;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  background: transparent url("../img/content/loading.gif") center center no-repeat; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed,
  .media-wrapper iframe,
  .media-wrapper object,
  .media-wrapper embed,
  .iframe-wrapper iframe,
  .iframe-wrapper object,
  .iframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.media-wrapper iframe,
.map-wrapper iframe {
  max-width: 100%; }

.careers .iframe-wrapper {
  padding-bottom: 64.25%; }

/* IMAGES */
.image-wrapper img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  /* removes whitespace below image */
  margin: 0 auto; }

/* wysiwyg images with inline styles */
img[style*="float:left"] {
  margin: 6px 15px 15px 0; }

img[style*="float:right"] {
  margin: 6px 15px 0 15px; }

/* ==========================================================================
   GLOBAL STRUCTURE
   ========================================================================== */
.column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .column {
      float: left;
      width: 33.33333%; } }

.content {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .content {
      float: left;
      width: 50%; } }

.container {
  position: relative; }
  @media (max-width: 480px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 350px) {
    .container {
      margin: 0; } }
  .container.intro {
    padding-top: 30px;
    padding-bottom: 15px; }

/* ==========================================================================
   CROSS BROWSER FIXES
   ========================================================================== */
/* Remove the custom styling for IE 7-8 */
.lt-ie9 label:before {
  display: none;
  content: none; }

.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
  position: static;
  left: 0; }

.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

/* ==========================================================================
   ///// MISCELLANEIOUS & DEVELOPER STUFF //////
   ========================================================================== */
* p.edit-link {
  clear: both;
  line-height: 1.3; }
  * p.edit-link:before, * p.edit-link:after {
    content: " ";
    display: table; }
  * p.edit-link:after {
    clear: both; }
  * p.edit-link a:not(.button) {
    display: inline-block;
    margin: 15px auto;
    padding: 7.5px 15px;
    text-align: center;
    background: #61A544;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: none;
    float: none !important;
    width: auto !important; }
    * p.edit-link a:not(.button):hover, * p.edit-link a:not(.button):focus {
      color: #fff;
      background: #3b3d40; }
    * p.edit-link a:not(.button) em {
      font-weight: 500; }
  @media only screen and (max-width: 992px) {
    * p.edit-link {
      display: none;
      visibility: hidden; } }

body:not(.developer) .developer-content {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  speak: none;
  pointer-events: none; }

.directive-label {
  clear: both;
  display: block;
  display: none;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  color: #BE2348;
  border: 1px dashed #BE2348;
  padding: 0 10px;
  margin: 0; }

.tag_attribute {
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 15px;
  border-bottom: 1px solid silver; }

body.jesstest .directive-label {
  display: block;
  visibility: visible; }

body.jesstest p span {
  font-weight: 700;
  font-style: italic; }

/* ==========================================================================
   FONT ICONS
   ========================================================================== */
@font-face {
  font-family: 'iconmoon';
  src: url("../fonts/iconmoon.eot");
  src: url("../fonts/iconmoon.eot#iefix") format("embedded-opentype"), url("../fonts/iconmoon.ttf") format("truetype"), url("../fonts/iconmoon.woff") format("woff"), url("../fonts/iconmoon.svg#iconmoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-promotions:before {
  content: "\e909"; }

.icon-truvets:before {
  content: "\e90c"; }

.icon-blog:before {
  content: "\e908"; }

.icon-account:before {
  content: "\e901"; }

.icon-order-status:before {
  content: "\e91e"; }

.icon-trulieve:before {
  content: "\e957"; }

.icon-consultation:before {
  content: "\e907"; }

.icon-hashtag:before {
  content: "\e916"; }

.icon-tags:before {
  content: "\e917"; }

.icon-chevrons-right:before {
  content: "\e905"; }

.icon-chevrons-left:before {
  content: "\e906"; }

.icon-arrow-down:before {
  content: "\e951"; }

.icon-expand:before {
  content: "\e951"; }

.icon-arrow-left:before {
  content: "\e952"; }

.icon-prev:before {
  content: "\e952"; }

.icon-arrow-right:before {
  content: "\e953"; }

.icon-next:before {
  content: "\e953"; }

.icon-arrow-up:before {
  content: "\e954"; }

.icon-collapse:before {
  content: "\e954"; }

.icon-external-link:before {
  content: "\e91b"; }

.icon-link:before {
  content: "\e919"; }

.icon-doctor:before {
  content: "\e904"; }

.icon-add:before {
  content: "\e145"; }

.icon-phone:before {
  content: "\e0cd"; }

.icon-check:before {
  content: "\e5ca"; }

.icon-check-blank:before {
  content: "\e835"; }

.icon-close:before {
  content: "\e5cd"; }

.icon-code:before {
  content: "\e86f"; }

.icon-edit:before {
  content: "\e254"; }

.icon-notes:before {
  content: "\e254"; }

.icon-delete:before {
  content: "\e872"; }

.icon-cart:before {
  content: "\e8cc"; }

.icon-mail:before {
  content: "\e0e1"; }

.icon-map:before {
  content: "\e55b"; }

.icon-menu:before {
  content: "\e5d2"; }

.icon-more-horiz:before {
  content: "\e5d3"; }

.icon-more-vert:before {
  content: "\e5d4"; }

.icon-video:before {
  content: "\e63a"; }

.icon-mobile-phone:before {
  content: "\e325"; }

.icon-alert:before {
  content: "\e645"; }

.icon-remove:before {
  content: "\e15b"; }

.icon-search:before {
  content: "\e8b6"; }

.icon-settings:before {
  content: "\e8b8"; }

.icon-time:before {
  content: "\e425"; }

.icon-show-less:before {
  content: "\e5d6"; }

.icon-show-more:before {
  content: "\e5d7"; }

.icon-gallery:before {
  content: "\e1bc"; }

.icon-message:before {
  content: "\e920"; }

.icon-in:before {
  content: "\e91d"; }

.icon-spinner:before {
  content: "\e918"; }

.icon-instagram:before {
  content: "\e913"; }

.icon-eye-blocked:before {
  content: "\e911"; }

.icon-eye:before {
  content: "\e912"; }

.icon-delivery:before {
  content: "\e956"; }

.icon-website:before {
  content: "\e9c9"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-location:before {
  content: "\e903"; }

.icon-clock:before {
  content: "\e91f"; }

.icon-pickup:before {
  content: "\e955"; }

.icon-help:before {
  content: "\e902"; }

.icon-download:before {
  content: "\e91c"; }

.icon-disabled:before {
  content: "\e90b"; }

.icon-calendar:before {
  content: "\e90a"; }

.icon-information:before {
  content: "\e900"; }

/* ==========================================================================
   HEADINGS
   ========================================================================== */
.st-container h1 {
  clear: both;
  color: #214758;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  line-height: 1; }
  .st-container h1 a {
    color: inherit; }

.st-container h2 {
  clear: both;
  color: #214758;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  line-height: 1; }
  .st-container h2 a {
    color: inherit; }

.st-container h3 {
  clear: both;
  color: #214758;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  line-height: 1; }
  .st-container h3 a {
    color: inherit; }

.st-container h4 {
  clear: both;
  color: #214758;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  line-height: 1; }
  .st-container h4 a {
    color: inherit; }

.st-container h5 {
  clear: both;
  color: #214758;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  line-height: 1; }
  .st-container h5 a {
    color: inherit; }

.st-container h6 {
  clear: both;
  color: #214758;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  line-height: 1; }
  .st-container h6 a {
    color: inherit; }

.st-container h1 {
  font-size: 52px;
  font-size: 5.2rem; }
  @media (max-width: 992px) {
    .st-container h1 {
      font-size: 50px;
      font-size: 5rem; } }
  @media (max-width: 768px) {
    .st-container h1 {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media (max-width: 480px) {
    .st-container h1 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media (max-width: 350px) {
    .st-container h1 {
      font-size: 44px;
      font-size: 4.4rem; } }

.st-container h2 {
  font-size: 48px;
  font-size: 4.8rem; }
  @media (max-width: 992px) {
    .st-container h2 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media (max-width: 768px) {
    .st-container h2 {
      font-size: 44px;
      font-size: 4.4rem; } }
  @media (max-width: 480px) {
    .st-container h2 {
      font-size: 42px;
      font-size: 4.2rem; } }
  @media (max-width: 350px) {
    .st-container h2 {
      font-size: 40px;
      font-size: 4rem; } }

.st-container h3 {
  font-size: 40px;
  font-size: 4rem; }
  @media (max-width: 992px) {
    .st-container h3 {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media (max-width: 768px) {
    .st-container h3 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (max-width: 480px) {
    .st-container h3 {
      font-size: 34px;
      font-size: 3.4rem; } }
  @media (max-width: 350px) {
    .st-container h3 {
      font-size: 32px;
      font-size: 3.2rem; } }

.st-container h4 {
  font-size: 30px;
  font-size: 3rem; }
  @media (max-width: 992px) {
    .st-container h4 {
      font-size: 28px;
      font-size: 2.8rem; } }

.st-container h5 {
  font-size: 20px;
  font-size: 2rem; }

.st-container h6 {
  font-size: 18px;
  font-size: 1.8rem; }

.st-container .pre-heading,
.st-container * .pre-heading {
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  color: #487a32;
  font-family: "Rubik", sans-serif; }

/* ==========================================================================
   CONTENT
   ========================================================================== */
p {
  position: relative;
  margin: 15px 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  p span.emphasis {
    font-size: 20px;
    font-size: 2rem;
    color: #214758;
    font-family: "Rubik", sans-serif;
    font-style: italic;
    line-height: 1.5; }
    @media (max-width: 480px) {
      p span.emphasis {
        font-size: 16px;
        font-size: 1.6rem; } }
  p span.inline-emphasis {
    display: inline-block;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Rubik", sans-serif;
    font-style: italic; }
    @media (max-width: 480px) {
      p span.inline-emphasis {
        font-size: 16px;
        font-size: 1.6rem; } }

ul, ol {
  margin: 0;
  padding: 0;
  clear: both; }
  ul li, ol li {
    position: relative;
    margin: 15px 0 15px 20px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #54565A; }
    @media (max-width: 768px) {
      ul li, ol li {
        font-size: 16px;
        font-size: 1.6rem; } }

/* ==========================================================================
   LINKS
   ========================================================================== */
a {
  display: inline-block;
  position: relative;
  color: #107264;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a * {
    text-decoration: none; }
  a.button, a.btn {
    display: inline-grid;
    align-content: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    min-height: 68px;
    padding: 0 37.5px;
    border-radius: 8px;
    background: #107264; }
    a.button.emphasized, a.button.big, a.btn.emphasized, a.btn.big {
      padding: 0 60px; }
    a.button:hover, a.button:focus, a.btn:hover, a.btn:focus {
      color: #fff;
      background: #487a32; }
  a p,
  a div {
    color: #54565A; }

@media (max-width: 992px) {
  .tel.desktop {
    display: none; } }

@media (min-width: 992px) {
  .tel.mobile {
    display: none; } }

a[href='undefined'] {
  pointer-events: none;
  cursor: default; }
  a[href='undefined'] .ug-tile-icon {
    display: none;
    visibility: hidden; }

.faux-button {
  /* faux-button used when container is wrapped in an a tag - we can make it "look" like it's button, although the whole container is the link */
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  min-height: 68px;
  padding: 26px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  background: #107264; }
  .faux-button.emphasized, .faux-button.big {
    padding: 26px 60px; }
  .faux-button::after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .faux-button:hover, .faux-button:focus {
    color: #fff;
    background: #61A544; }
  .faux-button:hover::after, .faux-button:focus::after {
    height: 100%;
    opacity: .15; }
  .faux-button:active::after {
    height: 130%;
    opacity: .15; }

.button-set,
.button-wrapper {
  clear: both;
  float: left;
  width: 100%;
  text-align: center; }
  .button-set a,
  .button-set .button,
  .button-wrapper a,
  .button-wrapper .button {
    float: left; }
  .button-set a:not(:last-of-type),
  .button-set .button:not(:last-of-type),
  .button-wrapper a:not(:last-of-type),
  .button-wrapper .button:not(:last-of-type) {
    margin-right: 30px; }

a .video-link:after,
.video-link a:after {
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 5px;
  position: relative;
  top: 2px; }

.main-content p a:not(.button),
.main-content ul:not(.pagination) li a:not(.button),
.main-content ol:not(.pagination) li a:not(.button),
.main-content-wrapper p a:not(.button),
.main-content-wrapper ul:not(.pagination) li a:not(.button),
.main-content-wrapper ol:not(.pagination) li a:not(.button) {
  display: inline;
  color: #107264;
  font-weight: 500;
  text-decoration: none;
  text-shadow: 3px 0 #fff, 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff;
  background-image: -webkit-linear-gradient(top, #107264 0, #19b59f 100%);
  background-image: linear-gradient(to bottom, #107264 0, #19b59f 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 2px 1px; }
  .main-content p a:not(.button):hover, .main-content p a:not(.button):focus,
  .main-content ul:not(.pagination) li a:not(.button):hover,
  .main-content ul:not(.pagination) li a:not(.button):focus,
  .main-content ol:not(.pagination) li a:not(.button):hover,
  .main-content ol:not(.pagination) li a:not(.button):focus,
  .main-content-wrapper p a:not(.button):hover,
  .main-content-wrapper p a:not(.button):focus,
  .main-content-wrapper ul:not(.pagination) li a:not(.button):hover,
  .main-content-wrapper ul:not(.pagination) li a:not(.button):focus,
  .main-content-wrapper ol:not(.pagination) li a:not(.button):hover,
  .main-content-wrapper ol:not(.pagination) li a:not(.button):focus {
    color: #487a32;
    background-image: -webkit-linear-gradient(top, #61A544 0, #8ac471 100%);
    background-image: linear-gradient(to bottom, #61A544 0, #8ac471 100%);
    background-size: 2px 2px;
    background-position: 0 100%; }

/* ==========================================================================
    ANIMATED BUTTONS (text animation)
   ========================================================================== */
/* CODEDROPS LINK - http://tympanus.net/codrops/2015/02/26/inspiration-button-styles-effects/
/* Style = Nina */
.button.animated-text {
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #214758;
  line-height: 30px; }

.button.animated-text > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button.animated-text::before {
  content: attr(data-text);
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button.animated-text:hover {
  background-color: #107264;
  color: #214758; }

.button.animated-text:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.button.animated-text:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0); }

.button.animated-text:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.button.animated-text:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.button.animated-text:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.button.animated-text:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.button.animated-text:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.button.animated-text:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.button.animated-text:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s; }

.button.animated-text:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s; }

.button.animated-text:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s; }

.button.animated-text:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  clear: both;
  float: left;
  width: auto;
  margin-top: 15px;
  margin-left: -15px; }
  .pagination li {
    display: inline-block;
    margin: 0; }
  .pagination a {
    display: inline-block;
    padding: 0;
    margin: 0 2.5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #214758;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Rubik", sans-serif;
    font-weight: 500; }
    .pagination a .icon {
      position: relative;
      top: 5px;
      font-size: 24px;
      font-size: 2.4rem; }
    .pagination a:hover, .pagination a:focus, .pagination a.active {
      color: #107264; }
    .pagination a.active {
      font-weight: 700; }

.pager-list:before, .pager-list:after {
  content: " ";
  display: table; }

.pager-list:after {
  clear: both; }

.pager-list .pager {
  display: inline-block;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #214758;
  font-family: "Rubik", sans-serif;
  cursor: pointer; }
  .pager-list .pager.active, .pager-list .pager:hover, .pager-list .pager:focus {
    color: #107264; }

/* ==========================================================================
    PREV/NEXT LINKING
   ========================================================================== */
.prev-next-links {
  clear: both;
  margin-bottom: 15px;
  background: #fff; }
  .prev-next-links:before, .prev-next-links:after {
    content: " ";
    display: table; }
  .prev-next-links:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .prev-next-links {
      padding-top: 15px;
      border-top: 1px solid #BBBBBB; } }
  .prev-next-links .label {
    color: #214758; }
    @media only screen and (min-width: 769px) {
      .prev-next-links .label {
        display: none; } }
  .prev-next-links a {
    display: inline;
    color: #107264;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    min-height: 44px;
    line-height: 32px;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    padding: 6px 0;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .prev-next-links a:hover, .prev-next-links a:focus {
      color: #61A544; }
    .prev-next-links a.prev {
      float: left; }
    .prev-next-links a.next {
      float: right;
      text-align: right; }
    @media only screen and (max-width: 768px) {
      .prev-next-links a {
        display: block;
        width: 100%; }
        .prev-next-links a.prev, .prev-next-links a.next {
          text-align: center; }
        .prev-next-links a .icon {
          display: none; } }

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  clear: both; }
  .breadcrumbs .container {
    background: #797c82; }
  .breadcrumbs ul {
    width: 100%; }
    .breadcrumbs ul:before, .breadcrumbs ul:after {
      content: " ";
      display: table; }
    .breadcrumbs ul:after {
      clear: both; }
    .breadcrumbs ul li {
      list-style: none;
      display: inline-block;
      margin: 0 10px 0 0;
      font-size: 14px;
      font-size: 1.4rem; }
      .breadcrumbs ul li a {
        color: #54565A;
        line-height: 44px; }
        .breadcrumbs ul li a:hover {
          color: #3b3d40; }
        .breadcrumbs ul li a:after {
          position: relative;
          top: 2px;
          font-family: 'iconmoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\f105";
          margin-left: 10px;
          font-size: 16px;
          font-size: 1.6rem; }

/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */
ul.social-links {
  width: 100%;
  float: left; }
  ul.social-links:before, ul.social-links:after {
    content: " ";
    display: table; }
  ul.social-links:after {
    clear: both; }
  ul.social-links li {
    margin-bottom: 3px;
    float: left;
    margin: 0 6px;
    list-style: none; }
    @media (max-width: 768px) {
      ul.social-links li {
        margin: 0 11px 11px; } }
    ul.social-links li:first-child {
      margin-left: 0; }
    ul.social-links li:last-child {
      margin-right: 0; }
  ul.social-links .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media (max-width: 768px) {
      ul.social-links .icon {
        width: 44px;
        height: 44px;
        line-height: 44px; } }
    ul.social-links .icon:before {
      font-size: 25px;
      font-size: 2.5rem; }
    ul.social-links .icon.icon-email {
      color: #F89A1E; }
    ul.social-links .icon.icon-facebook {
      color: #3b5998; }
    ul.social-links .icon.icon-twitter {
      color: #00aced; }
    ul.social-links .icon.icon-linkedin {
      color: #007bb6; }
    ul.social-links .icon.icon-instagram {
      color: #bc2a8d; }
    ul.social-links .icon.icon-google {
      color: #dd4b39; }
    ul.social-links .icon.icon-youtube {
      color: #bb0000; }
    ul.social-links .icon.icon-vimeo {
      color: #aad450; }
    ul.social-links .icon:hover:before {
      color: #fff; }
    ul.social-links .icon:hover.icon-facebook {
      background-color: #3b5998; }
    ul.social-links .icon:hover.icon-twitter {
      background-color: #00aced; }
    ul.social-links .icon:hover.icon-linkedin {
      background-color: #007bb6; }
    ul.social-links .icon:hover.icon-instagram {
      background-color: #bc2a8d; }
    ul.social-links .icon:hover.icon-google {
      background-color: #dd4b39; }
    ul.social-links .icon:hover.icon-youtube {
      background-color: #bb0000; }
    ul.social-links .icon:hover.icon-vimeo {
      background-color: #aad450; }

/* ==========================================================================
   SUB NAV
   ========================================================================== */
.toggle-navigation {
  margin-bottom: 30px; }
  .toggle-navigation ul {
    display: block;
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 15px 0 0 0; }
    .toggle-navigation ul:before, .toggle-navigation ul:after {
      content: " ";
      display: table; }
    .toggle-navigation ul:after {
      clear: both; }
  .toggle-navigation li {
    position: relative;
    width: 25%;
    list-style: none;
    display: block;
    text-align: left;
    float: left;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 5px 0; }
    @media only screen and (max-width: 1000px) {
      .toggle-navigation li {
        width: 33.33333%; } }
    @media only screen and (max-width: 992px) {
      .toggle-navigation li {
        width: 50%; } }
    @media only screen and (max-width: 530px) {
      .toggle-navigation li {
        width: 100%; } }
    .toggle-navigation li a {
      font-size: 18px;
      font-size: 1.8rem;
      color: #3b3d40;
      text-decoration: none;
      padding: 0 6px; }
      @media only screen and (max-width: 768px) {
        .toggle-navigation li a {
          height: 44px;
          line-height: 44px;
          max-height: 44px; } }
    .toggle-navigation li.here a,
    .toggle-navigation li:hover a {
      color: #214758; }
  .toggle-navigation label.title {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 30px;
    margin: 0;
    border-bottom: 1px solid #3b3d40;
    border-top: 1px solid #3b3d40;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3d40; }
    .toggle-navigation label.title:after, .toggle-navigation label.title:before {
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e951";
      margin-left: 10px;
      font-size: 20px;
      position: relative;
      top: 2px; }
    .toggle-navigation label.title:before {
      margin-left: 0;
      margin-right: 10px; }
    .toggle-navigation label.title:hover, .toggle-navigation label.title:focus {
      color: #BE2348; }
  .toggle-navigation #menu-toggle {
    display: none;
    /* hide the checkbox */ }
  .toggle-navigation .sub {
    /* "height: 0" does not work with css transitions */
    max-height: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .toggle-navigation #menu-toggle:checked + .sub {
    /* "height: auto" effect doesn't work.
	    It's necessary for some value for the CSS to animate,
	    and we can use "max-height" with a great value
	    to emulate this effect. */
    max-height: 6000px;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

/* ==========================================================================
   THE MASTHEAD
   ========================================================================== */
.masthead {
  z-index: 15;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #fff; }
  @media (min-width: 992px) {
    .masthead {
      z-index: 99999; } }
  .masthead .global-info-bar {
    background-color: #107264;
    color: #fff;
    padding: 5px 0;
    text-align: center; }
    .masthead .global-info-bar.notification {
      background: #BE2348; }
    .masthead .global-info-bar .order-status {
      float: left;
      width: 100%; }
      @media only screen and (max-width: 350px) {
        .masthead .global-info-bar .order-status {
          display: none;
          visibility: hidden; } }
    .masthead .global-info-bar p {
      font-weight: 500;
      margin: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: zoomInDown;
      -moz-animation-name: zoomInDown;
      -ms-animation-name: zoomInDown;
      -o-animation-name: zoomInDown;
      animation-name: zoomInDown;
      -webkit-animation-iteration-count: 1s;
      -moz-animation-iteration-count: 1s;
      -ms-animation-iteration-count: 1s;
      -o-animation-iteration-count: 1s;
      animation-iteration-count: 1s;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      animate-delay: 0.9s;
      animate-duration: 3s; }
    .masthead .global-info-bar a,
    .masthead .global-info-bar span {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      color: #fff;
      padding: 0 7.5px; }
    .masthead .global-info-bar span {
      text-transform: uppercase;
      padding-right: 0; }
  .masthead .quick-links {
    float: left;
    width: 100%;
    padding: 15px 0; }
    .masthead .quick-links:before, .masthead .quick-links:after {
      content: " ";
      display: table; }
    .masthead .quick-links:after {
      clear: both; }
    .masthead .quick-links .container {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      min-height: 100px; }
      @media only screen and (max-width: 992px) {
        .masthead .quick-links .container {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
      .masthead .quick-links .container .brand {
        order: 1;
        margin-right: auto; }
        @media only screen and (max-width: 992px) {
          .masthead .quick-links .container .brand {
            max-width: 200px;
            left: 15px; } }
        .masthead .quick-links .container .brand img {
          max-width: 100%;
          height: auto; }
          @media only screen and (max-width: 480px) {
            .masthead .quick-links .container .brand img {
              max-width: 150px; } }
      .masthead .quick-links .container .shop-links {
        order: 2;
        margin-top: -2px;
        margin-right: 10px; }
        @media only screen and (max-width: 992px) {
          .masthead .quick-links .container .shop-links {
            margin-right: 20px; } }
        @media only screen and (max-width: 400px) {
          .masthead .quick-links .container .shop-links {
            display: none;
            visibility: hidden; } }
        .masthead .quick-links .container .shop-links a {
          display: inline-block;
          margin: 0 10px;
          text-align: center;
          text-decoration: none; }
          .masthead .quick-links .container .shop-links a.welcome-link {
            position: relative;
            top: -5px;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 700;
            color: #214758; }
            .masthead .quick-links .container .shop-links a.welcome-link:hover, .masthead .quick-links .container .shop-links a.welcome-link:focus {
              color: #61A544; }
          .masthead .quick-links .container .shop-links a .icon {
            font-size: 28px;
            font-size: 2.8rem;
            color: #107264;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
          .masthead .quick-links .container .shop-links a .counter {
            display: inline-block;
            float: right;
            position: relative;
            top: 1px;
            margin-left: 4px;
            padding: 2px 0;
            color: #487a32;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 700; }
          .masthead .quick-links .container .shop-links a:hover .icon, .masthead .quick-links .container .shop-links a:focus .icon {
            color: #61A544; }
          .masthead .quick-links .container .shop-links a.shop {
            font-size: 18px;
            font-size: 1.8rem;
            color: #107264;
            font-weight: 500; }
            .masthead .quick-links .container .shop-links a.shop:hover, .masthead .quick-links .container .shop-links a.shop:focus {
              color: #61A544; }
              .masthead .quick-links .container .shop-links a.shop:hover .icon, .masthead .quick-links .container .shop-links a.shop:focus .icon {
                color: #61A544; }
            .masthead .quick-links .container .shop-links a.shop .icon {
              top: 5px;
              margin-right: 5px; }
      .masthead .quick-links .container .choose-location-wrapper {
        order: 3; }
        @media only screen and (max-width: 992px) {
          .masthead .quick-links .container .choose-location-wrapper {
            justify-self: flex-end;
            order: 20;
            width: 100%;
            margin-top: 15px;
            padding: 15px 15px 15px 34px;
            background: #eeeeee; } }
        @media only screen and (max-width: 479px) {
          .masthead .quick-links .container .choose-location-wrapper {
            padding: 15px 15px 15px 26px; } }
        .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger {
          position: relative;
          display: block;
          padding: 0 0 0 40px;
          text-decoration: none; }
          .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger::before {
            position: absolute;
            top: 1px;
            left: 0;
            z-index: 10;
            font-family: 'iconmoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            content: "\e903";
            color: #61A544;
            font-size: 32px;
            font-size: 3.2rem;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
          .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger:hover::before, .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger:focus::before {
            color: #107264; }
          .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger .type,
          .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger .value {
            display: block;
            color: #214758;
            line-height: 1; }
          .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger .type {
            font-size: 17px;
            font-size: 1.7rem;
            font-weight: 400;
            margin-bottom: 8px; }
          .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger .value {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 700; }
      .masthead .quick-links .container #st-trigger-effects {
        order: 4;
        z-index: 1;
        position: relative;
        /* hide from large screens */ }
        @media only screen and (min-width: 992px) {
          .masthead .quick-links .container #st-trigger-effects {
            display: none; } }
        @media only screen and (max-width: 992px) {
          .masthead .quick-links .container #st-trigger-effects {
            right: 15px; } }
        .masthead .quick-links .container #st-trigger-effects button {
          padding: 0;
          width: 50px;
          height: 50px;
          border: none;
          font-size: 40px;
          font-size: 4rem;
          background: transparent; }
          .masthead .quick-links .container #st-trigger-effects button::after {
            font-family: 'iconmoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            content: "";
            color: #3b3d40;
            font-size: 35px;
            font-size: 3.5rem;
            position: relative;
            top: -3px;
            color: #107264;
            background: #fff;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
          .masthead .quick-links .container #st-trigger-effects button:hover::after, .masthead .quick-links .container #st-trigger-effects button:focus::after {
            color: #61A544; }

/* ==========================================================================
   MAIN DESKTOP NAVIGATION
   ========================================================================== */
.main-nav-wrapper {
  clear: both; }

nav#main-nav {
  width: auto;
  text-align: center;
  /* 	   SUB NAV --- THE DROPDOWNS 	   */ }
  nav#main-nav:before, nav#main-nav:after {
    content: " ";
    display: table; }
  nav#main-nav:after {
    clear: both; }
  @media (max-width: 991px) {
    nav#main-nav {
      display: none; } }
  nav#main-nav > ul {
    display: inline-block;
    width: auto;
    margin: 0 auto; }
  nav#main-nav li {
    position: relative;
    z-index: 999;
    float: left;
    margin: 0;
    padding: 0 10px 28px;
    list-style: none; }
    @media (max-width: 1199px) {
      nav#main-nav li {
        padding: 0 5px 28px; } }
    nav#main-nav li:last-of-type {
      padding-right: 0; }
      nav#main-nav li:last-of-type a {
        margin-right: 0; }
    nav#main-nav li a {
      padding: 7.5px;
      margin: 2px 0 0;
      color: #214758;
      font-family: "Rubik", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: .05em;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      nav#main-nav li a:hover, nav#main-nav li a:focus {
        color: #107264;
        text-decoration: none; }
  nav#main-nav li.here > a,
  nav#main-nav li.has-children-here > a,
  nav#main-nav li.parent-here > a {
    color: #107264; }
  nav#main-nav li ul {
    display: none;
    position: absolute;
    z-index: 0;
    top: 42px;
    left: 0;
    min-width: 150px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 4px 4px transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    nav#main-nav li ul li {
      float: none;
      display: block;
      white-space: nowrap;
      border: none;
      padding: 0; }
      nav#main-nav li ul li a {
        display: block;
        line-height: 1;
        min-height: 44px;
        line-height: 44px;
        padding: 0 20px;
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem; }
        nav#main-nav li ul li a:hover, nav#main-nav li ul li a:focus {
          color: #107264; }
      nav#main-nav li ul li:first-child {
        padding-top: 5px; }
      nav#main-nav li ul li:last-child {
        padding-bottom: 5px; }
      nav#main-nav li ul li.here a {
        color: #107264; }
  nav#main-nav li:last-of-type ul {
    left: auto;
    right: 0; }
    nav#main-nav li:last-of-type ul a {
      padding-right: 10px; }
  nav#main-nav li:hover ul,
  nav#main-nav .sfHover ul {
    display: block;
    z-index: 15;
    height: auto;
    overflow: visible;
    opacity: 1;
    border: 1px solid #BBBBBB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    transition-delay: 2s; }

/* ==========================================================================
   MOBILE SIDEBAR NAV
   ========================================================================== */
/* http://tympanus.net/Development/SidebarTransitions/ */
#st-container .st-content ul li {
  margin: 0; }

.st-content {
  background: #fff; }

.st-pusher::after {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999; }

.st-menu {
  background: #fff;
  visibility: hidden;
  /* 	SUB NAV ----------	*/ }
  .st-menu .brand {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 0 15px;
    text-align: left; }
    .st-menu .brand img {
      max-width: 125px; }
    .st-menu .brand .tagline {
      display: block;
      margin: 10px 0; }
  .st-menu span.heading {
    display: block;
    padding: 10px 15px 10px 20px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    color: #214758;
    border-bottom: 1px solid #BBBBBB; }
  .st-menu ul {
    border-bottom: 1px solid #BBBBBB; }
    .st-menu ul li {
      position: relative;
      overflow: hidden; }
      .st-menu ul li.here > a {
        color: #107264; }
      .st-menu ul li:first-child a {
        box-shadow: none !important; }
      .st-menu ul li a {
        position: relative;
        z-index: 12;
        color: #214758;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        text-decoration: none;
        font-weight: 500;
        white-space: normal;
        box-shadow: none !important; }
        .st-menu ul li a::before {
          content: " ";
          display: inline-block;
          position: relative;
          top: 3px;
          width: 30px;
          height: 20px;
          padding-right: 10px;
          background-image: url("../img/brand/trulieve-tiny-icon.svg");
          background-size: 20px auto;
          background-position: left center;
          background-repeat: no-repeat; }
        .st-menu ul li a:hover, .st-menu ul li a:focus {
          background-color: #BBBBBB;
          background-color: rgba(187, 187, 187, 0.25); }
      .st-menu ul li.has-children::after {
        font-family: 'iconmoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        font-size: 22px;
        font-size: 2.2rem;
        color: inherit;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        background-color: #54565A;
        background-color: rgba(84, 86, 90, 0.15);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .st-menu ul li.has-children.active::after {
        content: ""; }
  .st-menu .shop-links {
    padding-top: 5px; }
    .st-menu .shop-links ul {
      padding: 10px 0; }
    .st-menu .shop-links ul li a::before {
      display: none;
      visibility: hidden; }
    .st-menu .shop-links a {
      padding: 10px 1em 10px 1.2em; }
      .st-menu .shop-links a .icon {
        display: inline-block;
        position: relative;
        top: 2px;
        width: 28px;
        padding-right: 22px;
        font-size: 20px;
        font-size: 2rem;
        color: #107264;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .st-menu .shop-links a:hover .icon, .st-menu .shop-links a:focus .icon {
        color: #61A544; }
      .st-menu .shop-links a .counter {
        display: inline-block;
        margin-left: 2px; }
        .st-menu .shop-links a .counter span {
          color: #487a32; }
  .st-menu li ul {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-delay: .5s;
    background: #fff;
    border-bottom: 1px solid #BBBBBB; }
    .st-menu li ul li {
      float: none;
      display: block;
      white-space: nowrap; }
      .st-menu li ul li a {
        padding-left: 50px; }
        .st-menu li ul li a::before {
          display: none;
          visibility: hidden; }
        .st-menu li ul li a span {
          display: none;
          visibility: hidden; }
  .st-menu li.active ul,
  .st-menu .sfHover ul {
    height: auto;
    overflow: visible; }
  .st-menu .sfHover ul a:focus {
    outline: 1px solid #214758;
    -moz-outline-radius: 3px; }

.st-menu-open #st-trigger-effects button::after {
  content: "";
  font-weight: 700; }
  @media (max-width: 350px) {
    .st-menu-open #st-trigger-effects button::after {
      right: 0;
      top: 0; } }

.st-menu-open .st-effect-1.st-menu {
  opacity: 1;
  visibility: visible; }

/* ==========================================================================
   IN-PAGE SUB NAV
   ========================================================================== */
@media (max-width: 768px) {
  body:not(.specials) .sub-navigation .container {
    padding: 0; } }

@media (min-width: 992px) {
  body:not(.specials) .sub-navigation #menu-toggle,
  body:not(.specials) .sub-navigation .trigger,
  body:not(.specials) .sub-navigation li.label {
    display: none;
    visibility: hidden; } }

body:not(.specials) .sub-navigation ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB; }
  body:not(.specials) .sub-navigation ul:before, body:not(.specials) .sub-navigation ul:after {
    content: " ";
    display: table; }
  body:not(.specials) .sub-navigation ul:after {
    clear: both; }
  @media (max-width: 992px) {
    body:not(.specials) .sub-navigation ul {
      display: block; } }

body:not(.specials) .sub-navigation li {
  position: relative;
  display: table-cell;
  text-align: center;
  list-style: none; }
  @media (max-width: 992px) {
    body:not(.specials) .sub-navigation li {
      display: block;
      text-align: left;
      width: 50%;
      float: left;
      margin: 0;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 480px) {
    body:not(.specials) .sub-navigation li {
      width: 100%; } }
  @media (min-width: 992px) {
    body:not(.specials) .sub-navigation li:after {
      content: "•";
      position: absolute;
      top: 7px;
      right: -1px; } }
  body:not(.specials) .sub-navigation li.cat-1, body:not(.specials) .sub-navigation li:last-child:after {
    display: none;
    visibility: hidden; }
  @media (max-width: 992px) {
    body:not(.specials) .sub-navigation li:last-child {
      padding-bottom: 15px; } }
  body:not(.specials) .sub-navigation li a {
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    max-height: 33px;
    color: #54565A;
    font-weight: 500; }
    @media only screen and (max-width: 480px) {
      body:not(.specials) .sub-navigation li a {
        height: 44px;
        line-height: 44px;
        max-height: 44px; } }
  body:not(.specials) .sub-navigation li.here a,
  body:not(.specials) .sub-navigation li:hover a {
    color: #107264; }

body:not(.specials) .sub-navigation.tabs {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  max-height: 44px; }
  body:not(.specials) .sub-navigation.tabs ul {
    float: left; }
  body:not(.specials) .sub-navigation.tabs li {
    padding: 0 10px; }
    body:not(.specials) .sub-navigation.tabs li:after {
      content: "•";
      position: absolute;
      top: 14px;
      right: -2px; }
    body:not(.specials) .sub-navigation.tabs li:first-child {
      padding-left: 0; }
    body:not(.specials) .sub-navigation.tabs li:last-child:after {
      display: none;
      visibility: hidden; }
    body:not(.specials) .sub-navigation.tabs li.active a {
      color: #107264; }
    @media (max-width: 548px) {
      body:not(.specials) .sub-navigation.tabs li {
        display: inline-block;
        float: left; } }

@media (max-width: 992px) {
  body:not(.specials) .sub-navigation label.title {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #214758; }
    body:not(.specials) .sub-navigation label.title:after, body:not(.specials) .sub-navigation label.title:before {
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e951";
      margin-left: 10px;
      font-size: 20px;
      font-size: 2rem;
      position: relative;
      top: 2px; }
    body:not(.specials) .sub-navigation label.title:before {
      margin-left: 0;
      margin-right: 10px; }
    body:not(.specials) .sub-navigation label.title:hover, body:not(.specials) .sub-navigation label.title:focus {
      color: #107264; }
  body:not(.specials) .sub-navigation #menu-toggle {
    display: none;
    /* hide the checkbox */ }
  body:not(.specials) .sub-navigation .sub {
    /* "height: 0" does not work with css transitions */
    max-height: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-top: 10px; } }
  @media (max-width: 992px) and (max-width: 768px) {
    body:not(.specials) .sub-navigation .sub {
      border-top: 1px solid #BBBBBB; } }

@media (max-width: 992px) {
  body:not(.specials) .sub-navigation #menu-toggle:checked + .sub,
  body:not(.specials) .sub-navigation .sub.active {
    /* "height: auto" effect doesn't work.
		    It's necessary for some value for the CSS to animate,
		    and we can use "max-height" with a great value
		    to emulate this effect. */
    max-height: 600px;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; } }

button.cta {
  color: #01893E; }
  button.cta:after {
    font-family: 'iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    font-size: 2.5rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: "\e953"; }

body .h5 {
  font-size: 20px; }

body.discover nav section {
  padding: 0; }

.st-container .masthead .container .main-nav-wrapper {
  padding: 0 0 0 85px; }

.st-container .masthead .quick-links {
  background: #01893E;
  float: none;
  padding: 0; }
  .st-container .masthead .quick-links .container {
    min-height: 80px; }
    .st-container .masthead .quick-links .container .main-nav-wrapper {
      padding: 0 0 0 85px; }
  .st-container .masthead .quick-links .brand {
    background: url("/skin/img/brand/trulieve-logo-white.svg");
    background-repeat: no-repeat;
    height: 55px;
    width: 277px;
    margin-top: 3px; }
    .st-container .masthead .quick-links .brand img {
      display: none; }
  .st-container .masthead .quick-links nav#main-nav li {
    padding: 0 14px 0; }
    .st-container .masthead .quick-links nav#main-nav li a {
      padding: 7.5px 20px 7.5px 0;
      color: #fff;
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.29px;
      line-height: 19px; }
  .st-container .masthead .quick-links nav#main-nav .has-children > a:after {
    font-family: 'iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    font-size: 2.5rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: unset;
    content: "\e951";
    color: #fff;
    padding-left: 0;
    position: absolute;
    z-index: 10;
    right: -5px; }
  .st-container .masthead .quick-links nav#main-nav .has-children.sfHover ul {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    border-right: 0;
    border-left: 0; }
  .st-container .masthead .quick-links nav#main-nav .has-children ul {
    top: 140px;
    min-width: 100%;
    border-top: 1px solid #AEAEAE;
    background: #F2F2F2;
    position: fixed;
    padding: 51px 0 51px;
    display: block; }
    .st-container .masthead .quick-links nav#main-nav .has-children ul .drawer-wrapper {
      max-width: 122.4rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
    .st-container .masthead .quick-links nav#main-nav .has-children ul .drawer-label {
      color: #31373E; }
    @media only screen and (min-width: 1350px) {
      .st-container .masthead .quick-links nav#main-nav .has-children ul .child-items {
        height: 375px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; } }
    .st-container .masthead .quick-links nav#main-nav .has-children ul .child-items li {
      min-width: 310px; }
    .st-container .masthead .quick-links nav#main-nav .has-children ul .child-items ul {
      position: relative;
      display: block !important;
      top: 0;
      padding: 0;
      color: black;
      border: 0;
      box-shadow: none; }
      .st-container .masthead .quick-links nav#main-nav .has-children ul .child-items ul li {
        padding-left: 0; }
        .st-container .masthead .quick-links nav#main-nav .has-children ul .child-items ul li a {
          color: #31373E;
          font-size: 22px;
          font-weight: normal; }
    .st-container .masthead .quick-links nav#main-nav .has-children ul .featured {
      display: inline-flex; }
      .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item {
        max-width: 288px;
        max-height: 396px;
        margin-left: 24px;
        border-radius: 8px;
        background: white; }
        .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a {
          padding: 0;
          margin-top: 0; }
          .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .image-wrapper {
            height: 183px;
            overflow: hidden;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px; }
            .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .image-wrapper img {
              min-height: 183px; }
          .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .content-wrapper {
            padding: 28px 24px 21px;
            text-align: left;
            position: relative; }
            .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .content-wrapper .h5 {
              margin: 0 0 12px 0; }
            .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .content-wrapper p {
              font-size: 15px;
              font-weight: normal;
              margin: 0;
              line-height: 24px;
              max-height: 96px;
              overflow: auto; }
            .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .content-wrapper button {
              font-weight: normal;
              position: absolute;
              bottom: 0;
              padding-left: 0;
              margin-top: 16px;
              background: white; }
              .st-container .masthead .quick-links nav#main-nav .has-children ul .featured .featured-item a .content-wrapper button:after {
                position: absolute;
                top: 0;
                font-size: 21px; }
    @media only screen and (min-width: 992px) {
      .st-container .masthead .quick-links nav#main-nav .has-children ul li {
        max-width: 35rem !important; } }
    .st-container .masthead .quick-links nav#main-nav .has-children ul li a {
      color: #0C7D52;
      font-family: "Rubik", sans-serif;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: -0.72px;
      line-height: 30px;
      padding-top: 0;
      padding-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .st-container .masthead .quick-links nav#main-nav .has-children ul li a {
          max-width: 35rem;
          white-space: normal; } }
  .st-container .masthead .quick-links .container .shop-links {
    margin-top: 6px;
    margin-right: 42px; }
    .st-container .masthead .quick-links .container .shop-links a .icon, .st-container .masthead .quick-links .container .shop-links a .counter {
      color: #fff; }
    .st-container .masthead .quick-links .container .shop-links a .counter {
      position: absolute; }
  .st-container .masthead .quick-links .container #nav-cart, .st-container .masthead .quick-links .container #nav-account, .st-container .masthead .quick-links .container #nav-map {
    fill: #fff; }
  .st-container .masthead .quick-links .container .choose-location-wrapper {
    display: flex;
    padding-left: 41px;
    margin-left: 15px;
    border-left: 1px solid white; }
    .st-container .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger {
      padding-left: 13px; }
      .st-container .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger span {
        color: #fff;
        font-size: 14px;
        line-height: 10px; }
      .st-container .masthead .quick-links .container .choose-location-wrapper .choose-location-trigger:before {
        content: ''; }
  .st-container .masthead .quick-links .container #st-trigger-effects button::after {
    color: #fff;
    background: #01893E; }
  @media (max-width: 1125px) {
    .st-container .masthead .quick-links .container .main-nav-wrapper {
      padding: 0 0 0 40px; }
      .st-container .masthead .quick-links .container .main-nav-wrapper nav#main-nav li {
        padding: 0 7px 0; }
    .st-container .masthead .quick-links .container .shop-links {
      margin-right: 10px; }
    .st-container .masthead .quick-links .container .choose-location-wrapper {
      padding-left: 20px; } }
  @media only screen and (min-width: 992px) {
    .st-container .masthead .quick-links:hover {
      background: #fff; }
      .st-container .masthead .quick-links:hover .brand {
        background: transparent; }
        .st-container .masthead .quick-links:hover .brand img {
          display: block; }
      .st-container .masthead .quick-links:hover .shop-links a .counter {
        color: #01893E; }
      .st-container .masthead .quick-links:hover .main-nav-wrapper nav#main-nav li.has-children > a, .st-container .masthead .quick-links:hover .main-nav-wrapper nav#main-nav li.has-children > a::after {
        color: #31373E; } }
  @media only screen and (min-width: 992px) and (min-width: 1200px) {
    .st-container .masthead .quick-links:hover .main-nav-wrapper nav#main-nav li.has-children:hover .highlight {
      height: 6px;
      width: 100%;
      background: #01893E;
      position: absolute;
      left: 0;
      bottom: -25px; } }
  @media only screen and (min-width: 992px) {
      .st-container .masthead .quick-links:hover .main-nav-wrapper nav#main-nav li.has-children:hover > a::after {
        content: '\e954'; }
      .st-container .masthead .quick-links:hover .shop-links a .icon {
        fill: #01893E; }
      .st-container .masthead .quick-links:hover #nav-cart, .st-container .masthead .quick-links:hover #nav-account, .st-container .masthead .quick-links:hover #nav-map {
        fill: #01893E; }
      .st-container .masthead .quick-links:hover .choose-location-wrapper {
        border-left: 1px solid #31373E; }
        .st-container .masthead .quick-links:hover .choose-location-wrapper .choose-location-trigger span {
          color: #31373E;
          font-size: 14px; } }

@media only screen and (max-width: 992px) {
  .st-container .masthead .quick-links .container .brand {
    height: 40px;
    width: 199px;
    margin-top: 0; }
  .st-container .masthead .quick-links .container .shop-links {
    margin-top: 22px; }
    .st-container .masthead .quick-links .container .shop-links .account.desktop {
      display: none; }
  .st-container .masthead .quick-links .container .choose-location-wrapper {
    display: none; }
  .st-container .shop-links {
    display: inline-block;
    padding-bottom: 18px; }
    .st-container .shop-links ul {
      border-bottom: 0; }
      .st-container .shop-links ul li a {
        color: #01893E;
        font-size: 16px;
        padding-left: 28px; }
        .st-container .shop-links ul li a .icon {
          margin-right: 16px;
          padding-left: 0;
          vertical-align: middle; }
    .st-container .shop-links .choose-location-wrapper {
      display: flex;
      align-items: center;
      padding-left: 30px; }
      .st-container .shop-links .choose-location-wrapper svg {
        height: 34px;
        width: 22px; }
      .st-container .shop-links .choose-location-wrapper a.choose-location-trigger {
        font-size: 16px;
        font-weight: 500;
        padding-left: 20px; }
  .st-container #st-trigger-effects {
    padding-left: 25px; }
  .st-container .mobile-back {
    display: none;
    background: 0;
    float: left;
    font-size: 45px;
    margin-top: 5px;
    padding: 5px; }
    .st-container .mobile-back.active {
      display: inline-block; }
  .st-container .close-menu {
    background-color: transparent;
    float: right;
    margin-right: 22px;
    margin-top: 17px;
    padding: 5px; }
    .st-container .close-menu svg {
      height: 22px; }
  .st-container.st-menu-open .st-menu .page-navigation {
    visibility: visible !important; }
  .st-container .st-menu .page-navigation {
    position: relative;
    height: 1000px;
    visibility: hidden; }
    .st-container .st-menu .page-navigation.sub-active .has-children {
      display: none; }
    .st-container .st-menu .page-navigation.sub-active .has-children.active {
      display: block !important; }
    .st-container .st-menu .page-navigation .active ul {
      display: block !important;
      z-index: 500; }
      .st-container .st-menu .page-navigation .active ul .child-items ul {
        position: relative;
        display: block !important;
        top: 0;
        left: 0;
        padding: 0;
        color: black;
        border: 0;
        box-shadow: none; }
        .st-container .st-menu .page-navigation .active ul .child-items ul li {
          padding-left: 0; }
          .st-container .st-menu .page-navigation .active ul .child-items ul li a {
            color: #31373E;
            font-size: 22px;
            font-weight: normal; }
    .st-container .st-menu .page-navigation li a {
      font-size: 30px;
      font-weight: 700;
      padding: 16px 20px; }
    .st-container .st-menu .page-navigation li.has-children::after {
      display: none; }
    .st-container .st-menu .page-navigation li ul {
      position: absolute;
      top: -70px;
      left: 1000px;
      overflow: visible;
      border-bottom: 0; }
      .st-container .st-menu .page-navigation li ul li.has-children {
        display: block !important; }
      .st-container .st-menu .page-navigation li ul li a {
        color: #0C7D52;
        font-size: 30px;
        padding: 16px 20px; }
        .st-container .st-menu .page-navigation li ul li a.parent-link {
          font-size: 22px;
          color: #31373E; }
          .st-container .st-menu .page-navigation li ul li a.parent-link:before {
            background: 0;
            width: 0; }
  .st-container nav#mobile-menu {
    width: 100%; }
    .st-container nav#mobile-menu .brand, .st-container nav#mobile-menu .heading {
      display: none; }
    .st-container nav#mobile-menu .sf-with-ul:before {
      background: 0;
      width: 0; } }

@media (min-width: 992px) {
  .st-container .masthead .container {
    width: 100%;
    padding: 0 15px; }
  .st-container nav#mobile-menu {
    display: none; } }

@media (min-width: 1200px) {
  .st-container .masthead .container {
    max-width: 1220px;
    padding: 0 15px; } }

.home .main-callout-wrapper .main-callout.container.active {
  top: 0; }

/* ==========================================================================
   CATEGORY (blog) NAVIGATIONS
   ========================================================================== */
.nav-bar {
  clear: both;
  margin: 30px auto 0;
  padding-top: 15px;
  border-top: 1px solid #BBBBBB; }
  .nav-bar:before, .nav-bar:after {
    content: " ";
    display: table; }
  .nav-bar:after {
    clear: both; }
  .nav-bar h2 {
    text-align: center;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 5px; }
  .nav-bar .navigation,
  .nav-bar .pagination {
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: center; }
    .nav-bar .navigation li,
    .nav-bar .pagination li {
      display: inline-block;
      width: auto;
      text-align: center; }
      .nav-bar .navigation li a,
      .nav-bar .pagination li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 30px;
        color: #214758; }
        @media (max-width: 480px) {
          .nav-bar .navigation li a,
          .nav-bar .pagination li a {
            padding: 0 10px; } }
        .nav-bar .navigation li a.active,
        .nav-bar .pagination li a.active {
          color: #107264; }
        .nav-bar .navigation li a.previous:before, .nav-bar .navigation li a.next:before,
        .nav-bar .pagination li a.previous:before,
        .nav-bar .pagination li a.next:before {
          font-family: 'iconmoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          font-size: 22px;
          font-size: 2.2rem;
          position: relative;
          top: 2px; }
      .nav-bar .navigation li:hover a, .nav-bar .navigation li:focus a,
      .nav-bar .pagination li:hover a,
      .nav-bar .pagination li:focus a {
        color: #BE2348; }
      .nav-bar .navigation li.here a,
      .nav-bar .pagination li.here a {
        color: #BE2348; }
  .nav-bar .pagination {
    clear: both;
    float: left; }
    .nav-bar .pagination:before, .nav-bar .pagination:after {
      content: " ";
      display: table; }
    .nav-bar .pagination:after {
      clear: both; }
    .nav-bar .pagination li a {
      padding: 0 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .nav-bar .pager {
    clear: none;
    float: right;
    display: table;
    text-align: center;
    width: auto;
    margin: 0 auto 30px; }
    .nav-bar .pager li {
      display: inline-block;
      width: auto;
      text-align: center; }
      .nav-bar .pager li a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 30px;
        color: #214758; }
        @media (max-width: 480px) {
          .nav-bar .pager li a {
            padding: 0 10px; } }
  .nav-bar .share-links {
    float: left; }

.animateIn, .accordion .listings-wrapper .listing button.accordion-trigger[aria-expanded="true"] .the-content, .accordion .listings-wrapper .listing .the-content {
  animation: accordionIn 0.65s normal ease-in-out both 1; }

.animateOut {
  animation: accordionOut 0.75s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg); } }

/* ==========================================================================
   ACCORDIONS 
   ========================================================================== */
.accordion {
  padding: 30px 0; }
  .accordion .listings-wrapper {
    border: 1px solid #BBBBBB; }
    .accordion .listings-wrapper .listing {
      position: relative;
      width: 100%;
      padding: 0 0 0 47px !important;
      margin-bottom: 0 !important;
      border-bottom: 1px solid #BBBBBB !important; }
      .accordion .listings-wrapper .listing:before, .accordion .listings-wrapper .listing:after {
        content: " ";
        display: table; }
      .accordion .listings-wrapper .listing:after {
        clear: both; }
      .accordion .listings-wrapper .listing:last-of-type {
        border-bottom: none !important; }
      .accordion .listings-wrapper .listing button.accordion-trigger {
        display: flex;
        padding: 0;
        width: 100%;
        min-height: 44px;
        line-height: 1.5;
        text-align: left;
        background: transparent; }
        .accordion .listings-wrapper .listing button.accordion-trigger:hover .item-label::after {
          background-color: #107264; }
        .accordion .listings-wrapper .listing button.accordion-trigger[aria-expanded="true"] {
          background-color: #eeeeee; }
          .accordion .listings-wrapper .listing button.accordion-trigger[aria-expanded="true"] .item-label::after {
            content: "\e15b";
            background: #107264; }
      .accordion .listings-wrapper .listing .item-label {
        font-size: 16px;
        font-weight: 500;
        padding-left: 15px;
        padding: 15px;
        line-height: 1.5;
        cursor: pointer; }
        .accordion .listings-wrapper .listing .item-label span {
          font-size: 32px;
          text-transform: uppercase; }
        .accordion .listings-wrapper .listing .item-label::after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 46px;
          text-align: center;
          font-family: 'iconmoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\e145";
          font-size: 1.1em;
          line-height: 46px;
          font-weight: 100;
          color: #fff;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          background-color: #54565A; }
      .accordion .listings-wrapper .listing .the-content {
        display: none;
        flex-direction: column;
        padding: 0 15px;
        transition: all .35s; }

body.inserts .listings-wrapper .the-content ul {
  padding: 15px 0; }
  body.inserts .listings-wrapper .the-content ul:before, body.inserts .listings-wrapper .the-content ul:after {
    content: " ";
    display: table; }
  body.inserts .listings-wrapper .the-content ul:after {
    clear: both; }

body.inserts .listings-wrapper .the-content ul li {
  list-style: none;
  margin: 0;
  line-height: 1.8;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    body.inserts .listings-wrapper .the-content ul li {
      float: left;
      width: 50%; } }
  body.inserts .listings-wrapper .the-content ul li:nth-child(even) {
    padding-right: 0; }
  body.inserts .listings-wrapper .the-content ul li:nth-child(odd) {
    padding-left: 0; }
  @media only screen and (max-width: 768px) {
    body.inserts .listings-wrapper .the-content ul li {
      padding: 0; } }

/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem; }
  table:not(.basic) th {
    background: #107264;
    border: 1px solid #107264;
    color: #fff;
    text-transform: uppercase;
    padding: 6px;
    text-align: left;
    min-width: 25%; }
  table:not(.basic) td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    vertical-align: middle;
    text-align: left;
    min-width: 25%; }
    table:not(.basic) td:nth-of-type(3) {
      text-align: right; }
    table:not(.basic) td:nth-of-type(4) {
      text-align: right; }
  table hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #BBBBBB; }

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table.table-responsive {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    table.table-responsive thead, table.table-responsive tbody, table.table-responsive th, table.table-responsive td, table.table-responsive tr {
      display: block; }
    table.table-responsive thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.table-responsive tr {
      border: 1px solid #ccc; }
    table.table-responsive td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
      text-align: left; }
      table.table-responsive td:nth-of-type(3) {
        text-align: left; }
      table.table-responsive td:nth-of-type(4) {
        text-align: left; }
    table.table-responsive td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: 700;
      text-align: left; } }

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #54565A; }

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0; }

/* ==========================================================================
   FORMS
   ========================================================================== */
button {
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0; }
  button:focus {
    outline: transparent; }
  button:focus-visible {
    outline: 1px solid #185abc !important; }

button.button,
input[type="submit"] {
  display: inline-grid;
  align-content: center;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  min-height: 68px;
  padding: 0 37.5px;
  border-radius: 8px;
  background: #107264; }
  button.button:hover, button.button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: #fff;
    background: #487a32; }
  button.button:focus-visible,
  input[type="submit"]:focus-visible {
    outline: 1px solid #185abc !important; }

input {
  border-radius: 0;
  -webkit-border-radius: 0; }

.button-wrapper {
  margin-top: 30px;
  width: 100%;
  float: left; }
  .button-wrapper:before, .button-wrapper:after {
    content: " ";
    display: table; }
  .button-wrapper:after {
    clear: both; }

/* --------  Checkboxes and Radio inputs  ---------  */
.checker {
  position: relative;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 15px;
  padding-left: 0; }
  .checker label {
    position: relative; }
  .checker input[type="radio"],
  .checker input[type="checkbox"] {
    position: absolute;
    left: -999em; }
  .checker label:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 7px;
    left: -2px;
    width: 25px;
    height: 25px;
    background-image: url("../img/layout/formelements.png"); }
  .checker input[type="checkbox"] + label:before {
    background-position: 0 -25px; }
  .checker input[type="checkbox"]:checked + label:before {
    background-position: 0 0; }
  .checker input[type="radio"] + label:before {
    background-position: -25px -25px; }
  .checker input[type="radio"]:checked + label:before {
    background-position: -25px 0; }
  .checker input[type="text"]:focus,
  .checker textarea:focus {
    border-color: #000; }
  .checker input[type="text"]:focus-visible,
  .checker textarea:focus-visible {
    outline: 1px solid #185abc !important; }

.st-container form {
  margin: 0 0 0 0; }
  .st-container form:before, .st-container form:after {
    content: " ";
    display: table; }
  .st-container form:after {
    clear: both; }
  .st-container form fieldset {
    padding: 0;
    border: none; }
  .st-container form label {
    margin-bottom: 6px;
    display: block; }
  .st-container form p {
    margin-bottom: 16px; }
  .st-container form h3 {
    clear: both;
    width: 100%;
    float: left;
    font-size: 24px;
    font-size: 2.4rem;
    color: #214758;
    margin-bottom: 6px;
    padding: 0 15px; }
  .st-container form textarea {
    padding: 6px 15px;
    height: 200px;
    resize: none;
    background-color: #fff !important;
    font-size: 14px;
    font-size: 1.4rem;
    /* override webkits default autofill */ }
    .st-container form textarea:focus {
      /* override browser defaults */
      background-color: #fff !important;
      outline: transparent; }
    .st-container form textarea:focus-visible {
      outline: 1px solid #185abc !important; }
    .st-container form textarea:-webkit-autofill {
      color: #3b3d40;
      background: #fff !important;
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .st-container form input:not([type="submit"]) {
    float: left;
    padding: 6px 15px;
    width: auto;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff !important;
    color: #3b3d40;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* override webkits default autofill */ }
    .st-container form input:not([type="submit"]):focus {
      /* override browser defaults */
      background-color: #fff !important;
      outline: transparent; }
    .st-container form input:not([type="submit"]):focus-visible {
      outline: 1px solid #185abc !important; }
    .st-container form input:not([type="submit"]):-webkit-autofill {
      color: #3b3d40;
      background: #fff !important;
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
    .st-container form input:not([type="submit"]):disabled {
      background: #ececec !important; }
  .st-container form input[type="submit"] {
    border: none;
    float: right;
    /* override webkits default autofill */ }
    .st-container form input[type="submit"]:focus {
      /* override browser defaults */
      outline: transparent; }
    .st-container form input[type="submit"]:focus-visible {
      outline: 1px solid #185abc !important; }
    .st-container form input[type="submit"]:-webkit-autofill {
      outline: transparent; }
  .st-container form .formwarning {
    font-style: italic;
    font-weight: 700;
    color: red !important; }

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.main-content form {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
  /* ------  Custom Selects  ------ */ }
  @media only screen and (max-width: 768px) {
    .main-content form {
      background: none;
      border: none; } }
  .main-content form p.required,
  .main-content form em.required,
  .main-content form span.required {
    color: #BE2348; }
  .main-content form .optional {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    color: #6d6f74; }
  .main-content form .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top: 15px; }
    .main-content form .item:before, .main-content form .item:after {
      content: " ";
      display: table; }
    .main-content form .item:after {
      clear: both; }
    @media (min-width: 768px) {
      .main-content form .item {
        float: left;
        width: 50%; } }
    .main-content form .item.wide, .main-content form .item.full-width {
      clear: both;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        .main-content form .item.wide, .main-content form .item.full-width {
          float: left;
          width: 100%; } }
    .main-content form .item label,
    .main-content form .item .faux-label,
    .main-content form .item textarea {
      width: 100%; }
    .main-content form .item label,
    .main-content form .item .faux-label {
      font-size: 16px;
      font-size: 1.6rem;
      color: #214758;
      margin-bottom: 6px;
      font-weight: 500; }
      .main-content form .item label span.required,
      .main-content form .item .faux-label span.required {
        color: #BE2348; }
      .main-content form .item label.error,
      .main-content form .item .faux-label.error {
        font-size: 14px;
        font-size: 1.4rem;
        font-style: italic;
        color: #BE2348;
        font-weight: 400; }
    .main-content form .item span.required {
      color: #BE2348; }
    .main-content form .item input {
      position: relative; }
    .main-content form .item input[type="password"]#password {
      padding-right: 35px; }
      @media only screen and (max-width: 768px) {
        .main-content form .item input[type="password"]#password {
          padding-right: 44px; } }
    .main-content form .item .toggle-password {
      position: absolute;
      right: 15px;
      z-index: 2;
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 20px;
      font-size: 2rem;
      color: #54565A;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .main-content form .item .toggle-password {
          width: 44px;
          height: 44px;
          line-height: 44px; } }
      @media only screen and (max-width: 480px) {
        .main-content form .item .toggle-password {
          right: 0; } }
  .main-content form input[type="text"],
  .main-content form input[type="email"],
  .main-content form input[type="tel"],
  .main-content form input[type="date"],
  .main-content form input[type="password"],
  .main-content form input[type="number"],
  .main-content form textarea {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    min-height: 44px;
    line-height: 1;
    border: 1px solid #BBBBBB; }
  .main-content form input[type="date"] {
    -webkit-appearance: none; }
  .main-content form input[type="number"] {
    line-height: 20px; }
  .main-content form textarea {
    height: auto;
    line-height: 1.3; }
  .main-content form input[type="submit"],
  .main-content form input[type="reset"],
  .main-content form button {
    display: inline-grid;
    align-content: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    min-height: 68px;
    padding: 0 37.5px;
    border-radius: 8px;
    background: #107264; }
    .main-content form input[type="submit"].emphasized, .main-content form input[type="submit"].big,
    .main-content form input[type="reset"].emphasized,
    .main-content form input[type="reset"].big,
    .main-content form button.emphasized,
    .main-content form button.big {
      padding: 26px 60px; }
    .main-content form input[type="submit"]:hover, .main-content form input[type="submit"]:focus,
    .main-content form input[type="reset"]:hover,
    .main-content form input[type="reset"]:focus,
    .main-content form button:hover,
    .main-content form button:focus {
      color: #fff;
      background: #487a32; }
    .main-content form input[type="submit"]:focus-visible,
    .main-content form input[type="reset"]:focus-visible,
    .main-content form button:focus-visible {
      outline: 1px solid #185abc !important; }
  .main-content form input[type="reset"].button {
    background: #fff;
    color: #54565A; }
    .main-content form input[type="reset"].button:hover, .main-content form input[type="reset"].button:focus {
      color: #214758; }
    .main-content form input[type="reset"].button:focus-visible {
      outline: 1px solid #185abc !important; }
  .main-content form input[disabled="disabled"],
  .main-content form select[disabled="disabled"] {
    border: 0 none !important;
    background: transparent !important; }
  .main-content form textarea {
    resize: vertical; }
  .main-content form p {
    clear: both; }
  .main-content form .ValidationErrors {
    text-align: left;
    left: 15px;
    bottom: -12px; }
  .main-content form fieldset:not(.information-container) {
    width: 50%; }
    @media (max-width: 480px) {
      .main-content form fieldset:not(.information-container) {
        width: 100%; } }
  .main-content form select {
    margin: 0;
    padding: 0 10px;
    outline: none;
    font-family: inherit;
    color: #54565A;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
    /* override webkits default autofill */ }
    .main-content form select:-webkit-autofill {
      color: #3b3d40;
      background: #fff;
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .main-content form select,
  .main-content form .styled {
    min-height: 44px;
    line-height: 1;
    border: 1px solid #BBBBBB; }
  .main-content form .styled {
    overflow: hidden;
    padding: 0;
    margin: 0; }
  .main-content form .ie7 .styled {
    border: none; }
  .main-content form .styled select {
    width: 115%;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none; }
  .main-content form .ie7 .styled select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    padding: 0.3em 0.5em; }
  .main-content form div.styled {
    position: relative;
    height: 36px;
    float: left;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    border: 1px solid #BBBBBB; }
    @media (max-width: 768px) {
      .main-content form div.styled {
        height: 44px;
        line-height: 44px; } }
  .main-content form div.styled select {
    position: relative;
    z-index: 999;
    width: 115%;
    line-height: 44px;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    border-radius: 0; }
    .main-content form div.styled select.validation-failed:after {
      position: absolute; }
  .main-content form .pref-wrapper span.styled select {
    width: 135%; }
  .main-content form div.styled:after {
    font-family: 'iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 22px;
    font-size: 2.2rem;
    content: ""; }
    @media (max-width: 768px) {
      .main-content form div.styled:after {
        top: 0;
        z-index: 99999;
        display: block;
        background: rgba(255, 255, 255, 0.8);
        right: -10px;
        width: 30px;
        text-align: center;
        height: 42px;
        line-height: 42px;
        position: absolute; } }
  .main-content form fieldset div.styled {
    width: 90%; }
  .main-content form .item .checker {
    margin: 0; }

.location-request .main-content form {
  float: none;
  max-width: 800px;
  margin: 30px auto 0; }

/* ==========================================================================
   FORM VALIDATION
   ========================================================================== */
.checks {
  position: absolute;
  left: -900000px; }

.ValidationErrors {
  position: absolute;
  text-align: right;
  margin: -24px 0 0 1px;
  font: normal 11px/20px Arial, Helvetica, sans-serif;
  color: #FF4136; }

input.ErrorField,
textarea.ErrorField {
  border: 1px solid rgba(157, 37, 29, 0.46); }

/* ALERTS */
.message {
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin: 0 auto 15px;
  padding: 10px 15px;
  background: #797c82;
  border: 1px solid #6d6f74; }
  .message h2 {
    color: #214758; }
  .message ul {
    list-style: none; }
    .message ul:before {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px;
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: 5px;
      font-size: 26px;
      font-size: 2.6rem;
      border: 2px solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 2px; }
  .message p,
  .message li {
    color: #214758;
    margin: 0 0 10px;
    line-height: 1;
    font-weight: 700;
    padding-right: 10px; }
    .message p:before,
    .message li:before {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px;
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: relative;
      top: 5px;
      font-size: 20px;
      font-size: 2rem;
      border: 2px solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 2px; }
  .message p {
    line-height: 1.5; }
  .message a:not(.button) {
    text-shadow: none !important;
    color: inherit;
    text-decoration: underline; }
  .message .icon-close {
    color: inherit;
    margin: 1px 1px 0 0;
    position: absolute;
    right: 0;
    top: 0; }
  .message.error {
    background-color: #FF4136;
    background-color: rgba(255, 65, 54, 0.2);
    border: 1px solid #FF4136; }
    .message.error p,
    .message.error li,
    .message.error .icon-close {
      color: #FF4136;
      margin: 0 0 10px; }
    .message.error p:before,
    .message.error ul:before {
      color: #FF4136;
      content: ""; }
    .message.error a:not(.button) {
      background-image: -webkit-linear-gradient(top, #FF4136 0, #FF4136 100%);
      background-image: linear-gradient(to bottom, #FF4136 0, #FF4136 100%); }
  .message.warning {
    background-color: #D67628;
    background-color: rgba(214, 118, 40, 0.2);
    border: 1px solid #D67628; }
    .message.warning p,
    .message.warning li,
    .message.warning .icon-close {
      color: #D67628;
      margin: 0 0 10px; }
    .message.warning p:before,
    .message.warning ul:before {
      color: #D67628;
      content: "\e645"; }
    .message.warning a:not(.button) {
      background-image: -webkit-linear-gradient(top, #D67628 0, #D67628 100%);
      background-image: linear-gradient(to bottom, #D67628 0, #D67628 100%); }
  .message.alert {
    background-color: #214758;
    background-color: rgba(33, 71, 88, 0.2);
    border: 1px solid #214758;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .message.alert p,
    .message.alert li,
    .message.alert .icon-close {
      color: #214758;
      margin: 0 0 10px; }
    .message.alert p:before,
    .message.alert ul:before {
      color: #214758;
      content: "\e645"; }
    .message.alert a:not(.button) {
      background-image: none; }
  .message.success {
    background-color: #107264;
    background-color: rgba(16, 114, 100, 0.2);
    border: 1px solid #107264; }
    .message.success p,
    .message.success li,
    .message.success .icon-close {
      color: #107264; }
    .message.success p:before,
    .message.success ul:before {
      color: #107264;
      content: ""; }
    .message.success a:not(.button) {
      background-image: -webkit-linear-gradient(top, #107264 0, #107264 100%);
      background-image: linear-gradient(to bottom, #107264 0, #107264 100%); }

.main-content .message p a:not(.button),
.main-content-wrapper .message p a:not(.button) {
  text-shadow: none; }

/* ==========================================================================
   DATE FIELD FIXES FOR SAFARI
   ========================================================================== */
_::-webkit-full-page-media input[type="date"].default, _:future input[type="date"].default, :root .safari_only input[type="date"].default {
  display: none;
  visibility: hidden; }

_::-webkit-full-page-media input[type="date"].safari-only, _:future input[type="date"].safari-only, :root .safari_only input[type="date"].safari-only {
  display: inline-block;
  visibility: visible; }

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].default {
    display: none;
    visibility: hidden; }
  input[type="date"].safari-only {
    display: inline-block;
    visibility: visible; } }

@media screen and (min-resolution: 0.001dpcm) {
  input[type="date"].default {
    display: none;
    visibility: hidden; }
  input[type="date"].safari-only {
    display: inline-block;
    visibility: visible; } }

/* ==========================================================================
   GOOGLE / 404
   ========================================================================== */
#goog-fixurl {
  width: 100%;
  padding: 0; }

#google-search .content {
  width: 100%;
  padding: 0; }

#google-search ul {
  list-style: none;
  width: 100%; }

#google-search li {
  margin-left: 0; }

#google-search input[type="text"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    #google-search input[type="text"] {
      float: left;
      width: 66.66667%; } }

#google-search input[type=submit] {
  clear: none;
  margin-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    #google-search input[type=submit] {
      float: left;
      width: 33.33333%; } }

.search-wrapper .message,
.statewide .message {
  display: none; }

.search-wrapper {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .search-wrapper:before, .search-wrapper:after {
    content: " ";
    display: table; }
  .search-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .search-wrapper {
      display: none;
      visibility: hidden; } }
  .search-wrapper input {
    float: left;
    padding: 6px;
    width: auto;
    border: none;
    background-color: #fff;
    color: #3b3d40;
    border: 1px solid #BBBBBB;
    font-size: 14px;
    font-size: 1.4rem;
    height: 68px;
    line-height: 68px;
    /* override webkits default autofill */ }
    .search-wrapper input:focus {
      /* override browser defaults */
      background-color: #fff;
      outline: none; }
    .search-wrapper input:-webkit-autofill {
      color: #3b3d40;
      background: #fff;
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
    @media only screen and (max-width: 608px) {
      .search-wrapper input[type="text"] {
        width: 100%; } }
  .search-wrapper input[type="button"],
  .search-wrapper input[type="reset"] {
    color: #fff;
    position: relative;
    padding: 0 30px;
    background: #107264;
    height: 68px;
    line-height: 68px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    text-align: center;
    border: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    float: left;
    padding-left: 60px;
    padding-right: 60px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    @media only screen and (max-width: 608px) {
      .search-wrapper input[type="button"],
      .search-wrapper input[type="reset"] {
        float: left;
        clear: both;
        margin-top: 10px;
        margin-right: 10px;
        border-radius: 8px; } }
    .search-wrapper input[type="button"]:hover, .search-wrapper input[type="button"]:focus,
    .search-wrapper input[type="reset"]:hover,
    .search-wrapper input[type="reset"]:focus {
      color: #fff;
      background: #214758; }
  .search-wrapper input[type="reset"] {
    float: right;
    border-radius: 8px;
    background: #54565A; }
    @media only screen and (max-width: 992px) {
      .search-wrapper input[type="reset"] {
        float: left;
        clear: both;
        margin-top: 10px; } }
    @media only screen and (max-width: 608px) {
      .search-wrapper input[type="reset"] {
        clear: none; } }

/* ==========================================================================
   SEARCH / LAB REPROTS
   ========================================================================== */
.main-content .search-wrapper {
  float: none;
  max-width: 900px;
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 30px;
  background: #eeeeee;
  border: 1px solid #BBBBBB; }
  .main-content .search-wrapper:before, .main-content .search-wrapper:after {
    content: " ";
    display: table; }
  .main-content .search-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .main-content .search-wrapper {
      padding: 15px;
      display: block;
      visibility: visible; } }
  @media only screen and (max-width: 480px) {
    .main-content .search-wrapper {
      margin-top: 30px; } }
  .main-content .search-wrapper .batch-search {
    position: relative;
    float: none;
    width: auto;
    max-width: 615px;
    margin: 0 auto;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .main-content .search-wrapper .batch-search {
        padding-bottom: 15px; } }
    @media only screen and (max-width: 440px) {
      .main-content .search-wrapper .batch-search {
        padding-bottom: 30px; } }
    .main-content .search-wrapper .batch-search p {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      width: 100%;
      margin-top: 0;
      margin-bottom: 5px;
      line-height: 1.2; }
    .main-content .search-wrapper .batch-search input[type="text"] {
      float: left;
      width: auto;
      min-width: 65%;
      height: 68px;
      line-height: 1; }
      @media only screen and (max-width: 639px) {
        .main-content .search-wrapper .batch-search input[type="text"] {
          width: 100%;
          margin-bottom: 10px; } }
    .main-content .search-wrapper .batch-search a {
      font-size: 18px;
      font-size: 1.8rem;
      float: left;
      padding-left: 60px;
      padding-right: 60px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      @media only screen and (max-width: 639px) {
        .main-content .search-wrapper .batch-search a {
          margin-top: 15px;
          font-size: 16px;
          font-size: 1.6rem;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; } }
      @media only screen and (max-width: 768px) {
        .main-content .search-wrapper .batch-search a {
          margin-top: 0; } }
  .main-content .search-wrapper #keywords-error {
    position: absolute;
    top: -20px;
    color: #BE2348;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    bottom: -28px; }
    @media only screen and (max-width: 768px) {
      .main-content .search-wrapper #keywords-error {
        bottom: -15px; } }
    @media only screen and (max-width: 768px) {
      .main-content .search-wrapper #keywords-error {
        bottom: -8px; } }

.product-test-search .intro,
.order-status .intro {
  padding-left: 15px;
  padding-right: 15px; }

.product-test-search .results-heading,
.order-status .results-heading {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-top: 60px; }

.product-test-search .the-listings .item,
.order-status .the-listings .item {
  text-align: left;
  background: url("/skin/img/content/download-pdf-file.png") left center no-repeat;
  background-size: 60px;
  min-height: 60px;
  padding-left: 100px; }
  .product-test-search .the-listings .item p,
  .order-status .the-listings .item p {
    line-height: 60px; }
    .product-test-search .the-listings .item p span,
    .order-status .the-listings .item p span {
      font-weight: 700; }
    .product-test-search .the-listings .item p a,
    .order-status .the-listings .item p a {
      text-decoration: none;
      color: #107264;
      text-transform: uppercase;
      font-weight: 700;
      background-image: none; }
      .product-test-search .the-listings .item p a:hover, .product-test-search .the-listings .item p a:focus,
      .order-status .the-listings .item p a:hover,
      .order-status .the-listings .item p a:focus {
        text-decoration: underline; }

.product-test-search .the-listings .no-batch-match,
.order-status .the-listings .no-batch-match {
  font-style: italic;
  color: #BE2348;
  display: none;
  visibility: hidden; }
  .product-test-search .the-listings .no-batch-match:first-of-type,
  .order-status .the-listings .no-batch-match:first-of-type {
    display: block;
    visibility: visible; }

/* ==========================================================================
   CHECK ORDER STATUS
   ========================================================================== */
.order-status .page-header .container {
  text-align: left; }
  .order-status .page-header .container h1 {
    text-align: center; }

.order-status .page-header.title .the-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px; }

.order-status .results-wrapper {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 30px 0; }
  .order-status .results-wrapper .error {
    color: #FF4136;
    font-style: italic; }

.order-status .main-content .search-wrapper .batch-search input[type="submit"],
.order-status .main-content .search-wrapper .batch-search button[type="submit"] {
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
  padding-left: 60px;
  padding-right: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  @media only screen and (max-width: 639px) {
    .order-status .main-content .search-wrapper .batch-search input[type="submit"],
    .order-status .main-content .search-wrapper .batch-search button[type="submit"] {
      margin-top: 15px;
      font-size: 16px;
      font-size: 1.6rem;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; } }
  @media only screen and (max-width: 768px) {
    .order-status .main-content .search-wrapper .batch-search input[type="submit"],
    .order-status .main-content .search-wrapper .batch-search button[type="submit"] {
      margin-top: 0; } }

/* ==========================================================================
   CALL TO ACTION FORM
   ========================================================================== */
.calltoaction .page-header .container,
.calltoaction .main-content .container {
  max-width: 900px; }

.calltoaction .page-header.title .the-content {
  padding-bottom: 0; }

.calltoaction .intro {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500; }

.calltoaction .main-content {
  padding-top: 15px; }

.calltoaction .main-content .search-wrapper {
  max-width: 610px;
  padding-top: 0;
  background: transparent;
  border: none; }
  .calltoaction .main-content .search-wrapper input.text {
    float: left;
    width: auto;
    min-width: 65%;
    height: 68px;
    line-height: 1; }
    @media only screen and (max-width: 639px) {
      .calltoaction .main-content .search-wrapper input.text {
        width: 100%;
        margin-bottom: 10px; } }
  .calltoaction .main-content .search-wrapper input.submit {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0px 8px 8px 0px; }
    @media only screen and (max-width: 639px) {
      .calltoaction .main-content .search-wrapper input.submit {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        border-radius: 8px; } }
    @media only screen and (max-width: 768px) {
      .calltoaction .main-content .search-wrapper input.submit {
        margin-top: 0; } }

.calltoaction .error-wrapper {
  text-align: center; }
  .calltoaction .error-wrapper p {
    color: #BE2348;
    margin: 30px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 700; }

.calltoaction .results-wrapper {
  text-align: center; }
  .calltoaction .results-wrapper p {
    margin: 30px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2; }
    .calltoaction .results-wrapper p.results-for {
      font-style: italic; }
  .calltoaction .results-wrapper a {
    font-weight: 700;
    text-decoration: none;
    margin-top: 15px; }
    .calltoaction .results-wrapper a:not(.button) {
      background-image: none;
      text-shadow: none; }

.calltoaction .bottom-content {
  text-align: center;
  max-width: 580px;
  margin: 30px auto; }

/* ==========================================================================
   OWL CAROUSEL - DEFAULTS
   ========================================================================== */
.owl-carousel {
  clear: both; }
  .owl-carousel:before, .owl-carousel:after {
    content: " ";
    display: table; }
  .owl-carousel:after {
    clear: both; }

.owl-nav {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 12; }
  .owl-nav.disabled {
    display: none;
    visibility: hidden; }

.owl-prev,
.owl-next {
  text-align: center;
  margin: 0 5px;
  background: transparent; }
  .owl-prev.disabled,
  .owl-next.disabled {
    cursor: none;
    pointer-events: none;
    opacity: .75; }
  .owl-prev .icon,
  .owl-next .icon {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #214758;
    font-size: 28px;
    font-size: 2.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #BBBBBB;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .owl-prev .icon::before,
    .owl-next .icon::before {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px; }
    @media only screen and (max-width: 768px) {
      .owl-prev .icon,
      .owl-next .icon {
        font-size: 32px;
        font-size: 3.2rem;
        width: 44px;
        height: 44px;
        line-height: 40px; }
        .owl-prev .icon::before,
        .owl-next .icon::before {
          width: 44px;
          height: 44px;
          line-height: 44px; } }
  .owl-prev:hover .icon,
  .owl-prev:focus .icon,
  .owl-next:hover .icon,
  .owl-next:focus .icon {
    color: #fff;
    background: #214758; }
  .owl-prev:before,
  .owl-next:before {
    position: relative; }

.owl-stage {
  margin: 0 auto; }

.owl-carousel .owl-stage-outer {
  z-index: 12; }

/* ==========================================================================
THE HERO UNIT (homepage SLIDES)
========================================================================== */
.hero.carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1440px; }

@media only screen and (max-width: 992px) {
  .hero .owl-carousel .owl-nav {
    position: relative;
    text-align: center;
    right: auto;
    left: auto;
    bottom: auto;
    top: 15px; }
    .hero .owl-carousel .owl-nav .owl-prev .icon,
    .hero .owl-carousel .owl-nav .owl-next .icon {
      background: #BBBBBB; }
      .hero .owl-carousel .owl-nav .owl-prev .icon:before,
      .hero .owl-carousel .owl-nav .owl-next .icon:before {
        width: 44px;
        height: 44px;
        line-height: 40px; }
    .hero .owl-carousel .owl-nav .owl-prev:hover .icon,
    .hero .owl-carousel .owl-nav .owl-prev:focus .icon,
    .hero .owl-carousel .owl-nav .owl-next:hover .icon,
    .hero .owl-carousel .owl-nav .owl-next:focus .icon {
      color: #fff;
      background: #214758; } }

.hero .slide {
  position: relative; }
  .hero .slide:before, .hero .slide:after {
    content: " ";
    display: table; }
  .hero .slide:after {
    clear: both; }
  .hero .slide a {
    display: block;
    position: relative;
    text-align: center; }
  .hero .slide img {
    margin: 0 auto;
    width: auto;
    width: 100%;
    min-height: 200px; }
  .hero .slide .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #54565A;
    background-color: rgba(84, 86, 90, 0.5); }
  .hero .slide .the-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    @media (min-width: 992px) {
      .hero .slide .the-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    @media (max-width: 992px) {
      .hero .slide .the-content {
        padding-top: 5%; } }
  .hero .slide h1,
  .hero .slide h2,
  .hero .slide p {
    color: #fff;
    text-shadow: 0 0 6px #221e1f; }
  .hero .slide h1,
  .hero .slide h2 {
    margin: 0;
    font-size: 56px;
    font-size: 5.6rem; }
    @media (max-width: 992px) {
      .hero .slide h1,
      .hero .slide h2 {
        font-size: 52px;
        font-size: 5.2rem; } }
    @media (max-width: 768px) {
      .hero .slide h1,
      .hero .slide h2 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.2; } }
    @media (max-width: 480px) {
      .hero .slide h1,
      .hero .slide h2 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1;
        margin-top: 0; } }
    @media (max-width: 350px) {
      .hero .slide h1,
      .hero .slide h2 {
        font-size: 30px;
        font-size: 3rem; } }
  .hero .slide p {
    font-size: 26px;
    font-size: 2.6rem;
    font-style: italic;
    margin: 0 auto;
    line-height: 1.5;
    max-width: 800px; }
    @media (max-width: 992px) {
      .hero .slide p {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media (max-width: 768px) {
      .hero .slide p {
        font-size: 20px;
        font-size: 2rem; } }
    @media (max-width: 480px) {
      .hero .slide p {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (max-width: 350px) {
      .hero .slide p {
        font-size: 14px;
        font-size: 1.4rem; } }

.hero.static {
  position: relative;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -ms-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .hero.static * {
    text-decoration: none; }
  .hero.static .image-wrapper {
    position: relative;
    width: 100%; }
    .hero.static .image-wrapper img {
      width: 100%; }
  .hero.static .the-content {
    width: 100%;
    max-width: 50%;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 4px white; }
    @media only screen and (max-width: 768px) {
      .hero.static .the-content {
        max-width: 100%;
        padding: 0 15px; } }
    @media only screen and (max-width: 570px) {
      .hero.static .the-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: center; } }
    .hero.static .the-content h1 {
      font-size: 80px;
      font-size: 8rem;
      line-height: 1;
      backface-visibility: hidden; }
      @media only screen and (max-width: 768px) {
        .hero.static .the-content h1 {
          font-size: 60px;
          font-size: 6rem; } }
      .hero.static .the-content h1 .pre-heading {
        font-size: 30px;
        font-size: 3rem; }
      .hero.static .the-content h1 .heading {
        display: block; }
    .hero.static .the-content p {
      color: #214758;
      font-size: 26px;
      font-size: 2.6rem;
      max-width: 480px;
      line-height: 1.3; }
      @media only screen and (max-width: 570px) {
        .hero.static .the-content p {
          text-shadow: none;
          color: #214758; } }

/* ==========================================================================
THE HERO UNIT (homepage VIDEO)
========================================================================== */
#video-viewport {
  float: left;
  position: relative;
  min-height: 150px;
  width: 100%; }
  #video-viewport .media-wrapper {
    padding-bottom: 55%;
    margin-bottom: 0;
    background-color: transparent; }
    @media only screen and (max-width: 1200px) {
      #video-viewport .media-wrapper {
        padding-bottom: 54%; } }
    @media only screen and (max-width: 992px) {
      #video-viewport .media-wrapper {
        padding-bottom: 53%; } }
    @media only screen and (max-width: 768px) {
      #video-viewport .media-wrapper {
        padding-bottom: 52%; } }
    @media only screen and (max-width: 480px) {
      #video-viewport .media-wrapper {
        padding-bottom: 51%; } }
    @media only screen and (max-width: 350px) {
      #video-viewport .media-wrapper {
        padding-bottom: 50%; } }
  #video-viewport .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px 0 5%; }
    @media only screen and (max-width: 768px) {
      #video-viewport .overlay {
        position: relative;
        top: -4px;
        left: 0;
        padding-top: 30px;
        transform: none;
        background-color: #214758; } }
  #video-viewport h1,
  #video-viewport p {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      #video-viewport h1,
      #video-viewport p {
        text-shadow: none; } }
  #video-viewport h1 {
    font-size: 125px;
    font-size: 12.5rem;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      #video-viewport h1 {
        font-size: 100px;
        font-size: 10rem; } }
    @media only screen and (max-width: 768px) {
      #video-viewport h1 {
        font-size: 80px;
        font-size: 8rem;
        line-height: 1.2; } }
    @media only screen and (max-width: 480px) {
      #video-viewport h1 {
        font-size: 60px;
        font-size: 6rem;
        line-height: 1;
        margin-top: 0; } }
    @media only screen and (max-width: 350px) {
      #video-viewport h1 {
        font-size: 40px;
        font-size: 4rem; } }
  #video-viewport p {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-top: 0; }
    @media only screen and (max-width: 992px) {
      #video-viewport p {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media only screen and (max-width: 768px) {
      #video-viewport p {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1; } }
    @media only screen and (max-width: 480px) {
      #video-viewport p {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media only screen and (max-width: 350px) {
      #video-viewport p {
        font-size: 18px;
        font-size: 1.8rem; } }

/* ==========================================================================   PAGE HEADER   ========================================================================== */
.page-header {
  clear: both; }
  .page-header:before, .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }
  .page-header .container {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0; }
  .page-header .the-content {
    position: relative;
    z-index: 12;
    width: 100%;
    top: 50%;
    padding: 15px 90px 20px; }
    @media (max-width: 768px) {
      .page-header .the-content {
        padding: 30px 60px; } }
    @media (max-width: 480px) {
      .page-header .the-content {
        padding: 30px 15px; } }
    .page-header .the-content h1 {
      margin: 0; }
    .page-header .the-content p {
      margin-bottom: 0; }
  .page-header .image-wrapper {
    z-index: 10; }
  .page-header.title .the-content {
    padding: 60px 0; }
  .page-header.banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .page-header.banner .container {
      position: relative;
      text-align: center;
      height: 570px;
      overflow: hidden; }
      @media (max-width: 992px) {
        .page-header.banner .container {
          height: 470px; } }
      @media (max-width: 768px) {
        .page-header.banner .container {
          height: 370px; } }
    .page-header.banner .the-content {
      position: absolute;
      text-align: center;
      z-index: 12;
      top: 40%;
      width: 100%;
      transform: translateY(-10%);
      background: rgba(0, 0, 0, 0.5); }
      @media (max-width: 992px) {
        .page-header.banner .the-content {
          width: 100%;
          padding: 0; } }
      @media only screen and (max-width: 768px) {
        .page-header.banner .the-content {
          padding: 15px 15px; } }
      @media (max-width: 480px) {
        .page-header.banner .the-content {
          padding: 10px 15px; } }
      .page-header.banner .the-content * {
        color: #fff; }
      .page-header.banner .the-content h1 {
        margin: 0; }
        @media (max-width: 480px) {
          .page-header.banner .the-content h1 {
            font-size: 22px;
            font-size: 2.2rem; } }
      .page-header.banner .the-content p {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 20%;
        clear: both; }
        @media (max-width: 992px) {
          .page-header.banner .the-content p {
            padding: 0 10%; } }
        @media (max-width: 768px) {
          .page-header.banner .the-content p {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.3;
            padding: 0; } }

/* ==========================================================================
   CALLOUT / SERVICES BOXES
   ========================================================================== */
.callouts {
  margin-top: -30px; }
  .callouts .container {
    padding: 0; }
  .callouts .callout {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #BBBBBB;
    padding: 0 15px;
    /* http://tympanus.net/codrops/2013/05/30/simple-icon-hover-effects/ Effect 2 / 2b */ }
    @media (min-width: 768px) {
      .callouts .callout:last-child {
        border-left: none; } }
    @media (max-width: 588px) {
      .callouts .callout {
        margin-top: 70px;
        border: none;
        border-top: 1px solid #54565A;
        width: 100%; } }
    .callouts .callout:hover, .callouts .callout:focus {
      text-decoration: none !important; }
    .callouts .callout .icon {
      display: inline-block;
      text-align: center;
      position: relative;
      z-index: 1;
      margin-top: -40px;
      width: 75px;
      height: 75px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 30px;
      font-size: 3rem;
      line-height: 75px;
      color: #fff;
      background: #fff;
      box-shadow: 0 0 0 5px #61A544;
      border: 1px solid rgba(255, 255, 255, 0.65);
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .callouts .callout .icon:after {
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      background: #61A544;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .callouts .callout:hover .icon,
    .callouts .callout:focus .icon {
      color: #61A544;
      box-shadow: 0 0 0 5px #61A544; }
    .callouts .callout:hover .icon:after,
    .callouts .callout:focus .icon:after {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .callouts .callout:hover .faux-button,
    .callouts .callout:focus .faux-button {
      background: #214758; }
    .callouts .callout h2,
    .callouts .callout p {
      padding-left: 10px;
      padding-right: 10px; }
    .callouts .callout h2 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 0;
      margin-top: 30px;
      min-height: 18px; }
      @media (max-width: 480px) {
        .callouts .callout h2 {
          margin-top: 15px; } }
    .callouts .callout p {
      color: #54565A;
      margin-top: 10px;
      margin-bottom: 30px;
      line-height: 1.5; }

.specialty .callouts .callout {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.resources .callouts {
  padding-bottom: 45px; }
  @media (min-width: 781px) {
    .resources .callouts {
      margin-top: 80px; } }
  .resources .callouts .callout {
    border: none; }
    @media (max-width: 780px) {
      .resources .callouts .callout {
        width: 100%;
        margin-top: 70px; } }
    .resources .callouts .callout .inner-wrapper {
      border: 1px solid #BBBBBB; }
    .resources .callouts .callout p {
      line-height: 2.2;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 0 15px; }
    .resources .callouts .callout .faux-button {
      margin: 15px 0 45px; }

/* ==========================================================================
   GLOBAL RESOURCE CALLOUTS
   ========================================================================== */
.main-content .resource-callouts {
  width: 100%;
  text-align: center;
  padding: 30px 0; }
  .main-content .resource-callouts:before, .main-content .resource-callouts:after {
    content: " ";
    display: table; }
  .main-content .resource-callouts:after {
    clear: both; }
  .main-content .resource-callouts .item {
    position: relative;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 0;
    /*
		&:before {
			display: block;
			content: "";
			//width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: ( $grid-gutter-width / 2 );
			right: ( $grid-gutter-width / 2 );
			@include rounded(40px);
			padding: ( $grid-gutter-width );
			background: $brandTeal;
			background-image: radial-gradient(65.12% 65.12% at 50% 50%, rgba(58, 5, 63, 0.27) 0%, rgba(8, 52, 87, 0.025) 100%);
		}
*/ }
    @media (min-width: 992px) {
      .main-content .resource-callouts .item {
        float: left;
        width: 50%; } }
    .main-content .resource-callouts .item .inner-wrapper {
      position: relative;
      z-index: 9999;
      padding: 30px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px; }
    .main-content .resource-callouts .item.join-fb .inner-wrapper {
      background: #107264;
      background-image: radial-gradient(ellipse farthest-corner at 0 -10%, #107264 0%, #117b6c 70%, #0f695c 70%); }
    .main-content .resource-callouts .item.partners .inner-wrapper,
    .main-content .resource-callouts .item.events .inner-wrapper {
      background: #214758;
      background-image: radial-gradient(ellipse farthest-corner at 0 -10%, #214758 0%, #244d5f 70%, #1e4151 70%); }
    .main-content .resource-callouts .item * {
      color: #fff; }
    .main-content .resource-callouts .item h3 {
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 500;
      min-height: 30px; }
    .main-content .resource-callouts .item p {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0 30px; }
    .main-content .resource-callouts .item .button {
      margin-bottom: 7.5px;
      background: #61A544; }
      .main-content .resource-callouts .item .button:hover, .main-content .resource-callouts .item .button:focus {
        background: #107264; }
    .main-content .resource-callouts .item.join-fb .button:hover, .main-content .resource-callouts .item.join-fb .button:focus {
      background: #214758; }

.dispensary .callouts {
  margin-top: -30px; }
  .dispensary .callouts .callout {
    border: none;
    cursor: default; }
    .dispensary .callouts .callout a {
      color: #107264;
      font-weight: 500; }
      .dispensary .callouts .callout a:hover, .dispensary .callouts .callout a:focus {
        color: #487a32; }

.dispensary .specials {
  width: 100%;
  clear: both;
  margin: 30px -15px; }
  .dispensary .specials:before, .dispensary .specials:after {
    content: " ";
    display: table; }
  .dispensary .specials:after {
    clear: both; }
  .dispensary .specials .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .dispensary .specials .item {
        float: left;
        width: 50%; } }
  .dispensary .specials h3 {
    font-size: 22px;
    font-size: 2.2rem; }
  .dispensary .specials p {
    margin: 10px 0;
    line-height: 1.4; }

.dispensary .schedule {
  width: 100%;
  clear: both;
  margin: 30px 0 0; }
  .dispensary .schedule:before, .dispensary .schedule:after {
    content: " ";
    display: table; }
  .dispensary .schedule:after {
    clear: both; }
  .dispensary .schedule h2 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 100; }
  .dispensary .schedule .item {
    float: left;
    width: 100%;
    margin: 15px 0; }
    .dispensary .schedule .item h3 {
      font-size: 20px;
      font-size: 2rem;
      margin: 10px 0; }
    .dispensary .schedule .item p {
      margin: 10px 0;
      line-height: 1.4; }
    .dispensary .schedule .item .meta {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 10px 0; }
    .dispensary .schedule .item a.download-link {
      color: #61A544;
      text-decoration: none;
      background-image: none; }

.doctors .callouts .callout,
.patients .callouts .callout {
  width: 50%; }
  @media only screen and (max-width: 530px) {
    .doctors .callouts .callout,
    .patients .callouts .callout {
      width: 100%; } }

@media (min-width: 768px) {
  .doctors .callouts .callout:first-child,
  .patients .callouts .callout:first-child {
    border: 1px solid #cdcdcd; } }

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
body:not(.home) .main-content {
  background-color: #fff; }

.main-content {
  padding: 30px 0 30px; }
  .main-content:before, .main-content:after {
    content: " ";
    display: table; }
  .main-content:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .main-content {
      padding-top: 0; } }
  .main-content.intro h1,
  .main-content .intro h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main-content.intro h2,
  .main-content .intro h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main-content.intro h3,
  .main-content .intro h3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main-content.intro h4,
  .main-content .intro h4 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main-content.intro h5,
  .main-content .intro h5 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main-content.intro h6,
  .main-content .intro h6 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .main-content.intro p,
  .main-content .intro p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (max-width: 480px) {
      .main-content.intro p,
      .main-content .intro p {
        font-size: 18px;
        font-size: 1.8rem; } }

.main-content-wrapper {
  clear: both;
  padding-bottom: 60px; }
  .main-content-wrapper:before, .main-content-wrapper:after {
    content: " ";
    display: table; }
  .main-content-wrapper:after {
    clear: both; }
  @media (max-width: 992px) {
    .main-content-wrapper {
      padding-bottom: 30px; } }

.general-content {
  clear: both;
  padding: 30px 0 30px; }

section {
  clear: both;
  float: left;
  width: 100%; }

section#debug {
  float: none;
  margin: 20px auto; }

/* ==========================================================================
   ALTERNATING CONTENTS
   ========================================================================== */
section.alternating {
  background: #fff; }
  section.alternating p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #54565A; }
  section.alternating ul {
    margin: 0;
    padding: 0; }
  section.alternating li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (max-width: 480px) {
      section.alternating li {
        font-size: 16px;
        font-size: 1.6rem; } }
    section.alternating li:before {
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 15px;
      font-size: 1.5rem;
      position: absolute;
      left: 0;
      top: 3px;
      color: #61A544; }
      @media (max-width: 768px) {
        section.alternating li:before {
          top: 5px; } }
  section.alternating .image-holder,
  section.alternating .image-wrapper,
  section.alternating .media-wrapper,
  section.alternating .map-wrapper {
    width: 50%;
    height: 100%;
    float: left; }
    @media (max-width: 768px) {
      section.alternating .image-holder,
      section.alternating .image-wrapper,
      section.alternating .media-wrapper,
      section.alternating .map-wrapper {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; }
        section.alternating .image-holder:before, section.alternating .image-holder:after,
        section.alternating .image-wrapper:before,
        section.alternating .image-wrapper:after,
        section.alternating .media-wrapper:before,
        section.alternating .media-wrapper:after,
        section.alternating .map-wrapper:before,
        section.alternating .map-wrapper:after {
          content: " ";
          display: table; }
        section.alternating .image-holder:after,
        section.alternating .image-wrapper:after,
        section.alternating .media-wrapper:after,
        section.alternating .map-wrapper:after {
          clear: both; } }
  section.alternating .image-holder {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  section.alternating .the-content {
    width: 50%;
    float: right; }
    @media (max-width: 768px) {
      section.alternating .the-content {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; }
        section.alternating .the-content:before, section.alternating .the-content:after {
          content: " ";
          display: table; }
        section.alternating .the-content:after {
          clear: both; } }
  section.alternating:nth-of-type(odd) .image-holder,
  section.alternating:nth-of-type(odd) .image-wrapper,
  section.alternating:nth-of-type(odd) .media-wrapper {
    float: right; }
  section.alternating:nth-of-type(odd) .the-content {
    float: left; }
    section.alternating:nth-of-type(odd) .the-content .inner-container {
      float: left;
      width: 100%; }
  @media (max-width: 768px) {
    section.alternating:nth-of-type(odd) h2 {
      word-wrap: break-word; } }
  @media (max-width: 700px) {
    section.alternating .image-holder,
    section.alternating .the-content,
    section.alternating .inner-container,
    section.alternating .image-wrapper,
    section.alternating .media-wrapper {
      width: 100%; }
    section.alternating .image-holder {
      height: 300px !important; } }

body:not(.home) section.alternating > div {
  padding: 75px 30px 15px; }
  @media (max-width: 768px) {
    body:not(.home) section.alternating > div {
      padding: 60px 0 15px; } }
  @media (max-width: 480px) {
    body:not(.home) section.alternating > div {
      padding: 30px 0 15px; } }
  body:not(.home) section.alternating > div h2 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1; }
  body:not(.home) section.alternating > div h3 {
    margin-top: 60px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    display: table;
    white-space: nowrap;
    overflow: hidden; }
    body:not(.home) section.alternating > div h3:after {
      border-top: 1px solid #BBBBBB;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.55em;
      width: 75%; }
    body:not(.home) section.alternating > div h3:after {
      left: 1.5%; }

@media (max-width: 768px) {
  body:not(.home) section.alternating:nth-of-type(odd) .the-content {
    padding-right: 15px; } }

@media (max-width: 480px) {
  body:not(.home) section.alternating:nth-of-type(odd) .the-content {
    padding-right: 0; } }

@media (max-width: 768px) {
  body:not(.home) section.alternating:nth-of-type(even) .the-content {
    padding-left: 15px; } }

@media (max-width: 480px) {
  body:not(.home) section.alternating:nth-of-type(even) .the-content {
    padding-left: 0; } }

body.terms section.alternating .the-content,
body.privacy section.alternating .the-content,
body.thanks section.alternating .the-content,
body.accessibility-statement section.alternating .the-content {
  width: 100%;
  float: none;
  height: auto !important; }

body.terms section.alternating:nth-of-type(odd) .the-content,
body.privacy section.alternating:nth-of-type(odd) .the-content,
body.thanks section.alternating:nth-of-type(odd) .the-content,
body.accessibility-statement section.alternating:nth-of-type(odd) .the-content {
  float: none; }

body.terms section.alternating:nth-of-type(odd) .the-content .inner-container,
body.privacy section.alternating:nth-of-type(odd) .the-content .inner-container,
body.thanks section.alternating:nth-of-type(odd) .the-content .inner-container,
body.accessibility-statement section.alternating:nth-of-type(odd) .the-content .inner-container {
  float: none; }

body.terms:not(.home) section.alternating > div,
body.privacy:not(.home) section.alternating > div,
body.thanks:not(.home) section.alternating > div,
body.accessibility-statement:not(.home) section.alternating > div {
  padding: 0; }

/* ==========================================================================
   INFOGRAPHICS
   ========================================================================== */
.infographic {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #BBBBBB; }
  .infographic .container {
    max-width: 880px; }
  .infographic h2 {
    text-align: center;
    margin-bottom: 60px; }
  .infographic section {
    display: block; }
    .infographic section .the-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-decoration: none;
      position: relative; }
      @media (min-width: 768px) {
        .infographic section .the-content {
          float: left;
          width: 50%; } }
      .infographic section .the-content h3 {
        margin: 0;
        line-height: 1.2;
        font-size: 30px;
        font-size: 3rem;
        color: #214758; }
        .infographic section .the-content h3 .pre-heading {
          font-size: 18px;
          font-size: 1.8rem; }
      @media (min-width: 768px) {
        .infographic section .the-content:before {
          position: absolute;
          top: 15px;
          height: 100%;
          width: 2px;
          background: #214758;
          content: ""; }
        .infographic section .the-content:after {
          position: absolute;
          right: 0;
          top: 0;
          height: 40px;
          width: 40px;
          content: "";
          background: #61A544;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 4px solid #fff; } }
    .infographic section:nth-of-type(odd) .the-content {
      float: right;
      left: -1px;
      padding: 0 0 60px 60px; }
      @media (max-width: 992px) {
        .infographic section:nth-of-type(odd) .the-content {
          padding: 0 0 60px 30px; } }
      @media (max-width: 768px) {
        .infographic section:nth-of-type(odd) .the-content {
          padding-bottom: 30px; } }
      @media (max-width: 480px) {
        .infographic section:nth-of-type(odd) .the-content {
          padding-bottom: 60px; } }
      .infographic section:nth-of-type(odd) .the-content:before {
        left: 0; }
      .infographic section:nth-of-type(odd) .the-content:after {
        left: -19px; }
    .infographic section:nth-of-type(even) .the-content {
      float: left;
      right: -1px;
      text-align: right;
      padding: 0 60px 60px 0; }
      @media (max-width: 992px) {
        .infographic section:nth-of-type(even) .the-content {
          padding: 0 30px 60px 0; } }
      @media (max-width: 768px) {
        .infographic section:nth-of-type(even) .the-content {
          padding-bottom: 30px; } }
      @media (max-width: 480px) {
        .infographic section:nth-of-type(even) .the-content {
          padding-bottom: 60px; } }
      .infographic section:nth-of-type(even) .the-content:before {
        right: 0; }
      .infographic section:nth-of-type(even) .the-content:after {
        right: -19px; }
    .infographic section:last-of-type .the-content:before {
      display: none; }

/* ==========================================================================
   SIDEBAR LAYOUT
   ========================================================================== */
.sidebar .main-content .the-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .sidebar .main-content .the-content {
      float: left;
      width: 75%; } }
  .sidebar .main-content .the-content:before, .sidebar .main-content .the-content:after {
    content: " ";
    display: table; }
  .sidebar .main-content .the-content:after {
    clear: both; }

.sidebar aside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .sidebar aside {
      float: left;
      width: 25%; } }
  .sidebar aside:before, .sidebar aside:after {
    content: " ";
    display: table; }
  .sidebar aside:after {
    clear: both; }
  @media (max-width: 768px) {
    .sidebar aside {
      clear: both; } }
  .sidebar aside h2 {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    padding-bottom: 7.5px;
    margin-bottom: 15px; }
    .sidebar aside h2:before, .sidebar aside h2:after {
      content: " ";
      display: table; }
    .sidebar aside h2:after {
      clear: both; }
    .sidebar aside h2:after {
      content: " ";
      height: 1px;
      width: 50%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #BBBBBB; }
  .sidebar aside h3,
  .sidebar aside h4,
  .sidebar aside p.strong {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline;
    color: #214758; }
  .sidebar aside p a:not(.button) {
    background-image: none; }

.contact.sidebar .main-content p.intro {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.contact.sidebar .main-content form {
  float: none;
  max-width: 800px;
  margin: 30px auto 0; }
  .contact.sidebar .main-content form .error {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: #BE2348;
    list-style: none;
    text-align: left; }

.ig-wrapper {
  clear: both;
  width: 100%;
  margin-bottom: 68px; }
  @media only screen and (max-width: 768px) {
    .ig-wrapper {
      margin-bottom: 30px; } }
  .ig-wrapper iframe {
    display: block;
    width: 100%;
    border: none;
    overflow: hidden; }

/* ==========================================================================
   GLOBAL FOOTER
   ========================================================================== */
.footer.global {
  clear: both;
  background: #214758; }
  .footer.global:before, .footer.global:after {
    content: " ";
    display: table; }
  .footer.global:after {
    clear: both; }
  .footer.global .container {
    display: flex;
    padding: 0; }
    @media only screen and (max-width: 1199px) {
      .footer.global .container {
        flex-wrap: wrap; } }
  .footer.global .section {
    margin-bottom: 70px; }
    @media (max-width: 1199px) {
      .footer.global .section {
        width: 100%;
        margin: 30px auto;
        float: none;
        clear: both; }
        .footer.global .section:before, .footer.global .section:after {
          content: " ";
          display: table; }
        .footer.global .section:after {
          clear: both; } }
    .footer.global .section .section-title {
      clear: both;
      float: left;
      width: 100%;
      margin: 0 0 15px;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      color: #fff; }
    .footer.global .section p,
    .footer.global .section li,
    .footer.global .section a:not(.button) {
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff;
      margin-top: 0; }
      @media (max-width: 768px) {
        .footer.global .section p,
        .footer.global .section li,
        .footer.global .section a:not(.button) {
          font-size: 16px;
          font-size: 1.6rem; } }
    .footer.global .section p {
      clear: both; }
    .footer.global .section ul:not(.social-links) {
      clear: none;
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      list-style-type: none; }
      @media (max-width: 589px) {
        .footer.global .section ul:not(.social-links) {
          width: 100%;
          text-align: center; } }
      .footer.global .section ul:not(.social-links) li {
        position: relative;
        margin: 0;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2px 5px 10px 10px; }
        .footer.global .section ul:not(.social-links) li a {
          font-size: 16px;
          font-size: 1.6rem; }
        .footer.global .section ul:not(.social-links) li.category {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500; }
          .footer.global .section ul:not(.social-links) li.category a {
            font-size: inherit; }
        .footer.global .section ul:not(.social-links) li:hover:before, .footer.global .section ul:not(.social-links) li:focus:before {
          color: #fff; }
    .footer.global .section.contacts {
      position: relative;
      left: -20px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 155px 0 0 0;
      text-align: center;
      background-image: url("../img/brand/trulieve-logo-vert-white.svg");
      background-size: 231px auto;
      background-position: center top;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .footer.global .section.contacts {
          float: left;
          width: 25%; } }
      @media only screen and (max-width: 1199px) {
        .footer.global .section.contacts {
          order: 1;
          width: 50%; } }
      @media only screen and (max-width: 768px) {
        .footer.global .section.contacts {
          left: -15px; } }
      @media only screen and (max-width: 589px) {
        .footer.global .section.contacts {
          width: 100%;
          left: auto; } }
      .footer.global .section.contacts p {
        font-style: italic;
        line-height: 1.5;
        margin-top: 25px; }
        .footer.global .section.contacts p a {
          text-decoration: underline; }
      .footer.global .section.contacts .section-title {
        margin: 30px 0 15px; }
    .footer.global .section.links {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0; }
      @media (min-width: 992px) {
        .footer.global .section.links {
          float: left;
          width: 52.08333%; } }
      @media only screen and (max-width: 1199px) {
        .footer.global .section.links {
          order: 3;
          width: 100%;
          padding: 0 15px; } }
      @media only screen and (max-width: 589px) {
        .footer.global .section.links {
          margin-top: 15px;
          margin-bottom: 45px; } }
    .footer.global .section.signup {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      right: -15px; }
      @media (min-width: 992px) {
        .footer.global .section.signup {
          float: left;
          width: 22.91667%; } }
      @media only screen and (max-width: 1199px) {
        .footer.global .section.signup {
          order: 2;
          width: 50%; } }
      @media only screen and (max-width: 589px) {
        .footer.global .section.signup {
          width: 100%;
          right: auto;
          margin-top: 30px;
          text-align: center; } }
      .footer.global .section.signup p {
        font-size: 18px;
        font-size: 1.8rem; }
        .footer.global .section.signup p.note {
          margin-top: 15px;
          font-size: 14px;
          font-size: 1.4rem;
          font-style: italic; }
        .footer.global .section.signup p a {
          text-decoration: underline; }
      .footer.global .section.signup .button {
        padding: 0 42px;
        margin: 7.5px 0 15px;
        background: #61A544; }
        .footer.global .section.signup .button:hover, .footer.global .section.signup .button:focus {
          background: #107264; }
  .footer.global ul.social-links {
    float: none;
    margin: 0 auto 0 -5px; }
    .footer.global ul.social-links li {
      float: none;
      display: inline-block;
      margin: 0 5px;
      width: 46px;
      height: 46px;
      padding-left: 0;
      padding-right: 0; }
      .footer.global ul.social-links li:last-child {
        position: relative;
        top: -5px; }
      @media only screen and (max-width: 768px) {
        .footer.global ul.social-links li {
          margin-right: 10px; } }
      .footer.global ul.social-links li a {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .footer.global ul.social-links li a:hover .icon.icon-facebook, .footer.global ul.social-links li a:focus .icon.icon-facebook {
          background-color: #3b5998; }
        .footer.global ul.social-links li a:hover .icon.icon-twitter, .footer.global ul.social-links li a:focus .icon.icon-twitter {
          background-color: #00aced; }
        .footer.global ul.social-links li a:hover .icon.icon-instagram, .footer.global ul.social-links li a:focus .icon.icon-instagram {
          background-color: #bc2a8d; }
      .footer.global ul.social-links li .icon {
        color: #fff;
        width: 46px;
        height: 46px;
        line-height: 47px; }
      .footer.global ul.social-links li .icon:before {
        font-size: 38px;
        font-size: 3.8rem; }
      .footer.global ul.social-links li .icon.icon-instagram:before {
        font-size: 28px;
        font-size: 2.8rem; }
  .footer.global .sub-footer {
    clear: both;
    float: left;
    color: #214758;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0 15px; }
    .footer.global .sub-footer .legal {
      font-size: 14px;
      font-size: 1.4rem;
      float: left;
      width: auto; }
      @media (max-width: 768px) {
        .footer.global .sub-footer .legal {
          width: 100%;
          text-align: center; } }
      .footer.global .sub-footer .legal a {
        color: inherit; }
        .footer.global .sub-footer .legal a:hover, .footer.global .sub-footer .legal a:focus {
          text-decoration: underline; }
      .footer.global .sub-footer .legal span {
        display: inline-block; }
        @media (max-width: 480px) {
          .footer.global .sub-footer .legal span {
            padding: 0 10px;
            height: 44px;
            line-height: 44px; } }
        .footer.global .sub-footer .legal span:after {
          content: "|";
          padding: 0 10px; }
          @media (max-width: 480px) {
            .footer.global .sub-footer .legal span:after {
              display: none; } }
        .footer.global .sub-footer .legal span:last-of-type:after {
          content: "";
          padding: 0; }

/* ==========================================================================
   MODALS // DIALOG BOXES
   ========================================================================== */
.signup-modal.modal {
  padding-right: 0 !important;
  background-color: #214758;
  background-color: rgba(33, 71, 88, 0.9); }
  .signup-modal.modal .modal-dialog {
    text-align: center; }
    @media (min-width: 998px) {
      .signup-modal.modal .modal-dialog {
        width: 800px; } }
  .signup-modal.modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff; }
  .signup-modal.modal .modal-header {
    border-bottom: none;
    padding-bottom: 0; }
  .signup-modal.modal .modal-body .iframe-wrapper {
    background-color: transparent;
    padding-bottom: 30rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .signup-modal.modal .modal-body .iframe-wrapper {
        margin-bottom: 0;
        padding-bottom: 30rem; } }
  .signup-modal.modal .modal-body iframe {
    width: 100%;
    height: auto;
    min-height: 310px; }
  .signup-modal.modal h4 {
    color: #214758;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 60px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #BBBBBB; }
  .signup-modal.modal p {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .signup-modal.modal .button-wrapper {
    margin: 0;
    float: none; }
  .signup-modal.modal button.close {
    text-decoration: none;
    color: #214758;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    background: transparent; }
    .signup-modal.modal button.close:hover, .signup-modal.modal button.close:focus {
      text-decoration: underline; }
  .signup-modal.modal form .item {
    width: 100%;
    margin: 45px auto; }
    .signup-modal.modal form .item:last-of-type {
      margin-bottom: 15px; }
  .signup-modal.modal form input {
    font-size: 16px;
    font-size: 1.6rem;
    width: 75%;
    padding: 15px;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .signup-modal.modal form button {
    padding-left: 60px;
    padding-right: 60px; }

#signup-modal-promotions.signup-modal.modal .modal-body .iframe-wrapper {
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 992px) {
    #signup-modal-promotions.signup-modal.modal .modal-body .iframe-wrapper {
      padding-bottom: 83.25%; } }

#signup-modal-promotions.signup-modal.modal .modal-body iframe {
  min-height: 442px; }
  @media only screen and (max-width: 992px) {
    #signup-modal-promotions.signup-modal.modal .modal-body iframe {
      min-height: 457px; } }

#signup-success-modal .modal-body {
  padding-top: 60px;
  padding-bottom: 60px; }

#signup-success-modal p {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 30px 60px; }

/* ==========================================================================
   AGE VERIFICATION POPUP
   ========================================================================== */
#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: #214758;
  background-color: rgba(33, 71, 88, 0.9); }

#modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  margin: 0 auto;
  padding: 37.5px;
  background: transparent; }
  @media only screen and (max-width: 1200px) {
    #modal_content {
      min-width: 75%; } }
  @media only screen and (max-width: 768px) {
    #modal_content {
      min-width: 90%; } }
  @media only screen and (max-width: 480px) {
    #modal_content {
      min-width: 100%; } }
  @media only screen and (max-width: 350px) {
    #modal_content {
      padding: 15px 30px;
      top: 0;
      transform: translate(-50%, 0); } }
  #modal_content.dialog-box {
    text-align: center; }
    #modal_content.dialog-box h2,
    #modal_content.dialog-box p {
      max-width: 490px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      margin-right: auto;
      margin-left: auto; }
    #modal_content.dialog-box h2 {
      margin-top: 45px;
      margin-bottom: 45px;
      font-size: 27px;
      font-size: 2.7rem; }
      @media only screen and (max-width: 350px) {
        #modal_content.dialog-box h2 {
          font-size: 22px;
          font-size: 2.2rem;
          margin-top: 15px;
          margin-bottom: 15px; } }
    #modal_content.dialog-box fieldset {
      border: none;
      margin: 0;
      padding: 0; }
    #modal_content.dialog-box p {
      font-size: 18px;
      font-size: 1.8rem; }
      #modal_content.dialog-box p.checker {
        height: 25px;
        line-height: 25px;
        margin-top: 45px;
        margin-bottom: 30px; }
        #modal_content.dialog-box p.checker label:before {
          width: 24px;
          height: 25px;
          margin-right: 10px;
          background-image: url("../img/layout/formelements-light-checkbox.png"); }
        #modal_content.dialog-box p.checker input[type="checkbox"]:checked + label:before {
          top: 8px; }
  #modal_content .content_wrapper {
    text-align: center; }
    #modal_content .content_wrapper .buttons-set {
      text-align: center;
      position: relative; }
      #modal_content .content_wrapper .buttons-set:before, #modal_content .content_wrapper .buttons-set:after {
        content: " ";
        display: table; }
      #modal_content .content_wrapper .buttons-set:after {
        clear: both; }
    #modal_content .content_wrapper .buttons-set .av_btn {
      margin: 0 5px;
      padding: 0 90px;
      font-size: 20px;
      font-size: 2rem;
      text-transform: uppercase;
      line-height: 68px;
      min-width: 220px;
      text-decoration: none !important;
      cursor: pointer;
      background: transparent;
      border: 1px solid #61A544; }
      @media only screen and (max-width: 350px) {
        #modal_content .content_wrapper .buttons-set .av_btn {
          min-height: 1px;
          height: 44px;
          max-height: 44px;
          line-height: 44px;
          padding: 0 60px; } }
      #modal_content .content_wrapper .buttons-set .av_btn:hover, #modal_content .content_wrapper .buttons-set .av_btn:focus {
        background: #487a32; }
    #modal_content .content_wrapper p.error {
      font-style: italic;
      font-size: 20px;
      font-size: 2rem;
      text-transform: none; }

.masthead .global-info-bar.notification {
  background-color: #1F1F21;
  color: #fff;
  text-align: center; }
  .masthead .global-info-bar.notification .container p {
    padding: 12px 0; }
    .masthead .global-info-bar.notification .container p:after {
      content: "";
      display: inline-block;
      background: url("../img/icons/Alert_Bar_Arrow.svg") no-repeat;
      width: 10px;
      height: 10px;
      margin-left: 5px; }

.masthead .global-info-bar p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 20px; }

.brands-section {
  position: relative;
  padding-top: 200px; }
  @media only screen and (min-width: 1440px) {
    .brands-section {
      padding-top: 100px; } }
  .brands-section::after {
    content: '';
    background: #94DB78;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    left: -150px;
    bottom: 50px;
    position: absolute;
    z-index: -1; }
    @media only screen and (min-width: 1024px) {
      .brands-section::after {
        left: -100px;
        bottom: -50px;
        height: 480px;
        width: 480px; } }
  .brands-section .container h2 {
    color: #31373E;
    font-size: 3.6rem;
    line-height: 4.4rem; }
    @media only screen and (min-width: 768px) {
      .brands-section .container h2 {
        font-size: 5.2rem;
        line-height: 5.2rem; } }
  .brands-section .container p.subheading {
    color: #1F1F21;
    line-height: 2.8rem;
    letter-spacing: -0.29px;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .brands-section .container p.subheading {
        font-size: 2.1rem;
        line-height: 3rem;
        margin: 0 auto;
        max-width: 75%;
        padding: 15px 0 25px; } }
    @media only screen and (min-width: 1025px) {
      .brands-section .container p.subheading {
        max-width: 50%; } }
  .brands-section .container .brands-card {
    background: #F2F2F2;
    border: 3px solid #0C7D52;
    border-radius: 8px;
    height: 513px;
    padding: 20px;
    position: relative; }
    @media only screen and (min-width: 500px) {
      .brands-section .container .brands-card {
        height: 603px;
        padding: 30px; } }
    @media only screen and (min-width: 769px) {
      .brands-section .container .brands-card {
        width: 455px; } }
    @media only screen and (min-width: 1024px) {
      .brands-section .container .brands-card {
        width: 650px; } }
    @media only screen and (min-width: 1200px) {
      .brands-section .container .brands-card {
        height: 592px;
        width: 550px; } }
    .brands-section .container .brands-card img.brand-main {
      border-radius: 8px; }
    .brands-section .container .brands-card h4 {
      color: #31373E;
      font-size: 2rem;
      line-height: 3rem;
      letter-spacing: -0.48px;
      text-align: left;
      margin: 24px 0 10px; }
      @media only screen and (min-width: 768px) {
        .brands-section .container .brands-card h4 {
          font-size: 2.4rem; } }
    .brands-section .container .brands-card p {
      color: #31373E;
      font-size: 1.4rem;
      line-height: 2.4rem;
      letter-spacing: -0.34px;
      text-align: left;
      margin: 10px 0 15px; }
      @media only screen and (min-width: 768px) {
        .brands-section .container .brands-card p {
          font-size: 1.6rem;
          margin: 10px 0 25px; } }
    .brands-section .container .brands-card img.icon {
      width: 6px; }
    .brands-section .container .brands-card .brands-card-link {
      display: grid;
      grid-template-columns: repeat(2, 105px);
      position: absolute;
      bottom: 20px; }
      @media only screen and (min-width: 500px) {
        .brands-section .container .brands-card .brands-card-link {
          position: initial; } }
    .brands-section .container .brands-card a.link {
      color: #0C7D52;
      font-size: 1.6rem;
      line-height: 2rem;
      letter-spacing: -0.29px;
      align-items: center;
      display: grid;
      grid-template-columns: max-content 15px;
      grid-column-gap: 5px; }
      @media only screen and (min-width: 500px) {
        .brands-section .container .brands-card a.link {
          position: absolute;
          bottom: 30px; } }
    .brands-section .container .brands-card img.brand-logo {
      justify-self: self-end;
      width: 60%; }
      @media only screen and (min-width: 500px) {
        .brands-section .container .brands-card img.brand-logo {
          position: absolute;
          bottom: 20px;
          right: 30px;
          width: 20%; } }
  .brands-section .container a.button {
    background: #01893E;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: -0.29px;
    text-transform: none;
    width: 100%; }
    .brands-section .container a.button:hover {
      background: #107264; }
    @media only screen and (min-width: 768px) {
      .brands-section .container a.button {
        margin-top: 20px;
        width: 220px; } }
  .brands-section .container .owl-carousel .owl-stage-outer {
    height: auto !important; }
  .brands-section .container .owl-carousel .owl-item {
    padding-right: 25px; }
  .brands-section .container .owl-carousel .owl-stage {
    left: -10px; }
    @media only screen and (min-width: 500px) {
      .brands-section .container .owl-carousel .owl-stage {
        left: -50px; } }
    @media only screen and (min-width: 1200px) {
      .brands-section .container .owl-carousel .owl-stage {
        left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 25px; } }
  .brands-section .container .owl-carousel .owl-nav {
    display: none; }
  .brands-section .container .owl-carousel .owl-dots {
    margin: 40px 0; }
    .brands-section .container .owl-carousel .owl-dots button.owl-dot.active {
      background-color: #1F1F21; }
    .brands-section .container .owl-carousel .owl-dots button.owl-dot {
      background-color: rgba(31, 31, 33, 0.4);
      border-radius: 50%;
      padding: 10px !important;
      margin-right: 30px; }
      .brands-section .container .owl-carousel .owl-dots button.owl-dot:last-child {
        margin-right: 0; }

.cannabis-education {
  background-color: #F2F2F2;
  padding: 30px 0;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .cannabis-education {
      padding: 80px 0 100px; } }
  .cannabis-education::before {
    content: '';
    background: #01893E;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    right: -150px;
    top: -140px;
    position: absolute;
    z-index: 0; }
    @media only screen and (min-width: 1024px) {
      .cannabis-education::before {
        right: -275px;
        top: -160px;
        height: 550px;
        width: 550px; } }
  .cannabis-education::after {
    content: '';
    background: #E3A502;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    left: -165px;
    bottom: -35px;
    position: absolute;
    z-index: 0; }
    @media only screen and (min-width: 1024px) {
      .cannabis-education::after {
        left: -380px;
        bottom: -100px;
        height: 480px;
        width: 480px; } }
  .cannabis-education .container h2 {
    color: #31373E;
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -1px; }
    @media only screen and (min-width: 769px) {
      .cannabis-education .container h2 {
        line-height: 5.6rem;
        letter-spacing: -1px; } }
  .cannabis-education .container p.subheading {
    color: #31373E;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .cannabis-education .container p.subheading {
        font-size: 2.1rem;
        line-height: 3rem;
        max-width: 60%;
        margin: 0 auto;
        padding-bottom: 50px; } }
  .cannabis-education .container .cannabis-education-container .cannabis-education-card {
    background-color: white;
    border-radius: 8px;
    margin-right: 25px; }
    .cannabis-education .container .cannabis-education-container .cannabis-education-card img {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text {
      height: 200px;
      padding: 0 20px;
      position: relative; }
      @media only screen and (min-width: 769px) {
        .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text {
          height: 250px;
          padding: 0 25px; } }
      .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text h4 {
        color: #31373E;
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: -0.48px;
        margin: 15px 0 5px;
        text-align: left; }
        @media only screen and (min-width: 769px) {
          .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text h4 {
            font-size: 2.4rem;
            line-height: 3rem;
            letter-spacing: -0.58px;
            margin: 15px 0; } }
      .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text p {
        color: #31373E;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 2rem;
        margin: 0;
        text-align: left; }
        @media only screen and (min-width: 769px) {
          .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text p {
            font-size: 1.6rem;
            line-height: 2.4rem; } }
      .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text a.link {
        color: #0C7D52;
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 15px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2rem;
        letter-spacing: -0.29px;
        text-align: left;
        position: absolute;
        bottom: 25px; }
        .cannabis-education .container .cannabis-education-container .cannabis-education-card .cannabis-education-text a.link img.icon {
          grid-column-start: 2;
          height: 10px;
          padding-left: 5px; }
  .cannabis-education .container .owl-carousel .owl-stage {
    left: -20px; }
    @media only screen and (min-width: 500px) {
      .cannabis-education .container .owl-carousel .owl-stage {
        left: -50px; } }
    @media only screen and (min-width: 1024px) {
      .cannabis-education .container .owl-carousel .owl-stage {
        left: 0; } }
  .cannabis-education .container .owl-carousel .owl-nav {
    display: none; }
  .cannabis-education .container .owl-carousel .owl-dots {
    margin-top: 40px; }
    .cannabis-education .container .owl-carousel .owl-dots button.owl-dot.active {
      background-color: #1F1F21; }
    .cannabis-education .container .owl-carousel .owl-dots button.owl-dot {
      background-color: rgba(31, 31, 33, 0.4);
      border-radius: 50%;
      padding: 10px !important;
      margin-right: 30px; }
      .cannabis-education .container .owl-carousel .owl-dots button.owl-dot:last-child {
        margin-right: 0; }

.dispensaries-section {
  padding: 60px 0; }
  @media only screen and (min-width: 1024px) {
    .dispensaries-section {
      padding: 30px 0; } }
  @media only screen and (min-width: 768px) {
    .dispensaries-section .container {
      display: grid;
      grid-template-columns: 1fr min-content;
      grid-column-gap: 50px; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .dispensaries-section .container {
      grid-column-gap: 75px; } }
  .dispensaries-section .container img {
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: end;
    width: 318px; }
    @media only screen and (min-width: 1024px) {
      .dispensaries-section .container img {
        width: 400px; } }
    @media only screen and (min-width: 1440px) {
      .dispensaries-section .container img {
        width: 550px; } }
  @media only screen and (min-width: 768px) {
    .dispensaries-section .container .text {
      align-self: center;
      grid-column-start: 1;
      grid-row-start: 1; } }
  .dispensaries-section .container .text h2 {
    color: #31373E;
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -0.87px;
    text-align: left;
    margin: 25px 0 15px; }
    @media only screen and (min-width: 768px) {
      .dispensaries-section .container .text h2 {
        font-size: 4.8rem;
        line-height: 5.6rem;
        letter-spacing: -1px;
        margin: 25px 0; } }
  .dispensaries-section .container .text p {
    color: #1F1F21;
    line-height: 2.8rem;
    letter-spacing: -0.29px;
    text-align: left;
    margin-bottom: 25px; }
  .dispensaries-section .container .text a.button {
    background: #01893E;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: -0.29px;
    min-height: 56px;
    text-transform: none;
    width: 100%; }
    .dispensaries-section .container .text a.button:hover {
      background: #107264; }
    @media only screen and (min-width: 768px) {
      .dispensaries-section .container .text a.button {
        float: left;
        padding: 18px 10px;
        width: 193px; } }

.footer.global {
  background: #01893E; }
  .footer.global .container.footer {
    margin-bottom: 50px; }
    @media only screen and (min-width: 1024px) {
      .footer.global .container.footer {
        display: grid;
        grid-template-columns: 375px 1fr;
        grid-column-gap: 50px; } }
    .footer.global .container.footer .contacts {
      background-image: url("../img/icons/Color_white.png");
      background-size: 231px auto;
      background-repeat: no-repeat;
      background-position: top center;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 40px;
      margin-top: 40px; }
      @media only screen and (min-width: 1024px) {
        .footer.global .container.footer .contacts {
          background-position: left top;
          grid-column-start: 1;
          padding-bottom: 0;
          text-align: left;
          margin: 60px 0 0; } }
      .footer.global .container.footer .contacts p {
        color: white;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: -0.39px;
        line-height: 19px;
        text-align: left; }
      .footer.global .container.footer .contacts .email-signup {
        padding-top: 150px; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .contacts .email-signup {
            padding: 150px 0 0; } }
        .footer.global .container.footer .contacts .email-signup button.button {
          background: white;
          border: 2px solid white;
          color: #1F1F21;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 2rem;
          letter-spacing: -0.29px;
          text-transform: none; }
          .footer.global .container.footer .contacts .email-signup button.button:hover {
            background: transparent;
            border: 2px solid white;
            color: white; }
      .footer.global .container.footer .contacts .social-links {
        margin: 0;
        padding-top: 50px; }
        .footer.global .container.footer .contacts .social-links li {
          margin-right: 25px; }
        .footer.global .container.footer .contacts .social-links li:last-child {
          top: 0; }
        .footer.global .container.footer .contacts .social-links img {
          height: 50px; }
      .footer.global .container.footer .contacts .button {
        width: 320px; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .contacts .button {
            width: 360px; } }
    .footer.global .container.footer .links {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(3, min-content);
      margin: 0 auto; }
      @media only screen and (min-width: 1024px) {
        .footer.global .container.footer .links {
          grid-template-columns: repeat(8, 1fr);
          grid-column-gap: 30px;
          margin-top: 50px; } }
      .footer.global .container.footer .links ul {
        list-style: none; }
      .footer.global .container.footer .links li.category a {
        color: white;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -0.48px; }
      .footer.global .container.footer .links li a {
        color: white;
        font-size: 1.4rem;
        letter-spacing: -0.34px; }
      .footer.global .container.footer .links ul.shop {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1; }
      .footer.global .container.footer .links ul.brands {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .links ul.brands {
            grid-column-start: 3;
            grid-column-end: 5;
            grid-row-start: 1; } }
      .footer.global .container.footer .links ul.dispensaries {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .links ul.dispensaries {
            grid-column-start: 5;
            grid-column-end: 7;
            grid-row-start: 1; } }
      .footer.global .container.footer .links ul.education {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .links ul.education {
            grid-column-start: 7;
            grid-column-end: 9;
            grid-row-start: 1; } }
      .footer.global .container.footer .links ul.about {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 1; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .links ul.about {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 2; } }
      .footer.global .container.footer .links ul.initiatives {
        align-self: self-start;
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 3; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .links ul.initiatives {
            grid-column-start: 3;
            grid-column-end: 5;
            grid-row-start: 2; } }
      .footer.global .container.footer .links ul.media {
        align-self: self-end;
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 3; }
        @media only screen and (min-width: 1024px) {
          .footer.global .container.footer .links ul.media {
            align-self: self-start;
            grid-column-start: 5;
            grid-column-end: 7;
            grid-row-start: 2; } }
  .footer.global .container {
    justify-content: space-between; }
    .footer.global .container .legal {
      color: #31373E; }

.homepage-hero {
  background: #01893E;
  position: relative; }
  .homepage-hero:before {
    content: '';
    background: #01B351;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    left: -140px;
    top: 200px;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .homepage-hero:before {
        top: 0; } }
    @media only screen and (min-width: 1024px) {
      .homepage-hero:before {
        height: 423px;
        width: 423px;
        left: -120px;
        top: 125px; } }

@keyframes videoAnimation {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes iconAnimation {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes headingAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes ctaAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  25% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  @media only screen and (min-width: 768px) {
    .homepage-hero .container {
      display: grid;
      grid-template-columns: repeat(2, 400px);
      grid-column-gap: 20px;
      align-items: center; } }
  @media only screen and (min-width: 1024px) {
    .homepage-hero .container {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 80px; } }
  .homepage-hero .container .hero-video {
    border-radius: 50%;
    height: 404px;
    width: 404px;
    overflow: hidden;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .homepage-hero .container .hero-video {
        grid-column-start: 2;
        grid-row-start: 1; } }
    @media only screen and (min-width: 1024px) {
      .homepage-hero .container .hero-video {
        height: 600px;
        width: 600px; } }
    @media only screen and (min-width: 1440px) {
      .homepage-hero .container .hero-video {
        height: 830px;
        width: 830px; } }
    .homepage-hero .container .hero-video .video {
      -webkit-border-radius: 50%;
      display: inline;
      height: 100%;
      width: auto;
      animation: videoAnimation ease 3s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    .homepage-hero .container .hero-video button {
      background: transparent;
      position: absolute;
      bottom: 40px;
      right: 100px;
      animation: iconAnimation ease 3s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
      @media only screen and (min-width: 768px) {
        .homepage-hero .container .hero-video button {
          bottom: 50px;
          right: 100px; } }
      @media only screen and (min-width: 1024px) {
        .homepage-hero .container .hero-video button {
          bottom: 80px;
          right: 150px; } }
      @media only screen and (min-width: 1440px) {
        .homepage-hero .container .hero-video button {
          bottom: 100px; } }
    .homepage-hero .container .hero-video .icon-play,
    .homepage-hero .container .hero-video .icon-pause {
      background: transparent; }
    .homepage-hero .container .hero-video .icon-play {
      display: none; }
  .homepage-hero .container .image {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .homepage-hero .container .image {
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        right: 300px;
        animation: imageAnimation ease 3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        width: 255px; } }
    @media only screen and (min-width: 1440px) {
      .homepage-hero .container .image {
        right: 475px; } }
  @media only screen and (min-width: 768px) {
    .homepage-hero .container .text {
      grid-column-start: 1;
      grid-row-start: 1; } }
  .homepage-hero .container .text h2 {
    color: white;
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -1px;
    text-align: left;
    margin: 25px 0 0;
    animation: headingAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    @media only screen and (min-width: 1024px) {
      .homepage-hero .container .text h2 {
        font-size: 10rem;
        line-height: 10rem; } }
  .homepage-hero .container .text p {
    color: white;
    font-size: 3rem;
    line-height: 2.8rem;
    margin: 20px 0 35px;
    text-align: left;
    animation: ctaAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    @media only screen and (min-width: 1024px) {
      .homepage-hero .container .text p {
        font-size: 4rem;
        line-height: 3.2rem;
        margin: 25px 0 55px; } }
  .homepage-hero .container .text a.button {
    background: transparent;
    border: 2px solid white;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    min-height: inherit;
    padding: 15px;
    text-transform: none;
    width: 100%;
    animation: ctaAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .homepage-hero .container .text a.button:hover, .homepage-hero .container .text a.button:focus {
      background: white;
      color: #1F1F21; }
    @media only screen and (min-width: 768px) {
      .homepage-hero .container .text a.button {
        float: left;
        margin-right: 25px;
        width: 168px; } }
  .homepage-hero .container .text a.shop.button {
    background: white;
    border: 2px solid white;
    color: #1F1F21;
    margin-top: 10px;
    animation: ctaAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .homepage-hero .container .text a.shop.button:hover, .homepage-hero .container .text a.shop.button:focus {
      background: transparent;
      border: 2px solid white;
      color: white; }
    @media only screen and (min-width: 768px) {
      .homepage-hero .container .text a.shop.button {
        float: left;
        margin-top: 0;
        width: 168px; } }

.main-content.resources {
  background-color: #F2F2F2;
  padding: 30px 0 50px;
  position: relative;
  z-index: -2; }
  .main-content.resources::before {
    content: '';
    background: #C3D541;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    right: -150px;
    top: -175px;
    position: absolute;
    z-index: -1; }
    @media only screen and (min-width: 1024px) {
      .main-content.resources::before {
        right: -50px;
        top: -375px;
        height: 480px;
        width: 480px; } }
  @media only screen and (min-width: 1024px) {
    .main-content.resources {
      padding: 85px 0 140px; } }
  .main-content.resources .container h2 {
    color: #31373E;
    font-size: 3.8rem;
    line-height: 4.4rem;
    letter-spacing: -0.92px;
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      .main-content.resources .container h2 {
        font-size: 5.2rem;
        line-height: 5.2rem;
        letter-spacing: 1.24px; } }
  .main-content.resources .container .resources-container {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 30px; }
    @media only screen and (min-width: 1024px) {
      .main-content.resources .container .resources-container {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 0;
        grid-template-rows: auto; } }
    .main-content.resources .container .resources-container .resources-cta {
      background: #F1F1F1;
      border: 3px solid #0C7D52;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 180px;
      width: 320px;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .main-content.resources .container .resources-container .resources-cta {
          width: 300px; } }
      @media only screen and (min-width: 1200px) {
        .main-content.resources .container .resources-container .resources-cta {
          padding: 50px 5px;
          width: 360px; } }
      .main-content.resources .container .resources-container .resources-cta .link {
        padding-top: 10px; }
      .main-content.resources .container .resources-container .resources-cta a {
        color: #31373E;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: -0.48px;
        text-align: center;
        margin: 5px 0; }
        .main-content.resources .container .resources-container .resources-cta a:hover {
          color: #31373E; }
        .main-content.resources .container .resources-container .resources-cta a:after {
          content: ' ';
          display: inline-block;
          background-image: url("../img/icons/Resources_Arrow.svg");
          background-repeat: no-repeat;
          background-size: 9px 15px;
          height: 15px;
          width: 9px;
          margin-left: 5px; }
      .main-content.resources .container .resources-container .resources-cta img {
        width: 30px; }
      .main-content.resources .container .resources-container .resources-cta img.location {
        width: 20px; }
      .main-content.resources .container .resources-container .resources-cta img.icon {
        height: 12px; }

.whats-new {
  padding: 60px 0; }
  @media only screen and (min-width: 1024px) {
    .whats-new {
      padding: 100px 0; } }
  .whats-new .container h2 {
    color: #31373E;
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -1px; }
    @media only screen and (min-width: 768px) {
      .whats-new .container h2 {
        font-size: 4.8rem;
        line-height: 5.6rem; } }
  .whats-new .container p.subheading {
    color: #1F1F21;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.6rem; }
    @media only screen and (min-width: 768px) {
      .whats-new .container p.subheading {
        font-size: 2.1rem;
        line-height: 3rem;
        max-width: 550px;
        margin: 0 auto;
        padding-bottom: 50px; } }
  .whats-new .container .whats-new-card-container .whats-new-card {
    background-color: white;
    border-radius: 8px;
    height: 360px;
    position: relative; }
    .whats-new .container .whats-new-card-container .whats-new-card img.circle {
      border-radius: 50%;
      box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.24);
      height: 170px;
      width: 170px;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: -75px; }
    .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text {
      text-align: left;
      padding: 0 35px; }
      @media only screen and (min-width: 768px) {
        .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text {
          padding: 80px 35px 35px; } }
      .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text h4 {
        color: #31373E;
        font-size: 2rem;
        letter-spacing: -0.48px;
        line-height: 2.4rem;
        margin: 30px 0 15px;
        padding-top: 125px; }
        @media only screen and (min-width: 768px) {
          .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text h4 {
            font-size: 2.4rem;
            line-height: 3rem;
            padding-top: 0; } }
      .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text p {
        color: #31373E;
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -0.29px;
        margin: 5px 0;
        padding-bottom: 10px; }
        @media only screen and (min-width: 768px) {
          .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text p {
            font-size: 1.6rem;
            line-height: 2.8rem;
            padding-bottom: 0; } }
        .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text p a.link {
          color: #0C7D52; }
      .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text a.view-link {
        color: #0C7D52;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2rem;
        position: absolute;
        bottom: 30px;
        display: grid;
        grid-template-columns: 1fr 15px; }
        @media only screen and (min-width: 1023px) {
          .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text a.view-link {
            grid-column-gap: 5px; } }
        .whats-new .container .whats-new-card-container .whats-new-card .whats-new-text a.view-link img.icon {
          height: 10px;
          position: absolute;
          bottom: 5px;
          grid-column-start: 2; }
  .whats-new .container .owl-carousel .owl-item {
    bottom: -75px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .whats-new .container .owl-carousel .owl-stage-outer {
    height: 475px !important; }
    @media only screen and (min-width: 769px) {
      .whats-new .container .owl-carousel .owl-stage-outer {
        height: 450px !important; } }
  .whats-new .container .owl-carousel .owl-stage {
    left: -20px; }
    @media only screen and (min-width: 500px) {
      .whats-new .container .owl-carousel .owl-stage {
        left: -50px; } }
    @media only screen and (min-width: 1024px) {
      .whats-new .container .owl-carousel .owl-stage {
        left: 0; } }
  .whats-new .container .owl-carousel .owl-nav {
    display: none; }
  .whats-new .container .owl-carousel .owl-dots {
    margin-top: 40px; }
    .whats-new .container .owl-carousel .owl-dots button.owl-dot.active {
      background-color: #1F1F21; }
    .whats-new .container .owl-carousel .owl-dots button.owl-dot {
      background-color: rgba(31, 31, 33, 0.4);
      border-radius: 50%;
      padding: 10px !important;
      margin-right: 30px; }
      .whats-new .container .owl-carousel .owl-dots button.owl-dot:last-child {
        margin-right: 0; }

.who-we-are {
  background: #01893E;
  padding-top: 80px;
  margin-bottom: 60px;
  position: relative;
  margin: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .who-we-are {
      padding: 0; } }
  .who-we-are::before {
    content: '';
    background: #E3A502;
    border-radius: 50%;
    height: 190px;
    width: 190px;
    right: -25px;
    top: 20px;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .who-we-are::before {
        height: 370px;
        width: 370px;
        left: -50px;
        top: 70px; } }
    @media only screen and (min-width: 1024px) {
      .who-we-are::before {
        left: -100px;
        top: 250px; } }
    @media only screen and (min-width: 1440px) {
      .who-we-are::before {
        z-index: 2; } }
  .who-we-are::after {
    background: #F2F2F2;
    background-image: url(../../skin/img/icons/wave.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1; }
    @media only screen and (min-width: 1440px) {
      .who-we-are::after {
        bottom: -425px;
        height: 100%;
        position: absolute;
        z-index: 0; } }
  @media only screen and (min-width: 769px) {
    .who-we-are .container {
      align-items: center;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 0; } }
  @media only screen and (min-width: 1208px) {
    .who-we-are .container {
      grid-column-gap: 50px;
      position: relative;
      grid-template-columns: 490px 1fr; } }
  @media only screen and (min-width: 1440px) {
    .who-we-are .container {
      grid-column-gap: 100px; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  .who-we-are .container img {
    border-radius: 50%;
    float: left;
    width: 260px;
    animation: imageAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    @media only screen and (min-width: 992px) {
      .who-we-are .container img {
        width: 425px; } }
    @media only screen and (min-width: 769px) {
      .who-we-are .container img {
        float: none;
        grid-column-start: 1; } }
    @media only screen and (min-width: 1208px) {
      .who-we-are .container img {
        width: 590px;
        position: absolute;
        left: -100px; } }
    @media only screen and (min-width: 1440px) {
      .who-we-are .container img {
        z-index: 2; } }

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  .who-we-are .container .TruText {
    animation: textAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    @media only screen and (min-width: 1440px) {
      .who-we-are .container .TruText {
        z-index: 2; } }
  .who-we-are .container h2 {
    color: white;
    font-size: 3.6rem;
    line-height: 4.4rem;
    padding: 15px 0;
    text-align: left; }
    @media only screen and (min-width: 769px) {
      .who-we-are .container h2 {
        font-size: 4.8rem;
        line-height: 5.6rem;
        letter-spacing: -1px; } }
  .who-we-are .container p.body-copy {
    color: white;
    font-weight: 300;
    line-height: 2.8rem;
    letter-spacing: -0.29px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .who-we-are .container p.body-copy {
        font-size: 2.1rem;
        line-height: 3rem; } }
  @media only screen and (min-width: 769px) {
    .who-we-are .container .TruSection {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 25px; } }
  .who-we-are .container .TruSection h4 {
    color: white;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.2px;
    margin: 40px 0 10px;
    text-align: left; }
  .who-we-are .container .TruSection p {
    color: white;
    font-weight: 300;
    line-height: 2.2rem;
    margin: 10px 0;
    text-align: left; }
  .who-we-are .container a.button {
    background: white;
    border: 2px solid white;
    color: #1F1F21;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.29px;
    line-height: 2rem;
    margin: 40px 0;
    min-height: 0;
    padding: 15px;
    text-transform: none;
    width: 100%; }
    .who-we-are .container a.button:hover {
      background: transparent;
      color: white; }
    @media only screen and (min-width: 768px) {
      .who-we-are .container a.button {
        float: left;
        width: 128px; } }
  .who-we-are img.wave {
    background: #F2F2F2; }

/* ==========================================================================
   THE HOMEPAGE
   ========================================================================== */
.home {
  background-color: #F3F3F4; }
  .home .main-callout-wrapper {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -ms-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    margin-bottom: -15px; }
    @media only screen and (max-width: 1000px) {
      .home .main-callout-wrapper {
        margin-bottom: 0; } }
    .home .main-callout-wrapper .main-callout.container {
      position: relative;
      top: -40px;
      margin-bottom: -60px;
      padding: 0;
      background: #fff;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 1000px) {
        .home .main-callout-wrapper .main-callout.container {
          top: -30px; } }
      @media only screen and (max-width: 992px) {
        .home .main-callout-wrapper .main-callout.container {
          transform: none;
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .home .main-callout-wrapper .main-callout.container {
          top: 15px;
          padding: 10px 0 15px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 600px) {
        .home .main-callout-wrapper .main-callout.container {
          padding: 20px 15px;
          margin: 30px 0; } }
      .home .main-callout-wrapper .main-callout.container .section {
        padding: 5px; }
        @media only screen and (max-width: 850px) {
          .home .main-callout-wrapper .main-callout.container .section {
            min-height: 120px; } }
        @media only screen and (max-width: 600px) {
          .home .main-callout-wrapper .main-callout.container .section {
            padding: 15px 5px; } }
      .home .main-callout-wrapper .main-callout.container .discount {
        float: left;
        position: relative;
        width: 25%;
        overflow: hidden; }
        .home .main-callout-wrapper .main-callout.container .discount:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: -50%;
          bottom: -50%;
          left: -25%;
          width: 115%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #214758;
          border: 30px solid #61A544; }
        @media only screen and (max-width: 850px) {
          .home .main-callout-wrapper .main-callout.container .discount {
            width: 35%; } }
        @media only screen and (max-width: 600px) {
          .home .main-callout-wrapper .main-callout.container .discount {
            background-image: none;
            left: 0;
            margin-right: 0;
            width: 100%;
            height: auto !important; } }
        .home .main-callout-wrapper .main-callout.container .discount span {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 50px;
          font-size: 5rem;
          line-height: 1;
          font-family: "Rubik", sans-serif;
          text-align: center;
          text-transform: uppercase;
          color: #fff;
          margin-left: -25px; }
          @media only screen and (max-width: 600px) {
            .home .main-callout-wrapper .main-callout.container .discount span {
              position: relative;
              top: 0;
              left: auto;
              transform: none;
              background: #214758;
              border: 15px solid #61A544;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              padding: 20px;
              margin-bottom: 15px; } }
      .home .main-callout-wrapper .main-callout.container .details {
        float: left;
        width: 55%;
        text-align: center; }
        @media only screen and (max-width: 850px) {
          .home .main-callout-wrapper .main-callout.container .details {
            width: 70%; } }
        @media only screen and (max-width: 600px) {
          .home .main-callout-wrapper .main-callout.container .details {
            width: 100%;
            height: auto !important; } }
        .home .main-callout-wrapper .main-callout.container .details .inner-wrapper {
          display: inline-block;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: relative; }
          @media only screen and (max-width: 600px) {
            .home .main-callout-wrapper .main-callout.container .details .inner-wrapper {
              position: relative;
              top: 0;
              left: auto;
              transform: none; } }
        .home .main-callout-wrapper .main-callout.container .details h2 {
          margin: 0;
          font-size: 45px;
          font-size: 4.5rem; }
          @media only screen and (max-width: 768px) {
            .home .main-callout-wrapper .main-callout.container .details h2 {
              margin-bottom: 10px; } }
        .home .main-callout-wrapper .main-callout.container .details p {
          margin: 10px auto 0;
          padding: 0 60px;
          color: #61A544;
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.2; }
      .home .main-callout-wrapper .main-callout.container .image {
        float: left;
        width: 20%; }
        @media only screen and (max-width: 850px) {
          .home .main-callout-wrapper .main-callout.container .image {
            display: none;
            visibility: hidden; } }
        .home .main-callout-wrapper .main-callout.container .image .image-wrapper {
          text-align: center; }
          .home .main-callout-wrapper .main-callout.container .image .image-wrapper img {
            width: 100%; }
      .home .main-callout-wrapper .main-callout.container.no-image .section {
        padding: 30px 5px; }
      .home .main-callout-wrapper .main-callout.container.no-image .details {
        width: 75%; }
        @media only screen and (max-width: 850px) {
          .home .main-callout-wrapper .main-callout.container.no-image .details {
            width: 65%; } }
        @media only screen and (max-width: 600px) {
          .home .main-callout-wrapper .main-callout.container.no-image .details {
            width: 100%; } }
      @media only screen and (max-width: 850px) {
        .home .main-callout-wrapper .main-callout.container.no-discount .section {
          padding: 15px 5px; } }
      .home .main-callout-wrapper .main-callout.container.no-discount .details {
        width: 80%; }
        @media only screen and (max-width: 850px) {
          .home .main-callout-wrapper .main-callout.container.no-discount .details {
            width: 100%; }
            .home .main-callout-wrapper .main-callout.container.no-discount .details .inner-wrapper {
              top: auto;
              left: auto;
              transform: none; } }
      .home .main-callout-wrapper .main-callout.container.no-image.no-discount .details {
        width: 100%; }
        .home .main-callout-wrapper .main-callout.container.no-image.no-discount .details .inner-wrapper {
          top: auto;
          left: auto;
          transform: none; }
  .home .main-content {
    clear: both; }
    .home .main-content:before, .home .main-content:after {
      content: " ";
      display: table; }
    .home .main-content:after {
      clear: both; }
    @media only screen and (max-width: 992px) {
      .home .main-content {
        margin-top: 0 !important; } }
    .home .main-content .container {
      margin: 0 auto;
      text-align: center; }
    .home .main-content .services {
      padding: 60px 0 60px 0; }
      @media only screen and (max-width: 768px) {
        .home .main-content .services {
          padding-top: 30px; } }
      @media only screen and (max-width: 480px) {
        .home .main-content .services {
          padding-top: 0; } }
      @media only screen and (min-width: 992px) {
        .home .main-content .services .container {
          max-width: 800px; } }
      .home .main-content .services .service-listings {
        clear: both; }
        .home .main-content .services .service-listings:before, .home .main-content .services .service-listings:after {
          content: " ";
          display: table; }
        .home .main-content .services .service-listings:after {
          clear: both; }
        @media only screen and (min-width: 768px) {
          .home .main-content .services .service-listings {
            padding-top: 15px; } }
      .home .main-content .services a {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding: 15px;
        /* http://tympanus.net/codrops/2013/05/30/simple-icon-hover-effects/ Effect 2 / 2b */ }
        @media (min-width: 768px) {
          .home .main-content .services a {
            float: left;
            width: 33.33333%; } }
        @media only screen and (max-width: 768px) {
          .home .main-content .services a {
            width: 49%;
            display: inline-block;
            float: none; } }
        @media only screen and (max-width: 480px) {
          .home .main-content .services a {
            width: 100%; } }
        .home .main-content .services a .icon {
          display: inline-block;
          text-align: center;
          position: relative;
          z-index: 1;
          width: 134px;
          height: 134px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          font-size: 50px;
          font-size: 5rem;
          line-height: 134px;
          color: #fff;
          background: #fff;
          box-shadow: 0 0 0 8px #61A544;
          border: 1px solid rgba(255, 255, 255, 0.65);
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        .home .main-content .services a .icon:after {
          content: '';
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          pointer-events: none;
          background: #61A544;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        .home .main-content .services a:hover .icon,
        .home .main-content .services a:focus .icon {
          color: #61A544;
          box-shadow: 0 0 0 8px #61A544; }
        .home .main-content .services a:hover .icon:after,
        .home .main-content .services a:focus .icon:after {
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          opacity: 0;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        .home .main-content .services a .title {
          display: block;
          margin-top: 15px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500;
          color: #214758; }
        .home .main-content .services a:hover, .home .main-content .services a:focus {
          text-decoration: none; }
  .home .callout h2 {
    font-weight: 400;
    margin: 0;
    line-height: 1; }
  .home .callout .button {
    margin: 30px 0 0 0; }
  .home .callout.find-doctor {
    padding: 60px 0;
    text-align: center;
    background: #214758; }
    @media only screen and (max-width: 768px) {
      .home .callout.find-doctor {
        padding: 30px 0; } }
    .home .callout.find-doctor h2 {
      font-weight: 700;
      color: #fff; }
      .home .callout.find-doctor h2 span {
        color: #61A544; }
        @media only screen and (max-width: 768px) {
          .home .callout.find-doctor h2 span {
            width: 100%;
            display: block; } }
    .home .callout.find-doctor .button {
      background: #61A544; }
      .home .callout.find-doctor .button:hover, .home .callout.find-doctor .button:focus {
        background: #107264; }
  .home .callout.find-dispensary {
    padding: 60px 0;
    text-align: center;
    text-align: center;
    width: 100%;
    position: relative;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../img/layout/map-bg.png") center center no-repeat;
    background-size: cover;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .home .callout.find-dispensary {
        background: url("../img/layout/map-bg@2x.png") center center no-repeat;
        background-size: cover; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .home .callout.find-dispensary {
        background: url("../img/layout/map-bg@2x.png") center center no-repeat;
        background-size: cover; } }
    @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
      .home .callout.find-dispensary {
        background: url("../img/layout/map-bg@3x.png") center center no-repeat;
        background-size: cover; } }
    .home .callout.find-dispensary .container {
      position: relative;
      transform: translate(0, -50%);
      padding: 30px 0;
      background: #fff;
      overflow: hidden;
      box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.1);
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: bounceInUp;
      -moz-animation-name: bounceInUp;
      -ms-animation-name: bounceInUp;
      -o-animation-name: bounceInUp;
      animation-name: bounceInUp;
      -webkit-animation-iteration-count: 1s;
      -moz-animation-iteration-count: 1s;
      -ms-animation-iteration-count: 1s;
      -o-animation-iteration-count: 1s;
      animation-iteration-count: 1s;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -ms-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s; }
      @media only screen and (max-width: 992px) {
        .home .callout.find-dispensary .container {
          transform: none;
          width: 100%; } }
      @media only screen and (max-width: 600px) {
        .home .callout.find-dispensary .container {
          padding: 20px 15px;
          margin: 30px 0; } }
    .home .callout.find-dispensary h2 {
      color: #214758;
      font-weight: 700; }
      .home .callout.find-dispensary h2 .pre-heading {
        font-size: 18px;
        font-size: 1.8rem; }
    .home .callout.find-dispensary form {
      margin: 0 auto;
      width: auto;
      display: inline-block; }
      .home .callout.find-dispensary form:before, .home .callout.find-dispensary form:after {
        content: " ";
        display: table; }
      .home .callout.find-dispensary form:after {
        clear: both; }
      .home .callout.find-dispensary form label {
        float: left;
        margin-top: 15px; }
      .home .callout.find-dispensary form input[type='search'] {
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1;
        min-height: 68px;
        width: 100%;
        min-width: 200px;
        padding: 0 30px;
        text-decoration: none;
        border: 1px solid #BBBBBB; }
      .home .callout.find-dispensary form input[type="submit"],
      .home .callout.find-dispensary form button[type="submit"] {
        display: inline-block;
        position: relative;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1;
        min-height: 68px;
        padding: 26px 30px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        text-align: center;
        background: #107264; }
        .home .callout.find-dispensary form input[type="submit"]:hover, .home .callout.find-dispensary form input[type="submit"]:focus,
        .home .callout.find-dispensary form button[type="submit"]:hover,
        .home .callout.find-dispensary form button[type="submit"]:focus {
          background: #61A544; }
  @media only screen and (max-width: 992px) {
    .home .alternating .container {
      padding: 15px 0; } }
  .home .alternating .container .the-content,
  .home .alternating .container .image-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .home .alternating .container .the-content,
      .home .alternating .container .image-wrapper {
        float: left;
        width: 50%; } }
  @media only screen and (max-width: 992px) {
    .home .alternating .container .image-wrapper {
      width: 100%;
      float: none;
      margin-bottom: 30px;
      padding: 30px 15px 0 15px; } }
  .home .alternating .container .the-content h2 {
    margin-top: 0;
    line-height: 1; }
  .home .alternating .container .the-content p {
    padding-right: 75px; }
    @media only screen and (max-width: 992px) {
      .home .alternating .container .the-content p {
        padding-right: 0; } }
  .home .alternating .container .the-content .button {
    margin-top: 15px; }
  .home .alternating .container:nth-of-type(odd) .image-wrapper {
    float: right; }
  .home .alternating .container:nth-of-type(odd) .the-content {
    float: left;
    text-align: left; }
    .home .alternating .container:nth-of-type(odd) .the-content .inner-container {
      float: right; }
  .home .alternating .container:nth-of-type(even) .image-wrapper {
    float: left; }
  .home .alternating .container:nth-of-type(even) .the-content {
    float: right;
    text-align: right; }
    .home .alternating .container:nth-of-type(even) .the-content .inner-container {
      float: left; }

/* ==========================================================================
   LOCATIONS - DISPENARIES && DOCTORS LISTINGS
   ========================================================================== */
.dispensaries .main-content .location,
.doctors .main-content .location {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .dispensaries .main-content .location,
    .doctors .main-content .location {
      float: left;
      width: 33.33333%; } }
  @media (max-width: 992px) {
    .dispensaries .main-content .location:not(:first-of-type),
    .doctors .main-content .location:not(:first-of-type) {
      padding-top: 15px; }
    .dispensaries .main-content .location:not(:last-of-type),
    .doctors .main-content .location:not(:last-of-type) {
      margin-bottom: 30px;
      border-bottom: 1px solid #6d6f74; } }
  @media only screen and (max-width: 480px) {
    .dispensaries .main-content .location,
    .doctors .main-content .location {
      padding-left: 0;
      padding-right: 0; } }
  .dispensaries .main-content .location h2,
  .doctors .main-content .location h2 {
    font-size: 26px;
    font-size: 2.6rem; }
  .dispensaries .main-content .location p.sub,
  .doctors .main-content .location p.sub {
    margin-bottom: -10px;
    padding-left: 30px; }
  .dispensaries .main-content .location h3,
  .doctors .main-content .location h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  .dispensaries .main-content .location img,
  .doctors .main-content .location img {
    max-width: 100%; }
  .dispensaries .main-content .location ul,
  .doctors .main-content .location ul {
    margin: 30px 0 15px; }
  .dispensaries .main-content .location li,
  .doctors .main-content .location li {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 30px;
    color: #54565A;
    font-family: "Rubik", sans-serif;
    line-height: 1.8; }
    .dispensaries .main-content .location li a,
    .doctors .main-content .location li a {
      display: inline;
      color: #107264;
      font-weight: 500;
      background-image: -webkit-linear-gradient(top, #107264 0, #19b59f 100%);
      background-image: linear-gradient(to bottom, #107264 0, #19b59f 100%);
      background-position: 0 90%;
      background-repeat: repeat-x;
      background-size: 2px 1px;
      text-decoration: none;
      text-shadow: 3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff; }
      .dispensaries .main-content .location li a:hover, .dispensaries .main-content .location li a:focus,
      .doctors .main-content .location li a:hover,
      .doctors .main-content .location li a:focus {
        color: #487a32;
        background-image: -webkit-linear-gradient(top, #61A544 0, #8ac471 100%);
        background-image: linear-gradient(to bottom, #61A544 0, #8ac471 100%);
        background-size: 2px 2px;
        background-position: 0 100%; }
    .dispensaries .main-content .location li:before,
    .doctors .main-content .location li:before {
      position: absolute;
      display: inline-block;
      left: 0;
      top: 2px;
      width: 24px;
      height: 24px;
      text-align: center;
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      content: "";
      color: #107264; }
    .dispensaries .main-content .location li.phone:before,
    .doctors .main-content .location li.phone:before {
      content: ""; }
    .dispensaries .main-content .location li.email:before,
    .doctors .main-content .location li.email:before {
      content: "";
      font-size: 21px;
      font-size: 2.1rem; }
    .dispensaries .main-content .location li.vc-link:before,
    .doctors .main-content .location li.vc-link:before {
      content: "\e907";
      font-size: 22px;
      font-size: 2.2rem; }
    .dispensaries .main-content .location li.map:before,
    .doctors .main-content .location li.map:before {
      content: "\e55b";
      top: 4px; }
    .dispensaries .main-content .location li.address:before,
    .doctors .main-content .location li.address:before {
      content: "";
      top: 4px; }
    .dispensaries .main-content .location li.hours:before,
    .doctors .main-content .location li.hours:before {
      content: "";
      font-size: 23px;
      font-size: 2.3rem; }
    .dispensaries .main-content .location li.notes:before,
    .doctors .main-content .location li.notes:before {
      content: "\e90a"; }
    .dispensaries .main-content .location li.website:before,
    .doctors .main-content .location li.website:before {
      content: "\e9c9"; }
  .dispensaries .main-content .location p.coming-soon,
  .doctors .main-content .location p.coming-soon {
    font-style: italic;
    color: #61A544;
    padding-left: 30px; }
  .dispensaries .main-content .location .button,
  .doctors .main-content .location .button {
    clear: both;
    width: 100%;
    margin-top: 15px; }

.dispensaries .main-content .general-content,
.doctors .main-content .general-content {
  max-width: 860px;
  margin: 0 auto; }

body.locations:not(.specials) .sub-navigation ul {
  width: auto;
  min-width: 450px;
  max-width: 100%;
  margin: 0 auto; }

body.locations:not(.specials) .sub-navigation ul li {
  vertical-align: middle;
  margin: 0; }

.doctors.locations .get-app-message {
  text-align: center; }
  @media only screen and (max-width: 450px) {
    .doctors.locations .get-app-message {
      display: block;
      visibility: visible; } }
  @media only screen and (min-width: 451px) {
    .doctors.locations .get-app-message {
      display: none;
      visibility: hidden; } }

.doctors .page-header .the-content .icon {
  color: #D67628; }

@media (max-width: 480px) {
  .doctors .page-header.title .the-content {
    padding: 120px 15px 30px; } }

.doctors .main-content .location,
.dispensaries .main-content .location {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .doctors .main-content .location,
    .dispensaries .main-content .location {
      float: left;
      width: 33.33333%; } }
  @media only screen and (max-width: 992px) {
    .doctors .main-content .location,
    .dispensaries .main-content .location {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 992px) and (min-width: 768px) {
    .doctors .main-content .location,
    .dispensaries .main-content .location {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 992px) {
      .doctors .main-content .location:not(:first-of-type),
      .dispensaries .main-content .location:not(:first-of-type) {
        padding-top: 0; } }
  @media only screen and (max-width: 480px) {
    .doctors .main-content .location,
    .dispensaries .main-content .location {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden; } }
  .doctors .main-content .location h2,
  .dispensaries .main-content .location h2 {
    margin-bottom: 7.5px; }
  .doctors .main-content .location ul,
  .dispensaries .main-content .location ul {
    margin: 0 0 15px; }

/* ==========================================================================
   LOCATIONS - MAP VIEW
   ========================================================================== */
.map-page .main-content {
  padding-top: 0; }
  .map-page .main-content .search-wrapper {
    margin-top: 0;
    margin-bottom: 30px; }

.map-container {
  clear: both; }

#map-wrapper {
  clear: both;
  height: 600px; }
  @media only screen and (max-width: 1000px) {
    #map-wrapper {
      height: 500px; } }
  @media only screen and (max-width: 992px) {
    #map-wrapper {
      height: 400px; } }
  @media only screen and (max-width: 530px) {
    #map-wrapper {
      height: 300px; } }
  @media only screen and (max-width: 450px) {
    #map-wrapper {
      display: none;
      visibility: hidden;
      height: 0;
      width: 0;
      opacity: 0;
      overflow: hidden; } }

#map-canvas {
  width: 100%;
  height: 100%; }
  #map-canvas h2 {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
    padding-left: 30px;
    line-height: 1.2; }
    #map-canvas h2:before {
      content: "";
      font-family: 'iconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 25px;
      font-size: 2.5rem;
      color: #61A544;
      content: ""; }
  #map-canvas p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 20px 0 30px; }
    #map-canvas p.coming-soon {
      font-style: italic;
      color: #61A544;
      padding-left: 30px; }
    #map-canvas p a {
      margin-top: 10px;
      color: #107264; }

/* ==========================================================================
   LOCATIONS - SHORT LIST VIEW (BOTTOM OF DETAIL PAGES)
   ========================================================================== */
.dispensary-listings.basic {
  padding: 15px 0;
  margin: 0 0 15px; }
  .dispensary-listings.basic:before, .dispensary-listings.basic:after {
    content: " ";
    display: table; }
  .dispensary-listings.basic:after {
    clear: both; }
  .dispensary-listings.basic .wrapper {
    margin-left: -15px;
    margin-right: -15px; }
    .dispensary-listings.basic .wrapper:before, .dispensary-listings.basic .wrapper:after {
      content: " ";
      display: table; }
    .dispensary-listings.basic .wrapper:after {
      clear: both; }
  .dispensary-listings.basic .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 10px 0;
    list-style: none; }
    @media (min-width: 768px) {
      .dispensary-listings.basic .item {
        float: left;
        width: 33.33333%; } }
    @media only screen and (max-width: 992px) {
      .dispensary-listings.basic .item {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media only screen and (max-width: 992px) and (min-width: 768px) {
    .dispensary-listings.basic .item {
      float: left;
      width: 50%; } }
    .dispensary-listings.basic .item span.title {
      font-size: 16px;
      font-size: 1.6rem; }
      .dispensary-listings.basic .item span.title span {
        margin-left: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #61A544;
        font-style: italic;
        font-weight: 500; }
        .dispensary-listings.basic .item span.title span.post-info {
          margin-left: 0;
          color: #214758; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog {
  /* Isotope Transitions
	------------------------------- */ }
  .blog .main-content-wrapper {
    clear: none;
    padding-top: 30px; }
  .blog .the-listings {
    text-align: left;
    padding-top: 30px;
    min-height: 400px; }
    .blog .the-listings:before, .blog .the-listings:after {
      content: " ";
      display: table; }
    .blog .the-listings:after {
      clear: both; }
    .blog .the-listings .post {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-decoration: none;
      margin-bottom: 30px;
      /* HOVER STATE */ }
      @media (min-width: 768px) {
        .blog .the-listings .post {
          float: left;
          width: 50%; } }
      @media (max-width: 680px) {
        .blog .the-listings .post {
          width: 100%;
          padding: 0; } }
      .blog .the-listings .post h3 {
        text-transform: capitalize;
        letter-spacing: normal;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.1;
        margin: 0;
        padding-bottom: 15px;
        text-decoration: none; }
        .blog .the-listings .post h3:after {
          display: none;
          visibility: hidden; }
      .blog .the-listings .post .the-content {
        position: relative;
        padding: 30px;
        background: #eeeeee;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        line-height: 1.3; }
        .blog .the-listings .post .the-content p {
          color: #3b3d40; }
          .blog .the-listings .post .the-content p.post-info {
            color: #54565A;
            margin-top: 0; }
      .blog .the-listings .post.message {
        width: 100%;
        background: transparent;
        border: none;
        color: #BE2348; }
      .blog .the-listings .post .faux-link {
        color: #61A544;
        display: inline-block; }
      .blog .the-listings .post:hover .faux-link, .blog .the-listings .post:focus .faux-link {
        text-decoration: underline; }
  .blog .image-wrapper {
    width: 100%;
    text-align: center; }
    .blog .image-wrapper img {
      width: 100%;
      height: auto;
      max-width: 100%;
      margin: 0 auto; }
  .blog .video-wrapper,
  .blog .iframe-wrapper {
    margin-bottom: 0; }
  .blog p.post-info {
    margin: 10px 0 0;
    color: #54565A;
    font-weight: 500; }
  .blog .button-wrapper {
    padding-top: 30px; }
  .blog .pagination {
    position: absolute;
    bottom: 0;
    max-width: 1150px;
    text-align: right;
    padding-right: 15px;
    margin: 20px 0; }
  .blog.videos .the-listings .post {
    width: 50%;
    display: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    -o-transition-property: none;
    transition-property: none; }
    @media (max-width: 768px) {
      .blog.videos .the-listings .post {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 480px) {
      .blog.videos .the-listings .post {
        padding-left: 15px;
        padding-right: 15px; } }
    .blog.videos .the-listings .post h3 {
      font-weight: 400;
      font-style: italic;
      margin-top: -15px;
      padding-bottom: 0;
      line-height: 1;
      font-size: 18px;
      font-size: 1.8rem; }
  .blog.videos .the-listings.null:after {
    content: "There are no videos for this category at this time, check back soon!";
    margin: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .blog.videos .the-listings.null:after {
        font-size: 16px;
        font-size: 1.6rem; } }
  .blog .the-listings,
  .blog .the-listings .post {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
  .blog .the-listings {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width; }
  .blog .the-listings .post {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity; }
  .blog.resources .listing {
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #3b3d40; }
    .blog.resources .listing:last-of-type {
      padding: 0 0 0;
      margin: 0 0 0;
      border-bottom: none; }
    .blog.resources .listing h2 {
      font-size: 30px; }
  .blog.resources .sub-navigation.standard ul {
    width: auto;
    margin: 0 auto; }
  .blog .share-links {
    clear: both;
    margin-top: 15px; }

@media only screen and (max-width: 479px) {
  #isotainer {
    max-width: 300px;
    width: 300px;
    min-width: 300px; } }

@media only screen and (max-width: 959px) {
  #isotainer {
    width: 768px;
    max-width: 768px;
    min-width: 768px; } }

/* ==========================================================================
   BLOG - BLOG (not Press)
   ========================================================================== */
.blog:not(.press) .the-listings,
.blog.category .the-listings {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  padding: 0; }
  .blog:not(.press) .the-listings:before, .blog:not(.press) .the-listings:after,
  .blog.category .the-listings:before,
  .blog.category .the-listings:after {
    content: " ";
    display: table; }
  .blog:not(.press) .the-listings:after,
  .blog.category .the-listings:after {
    clear: both; }
  @media (min-width: 992px) {
    .blog:not(.press) .the-listings,
    .blog.category .the-listings {
      float: left;
      width: 75%; } }
  @media only screen and (max-width: 992px) {
    .blog:not(.press) .the-listings,
    .blog.category .the-listings {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .blog:not(.press) .the-listings,
    .blog.category .the-listings {
      clear: both;
      padding-left: 0;
      padding-right: 0; } }
  .blog:not(.press) .the-listings .post-info a:not(.button),
  .blog.category .the-listings .post-info a:not(.button) {
    text-shadow: 3px 0 #eeeeee, 2px 0 #eeeeee, 1px 0 #eeeeee, -1px 0 #eeeeee, -2px 0 #eeeeee, -3px 0 #eeeeee; }

.blog:not(.press) aside,
.blog.category aside {
  padding-top: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important; }
  @media (min-width: 992px) {
    .blog:not(.press) aside,
    .blog.category aside {
      float: left;
      width: 25%; } }
  @media only screen and (max-width: 992px) {
    .blog:not(.press) aside,
    .blog.category aside {
      clear: both; } }
  @media only screen and (max-width: 768px) {
    .blog:not(.press) aside,
    .blog.category aside {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; } }
  .blog:not(.press) aside h2,
  .blog.category aside h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0; }
  .blog:not(.press) aside li,
  .blog.category aside li {
    list-style: none;
    margin-left: 0;
    font-weight: 500; }
    .blog:not(.press) aside li a:hover, .blog:not(.press) aside li a:focus,
    .blog.category aside li a:hover,
    .blog.category aside li a:focus {
      color: #487a32; }
    .blog:not(.press) aside li.active a,
    .blog.category aside li.active a {
      color: #487a32;
      text-decoration: underline; }
  .blog:not(.press) aside .blog-categories,
  .blog.category aside .blog-categories {
    margin-bottom: 30px; }
    @media only screen and (max-width: 992px) {
      .blog:not(.press) aside .blog-categories,
      .blog.category aside .blog-categories {
        display: none; } }
  @media only screen and (min-width: 992px) {
    .blog:not(.press) aside .sub-navigation,
    .blog.category aside .sub-navigation {
      display: none; } }
  .blog:not(.press) aside .recent-posts h2,
  .blog.category aside .recent-posts h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0; }
  .blog:not(.press) aside .recent-posts .post-info,
  .blog.category aside .recent-posts .post-info {
    font-weight: 500;
    margin-right: 10px; }

/* ==========================================================================
   BLOG - DETAIL
   ========================================================================== */
.blog-page.detail .page-header .container,
.blog.detail .page-header .container {
  padding: 0 15px; }

.blog-page.detail .the-listing,
.blog.detail .the-listing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px; }
  @media (min-width: 992px) {
    .blog-page.detail .the-listing,
    .blog.detail .the-listing {
      float: left;
      width: 75%; } }
  @media only screen and (max-width: 992px) {
    .blog-page.detail .the-listing,
    .blog.detail .the-listing {
      clear: both; } }

@media only screen and (max-width: 992px) {
  .blog-page.detail .the-listing,
  .blog.detail .the-listing {
    clear: both; } }

.blog-page.detail h1,
.blog.detail h1 {
  padding-bottom: 0; }
  .blog-page.detail h1:after,
  .blog.detail h1:after {
    display: none;
    visibility: hidden; }

.blog-page.detail .image-wrapper,
.blog-page.detail .video-wrapper,
.blog.detail .image-wrapper,
.blog.detail .video-wrapper {
  margin-bottom: 30px 0;
  background: #eeeeee; }

.blog-page.detail .main-content .button-wrapper,
.blog.detail .main-content .button-wrapper {
  padding-top: 0; }
  .blog-page.detail .main-content .button-wrapper a,
  .blog.detail .main-content .button-wrapper a {
    margin-bottom: 15px; }
    .blog-page.detail .main-content .button-wrapper a:not(:last-of-type),
    .blog.detail .main-content .button-wrapper a:not(:last-of-type) {
      margin-right: 10px; }

.blog-page.detail aside .blog-categories h2,
.blog.detail aside .blog-categories h2 {
  margin-top: 15px; }

.blog-page.detail .share-links,
.blog.detail .share-links {
  margin: 30px 0; }

.blog-page.detail .recent-posts h2,
.blog.detail .recent-posts h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0; }

.blog-page.detail .recent-posts span,
.blog.detail .recent-posts span {
  margin-right: 10px; }
  @media only screen and (max-width: 480px) {
    .blog-page.detail .recent-posts span,
    .blog.detail .recent-posts span {
      display: block; } }

/* ==========================================================================
   Resources
   ========================================================================== */
.resources .the-listings {
  text-align: left;
  padding-top: 15px; }
  .resources .the-listings:before, .resources .the-listings:after {
    content: " ";
    display: table; }
  .resources .the-listings:after {
    clear: both; }
  .resources .the-listings .post {
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BBBBBB;
    /* HOVER STATE */ }
    .resources .the-listings .post:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .resources .the-listings .post h2 {
      letter-spacing: normal;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.2;
      margin: 10px 0;
      padding-bottom: 0; }
    .resources .the-listings .post .the-content {
      position: relative;
      padding: 30px;
      background: #6d6f74;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      line-height: 1.3; }
      .resources .the-listings .post .the-content p {
        color: #3b3d40;
        margin-bottom: 0; }
        .resources .the-listings .post .the-content p.post-info {
          color: #54565A; }
    .resources .the-listings .post.message {
      width: 100%;
      background: transparent;
      border: none;
      color: #BE2348; }
    .resources .the-listings .post .faux-link {
      color: #61A544;
      display: inline-block; }
    .resources .the-listings .post:hover .the-content, .resources .the-listings .post:focus .the-content {
      background: #797c82;
      -webkit-box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
      box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5); }
    .resources .the-listings .post:hover .faux-link, .resources .the-listings .post:focus .faux-link {
      text-decoration: underline; }

.resources .image-wrapper {
  width: 100%;
  text-align: center; }
  .resources .image-wrapper img {
    max-width: 100%;
    margin: 0 auto; }

.resources .video-wrapper {
  margin-bottom: 0; }

.resources p.post-info {
  margin: 10px 0 0;
  margin-bottom: -15px;
  color: #54565A; }
  .resources p.post-info a#cat-1 {
    display: none;
    visibility: hidden; }

.resources .button-wrapper {
  padding-top: 30px; }

.resources .pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1150px;
  text-align: right;
  padding-right: 15px; }

.resources.videos .the-listings .video {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 1200px) {
    .resources.videos .the-listings .video {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 768px) {
    .resources.videos .the-listings .video {
      width: 100%; } }
  .resources.videos .the-listings .video h2 {
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center; }

.resources.resources .listing {
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #3b3d40; }
  .resources.resources .listing:last-of-type {
    padding: 0 0 0;
    margin: 0 0 0;
    border-bottom: none; }
  .resources.resources .listing h2 {
    font-size: 30px; }

.resources.resources .sub-navigation.standard ul {
  width: auto;
  margin: 0 auto; }

.resources-page .sub-navigation {
  border-top: 1px solid #3b3d40; }
  .resources-page .sub-navigation.standard {
    border-bottom: 1px solid #3b3d40; }
  @media (max-width: 991px) and (min-width: 760px) {
    .resources-page .sub-navigation li {
      vertical-align: middle;
      margin: 0; }
    .resources-page .sub-navigation li:after {
      display: none;
      visibility: hidden; } }
  @media (max-width: 920px) and (min-width: 760px) {
    .resources-page .sub-navigation li a {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 880px) and (min-width: 760px) {
    .resources-page .sub-navigation li a {
      line-height: 1.2;
      padding-top: 12px; } }
  @media (max-width: 768px) {
    .resources-page .sub-navigation label.title {
      border: none; }
    .resources-page .sub-navigation li {
      width: 100%;
      border-bottom: 1px solid #BBBBBB; }
      .resources-page .sub-navigation li a {
        width: 100%; }
      .resources-page .sub-navigation li:hover {
        background-color: #6d6f74;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; } }
  @media (max-width: 768px) {
    .resources-page .sub-navigation.pager {
      display: none;
      visibility: hidden;
      border-top: none; } }

/* ==========================================================================
   POST - DETAIL
   ========================================================================== */
.resources.detail h1 {
  padding-bottom: 0; }
  .resources.detail h1:after {
    display: none;
    visibility: hidden; }

.resources.detail .image-wrapper,
.resources.detail .video-wrapper {
  margin-bottom: 30px 0; }

.resources.detail .main-content .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.resources.detail .button-wrapper a.link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #107264; }

.resources.detail .share-links {
  margin: 0 0 30px 0;
  padding-top: 15px; }

/* ==========================================================================
   EVENTS
   ========================================================================== */
.calendar {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
  max-width: 150px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }
  .calendar:before, .calendar:after {
    content: " ";
    display: table; }
  .calendar:after {
    clear: both; }
  @media only screen and (max-width: 1200px) {
    .calendar {
      position: relative;
      float: left;
      width: 16.66667%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 992px) {
    .calendar {
      position: relative;
      float: left;
      width: 20.83333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 761px) {
    .calendar {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 631px) {
    .calendar {
      position: relative;
      float: left;
      width: 29.16667%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 550px) {
    .calendar {
      width: 100%;
      max-width: 550px;
      margin: 15px auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
  .calendar div > span {
    display: block; }
    @media only screen and (max-width: 550px) {
      .calendar div > span {
        display: inline-block;
        line-height: 44px; } }
  .calendar * {
    color: #fff;
    line-height: 1.2; }
  .calendar .day-name {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 550px) {
      .calendar .day-name {
        display: none;
        visibility: hidden; } }
    @media only screen and (max-width: 550px) {
      .calendar .day-name.abbreviated {
        display: none;
        visibility: hidden; } }
    .calendar .day-name.full {
      display: none;
      visibility: hidden; }
      @media only screen and (max-width: 550px) {
        .calendar .day-name.full {
          display: inline-block;
          visibility: visible; } }
  .calendar .day-date {
    font-size: 68px;
    font-size: 6.8rem;
    font-weight: 500; }
    .calendar .day-date:before, .calendar .day-date:after {
      content: " ";
      display: table; }
    .calendar .day-date:after {
      clear: both; }
    @media only screen and (max-width: 550px) {
      .calendar .day-date {
        font-size: 22px;
        font-size: 2.2rem; } }
    .calendar .day-date .end {
      font-size: 16px;
      font-size: 1.6rem;
      position: relative;
      top: -40px;
      font-weight: 700; }
      @media only screen and (max-width: 550px) {
        .calendar .day-date .end {
          top: 0; } }
  .calendar .month-name {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 550px) {
      .calendar .month-name.abbreviated {
        display: none;
        visibility: hidden; } }
    .calendar .month-name.full {
      display: none;
      visibility: hidden; }
      @media only screen and (max-width: 550px) {
        .calendar .month-name.full {
          font-size: 25px;
          font-size: 2.5rem;
          display: inline-block;
          visibility: visible;
          padding-right: 15px; } }

.multi-day .calendar .day-date,
.multi-day .calendar .month-name {
  vertical-align: top; }

.multi-day .calendar .day-date {
  display: inline-block; }
  .multi-day .calendar .day-date .start {
    float: left; }
    @media only screen and (max-width: 550px) {
      .multi-day .calendar .day-date .start {
        float: none; } }
  @media only screen and (max-width: 550px) {
    .multi-day .calendar .day-date .end {
      float: none;
      font-size: inherit;
      font-weight: inherit; } }

.item.north-east .calendar {
  background: #007b8a; }

.item.north-east .region,
.item.north-east .date-times {
  color: #007b8a; }

.item.south-east .calendar {
  background: #614879; }

.item.south-east .region,
.item.south-east .date-times {
  color: #614879; }

.item.south-west .calendar {
  background: #487a32; }

.item.south-west .region,
.item.south-west .date-times {
  color: #487a32; }

.item.central .calendar {
  background: #806c10; }

.item.central .region,
.item.central .date-times {
  color: #806c10; }

.item.panhandle .calendar {
  background: #a25a1e; }

.item.panhandle .region,
.item.panhandle .date-times {
  color: #a25a1e; }

.item.tampa .calendar {
  background: #BE2348; }

.item.tampa .region,
.item.tampa .date-times {
  color: #BE2348; }

.events .st-pusher fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.events .st-pusher .select-item-wrapper {
  float: left;
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  width: auto;
  min-width: 150px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 30px 0 0;
  margin-right: 30px; }
  @media (max-width: 768px) {
    .events .st-pusher .select-item-wrapper {
      height: 44px;
      line-height: 44px;
      padding: 0 15px 0 0; } }
  @media only screen and (max-width: 730px) {
    .events .st-pusher .select-item-wrapper {
      border-right: 1px solid #BBBBBB;
      margin-right: 0;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
      text-align: left; } }
  @media only screen and (max-width: 730px) and (min-width: 992px) {
    .events .st-pusher .select-item-wrapper {
      float: left;
      width: 50%; } }
  .events .st-pusher .select-item-wrapper:after {
    font-family: 'iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    content: "\e951";
    font-size: 26px;
    font-size: 2.6rem;
    top: 11px;
    right: 0;
    color: #214758;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media only screen and (max-width: 730px) {
      .events .st-pusher .select-item-wrapper:after {
        right: 15px; } }
    @media only screen and (max-width: 605px) {
      .events .st-pusher .select-item-wrapper:after {
        background: #fff;
        z-index: 9999;
        right: 5px; } }
  .events .st-pusher .select-item-wrapper select {
    position: relative;
    z-index: 999;
    width: 115%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #214758;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    width: auto;
    min-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    /* override webkits default autofill */ }
    .events .st-pusher .select-item-wrapper select:-webkit-autofill {
      color: #3b3d40;
      background: #fff;
      box-shadow: 0 0 0px 1000px #fff inset;
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
    .events .st-pusher .select-item-wrapper select.validation-failed:after {
      position: absolute; }
    .events .st-pusher .select-item-wrapper select option,
    .events .st-pusher .select-item-wrapper select .val {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 5px;
      color: #214758; }

.events .st-pusher .sub-navigation {
  position: relative;
  z-index: 99;
  bottom: 0;
  left: 0;
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .events .st-pusher .sub-navigation .container {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB; }
  @media only screen and (max-width: 430px) {
    .events .st-pusher .sub-navigation {
      display: none;
      visibility: hidden; } }

.events .st-pusher .outer-filter-wrapper {
  float: right; }
  @media only screen and (max-width: 992px) {
    .events .st-pusher .outer-filter-wrapper {
      width: 100%; } }

.events .st-pusher .heading,
.events .st-pusher .the-filters,
.events .st-pusher .reset {
  width: auto;
  float: left;
  display: inline-block; }
  .events .st-pusher .heading:before, .events .st-pusher .heading:after,
  .events .st-pusher .the-filters:before,
  .events .st-pusher .the-filters:after,
  .events .st-pusher .reset:before,
  .events .st-pusher .reset:after {
    content: " ";
    display: table; }
  .events .st-pusher .heading:after,
  .events .st-pusher .the-filters:after,
  .events .st-pusher .reset:after {
    clear: both; }

.events .st-pusher .heading {
  color: #54565A;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 44px;
  height: 44px;
  width: auto;
  min-width: 150px;
  margin-right: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 730px) {
    .events .st-pusher .heading {
      display: none; } }

@media only screen and (max-width: 730px) {
  .events .st-pusher .the-filters {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0; } }

@media only screen and (max-width: 675px) {
  .events .st-pusher .the-filters {
    width: 100%; } }

.events .st-pusher .reset {
  width: auto;
  height: 44px;
  line-height: 44px;
  color: #54565A;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 -15px 0 15px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }
  @media only screen and (max-width: 768px) {
    .events .st-pusher .reset {
      float: right;
      margin: 0 auto;
      padding: 0 30px; } }
  @media only screen and (max-width: 730px) {
    .events .st-pusher .reset {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      display: block; } }
  @media only screen and (max-width: 675px) {
    .events .st-pusher .reset {
      display: none;
      visibility: hidden; } }
  .events .st-pusher .reset:hover, .events .st-pusher .reset:focus {
    color: #107264; }

@media only screen and (max-width: 768px) {
  .events .st-pusher .the-listings {
    padding-top: 30px; } }

.events .st-pusher .mix {
  display: none; }

.events .st-pusher .fail:after {
  display: block;
  content: "No items were found matching the selected filters. Try less filters, or reset and start over.";
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #BE2348;
  font-style: italic;
  padding: 0 0 60px 0; }

.events .st-pusher .item {
  float: left;
  width: 100%;
  padding: 0 0 15px;
  margin: 15px 0;
  background: #fff; }
  .events .st-pusher .item:before, .events .st-pusher .item:after {
    content: " ";
    display: table; }
  .events .st-pusher .item:after {
    clear: both; }
  .events .st-pusher .item:not(:last-of-type) {
    border-bottom: 1px solid #BBBBBB; }
  .events .st-pusher .item .the-content {
    position: relative;
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 30px; }
    @media only screen and (max-width: 1200px) {
      .events .st-pusher .item .the-content {
        position: relative;
        float: left;
        width: 83.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 30px; } }
    @media only screen and (max-width: 992px) {
      .events .st-pusher .item .the-content {
        position: relative;
        float: left;
        width: 79.16667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 30px; } }
    @media only screen and (max-width: 761px) {
      .events .st-pusher .item .the-content {
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 30px; } }
    @media only screen and (max-width: 631px) {
      .events .st-pusher .item .the-content {
        position: relative;
        float: left;
        width: 70.83333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 30px; } }
    @media only screen and (max-width: 550px) {
      .events .st-pusher .item .the-content {
        width: 100%;
        padding: 0; } }
    .events .st-pusher .item .the-content .region,
    .events .st-pusher .item .the-content h2,
    .events .st-pusher .item .the-content .category,
    .events .st-pusher .item .the-content .details,
    .events .st-pusher .item .the-content .description,
    .events .st-pusher .item .the-content .more-link,
    .events .st-pusher .item .the-content .links-wrapper {
      margin: 0 0 10px 0;
      line-height: 1; }
    .events .st-pusher .item .the-content .region {
      font-size: 18px;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 500; }
    .events .st-pusher .item .the-content h2 {
      font-size: 22px;
      font-size: 2.2rem;
      letter-spacing: 0; }
      @media only screen and (max-width: 768px) {
        .events .st-pusher .item .the-content h2 {
          line-height: 1.25; } }
      .events .st-pusher .item .the-content h2 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-style: italic;
        text-transform: uppercase;
        color: #BE2348;
        white-space: nowrap; }
    .events .st-pusher .item .the-content .category {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      color: #54565A; }
      .events .st-pusher .item .the-content .category span {
        font-weight: 700; }
    .events .st-pusher .item .the-content .details {
      font-size: 14px;
      font-size: 1.4rem;
      color: #214758;
      font-weight: 500; }
      .events .st-pusher .item .the-content .details:before, .events .st-pusher .item .the-content .details:after {
        content: " ";
        display: table; }
      .events .st-pusher .item .the-content .details:after {
        clear: both; }
      .events .st-pusher .item .the-content .details .icon {
        top: 3px;
        margin-right: 5px;
        font-size: 20px;
        font-size: 2rem; }
      .events .st-pusher .item .the-content .details .location-info {
        display: inline-block; }
        .events .st-pusher .item .the-content .details .location-info a {
          text-decoration: none !important; }
        .events .st-pusher .item .the-content .details .location-info a[href^="http://"]:hover, .events .st-pusher .item .the-content .details .location-info a[href^="http://"]:focus,
        .events .st-pusher .item .the-content .details .location-info a[href*=" http://"]:hover,
        .events .st-pusher .item .the-content .details .location-info a[href*=" http://"]:focus,
        .events .st-pusher .item .the-content .details .location-info a[href^="https://"]:hover,
        .events .st-pusher .item .the-content .details .location-info a[href^="https://"]:focus,
        .events .st-pusher .item .the-content .details .location-info a[href*=" https://"]:hover,
        .events .st-pusher .item .the-content .details .location-info a[href*=" https://"]:focus {
          color: #107264; }
      .events .st-pusher .item .the-content .details .date-times,
      .events .st-pusher .item .the-content .details a {
        margin-right: 15px;
        font-weight: 700; }
        .events .st-pusher .item .the-content .details .date-times:last-child,
        .events .st-pusher .item .the-content .details a:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 992px) {
          .events .st-pusher .item .the-content .details .date-times,
          .events .st-pusher .item .the-content .details a {
            line-height: 44px; } }
      @media only screen and (max-width: 768px) {
        .events .st-pusher .item .the-content .details .date-times {
          display: block; } }
    .events .st-pusher .item .the-content .description {
      color: #54565A;
      line-height: 1.5;
      font-size: 16px;
      font-size: 1.6rem; }
    .events .st-pusher .item .the-content .links-wrapper {
      font-size: 14px;
      font-size: 1.4rem;
      color: #214758;
      font-weight: 500; }
      .events .st-pusher .item .the-content .links-wrapper:before, .events .st-pusher .item .the-content .links-wrapper:after {
        content: " ";
        display: table; }
      .events .st-pusher .item .the-content .links-wrapper:after {
        clear: both; }
      .events .st-pusher .item .the-content .links-wrapper .icon {
        margin-right: 5px; }
      .events .st-pusher .item .the-content .links-wrapper .date-times,
      .events .st-pusher .item .the-content .links-wrapper a {
        margin-right: 15px;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .events .st-pusher .item .the-content .links-wrapper .date-times,
          .events .st-pusher .item .the-content .links-wrapper a {
            line-height: 44px; } }
      .events .st-pusher .item .the-content .links-wrapper .more-link {
        display: inline;
        color: #107264;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
        text-decoration: none;
        text-shadow: 3px 0 #fff, 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff;
        background-image: -webkit-linear-gradient(top, #107264 0, #19b59f 100%);
        background-image: linear-gradient(to bottom, #107264 0, #19b59f 100%);
        background-position: 0 90%;
        background-repeat: repeat-x;
        background-size: 2px 1px; }
        .events .st-pusher .item .the-content .links-wrapper .more-link:hover, .events .st-pusher .item .the-content .links-wrapper .more-link:focus {
          color: #487a32;
          background-image: -webkit-linear-gradient(top, #61A544 0, #8ac471 100%);
          background-image: linear-gradient(to bottom, #61A544 0, #8ac471 100%);
          background-size: 2px 2px;
          background-position: 0 100%; }

/* ==========================================================================
   EVENT - DETAIL
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .event.detail .main-content {
    padding-top: 30px; } }

@media only screen and (max-width: 992px) {
  .event.detail .the-listing {
    clear: both; } }

.event.detail .date-time,
.event.detail .date-time span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500; }

.event.detail .post-info {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2; }

.event.detail .region {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase; }

.event.detail .region span,
.event.detail .category span {
  font-weight: 700;
  color: #54565A; }
  .event.detail .region span.region,
  .event.detail .category span.region {
    font-weight: 500; }

.event.detail .details {
  color: #214758; }
  .event.detail .details .icon {
    margin-right: 5px; }

.event.detail h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: normal; }

.event.detail h3 {
  font-size: 20px;
  font-size: 2rem; }

.event.detail h4 {
  font-size: 18px;
  font-size: 1.8rem; }

.event.detail h5 {
  font-size: 16px;
  font-size: 1.6rem; }

.event.detail .date-times,
.event.detail a {
  margin-right: 15px;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .event.detail .date-times,
    .event.detail a {
      line-height: 44px; } }

.event.detail .links-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  color: #214758;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1; }
  .event.detail .links-wrapper:before, .event.detail .links-wrapper:after {
    content: " ";
    display: table; }
  .event.detail .links-wrapper:after {
    clear: both; }
  .event.detail .links-wrapper .icon {
    margin-right: 5px; }

.event.detail .north-east .date-time,
.event.detail .north-east .date-times,
.event.detail .north-east .post-info .region {
  color: #007b8a; }

.event.detail .south-east .date-time,
.event.detail .south-east .date-times,
.event.detail .south-east .post-info .region {
  color: #614879; }

.event.detail .south-west .date-time,
.event.detail .south-west .date-times,
.event.detail .south-west .post-info .region {
  color: #487a32; }

.event.detail .central .date-time,
.event.detail .central .date-times,
.event.detail .central .post-info .region {
  color: #806c10; }

.event.detail .panhandle .date-time,
.event.detail .panhandle .date-times,
.event.detail .panhandle .post-info .region {
  color: #a25a1e; }

.event.detail .tampa .date-time,
.event.detail .tampa .date-times,
.event.detail .tampa .post-info .region {
  color: #BE2348; }

@media only screen and (max-width: 992px) {
  .event.detail aside {
    width: 100%;
    margin: 15px 0;
    padding: 15px; } }

.event.detail aside .recent-posts .post-info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #54565A;
  line-height: 1.5; }
  .event.detail aside .recent-posts .post-info .region {
    font-size: 14px;
    font-size: 1.4rem; }
  @media only screen and (max-width: 1200px) {
    .event.detail aside .recent-posts .post-info .region {
      display: block; }
    .event.detail aside .recent-posts .post-info .seperator {
      display: none; } }
  @media only screen and (max-width: 992px) {
    .event.detail aside .recent-posts .post-info .region {
      display: inline-block; }
    .event.detail aside .recent-posts .post-info .seperator {
      display: inline-block; } }

@media only screen and (max-width: 768px) {
  .event.detail aside .recent-posts a {
    margin-left: 0; } }

.event.detail aside .recent-posts a.view-all {
  color: #107264;
  font-weight: 700; }
  .event.detail aside .recent-posts a.view-all:hover, .event.detail aside .recent-posts a.view-all:focus {
    color: #61A544; }

.event.detail aside .recent-posts a:not(.view-all) {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #214758;
  font-family: "Rubik", sans-serif; }

.latest-events {
  clear: both;
  padding: 60px 0 30px 0; }
  .latest-events .intro {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .latest-events .intro {
        max-width: 800px;
        margin: 0 auto; } }
    .latest-events .intro h2 {
      color: #214758;
      font-weight: 700; }
      .latest-events .intro h2 .pre-heading {
        font-size: 18px;
        font-size: 1.8rem; }
  .latest-events .owl-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .latest-events .owl-item {
        float: left;
        width: 33.33333%; } }
    .latest-events .owl-item:before, .latest-events .owl-item:after {
      content: " ";
      display: table; }
    .latest-events .owl-item:after {
      clear: both; }
    .latest-events .owl-item .image-wrapper {
      margin-bottom: 15px; }
    .latest-events .owl-item .calendar,
    .latest-events .owl-item .the-content {
      float: left; }
    .latest-events .owl-item .calendar {
      width: 25%;
      padding: 5px 10px;
      line-height: 1;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      @media only screen and (max-width: 550px) {
        .latest-events .owl-item .calendar {
          width: 100%;
          max-width: 550px;
          margin: 15px auto;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; } }
      .latest-events .owl-item .calendar .day-name {
        font-weight: 500; }
      .latest-events .owl-item .calendar .day-date {
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: 500; }
        @media only screen and (max-width: 992px) {
          .latest-events .owl-item .calendar .day-date {
            margin: 0 -2px; } }
        @media only screen and (max-width: 550px) {
          .latest-events .owl-item .calendar .day-date {
            font-size: 30px;
            font-size: 3rem; } }
        .latest-events .owl-item .calendar .day-date .end {
          float: right; }
          @media only screen and (max-width: 550px) {
            .latest-events .owl-item .calendar .day-date .end {
              font-size: 18px;
              font-size: 1.8rem;
              top: 11px;
              left: 5px; } }
      .latest-events .owl-item .calendar .month-name {
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (min-width: 551px) {
          .latest-events .owl-item .calendar .month-name {
            font-weight: 500; } }
        @media only screen and (max-width: 550px) {
          .latest-events .owl-item .calendar .month-name.full {
            font-size: 30px;
            font-size: 3rem; } }
    .latest-events .owl-item .multi-day .calendar .day-date .start {
      position: relative;
      top: 4px;
      font-size: 26px;
      font-size: 2.6rem; }
      @media only screen and (max-width: 550px) {
        .latest-events .owl-item .multi-day .calendar .day-date .start {
          top: 0; } }
    .latest-events .owl-item .multi-day .calendar .day-date .end {
      position: relative;
      top: 8px;
      font-weight: 100; }
      @media only screen and (max-width: 550px) {
        .latest-events .owl-item .multi-day .calendar .day-date .end {
          top: 9px; } }
    .latest-events .owl-item .the-content {
      width: 75%;
      padding: 0 15px;
      text-align: left; }
      @media only screen and (max-width: 550px) {
        .latest-events .owl-item .the-content {
          width: 100%;
          max-width: 550px;
          margin: 0 auto; } }
      .latest-events .owl-item .the-content .region {
        font-weight: 500;
        font-size: 16px;
        font-size: 1.6rem; }
    .latest-events .owl-item h3 {
      margin: 5px 0;
      font-size: 22px;
      font-size: 2.2rem; }
    .latest-events .owl-item .links-wrapper a {
      display: inline;
      margin-top: 5px;
      color: #107264;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      text-shadow: 3px 0 #eeeeee, 2px 0 #eeeeee, 1px 0 #eeeeee, -1px 0 #eeeeee, -2px 0 #eeeeee, -3px 0 #eeeeee;
      background-image: -webkit-linear-gradient(top, #107264 0, #19b59f 100%);
      background-image: linear-gradient(to bottom, #107264 0, #19b59f 100%);
      background-position: 0 90%;
      background-repeat: repeat-x;
      background-size: 2px 1px; }
      .latest-events .owl-item .links-wrapper a:hover, .latest-events .owl-item .links-wrapper a:focus {
        color: #487a32;
        background-image: -webkit-linear-gradient(top, #61A544 0, #8ac471 100%);
        background-image: linear-gradient(to bottom, #61A544 0, #8ac471 100%);
        background-size: 2px 2px;
        background-position: 0 100%; }
  .latest-events .button-wrapper {
    margin-top: 15px;
    padding: 0 0 15px; }
    .latest-events .button-wrapper .button {
      float: none; }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .home .latest-events .owl-item .calendar .date-time {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .home .latest-events .owl-item .calendar .month-name.full {
    padding: 0;
    margin: 0; } }

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.the-listings.owl-carousel .owl-item img {
  max-width: 100%;
  height: auto !important; }

.the-listings.owl-carousel .owl-nav {
  text-align: center;
  position: relative;
  right: auto;
  left: auto;
  bottom: 0;
  z-index: 12; }

.the-listings.owl-carousel .owl-prev .icon,
.the-listings.owl-carousel .owl-next .icon {
  background: rgba(128, 128, 128, 0.3); }

.the-listings.owl-carousel .owl-prev:hover .icon,
.the-listings.owl-carousel .owl-prev:focus .icon,
.the-listings.owl-carousel .owl-next:hover .icon,
.the-listings.owl-carousel .owl-next:focus .icon {
  color: #fff;
  background: #214758; }

/* ==========================================================================
   WAITLY
   ========================================================================== */
.waitly .main-content {
  padding-bottom: 90px; }

.waitly .notice-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
  padding: 30px; }
  @media (min-width: 992px) {
    .waitly .notice-wrapper {
      float: left;
      width: 41.66667%; } }
  .waitly .notice-wrapper:before, .waitly .notice-wrapper:after {
    content: " ";
    display: table; }
  .waitly .notice-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 992px) {
    .waitly .notice-wrapper {
      margin-bottom: 15px; } }
  .waitly .notice-wrapper .notice {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    transform: translate(0, -50%);
    padding: 15px 30px;
    border: 1px solid #BBBBBB; }
    @media only screen and (max-width: 992px) {
      .waitly .notice-wrapper .notice {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none; } }
    .waitly .notice-wrapper .notice.important {
      background: #FDF0D5; }
    .waitly .notice-wrapper .notice * {
      font-weight: 700;
      color: #3b3d40; }
    .waitly .notice-wrapper .notice h2 {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 48px;
      text-transform: uppercase; }
    .waitly .notice-wrapper .notice .icon {
      font-size: 30px;
      font-size: 3rem;
      color: #fff;
      background: #D67628;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 15px; }
    .waitly .notice-wrapper .notice p {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 40px; }
      .waitly .notice-wrapper .notice p em {
        font-size: 30px;
        font-size: 3rem;
        font-style: normal; }

.waitly .form-content-wrapper {
  width: 684px;
  float: none;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 684px) {
    .waitly .form-content-wrapper {
      padding: 0;
      width: 100%; } }

.waitly .wait-time-widget {
  width: 100%;
  margin-bottom: 52.5px; }
  .waitly .wait-time-widget:before, .waitly .wait-time-widget:after {
    content: " ";
    display: table; }
  .waitly .wait-time-widget:after {
    clear: both; }
  .waitly .wait-time-widget .icon-wrapper {
    padding: 15px;
    text-align: center;
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: #61A544;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    min-height: 200px; }
    @media only screen and (max-width: 350px) {
      .waitly .wait-time-widget .icon-wrapper {
        display: none; } }
  .waitly .wait-time-widget .icon {
    color: #fff;
    font-size: 100px;
    font-size: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 540px) {
      .waitly .wait-time-widget .icon {
        font-size: 80px;
        font-size: 8rem; } }
  .waitly .wait-time-widget .timer {
    padding: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: #214758;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px; }
    @media only screen and (max-width: 350px) {
      .waitly .wait-time-widget .timer {
        width: 100%;
        float: none;
        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px; } }
    .waitly .wait-time-widget .timer .off-hours,
    .waitly .wait-time-widget .timer .error-messages {
      display: none;
      padding: 30px 15px; }
      .waitly .wait-time-widget .timer .off-hours p,
      .waitly .wait-time-widget .timer .error-messages p {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.25;
        font-weight: 700; }
    .waitly .wait-time-widget .timer p {
      margin: 0;
      font-size: 20px;
      font-size: 2rem; }
    .waitly .wait-time-widget .timer .location-name {
      color: #61A544;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .waitly .wait-time-widget .timer .location-name {
          display: block; } }
    .waitly .wait-time-widget .timer .clock {
      float: left;
      width: 100%;
      margin: -15px auto;
      font-size: 100px;
      font-size: 10rem;
      font-weight: 700; }
      @media only screen and (max-width: 540px) {
        .waitly .wait-time-widget .timer .clock {
          font-size: 50px;
          font-size: 5rem;
          margin: 10px 0 6px; } }
      .waitly .wait-time-widget .timer .clock span {
        display: inline-block;
        line-height: 1; }
    .waitly .wait-time-widget .timer .labels {
      clear: both;
      width: 100%;
      padding: 0 30px;
      font-size: 18px;
      font-size: 1.8rem; }
      .waitly .wait-time-widget .timer .labels:before, .waitly .wait-time-widget .timer .labels:after {
        content: " ";
        display: table; }
      .waitly .wait-time-widget .timer .labels:after {
        clear: both; }
      @media only screen and (max-width: 540px) {
        .waitly .wait-time-widget .timer .labels {
          padding: 0; } }
      .waitly .wait-time-widget .timer .labels span {
        display: inline-block;
        width: 50%;
        text-align: center; }
        .waitly .wait-time-widget .timer .labels span.hours {
          padding-left: 16px; }
          @media only screen and (max-width: 540px) {
            .waitly .wait-time-widget .timer .labels span.hours {
              padding: 0 2.5px 0 0;
              width: auto;
              font-size: 14px;
              font-size: 1.4rem; } }
        .waitly .wait-time-widget .timer .labels span.minutes {
          padding-right: 20px; }
          @media only screen and (max-width: 540px) {
            .waitly .wait-time-widget .timer .labels span.minutes {
              padding: 0 0 0 2.5px;
              width: auto;
              font-size: 14px;
              font-size: 1.4rem; } }
      .waitly .wait-time-widget .timer .labels span.divider {
        width: auto;
        display: none; }
        @media only screen and (max-width: 540px) {
          .waitly .wait-time-widget .timer .labels span.divider {
            display: inline-block; } }

.waitly .main-content form .item.submit-wrapper {
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .waitly .main-content form .item {
    width: 100%; } }

.waitly .main-content form p.note {
  color: #3b3d40;
  padding: 0 15px; }
  @media only screen and (max-width: 768px) {
    .waitly .main-content form p.note {
      margin-bottom: 45px; } }

.waitly .main-content form .item label {
  color: #3b3d40; }

.waitly .main-content form input[type="submit"],
.waitly .main-content form button[type="submit"] {
  clear: both;
  float: right; }

.waitly .main-content form input[type="submit"]:disabled,
.waitly .main-content form button[type="submit"]:disabled {
  color: #54565A;
  background: #BBBBBB; }

.waitly .st-container form input:not([type="submit"]):disabled,
.waitly .st-container form button:not([type="submit"]):disabled {
  border: none;
  background: #fff !important; }

.waitly .error-wrapper {
  display: none;
  float: left;
  margin: 15px 0 0; }

.waitly .error-message {
  color: #BE2348; }

.waitly #cw {
  display: none;
  visibility: hidden; }

.waitly.success .main-content {
  text-align: center; }
  .waitly.success .main-content .container {
    margin: 45px auto 30px auto; }
  .waitly.success .main-content p {
    color: #3b3d40;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .waitly.success .main-content .opening {
    font-size: 26px;
    font-size: 2.6rem;
    color: #61A544; }
  .waitly.success .main-content .closing {
    color: #214758;
    font-style: italic; }
  .waitly.success .main-content .link-wrapper {
    margin-top: 15px; }

.waitly.success .icon-wrapper {
  padding: 60px 15px;
  background: #61A544; }
  .waitly.success .icon-wrapper .icon {
    color: #61A544;
    font-size: 80px;
    font-size: 8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    padding: 37.5px; }
    @media only screen and (max-width: 684px) {
      .waitly.success .icon-wrapper .icon {
        font-size: 50px;
        font-size: 5rem; } }

/* ==========================================================================
   Capture Pages
   ========================================================================== */
.capture-page .st-container h1 {
  margin-bottom: 0; }
  .capture-page .st-container h1 img {
    min-width: 100%; }

.capture-page .main-content {
  padding-top: 0; }
  .capture-page .main-content .featured {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px; }
    .capture-page .main-content .featured:before, .capture-page .main-content .featured:after {
      content: " ";
      display: table; }
    .capture-page .main-content .featured:after {
      clear: both; }
    .capture-page .main-content .featured h2 {
      text-align: center;
      padding-bottom: 52.5px; }
    .capture-page .main-content .featured h3 {
      font-size: 32px;
      font-size: 3.2rem; }
    .capture-page .main-content .featured .post-info {
      font-weight: 500;
      color: #487a32;
      margin-bottom: -15px; }
    .capture-page .main-content .featured .intro {
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem;
      padding-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .capture-page .main-content .featured .section {
        min-height: 370px !important; } }
    .capture-page .main-content .featured .image-wrapper {
      text-align: center;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      padding-right: 60px; }
      @media (min-width: 992px) {
        .capture-page .main-content .featured .image-wrapper {
          float: left;
          width: 50%; } }
      @media only screen and (max-width: 992px) {
        .capture-page .main-content .featured .image-wrapper {
          padding: 0 15px;
          margin-bottom: 60px; } }
      .capture-page .main-content .featured .image-wrapper.section {
        padding: 0; }
        .capture-page .main-content .featured .image-wrapper.section img {
          margin: 0 auto; }
          @media only screen and (max-width: 992px) {
            .capture-page .main-content .featured .image-wrapper.section img {
              top: auto;
              left: auto;
              right: auto;
              transform: none;
              position: relative; } }
    .capture-page .main-content .featured .media-outer-wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .capture-page .main-content .featured .media-outer-wrapper {
          float: left;
          width: 50%; } }
    .capture-page .main-content .featured .the-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .capture-page .main-content .featured .the-content {
          float: left;
          width: 50%; } }
      @media only screen and (max-width: 1200px) {
        .capture-page .main-content .featured .the-content {
          padding-left: 30px; } }
      @media only screen and (max-width: 992px) {
        .capture-page .main-content .featured .the-content {
          padding: 0; } }
    @media only screen and (max-width: 992px) {
      .capture-page .main-content .featured .button-set {
        margin-top: 30px; } }
    @media only screen and (max-width: 1200px) {
      .capture-page .main-content .featured .button-set a {
        clear: both;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 992px) {
      .capture-page .main-content .featured .button-set a {
        clear: none;
        float: left; } }

.capture-page .overview-content {
  position: relative;
  z-index: 10;
  margin-top: -5px; }

.capture-page .overview-content,
.capture-page .sub-section {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 60px 0; }
  .capture-page .overview-content:before, .capture-page .overview-content:after,
  .capture-page .sub-section:before,
  .capture-page .sub-section:after {
    content: " ";
    display: table; }
  .capture-page .overview-content:after,
  .capture-page .sub-section:after {
    clear: both; }
  .capture-page .overview-content *,
  .capture-page .sub-section * {
    color: #fff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .capture-page .overview-content p,
  .capture-page .sub-section p {
    font-size: 18px;
    font-size: 1.8rem; }
  .capture-page .overview-content .emphasized p,
  .capture-page .sub-section .emphasized p {
    font-size: 36px;
    font-size: 3.6rem; }
  .capture-page .overview-content.discount,
  .capture-page .sub-section.discount {
    background: url("/skin/img/layout/cannabis-leaves-bg.png") center center no-repeat;
    background-size: cover; }
  .capture-page .overview-content.statement,
  .capture-page .sub-section.statement {
    background: #214758; }

.community-outreach .main-content {
  padding-bottom: 0; }

.community-outreach .affiliates-wrapper h2 {
  text-align: center;
  padding-bottom: 0; }

.community-outreach .affiliates-wrapper .affiliates {
  padding: 30px 0; }
  .community-outreach .affiliates-wrapper .affiliates:before, .community-outreach .affiliates-wrapper .affiliates:after {
    content: " ";
    display: table; }
  .community-outreach .affiliates-wrapper .affiliates:after {
    clear: both; }
  .community-outreach .affiliates-wrapper .affiliates .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .community-outreach .affiliates-wrapper .affiliates .item {
        float: left;
        width: 33.33333%; } }
    .community-outreach .affiliates-wrapper .affiliates .item:before, .community-outreach .affiliates-wrapper .affiliates .item:after {
      content: " ";
      display: table; }
    .community-outreach .affiliates-wrapper .affiliates .item:after {
      clear: both; }
    .community-outreach .affiliates-wrapper .affiliates .item .image-wrapper {
      width: 100%;
      margin-bottom: 15px; }
      .community-outreach .affiliates-wrapper .affiliates .item .image-wrapper img {
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        position: relative; }
    .community-outreach .affiliates-wrapper .affiliates .item .the-content {
      width: 100%;
      padding: 0 15px; }
      @media only screen and (max-width: 550px) {
        .community-outreach .affiliates-wrapper .affiliates .item .the-content {
          width: 100%;
          max-width: 550px;
          margin: 0 auto; } }
      .community-outreach .affiliates-wrapper .affiliates .item .the-content .region {
        font-size: 16px;
        font-size: 1.6rem; }
    .community-outreach .affiliates-wrapper .affiliates .item h3 {
      margin: 5px 0;
      font-size: 22px;
      font-size: 2.2rem; }
    .community-outreach .affiliates-wrapper .affiliates .item:hover h3, .community-outreach .affiliates-wrapper .affiliates .item:focus h3 {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      color: #0a453d; }
  .community-outreach .affiliates-wrapper .affiliates.owl-carousel .item {
    width: 100%;
    text-align: center; }
  .community-outreach .affiliates-wrapper .affiliates.owl-carousel .owl-nav {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 15px;
    text-align: center; }

.community-outreach .our-partners-list {
  clear: both;
  margin-bottom: 30px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 60px 0; }
  .community-outreach .our-partners-list h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 52.5px; }
  .community-outreach .our-partners-list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .community-outreach .our-partners-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media only screen and (max-width: 768px) {
      .community-outreach .our-partners-list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    .community-outreach .our-partners-list ul li {
      position: relative;
      list-style: none;
      margin: 7px 0;
      line-height: 1.4;
      padding-left: 15px; }
      .community-outreach .our-partners-list ul li::before {
        position: absolute;
        left: 0;
        content: "•";
        display: inline-block;
        width: 15px;
        height: 15px; }

.past-events {
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .past-events .gallery-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto; }
    .past-events .gallery-wrapper:before, .past-events .gallery-wrapper:after {
      content: " ";
      display: table; }
    .past-events .gallery-wrapper:after {
      clear: both; }
  .past-events .event {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    min-height: 200px;
    border: 5px solid #fff; }
    @media (min-width: 992px) {
      .past-events .event {
        float: left;
        width: 33.33333%; } }
    .past-events .event .image-wrapper {
      position: relative; }
      .past-events .event .image-wrapper img {
        width: 100%;
        display: inline-block; }
    .past-events .event .the-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      background-color: #214758;
      background-color: rgba(33, 71, 88, 0.75); }
    .past-events .event .inner-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 15px; }
    .past-events .event h3,
    .past-events .event p {
      color: #fff; }
    .past-events .event h3 {
      font-size: 42px;
      font-size: 4.2rem; }
    .past-events .event p {
      margin-top: 0;
      font-size: 18px;
      font-size: 1.8rem; }
    .past-events .event .button {
      margin-top: 5px; }

/* ==========================================================================
   DISCOVER PAGE
   ========================================================================== */
.discover-page .user-links {
  display: none; }

.discover-page .main-content {
  padding: 0; }

.discover-page section {
  padding: 60px 0;
  padding-top: 45px; }
  @media only screen and (max-width: 992px) {
    .discover-page section {
      padding: 45px;
      padding-top: 30px; }
      .discover-page section .container {
        width: auto; } }
  @media only screen and (max-width: 450px) {
    .discover-page section {
      padding-left: 0;
      padding-right: 0; } }
  .discover-page section.ft-content, .discover-page section.the-terpenes {
    background-color: #F3F3F4; }
  .discover-page section p.intro {
    max-width: 800px;
    margin: auto; }

.discover-page .page-header .the-wrapper {
  position: relative;
  text-align: center;
  height: 570px;
  overflow: hidden; }
  @media only screen and (max-width: 992px) {
    .discover-page .page-header .the-wrapper .the-content {
      padding: 15px; } }
  .discover-page .page-header .the-wrapper .the-content p {
    max-width: 800px;
    margin: 15px auto;
    margin-top: 15px;
    padding: 0; }

.discover-page .getting-comfortable,
.discover-page .how-to-shop {
  position: relative;
  text-align: center; }

.discover-page .posts-wrapper {
  margin-top: 30px;
  z-index: 999; }
  .discover-page .posts-wrapper .owl-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .discover-page .posts-wrapper .owl-item {
        float: left;
        width: 33.33333%; } }
  .discover-page .posts-wrapper .image-wrapper {
    position: relative; }
  .discover-page .posts-wrapper .iframe-wrapper {
    margin-bottom: 0; }
  .discover-page .posts-wrapper .title {
    display: block;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color: #54565A;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem; }

.discover-page .carousel .owl-nav {
  z-index: 9;
  right: 0;
  top: 60%;
  width: 100%; }
  .discover-page .carousel .owl-nav .owl-prev,
  .discover-page .carousel .owl-nav .owl-next {
    position: absolute; }
  .discover-page .carousel .owl-nav .owl-prev {
    float: left;
    left: -15px; }
  .discover-page .carousel .owl-nav .owl-next {
    float: right;
    right: -15px; }

@media only screen and (max-width: 768px) {
  .discover-page .carousel .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    .discover-page .carousel .owl-nav .owl-prev,
    .discover-page .carousel .owl-nav .owl-next {
      float: none;
      position: relative;
      left: auto;
      right: auto; } }

.discover-page .ft-content .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 75px; }
  @media only screen and (max-width: 992px) {
    .discover-page .ft-content .container {
      display: block; }
      .discover-page .ft-content .container h2 {
        text-align: center; }
      .discover-page .ft-content .container .button-wrapper .button {
        float: none; } }
  .discover-page .ft-content .container .about-thc {
    grid-column: 2;
    grid-row: 1; }
    @media only screen and (max-width: 992px) {
      .discover-page .ft-content .container .about-thc {
        clear: both;
        padding-top: 60px; } }
  .discover-page .ft-content .container .image-wrapper {
    grid-column: 1;
    grid-row: 1;
    align-self: center; }
    @media only screen and (max-width: 992px) {
      .discover-page .ft-content .container .image-wrapper {
        padding-top: 30px; } }

.discover-page .the-terpenes h2,
.discover-page .the-terpenes p {
  text-align: center; }

.discover-page .the-terpenes .terpenes-slider {
  margin-top: 60px; }

.discover-page section.product-testing {
  background-color: #214758;
  background-image: url("../img/layout/curve.png");
  background-repeat: no-repeat;
  background-position: bottom right; }
  .discover-page section.product-testing .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 120px; }
    @media only screen and (max-width: 992px) {
      .discover-page section.product-testing .container {
        display: block; }
        .discover-page section.product-testing .container h2 {
          text-align: center; } }
    .discover-page section.product-testing .container .image-wrapper {
      grid-column: 1;
      grid-row: 1; }
      @media only screen and (max-width: 992px) {
        .discover-page section.product-testing .container .image-wrapper {
          clear: both;
          padding-top: 60px; } }
    .discover-page section.product-testing .container .the-content {
      grid-column: span 2;
      grid-row: 1; }
      @media only screen and (max-width: 992px) {
        .discover-page section.product-testing .container .the-content {
          text-align: center; } }
      .discover-page section.product-testing .container .the-content h2,
      .discover-page section.product-testing .container .the-content p {
        color: white; }
      .discover-page section.product-testing .container .the-content .button-wrapper {
        float: left;
        clear: none;
        width: 100%;
        text-align: center;
        margin-top: 0; }
        .discover-page section.product-testing .container .the-content .button-wrapper .button {
          margin: 30px auto 0;
          border: 2px solid white;
          background: transparent; }
          .discover-page section.product-testing .container .the-content .button-wrapper .button:first-of-type {
            margin-right: 15px; }
          .discover-page section.product-testing .container .the-content .button-wrapper .button:hover {
            background-color: white;
            color: #214758; }
          @media only screen and (max-width: 992px) {
            .discover-page section.product-testing .container .the-content .button-wrapper .button {
              float: none; } }
          @media only screen and (max-width: 768px) {
            .discover-page section.product-testing .container .the-content .button-wrapper .button {
              margin: 30px auto 0; }
              .discover-page section.product-testing .container .the-content .button-wrapper .button:first-of-type {
                margin-right: auto; } }

.discover-page .resources {
  text-align: center; }
  .discover-page .resources .container h2:not(:first-of-type) {
    margin-top: 60px; }
  .discover-page .resources .container .resource-items .item {
    display: inline-block;
    margin: 0 25px;
    margin-top: 60px; }
    .discover-page .resources .container .resource-items .item a {
      /*
						background-color: $brandGreen;
						width: 135px;
						height: 135px;
						@include circle;

						&:hover {
							text-decoration: none;
							background-color: $brandTeal;
						}
*/
      /* http://tympanus.net/codrops/2013/05/30/simple-icon-hover-effects/ Effect 2 / 2b */ }
      .discover-page .resources .container .resource-items .item a .icon {
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-top: -40px;
        width: 125px;
        height: 125px;
        line-height: 125px;
        font-size: 50px;
        font-size: 5rem;
        color: #fff;
        background: #fff;
        box-shadow: 0 0 0 5px #61A544;
        border: 1px solid rgba(255, 255, 255, 0.65);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .discover-page .resources .container .resource-items .item a .icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: '';
        top: 0;
        left: 0;
        z-index: -1;
        background: #61A544;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .discover-page .resources .container .resource-items .item a:hover .icon,
      .discover-page .resources .container .resource-items .item a:focus .icon {
        color: #61A544;
        box-shadow: 0 0 0 5px #61A544; }
      .discover-page .resources .container .resource-items .item a:hover .icon:after,
      .discover-page .resources .container .resource-items .item a:focus .icon:after {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .discover-page .resources .container .resource-items .item a:hover .faux-button,
      .discover-page .resources .container .resource-items .item a:focus .faux-button {
        background: #214758; }
    .discover-page .resources .container .resource-items .item .title {
      display: block;
      font-family: "Rubik", sans-serif;
      font-weight: 700;
      color: #214758;
      margin-top: 30px;
      font-size: 24px;
      font-size: 2.4rem; }

.discover-page .infographic {
  border: none; }
  .discover-page .infographic section {
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .discover-page .infographic section {
        padding: 0; } }

.the-terpenes .terpenes-slider .item {
  text-align: center; }
  .the-terpenes .terpenes-slider .item .title {
    display: block;
    font-family: "Rubik", sans-serif;
    color: #3b3d40;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem; }

.terpene-info .bg-image {
  margin-bottom: 45px; }
  .terpene-info .bg-image img {
    width: 100%; }

.terpene-info .the-content h2 {
  text-align: center; }

.terpene-info .the-content .heading {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }

.terpene-info .the-content p {
  margin-top: 0; }
  .terpene-info .the-content p .name {
    font-family: "Rubik", sans-serif;
    color: #61A544;
    font-size: 24px;
    font-size: 2.4rem; }

.terpene-info .the-content .button-wrapper .button {
  float: none; }

/* ==========================================================================
   PROMOTIONS PAGE
   ========================================================================== */
.promotions .hero {
  margin-bottom: 15px; }
  @media only screen and (max-width: 992px) {
    .promotions .hero {
      margin-bottom: 60px; } }

.promotions .main-content {
  padding-bottom: 0; }
  .promotions .main-content .container {
    padding-bottom: 30px; }
  .promotions .main-content section {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 60px; }
  .promotions .main-content .sms-optin-wrapper {
    width: 100%;
    padding-bottom: 0; }
    .promotions .main-content .sms-optin-wrapper:before, .promotions .main-content .sms-optin-wrapper:after {
      content: " ";
      display: table; }
    .promotions .main-content .sms-optin-wrapper:after {
      clear: both; }
    @media only screen and (min-width: 992px) {
      .promotions .main-content .sms-optin-wrapper .container {
        padding: 0; } }
    .promotions .main-content .sms-optin-wrapper .image-wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 992px) {
        .promotions .main-content .sms-optin-wrapper .image-wrapper {
          float: left;
          width: 50%; } }
      @media only screen and (min-width: 992px) {
        .promotions .main-content .sms-optin-wrapper .image-wrapper {
          float: right; }
          .promotions .main-content .sms-optin-wrapper .image-wrapper img {
            display: none; } }
    .promotions .main-content .sms-optin-wrapper .sms-optin {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      padding: 60px 30px;
      background: #214758; }
      @media (min-width: 992px) {
        .promotions .main-content .sms-optin-wrapper .sms-optin {
          float: left;
          width: 50%; } }
    .promotions .main-content .sms-optin-wrapper * {
      color: #fff;
      margin-left: auto;
      margin-right: auto; }
    .promotions .main-content .sms-optin-wrapper p:not(.disclaimer) {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
  .promotions .main-content .inline-signup-wrapper {
    width: 100%; }
    .promotions .main-content .inline-signup-wrapper:before, .promotions .main-content .inline-signup-wrapper:after {
      content: " ";
      display: table; }
    .promotions .main-content .inline-signup-wrapper:after {
      clear: both; }
    @media only screen and (min-width: 992px) {
      .promotions .main-content .inline-signup-wrapper .container {
        padding: 0; } }
    .promotions .main-content .inline-signup-wrapper .inline-signup {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      padding: 60px; }
      @media (min-width: 992px) {
        .promotions .main-content .inline-signup-wrapper .inline-signup {
          float: left;
          width: 50%; } }
    .promotions .main-content .inline-signup-wrapper .image-wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background: pink; }
      @media (min-width: 992px) {
        .promotions .main-content .inline-signup-wrapper .image-wrapper {
          float: left;
          width: 50%; } }
      @media only screen and (min-width: 992px) {
        .promotions .main-content .inline-signup-wrapper .image-wrapper img {
          display: none; } }
    .promotions .main-content .inline-signup-wrapper p {
      color: #54565A; }
      .promotions .main-content .inline-signup-wrapper p.sub-head {
        font-size: 22px;
        font-size: 2.2rem; }
    .promotions .main-content .inline-signup-wrapper form {
      float: none;
      max-width: 600px;
      padding: 0;
      margin: 0 auto; }
      .promotions .main-content .inline-signup-wrapper form:before, .promotions .main-content .inline-signup-wrapper form:after {
        content: " ";
        display: table; }
      .promotions .main-content .inline-signup-wrapper form:after {
        clear: both; }
      .promotions .main-content .inline-signup-wrapper form .item {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
        padding-left: 5px;
        padding-right: 5px; }
        @media (min-width: 768px) {
          .promotions .main-content .inline-signup-wrapper form .item {
            float: left;
            width: 50%; } }
        @media only screen and (max-width: 992px) {
          .promotions .main-content .inline-signup-wrapper form .item {
            padding-bottom: 0; } }
        .promotions .main-content .inline-signup-wrapper form .item.full-width {
          clear: both;
          width: 100%; }
      .promotions .main-content .inline-signup-wrapper form input[type='text'] {
        height: 54px; }
      .promotions .main-content .inline-signup-wrapper form input[type='email'] {
        height: 54px; }
      .promotions .main-content .inline-signup-wrapper form button {
        margin-top: 15px; }
  .promotions .main-content .specials-wrapper {
    clear: both; }
    .promotions .main-content .specials-wrapper:before, .promotions .main-content .specials-wrapper:after {
      content: " ";
      display: table; }
    .promotions .main-content .specials-wrapper:after {
      clear: both; }
    @media only screen and (max-width: 992px) {
      .promotions .main-content .specials-wrapper {
        padding: 0 15px; } }
    .promotions .main-content .specials-wrapper .item {
      text-align: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 37.5px; }
      @media (min-width: 992px) {
        .promotions .main-content .specials-wrapper .item {
          float: left;
          width: 33.33333%; } }
      @media only screen and (max-width: 992px) {
        .promotions .main-content .specials-wrapper .item {
          width: 49%;
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      @media only screen and (max-width: 768px) {
        .promotions .main-content .specials-wrapper .item {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
      .promotions .main-content .specials-wrapper .item .image-wrapper {
        width: 100%;
        text-align: center; }
        @media only screen and (max-width: 992px) {
          .promotions .main-content .specials-wrapper .item .image-wrapper {
            text-align: left;
            margin-bottom: 15px; }
            .promotions .main-content .specials-wrapper .item .image-wrapper:before, .promotions .main-content .specials-wrapper .item .image-wrapper:after {
              content: " ";
              display: table; }
            .promotions .main-content .specials-wrapper .item .image-wrapper:after {
              clear: both; }
            .promotions .main-content .specials-wrapper .item .image-wrapper img {
              float: left; } }
  .promotions .main-content .pre-header {
    display: block;
    font-weight: 700;
    margin: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #61A544; }
  .promotions .main-content h2 {
    font-size: 50px;
    font-size: 5rem; }
  .promotions .main-content p {
    clear: both;
    color: #54565A; }
    .promotions .main-content p.disclaimer {
      text-align: center;
      max-width: 800px;
      margin: 15px auto;
      padding-top: 15px;
      font-size: 14px;
      font-size: 1.4rem;
      font-style: italic; }
  .promotions .main-content .featured.special {
    text-align: left;
    margin: 30px 0;
    padding: 60px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .promotions .main-content .featured.special .image-wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .promotions .main-content .featured.special .image-wrapper {
          float: left;
          width: 50%; } }
      @media only screen and (max-width: 992px) {
        .promotions .main-content .featured.special .image-wrapper {
          text-align: left;
          margin-bottom: 15px; }
          .promotions .main-content .featured.special .image-wrapper:before, .promotions .main-content .featured.special .image-wrapper:after {
            content: " ";
            display: table; }
          .promotions .main-content .featured.special .image-wrapper:after {
            clear: both; }
          .promotions .main-content .featured.special .image-wrapper img {
            float: left; } }
    .promotions .main-content .featured.special .the-content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 90px; }
      @media (min-width: 992px) {
        .promotions .main-content .featured.special .the-content {
          float: left;
          width: 50%; } }
      @media only screen and (max-width: 992px) {
        .promotions .main-content .featured.special .the-content {
          padding-left: 15px; } }
    .promotions .main-content .featured.special.full-width .the-content {
      float: none;
      max-width: 50%;
      margin: 0 auto;
      padding: 0 15px;
      text-align: center; }
      .promotions .main-content .featured.special.full-width .the-content p {
        font-weight: 700; }

.promotions .main-content .c-web-form {
  float: none;
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
  border: none;
  background: transparent;
  overflow-x: visible; }
  .promotions .main-content .c-web-form:before, .promotions .main-content .c-web-form:after {
    content: " ";
    display: table; }
  .promotions .main-content .c-web-form:after {
    clear: both; }
  .promotions .main-content .c-web-form .input-number {
    position: relative;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .promotions .main-content .c-web-form .input-number {
        float: left;
        width: 66.66667%; } }
    @media only screen and (max-width: 1200px) {
      .promotions .main-content .c-web-form .input-number {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 30px 0 0 0; } }
  @media only screen and (max-width: 1200px) and (min-width: 992px) {
    .promotions .main-content .c-web-form .input-number {
      float: left;
      width: 58.33333%; } }
    .promotions .main-content .c-web-form .input-number input {
      color: #54565A;
      height: 54px;
      margin: 0;
      border-radius: 0;
      border: none;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 1200px) {
        .promotions .main-content .c-web-form .input-number input {
          height: 68px; } }
  .promotions .main-content .c-web-form .input-submit {
    display: inline-block !important;
    position: relative;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .promotions .main-content .c-web-form .input-submit {
        float: left;
        width: 33.33333%; } }
    @media only screen and (max-width: 1200px) {
      .promotions .main-content .c-web-form .input-submit {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 30px 0 0 0; } }
  @media only screen and (max-width: 1200px) and (min-width: 992px) {
    .promotions .main-content .c-web-form .input-submit {
      float: left;
      width: 41.66667%; } }
    .promotions .main-content .c-web-form .input-submit button {
      display: inline-grid;
      align-content: center;
      position: relative;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1;
      text-decoration: none;
      font-family: "Rubik", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      text-align: center;
      min-height: 68px;
      padding: 0 37.5px;
      border-radius: 8px;
      background: #107264;
      padding-top: 15px;
      padding-bottom: 15px;
      height: 54px;
      min-height: 54px;
      line-height: 1;
      width: 100%;
      margin: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      font-size: 18px;
      font-size: 1.8rem;
      border: none; }
      @media only screen and (max-width: 1200px) {
        .promotions .main-content .c-web-form .input-submit button {
          height: 68px; } }
      @media only screen and (max-width: 992px) {
        .promotions .main-content .c-web-form .input-submit button {
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; } }
      .promotions .main-content .c-web-form .input-submit button:hover, .promotions .main-content .c-web-form .input-submit button:focus {
        background-color: #61A544;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }

.promotions .c-web-form__control-group {
  margin: 0; }

.promotions .c-web-form__error {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic; }

.promotions .c-success-message {
  padding-top: 30px;
  font-style: italic; }

/* ==========================================================================
   PRE-HIRE PAGES - Overrides
   ========================================================================== */
body.pre-hire-page .page-header.banner {
  margin-bottom: 30px; }

body.pre-hire-page:not(.home) .main-content {
  padding: 0; }

@media (max-width: 992px) {
  body.pre-hire-page:not(.specials) .sub-navigation ul li {
    float: none;
    width: 100%;
    text-align: center; }
    body.pre-hire-page:not(.specials) .sub-navigation ul li a {
      display: block;
      width: 100%;
      text-align: center; } }

/* ==========================================================================
   PRE-HIRE PAGES
   ========================================================================== */
body.pre-hire-page:not(.specials) .sub-navigation ul {
  width: auto;
  min-width: 450px;
  max-width: 100%;
  margin: 0 auto; }

body.pre-hire-page:not(.specials) .sub-navigation ul li {
  vertical-align: middle;
  margin: 0; }

body.pre-hire-page section {
  padding: 60px 0; }
  body.pre-hire-page section:nth-child(even) {
    background: #eeeeee; }
    body.pre-hire-page section:nth-child(even) a {
      text-shadow: 3px 0 #eeeeee, 2px 0 #eeeeee, 1px 0 #eeeeee, -1px 0 #eeeeee, -2px 0 #eeeeee, -3px 0 #eeeeee; }
  body.pre-hire-page section h2 {
    text-align: center;
    margin: 0 0 45px 0; }
  @media only screen and (max-width: 768px) {
    body.pre-hire-page section .the-content,
    body.pre-hire-page section .image-wrapper,
    body.pre-hire-page section .media-outer-wrapper,
    body.pre-hire-page section .table-wrapper {
      float: left;
      width: 100%;
      margin-bottom: 15px; } }
  body.pre-hire-page section .image-wrapper img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    body.pre-hire-page section .the-content {
      clear: both; } }
  body.pre-hire-page section .the-content h2 {
    margin-top: 15px; }
  body.pre-hire-page section p {
    line-height: 24px; }
  body.pre-hire-page section ul {
    margin: 30px 0; }
    body.pre-hire-page section ul li {
      margin: 0 0 5px 30px;
      line-height: 1.5;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500; }
  body.pre-hire-page section table {
    margin-top: 0; }
    body.pre-hire-page section table th, body.pre-hire-page section table td {
      text-align: center;
      padding: 10px;
      line-height: 1.5;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      border-color: #54565A; }
    body.pre-hire-page section table th {
      background-color: transparent;
      color: #54565A; }
  body.pre-hire-page section .sub-section {
    clear: both;
    float: left;
    width: 100%; }
  body.pre-hire-page section.basic .the-content {
    max-width: 800px;
    margin: 0 auto; }
  body.pre-hire-page section.has-media .the-content,
  body.pre-hire-page section.has-media .image-wrapper,
  body.pre-hire-page section.has-media .media-outer-wrapper,
  body.pre-hire-page section.has-media .table-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.pre-hire-page section.has-media .the-content,
      body.pre-hire-page section.has-media .image-wrapper,
      body.pre-hire-page section.has-media .media-outer-wrapper,
      body.pre-hire-page section.has-media .table-wrapper {
        float: left;
        width: 50%; } }
  body.pre-hire-page section.has-media .image-wrapper,
  body.pre-hire-page section.has-media .media-outer-wrapper,
  body.pre-hire-page section.has-media .table-wrapper {
    margin-top: 15px; }
  body.pre-hire-page section.has-media:nth-child(odd) .sub-section .image-wrapper,
  body.pre-hire-page section.has-media:nth-child(odd) .sub-section .media-outer-wrapper,
  body.pre-hire-page section.has-media:nth-child(odd) .sub-section .table-wrapper {
    float: right;
    padding-left: 60px; }
    @media only screen and (max-width: 1200px) {
      body.pre-hire-page section.has-media:nth-child(odd) .sub-section .image-wrapper,
      body.pre-hire-page section.has-media:nth-child(odd) .sub-section .media-outer-wrapper,
      body.pre-hire-page section.has-media:nth-child(odd) .sub-section .table-wrapper {
        padding-left: 30px; } }
    @media only screen and (max-width: 992px) {
      body.pre-hire-page section.has-media:nth-child(odd) .sub-section .image-wrapper,
      body.pre-hire-page section.has-media:nth-child(odd) .sub-section .media-outer-wrapper,
      body.pre-hire-page section.has-media:nth-child(odd) .sub-section .table-wrapper {
        padding-left: 15px; } }
  body.pre-hire-page section.has-media:nth-child(odd) .sub-section .the-content {
    padding-left: 15px; }
  body.pre-hire-page section.has-media:nth-child(even) .image-wrapper,
  body.pre-hire-page section.has-media:nth-child(even) .media-outer-wrapper,
  body.pre-hire-page section.has-media:nth-child(even) .table-wrapper {
    float: right; }
  body.pre-hire-page section.has-media:nth-child(even) .the-content {
    padding-right: 60px; }
    @media only screen and (max-width: 1200px) {
      body.pre-hire-page section.has-media:nth-child(even) .the-content {
        padding-right: 30px; } }
    @media only screen and (max-width: 992px) {
      body.pre-hire-page section.has-media:nth-child(even) .the-content {
        padding-right: 15px; } }
  body.pre-hire-page section.has-media:nth-child(even) .sub-section .image-wrapper,
  body.pre-hire-page section.has-media:nth-child(even) .sub-section .media-outer-wrapper,
  body.pre-hire-page section.has-media:nth-child(even) .sub-section .table-wrapper {
    float: left;
    padding-right: 60px; }
    @media only screen and (max-width: 1200px) {
      body.pre-hire-page section.has-media:nth-child(even) .sub-section .image-wrapper,
      body.pre-hire-page section.has-media:nth-child(even) .sub-section .media-outer-wrapper,
      body.pre-hire-page section.has-media:nth-child(even) .sub-section .table-wrapper {
        padding-right: 30px; } }
    @media only screen and (max-width: 992px) {
      body.pre-hire-page section.has-media:nth-child(even) .sub-section .image-wrapper,
      body.pre-hire-page section.has-media:nth-child(even) .sub-section .media-outer-wrapper,
      body.pre-hire-page section.has-media:nth-child(even) .sub-section .table-wrapper {
        padding-right: 15px; } }
  body.pre-hire-page section.has-media:nth-child(even) .sub-section .the-content {
    padding-right: 15px; }
  body.pre-hire-page section.split-list ul {
    columns: 2;
    column-gap: 30px; }
  body.pre-hire-page section.carousel .container {
    text-align: center; }
  body.pre-hire-page section.carousel .the-listings {
    position: relative;
    float: left;
    z-index: 12;
    width: 100%;
    padding: 30px 0 0; }
    body.pre-hire-page section.carousel .the-listings:before, body.pre-hire-page section.carousel .the-listings:after {
      content: " ";
      display: table; }
    body.pre-hire-page section.carousel .the-listings:after {
      clear: both; }
    body.pre-hire-page section.carousel .the-listings .item {
      width: 100%;
      float: left;
      text-align: center; }
      body.pre-hire-page section.carousel .the-listings .item:before, body.pre-hire-page section.carousel .the-listings .item:after {
        content: " ";
        display: table; }
      body.pre-hire-page section.carousel .the-listings .item:after {
        clear: both; }
      body.pre-hire-page section.carousel .the-listings .item h3 {
        margin-top: 0;
        font-size: 30px;
        font-size: 3rem; }
      body.pre-hire-page section.carousel .the-listings .item .image-wrapper,
      body.pre-hire-page section.carousel .the-listings .item .media-outer-wrapper {
        margin-top: 0; }
        @media only screen and (max-width: 768px) {
          body.pre-hire-page section.carousel .the-listings .item .image-wrapper,
          body.pre-hire-page section.carousel .the-listings .item .media-outer-wrapper {
            margin-bottom: 30px; } }
      body.pre-hire-page section.carousel .the-listings .item .the-content {
        text-align: left; }
      body.pre-hire-page section.carousel .the-listings .item.basic .the-content {
        float: none;
        width: 75%;
        margin: 0 auto; }
    body.pre-hire-page section.carousel .the-listings .owl-item:nth-child(odd):before, body.pre-hire-page section.carousel .the-listings .owl-item:nth-child(odd):after {
      content: " ";
      display: table; }
    body.pre-hire-page section.carousel .the-listings .owl-item:nth-child(odd):after {
      clear: both; }
    body.pre-hire-page section.carousel .the-listings .owl-item:nth-child(odd) .image-wrapper,
    body.pre-hire-page section.carousel .the-listings .owl-item:nth-child(odd) .media-outer-wrapper {
      float: right; }
  body.pre-hire-page section.carousel .owl-nav {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    z-index: 12; }
    @media only screen and (max-width: 768px) {
      body.pre-hire-page section.carousel .owl-nav {
        position: relative;
        clear: both;
        display: inline-block;
        bottom: -20px;
        width: auto;
        margin: 0 auto; } }
    body.pre-hire-page section.carousel .owl-nav .owl-prev,
    body.pre-hire-page section.carousel .owl-nav .owl-next {
      position: absolute; }
    body.pre-hire-page section.carousel .owl-nav .owl-prev {
      left: -30px; }
      @media only screen and (max-width: 768px) {
        body.pre-hire-page section.carousel .owl-nav .owl-prev {
          position: relative;
          float: left;
          left: 0; } }
    body.pre-hire-page section.carousel .owl-nav .owl-next {
      right: -30px; }
      @media only screen and (max-width: 768px) {
        body.pre-hire-page section.carousel .owl-nav .owl-next {
          position: relative;
          float: right;
          right: 0; } }
  body.pre-hire-page section.patients-we-serve.has-media .media-outer-wrapper {
    margin-top: 30px; }
    @media only screen and (max-width: 992px) {
      body.pre-hire-page section.patients-we-serve.has-media .media-outer-wrapper {
        width: 100%;
        margin-top: 0; } }
  body.pre-hire-page section.patients-we-serve.has-media .the-content {
    margin-top: 15px; }
    @media only screen and (max-width: 992px) {
      body.pre-hire-page section.patients-we-serve.has-media .the-content {
        width: 100%; } }
  @media only screen and (max-width: 992px) {
    body.pre-hire-page section.patients-we-serve .sub-section .table-wrapper {
      width: 100%; } }
  body.pre-hire-page section.video-testimonials .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start; }
  body.pre-hire-page section.video-testimonials .media-outer-wrapper {
    width: 33.33%;
    padding: 15px; }
    @media only screen and (max-width: 992px) {
      body.pre-hire-page section.video-testimonials .media-outer-wrapper {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      body.pre-hire-page section.video-testimonials .media-outer-wrapper {
        width: 100%; } }
  body.pre-hire-page section.video-testimonials .media-wrapper {
    margin-bottom: 0; }
  body.pre-hire-page section.link-list ul {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0; }
    body.pre-hire-page section.link-list ul li {
      list-style-type: none;
      font-weight: 700;
      margin-left: 0;
      margin-bottom: 15px; }

/* ==========================================================================
   CHAT APP
   ========================================================================== */
.chat-app.main-content form {
  margin-top: 25px; }

.chat-app.main-content form input[type="submit"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 30px;
  border: none; }

.chat-app form input:not([type="submit"]) {
  padding: 6px 15px; }

.chat-app.main-content form .item {
  padding: 0; }

.chat-app .chat-body {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px; }
  .chat-app .chat-body div.item {
    width: 100%;
    margin-bottom: 0; }

.chat-app .ui-dialog {
  max-width: 100% !important;
  margin-left: 20% !important; }

.chat-app.main-content form .item label {
  font-weight: 700;
  color: #214758;
  margin-bottom: 6px;
  display: block; }

.chat-app.main-content form .item label span {
  color: #BE2348; }

.chat-app.main-content form .item input:focus,
.chat-app.main-content form .item textarea:focus {
  outline: none; }

.chat-app.main-content form .item input[type='text'] {
  float: left;
  width: auto;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff !important;
  color: #3b3d40;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0; }

.chat-app.main-content form .item input[type="text"],
.chat-app.main-content form .item input[type="tel"],
.chat-app.main-content form .item input[type="email"] {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  min-height: 44px;
  max-height: 44px;
  line-height: 1;
  border: 1px solid #BBBBBB; }

.chat-app.main-content form .item textarea {
  border: 1px solid #BBBBBB;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; }

.chat-app #sendtranscript {
  width: 15px;
  margin: 0; }

.chat-app #reasonRow,
.chat-app #mobilenumRow,
.chat-app table {
  display: none; }

span#cwc {
  position: relative;
  font-family: 'iconmoon' !important;
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1; }
  span#cwc:after {
    font-family: 'iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    font-size: 20px;
    font-size: 2rem; }

#cwf {
  border-radius: 8px; }

#cw {
  right: 15px !important;
  bottom: 15px !important; }

#cwh {
  margin-bottom: 15px; }

/* ==========================================================================
   APP PAGE
   ========================================================================== */
.app-download .infographic section:nth-of-type(odd) .image-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
  @media (min-width: 768px) {
    .app-download .infographic section:nth-of-type(odd) .image-wrapper {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .app-download .infographic section:nth-of-type(odd) .image-wrapper {
      width: 100%; } }
  .app-download .infographic section:nth-of-type(odd) .image-wrapper img {
    float: right;
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      .app-download .infographic section:nth-of-type(odd) .image-wrapper img {
        float: none; } }

.app-download .infographic section:nth-of-type(even) .image-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important; }
  @media (min-width: 768px) {
    .app-download .infographic section:nth-of-type(even) .image-wrapper {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .app-download .infographic section:nth-of-type(even) .image-wrapper {
      width: 100%; } }
  .app-download .infographic section:nth-of-type(even) .image-wrapper img {
    float: left;
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      .app-download .infographic section:nth-of-type(even) .image-wrapper img {
        float: none; } }

@media only screen and (max-width: 480px) {
  .app-download .infographic section:nth-of-type(odd) .image-wrapper,
  .app-download .infographic section:nth-of-type(even) .image-wrapper,
  .app-download .infographic section:nth-of-type(odd) .the-content,
  .app-download .infographic section:nth-of-type(even) .the-content {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .app-download .infographic section:nth-of-type(odd) .the-content,
  .app-download .infographic section:nth-of-type(even) .the-content {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .app-download .infographic section:nth-of-type(odd) .the-content,
  .app-download .infographic section:nth-of-type(even) .the-content {
    text-align: center;
    padding: 0 15px;
    left: 0;
    right: 0; } }

.app-download .infographic section .the-content h4 {
  padding-top: 30px; }

.app-download .button-wrapper {
  margin-bottom: 15px; }
  .app-download .button-wrapper a {
    display: inline-block; }

/* ==========================================================================
   RELATED CONTENT
   ========================================================================== */
.related-content {
  padding-bottom: 60px; }
  .related-content:before, .related-content:after {
    content: " ";
    display: table; }
  .related-content:after {
    clear: both; }
  .related-content h2 {
    text-align: center;
    margin-top: 30px; }
  .related-content h3 {
    margin-bottom: 0; }
  .related-content .item {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #BBBBBB; }
    .related-content .item:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
