/*
Theme Name: Homebrewcon 2016
Theme URI: http://www.ahaconference.org/
Description: Custom theme for HBC 2016. Fully responsive and optimized for 1050px BS 3.0
Author: Nathan Zander & Luke Trautwein
Version: 1.0
*/
/**
* 0.0 Table of Contents
*
* Less document to be compiled on the client site. Contains all core CSS for theme. Uses Bootstrap for base styles
*
*
* 1.0 Configuration & Reset
* 2.0 Typography
* 3.0 Structure
* - 3.1 Content
* 4.0 Navigation
* 5.0 Classes & UI Elements
* - 5.1 Tables
* - 5.2 Lists
* - 5.3 Forms
* - 5.4 UI Elements
* - 5.5 Enhanced Callout (used on registration page)
* - 5.6 Vcard
* 6.0 Galleries
* - 6.1 Baseball Gallery
* 7.0 Page Specific & Templates
* - 7.1 Widgets
* - 7.2 Register
* - 7.3 Local Breweries and Retailers
* - 7.4 Single Week Event
* 8.0 Phark
* 9.0 Media Queries
* 10.0 Plugins
**/
/** Template/Demo Styles. Remove this entire block for live!!! **/
/*.template .phark, .template .phark a{text-indent: 0px;}*/
.template .for-demo {
  display: none;
}
/**/
/**
* 1.0 Configuration and Reset
*
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT sans", sans-serif;
  font-size: 16px;
  line-height: 1.428;
  color: #000;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e90c9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid 2px dotted #dadbdb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #f7b129;
}
a.text-primary:hover {
  color: #e49a09;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f7b129;
}
a.bg-primary:hover {
  background-color: #e49a09;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.428;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .container {
    width: 745px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 1165px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.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, .col-xs-13, .col-xs-14 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142857%;
}
.col-xs-10 {
  width: 71.42857143%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142857%;
}
.col-xs-pull-10 {
  right: 71.42857143%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142857%;
}
.col-xs-push-10 {
  left: 71.42857143%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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, .col-sm-13, .col-sm-14 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142857%;
  }
  .col-sm-10 {
    width: 71.42857143%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142857%;
  }
  .col-sm-push-10 {
    left: 71.42857143%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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, .col-md-13, .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142857%;
  }
  .col-md-10 {
    width: 71.42857143%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142857%;
  }
  .col-md-pull-10 {
    right: 71.42857143%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142857%;
  }
  .col-md-push-10 {
    left: 71.42857143%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  .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, .col-lg-13, .col-lg-14 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142857%;
  }
  .col-lg-10 {
    width: 71.42857143%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142857%;
  }
  .col-lg-push-10 {
    left: 71.42857143%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12.5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #f7b129;
  border-color: #f6a810;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e49a09;
  border-color: #c28307;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f7b129;
  border-color: #f6a810;
}
.btn-primary .badge {
  color: #f7b129;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #0084b7;
  border-color: #00729e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #005f84;
  border-color: #004560;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0084b7;
  border-color: #00729e;
}
.btn-info .badge {
  color: #0084b7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #cf002a;
  border-color: #b60025;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9c0020;
  border-color: #780018;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cf002a;
  border-color: #b60025;
}
.btn-danger .badge {
  color: #cf002a;
  background-color: #fff;
}
.btn-link {
  color: #1e90c9;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f7b129;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #1e90c9;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f7b129;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 12px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid transparent;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #f7b129;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f7b129;
  border-color: #f7b129;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7b129;
}
.panel-primary > .panel-heading .badge {
  color: #f7b129;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7b129;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.single article.page:before,
.single article.page:after,
.page article.page:before,
.page article.page:after,
.single article.post:before,
.single article.post:after,
.page article.post:before,
.page article.post:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.single article.page:after,
.page article.page:after,
.single article.post:after,
.page article.post: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,
.visible-sm,
.visible-md,
.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: 400px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 400px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 400px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1050px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 400px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
/* BA TEMPLATE STYLES - Move into live site where needed */
*,
a {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  -moz-outline-style: none;
}
a:active,
a:focus {
  outline: none;
  border: no3ne;
  -moz-outline-style: none;
}
body #menu-main > li > a,
.wf-inactive.wf-loading #menu-main > li > a,
body .breadcrumbs li a,
.wf-inactive.wf-loading .breadcrumbs li a,
body .btn,
.wf-inactive.wf-loading .btn,
body #menu-footer li a,
.wf-inactive.wf-loading #menu-footer li a,
body #menu-supp li a,
.wf-inactive.wf-loading #menu-supp li a,
body #wrapper h1,
.wf-inactive.wf-loading #wrapper h1,
body #wrapper h2,
.wf-inactive.wf-loading #wrapper h2,
body #wrapper h3,
.wf-inactive.wf-loading #wrapper h3,
body #wrapper h4,
.wf-inactive.wf-loading #wrapper h4,
body .btn,
.wf-inactive.wf-loading .btn,
body .side-banner span,
.wf-inactive.wf-loading .side-banner span,
body .label-text,
.wf-inactive.wf-loading .label-text,
body #hero-caption a,
.wf-inactive.wf-loading #hero-caption a {
  opacity: 0.01;
}
.wf-active #menu-main > li > a,
.wf-inactive #menu-main > li > a,
.wf-active .breadcrumbs li a,
.wf-inactive .breadcrumbs li a,
.wf-active .btn,
.wf-inactive .btn,
.wf-active #menu-footer li a,
.wf-inactive #menu-footer li a,
.wf-active #menu-supp li a,
.wf-inactive #menu-supp li a,
.wf-active #wrapper h1,
.wf-inactive #wrapper h1,
.wf-active #wrapper h2,
.wf-inactive #wrapper h2,
.wf-active #wrapper h3,
.wf-inactive #wrapper h3,
.wf-active #wrapper h4,
.wf-inactive #wrapper h4,
.wf-active .btn,
.wf-inactive .btn,
.wf-active .side-banner span,
.wf-inactive .side-banner span,
.wf-active .label-text,
.wf-inactive .label-text,
.wf-active #hero-caption a,
.wf-inactive #hero-caption a {
  opacity: 1;
  /*transition: opacity .1s;*/
}
/**
* 2.0 Typography
*
**/
/*[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 6em;

}*/
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-size: 16px;
  font-family: "PT sans", sans-serif;
  font-weight: 400;
}
.entry a,
.entry-content a {
  color: #1e90c9;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
}
.entry a:hover,
.entry-content a:hover {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #000;
}
.entry a.btn,
.entry-content a.btn {
  text-decoration: none;
  color: #FFF;
  max-width: 100%;
}
.entry a.btn:hover,
.entry-content a.btn:hover {
  border-bottom: none;
}
.entry a.more,
.entry-content a.more {
  color: #F4A72C;
  white-space: nowrap;
}
.entry a.no-link,
.entry-content a.no-link {
  color: #000;
}
h1,
.h1 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 700;
  margin-top: 0px;
  padding-top: 22px;
}
h1.no-crumbs,
.h1.no-crumbs {
  padding-top: 50px;
}
h2,
.h2 {
  font-size: 2.0rem;
  color: #58585B;
  font-weight: 400;
}
h2.bigger,
.h2.bigger {
  font-size: 24px;
  font-weight: bold;
}
h2.light,
.h2.light {
  font-weight: 300;
}
h2.text-center,
.h2.text-center {
  margin: 20px 0px;
  line-height: 1.4;
}
h3,
.h3 {
  font-size: 1.7rem;
  color: #58585B;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
h1.text-blue,
h2.text-blue,
h3.text-blue,
h4.text-blue {
  color: #0084b7;
}
blockquote {
  width: 48%;
  float: left;
  margin: 0px 1%;
  padding-right: 0px;
}
button,
.btn,
.btn-default,
.btn-primary,
input[type="submit"] {
  border: 0px;
  border-radius: 0px !important;
  background-color: #65BCE8;
  color: #FFF;
  font-weight: 400;
}
button:hover,
.btn:hover,
.btn-default:hover,
.btn-primary:hover,
input[type="submit"]:hover {
  background: #39a9e1;
  color: #FFF;
}
button.btn-link,
.btn.btn-link,
.btn-default.btn-link,
.btn-primary.btn-link,
input[type="submit"].btn-link {
  background: none !important;
  color: #1e90c9;
}
button.btn-link:hover,
.btn.btn-link:hover,
.btn-default.btn-link:hover,
.btn-primary.btn-link:hover,
input[type="submit"].btn-link:hover {
  color: #000;
  border-bottom: none;
}
button + button,
.btn + button,
.btn-default + button,
.btn-primary + button,
input[type="submit"] + button,
button + .btn,
.btn + .btn,
.btn-default + .btn,
.btn-primary + .btn,
input[type="submit"] + .btn {
  margin-left: 12.5px;
}
.kt-button {
  border: 0px !important;
  border-radius: 0px !important;
  background-color: #65BCE8 !important;
  color: #FFF !important;
  font-weight: 400 !important;
  padding: 8px 40px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.kt-button:hover {
  background: #39a9e1 !important;
  color: #FFF !important;
}
p:empty {
  display: none;
}
.entry-title,
.page-title {
  font-size: 36px;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  width: 100%;
  color: #4a4a4a;
  margin: 100px auto 50px auto;
  text-align: center;
  position: relative;
  padding: 0;
}
.entry-title .copyright,
.page-title .copyright {
  color: #4a4a4a;
  font-size: 50%;
  position: relative;
  bottom: 10px;
}
.page-id-9576 .entry-title {
  margin-bottom: 0;
}
.page-id-9576 .entry-title:before {
  display: none;
}
.btn-primary {
  padding: 8px 40px;
  font-size: 22px;
  font-family: "PT sans", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.btn-important {
  background-color: #e56709;
}
.btn-important:hover {
  background-color: #b45107;
}
.btn-xs {
  font-size: 12px;
}
hr {
  clear: both;
  border-top: 1px dotted #aaa;
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
strong {
  font-weight: 700;
}
a.logo-link {
  border-bottom: 1px solid transparent;
}
a.logo-link:hover {
  border-bottom: 1px solid transparent;
}
.alert {
  background-color: #fbd58b;
  color: #000;
  border-color: #f7b129;
}
.d-flex {
  display: flex;
}
.flex-row {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 567px) {
  .flex-row {
    flex-direction: column;
  }
}
.justify-content-center {
  justify-content: center;
}
/**
* 3.0 Structure
*
**/
html {
  background-color: #F3F1F2;
}
body {
  overflow-x: hidden;
  background: #fff;
  background-size: 200px;
}
body.admin-bar {
  margin-top: 0px;
}
body.admin-bar:before {
  top: -30px;
}
ul {
  padding-left: 25px;
}
.container {
  position: relative;
  max-width: 100%;
}
#wrapper.container {
  transition: all 0.1s ease-out;
  width: 100%;
  position: static;
  /*overflow-x: hidden;*/
  display: flex;
  justify-content: center;
  max-width: 1200px;
  flex-direction: column;
  padding: 0 50px;
}
#primary {
  max-width: 1050px;
  left: auto !important;
  width: 100% !important;
}
.content-container {
  padding: 0 70px;
  max-width: 1300px;
  margin: 0 auto;
}
.btn-logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 30px;
}
header {
  position: relative;
  z-index: 100;
}
header #site-title {
  width: 148px;
  height: 148px;
  z-index: 200;
  position: absolute;
  left: -20px;
  bottom: -60px;
  transform: scale(1.2);
}
header #site-title img {
  max-width: 100%;
}
header h1.mobile#site-title {
  display: none;
}
header nav#access {
  z-index: 11;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #F3F1F2;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav#access #searchform {
  width: 27px;
  background: none;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}
header nav#access #searchform.open {
  width: 125px;
}
header nav#access #searchform.open input {
  background: #fff;
}
header nav#access #searchform .fa-search {
  position: absolute;
  cursor: text;
  font-size: 18px;
  color: #58585B;
  top: 50%;
  transform: translateY(-50%);
}
header nav#access #searchform input {
  background: transparent;
  padding: 4px 6px 4px 23px;
  border: none;
}
.page-template-tmpl_splash header nav#access {
  position: absolute;
  height: 66px;
  background: #fac825;
  left: 0;
  right: 0;
  top: 0;
}
.page-template-tmpl_splash .nav-wrapper {
  max-width: 100%;
}
.page-template-tmpl_splash ul#splash-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-template-tmpl_splash ul#splash-menu li {
  margin: 0 40px;
  cursor: pointer;
}
.page-template-tmpl_splash ul#splash-menu li a {
  color: #58585B;
  font-size: 20px;
  font-weight: 700;
  font-family: "PT sans", sans-serif;
}
.page-template-tmpl_splash ul#splash-menu li a:hover {
  text-decoration: none;
  color: #000;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}
.home #primary {
  background: none;
  margin-top: 25px;
}
aside {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding: 0px 12.5px;
  z-index: 10;
}
@media (min-width: 768px) {
  aside {
    float: left;
    width: 21.42857143%;
  }
}
@media (min-width: 768px) {
  aside#menu,
  aside#secondary {
    right: 57.14285714%;
  }
}
aside#ads {
  width: 100%;
  position: static;
  margin: 0px 0 50px 0px;
}
aside#menu {
  margin-top: 167px;
  padding: 0px 25px 0px 0px;
  display: none;
}
aside#menu:empty {
  display: none;
}
.home #secondary,
.search #secondary {
  /*.make-md-column-pull(11);*/
  margin-top: 25px;
}
.home aside#ads,
.search aside#ads {
  margin-top: 25px;
  /*.make-md-column-push(3);*/
}
.home .widgets .btn-primary {
  display: none;
}
#footer-wrapper {
  background: #58585B;
  padding: 25px 0px;
}
#footer-wrapper footer {
  display: flex;
  padding: 50px 0px 30px 0px;
  width: 90%;
  max-width: 1400px;
  flex-flow: column nowrap;
}
#footer-wrapper footer .menu-signup-container {
  max-width: 1050px;
}
#footer-wrapper footer .signup-logo-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
#footer-wrapper footer .footer-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 185px;
  justify-content: space-between;
  padding: 0px;
  max-height: 149px;
}
#footer-wrapper footer .footer-menu li {
  padding-right: 0;
  width: auto;
  white-space: nowrap;
  list-style: none;
}
#footer-wrapper footer .footer-menu li.spacer {
  opacity: 0;
  pointer-events: none;
}
#footer-wrapper footer .footer-menu li.col-header {
  pointer-events: none;
}
#footer-wrapper footer .footer-menu li.col-header a {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
#footer-wrapper footer .footer-menu li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  font-family: "PT sans", sans-serif;
}
#footer-wrapper footer form {
  padding: 0;
}
#footer-wrapper footer .form-group {
  position: relative;
}
#footer-wrapper footer .form-group .btn.btn-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  padding: 11px 5%;
}
#footer-wrapper footer .form-group input {
  width: 360px;
  height: 50px;
}
#footer-wrapper footer h3 {
  margin-top: 0px;
  display: block;
  color: #fff;
  font-family: "PT sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
#footer-wrapper footer .btn-primary {
  margin: 10px 0px 20px 0px;
}
#footer-wrapper footer .social-icons {
  margin-top: 20px;
  min-width: 150px;
}
#footer-wrapper footer .social-icons i {
  font-size: 18px;
  padding: 5px 3px;
  background: #65BCE8;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
}
#footer-wrapper footer .social-icons i:hover {
  background: #39a9e1;
}
#footer-wrapper footer .logo-text-container {
  min-width: 275px;
  position: relative;
  display: flex;
  width: 55%;
  margin-left: 170px;
  /*img*/
  /*img*/
}
#footer-wrapper footer .logo-text-container .aha-logo {
  width: 93px;
  margin-bottom: 20px;
  height: auto;
  margin-right: 20px;
}
#footer-wrapper footer .logo-text-container .welcome-logo {
  width: 140px;
  margin-bottom: 20px;
  height: auto;
  margin-right: 10px;
}
#footer-wrapper footer .logo-text-container .content-title {
  font-size: 18px;
  line-height: 1.89;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
