@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 659px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 660px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !important; }

/*! 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;
  max-width: 100%; }

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

pre {
  overflow: auto; }

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

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

button, .gform_button {
  overflow: visible; }

button, .gform_button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner, .gform_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; } }
.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: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 100%; } }
  @media (min-width: 1300px) {
    .container {
      width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

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

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

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

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

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

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

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

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

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

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

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

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

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

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

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

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

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

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

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

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

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

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1300px) {
  .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.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

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

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

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

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

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

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

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

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

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

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.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: 1299px) {
  .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: 1299px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1300px) {
  .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: 1300px) {
  .visible-lg-block {
    display: block !important; } }

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

@media (min-width: 1300px) {
  .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: 1299px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1300px) {
  .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; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  box-sizing: border-box;
  font-size: 100%;
  font-family: Arial, sans-serif; }

body {
  line-height: 1; }

html, body {
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

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

a {
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

select, option {
  font-family: inherit; }

input, textarea {
  box-sizing: border-box; }

textarea {
  overflow: hidden; }

input[type="submit"], input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], textarea, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px; }

input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="submit"] {
  cursor: pointer; }

select {
  -webkit-appearance: none; }

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

.wp-caption-text {
  font-weight: 400;
  color: #D74934;
  font-size: 18px;
  margin: 10px 0;
  text-align: center; }

html {
  font-size: 62.5%; }

body {
  font-size: 2.5em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  font-weight: 600;
  font-family: "kanit";
  color: #D74934;
  margin-bottom: 40px;
  text-transform: uppercase; }

h1 {
  font-size: 5rem;
  color: #D74934;
  text-align: center;
  margin-bottom: 5rem;
  text-transform: uppercase; }

h2 {
  font-size: 4rem; }
  @media (max-width: 768px) {
    h2 {
      font-size: 3rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 2.5rem;
  font-weight: 400; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1em; }

@media (min-width: 992px) {
  h1 {
    font-size: 7rem; }

  h2 {
    font-size: 6rem; }

  h3 {
    font-size: 4rem; }

  h4 {
    font-size: 3rem; }

  h5 {
    font-size: 2.5rem; }

  h6 {
    font-size: 1em; } }
p, li {
  line-height: 160%;
  margin-bottom: 20px; }
  @media (max-width: 1300px) {
    p, li {
      font-size: 20px; } }
  @media (max-width: 530px) {
    p, li {
      font-size: 16px; } }
  p:last-child, li:last-child {
    margin-bottom: 0; }

article {
  width: 100%; }
  article:not(:last-of-type) {
    margin-bottom: 90px; }
  article ul, article ol {
    margin-bottom: 20px;
    padding-left: 22px; }
    article ul li, article ol li {
      line-height: 160%; }
      article ul li:not(:last-of-type), article ol li:not(:last-of-type) {
        margin-bottom: 5px; }
    article ul:last-child, article ol:last-child {
      margin-bottom: 0; }
  article ul li {
    list-style-type: disc; }
  article ol li {
    list-style-type: decimal; }
  article code {
    padding: .2rem .5rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px; }
  article pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

a {
  color: inherit; }
  article a {
    color: #D74934; }
    article a:hover {
      color: #E5904B; }

strong, strong * {
  font-weight: 700; }

em, em *, i, i * {
  font-style: italic; }

#ui-id-1 {
  cursor: pointer; }

.archive .archive-descrip {
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
  margin-bottom: 150px;
  color: #D74934;
  font-family: "kanit";
  font-weight: 300; }

section.entry-content h3 {
  margin-bottom: 10px; }

.stripe {
  margin-bottom: 40px; }
  .stripe td {
    padding: 10px; }

.priority .cerpt {
  display: block;
  width: 100%;
  font-weight: 300;
  line-height: 1.2; }

.preview {
  font-family: "kanit";
  margin: 0 auto; }
  .preview h2 {
    color: #D74934;
    text-transform: uppercase; }
  .preview .bb-image-text .row.fullCircle {
    padding: 0; }
    .preview .bb-image-text .row.fullCircle.full .image {
      height: 310px !important;
      width: 310px !important; }
    .preview .bb-image-text .row.fullCircle.full .text {
      width: 69%; }
  .preview .excerpt {
    padding: 0 5%;
    display: inline-block;
    text-align: left; }

.page .entry-content section:first-child, .single .entry-content section:first-child {
  width: 60%;
  margin: 0 auto;
  font-family: "kanit";
  font-weight: 300;
  color: #614138;
  margin-bottom: 40px; }
  @media (max-width: 1300px) {
    .page .entry-content section:first-child, .single .entry-content section:first-child {
      margin-bottom: 20px;
      width: 80%; } }
  .home .page .entry-content section:first-child, .home .single .entry-content section:first-child {
    width: 900px; }

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .slider #slider_index {
    position: absolute;
    bottom: 160px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 700; }
    .slider #slider_index .dot {
      display: inline-block;
      height: 12px;
      width: 12px;
      background: rgba(255, 255, 255, 0);
      margin: 0 5px;
      cursor: pointer;
      border-radius: 50%;
      border: solid 2px white; }

.backstretch img {
  top: 0 !important; }

#heroLink {
  display: block;
  width: 100%; }

.heroWrap {
  overflow: hidden;
  height: 685px; }

#hero {
  width: 100%;
  height: 750px;
  position: relative; }
  #hero img {
    width: 100%; }
  #hero h1 {
    z-index: 500;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    font-family: "kanit";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 80px;
    font-size: 6rem; }
  .archive #hero {
    overflow: hidden; }
  .single #hero, .page #hero, .search #hero, .tribe-events-page-template #hero {
    overflow: hidden; }
    .single #hero img, .page #hero img, .search #hero img, .tribe-events-page-template #hero img {
      width: 100%; }
  #hero .circle {
    width: 75px;
    height: 75px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    z-index: 999; }
    #hero .circle .icon, #hero .bb-image-text .row .image .circle .year, .bb-image-text .row .image #hero .circle .year {
      font-size: 5rem; }

.tri_circles {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 70px; }
  @media (max-width: 1300px) {
    .tri_circles {
      margin-bottom: 40px;
      margin-top: 0; } }
  @media (max-width: 600px) {
    .tri_circles .circle {
      width: 18vw;
      height: 18vw; } }

.stat {
  display: inline-block;
  width: 330px;
  vertical-align: top;
  text-align: center;
  font-family: "kanit";
  font-weight: 300; }
  .stat .cap {
    width: 80%;
    margin: 0 auto;
    font-family: "kanit";
    font-weight: 400;
    color: #D74934; }
    .stat .cap label {
      font-size: 1.3em;
      font-weight: 600; }
    @media (max-width: 740px) {
      .stat .cap p {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .stat .cap p {
        font-size: 12px; } }
  @media (max-width: 1300px) {
    .stat {
      width: 300px; } }
  @media (max-width: 992px) {
    .stat {
      width: 30%; } }

.circle {
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #D74934;
  position: relative;
  margin-bottom: 30px; }
  .circle .icon, .bb-image-text .row .image .circle .year {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-family: "chcn";
    font-size: 8rem;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 90px; }
    @media (max-width: 600px) {
      .circle .icon, .bb-image-text .row .image .circle .year {
        font-size: 10vw; } }
  #footer .circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 75px;
    height: 75px;
    z-index: 700;
    cursor: pointer; }
    #footer .circle .icon, #footer .bb-image-text .row .image .circle .year, .bb-image-text .row .image #footer .circle .year {
      font-size: 5rem; }

.circleWrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
  height: 76px; }
  .circleWrap .circle {
    margin-bottom: 0;
    left: 50%;
    transform: translate(-50%, -95%);
    width: 75px;
    height: 75px;
    cursor: pointer; }
    .circleWrap .circle .icon, .circleWrap .bb-image-text .row .image .circle .year, .bb-image-text .row .image .circleWrap .circle .year {
      font-size: 5rem; }
  .circleWrap svg {
    position: absolute;
    top: 0px;
    transform: translateY(-97%);
    width: calc(100% + 4px);
    pointer-events: none; }

#logos {
  width: 80%;
  margin: 0 auto; }

.centerIcons {
  text-align: center; }

.centerIcon {
  width: 40%;
  display: inline-block;
  position: relative;
  text-align: left;
  margin-bottom: 40px; }
  .centerIcon:last-of-type:nth-of-type(odd) {
    width: 80%; }
  .centerIcon label {
    font-family: "kanit";
    color: #D74934;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .centerIcon .circle {
    margin: 0;
    margin-right: 20px; }

@media (max-width: 1300px) {
  .preview .bb-image-text .row.fullCircle.full .text {
    left: 350px;
    width: 50%; }
  .preview .bb-image-text.bbPreview .row.fullCircle.full .text {
    position: relative;
    transform: none;
    width: 100%;
    left: 0; }

  #hero {
    height: 645px; }
    #hero h1 {
      font-size: 4.3vw; } }
@media (max-width: 992px) {
  .circle {
    width: 120px;
    height: 120px; }

  #hero {
    height: 497px; }

  .circleWrap .circle {
    transform: translate(-50%, -80%); }

  .home .entry-content section {
    width: 80% !important; }

  .centerIcon {
    display: block;
    width: 100%;
    padding: 0 5%; }

  .centerStats {
    padding: 0 5%; } }
@media (max-width: 768px) {
  .preview .bb-image-text .row.fullCircle.full .text {
    left: auto;
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .preview .bb-image-text .row.fullCircle.full .image {
    width: 60vw !important;
    height: 60vw !important;
    padding: 0 !important; }

  .slider #slider_index {
    bottom: 16vw; }
    .slider #slider_index .dot {
      height: 0;
      padding: 1%;
      width: 1%; }

  .circleWrap {
    height: 26px; }

  .heroWrap {
    height: 59vw; }

  #hero {
    height: 55vw !important; }
    #hero .circle {
      height: 10vw;
      width: 10vw; }
      #hero .circle .icon, #hero .bb-image-text .row .image .circle .year, .bb-image-text .row .image #hero .circle .year {
        font-size: 5vw;
        line-height: 12vw; }
    #hero svg {
      width: 100%;
      margin: 0; }

  #hero .circle {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  #hero {
    height: 190px !important; } }
body, #page, #header, #main, #footer, .block {
  position: relative; }

#wpadminbar {
  position: fixed !important; }

img {
  display: block; }
  article img {
    display: inline-block; }

.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .alignleft {
    clear: left;
    float: left;
    margin: 0.3em 1em 0.5em 0; }

  .alignright {
    clear: right;
    float: right;
    margin: 0.3em 0 0.5em 1em; } }
.full-width {
  width: 100%;
  box-sizing: border-box; }

.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vertical-align {
  display: table;
  table-layout: fixed; }
  .vertical-align > div {
    display: table-cell;
    vertical-align: middle; }

.post-edit-link {
  display: block;
  margin: 30px 0 0 0; }

input[type=text], input[type=email], textarea, select {
  border: 1px solid #2899B7;
  border-radius: 5px;
  width: 100%;
  padding-left: 5px; }

.gform_wrapper {
  width: 100%; }
  .gform_wrapper ul {
    margin: 0; }
    .gform_wrapper ul li {
      list-style-type: none;
      text-indent: 0; }
  .gform_wrapper .gfield {
    clear: both;
    display: inline-block;
    margin-bottom: 1.6%;
    width: 100%; }
    .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
      background: #fff7f8;
      border: 1px dashed #f81e4c; }
    .gform_wrapper .gfield.half-left {
      float: left;
      padding-right: 5px; }
    .gform_wrapper .gfield.half-right {
      float: right;
      padding-left: 5px; }
    .gform_wrapper .gfield.half-left, .gform_wrapper .gfield.half-right {
      box-sizing: border-box;
      clear: none;
      width: 50%; }
    .gform_wrapper .gfield > .gfield_label {
      display: block;
      margin: 0 0 0.4em 0; }
    .gform_wrapper .gfield .ginput_complex label, .gform_wrapper .gfield .gfield_description {
      display: block;
      font-size: 0.8em;
      line-height: 100%;
      margin: 4px 0 11px 0; }
    .gform_wrapper .gfield .gfield_radio {
      margin: 0; }
      .gform_wrapper .gfield .gfield_radio label {
        margin: 0 0 0 7px; }
    .gform_wrapper .gfield .gfield_checkbox > li {
      margin-bottom: 4px; }
    .gform_wrapper .gfield .gfield_checkbox label {
      margin: 0 0 0 9px; }
    .gform_wrapper .gfield .gfield_checkbox input:checked + label {
      font-weight: 600; }
  .gform_wrapper .validation_error {
    display: block;
    font-weight: 600;
    margin: 0 0 0.7em 0; }
  .gform_wrapper .validation_message {
    clear: both;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0.4em 0 0 0; }
  .gform_wrapper .ginput_left {
    clear: left;
    float: left;
    width: 48.5%; }
  .gform_wrapper .ginput_right {
    clear: right;
    float: right;
    width: 48.5%; }
  .gform_wrapper .ginput_left input, .gform_wrapper .ginput_right input {
    padding: 3.7% 4.2%;
    width: 100%; }
  .gform_wrapper .gform_ajax_spinner, .gform_wrapper .gform_validation_container {
    display: none !important; }

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  height: 32px;
  margin: 8px 0 6px 0; }

.gform_wrapper div.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/* credit card fields ------------------------------------------------------*/
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  float: left;
  min-height: 43px;
  position: relative; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  margin-right: 1%;
  width: 50%; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  display: block;
  min-width: 160px !important;
  position: relative; }

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  display: -moz-inline-stack;
  display: inline-block;
  width: 48% !important;
  zoom: 1; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  display: -moz-inline-stack;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
  zoom: 1; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 10px;
  padding: 25px;
  text-align: center; }

.right_label .gform_fileupload_multifile, .left_label .gform_fileupload_multifile {
  margin-left: 31%; }

.gform_delete {
  cursor: pointer;
  vertical-align: middle; }

.gfield_creditcard_warning_message {
  color: #f81e4c; }

/* fix recaptcha line height issue ------------------------------------------------------*/
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em !important; }

button, .gform_button {
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  font-family: "kanit";
  font-weight: 200;
  color: white;
  appearance: none;
  border: none;
  box-shadow: none;
  background: #8BC348;
  margin-top: 20px; }
  button:hover, .gform_button:hover {
    background: #D74934; }

.related {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .related .wrap {
    width: 100%; }
  .related .rel {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 33%;
    max-width: 33%;
    position: relative; }
    @media (max-width: 1200px) {
      .related .rel {
        flex: 50%;
        max-width: 50%; } }
    @media (max-width: 600px) {
      .related .rel {
        flex: 100%;
        max-width: 100%; } }
    .related .rel:last-child {
      margin-right: auto; }
    .related .rel .thumb {
      width: 80%;
      height: 0;
      padding-bottom: 80%;
      border-radius: 100%;
      margin: 0 auto;
      margin-bottom: 20px;
      background-size: cover !important;
      background-position: center !important;
      transition: all 0.2s ease; }
    .related .rel h4 {
      text-align: center;
      padding: 0 20px;
      transition: all 0.2s ease; }
      @media (max-width: 500px) {
        .related .rel h4 {
          padding: 0 10px; } }
    .related .rel:hover .thumb {
      transform: translateY(-20px); }
    .related .rel:hover h4 {
      color: white;
      background: #D74934; }
  .related a {
    position: absolute;
    width: 100%;
    height: 100%; }

#narrow {
  width: 60%;
  margin: 0 auto; }

.frame {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .frame a {
    flex: 50%;
    display: flex;
    justify-content: center; }

h3:empty {
  display: none; }

.pillClip {
  height: 0;
  padding-bottom: 70%;
  background-size: cover !important; }
  @media (max-width: 992px) {
    .pillClip {
      display: none; } }
  .right .pillClip {
    border-radius: 315px 0 0 315px; }
  .left .pillClip {
    border-radius: 0 315px 315px 0; }

.tent + .blocks {
  margin-top: 150px;
  margin-bottom: 50px; }
  .tent + .blocks .tent:empty {
    display: none; }

.bbPreview h2 {
  font-size: 5rem;
  padding: 0 5%; }

.bbPreview .row.fullCircle.full {
  margin: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.bbPreview .row.fullCircle.full .text {
  margin: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.search-results .text {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.bb-basic-text {
  width: 60%;
  margin: 0 auto;
  position: relative; }
  .bb-basic-text iframe {
    margin: 0 auto;
    display: block; }
  .bb-basic-text .cover {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 960px; }
  .bb-basic-text .withIcon {
    display: inline-block;
    width: 100%;
    padding-left: 200px;
    vertical-align: top; }
  .bb-basic-text .circle {
    margin-right: 5%;
    position: absolute; }
  @media (max-width: 1300px) {
    .bb-basic-text {
      width: 80%; } }

#anniVid {
  overflow: hidden;
  height: 710px;
  margin-bottom: 40px;
  width: 100%; }
  #anniVid .block {
    overflow: hidden; }
  @media (max-width: 992px) {
    #anniVid {
      height: auto; }
      #anniVid iframe {
        height: 50vw; } }

.bb-gallery .col-lg-3 {
  height: 108px;
  margin-bottom: 80px;
  width: 25%;
  text-align: center; }
  .bb-gallery .col-lg-3 img {
    display: inline-block;
    max-height: 100%; }

.bb-image-text {
  width: 100%;
  float: left; }
  .bb-image-text .body {
    float: left;
    width: 100%; }
  @media (min-width: 992px) {
    .bb-image-text .body.pill .image {
      background: none !important; } }
  @media (max-width: 992px) {
    .bb-image-text .body.pill .image {
      margin-bottom: 10px; } }
  .bb-image-text .body.pill .text.left {
    padding-left: 5%; }
  .bb-image-text .row {
    margin: 0;
    margin-bottom: 100px !important; }
    .bb-image-text .row .image {
      position: relative;
      background-size: cover !important;
      background-position: 50%, 50% !important; }
      .bb-image-text .row .image.left {
        padding-right: 5%;
        padding-left: 0; }
        .bb-image-text .row .image.left img {
          border-radius: 0 315px 315px 0; }
        .bb-image-text .row .image.left .circle {
          right: 5%; }
      .bb-image-text .row .image.right {
        padding-left: 5%;
        padding-right: 0; }
        .bb-image-text .row .image.right img {
          border-radius: 315px 0 0 315px; }
        .bb-image-text .row .image.right .circle {
          left: 5%; }
      .bb-image-text .row .image .circle {
        position: absolute;
        bottom: 0;
        background: rgba(215, 73, 52, 0.8);
        margin: 0;
        width: 28%;
        height: 0;
        padding-bottom: 28%;
        z-index: 99; }
        .bb-image-text .row .image .circle .icon, .bb-image-text .row .image .circle .year {
          font-size: 9vw; }
        .bb-image-text .row .image .circle .year {
          font-family: "kanit";
          font-size: 3rem;
          line-height: 30px;
          padding: 0 10px; }
      .bb-image-text .row .image.story {
        margin: 0 auto;
        display: block !important;
        float: none !important; }
    .bb-image-text .row .text {
      position: relative; }
      .bb-image-text .row .text h3 {
        font-family: "kanit";
        font-weight: 500;
        text-transform: uppercase;
        color: #D74934;
        letter-spacing: 3px;
        line-height: 1;
        margin-bottom: 20px; }
      .bb-image-text .row .text p {
        font-family: "kanit";
        font-weight: 300;
        color: #999999;
        line-height: 1.3; }
      .bb-image-text .row .text button, .bb-image-text .row .text .gform_button {
        width: 320px;
        height: 60px;
        text-transform: uppercase;
        font-family: "kanit";
        font-weight: 200;
        color: white;
        appearance: none;
        border: none;
        box-shadow: none;
        background: #E5904B;
        padding: 0; }
        .bb-image-text .row .text button a, .bb-image-text .row .text .gform_button a {
          display: inline-block; }
        .bb-image-text .row .text button.read, .bb-image-text .row .text .read.gform_button {
          display: block;
          margin: 0 auto; }
        @media (max-width: 530px) {
          .bb-image-text .row .text button, .bb-image-text .row .text .gform_button {
            font-size: 18px;
            height: 40px;
            width: 60%; } }
    .bb-image-text .row.fullCircle {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding: 0 5%; }
      @media (max-width: 992px) {
        .bb-image-text .row.fullCircle .sub-title {
          font-size: 4rem !important; } }
      @media (max-width: 480px) {
        .bb-image-text .row.fullCircle .sub-title {
          font-size: 3rem !important; } }
      .bb-image-text .row.fullCircle .image {
        margin-bottom: 40px; }
      .bb-image-text .row.fullCircle.half .image {
        border-radius: 410px !important;
        width: 90%;
        height: 0;
        padding-bottom: 90%; }
        .bb-image-text .row.fullCircle.half .image .circle {
          width: 45%;
          padding-bottom: 45%; }
      .bb-image-text .row.fullCircle.full {
        margin: 0;
        position: relative;
        width: 100%;
        transform: translateY(50%); }
        @media (max-width: 992px) {
          .bb-image-text .row.fullCircle.full:last-child {
            margin-top: 0; } }
        .bb-image-text .row.fullCircle.full .image .fullClip {
          background-size: cover !important;
          background-position: center !important;
          width: 70%;
          height: 0;
          padding-bottom: 70%;
          border-radius: 70%;
          position: relative;
          z-index: 1; }
          .bb-image-text .row.fullCircle.full .image .fullClip a {
            position: absolute;
            width: 100%;
            height: 100%; }
          .bb-image-text .row.fullCircle.full .image .fullClip img {
            border-radius: 0 !important; }
        @media (min-width: 992px) {
          .bb-image-text .row.fullCircle.full .image {
            background: none !important; } }
        .bb-image-text .row.fullCircle.full .image.left .circle {
          left: 5%;
          right: auto; }
        .bb-image-text .row.fullCircle.full .image.right .fullClip {
          float: right; }
        .bb-image-text .row.fullCircle.full .image.right .circle {
          right: 5%;
          left: auto; }
        .bb-image-text .row.fullCircle.full .image, .bb-image-text .row.fullCircle.full .text {
          transform: translateY(-50%); }
  .bb-image-text.featured {
    text-align: center; }
    .bb-image-text.featured h3 {
      font-weight: 500;
      text-align: center;
      display: block;
      transform: translateY(-50%); }
    .bb-image-text.featured .row.fullCircle.full .image .fullClip {
      width: 90%;
      padding-bottom: 90%; }
    .bb-image-text.featured .row.fullCircle.full .text {
      font-weight: 300;
      line-height: 1.5; }
  .bb-image-text.bbPreview .row {
    margin-bottom: 0 !important; }

.caption {
  font-size: 0.8em;
  color: #D74934;
  font-weight: 300; }
  @media (max-width: 1300px) {
    .caption {
      font-size: 0.6em; } }
  @media (max-width: 992px) {
    .caption {
      display: block;
      margin-top: 10px; } }
  .caption.withText {
    position: absolute;
    bottom: -15px;
    transform: translateY(100%); }

@media (max-width: 992px) {
  .bb-image-text .row.pill {
    transform: none !important; }
  .bb-image-text .row .image {
    transform: none !important;
    height: 0;
    padding-bottom: 50%; }
    .bb-image-text .row .image.left {
      padding-right: 0;
      border-radius: 0 315px 315px 0; }
      .bb-image-text .row .image.left img {
        display: none; }
    .bb-image-text .row .image.right {
      padding-left: 0;
      border-radius: 315px 0 0 315px; }
      .bb-image-text .row .image.right img {
        display: none; }
    .bb-image-text .row .image .circle .icon, .bb-image-text .row .image .circle .year {
      font-size: 20vw; }
  .bb-image-text .row .text {
    transform: none !important; }
    .bb-image-text .row .text h3 {
      padding-top: 20px;
      text-align: center; }
    .bb-image-text .row .text button, .bb-image-text .row .text .gform_button {
      margin: 0 auto;
      width: 50%;
      display: block; }
  .bb-image-text .row.fullCircle.half {
    padding-left: 15px; }
    .bb-image-text .row.fullCircle.half .image {
      margin: 0 auto;
      float: none; }
  .bb-image-text .row.fullCircle.full {
    padding-left: 0;
    transform: none; }
    .bb-image-text .row.fullCircle.full .image {
      border-radius: 410px !important;
      width: 70%;
      height: 0;
      padding-bottom: 70%;
      margin: 0 auto;
      margin-bottom: 20px;
      float: none; }
      .bb-image-text .row.fullCircle.full .image .circle {
        width: 40%;
        padding-bottom: 40%; }
    .bb-image-text .row.fullCircle.full .fullClip {
      display: none; }
    .bb-image-text .row.fullCircle.full .text {
      text-align: center; }
  .bb-image-text.featured h3 {
    transform: none !important; } }
.archive .bb-image-text .fullCircle p {
  font-family: "kanit";
  font-weight: 300;
  color: #999999;
  line-height: 1.6; }
.archive .bb-image-text .fullCircle .centerStats li {
  font-family: "kanit";
  font-weight: 300;
  color: #999999;
  line-height: 1.6;
  list-style-type: none; }
  .archive .bb-image-text .fullCircle .centerStats li span {
    font-family: "chcn";
    color: #D74934;
    vertical-align: top; }
.archive .bb-image-text .fullCircle.half {
  width: 49%;
  padding-left: 5%; }

@media (max-width: 1300px) {
  .archive .bb-image-text .icon, .archive .bb-image-text .row .image .circle .year {
    font-size: 11rem; } }
@media (max-width: 992px) {
  .archive .bb-image-text .text h3 {
    text-align: center; }
  .archive .bb-image-text .icon, .archive .bb-image-text .row .image .circle .year {
    font-size: 10rem; } }
@media (max-width: 700px) {
  .archive .bb-image-text .fullCircle.half {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .archive .bb-image-text .icon, .archive .bb-image-text .row .image .circle .year {
    font-size: 20vw; } }
.brick {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute; }

.building-block {
  margin-bottom: 40px;
  font-family: "kanit";
  color: #999999;
  text-align: left; }
  .building-block p, .building-block li {
    font-family: "kanit";
    font-weight: 300;
    color: #999999;
    line-height: 1.6; }
  .building-block li {
    list-style-type: disc; }
  .building-block .title {
    font-family: "kanit";
    font-weight: 500;
    color: #614138;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px; }
  @media (max-width: 992px) {
    .building-block .sub-title {
      font-size: 3.5rem; } }
  @media (max-width: 768px) {
    .building-block .sub-title {
      font-size: 2rem;
      letter-spacing: 1px !important; } }
  .building-block:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .building-block:not(:last-of-type) {
        margin-bottom: 0;
        padding-bottom: 30px; } }
  .building-block .item:not(:last-of-type) {
    margin-bottom: 45px; }
  .building-block .image.column, .building-block .image.columns {
    margin-bottom: 22.5px; }
    @media (min-width: 992px) {
      .building-block .image.column, .building-block .image.columns {
        margin-bottom: 0; } }
  @media (max-width: 1300px) {
    .building-block .title {
      margin-bottom: 40px; } }
  .building-block.bb-image-text .row.pill {
    transform: translateY(50%); }
    .building-block.bb-image-text .row.pill .image, .building-block.bb-image-text .row.pill .text {
      transform: translateY(-50%); }
  @media (min-width: 1300px) {
    .building-block.bb-image-text .row .image, .building-block.bb-image-text .row .text {
      display: inline-block;
      vertical-align: middle; } }
  .building-block.bb-image-text .row .image img {
    width: 100%; }

.bb-multicolumns {
  width: 80%;
  margin: 0 auto; }
  .bb-multicolumns .row {
    margin: 0; }
  .bb-multicolumns .withIcon {
    float: left;
    width: 100%;
    padding-left: 200px; }
  .bb-multicolumns .circle {
    float: left;
    margin-right: 5%;
    position: absolute;
    left: 0; }
  .bb-multicolumns .multicolumn {
    padding-right: 40px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .bb-multicolumns .multicolumn {
        margin-bottom: 0; } }
  @media (max-width: 992px) {
    .bb-multicolumns {
      width: 95%; }
      .bb-multicolumns .multicolumn {
        padding-right: 15px; } }

@media (max-width: 1300px) {
  .bb-basic-text {
    position: relative; }
    .bb-basic-text iframe {
      margin: 0 auto;
      display: block; }
    .bb-basic-text .cover {
      -webkit-transform: translate(-50%, -7%);
      transform: translate(-50%, -7%);
      width: auto;
      height: 640px;
      max-width: none; } }
@media (max-width: 992px) {
  #anniVid .block {
    width: 90%;
    margin: 0 auto; }

  .bb-basic-text {
    position: relative; }
    .bb-basic-text iframe {
      margin: 0 auto;
      display: block;
      width: 100%; }
    .bb-basic-text .cover {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      height: 640px;
      max-width: none; } }
@media (max-width: 768px) {
  .bb-basic-text .cover {
    width: auto;
    max-width: none; }

  .bb-gallery .row {
    margin: 0; }
  .bb-gallery .col-lg-3 {
    display: inline-block;
    width: 50%; } }
@media (max-width: 480px) {
  .bb-gallery .col-lg-3 {
    width: 98%; } }
.tribe-events-sub-nav .tribe-events-nav-left a span {
  top: 0 !important;
  left: 0 !important; }
  @media (max-width: 700px) {
    .tribe-events-sub-nav .tribe-events-nav-left a span {
      font-size: 20px; } }

#tribe-events-pg-template {
  max-width: 1400px; }

.tribe-events-page-title {
  font-family: "kanit";
  color: #D74934;
  text-transform: uppercase;
  width: 100%; }
  @media (max-width: 992px) {
    .tribe-events-page-title {
      font-size: 28px !important; } }
  @media (max-width: 570px) {
    .tribe-events-page-title {
      font-size: 14px !important; } }

.tribe-events-single {
  font-family: "kanit"; }
  .tribe-events-single .tribe-events-notices {
    display: none; }
  .tribe-events-single .tribe-events-single-event-title {
    color: #D74934;
    text-transform: uppercase;
    font-weight: 400; }
  .tribe-events-single .tribe-events-schedule {
    color: #D74934;
    text-transform: uppercase;
    font-weight: 400; }
  .tribe-events-single .tribe-events-single-event-description {
    color: #999999; }

.tribe-events-event-meta {
  background: #F5D3B7 !important;
  border-color: #D74934 !important;
  color: #614138 !important;
  padding: 15px !important; }
  .tribe-events-event-meta h3 {
    text-transform: uppercase; }
  .tribe-events-event-meta dt {
    text-transform: uppercase; }

.tribe-events-list {
  font-family: "kanit"; }
  .tribe-events-list .tribe-events-list-separator-month {
    background: #F5D3B7;
    color: #D74934; }
  .tribe-events-list .tribe-events-list-event-title {
    color: #D74934;
    text-transform: uppercase; }
  .tribe-events-list .tribe-event-schedule-details {
    font-weight: 300;
    border: none !important; }
  .tribe-events-list .tribe-events-venue-details {
    border: none !important; }
  .tribe-events-list .tribe-events-read-more {
    color: #D74934; }

.tribe-events-back {
  font-family: "kanit";
  color: #D74934; }

.tribe-events-sub-nav {
  position: relative;
  height: 48px; }
  @media (max-width: 570px) {
    .tribe-events-sub-nav {
      height: 14px; } }
  .tribe-events-sub-nav .tribe-events-page-title {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "kanit";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 48px;
    color: #D74934;
    margin: 0 !important; }
    @media (max-width: 650px) {
      .tribe-events-sub-nav .tribe-events-page-title {
        font-size: 38px; } }
  .tribe-events-sub-nav li {
    line-height: 48px; }
    .tribe-events-sub-nav li a {
      background: none !important;
      padding: 0; }

#tribe-events-header:after, #tribe-events-header:before {
  display: none; }

.tribe-events-nav-previous, .tribe-events-nav-next {
  font-size: 0 !important; }
  .tribe-events-nav-previous a, .tribe-events-nav-next a {
    z-index: 400; }
  .tribe-events-nav-previous span, .tribe-events-nav-next span {
    z-index: 400;
    font-size: 5rem !important;
    font-family: "kanit" !important;
    color: #D74934 !important; }
    @media (max-width: 570px) {
      .tribe-events-nav-previous span, .tribe-events-nav-next span {
        font-size: 14px !important;
        line-height: 14px; } }

#tribe-events-bar {
  float: left; }

.datepicker-dropdown {
  font-family: "kanit";
  background: #F5D3B7;
  color: #D74934; }

#tribe-bar-form {
  background: #F5D3B7;
  overflow: hidden !important; }
  #tribe-bar-form .tribe-bar-filters {
    width: auto !important;
    right: auto !important;
    z-index: 500;
    height: 40px; }
    #tribe-bar-form .tribe-bar-filters label {
      display: none; }
    #tribe-bar-form .tribe-bar-filters div {
      padding: 0 10px;
      height: 40px; }
    #tribe-bar-form .tribe-bar-filters input {
      font-family: "kanit";
      color: #D74934;
      font-weight: 300; }
      #tribe-bar-form .tribe-bar-filters input.tribe-events-button {
        background: #D74934;
        font-weight: 400;
        font-size: 0.7em; }
  #tribe-bar-form #tribe-bar-views {
    height: 40px;
    left: auto !important;
    float: right; }
    #tribe-bar-form #tribe-bar-views .tribe-bar-views-list {
      position: relative;
      height: 40px;
      width: 297px !important;
      float: right !important; }
      #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li {
        display: inline-block !important;
        height: 100%;
        background: #F5D3B7 !important;
        font-family: "kanit";
        font-weight: 500;
        text-transform: uppercase; }
        #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li:hover {
          background: #F0F0F0 !important; }
        #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li.tribe-bar-active {
          background: #D74934 !important; }
          #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li.tribe-bar-active a {
            color: white !important; }
          #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li.tribe-bar-active:hover {
            background: #E5904B !important; }
        #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li a {
          background: none !important;
          height: 100%;
          color: #D74934 !important;
          line-height: 40px;
          padding: 0 20px !important; }
          #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li a:hover {
            background: none !important; }
          #tribe-bar-form #tribe-bar-views .tribe-bar-views-list li a span {
            background: none !important;
            padding: 0; }
      #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option-month {
        position: absolute;
        left: 0; }
      #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option-list {
        position: absolute;
        left: 123px; }
      #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option-day {
        position: absolute;
        left: 210px; }
  #tribe-bar-form .tribe-bar-submit input[type=submit] {
    padding: 0;
    height: 40px; }
    #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
      background: #E5904B; }