#footer-wrapper footer .logo-text-container .content-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.64;
}
#footer-wrapper footer .logo-text-container .content-text p {
  margin-bottom: 30px;
}
#footer-wrapper footer .small {
  color: #fff;
  font-family: "PT sans", sans-serif;
  font-size: 10px;
  margin-bottom: 0px;
}
#footer-wrapper footer .small a {
  color: #fff;
}
/**
* 3.1 Content
*
**/
#utilities {
  position: absolute;
  top: 55px;
  right: 0px;
  z-index: 1001;
}
#utilities nav.menu-secondary {
  float: right;
  z-index: 100;
}
#utilities nav.menu-secondary li {
  margin: 0px 0px 0px -10px;
  display: inline-block;
  position: relative;
}
#utilities nav.menu-secondary li ul {
  display: block;
  position: absolute;
  left: -9999px;
}
#utilities nav.menu-secondary li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "PT sans", sans-serif;
  font-weight: 400;
  padding: 6px 12px;
  display: block;
  color: #58585B;
}
#utilities nav.menu-secondary li a:hover {
  text-decoration: none;
  color: #FFF;
}
#utilities nav.menu-secondary li:after {
  content: "/";
  display: block;
  position: absolute;
  top: 5px;
  right: 1px;
}
#utilities nav.menu-secondary li:last-child:after {
  content: "";
}
#utilities nav.menu-secondary li:hover a {
  color: #FFF;
  background: #65BCE8;
}
#utilities nav.menu-secondary li:hover ul {
  left: auto;
  background: #65BCE8;
  z-index: 1002;
  padding: 7px 0px;
}
#utilities nav.menu-secondary li:hover ul li {
  display: block;
  margin: 0px;
}
#utilities nav.menu-secondary li:hover ul li a {
  padding: 2px 10px;
  white-space: nowrap;
  font-weight: 400;
}
#utilities nav.menu-secondary li:hover ul li a:hover {
  background: #f7b129;
  color: #58585B;
}
#utilities nav.menu-secondary li:hover ul li:after {
  content: "";
}
#utilities nav.menu-secondary li:hover:after {
  content: "";
}
#utilities nav.social {
  float: right;
  margin-top: 2px;
}
#utilities nav.social li {
  display: inline-block;
}
#utilities nav.social li i {
  color: #58585B;
  font-size: 15px;
}
#utilities nav.social li i:hover {
  color: #000;
}
#search-form-toggle {
  position: absolute;
  top: 45px;
  right: -40px;
  background-color: #f7b129;
  padding: 3px;
  cursor: pointer;
}
#search-form-toggle:hover {
  background-color: #000;
}
#search-form-toggle i {
  color: #58585B;
  font-size: 17px;
}
.sponsored-logo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.sponsored-logo p {
  margin: 0px;
}
.sponsored-logo img {
  padding: 0px !important;
}
#hero {
  width: 100%;
  padding: 0px;
  position: relative;
}
#hero a:hover {
  text-decoration: none;
}
#hero video {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
#hero img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#hero .entry-title {
  display: none;
}
#hero .mobile-hero {
  display: none;
}
#hero figcaption {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 12.5px 37.5px;
  min-height: 125px;
  color: #F3F1F2;
  font-size: 45px;
  font-weight: bold;
  font-family: "PT sans", sans-serif;
}
#hero figcaption#hero-caption {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}
#hero figcaption#hero-caption h2 {
  color: #58585B;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  #hero figcaption#hero-caption h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 950px) {
  #hero figcaption#hero-caption h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 820px) {
  #hero figcaption#hero-caption h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  #hero figcaption#hero-caption h2 {
    font-size: 25px;
  }
}
#hero figcaption#hero-caption a {
  color: #F3F1F2;
}
#hero figcaption#hero-caption a.post-thumbnail {
  pointer-events: none;
}
#hero figcaption#hero-caption .btn.btn-primary {
  margin-top: 10px;
}
#hero.format-video .post-thumbnail figure:before {
  font-family: 'fontello';
  content: "\e814";
  color: #111;
  font-size: 101px;
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 3;
  text-align: center;
  transition: .25s;
  opacity: .75;
}
#hero.format-video .post-thumbnail figure:hover:before {
  opacity: 1;
}
.home #primary {
  padding: 0px 12.5px;
  border: 2px dotted #d8d8da;
  border-width: 0px 2px;
}
.full-width-row {
  display: flex;
  justify-content: center;
  background: #F3F1F2;
  padding: 31px 20px 40px 20px;
  margin-top: 40px;
  width: 100%;
}
.nugget {
  font-size: 22px;
  color: #58585B;
  display: flex;
  padding: 0px 35px;
  flex-flow: column nowrap;
  align-items: flex-start;
}
/*.nugget*/
.nugget-text {
  position: relative;
  top: -10px;
  display: block;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
}
/*.nugget*/
.highlight {
  font-size: 60px;
  font-family: "PT sans", sans-serif;
  color: #F4A72C;
  display: block;
  font-weight: 700;
}
.highlight.kerning {
  letter-spacing: -1px;
}
.img-row {
  display: flex;
  position: relative;
  justify-content: center;
}
.img-row .img-container {
  position: relative;
  z-index: 2;
  margin-right: 5px;
}
.img-row .img-container:last-of-type {
  margin-right: 0;
}
.img-row .img-container img {
  max-width: 100%;
}
.section-block {
  position: relative;
  margin-top: 50px;
}
.section-block.with-side-content {
  margin-top: 10px;
  display: flex;
}
.section-block.with-side-content .section-label {
  bottom: 60px;
}
.section-block.with-side-content .section-title {
  width: 85%;
}
.section-block .stats {
  background: #fac825;
  padding: 30px 40px;
  margin: 40px auto 50px auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.section-block .stats .nugget .highlight {
  color: #fff;
}
.section-block.full-width {
  padding: 70px;
}
.section-block.full-width.shaded {
  background: #F3F1F2;
}
.section-block.full-width .text-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.section-block.full-width .section-title {
  padding-left: 40px;
  max-width: 870px;
}
.section-block.full-width .section-title:after {
  left: 40px;
}
.section-block.full-width .section-content {
  padding-left: 40px;
  max-width: 870px;
}
.section-block.with-border-top {
  padding-top: 30px;
  border-top: 1px solid #a5a5a5;
}
/*.section-block*/
.slideshow-wrapper {
  margin-bottom: 100px;
}
.slideshow-wrapper .column-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow-wrapper .grid-content-wrapper {
  margin: 0;
}
.slideshow-wrapper .grid-content-wrapper .nugget-title {
  margin-bottom: 10px;
  color: #4a4a4a;
}
.slideshow-wrapper .grid-content-wrapper p {
  margin: 0;
  font-size: 24px;
  color: #4a4a4a;
}
.slideshow-wrapper .grid-content-wrapper p:last-of-type {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.56;
}
.text-wrapper {
  position: relative;
}
.section-title {
  font-size: 60px;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  width: 75%;
  color: #4a4a4a;
  margin: 0 auto;
  position: relative;
}
.section-title:after {
  content: "";
  height: 4px;
  width: 30%;
  background: linear-gradient(to right, #f4a72c 0%, #f4a72c 60%, #fac825 60%, #fac825 90%, #fac825 90%, #65bce8 90%, #65bce8 100%);
  position: absolute;
  bottom: -25px;
  left: 0;
}
.section-title.animate-in:after {
  width: 0%;
  transition: width 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.section-title.animate-in.slide-in:after {
  width: 30%;
}
.section-label {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  position: relative;
  transform: rotate(-90deg);
  position: absolute;
  left: -40px;
  bottom: 0px;
}
.section-label img {
  width: 42px;
  transform: rotate(90deg);
  position: absolute;
  bottom: -20px;
  left: -10px;
}
.section-label .label-text {
  display: inline-block;
  color: #F4A72C;
  font-size: 20px;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
  z-index: 1;
}
.section-content {
  width: 75%;
  margin: 60px auto 0 auto;
  position: relative;
}
.section-content p {
  font-size: 18px;
  line-height: 1.56;
  color: #4a4a4a;
  font-family: "PT sans", sans-serif;
}
.img-content-wrapper {
  position: relative;
  margin-top: 50px;
  display: block;
}
.img-content-wrapper img {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.img-content-wrapper .column-container {
  padding-top: 20px;
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 49%;
  top: 0px;
  right: 15px;
  z-index: 2;
  color: #4a4a4a;
}
.img-content-wrapper .column-container .grid-content-wrapper {
  margin: 0 20px 20px 0;
}
.column-section {
  margin: 0px 50px 0px 75px;
  padding: 10px 0 40px 0;
}
.column-section .nugget-title,
.column-section .nugget-content {
  color: #58585B;
}
.column-section:nth-of-type(2) {
  border-top: 1px solid #a5a5a5;
}
.column-section:nth-of-type(2) .section-label {
  left: -65px;
  bottom: 110px;
  width: 156px;
}
.column-section .section-label {
  display: block;
  background: #a5a5a5;
  width: 352px;
  left: -162px;
  bottom: 440px;
  text-align: center;
}
.column-section .section-label .label-text {
  color: #fff;
}
.slideshow {
  max-height: 500px;
}
@media (max-width: 1200px) {
  .slideshow {
    max-height: 450px;
  }
}
@media (max-width: 1000px) {
  .slideshow {
    max-height: 400px;
  }
}
@media (max-width: 900px) {
  .slideshow {
    max-height: 375px;
  }
}
@media (max-width: 768px) {
  .slideshow {
    max-height: 316px;
  }
}
@media (max-width: 650px) {
  .slideshow {
    max-height: 266px;
  }
}
@media (max-width: 500px) {
  .slideshow {
    max-height: 217px;
  }
}
#stage {
  margin-top: 40px;
  width: 100%;
  height: 90vh;
}
#stage img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}
#stage img:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 2s;
  animation-duration: 1s;
  z-index: 20;
}
#stage img:nth-of-type(2) {
  z-index: 10;
}
#stage img:nth-of-type(n+3) {
  display: none;
}
@keyframes fader {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.grid-wrapper .btn.btn-primary {
  margin: 30px auto 0 auto;
}
.grid-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 50px;
}
.grid-nugget {
  width: 45%;
  background: #a5a5a5;
  color: #fff;
  transition: background 0.3s ease;
  margin: 10px 20px;
  padding: 30px 30px 40px 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 550px;
  align-items: center;
}
.grid-nugget:hover {
  text-decoration: none;
  background: #65BCE8;
  color: #fff;
}
.nugget-icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff;
}
.grid-content-wrapper {
  width: 80%;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px;
}
.nugget-title {
  font-family: "PT sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.nugget-content {
  font-size: 15px;
  color: #fff;
  margin: 5px 0px 0px 0px;
}
.single #primary,
.page #primary {
  min-height: 811px;
  padding-bottom: 100px;
}
.single article.page,
.page article.page,
.single article.post,
.page article.post {
  padding: 0 12.5px 12.5px 12.5px;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.home #primary {
  min-height: 0px;
}
.breadcrumbs {
  margin: 50px 0px -10px 200px;
  display: none;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 0px;
}
.breadcrumbs li:after {
  content: '\e81d';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #1e90c9;
}
.breadcrumbs li:last-child:after {
  content: '';
}
.breadcrumbs li a {
  font-family: "PT sans", sans-serif;
  color: #1e90c9;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.entry figure.featured-image {
  float: right;
  padding: 0px 0px 12.5px 12.5px;
  max-width: 30%;
  height: auto;
}
.entry img,
.entry .wp-caption {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 12.5px 0px;
  margin: 3px 0px -6px 0px;
}
.entry img.alignnone,
.entry .wp-caption.alignnone {
  float: none;
  width: 100%;
  max-width: 100%;
}
.entry img.alignright,
.entry .wp-caption.alignright,
.entry img.wp-post-image,
.entry .wp-caption.wp-post-image {
  float: right;
  max-width: 40%;
  width: 40%;
  padding: 0px 0px 1rem 1rem;
}
.entry img.alignleft,
.entry .wp-caption.alignleft {
  float: left;
  max-width: 40%;
  width: 40%;
  padding: 0px 1rem 1rem 0px;
}
.entry img.larger,
.entry .wp-caption.larger {
  max-width: 50%;
  width: 50%;
}
.entry img.medium,
.entry .wp-caption.medium {
  max-width: 30%;
  width: 30%;
}
.entry img.smaller,
.entry .wp-caption.smaller {
  max-width: 20%;
  width: 20%;
}
.entry img p.wp-caption-text,
.entry .wp-caption p.wp-caption-text {
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0px;
}
.entry img p.wp-caption-text small,
.entry .wp-caption p.wp-caption-text small,
.entry img p.wp-caption-text .small,
.entry .wp-caption p.wp-caption-text .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.entry img p.wp-caption-text small,
.entry .wp-caption p.wp-caption-text small,
.entry img p.wp-caption-text .small,
.entry .wp-caption p.wp-caption-text .small {
  font-size: 75%;
}
.entry > div.text-center {
  margin-bottom: 20px;
}
.clockdiv {
  display: inline-flex;
}
.clockdiv .days,
.clockdiv .hours,
.clockdiv .minutes,
.clockdiv .seconds {
  margin-right: 5px;
}
.clockdiv p {
  margin: 0px;
}
/**
* 4.0 Navigation
*
**/
nav ul {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
#menu-supp {
  position: relative;
  z-index: 11;
  margin: 0px 6px 25px 0px;
}
#menu-supp li li {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
#menu-supp li li a {
  display: block;
  font-family: "PT sans", sans-serif;
  font-size: 1.8rem;
  color: #000;
  text-align: right;
  line-height: 1.2;
  padding: 10px 12.5px;
}
#menu-supp li li a:hover {
  text-decoration: none;
  color: #58585B;
  background-color: rgba(251, 201, 38, 0.3);
}
#menu-supp .sub-menu {
  margin-top: 5px;
  padding: 18px 0px;
}
#menu-supp li li li {
  margin-bottom: 0px;
}
#menu-supp li li li a {
  font-size: 1.5rem;
  color: #555;
  padding: 3px 12.5px;
}
.single-post #menu-supp {
  position: relative;
  z-index: 11;
}
.single-post #menu-supp li {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.single-post #menu-supp li a {
  font-family: "PT sans", sans-serif;
  font-size: 1.8rem;
  color: #000;
  text-align: right;
  display: block;
  line-height: 1.2;
  padding: 10px 12.5px;
}
.single-post #menu-supp li a:hover {
  text-decoration: none;
  color: #58585B;
  background-color: rgba(251, 201, 38, 0.3);
}
.single-post #menu-supp li.current-menu-item a,
.single-post #menu-supp li.current-menu-parent a {
  background-color: rgba(251, 201, 38, 0.3);
}
.single-post #menu-supp li.current-menu-item li a,
.single-post #menu-supp li.current-menu-parent li a {
  color: #555;
}
.single-post #menu-supp li li {
  margin-bottom: 0px;
}
.single-post #menu-supp li li a {
  font-size: 1.5rem;
  color: #555;
  padding: 3px 12.5px;
}
/*
* Responsive Navigation Design
*/
.toggle-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 45px;
  z-index: 1002;
  border: 0px;
  background: #F3F1F2 !important;
  display: none;
  width: 100%;
  justify-content: flex-end;
}
.toggle-menu a {
  display: block;
  color: #58585B;
  font-size: 29px;
  margin: -2px -1px 0px 0px;
  margin-left: auto;
}
.toggle-menu:hover {
  background-color: transparent;
}
.toggle-menu.active {
  right: 240px;
}
.toggle-menu.active + h1.mobile#site-title {
  display: none;
}
body .toggle-menu {
  -webkit-tap-highlight-color: transparent;
}
.nav-wrapper {
  width: 100%;
  max-width: 1050px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-template-tmpl_splash .nav-wrapper {
  height: 66px;
}
#menu-main {
  list-style: none;
  *zoom: 1;
  width: 100%;
  display: table;
  white-space: nowrap;
}
.js #menu-main {
  max-width: none;
  position: static;
  width: auto;
  display: flex;
  justify-content: center;
}
#menu-supp {
  width: auto;
  display: flex;
  margin-bottom: 0;
  justify-content: space-around;
}
#menu-main:before,
#menu-main:after {
  content: " ";
  display: table;
}
#menu-main:after {
  clear: both;
}
#menu-main > li,
#menu-supp > li {
  position: relative;
  display: table-cell;
  text-align: center;
  width: auto;
  background: transparent;
  margin-left: 0px;
}
#menu-main > li a,
#menu-supp > li a {
  padding: 8px 0px;
  text-decoration: none;
  color: #212322;
}
#menu-main > li:hover,
#menu-supp > li:hover,
#menu-main > li.hover,
#menu-supp > li.hover {
  color: #212322;
}
#menu-main > li:hover a,
#menu-supp > li:hover a,
#menu-main > li.hover a,
#menu-supp > li.hover a {
  color: #212322;
  position: relative;
}
#menu-main > li:hover a:before,
#menu-supp > li:hover a:before,
#menu-main > li.hover a:before,
#menu-supp > li.hover a:before {
  content: "";
  background: linear-gradient(to right, #f4a72c 0%, #f4a72c 60%, #fac825 60%, #fac825 90%, #fac825 90%, #65bce8 90%, #65bce8 100%);
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#menu-main > li.menu-item-has-children:hover a:before,
#menu-supp > li.menu-item-has-children:hover a:before {
  display: none;
}
#menu-main > li.current-menu-ancestor > a,
#menu-supp > li.current-menu-ancestor > a,
#menu-main > li.current-page-ancestor > a,
#menu-supp > li.current-page-ancestor > a,
#menu-main > li.current-menu-item > a,
#menu-supp > li.current-menu-item > a {
  color: #212322;
  position: relative;
}
#menu-main > li.current-menu-ancestor > a:before,
#menu-supp > li.current-menu-ancestor > a:before,
#menu-main > li.current-page-ancestor > a:before,
#menu-supp > li.current-page-ancestor > a:before,
#menu-main > li.current-menu-item > a:before,
#menu-supp > li.current-menu-item > a:before {
  content: "";
  background: linear-gradient(to right, #f4a72c 0%, #f4a72c 60%, #fac825 60%, #fac825 90%, #fac825 90%, #65bce8 90%, #65bce8 100%);
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#menu-main > li.current-menu-ancestor.hover > a,
#menu-supp > li.current-menu-ancestor.hover > a,
#menu-main > li.current-page-ancestor.hover > a,
#menu-supp > li.current-page-ancestor.hover > a,
#menu-main > li.current-menu-item.hover > a,
#menu-supp > li.current-menu-item.hover > a {
  color: #212322;
}
#menu-main > li a {
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #58585B;
  font-size: 1.9rem;
  font-family: "PT sans", sans-serif;
  text-transform: uppercase;
}
#menu-main > li a:hover {
  color: #000;
}
#menu-supp > li a {
  font-size: 16px;
  font-family: "PT sans", sans-serif;
}
#menu-main .sub-menu li a::before,
#menu-supp .sub-menu li a::before {
  display: none;
}
#menu-main > li.hover > ul,
#menu-supp > li.hover > ul {
  left: auto;
}
#menu-main > li,
#menu-supp > li {
  display: inline-block;
  text-align: left;
}
#menu-main > li > a,
#menu-supp > li > a {
  padding: 8px 0px;
  margin: 0 25px;
}
.gecko #menu-main li ul {
  width: inherit;
  min-width: 0px;
}
#menu-main > li > ul,
#menu-supp > li > ul {
  position: absolute;
  left: -9999px;
  background-color: #65BCE8;
  min-width: 100%;
  z-index: 200;
  padding: 18px 0;
}
#menu-main > li.hover > ul > li a,
#menu-supp > li.hover > ul > li a {
  font-family: "PT sans", sans-serif;
  text-align: left;
  white-space: nowrap;
  display: block;
  padding: 1px 22px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
#menu-main > li.hover > ul > li a:hover,
#menu-supp > li.hover > ul > li a:hover {
  background: #fac825;
  text-decoration: none;
  color: #fff;
}
#menu-main > li.hover li > ul > li > a,
#menu-supp > li.hover li > ul > li > a {
  color: #EEE;
  text-indent: 15px;
  font-size: 1.6rem;
  padding: 0px 34px 0px 34px;
}
#menu-main li li li ul {
  display: none;
}
@media screen and (max-width: 1050px) {
  header nav#access {
    height: auto;
    padding-top: 10px;
  }
  header nav#access #searchform {
    right: 10px;
    bottom: 5px;
  }
  header h1#site-title {
    position: absolute;
    left: 60px;
    top: 30px;
    width: 105px;
  }
  header .nav-wrapper {
    flex-flow: column nowrap;
    left: auto;
  }
  .page-template-tmpl_splash ul#splash-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 567px) {
  html body {
    background: #f7b129;
  }
  header h1.mobile#site-title {
    display: block;
    width: 80px;
    position: absolute;
    top: -15px;
    z-index: 4000;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
  }
  .home header h1.mobile#site-title {
    left: 10px;
    transform: translateX(0);
  }
  .toggle-menu {
    display: flex;
  }
  /*
	* Search is in nav now
	*/
  #search-form-toggle {
    display: none;
  }
  header nav#access #site-title {
    display: none !important;
  }
  header nav#access #searchform {
    display: block;
    position: absolute;
    top: -47px;
    right: -24rem;
    z-index: 1;
    width: 24rem;
    transition: none;
    height: 48px;
  }
  header nav#access #searchform input {
    width: 100%;
    height: 48px;
    border: 0px;
    border-radius: 0px;
    text-indent: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #58585B;
    background: #fff;
  }
  header nav#access #searchform i {
    position: absolute;
    top: 15px !important;
    font-size: 17px;
    left: 4px;
    color: #58585B;
    transform: none !important;
  }
  /*
    * Navigation  //Let's Switch to a flyout menu
    */
  .nav-wrapper {
    left: auto;
  }
  #wrapper {
    overflow-x: hidden;
  }
  #wrapper.active {
    right: 24rem;
    overflow: visible;
  }
  header nav#access {
    position: absolute;
    top: -50px;
    left: 0px;
    margin: 0px;
    width: 100%;
    z-index: 0;
  }
  #menu-main,
  #menu-supp {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    display: none;
    white-space: normal;
  }
  #menu-supp {
    border-bottom: 1px solid #FFF;
  }
  .js #menu-main,
  .js #menu-supp {
    width: 24rem;
    height: auto;
    position: static;
    display: block;
  }
  .js #menu-main.active,
  .js #menu-supp.active {
    right: 0rem;
  }
  .js .nav-wrapper {
    position: absolute;
    width: 24rem;
    height: auto;
    top: 95px;
    right: -24rem;
  }
  .js .nav-wrapper.active {
    right: 0;
  }
  .js .nav-wrapper.active #searchform {
    right: 0rem !important;
  }
  #menu-main li,
  #menu-supp li {
    float: none !important;
    width: 100% !important;
    display: block;
    padding: 0px;
    text-align: left;
    background: #f7b129;
    margin-left: 0px;
  }
  #menu-main > li > ul,
  #menu-supp > li > ul {
    padding: 0px !important;
  }
  #menu-supp .sub-menu {
    margin: 0;
  }
  #menu-supp li li {
    margin: 0;
  }
  #menu-main li a,
  #menu-main li.hover a,
  #menu-main li.current-menu-ancestor a,
  .home #menu-main > li > a,
  #menu-supp li a,
  #menu-supp li.hover a,
  #menu-supp li.current-menu-ancestor a,
  .home #menu-supp > li > a {
    padding: 10px 12.5px;
    font-size: 18px;
    height: auto;
    line-height: 19px;
    font-weight: normal;
    display: block;
    color: #58585B;
    font-weight: 700;
    border: 1px solid #FFF;
    border-width: 1px 0px;
    white-space: normal;
    margin: 0;
  }
  #menu-main li a:hover,
  #menu-main li.hover a:hover,
  #menu-main li.current-menu-ancestor a:hover,
  .home #menu-main > li > a:hover,
  #menu-supp li a:hover,
  #menu-supp li.hover a:hover,
  #menu-supp li.current-menu-ancestor a:hover,
  .home #menu-supp > li > a:hover {
    color: #FFF;
  }
  #menu-main li a:before,
  #menu-main li.hover a:before,
  #menu-main li.current-menu-ancestor a:before,
  .home #menu-main > li > a:before,
  #menu-supp li a:before,
  #menu-supp li.hover a:before,
  #menu-supp li.current-menu-ancestor a:before,
  .home #menu-supp > li > a:before {
    display: none;
  }
  #menu-main li.current-menu-ancestor,
  #menu-supp li.current-menu-item {
    background: #65BCE8;
  }
  #menu-main li.current-menu-ancestor.active a.parent:after,
  #menu-supp li.current-menu-item.active a.parent:after,
  #menu-main li.current-menu-ancestor.current-menu-parent a.parent:after,
  #menu-supp li.current-menu-item.current-menu-parent a.parent:after {
    content: '\e831';
  }
  #menu-main li.current-menu-ancestor.active ul.sub-menu,
  #menu-supp li.current-menu-item.active ul.sub-menu,
  #menu-main li.current-menu-ancestor.current-menu-parent ul.sub-menu,
  #menu-supp li.current-menu-item.current-menu-parent ul.sub-menu {
    position: static;
  }
  #menu-main li.current-menu-ancestor.active ul.sub-menu li.current-menu-item a,
  #menu-supp li.current-menu-item.active ul.sub-menu li.current-menu-item a,
  #menu-main li.current-menu-ancestor.current-menu-parent ul.sub-menu li.current-menu-item a,
  #menu-supp li.current-menu-item.current-menu-parent ul.sub-menu li.current-menu-item a {
    color: #58585B;
  }
  #menu-main li.current-menu-ancestor.active.hover a.parent:after,
  #menu-supp li.current-menu-item.active.hover a.parent:after,
  #menu-main li.current-menu-ancestor.current-menu-parent.hover a.parent:after,
  #menu-supp li.current-menu-item.current-menu-parent.hover a.parent:after {
    content: '\e82d';
  }
  #menu-main li.current-menu-ancestor.active.hover ul.sub-menu,
  #menu-supp li.current-menu-item.active.hover ul.sub-menu,
  #menu-main li.current-menu-ancestor.current-menu-parent.hover ul.sub-menu,
  #menu-supp li.current-menu-item.current-menu-parent.hover ul.sub-menu {
    position: absolute;
    left: -99999px;
  }
  #menu-main li a:hover,
  #menu-main li.hover.current-menu-ancestor a:hover,
  #menu-supp li a:hover,
  #menu-supp li.hover.current-menu-item a:hover {
    color: #FFF;
    background: #fac825;
  }
  #menu-main li a.parent:after,
  #menu-main li.hover li a.parent:after,
  #menu-supp li a.parent:after,
  #menu-supp li.hover li a.parent:after {
    content: '\e82d';
    font-family: "fontello";
    padding: 0px 3px;
    color: #1e90c9;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: -7px;
    font-size: 2rem;
    color: #FFF;
    position: absolute;
    right: 25px;
  }
  #menu-main li.hover a.parent:after,
  #menu-main li.hover li.hover a.parent:after {
    content: '\e831';
  }
  #menu-supp li.hover a.parent:after,
  #menu-supp li.hover li.hover a.parent:after {
    content: '\e831';
  }
  #menu-main > li.hover > ul,
  #menu-main li li.hover ul,
  #menu-supp > li.hover > ul {
    position: static;
  }
  #menu-supp > li.current-menu-item > a:before {
    display: none;
  }
  /*#menu-main li ul{margin: 0px; padding: 0px; height: auto; min-height: auto;
		    li{padding: 0px !important; border: 1px solid #FFF; border-width: 1px 0px; display: block; float: none; clear: both;}
	    }*/
  #menu-main > li li a.parent,
  #menu-supp > li li a.parent {
    background-color: #F4A72C;
  }
  #menu-main > li li a,
  #menu-main > li.current-menu-ancestor li a,
  #menu-main > li.hover > ul > li a,
  #menu-main > li.current-menu-ancestor.hover li a,
  #menu-main > li.hover li > ul > li a,
  #menu-supp > li li a,
  #menu-supp > li.current-menu-ancestor li a,
  #menu-supp > li.hover > ul > li a,
  #menu-supp > li.current-menu-ancestor.hover li a,
  #menu-supp > li.hover li > ul > li a {
    color: #FFF;
    background: #F4A72C;
    font-size: 1.9rem;
    font-family: "PT sans", sans-serif;
    white-space: normal;
    font-size: 18px;
    padding: 10px 15px;
  }
  #menu-main > li li a:hover,
  #menu-main > li.current-menu-ancestor li a:hover,
  #menu-main > li.hover > ul > li a:hover,
  #menu-main > li.current-menu-ancestor.hover li a:hover,
  #menu-main > li.hover li > ul > li a:hover,
  #menu-supp > li li a:hover,
  #menu-supp > li.current-menu-ancestor li a:hover,
  #menu-supp > li.hover > ul > li a:hover,
  #menu-supp > li.current-menu-ancestor.hover li a:hover,
  #menu-supp > li.hover li > ul > li a:hover {
    color: #58585B;
  }
  #menu-main li li ul {
    display: none;
  }
  #menu-main > li.hover li > ul > li a {
    background-color: #e18f0c;
    padding: 10px 15px;
    text-indent: 0px;
    font-size: 18px;
  }
  #menu-main > li.hover li > ul > li a:hover {
    background: #fac825;
    color: #58585B;
  }
  #menu-main li li.hover ul {
    display: block;
    border-top: 0px solid #FFF;
  }
}
#primary ::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
#primary ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.navbar-form {
  border-bottom: 0px;
}
.take-all-space-you-can {
  width: 100%;
}
.navbar-nav.justified {
  display: table;
  width: 99%;
  table-layout: fixed;
  margin-left: 2px;
}
.navbar-nav.justified > li {
  float: none;
  display: table-cell;
  padding: 0px 5px;
  vertical-align: middle;
  margin: 0px;
  width: 100%;
}
.navbar-nav.justified > li.small {
  width: 50%;
}
.navbar-nav.justified > li > a {
  text-align: center;
}
.navbar-nav.justified > li button {
  width: 100%;
}
.navbar-default,
.navbar {
  background: none;
  border: none;
  position: relative;
}
.navbar-default #loading,
.navbar #loading {
  position: absolute;
  left: -10px;
  top: 10px;
  color: #999;
  font-size: 13px;
}
.navbar-default .navbar-nav .dropdown-toggle,
.navbar .navbar-nav .dropdown-toggle {
  background: #f7b129;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
  padding: 10px;
  background-color: #58585B;
}
.navbar-default .navbar-nav .dropdown-toggle i,
.navbar .navbar-nav .dropdown-toggle i {
  float: right;
  margin-right: -10px;
}
.navbar-default .navbar-nav .dropdown-toggle:hover,
.navbar .navbar-nav .dropdown-toggle:hover,
.navbar-default .navbar-nav > .open > .dropdown-toggle,
.navbar .navbar-nav > .open > .dropdown-toggle,
.navbar-default .navbar-nav > .open > .dropdown-toggle:hover,
.navbar .navbar-nav > .open > .dropdown-toggle:hover {
  background: #3f3f41;
  border: none;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.navbar-default .navbar-nav .open .dropdown-menu,
.navbar .navbar-nav .open .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar .navbar-nav > li > .dropdown-menu {
  border: 0px;
  min-width: 97%;
  margin: 0px 0px 0px 5px;
  background: #f7b129;
  position: absolute;
}
.navbar-default .navbar-nav .open .dropdown-menu > li,
.navbar .navbar-nav .open .dropdown-menu > li,
.navbar-default .navbar-nav > li > .dropdown-menu > li,
.navbar .navbar-nav > li > .dropdown-menu > li {
  list-style: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar .navbar-nav > li > .dropdown-menu > li > a {
  background: #f7b129;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar .navbar-nav > li > .dropdown-menu > li > a:hover {
  background: #3f3f41;
  border: none;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.navbar-default .navbar-nav .form-group,
.navbar .navbar-nav .form-group {
  width: 100%;
}
.navbar-default .navbar-nav .navbar-form,
.navbar .navbar-nav .navbar-form {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.navbar-default .navbar-nav .navbar-form i,
.navbar .navbar-nav .navbar-form i {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 15px;
}
.navbar-default .navbar-nav .navbar-form .form-control,
.navbar .navbar-nav .navbar-form .form-control {
  text-indent: 15px;
  width: 100%;
}
.navbar-primary.navbar .navbar-nav .dropdown-toggle {
  background: #65BCE8;
  font-size: 18px;
}
.navbar-primary.navbar .navbar-nav .dropdown-toggle:hover {
  background: #39a9e1;
}
.navbar-primary.navbar .navbar-nav .open .dropdown-menu > li > a:hover {
  background: #65BCE8;
}
.single-filter {
  display: block;
  float: right;
}
.single-filter btn,
.single-filter .btn {
  background: #58585B;
}
.single-filter btn:hover,
.single-filter .btn:hover {
  background: #3f3f41;
}
.single-filter btn i,
.single-filter .btn i {
  float: right;
  margin-right: -10px;
}
.single-filter + * {
  clear: both;
}
.pagination > li {
  display: inline-block;
  margin-right: 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > a,
.pagination > li:first-child > span,
.pagination > li.active > span {
  text-decoration: none;
  border-radius: 17px;
  background: #f7b129;
  font-family: "PT sans", sans-serif;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 400;
  width: 33px;
  height: 32px;
  padding: 3px 0px;
  text-align: center;
}
.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover,
.pagination > li > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li.active > span:hover {
  background-color: #F4A72C;
  color: #FFF;
}
.pagination > li:first-child > a.current,
.pagination > li:last-child > a.current,
.pagination > li > a.current,
.pagination > li:first-child > span.current,
.pagination > li.active > span.current {
  background-color: #F4A72C;
  border-color: #F4A72C;
}
.pager li > a,
.pager li > span {
  background: #f7b129;
  color: #FFF;
}
.pager li > a:hover,
.pager li > span:hover {
  background: #F4A72C;
}
.fa-angle-left,
.fa-angle-double-left {
  font-size: 20px;
  font-weight: 700;
}
/**
* 5.0 Classes, Modules & UI Elements
*
**/
p.user-info {
  display: block;
  clear: right;
  float: right;
}
.photo-credit,
.credit {
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.photo-credit small,
.credit small,
.photo-credit .small,
.credit .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.photo-credit small,
.credit small,
.photo-credit .small,
.credit .small {
  font-size: 75%;
}
.banner {
  background: #58585B;
  font-family: "PT sans", sans-serif;
  width: 100%;
  line-height: 1.5;
  color: #FFF;
  padding: 5px 9px;
  font-size: 1.9rem;
  margin: 0px;
  font-weight: 400;
}
.banner span {
  color: #f7b129;
}
.banner.gold {
  background-color: #fac825;
  color: #58585B;
  padding: 5px 30px;
  margin: 0px auto 20px auto;
}
.three-color-bottom {
  position: relative;
}
.three-color-bottom:before {
  content: "";
  background: linear-gradient(to right, #f4a72c 0%, #f4a72c 60%, #fac825 60%, #fac825 90%, #fac825 90%, #65bce8 90%, #65bce8 100%);
  height: 4px;
  display: block;
  position: absolute;
  bottom: -20px;
  width: 175px;
  left: 50%;
  transform: translateX(-50%);
}
.three-color-bottom.animate-in:after {
  width: 0%;
  transition: width 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.three-color-bottom.animate-in.slide-in:after {
  width: 30%;
}
.three-color-top:before {
  content: "";
  height: 4px;
  width: 30%;
  background: linear-gradient(to right, #f4a72c 0%, #f4a72c 60%, #fac825 60%, #fac825 90%, #fac825 90%, #65bce8 90%, #65bce8 100%);
  position: absolute;
  top: -30px;
}
.three-color-top.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}
header.three-color-top:before {
  top: 0;
  width: 100%;
}
.with-dropshadow {
  position: relative;
}
.with-dropshadow img {
  position: relative;
  z-index: 2;
}
.with-dropshadow:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(262deg, #9edff5, #65bce8);
  width: 100%;
  height: 100%;
  left: -10px;
  bottom: -10px;
  transition: all 0.3s ease;
}
.with-dropshadow:hover::after {
  transform: translateY(10px) translateX(-10px);
}
.ui-header {
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 34px;
  font-size: 2.0rem;
  color: #58585B;
  font-weight: 400;
  padding: 12.5px;
  border-bottom: 4px solid 2px dotted #dadbdb;
  font-weight: normal;
  background: #58585B;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
}
.ui-header small,
.ui-header .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.ui-header small,
.ui-header .small {
  font-size: 65%;
}
.ui-header.bigger {
  font-size: 24px;
  font-weight: bold;
}
.ui-header.light {
  font-weight: 300;
}
.ui-header.text-center {
  margin: 20px 0px;
  line-height: 1.4;
}
.ui-element {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}
.mobile-ads {
  display: none;
}
.phark,
.phark a {
  text-indent: -5000px;
  display: block;
  /*font-size: 0;*/
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.perfect {
  height: 0;
}
.half {
  width: 48%;
  float: left;
  margin: 0px 1%;
}
.half + .half:before,
.half + .half:after {
  content: " ";
  display: table;
}
.half + .half:after {
  clear: both;
}
.half + .half:before,
.half + .half:after {
  content: " ";
  display: table;
}
.half + .half:after {
  clear: both;
}
.full {
  width: 100%;
}
.hideme,
.hide,
.hidden {
  display: none;
}
p.important {
  color: #cf002a;
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.nomargin {
  margin: 0px;
  padding: 0px;
}
.msg {
  padding: 15px;
  display: block;
  width: 100%;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  display: none;
}
.modal .modal-dialog {
  max-width: 500px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translateY(-50%) translateX(-50%);
  padding: 25px;
}
.modal .modal-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
}
.modal .modal-header {
  text-align: center;
}
.modal .modal-body {
  margin-bottom: 30px;
}
.modal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-footer .btn-primary {
  margin: 0px;
}
.link-with-icon {
  font-family: "fontello";
  padding: 0px 3px;
  color: #1e90c9;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.pseudo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
a.pdf:after {
  content: '\e811';
  font-family: "fontello";
  padding: 0px 3px;
  color: #1e90c9;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
}
a.pdf:hover:after {
  color: #000;
}
a.audio:after {
  content: '\e812';
  font-family: "fontello";
  padding: 0px 3px;
  color: #1e90c9;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.audio:hover:after {
  color: #000;
}
a.video:after {
  content: '\e812';
  font-family: "fontello";
  padding: 0px 3px;
  color: #1e90c9;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.video:hover:after {
  color: #000;
}
#social-links {
  display: block;
  height: auto;
  position: absolute;
  top: 20.5px;
  right: 12.5px;
}
#social-links a {
  display: inline-block;
  background: #306199;
  min-width: 38px;
  height: auto;
  padding: 2px 8px 2px 8px;
  color: #FFF;
  text-align: center;
}
#social-links a i {
  font-size: 14px;
}
#social-links a .count {
  margin-left: 5px;
  font-size: 12px;
}
#social-links a:hover {
  text-decoration: none;
}
#social-links a#fb {
  background: #306199;
}
#social-links a#fb#fb:hover {
  background: #244872;
}
#social-links a#googleplus {
  background: #E93F2F;
}
#social-links a#googleplus i {
  font-size: 13px;
  font-weight: 700;
}
#social-links a#googleplus#googleplus:hover {
  background: #cf2616;
}
#social-links a#twitter {
  background: #26C4F1;
}
#social-links a#twitter#twitter:hover {
  background: #0eaad6;
}
#social-links a#reddit {
  background: #5F99CF;
}
#social-links a#reddit i {
  font-weight: 700;
}
#social-links a#pinterest {
  background: #B81621;
  margin-left: 4px;
}
/* 5.1 Tables */
table,
.table {
  background-color: transparent;
  width: 100%;
}
table thead th,
.table thead th,
table thead td,
.table thead td,
table tfoot td,
.table tfoot td {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 34px;
  font-size: 2.0rem;
  color: #58585B;
  font-weight: 400;
  padding: 12.5px;
  border-bottom: 4px solid 2px dotted #dadbdb;
  font-weight: normal;
  background: #58585B;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
  background-color: #58585B;
  color: #FFF;
  font-family: "PT sans", sans-serif;
  text-align: left;
  padding: 13px 20px;
}
table thead th small,
.table thead th small,
table thead td small,
.table thead td small,
table tfoot td small,
.table tfoot td small,
table thead th .small,
.table thead th .small,
table thead td .small,
.table thead td .small,
table tfoot td .small,
.table tfoot td .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
table thead th small,
.table thead th small,
table thead td small,
.table thead td small,
table tfoot td small,
.table tfoot td small,
table thead th .small,
.table thead th .small,
table thead td .small,
.table thead td .small,
table tfoot td .small,
.table tfoot td .small {
  font-size: 65%;
}
table thead th.bigger,
.table thead th.bigger,
table thead td.bigger,
.table thead td.bigger,
table tfoot td.bigger,
.table tfoot td.bigger {
  font-size: 24px;
  font-weight: bold;
}
table thead th.light,
.table thead th.light,
table thead td.light,
.table thead td.light,
table tfoot td.light,
.table tfoot td.light {
  font-weight: 300;
}
table thead th.text-center,
.table thead th.text-center,
table thead td.text-center,
.table thead td.text-center,
table tfoot td.text-center,
.table tfoot td.text-center {
  margin: 20px 0px;
  line-height: 1.4;
}
table thead tr th:only-child,
.table thead tr th:only-child,
table thead tr td:only-child,
.table thead tr td:only-child {
  border-radius: 0px 0px 0px 0px;
  border-width: 1px;
}
table > thead > tr > th,
.table > thead > tr > th {
  font-size: 1.8rem;
  line-height: 1.2;
}
table tfoot tr td,
.table tfoot tr td {
  border-radius: 0px 0px 0px 0px;
  border-width: 1px;
  font-size: 16px;
  text-align: left;
}
table tr,
.table tr {
  background-color: #FFF;
}
table tr:hover,
.table tr:hover {
  /*background-color: @table-bg-hover;*/
}
table tr:nth-child(2n),
.table tr:nth-child(2n) {
  background-color: rgba(251, 201, 38, 0.2);
}
table td,
.table td {
  padding: 10px 20px;
  vertical-align: top;
  color: #58585b;
  font-family: "PT sans", sans-serif;
}
table p,
.table p,
table td,
.table td,
table li,
.table li {
  font-size: 1.5rem;
}
table a,
.table a {
  color: #65BCE8;
}
table a.comma,
.table a.comma {
  display: block;
  border-bottom: 1px solid transparent;
  line-height: 1.0;
}
table.three-column tr,
.table.three-column tr {
  display: flex;
  justify-content: space-between;
}
table.three-column tr td:first-of-type,
.table.three-column tr td:first-of-type {
  flex-basis: 30%;
}
table.three-column tr td:nth-of-type(2),
.table.three-column tr td:nth-of-type(2) {
  flex-basis: 47%;
}
table.three-column tr td:last-of-type,
.table.three-column tr td:last-of-type {
  flex-basis: 20%;
}
table.three-column tr .btn,
.table.three-column tr .btn {
  width: 90%;
}
.page-template-tmpl_iframe table tr,
.page-template-tmpl_iframe .table tr,
.page-template-tmpl_iframe table tr:nth-child(2n),
.page-template-tmpl_iframe .table tr:nth-child(2n) {
  background-color: transparent;
}
.page-template-tmpl_iframe table td input,
.page-template-tmpl_iframe .table td input {
  width: 85%;
  padding: 10px;
  border: 1px solid #CCC;
}
.entry table td img {
  width: auto;
  height: auto;
  max-width: 90%;
}
.columns-wrapper,
.info-column {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  font-family: "PT sans", sans-serif;
  color: #58585B;
  position: relative;
}
.columns-wrapper .pop-flag,
.info-column .pop-flag {
  background: no-repeat center url('../../uploads/20200115125335/Most-Popular-Button.svg');
  width: 121px;
  height: 33px;
  position: absolute;
  top: -15px;
  left: -13px;
  background-size: contain;
}
.columns-wrapper .column,
.info-column .column {
  width: 31%;
}
.columns-wrapper .column .btn.btn-alt,
.info-column .column .btn.btn-alt {
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  width: 100%;
  background: #fac825;
  color: #58585B;
  display: none;
}
.columns-wrapper .column .btn.btn-alt:hover,
.info-column .column .btn.btn-alt:hover {
  background: #F4A72C;
}
.columns-wrapper .column ul,
.info-column .column ul {
  padding-left: 0px;
}
.columns-wrapper .column-header,
.info-column .column-header {
  background: #F3F1F2;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  margin: 0 auto 5px auto;
}
.columns-wrapper .column-body,
.info-column .column-body {
  background: #F3F1F2;
  padding-top: 20px;
}
.columns-wrapper .column-body p,
.info-column .column-body p {
  text-align: center;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
}
.columns-wrapper .column-body p small,
.info-column .column-body p small {
  color: #58585B;
  font-size: 12px;
  line-height: 14px;
}
.columns-wrapper .price,
.info-column .price {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  font-weight: 700;
}
.columns-wrapper .price .slash-price,
.info-column .price .slash-price {
  font-size: 30px;
  padding: 10px 10px 0 10px;
  position: relative;
}
.columns-wrapper .price .slash-price::after,
.info-column .price .slash-price::after {
  content: "";
  background: #65BCE8;
  width: 2px;
  height: 60px;
  position: absolute;
  transform: rotate(65deg);
  right: 39px;
  bottom: -6px;
}
.columns-wrapper .price .now-price,
.info-column .price .now-price {
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
.columns-wrapper .session-content ul,
.info-column .session-content ul {
  list-style: none;
  width: 70%;
  margin-left: 50px;
}
.columns-wrapper .session-content ul li,
.info-column .session-content ul li {
  color: #58585B;
  text-indent: -5px;
}
.columns-wrapper .session-content ul li::before,
.info-column .session-content ul li::before {
  content: "- ";
  text-indent: -5px;
}
.columns-wrapper .session-content p,
.info-column .session-content p {
  color: #58585B;
  width: 70%;
  text-align: left;
}
.columns-wrapper + .horizontal,
.info-column + .horizontal {
  padding: 12.5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.columns-wrapper + .horizontal .text,
.info-column + .horizontal .text {
  padding-left: 20px;
  color: #58585B;
  margin-left: 20px;
  border-left: 1px solid #58585B;
}
.columns-wrapper + .horizontal .text span.strong,
.info-column + .horizontal .text span.strong {
  font-weight: 700;
}
.info-column {
  flex-direction: column;
  max-width: 275px;
}
@media screen and (max-width: 768px) {
  .info-column {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 568px) {
  .info-column {
    max-width: 100%;
  }
}
.info-column .banner-small {
  padding-bottom: 2px !important;
  color: #58585B;
}
.info-column .column-header {
  margin: 0px 0px 5px 0px;
}
.info-column .column-header p {
  margin: 0px;
}
.info-column .column-body {
  padding: 30px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info-column .slash-price {
  font-size: 30px;
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
  font-weight: 700;
}
.info-column .slash-price::after {
  content: "";
  background: #65BCE8;
  width: 2px;
  height: 60px;
  position: absolute;
  transform: rotate(65deg);
  right: 48%;
  bottom: -6px;
}
.info-column .now-price {
  font-size: 60px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin: 0px !important;
  padding: 0px !important;
}
/*columns-wrapper*/
.callout {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  width: 100%;
  background: #fac825;
  color: #58585B;
  text-align: center;
  padding: 5px 0;
}
/* 5.2 Lists */
ol.anchors,
ul.simple {
  list-style: none;
  margin-left: 0px;
}
ul.horizontal {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
}
ul.horizontal li {
  display: inline;
  line-height: 1.2;
}
ul.horizontal li:after {
  content: " | ";
}
ul.horizontal li:last-child:after {
  content: "";
}
/* 5.3 Forms */
/* 5.4 UI Elements */
.ui-widget .ui-icon {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent !important;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  text-indent: 0px !important;
  overflow: visible;
  width: auto;
  height: auto;
}
input,
textarea {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fafafa;
  width: 95%;
}
input[type="submit"],
textarea[type="submit"] {
  width: auto;
  padding: 5px 30px;
}
.login-form {
  margin-top: 50px;
}
/*
* Todo - HTML5 accordion or other non-jqueryUI solution? 12/16/14
*/
#accordion .panel-default > .panel-heading {
  padding: 0px;
}
#accordion .panel-title {
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 34px;
  font-size: 2.0rem;
  color: #58585B;
  font-weight: 400;
  padding: 12.5px;
  border-bottom: 4px solid 2px dotted #dadbdb;
  font-weight: normal;
  background: #58585B;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
  margin: 0px;
  padding: 7px 10px;
  cursor: pointer;
  border: 0px;
  clear: both;
  line-height: 22px;
  text-align: left;
}
#accordion .panel-title small,
#accordion .panel-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#accordion .panel-title small,
#accordion .panel-title .small {
  font-size: 65%;
}
#accordion .panel-title.bigger {
  font-size: 24px;
  font-weight: bold;
}
#accordion .panel-title.light {
  font-weight: 300;
}
#accordion .panel-title.text-center {
  margin: 20px 0px;
  line-height: 1.4;
}
#accordion .panel-title a {
  color: #FFF;
  display: block;
}
#accordion .panel-title a:before {
  font-family: "fontello";
  padding: 0px 3px;
  color: #1e90c9;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  content: '\e832';
  font-size: 20px;
  color: #FFF;
  margin-right: 9px;
}
#accordion .panel-title a.collapsed:before {
  content: '\e82e';
}
#accordion .panel-title a:hover {
  border-bottom: none;
}
#accordion .panel-body p:first-child {
  margin-top: 0px;
}
.info-box {
  width: 50%;
  float: right;
  margin: 12.5px 0px 12.5px 12.5px;
  padding: 12.5px;
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.info-box h3 {
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 34px;
  font-size: 2.0rem;
  color: #58585B;
  font-weight: 400;
  padding: 12.5px;
  border-bottom: 4px solid 2px dotted #dadbdb;
  font-weight: normal;
  background: #58585B;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
  margin: -20px -12.5px 12.5px -12.5px;
  border-bottom: 3px solid #F4A72C;
  color: #FFF;
  font-weight: 700;
}
.info-box h3 small,
.info-box h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.info-box h3 small,
.info-box h3 .small {
  font-size: 65%;
}
.info-box h3.bigger {
  font-size: 24px;
  font-weight: bold;
}
.info-box h3.light {
  font-weight: 300;
}
.info-box h3.text-center {
  margin: 20px 0px;
  line-height: 1.4;
}
.info-box h3 > a {
  text-decoration: none;
  cursor: pointer;
}
.info-box h3 > a:hover {
  color: #F4A72C;
}
.info-box h4 {
  text-align: center;
}
.info-box ul {
  list-style: none;
  margin: -12.5px;
}
.info-box ul li {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  background: none;
  padding: 4px 12.5px;
  border-bottom: 1px solid #CCC;
}
.info-box ul.simple,
.info-box ol.simple {
  margin: 0px 0px 0px 9px;
  border-bottom: 0px !important;
}
.info-box ul.simple li,
.info-box ol.simple li {
  border: 0px;
}
.info-box p + .simple {
  margin-top: -17px;
}
.info-box ol {
  margin: -12.5px;
}
.info-box ol li {
  padding: 4px 11px;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  background: none;
  list-style-position: inside;
}
.info-box table {
  margin: 0px 0px 12.5px -12.5px;
  width: 110%;
  max-width: 110%;
}
.info-box table thead td {
  font-weight: 700;
  text-align: center !important;
}
.info-box .icons i {
  color: #f7b129;
  font-size: 2rem;
  margin-right: 5px;
}
.info-box .icons a:hover i {
  color: #F4A72C;
}
.info-box.full {
  width: 100%;
  float: none;
  clear: both;
  margin: 25px 0px 12.5px 0px;
}
.info-box.full h2.tag-btn {
  margin-bottom: 4px;
}
.info-box.full h3 ~ h3,
.info-box.full h3 ~ div h3 {
  background: none;
  margin: -7px 0px;
  padding: 0px 9px;
  font-size: 1.8rem;
  color: #f7b129;
  font-weight: normal;
  border-bottom: 0px !important;
}
.info-box.full ul {
  margin: 0px 0px 12.5px 0px;
  padding-bottom: 7px;
  border-bottom: 2px solid #FFF;
}
.info-box.full li {
  background: none;
  border: none;
  list-style: none;
}
.info-box .info-footer {
  height: 20px;
  background: #f7b129;
  height: 25px;
  margin: 12.5px -12.5px -12.5px -12.5px;
}
.info-box:after {
  content: "";
  clear: both;
  display: block;
}
#search-modal {
  padding-top: 25%;
}
#searchform input {
  font-size: 21px;
  font-family: "PT sans", sans-serif;
  width: 90%;
}
#searchform i {
  font-size: 22px;
}
/* 5.5 Enhanced Callout- shaded box with icon to showcase sponsored reg-add on */
.enhanced-callout {
  margin: 20px 0px;
  background: #F3F1F2;
  display: block;
  padding: 20px 30px 20px 80px;
}
@media screen and (max-width: 567px) {
  .enhanced-callout {
    padding: 10px 20px 10px 50px;
  }
}
.enhanced-callout h2 {
  font-weight: 700;
}
.enhanced-callout h2 > a {
  text-decoration: none;
  cursor: pointer;
}
.enhanced-callout h2 > a:hover {
  color: #F4A72C;
}
.enhanced-callout h2:first-of-type {
  margin-bottom: 10px;
}
.enhanced-callout h2:last-of-type {
  margin-bottom: 20px;
  margin-top: 0px;
}
.enhanced-callout p.indent {
  text-indent: 20px;
}
@media screen and (max-width: 567px) {
  .enhanced-callout p.indent {
    text-indent: 0px;
  }
}
.enhanced-callout .section-label {
  top: 90px;
  bottom: auto;
  left: -23px;
}
@media screen and (max-width: 567px) {
  .enhanced-callout .section-label {
    display: flex;
    left: -30px;
    top: 75px;
  }
}
@media screen and (max-width: 567px) {
  .enhanced-callout .section-label .label-text {
    font-size: 16px;
  }
}
.enhanced-callout .section-label img {
  width: 42px;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 567px) {
  .enhanced-callout .section-label img {
    width: 30px;
    bottom: -13px;
  }
}
/* 5.6 Vcard- used on sponsor contacts */
.vcard {
  margin: 15px;
}
.vcard img {
  max-width: 350px;
  width: 100%;
}
.vcard p {
  max-width: 320px;
  margin: 0 auto 10px auto;
}
/**
* 6.0 Galleries
*
**/
.gallery {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.gallery .gallery-item {
  flex-grow: 1;
  flex-basis: 33%;
  max-width: 33%;
  margin: 0px;
  padding: 0px;
  margin: auto;
  padding: 5px;
}
.gallery .gallery-item a:hover {
  border: 0px;
}
.gallery .gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.gallery .gallery-caption {
  display: none;
  color: #000;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}
.gallery.gallery-columns-4 .gallery-item img {
  max-height: 200px;
  width: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-2 .gallery-item img {
  max-height: 200px;
  width: auto;
}
/*#slideshow-wrapper{

	position: relative;

	#slideshow-main{
		.cycle-slide{.nomargin();}
		#caption{display: none;}
	}

	.slideshow-pagination{
		position: absolute;
	    top: 39%;
	    z-index: 100;
	    display: block;
	    height: 100px;
	    width: 100%;

	    a{
		    color: #FFF;
		    opacity: .25;
			font-size: 45px;
			position: absolute;
			transition: all 0.1s ease-out;
			&:hover{border: none; opacity: .85;}
		}

	    .cycle-prev{left: 0px;}
	    .cycle-next{right: 0px;}
	}
}*/
.gallery.sponsors {
  align-items: center;
}
.gallery.sponsors .gallery-item {
  position: relative;
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 150px;
  text-align: center;
}
.gallery.sponsors .gallery-item .gallery-icon a.link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "PT sans", sans-serif;
  color: transparent;
  z-index: 10;
  line-height: 7;
  font-size: 20px;
}
.gallery.sponsors .gallery-item .gallery-icon a.img {
  height: 100%;
  width: 100%;
  display: block;
}
.gallery.sponsors .gallery-item .gallery-icon .img img {
  border: none;
  transition: all .25s;
  max-height: 110px;
  max-width: 90%;
  width: auto;
  margin: 0px auto;
}
.gallery.sponsors .gallery-item .gallery-icon:hover a.link {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 2px black;
}
.gallery.sponsors .gallery-item .gallery-icon:hover img {
  transform: scale(1.2);
}
.gallery.ebag .gallery-item {
  padding: 12.5px;
}
.fade-in,
.wf-active #wrapper .fade-in {
  opacity: 0 !important;
  transition: opacity 0.3s linear !important;
}
.fade-in.in-view,
.wf-active #wrapper .fade-in.in-view {
  opacity: 1 !important;
}
/**
* 6.1 Baseball Gallery
*
**/
.gallery-columns-4 figure {
  flex-basis: 25%;
  padding: 1%;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .gallery-columns-4 figure {
    flex-basis: 33%;
  }
}
@media screen and (max-width: 568px) {
  .gallery-columns-4 figure {
    flex-basis: 50%;
  }
}
.flip-card {
  min-height: 242px;
  cursor: pointer;
  background-color: #fff;
  width: 300px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}