.tribe-bar-views-inner {
  background: #F5D3B7;
  height: 40px;
  padding: 0 !important; }

.tribe-events-calendar {
  font-size: 1em !important; }
  .tribe-events-calendar thead th {
    background: none;
    color: #D74934;
    font-family: "kanit";
    font-weight: 500;
    font-size: 1em; }

#tribe-events-content .tribe-events-calendar td {
  border: none;
  position: relative;
  text-align: center; }
  #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important; }
  #tribe-events-content .tribe-events-calendar td.tribe-events-present {
    background: none; }
    #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
      background: #D74934 !important;
      color: white !important; }
    #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active {
      background: none; }
  #tribe-events-content .tribe-events-calendar td.mobile-active {
    background: none; }
    #tribe-events-content .tribe-events-calendar td.mobile-active div[id*=tribe-events-daynum-] {
      background: #F5D3B7; }
      #tribe-events-content .tribe-events-calendar td.mobile-active div[id*=tribe-events-daynum-] a {
        background: none;
        color: #D74934; }
  #tribe-events-content .tribe-events-calendar td .eventWrap {
    margin-top: 0.5em;
    bottom: calc(65% - 27px);
    width: 100%;
    z-index: 500;
    text-align: left; }
    #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events {
      background: #F0F0F0;
      border-radius: 0 25px 0 25px;
      padding: 0;
      cursor: pointer; }
      #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events h3 {
        font-family: "kanit";
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 15px;
        font-weight: 500; }
      #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events .theTime {
        width: 100%;
        color: white;
        font-family: "kanit";
        font-weight: 400;
        display: inline-block;
        padding: 5px 0;
        padding-left: 15px;
        font-weight: 300;
        border-radius: 0 0 0 25px; }
  #tribe-events-content .tribe-events-calendar td:after {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #D74934 !important; }

#tribe-events-content .tribe-events-calendar {
  border: none !important; }
  #tribe-events-content .tribe-events-calendar .tribe-events-tooltip {
    left: auto;
    bottom: auto !important;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 220px;
    border: none;
    border-radius: 0 25px 0 25px;
    font-family: "kanit";
    font-weight: 300;
    color: #D74934;
    padding: 10px; }
    #tribe-events-content .tribe-events-calendar .tribe-events-tooltip h4 {
      background: none;
      color: #D74934;
      font-weight: 500;
      line-height: 1.3; }
    #tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-event-description p {
      line-height: 1.4; }
    #tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-arrow {
      display: none; }

.tribe-events-calendar td {
  font-size: 1em !important; }
  .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    margin-top: 1em;
    display: inline-block;
    background: none;
    font-size: 0.8em;
    color: #D74934 !important;
    border: 2px solid #D74934;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: "kanit";
    font-weight: 400;
    text-align: center;
    padding: 0;
    padding-left: 1px;
    line-height: 35px; }
  .tribe-events-calendar td .tribe-events-month-event-title, .tribe-events-calendar td .theTime {
    font-size: 0.7em !important; }

#tribe-mobile-container {
  margin-top: 20px; }
  #tribe-mobile-container .type-tribe_events {
    padding: 10px 0; }