@media screen and (max-width: 768px) {
  .flip-card {
    width: 200px;
    height: 200px;
    min-height: 0px;
  }
}
@media screen and (max-width: 568px) {
  .flip-card {
    width: 150px;
    height: 200px;
  }
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border: 1px solid #f1f1f1;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
/* Style the front side */
.flip-card-front {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
/* Style the back side */
.flip-card-back {
  background-color: #eee;
  transform: rotateY(180deg);
}
.flip-card-back h3 {
  margin: 0px 0px 60px 0px;
  background-color: #fac825;
  padding: 13px;
}
@media screen and (max-width: 568px) {
  .flip-card-back h3 {
    padding: 9px 5px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.flip-card-back .promo {
  margin: -20px 0px 30px 0px;
}
@media screen and (max-width: 568px) {
  .flip-card-back .promo {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 568px) {
  .flip-card-back .btn-primary {
    font-size: 15px !important;
  }
}
/**
* 7.0 Page Specific
*
**/
#menu li.hide {
  display: block !important;
}
.page-template-tmpl_wide #primary,
.page-template-tmpl_archive-speakers #primary {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .page-template-tmpl_wide #primary,
  .page-template-tmpl_archive-speakers #primary {
    float: left;
    width: 78.57142857%;
  }
}
@media (min-width: 768px) {
  .page-template-tmpl_wide #menu,
  .page-template-tmpl_archive-speakers #menu {
    right: 78.57142857%;
  }
}
.archive #wrapper.container {
  padding-bottom: 100px;
}
.flexbox,
.page .flexbox {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox article,
.page .flexbox article {
  flex-grow: 1;
  max-width: 33%;
  margin: 0px;
  padding: 0px;
  padding: 5px;
}
.flexbox article h2,
.page .flexbox article h2 {
  margin: 12.5px 0px -2px 0px;
  font-size: 1.8rem;
  font-family: "PT sans", sans-serif;
  text-align: left;
}
.flexbox article h2 a,
.page .flexbox article h2 a {
  color: #4a4a4a;
}
.flexbox article h2 a:hover,
.page .flexbox article h2 a:hover {
  color: #F4A72C;
}
.flexbox article .wp-post-image,
.page .flexbox article .wp-post-image {
  float: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0px;
}
.flexbox article time,
.page .flexbox article time {
  font-size: 1.2rem;
  font-style: normal;
  color: #58585B;
  font-family: "PT sans", sans-serif;
  font-weight: normal;
}
.flexbox article .entry-content,
.page .flexbox article .entry-content {
  padding-top: 10px;
}
.flexbox article .entry-content p,
.page .flexbox article .entry-content p {
  margin-top: 0px;
}
.flexbox article .entry-content img,
.page .flexbox article .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.flexbox article .entry-content .horizontal,
.page .flexbox article .entry-content .horizontal {
  margin-top: 5px;
}
.archive-list .hentry,
.search-results .hentry {
  border-bottom: 2px dotted #d8d8da;
  padding-top: 12.5px;
  min-height: 167px;
}
.archive-list .hentry:before,
.search-results .hentry:before,
.archive-list .hentry:after,
.search-results .hentry:after {
  content: " ";
  display: table;
}
.archive-list .hentry:after,
.search-results .hentry:after {
  clear: both;
}
.archive-list .hentry:before,
.search-results .hentry:before,
.archive-list .hentry:after,
.search-results .hentry:after {
  content: " ";
  display: table;
}
.archive-list .hentry:after,
.search-results .hentry:after {
  clear: both;
}
.archive-list .hentry:last-child,
.search-results .hentry:last-child {
  border: 0px;
}
.archive-list .hentry .entry-title,
.search-results .hentry .entry-title {
  margin: 0px;
  padding: 0px;
  float: right;
  width: calc(100% - 200px);
  font-size: 2rem;
  margin: -4px 0px;
  padding-left: 12.5px;
  font-weight: 300;
  border-bottom: 1px dotted transparent;
}
.archive-list .hentry .entry-title a,
.search-results .hentry .entry-title a {
  color: #58585B;
}
.archive-list .hentry .entry-title a:hover,
.search-results .hentry .entry-title a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.archive-list .hentry .post-thumbnail,
.search-results .hentry .post-thumbnail {
  float: left;
  width: 200px;
  position: relative;
}
.archive-list .hentry .post-thumbnail img,
.search-results .hentry .post-thumbnail img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}
.archive-list .hentry .entry-content,
.search-results .hentry .entry-content {
  clear: right;
  width: calc(100% - 212.5px);
  float: right;
}
.archive-list li.format-video .post-thumbnail:before,
.search-results li.format-video .post-thumbnail:before {
  font-family: 'fontello';
  content: "\e814";
  color: #111;
  font-size: 53px;
  width: 100%;
  position: absolute;
  line-height: 3;
  text-align: center;
  transition: .25s;
  opacity: .75;
}
.archive-list li.format-video .post-thumbnail:hover:before,
.search-results li.format-video .post-thumbnail:hover:before {
  opacity: 1;
}
.home #wrapper.container {
  display: block;
  max-width: 100%;
  padding: 0;
}
.home aside#ads {
  float: none;
  margin: 40px auto;
  width: 100%;
  padding: 0 70px;
  max-width: 1300px;
}
.home aside#ads .widgets {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home aside#ads .widgets .widget:first-of-type {
  margin-right: 20px;
  margin-left: 20px;
}
.home .archive-list {
  display: flex;
  max-width: 1160px;
  margin: 80px auto 0 auto;
  justify-content: space-around;
}
.home .archive-list .hentry {
  width: 48%;
  display: flex;
  flex-flow: column nowrap;
  border-bottom: 0;
}
.home .archive-list .hentry .entry-title {
  font-size: 30px;
  width: 100%;
  margin: 40px 0 20px 0;
  color: #4a4a4a;
  text-align: left;
  padding: 0;
}
.home .archive-list .hentry .entry-title a {
  font-weight: 700;
}
.home .archive-list .hentry .entry-title a:hover {
  border-bottom: 0;
}
.home .archive-list .hentry .entry-content {
  width: 90%;
  float: none;
}
.home .archive-list .hentry .entry-content p {
  margin-top: 0px;
  padding-left: 12.5px;
  font-size: 18px;
  color: #4a4a4a;
  padding: 0;
}
.home .archive-list .hentry .entry-content .more {
  color: #65BCE8;
  position: relative;
  font-weight: 700;
}
.home .archive-list .hentry .post-thumbnail {
  float: none;
  width: 95%;
}
.home .archive-list .hentry .post-thumbnail img {
  z-index: 1;
  position: relative;
}
.home .columns-wrapper {
  margin: 70px auto 50px auto;
  align-items: flex-end;
  justify-content: center;
  align-items: stretch;
  margin: 70px auto 90px auto;
}
@media screen and (max-width: 1024px) {
  .home .columns-wrapper {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .home .columns-wrapper {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 567px) {
  .home .columns-wrapper {
    flex-direction: column;
    padding: 0px 20px;
  }
}
.home .columns-wrapper .column {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .columns-wrapper .column {
    width: 34% !important;
  }
}
@media screen and (max-width: 768px) {
  .home .columns-wrapper .column {
    width: 45% !important;
  }
}
@media screen and (max-width: 567px) {
  .home .columns-wrapper .column {
    width: 100% !important;
  }
}
.home .columns-wrapper .column:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 567px) {
  .home .columns-wrapper .column:first-of-type {
    margin-right: 0px;
  }
}
.home .columns-wrapper .column .slash-price:after {
  height: 60px;
}
.home .columns-wrapper .column .pop-flag {
  background-image: url('../../uploads/20200115125335/Most-Popular-Button.svg');
  width: 159px;
  height: 55px;
  top: -30px;
  left: -18px;
}
.home .columns-wrapper .column .column-header {
  font-size: 24px;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}
.home .columns-wrapper .column .column-body {
  min-height: 0px;
  padding: 30px 0px;
  padding: 30px 0px 0px 0px;
  height: 100%;
}
.home .columns-wrapper .column .column-body .banner-small {
  width: 55%;
  color: #000;
  padding: 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home .columns-wrapper .column .column-body .banner-small {
    width: 65% !important;
  }
}
.home .columns-wrapper .column .column-body ul {
  margin-top: 15px;
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  .home .columns-wrapper .column .column-body ul {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.home .columns-wrapper .column .column-body ul li {
  margin: 3px auto;
  list-style-type: none;
  text-align: center;
}
.home .columns-wrapper .btn {
  margin-top: 5px;
  display: block;
}
.home .grid-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.home .location {
  margin: 100px 0px 0px 30px;
}
@media screen and (max-width: 1024px) {
  .home .location {
    height: 400px;
  }
}
@media screen and (max-width: 567px) {
  .home .location {
    margin: 60px 0px 0px 0px;
  }
}
.home .location img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .home .location img {
    object-fit: cover;
    height: 100%;
  }
}
.home .location .text-overlay {
  position: absolute;
  max-width: 420px;
  top: 0px;
  bottom: 0px;
  right: 100px;
  padding: 30px 70px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .location .text-overlay {
    right: 50%;
    width: 60%;
    max-width: 500px;
    padding: 30px 40px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 567px) {
  .home .location .text-overlay {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 40px;
    transform: translateX(0%);
  }
}
.home .location .text-overlay h2 {
  font-size: 36px;
  font-weight: bold;
}
.home .location .text-overlay h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 20px auto 40px auto;
}
.home .location .text-overlay small {
  display: block;
  text-align: left;
  color: #58585B;
  font-size: 13px;
  position: absolute;
  bottom: 40px;
  max-width: 300px;
}
.home .location .text-overlay small a {
  color: #F4A72C;
  white-space: nowrap;
}
#app-ad {
  background: url('../../uploads/20190510153607/hbc-app-promo.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 347px;
  display: flex;
  justify-content: flex-end;
}
#app-ad .ad-content {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  justify-content: center;
  color: #4a4a4a;
}
#app-ad .ad-title {
  font-size: 50px;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
}
#app-ad a {
  font-size: 18px;
  font-weight: bold;
}
#app-ad .ad-text {
  font-size: 18px;
  line-height: 28px;
  width: 90%;
  max-width: 500px;
  margin: 10px 0;
}
#app-ad .horizontal a img {
  width: 135px;
  height: 45px;
  margin-right: 15px;
}
.search-results .hentry {
  min-height: 0px;
}
.search-results .hentry figure {
  display: none;
}
.search-results .hentry .entry-title,
.search-results .hentry .entry-content,
.search-results .hentry p {
  width: 100%;
  float: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 12.5px;
}
.list-view article.page {
  min-height: 0px;
  border-bottom: 2px dotted #dadbdb;
  margin: 0px;
  padding: 12.5px 0px;
}
.list-view #banner + .day {
  margin-top: 0px;
}
.list-view #banner.registration-banner {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  padding: 3px 20px;
}
.list-view .list-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #a5a5a5;
  position: relative;
  align-items: flex-start;
}
.list-view .list-item:nth-child(2n) {
  background: #F3F1F2;
}
.list-view .list-item.sponsored {
  padding-top: 35px;
}
.list-view .list-item.sponsored a:hover {
  border: none;
}
.list-view .list-item.sponsored img {
  width: 140px;
  padding-bottom: 0px;
}
.list-view h2 {
  margin: 0px 0px 7px 0px;
}
.list-view h2 a {
  font-size: 20px;
  font-family: "PT sans", sans-serif;
}
.list-view h2 a:hover {
  color: #F4A72C;
  border-bottom: none;
}
.list-view h2 + cite {
  margin-top: -10px;
  display: block;
}
.list-view img {
  width: 150px;
  height: auto;
}
.list-view a {
  color: #65BCE8;
}
.list-view .btn {
  margin-top: 10px;
}
.list-view .day {
  text-align: left;
  color: #58585b;
  margin: 40px auto 0px auto;
  border-bottom: 1px solid #a5a5a5;
  padding-bottom: 20px;
  font-size: 36px;
  font-family: "PT sans", sans-serif;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}