.tribe-events-mobile {
  font-family: "kanit"; }
  .tribe-events-mobile h4 {
    color: #D74934;
    text-transform: uppercase; }
  .tribe-events-mobile p {
    color: #999999; }
  .tribe-events-mobile .tribe-event-date-start {
    color: #999999; }
  .tribe-events-mobile a {
    color: #D74934; }

.tribe-mobile-day-heading {
  color: #D74934;
  text-transform: uppercase;
  font-family: "kanit"; }

#tribe-events-content .tribe-events-ical {
  display: none !important; }

.tribe-events-cal-links {
  display: none; }

@media (max-width: 1300px) {
  #tribe-events-pg-template {
    max-width: 970px; }

  #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events {
    width: 110%; } }
@media (max-width: 992px) {
  #tribe-events-pg-template {
    max-width: 750px; }

  .tribe-bar-views-list {
    display: none; }

  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 100%; }

  #tribe-events-bar {
    z-index: 500; }

  #tribe-bar-views [name=tribe-bar-view] {
    display: block;
    margin: 0 auto;
    height: 40px;
    font-family: "kanit";
    color: #D74934;
    background: #F5D3B7;
    padding: 0 10px;
    margin-top: 10px;
    border-color: #D74934; }

  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    width: 100%; }

  #tribe-bar-form #tribe-bar-views {
    height: 60px; }

  #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events h3 {
    padding-left: 5px;
    font-size: 0.5em !important; }

  #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events .theTime {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 0.5em !important; }

  #tribe-events-content .tribe-events-calendar td .eventWrap .type-tribe_events {
    width: 125%; } }
@media (max-width: 768px) {
  .tribe-bar-disabled {
    width: 100%; }

  #tribe-bar-form {
    float: none; } }
@media (max-width: 660px) {
  #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 25px; } }
@media (max-width: 480px) {
  #tribe-events {
    padding: 0; }

  .tribe-events-single-event-description {
    font-size: 14px; }

  .tribe-events-calendar thead th {
    font-size: 14px; }

  #tribe-events-content .tribe-events-calendar td:after {
    width: 5px;
    height: 5px; }
  #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    font-size: 10px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-width: 1px;
    padding: 0; } }
#searchCont {
  white-space: nowrap;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 70px;
  z-index: 999; }
  #searchCont form {
    vertical-align: middle;
    height: 100%; }
  #searchCont p {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    font-family: 'chcn';
    color: #D74934;
    font-size: 4rem;
    line-height: 1.3;
    float: right; }
    #searchCont p:hover {
      color: #B1B198; }
  #searchCont input#search {
    display: none;
    width: 200px;
    height: 32px;
    margin: 0 10px;
    padding: 5px;
    color: #D74934;
    font-family: "kanit";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #searchCont #sendSearch {
    display: none;
    margin: 0;
    margin: 0 auto;
    width: 150px;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    transition: all 0.1s ease-in-out;
    background: #E5904B;
    color: white;
    height: 32px;
    font-family: "kanit";
    font-weight: 300;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 230px; }
    #searchCont #sendSearch:hover {
      background: #DADAD2;
      color: black; }