.list-view time {
  margin-right: 50px;
  min-width: 200px;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #4a4a4a;
}
.list-view hgroup {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.list-view .location,
.list-view .details {
  font-size: 18px;
  color: #4a4a4a;
}
.list-view .details {
  margin-top: 7px;
}
.list-view .details:hover {
  color: #F4A72C;
  border-bottom: none;
}
.list-view .flex-column {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.list-view.two-cols {
  display: flex;
  flex-wrap: wrap;
}
.list-view.two-cols .col {
  width: 50%;
  padding: 17px 8.5px;
  display: block;
  float: left;
  min-height: 95px;
}
.list-view.two-cols .col.alt {
  background-color: rgba(251, 201, 38, 0.2);
}
.list-view.two-cols .logos {
  float: left;
  width: 32px;
  margin-right: 2%;
  clear: both;
  display: block;
}
.list-view.two-cols .logos img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-right: 1%;
}
.list-view.two-cols .mini-row {
  display: block;
  clear: both;
  padding: 3% 0px;
}
.list-view.two-cols p {
  margin: 0px;
  font-size: 1.3rem;
}
.list-view.two-cols .org {
  font-size: 1.9rem;
  color: #000;
  font-family: "PT sans", sans-serif;
  line-height: 1;
  display: block;
  padding-bottom: 3%;
}
.list-view.two-cols .org:hover {
  color: #F4A72C;
  border: none;
}
.list-view.two-cols .org img {
  display: inline-block;
  width: 43px;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 2%;
}
.list-view.two-cols .org .roll {
  display: block;
}
.list-view.two-cols .badge {
  font-size: 1rem;
  top: -3px;
  position: relative;
  left: 6px;
}
.list-view.two-cols .street {
  display: block;
}
.list-view.two-cols .offer {
  font-weight: 700;
  display: block;
  clear: both;
  font-family: "PT sans", sans-serif;
  padding-top: 2%;
}
#map_canvas {
  width: 100%;
  height: 350px;
  margin-bottom: 12.5px;
}
.page-template-tmpl_iframe-php body:before {
  display: none;
}
.page-template-tmpl_iframe-php header,
.page-template-tmpl_iframe-php #footer-wrapper,
.page-template-tmpl_iframe-php #wpadminbar,
.page-template-tmpl_iframe-php .breadcrumbs {
  display: none;
}
.page-template-tmpl_iframe-php #wrapper.container {
  padding: 20px;
  width: auto;
}
.page-template-tmpl_iframe-php article {
  min-height: 0px !important;
}
.page-template-tmpl_archive-speakers #primary ::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.page-template-tmpl_archive-speakers aside#ads {
  display: none;
}
.page-template-tmpl_archive-speakers .speaker-link {
  position: relative;
}
.page-template-tmpl_archive-speakers .speaker-link:after {
  bottom: -15px;
}
.page-template-tmpl_archive-speakers .speaker-link:hover {
  border-bottom: 0;
}
.page-template-tmpl_archive-speakers #autocomplete-list {
  position: absolute;
  background: #fff;
  list-style: none;
  padding-left: 0px;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  z-index: 5;
  top: 38px;
  border: 1px solid #F6F6F6;
}
.page-template-tmpl_archive-speakers #autocomplete-list li {
  padding-left: 10px;
  cursor: pointer;
}
.page-template-tmpl_archive-speakers #autocomplete-list li:hover {
  background-color: #F6F6F6;
}
.page-template-tmpl_archive-speakers .btn-secondary {
  font-size: 18px;
}
.page-template-tmpl_archive-speakers .track-heading {
  flex-basis: 100%;
}
.page-template-tmpl_archive-speakers .section-content {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 50px;
  width: 80%;
}
.page-template-tmpl_archive-speakers .flexbox {
  margin-top: 40px;
  padding-bottom: 50px;
  max-width: 1050px;
}
.page-template-tmpl_archive-speakers .flexbox article {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 25%;
  margin-bottom: 10px;
}
.page-template-tmpl_archive-speakers .flexbox article .wp-post-image {
  position: relative;
  z-index: 3;
  max-width: 180px;
  max-height: 180px;
}
.page-template-tmpl_archive-speakers .type-speakers .entry-content {
  margin-bottom: 15px;
  padding-top: 15px;
}
.page-template-tmpl_archive-speakers .type-speakers .entry-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}
.page-template-tmpl_archive-speakers .type-speakers .entry-content a {
  font-size: 18px;
  color: #4a4a4a;
}
.page-template-tmpl_archive-speakers .type-speakers .entry-title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 17.5px;
}
.page-template-tmpl_archive-speakers .type-speakers .entry-title a {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.page-template-tmpl_archive-speakers .type-speakers .entry-title a:hover {
  border: 0;
}
.single-speakers #breadcrumbs,
.single-seminars #breadcrumbs {
  display: none;
}
.single-speakers .entry-title,
.single-seminars .entry-title {
  display: block;
  font-size: 36px;
  color: #58585B;
  max-width: 1050px;
  margin: 100px auto 0 auto;
  text-align: left;
}
.single-speakers .sponsored-title,
.single-seminars .sponsored-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .single-speakers .sponsored-title,
  .single-seminars .sponsored-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-speakers .sponsored-title h1,
.single-seminars .sponsored-title h1 {
  flex-basis: 75%;
  margin-left: 0px;
}
@media screen and (max-width: 568px) {
  .single-speakers .sponsored-title h1,
  .single-seminars .sponsored-title h1 {
    flex-basis: 100%;
  }
}
.single-speakers .sponsored-title div,
.single-seminars .sponsored-title div {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .single-speakers .sponsored-title div,
  .single-seminars .sponsored-title div {
    margin-top: 0px;
  }
}
@media screen and (max-width: 568px) {
  .single-speakers .sponsored-title div,
  .single-seminars .sponsored-title div {
    margin-top: 20px;
  }
}
.single-speakers .sponsored-title img,
.single-seminars .sponsored-title img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .single-speakers .sponsored-title img,
  .single-seminars .sponsored-title img {
    max-width: 120px;
  }
}
.single-speakers .entry,
.single-seminars .entry {
  margin-top: 50px;
  justify-content: space-between;
  max-width: 960px;
  margin: 50px auto 0 0;
  position: relative;
}
.single-speakers .entry h3,
.single-seminars .entry h3 {
  margin-top: 0;
  font-size: 20px;
  color: #4a4a4a;
  position: relative;
}
.single-speakers .entry p,
.single-seminars .entry p,
.single-speakers .entry .horizontal li,
.single-seminars .entry .horizontal li {
  font-size: 18px;
  line-height: 1.56;
  color: #4a4a4a;
}
.single-speakers .entry li a,
.single-seminars .entry li a {
  font-weight: 700;
}
.single-speakers .entry li a:hover,
.single-seminars .entry li a:hover {
  border-bottom: 0;
}
.single-speakers .entry img.wp-post-image,
.single-seminars .entry img.wp-post-image {
  margin-left: 30px;
  max-width: 200px;
}
.single-speakers .entry .section-title,
.single-seminars .entry .section-title,
.single-speakers .entry .section-content,
.single-seminars .entry .section-content {
  display: none;
}
.single-speakers .btn.btn-primary,
.single-seminars .btn.btn-primary {
  margin-top: 25px;
}
.single-speakers .horizontal span,
.single-seminars .horizontal span {
  font-weight: 300;
  font-size: 18px;
}
.single-speakers .horizontal span.track-name,
.single-seminars .horizontal span.track-name {
  font-weight: 700;
}
.single-speakers ul.horizontal li:first-of-type:after,
.single-seminars ul.horizontal li:first-of-type:after {
  display: none;
}
.single-speakers .social-icons a:hover {
  border: 0;
}
.single-speakers .horizontal {
  display: flex;
  flex-flow: row wrap;
}
.single-speakers .horizontal li {
  margin-right: 10px;
}
.single-speakers .horizontal li:first-of-type:after {
  display: none;
}
.single-speakers .horizontal h3 {
  margin-top: 5px;
}
.single-speakers .horizontal h3 a:hover {
  text-decoration: none;
}
.single-speakers .horizontal .social-icons {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.single-speakers .horizontal .social-icons a {
  margin-right: -5px;
}
.single-speakers ul {
  list-style: none;
}
.single-speakers ul li {
  font-size: 18px;
  line-height: 1.56;
  color: #4a4a4a;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu {
  background: #fff;
  min-width: 260px;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter {
  padding-left: 4rem;
  position: relative;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter:hover,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter:hover {
  background: #d8d8da;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter a,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter a {
  background: #fff;
  color: #4a4a4a;
  border: none;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter a:hover,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter a:hover {
  background: #d8d8da;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter .check,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter .check {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.5px;
  border: 1px solid #4a4a4a;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter.active a,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter.active a {
  color: #4a4a4a;
  background: #fff;
}
.page-template-tmpl_archive-seminars-php #track_select.dropdown-menu li.filter.active .check:before,
.page-template-tmpl_archive-seminars-php #date_select.dropdown-menu li.filter.active .check:before {
  background: #F4A72C;
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.page-template-tmpl_archive-seminars-php .navbar {
  width: 50%;
  margin: 20px auto 10px auto;
}
.page-template-tmpl_archive-seminars-php .sponsor-callout {
  margin-top: 60px;
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_archive-seminars-php .sponsor-callout {
    margin-top: 40px;
  }
}
.page-template-tmpl_archive-seminars-php .dropdown li.filter.active a {
  background-color: #58585B;
}
.page-template-tmpl_archive-seminars-php .section-content {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 50px;
  width: 80%;
}
.page-template-tmpl_archive-seminars-php h3.day {
  font-size: 36px;
  color: #58585B;
  margin-bottom: 30px;
  padding-top: 25px;
  margin-bottom: 0px;
  border-bottom: 0;
}
.page-template-tmpl_archive-seminars-php h3.day:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.page-template-tmpl_archive-seminars-php .list-view {
  max-width: 1050px;
  margin: 50px auto 0 auto;
}
.page-template-tmpl_archive-seminars-php .list-view h2 {
  text-align: left;
  line-height: 0.7;
  margin-bottom: 10px;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 15px 0;
  border-top: 1px solid #a5a5a5;
  /*time*/
  /*hgroup*/
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-time {
  font-size: 18px;
  font-weight: 700;
  font-family: "PT sans", sans-serif;
  width: 24%;
  color: #4a4a4a;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .date-wrapper {
  flex-basis: 30%;
  padding: 0px 20px;
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_archive-seminars-php .list-view .seminars .date-wrapper {
    padding: 0px;
  }
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-details {
  flex-basis: 70%;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-details .sponsored {
  padding: 2px 10px;
  background: #fac825;
  color: #58585B;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 14px;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-details .sponsored.sponsored-content {
  background: #F4A72C;
  color: #fff;
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-details .entry-title {
    margin: 7px 0px 5px 0px;
  }
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .horizontal {
  display: flex;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.56;
  font-family: "PT sans", sans-serif;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .horizontal .tracks,
.page-template-tmpl_archive-seminars-php .list-view .seminars .horizontal .speakers {
  margin-left: 5px;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .bullit {
  margin: 0 5px;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .entry-title a {
  font-size: 20px;
  font-weight: 700;
  color: #65BCE8;
  letter-spacing: 1px;
}
.page-template-tmpl_archive-seminars-php .list-view .seminars .entry-title a:hover {
  color: #F4A72C;
  border-bottom: 0;
}
.single-seminars .vertical {
  display: flex;
  flex-flow: column nowrap;
  font-size: 20px;
  font-family: "PT sans", sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.single-seminars .vertical p {
  font-family: "PT sans", sans-serif;
  margin: 30px 0;
}
.single-seminars .vertical .track-name {
  color: #65BCE8;
}
.single-seminars .vertical span {
  font-weight: 700;
}
.page-template-tmpl_splash {
  height: 100%;
  position: relative;
}
.page-template-tmpl_splash #banner {
  display: none !important;
}
.page-template-tmpl_splash #wrapper.container {
  height: 100vh;
  align-items: center;
  flex-flow: column nowrap;
  display: flex !important;
}
.page-template-tmpl_splash .splash-hero {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 66px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tmpl_splash .logo {
  transform: translateX(30px);
  max-width: 200px;
}
.page-template-tmpl_splash .splash-content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.page-template-tmpl_splash .splash-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0px 0px 0px -40px;
  text-shadow: 1px 1px 1px #000;
}
.page-template-tmpl_splash .splash-content h3 {
  margin: 0px 0px 0px -40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}
.page-template-tmpl_splash .newsletter {
  position: relative;
  margin-top: 40px;
  padding: 25px 60px;
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.page-template-tmpl_splash .newsletter h2 {
  display: block;
  font-family: "PT sans", sans-serif;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.page-template-tmpl_splash .newsletter .btn {
  font-size: 24px;
}
.page-id-5399 #wrapper.container {
  flex-flow: column nowrap;
  align-items: center;
}
/**
* 7.1 Widgets
*
*
**/
.sponsor-callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #FFD1A3 0%, #FFF5C1 100%);
  padding: 20px;
  margin: 40px auto;
}
@media screen and (max-width: 568px) {
  .sponsor-callout {
    padding: 5px 10px;
  }
}
.sponsor-callout h2 {
  font-weight: bold;
  padding: 0px 25px;
}
@media screen and (max-width: 568px) {
  .sponsor-callout h2 {
    padding: 0px 8px;
    font-size: 12px;
  }
}
.sponsor-callout img,
.sponsor-callout h2,
.sponsor-callout p {
  margin: 0px;
}
@media screen and (max-width: 568px) {
  .sponsor-callout img {
    max-width: 65px;
  }
}
.sponsor-callout .btn {
  margin: 0px;
}
@media screen and (max-width: 568px) {
  .sponsor-callout .btn {
    padding: 7px;
    font-size: 12px !important;
  }
}
.widget {
  text-align: center;
  width: 100%;
  display: block;
  border: 2px dotted #dadbdb;
  border-width: 1px 0px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 12.5px 0px;
}
.widget:first-child {
  padding-top: 25px;
}
.widget:last-child {
  border-bottom: 0px;
}
.widget + .widget {
  border-top: 0px;
}
.widget h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #58585B;
  margin-bottom: 0px;
  margin-top: 12.5px;
}
.widget span {
  font-family: "PT sans", sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 0px;
  color: #000;
  font-size: 6.6rem;
}
.widget p {
  font-family: "PT sans", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
  color: #65BCE8;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 0px;
}
.widget img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.widget.ad {
  padding: 0px;
  border: none;
}
.home .widget:first-child {
  border-top: 0px;
  padding-top: 0px;
}
#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 35px;
  height: auto;
  line-height: 1.4;
  padding: 7px 15px;
  text-align: center;
  background-color: #65BCE8;
  color: #fff;
  position: relative;
  z-index: 400;
  font-family: "PT sans", sans-serif;
  font-size: 25px;
}
#banner.registration-banner {
  display: block;
  color: #58585B;
  width: 388px;
  margin: 10px auto 50px auto;
  font-weight: 700;
  font-family: "PT sans", sans-serif;
  font-size: 16px;
  min-height: auto;
  padding: 2px;
  background-color: #fac825;
  z-index: 1;
}
#banner.registration-banner .text-white {
  color: #fff;
}
#banner.timer {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #banner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 567px) {
  #banner p {
    font-size: 15px;
  }
}
#banner a {
  color: #000;
  font-family: "PT sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  padding: 0px;
  margin: 0px 10px;
  border-bottom: 1px dotted transparent;
}
#banner a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  #banner a {
    font-size: 18px;
  }
}
@media screen and (max-width: 567px) {
  #banner a {
    font-size: 15px;
  }
}
.banner-small {
  width: 60%;
  margin: 5px auto 20px auto;
  background-color: #fac825;
  color: #fff;
  font-weight: 700;
  font-family: "PT sans", sans-serif;
  font-size: 16px;
  min-height: auto;
  padding: 2px;
  text-align: center;
}
.btn-register {
  display: block;
  width: 100%;
  background-color: #cf002a;
  font-weight: 600;
  font-size: 22px;
}
.btn-register:hover {
  background-color: #a0021c;
}
#register-btn {
  animation-iteration-count: 6;
  animation-duration: 1s;
}
/**
* 7.2 Register
*
*
**/
.page-register #ads {
  display: none;
}
.page-register h2.banner {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .page-register h2.banner {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .page-register h2.banner {
    width: 80%;
  }
}
@media screen and (max-width: 567px) {
  .page-register h2.banner {
    width: 100%;
  }
}
.page-register .banner-small {
  color: #58585B;
  margin-bottom: 10px;
}
.page-register #wrapper.container {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .page-register #wrapper.container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-register #primary {
  max-width: 1200px;
}
.page-register .columns-wrapper .column {
  flex-basis: 24%;
  width: 24%;
}
.page-register .columns-wrapper .column .collapsed .fa:before {
  transform: rotate(0deg);
}
.page-register .columns-wrapper .column .fa:before {
  transform: rotate(180deg);
}
.page-register .columns-wrapper .column h4 a strong {
  color: #58585B;
}
@media screen and (max-width: 1024px) {
  .page-register .columns-wrapper .column {
    flex-basis: 48%;
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-register .columns-wrapper .column {
    flex-basis: 100%;
    width: 100%;
  }
}
.page-register .columns-wrapper .column .column-body {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page-register .columns-wrapper {
    flex-flow: row wrap;
  }
}
/**
* 7.3 Local Breweries Map
*
*
**/
.page-local-breweries-and-retailers #loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  opacity: 0.9;
  padding: 0px;
  margin: 0px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers #loading {
    height: 300px !important;
  }
}
.page-local-breweries-and-retailers #map {
  height: 600px;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers #map {
    height: 300px;
  }
}
.page-local-breweries-and-retailers #cards {
  border: 5px solid #65BCE8;
  border-width: 5px 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 425px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  perspective: 1300px;
  display: none;
}
.page-local-breweries-and-retailers #cards ::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.page-local-breweries-and-retailers #cards ::-webkit-scrollbar-track-piece {
  color: #65BCE8;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers #cards {
    position: static;
    border: none;
    max-width: 100%;
    margin-top: 20px;
  }
}
.page-local-breweries-and-retailers .card {
  width: 87%;
  transition: all .05s linear;
  height: auto;
  padding: 25px 16px 16px 16px;
  box-sizing: content-box;
  background-color: #FFF;
  margin: 10px auto 5px auto;
  clear: both;
  position: relative;
  border: 2px solid transparent;
  opacity: 0;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .card {
    margin: 0px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-top: 2px solid $slate;
  }
}
.page-local-breweries-and-retailers .card.animate {
  opacity: 1;
  transform-style: preserve-3d;
  transform-origin: 0% 0%;
  transform: rotateX(-80deg);
  animation: flip 0.8s ease-in-out forwards;
}
.page-local-breweries-and-retailers .card.active,
.page-local-breweries-and-retailers .card:hover {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #f7b129;
}
.page-local-breweries-and-retailers .card.active .more i,
.page-local-breweries-and-retailers .card:hover .more i {
  color: #f7b129;
  text-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .card.active,
  .page-local-breweries-and-retailers .card:hover {
    box-shadow: none;
    border: none;
  }
}
.page-local-breweries-and-retailers .card:hover {
  cursor: pointer;
}
.page-local-breweries-and-retailers .card .brewery-name {
  margin: 0px 0px 5px 0px;
  color: inherit;
}
.page-local-breweries-and-retailers .card .url {
  color: #f7b129;
}
.page-local-breweries-and-retailers .card .url:hover {
  color: #555555;
}
.page-local-breweries-and-retailers .card .supp-info {
  display: flex;
  margin-left: -18px;
  align-items: flex-start;
}
.page-local-breweries-and-retailers .card .description {
  font-size: 14px;
  line-height: normal;
  margin: 10px 0;
  font-weight: bold;
}
.page-local-breweries-and-retailers .card .specs {
  font-family: "PT sans", sans-serif;
  font-style: italic;
  margin: 0px 0px 10px 0px;
  font-weight: 600;
}
.page-local-breweries-and-retailers .card .contents {
  position: relative;
  left: -142px;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .card .contents {
    left: -130px;
  }
}
.page-local-breweries-and-retailers .card .logo-wrapper {
  display: block;
  width: 35%;
  float: left;
  height: 100px;
  position: relative;
  margin-bottom: 10px;
  top: 10px;
}
.page-local-breweries-and-retailers .card .logo-wrapper .logo {
  max-height: 100%;
  width: auto;
  padding-right: 20px;
  border-right: 2px solid #777777;
}
.page-local-breweries-and-retailers .card .vcard {
  margin-left: 15px;
  max-width: 60%;
  display: inline-block;
  font-family: "PT sans", sans-serif;
  position: relative;
  top: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}