#main-menu, .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#main, #footer {
  transition: all .3s ease-in-out; }

.hamburger {
  display: none;
  cursor: pointer;
  float: right;
  height: 45px;
  position: relative;
  width: 45px;
  z-index: 999; }
  .hamburger .bar {
    background-color: #a0a0a0;
    height: 8px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
    width: 100%; }

.sub-menu li.duplicate-link {
  display: none !important; }

#main-menu {
  font-size: 0.9em;
  display: none;
  position: relative;
  z-index: 800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  font-family: "kanit";
  font-weight: 500;
  text-transform: uppercase;
  color: #D74934; }
  #main-menu li {
    display: block;
    margin-right: 45px; }
    #main-menu li a {
      display: block;
      padding: 5px 10px;
      font-weight: 400; }
      #main-menu li a:hover {
        color: white;
        background: #D74934; }
  #main-menu .fullscreen-only {
    display: none; }
  @media (min-width: 992px) {
    #main-menu {
      display: inline-block; }
      #main-menu li {
        display: inline-block;
        position: relative; }
        #main-menu li .sub-menu {
          clip: auto;
          display: none;
          left: 0;
          position: absolute;
          top: 100%;
          white-space: nowrap;
          width: auto; }
          #main-menu li .sub-menu.reverse {
            left: auto;
            right: 0; }
          #main-menu li .sub-menu li:not(.fullscreen-only) {
            display: block; }
            #main-menu li .sub-menu li:not(.fullscreen-only) .sub-menu {
              left: 100%;
              top: 0; } }

#menu-nav-2 > li:not(.menu-item-has-children) {
  display: none; }

.menu-item-has-children > a {
  display: none; }

.menu-item .subWrap {
  display: none; }

#theDrop {
  height: 175px;
  background: #F0F0F0;
  font-size: 0.7em;
  max-height: 0;
  transition: all 0.2s ease-in-out;
  line-height: 1.1;
  position: relative; }
  #theDrop .sub-menu {
    display: none;
    color: #D74934;
    text-align: center; }
    #theDrop .sub-menu li {
      display: inline-block;
      width: 140px;
      height: 175px;
      text-align: center;
      position: relative;
      cursor: pointer;
      margin-bottom: 20px; }
      #theDrop .sub-menu li:hover {
        color: white;
        background: #D74934; }
    #theDrop .sub-menu .subWrap {
      display: block;
      position: absolute;
      top: 20%;
      width: 100%; }
    #theDrop .sub-menu .icon, #theDrop .sub-menu .bb-image-text .row .image .circle .year, .bb-image-text .row .image .circle #theDrop .sub-menu .year {
      font-family: "chcn";
      display: block;
      margin: 0 auto;
      font-size: 5rem;
      margin-bottom: 15px; }
    #theDrop .sub-menu a {
      display: block;
      width: 100%;
      height: 100%;
      font-family: "kanit";
      font-weight: 400; }
  #theDrop li {
    margin-bottom: 0 !important; }

#mobile-menu {
  display: none; }

body.fullscreen-menu {
  overflow: hidden; }

.noflow {
  overflow: hidden; }

.fullscreen-menu #page {
  overflow: hidden; }
.fullscreen-menu #main, .fullscreen-menu #footer {
  filter: blur(3px); }
.fullscreen-menu .bar {
  background-color: white; }
  .fullscreen-menu .bar.top {
    transform-origin: 10% 40%;
    transform: rotate(45deg); }
  .fullscreen-menu .bar.middle {
    background-color: transparent; }
  .fullscreen-menu .bar.bottom {
    transform-origin: 10% 40%;
    transform: rotate(-45deg); }
.fullscreen-menu #mobile-menu {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  display: table !important;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 900;
  font-size: 16px;
  font-family: "kanit";
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  padding-top: 20vh; }
  .fullscreen-menu #mobile-menu .menu-item-has-children > a {
    display: block; }
  .fullscreen-menu #mobile-menu .fullscreen-only {
    display: inherit; }
  .fullscreen-menu #mobile-menu > ul {
    display: block;
    overflow: scroll;
    position: relative;
    vertical-align: top;
    top: 20%;
    padding-left: 5%;
    height: 80vh; }
    .fullscreen-menu #mobile-menu > ul li {
      list-style: none;
      margin-bottom: 3.5%; }
      .fullscreen-menu #mobile-menu > ul li .sub-menu {
        height: 0;
        overflow: hidden;
        position: static;
        opacity: 0; }
        .fullscreen-menu #mobile-menu > ul li .sub-menu.open {
          height: auto;
          padding-top: 3.5%; }

@media (max-width: 1850px) {
  #main-menu {
    transform: none;
    right: 5%;
    top: 50px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px; }
    #main-menu li {
      margin: 0 10px; }

  #searchCont {
    top: 44px;
    transform: none; } }
@media (max-width: 1550px) {
  #main-menu {
    top: 37px; }
    #main-menu li {
      margin: 0 5px; }
      #main-menu li a {
        padding: 5px; }

  #searchCont {
    top: 32px; } }
@media (max-width: 1300px) {
  #main-menu {
    top: 31px; }
    #main-menu li {
      font-size: 14px;
      margin-right: 0px; }

  #searchCont {
    height: 38px; }
    #searchCont p {
      font-size: 28px; } }
@media (max-width: 992px) {
  #main-menu {
    position: static;
    width: 100%;
    transform: none;
    right: auto;
    text-align: center;
    margin-bottom: 20px; }
    #main-menu li {
      margin: 0 10px; }

  #searchCont {
    top: 20px;
    transform: none; } }
@media (max-width: 992px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px; }

  #main-menu {
    display: none !important; }

  #searchCont {
    display: none !important; }
    #searchCont p {
      display: none !important; } }
.botCur {
  transform: translateY(-100%);
  position: absolute;
  width: 100%; }

.headerBorder {
  width: calc(100% + 30px);
  max-width: none;
  display: block;
  margin-left: -15px; }

#header .top {
  position: relative; }
#header svg {
  width: calc(100% + 64px);
  margin: 0;
  margin-left: -32px;
  margin-bottom: -1px;
  max-height: 100%;
  display: block; }
#header .social-media {
  display: none;
  position: absolute;
  right: 27px;
  top: 0; }
  @media (min-width: 992px) {
    #header .social-media {
      display: block; } }
  #header .social-media li {
    float: left;
    list-style-type: none;
    margin-left: 11px; }
    #header .social-media li a {
      color: #D74934;
      font-family: 'chcn';
      font-size: 24px; }

	#header .social-media li a.updates {
    font-family: kanit;
    font-size: 17px;
    line-height: 38px;
    margin-top: 0px;
    padding-bottom: 5px;
    display: block;
    padding-left: 20px; }

.logo {
  width: 370px;
  margin: 20px 0;
  margin-left: 40px; }

#logoWrap {
  display: inline-block; }

@media (max-width: 1550px) {
  .logo {
    width: 280px; } }
@media (max-width: 1300px) {
  .logo {
    width: 200px; } }
@media (max-width: 768px) {
  #header svg {
    width: calc(100% + 30px);
    margin: 0;
    margin-left: -15px; }
  #header .logo {
    margin-left: 20px;
    width: 200px; } }
#footer {
  position: relative; }
  #footer .footerCurve {
    position: absolute;
    top: 10px;
    z-index: 99;
    margin-top: -15px;
    margin-left: -15px;
    max-width: none;
    width: calc(100% + 30px); }
  #footer #footerBack {
    position: absolute;
    max-width: none;
    width: 102%;
    top: 0;
    left: 0;
    filter: blur(4px) brightness(0.7);
    margin-left: -10px; }
  #footer .container {
    position: relative;
    height: 715px;
    background-size: cover !important;
    overflow: hidden; }
  #footer svg#curve {
    position: absolute;
    top: 0;
    max-height: 100%;
    width: calc(100% + 60px);
    z-index: 200;
    left: -30px; }
  #footer .row {
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 690px;
    color: white;
    font-family: "Kanit";
    font-weight: 200;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    z-index: 900;
    padding-bottom: 20px; }
    #footer .row h6 {
      font-weight: 200;
      margin-bottom: 20px;
      color: white; }
    #footer .row li, #footer .row p, #footer .row a {
      font-size: 16px !important; }
  #footer .centers {
    display: inline-block;
    text-align: left; }
    #footer .centers:first-child {
      float: left; }
    #footer .centers:nth-of-type(2) {
      float: right; }
    #footer .centers li {
      margin-bottom: 5px;
      font-family: "Kanit";
      font-weight: 200; }
      #footer .centers li:before {
        list-style-type: disc;
        content: "\2022";
        margin-right: 5px; }
  #footer .centerWrap {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-image: url(https://chcnetwork.wpengine.com/wp-content/uploads/2017/01/whitedots.png); }
    #footer .centerWrap #dots {
      width: 686px;
      margin: 35px 0;
      margin-left: -30px;
      max-height: 100%; }
      @media (max-width: 992px) {
        #footer .centerWrap #dots {
          margin: 15px 0; } }
  #footer .contact {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    letter-spacing: 1px; }
    #footer .contact .leftWrap {
      display: inline-block;
      width: 70%;
      float: left; }
      #footer .contact .leftWrap #priMail {
        position: absolute;
        bottom: 0;
        line-height: 1; }
    #footer .contact .numbers {
      display: inline-block;
      width: 30%;
      padding-left: 44px; }
      #footer .contact .numbers li {
        line-height: 1; }
        #footer .contact .numbers li span {
          font-family: "chcn";
          position: absolute;
          transform: translate(-140%, 10%);
          text-transform: none; }
  #footer .social {
    margin: 30px 0;
    float: left;
    width: 100%; }
    #footer .social .socialIcons li {
      display: inline-block;
      margin: 0 20px;
      font-family: "chcn"; }
      #footer .social .socialIcons li a {
        font-size: 24px !important; }
  #footer #legal {
    text-transform: none; }
  #footer #copy {
    margin: 30px 0; }

@media (max-width: 992px) {
  #footer .contact {
    height: auto; }
  #footer #footerBack {
    max-width: none;
    width: auto;
    transform: translateX(-100px); } }
@media (max-width: 768px) {
  #footer .centerWrap {
    float: none;
    width: 340px;
    margin: 0 auto; }
    #footer .centerWrap #dots {
      margin-left: -175px; }
  #footer .centers {
    float: none !important;
    display: block;
    margin: 0 auto; }
  #footer .contact {
    text-align: center; }
    #footer .contact .leftWrap {
      vertical-align: top;
      display: inline-block;
      float: none;
      width: 70%;
      margin-bottom: 30px; }
      #footer .contact .leftWrap address {
        margin-bottom: 30px; }
      #footer .contact .leftWrap #priMail {
        position: static;
        bottom: auto; }
    #footer .contact .numbers {
      vertical-align: top;
      display: inline-block;
      float: none;
      width: 70%;
      padding: 0; }
  #footer .container {
    height: 925px; }
  #footer #legal {
    width: 80%;
    margin: 0 auto; } }
@media (max-width: 525px) {
  #footer .centerWrap #dots {
    margin: 15px 0;
    margin-left: -175px; }
  #footer #legal {
    width: 60%; } }
@media (max-width: 420px) {
  #footer .row {
    width: 100%; }
  #footer .centerWrap {
    width: 100%;
    padding: 10px; }
  #footer .contact .leftWrap {
    margin-bottom: 15px;
    width: 100%;
    height: auto; }
    #footer .contact .leftWrap address {
      margin-bottom: 15px; }
  #footer .contact .numbers li {
    height: 20px;
    line-height: 20px; }
  #footer .social .socialIcons li {
    margin: 0 15px; }
  #footer .container {
    height: 1135px; }
  #footer #footerBack {
    height: 105%;
    transform: translateX(-400px); } }
@font-face {
  font-family: "kanit";
  src: url("../fonts/kanit/Kanit-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "kanit";
  src: url("../fonts/kanit/Kanit-Light.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "kanit";
  src: url("../fonts/kanit/Kanit-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "kanit";
  src: url("../fonts/kanit/Kanit-Medium.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "kanit";
  src: url("../fonts/kanit/Kanit-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "cera";
  src: url("../fonts/cera/cera.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "chcn";
  src: url("../fonts/chcn/chcn.eot?v=1");
  src: url("../fonts/chcn/chcn.eot?#iefix1") format("embedded-opentype"), url("../fonts/chcn/chcn.woff?v=1") format("woff"), url("../fonts/chcn/chcn.ttf?v=1") format("truetype"), url("../fonts/chcn/chcn.svg#chcn1") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proto2";
  src: url("../fonts/prototype/proto2.eot");
  src: url("../fonts/prototype/proto2.eot?#iefix") format("embedded-opentype"), url("../fonts/prototype/proto2.woff") format("woff"), url("../fonts/prototype/proto2.ttf") format("truetype"), url("../fonts/prototype/proto2.svg#proto2") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "proto2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "proto2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu-2:before {
  content: "a"; }

.icon-close-1:before {
  content: "b"; }

.icon-chevron-right:before {
  content: "c"; }

.icon-magnifying-glass:before {
  content: "d"; }

.icon-menu-1:before {
  content: "h"; }

.icon-chevron-down:before {
  content: "l"; }

.icon-chevron-up:before {
  content: "m"; }

.icon-chevron-left:before {
  content: "o"; }

.icon-design-graphic-tablet-streamline-tablet:before {
  content: "E"; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0); }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }

  .featherlight .featherlight-inner {
    display: block; }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000; }

  .featherlight .featherlight-image {
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }

  .featherlight iframe {
    border: 0; } }
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