.page-local-breweries-and-retailers .card .vcard .address,
.page-local-breweries-and-retailers .card .vcard .tel,
.page-local-breweries-and-retailers .card .vcard .url,
.page-local-breweries-and-retailers .card .vcard .directions {
  display: block;
}
.page-local-breweries-and-retailers .card .vcard .tel:hover {
  border-bottom: none;
}
.page-local-breweries-and-retailers .card .btn-wrapper {
  display: flex;
  margin-top: 5px;
}
.page-local-breweries-and-retailers .card .btn-wrapper a {
  color: #383A37;
  border: 1px solid #383A37;
  font-size: 13px;
  padding: 3px 5px;
}
.page-local-breweries-and-retailers .card .btn-wrapper a:first-of-type {
  margin-right: 10px;
}
.page-local-breweries-and-retailers .card .btn-wrapper a:hover {
  text-decoration: none;
}
.page-local-breweries-and-retailers .card .btn-wrapper a i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.page-local-breweries-and-retailers .card .more {
  position: absolute;
  top: 42%;
  right: 5px;
}
.page-local-breweries-and-retailers .card .more i {
  font-size: 21px;
  color: $blue;
  transition: all .5s;
}
.page-local-breweries-and-retailers .card .more:hover {
  cursor: pointer;
}
.page-local-breweries-and-retailers .card .ownership {
  clear: both;
  display: block;
  width: 100%;
  padding-bottom: 3px;
}
.page-local-breweries-and-retailers .card .ownership:empty {
  display: none;
}
.page-local-breweries-and-retailers .card .is-craft {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.page-local-breweries-and-retailers .card .is-craft:hover {
  border-bottom: none;
}
.page-local-breweries-and-retailers .card .is-craft .craft-seal {
  width: 62px;
}
.page-local-breweries-and-retailers .card .seal-popover {
  background: #ebebeb;
  position: absolute;
  padding: 25px 20px;
  max-width: 310px;
  right: 5px;
  margin-top: 15px;
  z-index: 3;
  box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.35);
  display: none;
}
.page-local-breweries-and-retailers .card .seal-popover .arrow-up {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebebeb;
  position: absolute;
  top: -10px;
  right: 21px;
}
.page-local-breweries-and-retailers .card .owned-by {
  font-family: "PT sans", sans-serif;
  font-style: italic;
  display: inline-block;
  max-width: 260px;
  padding-top: 10px;
  line-height: 1.2;
}
.page-local-breweries-and-retailers .navbar {
  padding: 0.5rem 0px;
  max-width: 960px;
  margin: 50px auto 20px auto;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .navbar {
    margin: 20px auto;
  }
}
.page-local-breweries-and-retailers .navbar .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  width: 100%;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .navbar .nav .btn-secondary {
    width: 100%;
  }
  .page-local-breweries-and-retailers .navbar .nav li {
    width: 100%;
    margin-top: 20px;
  }
}
.page-local-breweries-and-retailers .navbar .nav form {
  margin: 0px;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .navbar .nav form {
    padding: 10px 0px;
  }
}
.page-local-breweries-and-retailers .navbar .nav form .form-group {
  margin-bottom: 0px;
}
.page-local-breweries-and-retailers .navbar .nav .btn:hover {
  background: #39a9e1;
  color: #FFF;
}
.page-local-breweries-and-retailers .navbar #near-me {
  color: #fff;
}
.page-local-breweries-and-retailers .navbar #location-search-form .form {
  flex-grow: 1;
  max-width: 400px;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .navbar #location-search-form .form {
    max-width: 100%;
  }
}
.page-local-breweries-and-retailers .navbar #location-search-form {
  display: flex;
  justify-content: flex-end;
}
.page-local-breweries-and-retailers .navbar #location-search-form input {
  border-radius: 0px;
  height: 41px;
  margin-left: 30px;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .navbar #location-search-form input {
    margin-left: 0px;
  }
}
.page-local-breweries-and-retailers .navbar #location-search-form .form-group {
  width: 100%;
}
.page-local-breweries-and-retailers .navbar #location-search-form .btn-search {
  border-radius: 0px;
  background-color: #65BCE8;
}
.page-local-breweries-and-retailers .navbar #location-search-form .btn-search:before {
  color: #fff;
}
.page-local-breweries-and-retailers .navbar #location-search-form .btn-search:hover:before {
  color: #f7b129;
}
.page-local-breweries-and-retailers .load-more {
  display: block;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .page-local-breweries-and-retailers .load-more {
    width: 100%;
  }
}
.page-local-breweries-and-retailers .entry-content {
  position: relative;
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/**
* 7.4 Single Week Event
*
**/
.single-week-event .breadcrumbs {
  display: block;
  margin: 100px auto 0px auto;
  padding: 0px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .single-week-event .breadcrumbs {
    margin-top: 30px;
  }
}
.single-week-event .entry-title {
  margin-top: 0px;
}
.single-week-event .event-details {
  margin: 30px auto 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
}
@media (max-width: 768px) {
  .single-week-event .event-details {
    margin: 10px auto 30px 0px;
  }
}
@media (max-width: 568px) {
  .single-week-event .event-details {
    flex-flow: column nowrap;
  }
}
/**
* 10.0 Plugins
*
**/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello_21124558.eot');
  src: url('fonts/fontello_21124558.eot#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff2'), url('fonts/fontello_21124558.woff') format('woff'), url('fonts/fontello_21124558.ttf') format('truetype'), url('fonts/fontello_21124558-fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://www.homebrewcon.org/wp-content/themes/font/fontello.svg?21124558#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-print:before {
  content: '\e800';
}
/* '' */
.fa-facebook:before {
  content: '\e801';
}
/* '' */
.fa-facebook-squared:before {
  content: '\e802';
}
/* '' */
.fa-google:before {
  content: '\e803';
}
/* '' */
.fa-gplus-squared:before {
  content: '\e804';
}
/* '' */
.fa-gplus:before {
  content: '\e805';
}
/* '' */
.fa-twitter-squared:before {
  content: '\e806';
}
/* '' */
.fa-twitter:before {
  content: '\e807';
}
/* '' */
.fa-pinterest-circled:before {
  content: '\e808';
}
/* '' */
.fa-pinterest-squared:before {
  content: '\e809';
}
/* '' */
.fa-rss:before {
  content: '\e80a';
}
/* '' */
.fa-rss-squared:before {
  content: '\e80b';
}
/* '' */
.fa-down-dir:before {
  content: '\e80c';
}
/* '' */
.fa-down-open:before {
  content: '\e80d';
}
/* '' */
.fa-angle-down:before {
  content: '\e80e';
}
/* '' */
.fa-angle-circled-down:before {
  content: '\e80f';
}
/* '' */
.fa-angle-double-down:before {
  content: '\e810';
}
/* '' */
.fa-download:before {
  content: '\e811';
}
/* '' */
.fa-download-cloud:before {
  content: '\e812';
}
/* '' */
.fa-up-dir:before {
  content: '\e813';
}
/* '' */
.fa-youtube-play:before {
  content: '\e814';
}
/* '' */
.fa-search:before {
  content: '\e815';
}
/* '' */
.fa-volume-down:before {
  content: '\e816';
}
/* '' */
.fa-volume-off:before {
  content: '\e817';
}
/* '' */
.fa-file-pdf:before {
  content: '\e818';
}
/* '' */
.fa-down-circled2:before {
  content: '\e819';
}
/* '' */
.fa-angle-double-right:before {
  content: '\e81a';
}
/* '' */
.fa-angle-circled-right:before {
  content: '\e81b';
}
/* '' */
.fa-angle-right:before {
  content: '\e81c';
}
/* '' */
.fa-right-open:before {
  content: '\e81d';
}
/* '' */
.fa-right-dir:before {
  content: '\e81e';
}
/* '' */
.fa-angle-double-left:before {
  content: '\e81f';
}
/* '' */
.fa-angle-circled-left:before {
  content: '\e820';
}
/* '' */
.fa-angle-left:before {
  content: '\e821';
}
/* '' */
.fa-left-open:before {
  content: '\e822';
}
/* '' */
.fa-left-dir:before {
  content: '\e823';
}
/* '' */
.fa-arrows-cw:before {
  content: '\e824';
}
/* '' */
.fa-angle-double-up:before {
  content: '\e825';
}
/* '' */
.fa-angle-circled-up:before {
  content: '\e826';
}
/* '' */
.fa-angle-up:before {
  content: '\e827';
}
/* '' */
.fa-up-open:before {
  content: '\e828';
}
/* '' */
.fa-videocam:before {
  content: '\e829';
}
/* '' */
.fa-lock:before {
  content: '\e82a';
}
/* '' */
.fa-reddit:before {
  content: '\e82b';
}
/* '' */
.fa-reddit-squared:before {
  content: '\e82c';
}
/* '' */
.fa-plus:before {
  content: '\e82d';
}
/* '' */
.fa-plus-circled:before {
  content: '\e82e';
}
/* '' */
.fa-plus-squared:before {
  content: '\e82f';
}
/* '' */
.fa-plus-squared-alt:before {
  content: '\e830';
}
/* '' */
.fa-minus:before {
  content: '\e831';
}
/* '' */
.fa-minus-circled:before {
  content: '\e832';
}
/* '' */
.fa-minus-squared:before {
  content: '\e833';
}
/* '' */
.fa-minus-squared-alt:before {
  content: '\e834';
}
/* '' */
.fa-cancel-circled:before {
  content: '\e835';
}
/* '' */
.fa-comment:before {
  content: '\e836';
}
/* '' */
.fa-camera:before {
  content: '\e837';
}
/* '' */
.fa-menu:before {
  content: '\e838';
}
/* '' */
.fa-link-ext:before {
  content: '\e839';
}
/* '' */
.fa-circle-notch:before {
  content: '\e83a';
}
/* '' */
.fa-mail-alt:before {
  content: '\e83b';
}
/* '' */
.fa-mail:before {
  content: '\e83c';
}
/* '' */
.fa-paper-plane:before {
  content: '\e83d';
}
/* '' */
.fa-instagramm:before {
  content: '\e83e';
}
/* '' */
.fa-youtube:before {
  content: '\e83f';
}
/* '' */
.fa-youtube-squared:before {
  content: '\e840';
}
/* '' */
.fa-vimeo-squared:before {
  content: '\e841';
}
/* '' */
.fa-paper-plane-empty:before {
  content: '\e842';
}
/* '' */
.fa-spin5:before {
  content: '\e843';
}
/* '' */
.fa-lock-open-alt:before {
  content: '\e844';
}
/* '' */
.fa-key:before {
  content: '\e845';
}
/* '' */
.fa-star-half-alt:before {
  content: '\e846';
}
/* '' */
.fa-cancel-circled2:before {
  content: '\e847';
}
/* '' */
.fa-spin4:before {
  content: '\e848';
}
/* '' */
.fa-spin3:before {
  content: '\e849';
}
/* '' */
.fa-spin2:before {
  content: '\e84a';
}
/* '' */
.fa-spin1:before {
  content: '\e84b';
}
/* '' */
.fa-videocam-1:before {
  content: '\e84c';
}
/* '' */
.fa-ok:before {
  content: '\e84d';
}
/* '' */
.fa-mail-1:before {
  content: '\e84e';
}
/* '' */
.fa-ok-circled:before {
  content: '\e84f';
}
/* '' */
.fa-ok-squared:before {
  content: '\e850';
}
/* '' */
.fa-ok-circled2:before {
  content: '\e851';
}
/* '' */
.fa-check:before {
  content: '\e852';
}
/* '' */
.fa-check-empty:before {
  content: '\e853';
}
/* '' */
.fa-heart:before {
  content: '\e854';
}
/* '' */
.fa-heart-empty:before {
  content: '\e855';
}
/* '' */
.fa-comment-empty:before {
  content: '\e856';
}
/* '' */
.fa-cancel:before {
  content: '\e857';
}
/* '' */
.fa-location-outline:before {
  content: '\e858';
}
/* '' */
.fa-location:before {
  content: '\e859';
}
/* '' */
.fa-cab:before {
  content: '\e85a';
}
/* '' */
.fa-phone:before {
  content: '\e85b';
}
/* '' */
.fa-play:before {
  content: '\e85c';
}
/* '' */
.fa-play-circled:before {
  content: '\e85d';
}
/* '' */
.fa-user:before {
  content: '\e85e';
}
/* '' */
.fa-ok-1:before {
  content: '\e85f';
}
/* '' */
.fa-right:before {
  content: '\e860';
}
/* '' */
.fa-up:before {
  content: '\e861';
}
/* '' */
.fa-left:before {
  content: '\e862';
}
/* '' */
.fa-down:before {
  content: '\e863';
}
/* '' */
.fa-window:before {
  content: '\e865';
}
/* '' */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('https://www.homebrewcon.org/wp-content/themes/HBC2016/fonts/flexslider-icon.eot');
  src: url('https://www.homebrewcon.org/wp-content/themes/HBC2016/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'), url('https://www.homebrewcon.org/wp-content/themes/HBC2016/fonts/flexslider-icon.woff') format('woff'), url('https://www.homebrewcon.org/wp-content/themes/HBC2016/fonts/flexslider-icon.ttf') format('truetype'), url('https://www.homebrewcon.org/wp-content/themes/HBC2016/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  margin: 0px;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  background: none;
}
.flex-control-nav {
  bottom: 23px;
}
.flexslider .slides img {
  height: auto;
}
.flex-direction-nav a {
  text-decoration: none;
  color: #FFF;
  height: 44px;
}
.fancybox-skin {
  border-radius: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 568px) {
  .mb-sm-0 {
    margin-bottom: 0px;
  }
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-4 {
  padding-left: 40px !important;
}
.pl-5 {
  padding-left: 50px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.d-none {
  display: none !important;
}
/**
* 9.0 Media Queries
*
**/
/*
* responsive.less
*
* Custom Responsive Styles
*
*/
@media screen and (max-width: 1px) {
  body {
    font-size: 0.875px;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 1.125px;
  }
}
@media screen and (min-width: 1680px) {
  #primary {
    left: 28%;
  }
}
@media screen and (max-width: 1250px) {
  .single-post #primary {
    max-width: 770px;
  }
}
@media screen and (max-width: 1050px) {
  /*
	* Structure
	*/
  html,
  body {
    background: #fff;
  }
  #wrapper {
    background: #fff;
  }
  .home #wrapper {
    background: #fff;
  }
  #wrapper.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    position: relative;
  }
  #utilities,
  #site-description,
  #date {
    display: none;
  }
  header {
    height: auto;
    margin-bottom: 0px;
  }
  #wrapper.container {
    display: flex;
    padding: 0 20px;
    margin-top: 50px;
  }
  .home #wrapper.container {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  aside#ads {
    padding: 0 !important;
  }
  #primary,
  .page-template-tmpl_wide #primary,
  .search #primary {
    margin-top: 0px;
    padding: 12.5px;
    width: 80%;
    left: 0;
  }
  .home #primary {
    margin-top: 12.5px;
  }
  aside#menu,
  .home aside#menu,
  .search aside#secondary,
  .home aside#secondary,
  aside#ads,
  .search aside#ads,
  .page-template-tmpl_wide aside#ads,
  .page-template-tmpl_wide aside#menu {
    left: calc(-100% + 225px);
    right: auto;
    width: 225px;
    margin-top: 12.5px;
    padding: 0px 12.5px;
  }
  aside#ads {
    position: static;
    margin: 80px 0 0 25px;
  }
  .home aside#ads {
    left: auto;
  }
  aside#menu {
    margin-top: 0px;
  }
  aside#menu nav {
    padding-top: 22px;
  }
  #menu-supp {
    margin: 0px;
  }
  .menu-secondary {
    display: none;
  }
  body:before,
  #wrapper:before {
    background: none;
    display: none;
  }
  body:after {
    background: transparent;
    top: 93px;
  }
  .flexbox {
    justify-content: space-between;
  }
  .flexbox article {
    width: 33% !important;
  }
  .home header {
    margin-bottom: 0px;
  }
  .home #primary {
    border: 0px;
  }
  .home .archive-list {
    justify-content: flex-end;
  }
  .home .archive-list .hentry {
    margin-left: 20px;
  }
  .home .archive-list .hentry .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .home .archive-list .hentry .entry-content p {
    font-size: 16px;
  }
  .content-container {
    padding: 0 20px;
  }
  #hero figcaption#hero-caption {
    bottom: 5px;
  }
  #hero figcaption#hero-caption .btn.btn-primary {
    font-size: 22px;
    width: auto;
  }
  .section-block {
    margin-top: 30px;
  }
  .section-block.full-width {
    padding: 20px 20px 50px 20px;
  }
  .section-block.full-width .section-title,
  .section-block.full-width .section-content {
    padding-left: 0px;
  }
  .section-block.full-width .section-title:after,
  .section-block.full-width .section-content:after {
    left: 0;
  }
  .section-block.with-side-content .section-label {
    left: 30px;
    bottom: 30px;
  }
  .section-block.with-side-content .section-title {
    width: 65%;
    padding-left: 40px;
  }
  .section-block.with-side-content .section-title:after {
    left: 40px;
  }
  .section-block.with-side-content .section-content {
    padding-left: 40px;
  }
  .section-block.with-side-content .vertical,
  .section-block.with-side-content .side-banner {
    padding-bottom: 50px;
  }
  .section-title {
    font-size: 40px;
    width: 65%;
  }
  .section-content,
  .section-content p {
    font-size: 16px;
  }
  .section-content {
    width: 65%;
    margin-top: 40px;
  }
  .section-label {
    left: 30px;
    bottom: -20px;
  }
  .btn-primary {
    font-size: 22px;
  }
  .full-width-row {
    padding: 30px 0;
  }
  /*.full-width-row*/
  .nugget .highlight {
    font-size: 40px;
  }
  .nugget .nugget-text {
    font-size: 20px;
  }
  .img-row {
    width: 90%;
    margin-left: auto;
  }
  .img-row .img-container.img-1 {
    background-image: url('../../uploads/stats_image_left-tablet.jpg');
  }
  .img-row .img-container.img-2 {
    background-image: url('../../uploads/stats_image_middle-tablet.jpg');
  }
  .img-row .img-container.img-3 {
    background-size: contain;
  }
  .home .columns-wrapper {
    flex-flow: row nowrap;
    margin-bottom: 0;
  }
  .home .columns-wrapper .column {
    width: 32%;
  }
  .home .columns-wrapper .column .column-header {
    font-size: 18px;
  }
  .home .columns-wrapper .column .column-body {
    padding-bottom: 20px;
  }
  .home .columns-wrapper .column .column-body .slash-price {
    font-size: 25px;
  }
  .home .columns-wrapper .column .column-body .now-price {
    font-size: 50px;
    margin-top: -10px;
  }
  .home .columns-wrapper .column .column-body #banner.banner-small {
    width: 55%;
    font-size: 14px;
  }
  .grid-wrapper .grid-content {
    margin-top: 20px;
  }
  .grid-nugget {
    width: 45%;
    padding: 15px;
    margin: 10px;
  }
  .nugget-icon {
    width: 51px;
    height: 51px;
  }
  .nugget-title {
    font-size: 20px;
  }
  .nugget-content {
    font-size: 13px;
  }
  .img-content-wrapper {
    height: 600px;
  }
  .img-content-wrapper .column-section {
    margin-right: 30px;
    padding-bottom: 30px;
  }
  .img-content-wrapper .column-section:nth-of-type(2) .section-label {
    left: -65px;
    bottom: 90px;
    width: 156px;
  }
  .img-content-wrapper .column-section .section-label {
    width: 280px;
    left: -126px;
    bottom: 370px;
  }
  .img-content-wrapper .column-section .grid-content-wrapper {
    width: 90%;
    margin-top: 10px;
  }
  .slideshow-wrapper .nugget-content p {
    font-size: 20px;
  }
  #app-ad {
    height: 300px;
  }
  #app-ad .ad-title {
    font-size: 40px;
  }
  #app-ad .ad-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .single-speakers .entry-title,
  .single-seminars .entry-title {
    margin-top: 30px;
  }
  .page-template-tmpl_splash #wrapper.container {
    margin-top: 0;
  }
  .breadcrumbs {
    padding-top: 16px;
    margin: 22px 0px -10px 0px;
  }
  .entry-title,
  .page-title {
    margin-top: 0px;
  }
  #footer-wrapper footer {
    flex-flow: column nowrap;
  }
  #footer-wrapper footer .menu-signup-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #footer-wrapper footer .menu-signup-container .footer-menu {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer-wrapper footer .menu-signup-container .footer-menu.three-color-top:before {
    left: 10px;
  }
  #footer-wrapper footer .menu-signup-container .footer-menu li {
    margin: 0px 10px;
  }
  #footer-wrapper footer .menu-signup-container .social-icons {
    margin: 0px 0px 0px 12.5px;
  }
  #footer-wrapper footer .signup-logo-container {
    flex-flow: column nowrap;
    padding: 0 10px;
  }
  #footer-wrapper footer .signup-logo-container form {
    box-shadow: none;
    width: 55%;
    margin: 0px;
  }
  #footer-wrapper footer .signup-logo-container form .form-group {
    right: 0px;
    display: inline-block;
  }
  #footer-wrapper footer .signup-logo-container form .form-group input {
    width: 260px;
  }
  #footer-wrapper footer .signup-logo-container form .form-group .btn.btn-default {
    font-size: 20px;
  }
  #footer-wrapper footer .signup-logo-container form label {
    margin-top: 0px;
    font-size: 24px;
  }
  #footer-wrapper footer .logo-text-container {
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-left: 0px;
  }
  #footer-wrapper footer .logo-text-container .content-wrapper {
    margin-left: 20px;
    width: auto;
  }
  #footer-wrapper footer .logo-text-container .aha-logo {
    height: 93px;
  }
  #footer-wrapper footer .logo-text-container .content-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  /*
    * Typography
    */
  /* #footer-wrapper footer{overflow-x: hidden; width: 100%;
	     p{position: relative; left: auto; margin: @1pad auto 45px auto;}
		 .gallery{max-width: 105% !important; margin: 0px -@1pad;}
	}*/
  .single #primary,
  .page #primary {
    padding-bottom: 50px;
  }
  #banner.registration-banner {
    width: 85%;
    margin: 10px auto 40px auto;
    font-size: 22px;
  }
  .list-view .list-item #banner.registration-banner {
    font-size: 16px;
  }
  .columns-wrapper {
    flex-flow: column nowrap;
  }
  .columns-wrapper .pop-flag {
    left: -14px;
  }
  .columns-wrapper .column {
    width: 85%;
    margin: 0 auto 50px auto;
  }
  .columns-wrapper .column .column-body {
    padding-bottom: 30px;
    min-height: 0;
  }
  .columns-wrapper .column .column-body .banner-small {
    width: 45%;
  }
  .columns-wrapper .column .column-body p {
    width: 60%;
  }
  .columns-wrapper .column ul {
    margin-left: 110px;
    width: 65%;
  }
  .home .section-block .section-title,
  .home .section-block .section-content {
    width: 75%;
  }
  .home .section-block .section-label {
    left: 0;
  }
  .section-block .stats {
    padding: 30px;
  }
  .section-block .stats .nugget {
    flex-basis: 20%;
    padding: 0px 15px;
  }
  .home .columns-wrapper .column .column-body .banner-small {
    width: 55%;
  }
  .page-id-7719 .column:last-of-type {
    margin-bottom: 20px;
  }
  .callout {
    width: 85%;
    margin: 0 auto;
  }
  .columns-wrapper + .horizontal {
    flex-flow: column nowrap;
  }
  .columns-wrapper + .horizontal .text {
    border: 0;
    padding: 0;
  }
  .img-content-wrapper .column-container {
    height: 95%;
    width: 100%;
    left: 0;
    right: 0;
    top: 15px;
  }
  .img-content-wrapper .column-container .column-section {
    margin: 0 20px;
  }
  .img-content-wrapper .column-container .column-section:first-of-type {
    padding-top: 10px;
  }
  .img-content-wrapper .column-container .column-section .grid-content-wrapper {
    width: 100%;
  }
  .img-content-wrapper .column-container .column-section .nugget-content {
    font-size: 16px;
  }
  .img-content-wrapper .column-container .column-section .section-label {
    display: none;
  }
  .page-template-tmpl_archive-seminars aside#ads,
  .page-template-tmpl_archive-speakers aside#ads {
    margin-top: 70px;
  }
  .page-template-tmpl_archive-seminars .section-title,
  .page-template-tmpl_archive-speakers .section-title {
    font-size: 30px;
  }
  .page-template-tmpl_archive-seminars .section-content,
  .page-template-tmpl_archive-speakers .section-content {
    font-size: 16px;
  }
  .page-template-tmpl_archive-seminars .list-view .seminars .horizontal,
  .page-template-tmpl_archive-speakers .list-view .seminars .horizontal {
    margin-top: 0px;
    display: block;
  }
  .page-template-tmpl_archive-seminars .list-view .seminars .horizontal:last-of-type,
  .page-template-tmpl_archive-speakers .list-view .seminars .horizontal:last-of-type {
    margin-top: -5px;
  }
  .page-template-tmpl_archive-seminars .list-view .seminars .speakers,
  .page-template-tmpl_archive-speakers .list-view .seminars .speakers,
  .page-template-tmpl_archive-seminars .list-view .seminars .tracks,
  .page-template-tmpl_archive-speakers .list-view .seminars .tracks {
    width: 100%;
    font-size: 14px;
  }
  .page-template-tmpl_archive-seminars .list-view .seminars span,
  .page-template-tmpl_archive-speakers .list-view .seminars span {
    font-size: 14px;
  }
  .page-template-tmpl_archive-seminars .list-view .seminars .bullit,
  .page-template-tmpl_archive-speakers .list-view .seminars .bullit {
    display: none;
  }
  .page-template-tmpl_archive-speakers .flexbox article {
    width: 50% !important;
    max-width: 50%;
    margin-bottom: 0;
  }
  .page-template-tmpl_archive-seminars h3.day {
    font-size: 30px;
  }
  .page-template-tmpl_archive-seminars .seminars time {
    font-size: 18px;
  }
  .page-template-tmpl_archive-seminars .seminars hgroup .entry-title,
  .page-template-tmpl_archive-seminars .seminars hgroup .horizontal {
    font-size: 18px;
  }
  .page-template-tmpl_archive-seminars .seminars hgroup .entry-title {
    line-height: 1;
    margin-bottom: 0;
  }
  .single-speakers .horizontal {
    flex-flow: column nowrap;
  }
  .single-speakers .horizontal h3 {
    margin-bottom: 5px;
  }
  .single-speakers .horizontal .social-icons {
    top: 0;
    margin: 0;
  }
  .page-template-tmpl_splash #wrapper {
    margin-top: 0;
  }
  .list-view time {
    margin-right: 0;
  }
  .btn-logo-container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #primary,
  .home #primary,
  .page-template-tmpl_wide #primary,
  .search #primary {
    float: right;
    left: 0px;
    padding-left: 10px;
  }
  aside#menu,
  .home aside#menu,
  .search aside#secondary,
  .home aside#secondary,
  aside#ads,
  .home aside#ads,
  .search aside#ads,
  .page-template-tmpl_wide aside#ads,
  .page-template-tmpl_wide aside#menu {
    float: left;
    left: 0px;
  }
  .home aside#ads {
    float: none;
  }
  #footer-wrapper footer .menu-signup-container .footer-menu li {
    width: 45%;
  }
  #hero figcaption {
    font-size: 2.2rem;
    width: 100%;
    min-height: 0px;
  }
  #hero.format-video .post-thumbnail figure:before {
    font-size: 65px;
  }
  .archive-list .hentry {
    padding: 12.5px 0px;
  }
  .archive-list .hentry .entry-title {
    width: calc(100% - 212.5px);
    padding: 0px 0px 12.5px 0px;
  }
  .archive-list .hentry .post-thumbnail {
    float: left;
    width: 212.5px;
    padding-right: 12.5px;
  }
  .archive-list .hentry .entry-content {
    clear: none;
    width: 100%;
    float: none;
  }
  .gallery.gallery-columns-4 .gallery-item {
    flex-basis: 33%;
    max-width: 33%;
  }
  .hidden-xs {
    display: none;
  }
  .navbar-nav.justified {
    display: block;
  }
  .navbar-nav.justified > li {
    display: block;
    margin: 5px 0px;
  }
  #footer-wrapper footer .footer-menu {
    max-height: 375px;
    height: 375px;
  }
  #footer-wrapper footer .footer-menu li.col-header {
    margin-top: 12.5px;
  }
  #footer-wrapper footer .footer-menu li.col-header:first-child {
    margin-top: 0px;
  }
}
@media screen and (max-width: 567px) {
  /*
	* Structure
	*/
  #wrapper.container {
    margin-top: 0px;
    padding-top: 100px;
  }
  #social-links {
    top: 0;
  }
  #primary,
  .home #primary,
  .search #primary,
  .page-template-tmpl_wide #primary,
  .single #primary,
  .page #primary {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    float: none;
    left: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding: 0;
  }
  .archive #wrapper.container {
    padding-bottom: 0px;
  }
  .archive #primary {
    margin-top: -44px;
    padding: 40px 0;
    min-height: 0px;
  }
  .archive #primary #social-links {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
  .archive #primary article {
    padding: 5px;
  }
  .archive #primary article:before,
  .archive #primary article:after {
    content: " ";
    display: table;
  }
  .archive #primary article:after {
    clear: both;
  }
  .archive #primary article:before,
  .archive #primary article:after {
    content: " ";
    display: table;
  }
  .archive #primary article:after {
    clear: both;
  }
  #hero video,
  #hero .desktop-hero {
    display: none;
  }
  #hero figcaption#hero-caption {
    bottom: 0;
    transform: translateY(50%);
  }
  #hero .mobile-hero {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  #hero #mobile-hero-caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 15px;
    z-index: 2;
    font-size: 25px !important;
  }
  #hero #mobile-hero-caption .btn {
    margin-top: 15px;
  }
  #hero:after {
    display: none;
  }
  .btn-logo-container {
    flex-flow: column nowrap;
  }
  table.table.three-column tr {
    flex-flow: column nowrap;
    margin-bottom: 25px;
  }
  table.table.three-column tr td {
    flex-basis: 100%;
  }
  table.table.three-column tr h3 {
    margin-top: 0px;
  }
  table.table.three-column tr .btn {
    width: 50%;
  }
  #footer-wrapper footer h3 {
    font-size: 20px;
  }
  #footer-wrapper footer .menu-signup-container .footer-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px 0;
  }
  .single article.page,
  .page article.page,
  .single article.post,
  .page article.post {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
  }
  #login_form,
  aside {
    display: none;
  }
  #ads {
    display: block;
  }
  section#primary {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .entry-title,
  .page-title {
    margin-top: 40px;
  }
  header.three-color-top:before {
    z-index: 6000;
  }
  #banner {
    font-size: 14px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 6000;
    padding: 5px;
    flex-flow: column nowrap;
  }
  #banner a {
    margin-left: 5px;
  }
  .clockdiv {
    margin-left: 5px;
  }
  .banner {
    margin: 12.5px 0px 0px 0px;
  }
  #hero.format-video .post-thumbnail figure:before {
    font-size: 55px;
  }
  .home #hero {
    margin-bottom: 60px;
  }
  .home .section-block .section-title,
  .home .section-block .section-content {
    width: 100%;
  }
  .home .stats {
    flex-flow: column nowrap;
  }
  .home .stats .highlight {
    font-size: 32px;
  }
  .home .stats .nugget-text {
    font-size: 16px;
  }
  .home .columns-wrapper {
    flex-flow: column nowrap;
    margin: 30px 0 0 0;
  }
  .home .columns-wrapper .column {
    width: 90%;
  }
  .home .columns-wrapper .column .slash-price:after {
    right: 35px;
    bottom: -10px;
  }
  .home .columns-wrapper .column .column-body {
    padding-bottom: 10px;
  }
  .home .columns-wrapper .column .column-body .banner-small {
    width: 45%;
    font-size: 14px;
  }
  .home .archive-list {
    flex-flow: column nowrap;
    margin-top: 40px;
  }
  .home .archive-list .hentry {
    width: 100%;
    margin-left: 0;
  }
  .home .archive-list .hentry .post-thumbnail {
    padding: 0;
    width: 100%;
  }
  .home .archive-list .hentry .entry-title {
    margin: 20px 0 0 0;
    font-size: 20px;
  }
  .home .archive-list .hentry .entry-content p {
    font-size: 14px;
    padding: 0;
    line-height: 1.5;
  }
  .home #app-ad .ad-title {
    padding: 0px 20px;
  }
  .with-dropshadow:after {
    display: none;
  }
  .content-container {
    padding: 0;
    margin-top: 40px;
  }
  #hero figcaption#hero-caption {
    bottom: 30px;
  }
  #hero figcaption#hero-caption h2 {
    font-size: 20px;
  }
  #hero figcaption#hero-caption .btn.btn-primary {
    font-size: 16px;
  }
  .section-title {
    font-size: 25px;
    width: 100%;
    margin-top: 40px;
    padding: 0px 20px;
  }
  .section-title:after {
    left: 20px;
  }
  .section-title.title-small {
    font-size: 30px;
  }
  .section-label {
    display: none;
  }
  .section-content,
  .section-content p {
    font-size: 14px;
    width: 100%;
  }
  .section-content {
    padding: 0 20px;
  }
  .section-block.with-ad .section-title {
    width: 100%;
    padding: 0 20px;
  }
  .section-block.with-ad .section-content {
    padding: 0 20px;
    width: 100%;
  }
  .section-block.with-ad .section-content p {
    width: 100%;
  }
  .btn.btn-primary {
    font-size: 18px;
  }
  .full-width-row {
    flex-flow: row wrap;
  }
  /*.full-width-row*/
  .nugget {
    width: 50%;
  }
  .img-row {
    display: none;
  }
  .grid-content {
    flex-flow: column nowrap;
    align-items: center;
  }
  .grid-nugget {
    width: 100%;
  }
  .img-content-wrapper {
    height: auto;
    margin-top: 0;
  }
  .img-content-wrapper img {
    display: none;
  }
  .img-content-wrapper .column-container {
    position: static;
    padding-top: 0;
    width: 95%;
    margin-left: auto;
  }
  .img-content-wrapper .column-container .column-section {
    margin: 0 20px;
  }
  .img-content-wrapper .column-container .column-section:first-of-type {
    padding-top: 10px;
  }
  .img-content-wrapper .column-container .column-section:nth-of-type(2) {
    padding-bottom: 0;
  }
  .img-content-wrapper .column-container .column-section .nugget-content {
    font-size: 13px;
  }
  .slideshow-wrapper {
    margin-bottom: 0px;
  }
  .slideshow-wrapper .grid-content-wrapper p {
    font-size: 18px;
  }
  .slideshow-wrapper .grid-content-wrapper p:last-of-type {
    font-size: 13px;
    margin-top: 20px;
  }
  #app-ad {
    background: #F3F1F2;
  }
  #app-ad .ad-content {
    width: 100%;
    align-items: center;
  }
  #footer-wrapper footer {
    padding: 30px 0;
  }
  #footer-wrapper footer .menu-signup-container {
    flex-flow: column nowrap;
  }
  #footer-wrapper footer .menu-signup-container .footer-menu {
    width: 100%;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0px;
  }
  #footer-wrapper footer .menu-signup-container form .form-group {
    top: 0;
    margin-top: 20px;
  }
  #footer-wrapper footer .menu-signup-container form .form-group label {
    font-size: 20px;
  }
  #footer-wrapper footer .menu-signup-container form .form-group input {
    width: 300px;
    height: 40px;
  }
  #footer-wrapper footer .menu-signup-container form .form-group .btn.btn-default {
    font-size: 18px;
    height: 40px;
  }
  #footer-wrapper footer .menu-signup-container .social-icons {
    margin-top: 20px;
  }
  #footer-wrapper footer .logo-text-container {
    margin-top: 40px;
    flex-direction: column;
  }
  #footer-wrapper footer .logo-text-container .content-wrapper {
    width: 100%;
    margin: 0;
  }
  .page-template-tmpl_splash header nav#access {
    height: auto;
    padding-top: 0px;
  }
  .page-template-tmpl_splash .nav-wrapper.active {
    background: #f7b129;
    top: 45px;
    height: 100vh;
  }
  .page-template-tmpl_splash #wrapper {
    position: fixed;
  }
  .page-template-tmpl_splash ul#splash-menu {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .page-template-tmpl_splash ul#splash-menu li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 12.5px;
    border-bottom: 2px solid #FFF;
  }
  .page-template-tmpl_splash ul#splash-menu li:first-of-type {
    border-top: 2px solid #FFF;
  }
  .page-template-tmpl_splash ul#splash-menu li a {
    font-size: 18px;
    width: 100%;
    line-height: 19px;
  }
  .page-template-tmpl_splash .splash-hero {
    top: 45px;
  }
  .page-template-tmpl_splash .splash-content img {
    max-width: 160px;
    transform: translateX(20px);
  }
  .page-template-tmpl_splash .newsletter {
    margin-top: 20px;
    padding: 25px 40px;
  }
  .page-template-tmpl_splash .newsletter h2 {
    font-size: 28px;
  }
  .page-template-tmpl_splash .newsletter .btn {
    font-size: 18px;
  }
  .page-template-tmpl_splash.logged-in #wpadminbar {
    position: fixed;
  }
  .page-template-tmpl_splash.logged-in #splash-menu {
    padding-top: 45px;
  }
  .page-template-tmpl_splash.logged-in .nav-wrapper {
    top: 0px;
  }
  .list-view .day {
    font-size: 26px;
    margin-top: 30px;
  }
  .list-view .list-item {
    flex-direction: column;
  }
  .list-view .list-item h2 {
    margin-top: 7px;
  }
  .list-view .list-item.sponsored img {
    padding-bottom: 12.5px;
  }
  .entry figure.featured-image {
    float: none;
    padding: 0px;
    max-width: 100%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .archive #primary article h2 {
    font-size: 1.6rem;
  }
  /*
    * Typography
    */
  table.half {
    width: 100%;
    float: none;
    margin: 0px;
  }
  table {
    color: #58585B;
  }
  table thead {
    display: none;
  }
  table tr {
    display: flex;
    flex-flow: column nowrap;
    padding: 8px;
  }
  table tr td {
    padding: 0 8px !important;
  }
  #footer-wrapper .gallery .gallery-item img {
    max-height: 50px;
    width: auto;
    padding: 0px 15px;
  }
  .entry-title {
    font-size: 26px;
  }
  #banner.registration-banner {
    width: 85%;
    font-size: 16px;
  }
  .columns-wrapper .pop-flag {
    left: -14px;
  }
  .columns-wrapper .column .column-body {
    padding-bottom: 40px;
  }
  .columns-wrapper .column .column-body p {
    width: 80%;
  }
  .columns-wrapper .column ul {
    width: 60%;
    margin-left: 80px;
  }
  .callout {
    font-size: 20px;
  }
  .page-template-tmpl_conference-overview .entry h2 {
    border-bottom: 2px solid #58585B;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .page-template-tmpl_archive-speakers .section-title {
    margin-top: 50px;
  }
  .page-template-tmpl_archive-speakers .section-content {
    font-size: 14px;
    width: 100%;
  }
  .page-template-tmpl_archive-speakers .flexbox {
    margin-top: 20px;
  }
  .page-template-tmpl_archive-speakers .flexbox article .entry-content {
    padding-top: 15px;
  }
  .page-template-tmpl_archive-speakers .type-speakers .entry-title {
    margin-top: 0;
  }
  .page-template-tmpl_archive-speakers .type-speakers .entry-title a {
    font-size: 16px !important;
  }
  .page-template-tmpl_archive-speakers h3 {
    font-size: 14px !important;
  }
  .page-template-tmpl_archive-seminars-php .section-title {
    font-size: 24px;
  }
  .page-template-tmpl_archive-seminars-php .section-content {
    font-size: 14px;
    width: 100%;
    padding: 0;
  }
  .page-template-tmpl_archive-seminars-php .navbar {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-template-tmpl_archive-seminars-php .navbar ul.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-template-tmpl_archive-seminars-php .navbar #track {
    padding: 0px;
  }
  .page-template-tmpl_archive-seminars-php .navbar #track_select {
    margin: 0px;
    width: 100%;
    box-shadow: 0px 2px 3px #d3d3d3;
  }
  .page-template-tmpl_archive-seminars-php h3.day {
    font-size: 24px;
  }
  .page-template-tmpl_archive-seminars-php .list-view .seminars {
    flex-flow: column nowrap;
  }
  .page-template-tmpl_archive-seminars-php .list-view .seminars .entry-title a {
    font-size: 18px;
    letter-spacing: normal;
  }
  .page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-details,
  .page-template-tmpl_archive-seminars-php .list-view .seminars .seminar-time {
    font-size: 14px;
  }
  .page-template-tmpl_archive-seminars-php .list-view .seminars .entry-title {
    margin: 0;
  }
  .single-seminars .entry-title,
  .single-speakers .entry-title {
    font-size: 24px;
    padding: 0;
    margin-top: 40px;
  }
  .single-seminars #primary,
  .single-speakers #primary {
    padding-bottom: 30px;
  }
  .single-seminars .vertical,
  .single-seminars p {
    font-size: 16px !important;
  }
  .single-speakers .entry img.wp-post-image {
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  #hero.format-video .post-thumbnail figure:before {
    font-size: 45px;
    line-height: 2.5;
  }
  #hero figcaption {
    font-size: 1.9rem !important;
    padding: 5px;
  }
  /*
	* Structure
	*/
  .archive-list .hentry .entry-title {
    width: calc(100% - 135px);
  }
  .archive-list .hentry .post-thumbnail {
    width: 135px;
  }
  .archive-list li.format-video .post-thumbnail:before {
    font-size: 32px;
  }
  .archive #primary article {
    flex-basis: 50%;
    max-width: 50%;
    padding: 5px;
  }
  .gallery .gallery-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .entry img.wp-post-image,
  .entry .wp-caption.wp-post-image {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .navbar-nav.justified {
    display: block;
  }
  .navbar-nav.justified > li {
    display: block;
    margin-bottom: 10px;
  }
  .navbar-nav.justified > li.small {
    width: 100%;
  }
  .navbar-default #loading,
  .navbar #loading {
    left: -12px;
    top: 14px;
  }
  /*
	* List View
	*/
  .list-view.two-cols .col {
    width: 100%;
  }
  .list-view.two-cols .col.alt {
    background-color: transparent;
  }
  .list-view.two-cols .col:nth-child(2n) {
    background-color: rgba(251, 201, 38, 0.2);
  }
  /*
    * Typography
    */
  /*
	* Footer
	*/
  #footer-wrapper footer .menu-signup-container,
  #footer-wrapper footer .logo-text-container {
    padding: 0px;
    flex-direction: column;
  }
  /*
	* Misc
	*/
  #social-links {
    right: auto;
  }
  .breadcrumbs {
    padding-top: 52px;
  }
  .archive .breadcrumbs {
    padding-top: 16px;
  }
}
@media screen and (max-width: 320px) {
  /*
	* Structure
	*/
  #site-title,
  .home #site-title {
    min-height: 36px;
  }
  #banner {
    flex-flow: column nowrap;
  }
}
/*
* Styles for the Virtual Expo page
*/
.page-virtual-expo {
  background-image: url('../../uploads/20200519200315/virtual-expo-background.jpg') !important;
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: 50% 30%;
  background-color: #d9dadf;
}
@media screen and (max-width: 1220px) {
  .page-virtual-expo {
    background-size: 150%;
  }
}
@media screen and (max-width: 1050px) {
  .page-virtual-expo {
    background-size: cover;
  }
}
.page-virtual-expo #ads,
.page-virtual-expo #social-links,
.page-virtual-expo #branding,
.page-virtual-expo .entry-title {
  display: none;
}
.page-virtual-expo #banner {
  display: none !important;
}
.page-virtual-expo #wrapper {
  max-width: 1400px;
}
@media screen and (max-width: 1050px) {
  .page-virtual-expo #wrapper {
    background: none;
  }
}
.page-virtual-expo #primary {
  max-width: 100%;
}
.page-virtual-expo .entry {
  position: relative;
}
.page-virtual-expo .header-wrapper {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
}
.page-virtual-expo .header-wrapper p {
  margin: 0px;
}
.page-virtual-expo .header-wrapper .top-border {
  height: 30px;
  width: 100%;
  background: #65BCE8;
  position: relative;
}
.page-virtual-expo .header-wrapper .top-border:after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #f4a72c 0%, #f4a72c 60%, #fac825 60%, #fac825 90%, #fac825 90%, #65bce8 90%, #65bce8 100%);
  position: absolute;
  bottom: 0px;
}
.page-virtual-expo .header-wrapper a img {
  max-width: 200px;
  left: 10%;
  top: 15%;
  padding: 0px;
  margin-top: 5px;
  position: absolute;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-virtual-expo .header-wrapper a img {
    max-width: 130px;
    left: 5%;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .header-wrapper a img {
    max-width: 70px;
    left: 4%;
  }
}
.page-virtual-expo .header-wrapper .expo-header {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .header-wrapper .expo-header {
    padding: 20px;
  }
}
.page-virtual-expo .header-wrapper .expo-header .entry-title {
  display: block;
  margin-top: 0px;
  transition: height 0.3s ease, margin 0.3s ease;
}
.page-virtual-expo .header-wrapper .expo-header .entry-title:before {
  width: 175px;
}
.page-virtual-expo .header-wrapper .expo-header.scroll-header .entry-title {
  opacity: 0!important;
  height: 0px;
  margin: 0px;
}
.page-virtual-expo .header-wrapper .expo-header.scroll-header a img {
  max-width: 100px;
  top: 25%;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .header-wrapper .expo-header.scroll-header a img {
    max-width: 50px;
    top: 0%;
  }
}
.page-virtual-expo .header-wrapper h1 {
  position: relative;
}
.page-virtual-expo #exhibitors {
  margin-top: 200px;
  padding-top: 228px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1390px) {
  .page-virtual-expo #exhibitors {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1050px) {
  .page-virtual-expo #exhibitors {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-virtual-expo #exhibitors {
    margin-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-expo #exhibitors {
    padding-top: 100px;
    justify-content: center;
  }
}
.page-virtual-expo .user-feedback {
  position: absolute;
  top: 20%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-virtual-expo .user-feedback {
    top: 25%;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .user-feedback {
    top: 12%;
  }
}
.page-virtual-expo .user-feedback.show {
  opacity: 1;
}
.page-virtual-expo .user-feedback .alert {
  text-align: center;
  background: #fac825;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .user-feedback .alert {
    width: 100%;
  }
}
.page-virtual-expo .navbar-nav {
  display: flex;
  width: 40%;
  float: none;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .page-virtual-expo .navbar-nav {
    width: 60%;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .navbar-nav {
    width: 100%;
  }
}
.page-virtual-expo .navbar-nav li {
  padding: 0px;
}
.page-virtual-expo .navbar-nav #category {
  width: auto;
  padding: 0px 5px 0px 15px;
  background: #65BCE8;
  white-space: nowrap;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .navbar-nav #category {
    margin-right: 0px;
  }
}
.page-virtual-expo .navbar-nav #category a {
  color: #fff;
}
.page-virtual-expo .navbar-nav #category a:hover {
  background: #65BCE8;
  border: none;
}
.page-virtual-expo .navbar-nav #category .navbar-filter li {
  padding: 5px 20px;
  cursor: pointer;
}
.page-virtual-expo .navbar-nav #category .navbar-filter li:hover {
  background: #efefef;
}
.page-virtual-expo .navbar-nav #searchExpoForm {
  position: relative;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .page-virtual-expo .navbar-nav #searchExpoForm {
    height: 42px;
  }
}
.page-virtual-expo .navbar-nav #searchExpoForm .fa-search {
  position: absolute;
  color: #79797C;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
}
.page-virtual-expo .navbar-nav #searchExpoForm input {
  height: 100%;
  padding-left: 50px;
  width: 100%;
}
.page-virtual-expo .navbar-nav .dropdown-menu {
  z-index: 3;
}
.page-virtual-expo .exhibitor {
  width: 290px;
  height: 270px;
  background-image: url('../../uploads/20200519200320/expo-screen.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  margin-right: 35px;
}
@media screen and (max-width: 1390px) {
  .page-virtual-expo .exhibitor {
    margin-right: 0px;
  }
}
.page-virtual-expo .exhibitor:nth-of-type(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .exhibitor {
    width: 270px;
    height: 210px;
  }
}
.page-virtual-expo .exhibitor .logo {
  height: 160px;
  position: absolute;
  top: 40px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .exhibitor .logo {
    height: 130px;
    left: 25px;
  }
}
.page-virtual-expo .exhibitor .logo img {
  margin: 0px;
  padding: 0px;
  max-width: 170px;
  max-height: 110px;
  position: relative;
}
.page-virtual-expo .exhibitor .logo:hover .overlay {
  opacity: 1;
}
.page-virtual-expo .exhibitor .overlay {
  background-image: url('../../uploads/20200521130503/expo-screen-hover-state-1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 160px;
  width: 239px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
}
@media screen and (max-width: 568px) {
  .page-virtual-expo .exhibitor .overlay {
    height: 130px;
    width: 210px;
  }
}
.page-virtual-expo .exhibitor.fade {
  opacity: 0;
}
.page-virtual-expo.admin-bar .header-wrapper {
  top: 30px;
}
.page-exhibitor #main {
  max-width: 900px;
}
.page-exhibitor .breadcrumb {
  margin: 130px 0px 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 1050px) {
  .page-exhibitor .breadcrumb {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .page-exhibitor .breadcrumb {
    margin-top: 0px;
  }
}
.page-exhibitor .entry-title {
  text-align: left;
  position: relative;
  margin-top: 0px;
}
.page-exhibitor .entry-title:before {
  left: 0px;
  transform: translateX(0%);
}
.page-exhibitor p {
  font-size: 18px;
  line-height: 28px;
  color: #545454;
}
.page-exhibitor .address {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 568px) {
  .page-exhibitor .address {
    flex-direction: column;
  }
}
.page-exhibitor .address h2 {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
.page-exhibitor .address img {
  max-width: 170px;
  max-height: 100px;
}
@media screen and (max-width: 568px) {
  .page-exhibitor .address img {
    order: -1;
    margin-bottom: 20px;
    max-width: 100px;
    max-height: 80px;
  }
}
.page-exhibitor .btn {
  margin-top: 20px;
}
.page-exhibitor .video-wrapper {
  position: relative;
  padding-top: 55%;
  margin-top: 30px;
}
.page-exhibitor .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-exhibitor .exhibitorFeatured {
  margin-top: 30px;
}
.page-exhibitor .exhibitorFeatured img {
  max-width: 100%;
}
.page-exhibitor hr {
  border-top: 1px solid #A5A5A5;
  margin: 50px 0px;
}
.page-exhibitor .photo-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.page-exhibitor .photo-row div {
  margin-right: 30px;
  flex-basis: 33%;
  flex-grow: 1;
}
.page-exhibitor .photo-row div:last-of-type {
  margin-right: 0px;
}
.page-exhibitor .photo-row img {
  width: 100%;
  max-width: 100%;
}
.page-exhibitor .brochures {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
}
.page-exhibitor .brochures a {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 50%;
  margin-bottom: 20px;
}
@media print {
  @charset "UTF-8";
  /* CSS Document */
  /*Print Styles*/
  /*.print{display: block;}
.screen{display: none;}

*, body, html, #wrapper, #main, #content {
	background:none !important;
	color: #000 !important;
}

#content p, #content td, #content a, figure, caption{font-size: 12px;}

nav, aside, #searchform, #social-links, #login-form{display: none;}

header{height: 0px;}

#container {
	float: none !important;
	clear: both !important;
	display: block !important;
	position: relative !important;
	width: 800px;
	margin: 0px auto;
	box-shadow: none;
}

.page #main, .post #main, .single #main, section#primary {padding: 0px; margin: 0px; position: relative; float: none; width: 100%; min-height: 0px;}

#content table{width: 600px; margin: 0px 0px 10px 0px; color: #000;}
#content table a{color: #000;}

form, form fieldset{background: none; border-radius: 0px; border: none;}

footer{background: none;}

footer p, footer a{color: #000; }

#site-title,  #site-description {
	float: none;
	margin: 0;
	padding:0;
	line-height: 1.4em;
}
#site-title {
	font-size: 13pt;
}
*/
  a[href]:after {
    content: "";
  }
  nav,
  aside,
  #searchform,
  #social-links,
  #login-form,
  #site-description,
  #sponsor-wrapper {
    display: none;
  }
  #primary,
  .container {
    float: none !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    width: 800px;
    margin: 0px auto;
    box-shadow: none;
    left: 0px;
    min-height: 0px;
    padding: 0px;
  }
}
/*# sourceMappingURL=style.css.map */