/*
Theme Name:	ID Conference System 2020
Version:	3.0
Author:		Intuitive Design
Author URI:	http://www.intuitivedesign.co.uk
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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; }

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

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; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

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

body {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff; }

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

a {
  color: #37ade3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1984b4;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

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

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #ff8b24; }
  .text-primary:hover {
    color: #f07100; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.bold {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #29303a;
  font-style: normal; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 20px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2, .h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3, .h3 {
  font-size: 21px;
  font-size: 2.1rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 14px;
  font-size: 1.4rem; }

h6, .h6 {
  font-size: 13px;
  font-size: 1.3rem; }

.page-header {
  margin: 40px 0 20px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.4; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .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; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #dfdfdf; }
  blockquote p {
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.4;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dfdfdf;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  blockquote.quote {
    border-left: 0 none;
    margin: 20px 0;
    padding: 0 0 10px 80px;
    color: #747474;
    background: url(images/quote-66.png) no-repeat 10px 0; }
    blockquote.quote p {
      font-weight: bold;
      padding-top: 0; }
    blockquote.quote .quote-cite {
      padding-top: 6px;
      padding-right: 40px;
      min-height: 24px;
      background: url(images/quote-99.png) no-repeat 100% 0; }
    blockquote.quote .quote-name {
      font-size: 12px;
      font-style: italic;
      color: #999999;
      line-height: 1; }
    blockquote.quote .quote-company {
      font-size: 13px;
      font-weight: bold; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.4; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 740px; }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 960px; }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1160px; }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 1.1; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

.table-cond-split-50 > thead > tr > th,
.table-cond-split-50 > thead > tr > td,
.table-cond-split-50 > tbody > tr > th,
.table-cond-split-50 > tbody > tr > td,
.table-cond-split-50 > tfoot > tr > th,
.table-cond-split-50 > tfoot > tr > td {
  padding: 5px 1%;
  width: 48%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal; }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-control::-moz-placeholder {
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #dfdfdf; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 29px;
  padding: 8px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm {
  height: 29px;
  line-height: 29px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 36px;
  padding: 16px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 36px;
  line-height: 36px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }

.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  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; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 13px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn, button.alm-load-more-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus, button.alm-load-more-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, button.alm-load-more-btn:hover, .btn:focus, button.alm-load-more-btn:focus {
    color: #000;
    text-decoration: none; }
  .btn:active, button.alm-load-more-btn:active, .btn.active, button.active.alm-load-more-btn {
    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, button.disabled.alm-load-more-btn, .btn[disabled], button.alm-load-more-btn[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] button.alm-load-more-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #000;
  background-color: #ececec;
  border-color: #ececec; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #000;
    background-color: #d8d8d8;
    border-color: #cdcdcd; }
  .open .btn-default.dropdown-toggle {
    color: #000;
    background-color: #d8d8d8;
    border-color: #cdcdcd; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #ececec;
    border-color: #ececec; }

.btn-primary, button.alm-load-more-btn {
  color: #fff;
  background-color: #ff8b24;
  border-color: #ff8b24; }
  .btn-primary:hover, button.alm-load-more-btn:hover, .btn-primary:focus, button.alm-load-more-btn:focus, .btn-primary:active, button.alm-load-more-btn:active, .btn-primary.active, button.active.alm-load-more-btn {
    color: #fff;
    background-color: #fa7600;
    border-color: #e66c00; }
  .open .btn-primary.dropdown-toggle, .open button.dropdown-toggle.alm-load-more-btn {
    color: #fff;
    background-color: #fa7600;
    border-color: #e66c00; }
  .btn-primary:active, button.alm-load-more-btn:active, .btn-primary.active, button.active.alm-load-more-btn {
    background-image: none; }
  .open .btn-primary.dropdown-toggle, .open button.dropdown-toggle.alm-load-more-btn {
    background-image: none; }
  .btn-primary.disabled, button.disabled.alm-load-more-btn, .btn-primary.disabled:hover, button.disabled.alm-load-more-btn:hover, .btn-primary.disabled:focus, button.disabled.alm-load-more-btn:focus, .btn-primary.disabled:active, button.disabled.alm-load-more-btn:active, .btn-primary.disabled.active, button.disabled.active.alm-load-more-btn, .btn-primary[disabled], button.alm-load-more-btn[disabled], .btn-primary[disabled]:hover, button.alm-load-more-btn[disabled]:hover, .btn-primary[disabled]:focus, button.alm-load-more-btn[disabled]:focus, .btn-primary[disabled]:active, button.alm-load-more-btn[disabled]:active, .btn-primary[disabled].active, button[disabled].active.alm-load-more-btn,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] button.alm-load-more-btn,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] button.alm-load-more-btn:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] button.alm-load-more-btn:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] button.alm-load-more-btn:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] button.active.alm-load-more-btn {
    background-color: #ff8b24;
    border-color: #ff8b24; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #37ade3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .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: #1984b4;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 16px 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.33;
  border-radius: 6px;
  font-weight: 700; }

.btn-sm,
.btn-xs {
  padding: 8px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.dropdown {
  position: relative; }

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

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

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

.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.1;
  line-height: 1.4;
  color: #999999; }

.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 dotted;
  border-bottom: 4px solid #000;
  content: ""; }

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .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: #dfdfdf; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #dfdfdf;
    border-color: #37ade3; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #1984b4;
      border-bottom-color: #1984b4; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 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.4;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #dfdfdf #dfdfdf #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #37ade3;
  border-bottom-color: #37ade3; }

.nav a:hover .caret {
  border-top-color: #1984b4;
  border-bottom-color: #1984b4; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 12px 16px;
      line-height: 1.4;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #dfdfdf; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ff8b24;
    border-color: #ff8b24;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 24px;
  font-size: 1.8; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 8px 10px;
  font-size: 1.1; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.clearfix:before, .speaker-grid:before,
.speaker-grid-alt:before, .clearfix:after, .speaker-grid:after,
.speaker-grid-alt:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .speaker-grid:after,
.speaker-grid-alt: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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

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

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

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

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

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

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

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

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

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

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

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

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

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

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

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

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

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

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

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

.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

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

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

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

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

.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

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

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

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

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

.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

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

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

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

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

.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

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

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

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

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

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

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

.alignnone {
  margin: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 10px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.gform_wrapper {
  padding-top: 10px; }
  .gform_wrapper h2.gsection_title {
    background: transparent !important;
    color: inherit !important;
    text-transform: none !important;
    font-weight: 500;
    margin-top: 10px; }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea,
  .gform_wrapper .gfield select {
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #555555;
    font-size: 13px;
    font-size: 1.3rem;
    -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;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    line-height: 24px;
    height: 28px; }
  .gform_wrapper .gfield input[type=checkbox] {
    line-height: 1;
    height: auto; }
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    min-height: auto !important; }
  .gform_wrapper.two-column_wrapper ul.gform_fields li.gsection.gform_column,
  .gform_wrapper.two-column_wrapper ul.gform_fields {
    display: none; }
  .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    display: block; }
    @media (min-width: 992px) {
      .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
        float: left;
        width: 50%; } }
  .gform_wrapper.two-column_wrapper ul.gform_fields li.gsection:first-child {
    display: none; }
  .gform_wrapper .left_label .gfield_label {
    font-weight: 400; }
  .gform_wrapper .left_label .gfield.gfield_html {
    width: 100% !important;
    margin-left: 0 !important; }
  .gform_wrapper .inline-fields-3 li {
    width: 33.3333333333%;
    float: left;
    clear: none !important;
    padding-left: 5px;
    padding-right: 5px; }
    .gform_wrapper .inline-fields-3 li input.small, .gform_wrapper .inline-fields-3 li input.medium, .gform_wrapper .inline-fields-3 li input.large {
      width: 100%; }
    .gform_wrapper .inline-fields-3 li > .gfield_label {
      display: none; }
    .gform_wrapper .inline-fields-3 li.gsection {
      width: 100%;
      float: none;
      clear: both !important; }
  .gform_wrapper .inline-fields-3 .gform_footer.left_label {
    width: 100%;
    margin-left: 0;
    text-align: center; }

button.alm-load-more-btn {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }
  button.alm-load-more-btn:hover {
    text-decoration: none; }
  button.alm-load-more-btn.loading {
    padding-left: 44px; }
  button.alm-load-more-btn.done {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20); }

button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before {
  background: none;
  width: 0; }

button.alm-load-more-btn.loading:before {
  background: #fff url(../../plugins/ajax-load-more/core/img/ajax-loader.gif) no-repeat center center;
  width: 30px;
  height: 30px;
  margin: -6px 6px 0;
  display: inline-block;
  z-index: 100;
  content: '';
  position: absolute;
  left: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.alm-btn-wrap {
  text-align: center;
  padding: 10px 10px 30px;
  overflow: hidden;
  display: block; }

.alm-listing {
  margin: 0 -20px;
  padding: 0;
  list-style: none; }

.c-3po-countdown .c-3po-dashboard {
  border: 0 none;
  background: transparent;
  box-shadow: none; }

.c-3po-countdown .c-3po-dashboard .c-3po-dash {
  height: 38px;
  background: transparent;
  border: 0 none; }

@media (min-width: 480px) {
  .c-3po-countdown .c-3po-dashboard .c-3po-digit {
    background: url(images/bg-countdown-timer.png) no-repeat 0 0;
    background-size: contain;
    margin: 0 2px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-shadow: none;
    width: 30px;
    height: 38px;
    font-family: 'Georgia', serif; } }

@media (min-width: 768px) {
  .c-3po-countdown .c-3po-dashboard {
    height: 81px; }
  .c-3po-countdown .c-3po-dashboard .c-3po-dash {
    height: 69px; }
  .c-3po-countdown .c-3po-dashboard .c-3po-digit {
    font-size: 60px;
    width: 55px;
    height: 69px; } }

.c-3po-dashboard .c-3po-dash_title {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  top: 80px;
  width: 100%;
  left: 0; }

.flex-container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .flex-container-fluid.no-pad {
    padding: 0; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }
  .d-flex.full-height {
    height: 100%; }

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12, .col,
.flex-col-auto, .flex-col-sm-1, .flex-col-sm-2, .flex-col-sm-3, .flex-col-sm-4, .flex-col-sm-5, .flex-col-sm-6, .flex-col-sm-7, .flex-col-sm-8, .flex-col-sm-9, .flex-col-sm-10, .flex-col-sm-11, .flex-col-sm-12, .flex-col-sm,
.flex-col-sm-auto, .flex-col-md-1, .flex-col-md-2, .flex-col-md-3, .flex-col-md-4, .flex-col-md-5, .flex-col-md-6, .flex-col-md-7, .flex-col-md-8, .flex-col-md-9, .flex-col-md-10, .flex-col-md-11, .flex-col-md-12, .flex-col-md,
.flex-col-md-auto, .flex-col-lg-1, .flex-col-lg-2, .flex-col-lg-3, .flex-col-lg-4, .flex-col-lg-5, .flex-col-lg-6, .flex-col-lg-7, .flex-col-lg-8, .flex-col-lg-9, .flex-col-lg-10, .flex-col-lg-11, .flex-col-lg-12, .flex-col-lg,
.flex-col-lg-auto, .flex-col-xl-1, .flex-col-xl-2, .flex-col-xl-3, .flex-col-xl-4, .flex-col-xl-5, .flex-col-xl-6, .flex-col-xl-7, .flex-col-xl-8, .flex-col-xl-9, .flex-col-xl-10, .flex-col-xl-11, .flex-col-xl-12, .flex-col-xl,
.flex-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.flex-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.flex-flex-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.flex-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.flex-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.flex-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.flex-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.flex-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.flex-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.flex-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.flex-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.flex-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.flex-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.flex-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.flex-order-first {
  -ms-flex-order: -1;
  order: -1; }

.flex-order-last {
  -ms-flex-order: 13;
  order: 13; }

.flex-order-0 {
  -ms-flex-order: 0;
  order: 0; }

.flex-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.flex-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.flex-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.flex-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.flex-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.flex-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.flex-order-7 {
  -ms-flex-order: 7;
  order: 7; }

.flex-order-8 {
  -ms-flex-order: 8;
  order: 8; }

.flex-order-9 {
  -ms-flex-order: 9;
  order: 9; }

.flex-order-10 {
  -ms-flex-order: 10;
  order: 10; }

.flex-order-11 {
  -ms-flex-order: 11;
  order: 11; }

.flex-order-12 {
  -ms-flex-order: 12;
  order: 12; }

.flex-offset-1 {
  margin-left: 8.333333%; }

.flex-offset-2 {
  margin-left: 16.666667%; }

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

.flex-offset-4 {
  margin-left: 33.333333%; }

.flex-offset-5 {
  margin-left: 41.666667%; }

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

.flex-offset-7 {
  margin-left: 58.333333%; }

.flex-offset-8 {
  margin-left: 66.666667%; }

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

.flex-offset-10 {
  margin-left: 83.333333%; }

.flex-offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .flex-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .flex-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .flex-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .flex-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .flex-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .flex-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .flex-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .flex-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .flex-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex-order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .flex-offset-sm-0 {
    margin-left: 0; }
  .flex-offset-sm-1 {
    margin-left: 8.333333%; }
  .flex-offset-sm-2 {
    margin-left: 16.666667%; }
  .flex-offset-sm-3 {
    margin-left: 25%; }
  .flex-offset-sm-4 {
    margin-left: 33.333333%; }
  .flex-offset-sm-5 {
    margin-left: 41.666667%; }
  .flex-offset-sm-6 {
    margin-left: 50%; }
  .flex-offset-sm-7 {
    margin-left: 58.333333%; }
  .flex-offset-sm-8 {
    margin-left: 66.666667%; }
  .flex-offset-sm-9 {
    margin-left: 75%; }
  .flex-offset-sm-10 {
    margin-left: 83.333333%; }
  .flex-offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .flex-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .flex-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .flex-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .flex-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .flex-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .flex-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .flex-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .flex-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .flex-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex-order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .flex-offset-md-0 {
    margin-left: 0; }
  .flex-offset-md-1 {
    margin-left: 8.333333%; }
  .flex-offset-md-2 {
    margin-left: 16.666667%; }
  .flex-offset-md-3 {
    margin-left: 25%; }
  .flex-offset-md-4 {
    margin-left: 33.333333%; }
  .flex-offset-md-5 {
    margin-left: 41.666667%; }
  .flex-offset-md-6 {
    margin-left: 50%; }
  .flex-offset-md-7 {
    margin-left: 58.333333%; }
  .flex-offset-md-8 {
    margin-left: 66.666667%; }
  .flex-offset-md-9 {
    margin-left: 75%; }
  .flex-offset-md-10 {
    margin-left: 83.333333%; }
  .flex-offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .flex-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .flex-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .flex-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .flex-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .flex-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .flex-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .flex-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .flex-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .flex-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex-order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .flex-offset-lg-0 {
    margin-left: 0; }
  .flex-offset-lg-1 {
    margin-left: 8.333333%; }
  .flex-offset-lg-2 {
    margin-left: 16.666667%; }
  .flex-offset-lg-3 {
    margin-left: 25%; }
  .flex-offset-lg-4 {
    margin-left: 33.333333%; }
  .flex-offset-lg-5 {
    margin-left: 41.666667%; }
  .flex-offset-lg-6 {
    margin-left: 50%; }
  .flex-offset-lg-7 {
    margin-left: 58.333333%; }
  .flex-offset-lg-8 {
    margin-left: 66.666667%; }
  .flex-offset-lg-9 {
    margin-left: 75%; }
  .flex-offset-lg-10 {
    margin-left: 83.333333%; }
  .flex-offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .flex-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .flex-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .flex-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .flex-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .flex-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .flex-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .flex-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .flex-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .flex-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .flex-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .flex-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .flex-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .flex-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .flex-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .flex-order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .flex-offset-xl-0 {
    margin-left: 0; }
  .flex-offset-xl-1 {
    margin-left: 8.333333%; }
  .flex-offset-xl-2 {
    margin-left: 16.666667%; }
  .flex-offset-xl-3 {
    margin-left: 25%; }
  .flex-offset-xl-4 {
    margin-left: 33.333333%; }
  .flex-offset-xl-5 {
    margin-left: 41.666667%; }
  .flex-offset-xl-6 {
    margin-left: 50%; }
  .flex-offset-xl-7 {
    margin-left: 58.333333%; }
  .flex-offset-xl-8 {
    margin-left: 66.666667%; }
  .flex-offset-xl-9 {
    margin-left: 75%; }
  .flex-offset-xl-10 {
    margin-left: 83.333333%; }
  .flex-offset-xl-11 {
    margin-left: 91.666667%; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .flex-container.grid-4, .flex-container.grid-5 {
    margin-left: -10px;
    margin-right: -10px; }
    .flex-container.grid-4 .flex-grid-item, .flex-container.grid-5 .flex-grid-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 50%;
      width: calc(50% - 20px);
      position: relative;
      border: 1px solid #dcddde;
      margin: 10px 10px; }
      .flex-container.grid-4 .flex-grid-item:hover, .flex-container.grid-4 .flex-grid-item:active, .flex-container.grid-5 .flex-grid-item:hover, .flex-container.grid-5 .flex-grid-item:active {
        border-color: #37ade3; }
      .flex-container.grid-4 .flex-grid-item:before, .flex-container.grid-5 .flex-grid-item:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 68.75%; }
      .flex-container.grid-4 .flex-grid-item > .grid-inner, .flex-container.grid-5 .flex-grid-item > .grid-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px 20px;
        display: flex; }
        .flex-container.grid-4 .flex-grid-item > .grid-inner img, .flex-container.grid-5 .flex-grid-item > .grid-inner img {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          margin-left: auto;
          margin-right: auto;
          max-height: 95%;
          width: auto; }
          .flex-container.grid-4 .flex-grid-item > .grid-inner.full-inner, .flex-container.grid-5 .flex-grid-item > .grid-inner.full-inner {
            padding: 0; }
            .flex-container.grid-4 .flex-grid-item > .grid-inner.full-inner img, .flex-container.grid-5 .flex-grid-item > .grid-inner.full-inner img {
              -o-object-fit: cover;
              object-fit: cover;
              font-family: object-fit\: cover;
              height: 100%;
              width: 100%;
              max-height: 100%; }
  @media (min-width: 992px) {
    .flex-container.grid-4 .flex-grid-item {
      max-width: 25%;
      width: calc(25% - 20px); }
    .flex-container.grid-5 .flex-grid-item {
      max-width: 20%;
      width: calc(20% - 20px); } }
a {
  outline: 0; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0; }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
  color: inherit;
  cursor: text; }

ul,
ol {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 20px; }

p {
  margin-bottom: 20px; }
  p.lead {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.1; }

label {
  font-weight: 400; }

.heading-21,
.section .heading-21,
.heading-18,
.section .heading-18,
.heading-16,
.section .heading-16 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit; }
  .heading-21.heading-underline,
  .section .heading-21.heading-underline,
  .heading-18.heading-underline,
  .section .heading-18.heading-underline,
  .heading-16.heading-underline,
  .section .heading-16.heading-underline {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 20px; }

.heading-21,
.section .heading-21 {
  font-size: 21px;
  font-size: 2.1rem; }

.heading-18,
.section .heading-18 {
  font-size: 18px;
  font-size: 1.8rem; }

.heading-16,
.section .heading-16 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300; }

.page-title,
.section-title,
.sub-section-title {
  font-size: 20px;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .page-title,
    .section-title,
    .sub-section-title {
      font-size: 30px;
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .page-title,
    .section-title,
    .sub-section-title {
      font-size: 35px;
      font-size: 3.5rem; } }
  .page-title.white-title,
  .section-title.white-title,
  .sub-section-title.white-title {
    color: #fff; }

.stacked-title {
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem; }

.page-title,
.section-title,
.parent-title {
  font-weight: 900;
  color: #29303a;
  line-height: 1.1;
  margin-bottom: 30px; }

.parent-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem; }
  @media (min-width: 768px) {
    .parent-title {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 1200px) {
    .parent-title {
      font-size: 42px;
      font-size: 4.2rem; } }
  .parent-title + h1, .parent-title h2 {
    margin-top: 0; }

.section-title {
  margin-top: 0;
  font-size: 30px;
  font-size: 3rem; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 1200px) {
    .section-title {
      font-size: 42px;
      font-size: 4.2rem; } }
  .section-title span {
    color: #37ade3; }

.sub-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #29303a; }

.text-light > header .section-title {
  color: #fff; }

  .btn:hover, button.alm-load-more-btn:hover {
    background-color: rgba(0, 0, 0, 0.15); }

  .btn.btn-primary, button.alm-load-more-btn {
    border: 0 none; }
    
  .btn.btn-sm, button.btn-sm.alm-load-more-btn {
    font-size: 12px;
    font-size: 1.2rem; }

.button-block {
  margin-bottom: 40px; }

.tp-tabs .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 0 none; }
  .tp-tabs .nav-tabs > li > a {
    background-color: #999999;
    color: #fff;
    border: 0 none; }
    .tp-tabs .nav-tabs > li > a:hover, .tp-tabs .nav-tabs > li > a:focus {
      background-color: #dfdfdf;
      color: #fff; }
  .tp-tabs .nav-tabs > li.active > a {
    background-color: #37ade3;
    color: #fff;
    border: 0 none; }
    .tp-tabs .nav-tabs > li.active > a:hover, .tp-tabs .nav-tabs > li.active > a:focus {
      background-color: #37ade3;
      border: 0 none;
      color: #fff; }

.tp-tabs .tab-pane {
  padding: 20px 20px;
  border: 1px solid #dfdfdf; }
  .clean-tabs .tp-tabs .tab-pane {
    border: 0 none;
    padding-left: 0;
    padding-right: 0; }

.clean-tabs .tp-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center; }
  .clean-tabs .tp-tabs .nav-tabs > li {
    float: none;
    font-weight: 900; }

html, body {
  height: 100%; }

  .p-t {
    padding-top: 20px; }

  .p-b {
    padding-bottom: 20px; }

.img-obj-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: object-fit\: cover;
  height: 100%;
  width: 100%; }

.image-list-left {
  float: left;
  margin-right: 6.6666666667px !important; }

.iframe-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home-full-video-container {
  position: relative; }
  @media (min-width: 992px) {
    .home-full-video-container {
      height: 515px;
      overflow: hidden; } }
  .home-full-video-container .hv-sound-control {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    right: 50px;
    bottom: 50px; }
    @media (min-width: 992px) {
      .home-full-video-container .hv-sound-control {
        right: 240px; } }
  .home-full-video-container video {
    display: block;
    height: auto   !important;
    width: 100%    !important;
    vertical-align: top; }
  .home-full-video-container .sequence {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%; }
    .home-full-video-container .sequence > .sequence-canvas {
      height: auto; }
      .home-full-video-container .sequence > .sequence-canvas > li {
        height: auto;
        padding-top: 0;
        top: 30px; }
        @media (min-width: 768px) {
          .home-full-video-container .sequence > .sequence-canvas > li {
            top: 100px; } }
        @media (min-width: 992px) {
          .home-full-video-container .sequence > .sequence-canvas > li {
            top: 200px; } }
        @media (min-width: 1200px) {
          .home-full-video-container .sequence > .sequence-canvas > li {
            top: 250px; } }
        .home-full-video-container .sequence > .sequence-canvas > li .masthead-text {
          top: 0%;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); }

.page-header-section,
.agenda-cat-header {
  position: relative;
  min-height: 200px; }
  .page-header-section .logo,
  .agenda-cat-header .logo {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 30px;
    max-width: 80px; }
    @media (max-width: 991px) {
      .page-header-section .logo,
      .agenda-cat-header .logo {
        top: 55px;
        left: 15px; } }
    @media (min-width: 768px) {
      .page-header-section .logo,
      .agenda-cat-header .logo {
        max-width: 95px; } }
    @media (min-width: 1200px) {
      .page-header-section .logo,
      .agenda-cat-header .logo {
        max-width: inherit; } }
    .page-header-section .logo img,
    .agenda-cat-header .logo img {
      width: auto;
      max-height: 100px; }

.page-header-section {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf; }
  .page-header-section .overlay {
    padding-top: 80px;
    position: relative; }
  .page-header-section .parent-title {
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center; }
    .page-header-section .parent-title:before, .page-header-section .parent-title:after {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #37ade3;
      left: 50%;
      margin-left: -2px; }
    .page-header-section .parent-title:before {
      top: 0;
      height: 105px; }
    .page-header-section .parent-title:after {
      bottom: 0;
      height: 35px; }

.agenda-cat-header-image {
  position: relative; }

.full-page-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.page-content {
  padding-top: 40px; }
  .page-content.full-width {
    padding-left: 20px;
    padding-right: 20px; }
    .page-content .back-btn {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .page-content .back-btn {
          position: absolute;
          z-index: 100;
          top: 0;
          right: 0; } }
.section {
  padding: 20px 0 40px;
  min-height: 80px;
  background-color: #f8f8f8; }
  .section.content-wrap {
    padding-top: 40px;
    background-color: #fff; }
    .section.content-wrap.child-page {
      padding-top: 0; }
  .section.headline, .section.main-carousel {
    padding: 0;
    position: relative; }

    .white-text h1,
    .white-text h2,
    .white-text h3,
    .white-text h4,
    .white-text h5,
    .white-text h6,
    .white-text ul,
    .white-text ol,
    .white-text p,
    .white-text .btn,
    .white-text button.alm-load-more-btn {
      color: #fff; }

.colpanel-overlay {
  padding: 20px 0 40px;
  min-height: 80px; }
  .large-panel .colpanel-overlay {
    padding: 120px 0; }
    @media (min-width: 768px) {
      .large-panel .colpanel-overlay {
        padding: 160px 0; } }
    @media (min-width: 992px) {
      .large-panel .colpanel-overlay {
        padding: 200px 0; } }
  @media (max-width: 991px) {
    .colpanel-overlay {
      background-color: rgba(255, 255, 255, 0.9); }
      .colpanel-overlay.disable-overlay {
        background-color: transparent; } }
.column-panel-intro {
  margin: 20px 0; }
  .column-panel-intro > *:last-child {
    margin-bottom: 0; }

.column-panel-bucket {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .column-panel-bucket {
      margin-bottom: 0; } }
  .column-panel-bucket .column-image {
    margin-bottom: 20px; }
    .column-panel-bucket .column-image img {
      margin: 0 auto; }
  @media (min-width: 768px) {
    .column-panel-bucket .column-text {
      min-height: 80px; } }
.main-content > *:first-child {
  margin-top: 0; }

.main-content ul,
.main-content ol {
  margin: 0 0 20px 20px;
  padding: 0; }

.box-panel {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding-bottom: 1px; }
  .box-panel h2,
  .box-panel h3 {
    margin-top: 0;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  .box-panel ul,
  .box-panel ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px; }
    .box-panel ul li,
    .box-panel ol li {
      margin: 5px 0;
      padding-left: 40px;
      min-height: 36px;
      position: relative;
      background: none; }
      .box-panel ul li.gfield,
      .box-panel ol li.gfield {
        padding-left: 0; }
  .box-panel ul li:before {
    content: '';
    font: bold 20px/1 sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -5px;
    display: block;
    height: 30px;
    max-height: 30px;
    width: 30px;
    max-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: url(images/icon-tick-white.png) no-repeat 50% 50% #37ade3;
    color: #fff; }
  .box-panel ul li.gfield:before,
  .box-panel ul li.gfield li:before {
    content: '';
    display: none;
    background: none;
    width: 1px;
    height: 1px; }
  .box-panel ol {
    counter-reset: theme-counter; }
    .box-panel ol li:before {
      content: counter(theme-counter);
      counter-increment: theme-counter;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: -6px;
      display: block;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #75b8d3;
      border-radius: 50%;
      color: #fff; }
  .box-panel p,
  .box-panel .gform_wrapper {
    margin-bottom: 20px; }
  .box-panel.default-theme {
    background-color: #f8f8f8;
    padding: 0 20px 1px; }
    .box-panel.default-theme h2,
    .box-panel.default-theme h3 {
      font-size: 17px;
      font-size: 1.7rem;
      background-color: #b4b4b4;
      color: #fff;
      line-height: 1.1;
      position: relative;
      padding: 10px 20px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 20px;
      border-bottom: 0 none; }
  .box-panel.box-panel-two-col ul {
    list-style: none; }
    .box-panel.box-panel-two-col ul:before, .box-panel.box-panel-two-col ul:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .box-panel.box-panel-two-col ul:after {
      clear: both; }
    .box-panel.box-panel-two-col ul li {
      display: block; }
      @media (min-width: 768px) {
        .box-panel.box-panel-two-col ul li {
          float: left;
          width: 48%;
          margin-right: 2%; } }
      .box-panel.box-panel-two-col ul li:before {
        content: "";
        float: left;
        display: block;
        margin-bottom: 3px;
        margin-right: 8px; }

.box-panel-faded {
  padding: 10px 20px;
  margin: 20px 0; }

.imagebg-panel {
  min-height: 320px;
  border-top: 4px solid #f4f4f4;
  border-bottom: 10px solid #f4f4f4;
  background-size: cover; }
  .imagebg-panel a {
    color: inherit; }
  .imagebg-panel .imagebg-panel-content {
    margin-top: 180px;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.7); }

.block-title {
  background-color: #999999;
  color: #fff;
  padding: 10px 10px;
  font-weight: 700; }

.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-pdf,
.icon-add-planner,
.icon-share,
.icon-special {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.icon-arrow-left {
  background-image: url(images/arr-btn-left.png);
  margin-left: 0;
  margin-right: 8px; }

.icon-arrow-right {
  background-image: url(images/arr-btn-right.png); }

.icon-arrow-up {
  background-image: url(images/arr-btn-up.png); }

.icon-pdf {
  background-image: url(images/icon-pdf.png);
  height: 21px;
  margin-top: -3px; }

.icon-add-planner {
  background-image: url(images/icon-add-planner.png);
  width: 21px;
  height: 19px; }

.icon-share {
  background-image: url(images/icon-share.png);
  width: 11px;
  height: 20px; }

.icon-special {
  background-image: url(images/icon-special.png);
  width: 26px;
  height: 25px; }

.dropdown-menu {
  text-align: left;
  width: 160px;
  margin-left: 8px;
  margin-top: -5px; }
  .dropdown-menu > li > a {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px; }

.pagination > li a {
  background-color: #dfdfdf;
  color: #000; }

.pagination > li.current-cat a {
  color: #fff; }

.child-pages {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4; }
  .child-pages select {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .child-pages select {
        display: none; } }
  .child-pages ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .child-pages ul {
        display: none; } }
    .child-pages ul > li {
      padding: 0 3px;
      display: table;
      vertical-align: top;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
      .child-pages ul > li > a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #000;
        padding: 0 2px;
        line-height: 1.1;
        font-size: 12px;
        font-size: 1.2rem; }
        @media (min-width: 1200px) {
          .child-pages ul > li > a {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 20px 10px; } }
        .child-pages ul > li > a:hover {
          color: #37ade3; }
      .child-pages ul > li.active a, .child-pages ul > li.current-menu-item a, .child-pages ul > li.current_page_item a {
        color: #37ade3; }
        .child-pages.pagecount-1 li {
          min-width: 33.3333333333%; }
        .child-pages.pagecount-2 li {
          min-width: 33.3333333333%; }
        .child-pages.pagecount-3 li {
          min-width: 33.3333333333%; }
        .child-pages.pagecount-4 li {
          min-width: 33.3333333333%; }
        .child-pages.pagecount-5 li {
          min-width: 33.3333333333%; }
        .child-pages.pagecount-6 li {
          min-width: 33.3333333333%; }
        @media (min-width: 768px) {
          .child-pages.pagecount-1 li {
            min-width: 100%; }
          .child-pages.pagecount-2 li {
            min-width: 50%; }
          .child-pages.pagecount-3 li {
            min-width: 33.3333333333%; }
          .child-pages.pagecount-4 li {
            min-width: 25%; }
          .child-pages.pagecount-5 li {
            min-width: 20%; }
          .child-pages.pagecount-6 li {
            min-width: 16.6666666667%; } }
.child-page-grid-item {
  background-color: #f4f4f4;
  color: #000;
  margin-bottom: 10px;
  display: block; }
  .child-page-grid-item img {
    width: 100%; }
  .child-page-grid-item .child-page-detail {
    padding: 10px; }
    .child-page-grid-item .child-page-detail .child-page-title {
      margin-top: 5px;
      font-size: 18px;
      font-size: 1.8rem; }
    .child-page-grid-item .child-page-detail .child-page-summary {
      font-size: 13px;
      font-size: 1.3rem;
      min-height: 110px;
      margin-bottom: 20px; }

.legend-key {
  background-color: #dfdfdf;
  padding: 8px 10px;
  line-height: 1.5;
  margin-bottom: 20px; }
  .post-type-archive-exhibitor .legend-key {
    margin-top: -40px; }

.split-cell-section {
  background-color: #fff;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .split-cell-section [class*="flex-col-"] {
      border-color: #37ade3;
      border-style: solid;
      border-width: 0; }
      .split-cell-section [class*="flex-col-"]:first-child {
        border-right-width: 2px; }
      .split-cell-section [class*="flex-col-"]:last-child {
        border-left-width: 2px; } }
  .split-cell-section .main-content {
    padding: 40px; }
    @media (min-width: 1200px) {
      .split-cell-section .main-content {
        max-width: 740px; }
        .split-cell-section .main-content.align-right {
          margin-left: auto; } }
  .tax-agenda_category .split-cell-section {
    background-color: #f4f4f4; }

    .section-markers-all:before, .section-markers-all:after {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #37ade3;
      left: 50%;
      margin-left: -2px;
      height: 35px; }
    
    .section-markers-all:before {
      top: 0; }
    
    .section-markers-all:after {
      bottom: 0; }
    
    .section-markers-top:before {
      top: 0;
      content: '';
      position: absolute;
      width: 4px;
      background-color: #37ade3;
      left: 50%;
      margin-left: -2px;
      height: 35px; }
    
    .section-markers-bottom:after {
      bottom: 0;
      content: '';
      position: absolute;
      width: 4px;
      background-color: #37ade3;
      left: 50%;
      margin-left: -2px;
      height: 35px; }
    
    [class*="section-markers-"] {
      position: relative;
      padding-top: 35px;
      padding-bottom: 35px; }
      [class*="section-markers-"] > header,
      [class*="section-markers-"] > footer {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center; }
        [class*="section-markers-"] > header *:last-of-type,
        [class*="section-markers-"] > footer *:last-of-type {
          margin-bottom: 0; }

.section.logo-block {
  background-color: #fff;
  padding-bottom: 20px; }

.overlay-panel {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .overlay-panel {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .overlay-panel.overlay-panel-black-10 {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff; }
  .overlay-panel.overlay-panel-white-10 {
    background-color: rgba(255, 255, 255, 0.1); }
  .overlay-panel.overlay-panel-black-20 {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff; }
  .overlay-panel.overlay-panel-white-20 {
    background-color: rgba(255, 255, 255, 0.2); }
  .overlay-panel.overlay-panel-black-30 {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff; }
  .overlay-panel.overlay-panel-white-30 {
    background-color: rgba(255, 255, 255, 0.3); }
  .overlay-panel.overlay-panel-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff; }
  .overlay-panel.overlay-panel-white-40 {
    background-color: rgba(255, 255, 255, 0.4); }
  .overlay-panel.overlay-panel-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
  .overlay-panel.overlay-panel-white-50 {
    background-color: rgba(255, 255, 255, 0.5); }
  .overlay-panel.overlay-panel-black-60 {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .overlay-panel.overlay-panel-white-60 {
    background-color: rgba(255, 255, 255, 0.6); }
  .overlay-panel.overlay-panel-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff; }
  .overlay-panel.overlay-panel-white-70 {
    background-color: rgba(255, 255, 255, 0.7); }
  .overlay-panel.overlay-panel-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; }
  .overlay-panel.overlay-panel-white-80 {
    background-color: rgba(255, 255, 255, 0.8); }
  .overlay-panel.overlay-panel-black-90 {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }
  .overlay-panel.overlay-panel-white-90 {
    background-color: rgba(255, 255, 255, 0.9); }
  .overlay-panel.overlay-panel-black-100 {
    background-color: black;
    color: #fff; }
  .overlay-panel.overlay-panel-white-100 {
    background-color: white; }
  .overlay-panel h1 {
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    color: #fff; }
    @media (min-width: 768px) {
      .overlay-panel h1 {
        font-size: 40px;
        font-size: 4rem; } }
    @media (min-width: 992px) {
      .overlay-panel h1 {
        font-size: 50px;
        font-size: 5rem; } }
.reg-interest .dark-form-wrapper,
.dark-form-wrapper .gform_wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 20px 0;
  padding: 20px 20px; }
  @media (min-width: 992px) {
    .reg-interest .dark-form-wrapper,
    .dark-form-wrapper .gform_wrapper {
      padding: 20px 40px; } }
.reg-interest .dark-form-wrapper .gform_wrapper {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

.dark-form-wrapper .gform_wrapper {
  margin: 0 0 20px;
  max-width: 100%;
  color: #fff; }
  .dark-form-wrapper .gform_wrapper label {
    color: inherit;
    font-weight: normal !important; }
  .dark-form-wrapper .gform_wrapper .gfield_required {
    color: inherit; }
  .dark-form-wrapper .gform_wrapper .condense-checkboxes ul.gfield_checkbox li {
    margin-bottom: 0; }
  .dark-form-wrapper .gform_wrapper .gform_footer.right_label, .dark-form-wrapper .gform_wrapper .gform_footer.left_label {
    margin-top: 0;
    margin-left: auto;
    width: 100%;
    padding: 0 0 1em !important;
    text-align: center; }

  .section-simple-grid.dark-grid-items .box-content {
    margin: 20px 0; }
    .section-simple-grid.dark-grid-items .box-content h2, .section-simple-grid.dark-grid-items .box-content h3, .section-simple-grid.dark-grid-items .box-content h4 {
      color: #37ade3; }
    .section-simple-grid.dark-grid-items .box-content, .section-simple-grid.dark-grid-items .box-content * {
      color: #fff; }
    
  .section-highlight-boxes.light-highlight-boxes .sec-highlight-box {
    background-color: #f4f4f4; }
    .section-highlight-boxes.light-highlight-boxes .sec-highlight-box header > h2:before {
      height: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

#menu-toggle {
  margin: 3.3333333333px 0;
  color: #fff;
  padding: 5px;
  cursor: pointer; }
  #menu-toggle .icon {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 32px;
    height: 32px;
    background: url(images/btn-mobile-menu-blue.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    vertical-align: top; }

body.mobile-nav-push {
  overflow: hidden; }

.close-button {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent; }
  .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close-button:before, .close-button:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7; }

.mobile-nav-panel {
  position: fixed;
  z-index: 1101;
  width: 300px;
  height: 100%;
  background: #373a47;
  padding: 2.5em 0 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .mobile-nav-panel .mobile-nav-scroll {
    overflow-y: auto;
    padding: 0;
    height: 100%; }
  .mobile-nav-panel.open-panel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .mobile-nav-panel .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-top: solid 1px #3b424d; }
    .mobile-nav-panel .nav-list li {
      margin: 0;
      position: relative; }
    .mobile-nav-panel .nav-list a {
      color: #fff; }
      .mobile-nav-panel .nav-list a:hover {
        color: #37ade3; }
    .mobile-nav-panel .nav-list .current_page_item > a,
    .mobile-nav-panel .nav-list .current_page_ancestor > a,
    .mobile-nav-panel .nav-list .current-menu-item > a,
    .mobile-nav-panel .nav-list .current-menu-ancestor > a .current-menu-ancestor > a {
      color: #37ade3; }
    .mobile-nav-panel .nav-list ul {
      font-size: 14px;
      list-style: none;
      margin: 0;
    padding: 0; }
    .mobile-nav-panel .nav-click {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 40px;
      width: 40px;
      cursor: pointer;
      text-align: center;
      line-height: 40px;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1); }
      .mobile-nav-panel .nav-click i {
        font-style: normal;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: transform .2s ease-out;
        -o-transition: ease-out .2s transform;
        transition: transform .2s;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 34'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M4.3.5A1.9 1.9 0 003 0a1.9 1.9 0 00-1.3.5L.6 1.7a1.7 1.7 0 000 2.6L13.3 17 .5 29.8a1.9 1.9 0 00-.5 1.3 2.1 2.1 0 00.5 1.3l1.2 1.1A1.9 1.9 0 003 34a2.1 2.1 0 001.3-.5l15.2-15.2a1.9 1.9 0 000-2.6z' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 6px auto;
        display: inline-block;
        width: 40px;
        height: 40px; }
        .mobile-nav-panel .nav-click i.nav-rotate {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
    .mobile-nav-panel .nav-item {
      display: block;
      float: none;
      width: 100%;
      position: relative;
      border-bottom: solid 1px #3b424d; }
      .mobile-nav-panel .nav-item a {
        display: block;
        line-height: 17px;
        padding: 12px 10px 11px; }
      .mobile-nav-panel .nav-item > a:hover {
        background-color: rgba(55, 173, 227, 0.05); }
      .mobile-nav-panel .nav-item.open-list > a {
        background-color: rgba(55, 173, 227, 0.2); }
    .mobile-nav-panel .nav-submenu {
      display: none;
      position: static;
      list-style: none;
      margin: 0;
      padding: 0;
      left: 0;
      width: 100%;
      padding-bottom: 10px;
      background-color: rgba(55, 173, 227, 0.05); }
      .mobile-nav-panel .nav-submenu > .nav-submenu-item > a {
        display: block;
        line-height: 18px;
        padding: 11px 5px 11px 20px;
        -o-transition: color .2s linear,background .2s linear;
        -moz-transition: color .2s linear,background .2s linear;
        -webkit-transition: color .2s linear,background .2s linear;
        transition: color .2s linear,background .2s linear; }
        .mobile-nav-panel .nav-submenu > .nav-submenu-item > a:hover {
          background-color: rgba(55, 173, 227, 0.1); }
      .mobile-nav-panel .nav-submenu > .nav-submenu-item .nav-submenu-item > a {
        padding-left: 30px; }

.menu-mobile-container {
  position: absolute;
  right: 10px;
  top: 5px; }

.mobile-menu li {
  border: 0;
  display: inline-block;
  position: relative;
  margin-left: -4px; }

.menu-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end; }

.site-navigation {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1100;
  font-size: 13px;
  transition: background 0.2s ease-in-out;
  min-height: 48px; }
  @media (min-width: 992px) {
    .site-navigation {
      min-height: 44px; } }
  @media (max-width: 767px) {
    .site-navigation {
      background-color: #fff; } }
  .site-navigation > .container {
    position: relative; }
  .site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-navigation ul ul {
      margin-left: 20px;
      padding: 0; }
  .site-navigation a:hover,
  .site-navigation .current_page_item > a,
  .site-navigation .current_page_ancestor > a,
  .site-navigation .current-menu-item > a,
  .site-navigation .current-menu-ancestor > a .current-menu-ancestor > a {
    background-color: #1c94cb;
    color: #fff; }
  .site-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
    color: #b4b4b4;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    margin: 0 1px; }
    @media (max-width: 991px) {
      .site-navigation a {
        height: 38px;
        line-height: 38px;
        padding: 0 8px; } }
  .site-navigation li {
    border: 0;
    display: inline-block;
    position: relative;
    margin-left: -4px; }
    .site-navigation li li {
      border: 0;
      display: block;
      height: auto;
      margin-left: 0;
      line-height: 1.0909090909; }
      .site-navigation li li:first-child {
        margin-left: 0; }
    .site-navigation li.outline-btn a {
      color: #37ade3;
      border: 1px solid #37ade3; }
    .site-navigation li.solid-btn a {
      background-color: #37ade3;
      border: 1px solid #37ade3;
      color: #fff; }
      .site-navigation li.outline-btn, .site-navigation li.solid-btn {
        padding: 5px; }
        @media (max-width: 991px) {
          .site-navigation li.outline-btn, .site-navigation li.solid-btn {
            padding: 5px 2.5px; } }
        .site-navigation li.outline-btn a:hover, .site-navigation li.outline-btn a:focus, .site-navigation li.solid-btn a:hover, .site-navigation li.solid-btn a:focus {
          color: #fff; }

.hold-nav {
  position: fixed !important;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9); }

.main-header {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #fff;
  background-size: cover; }
  @media (max-width: 767px) {
    .main-header {
      padding-top: 65px; } }
  .main-header .logo-overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%; }
  .main-header .logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
    @media (min-width: 768px) {
      .main-header .logo {
        margin-right: 20px; } }
    .main-header .logo a {
      display: block;
      text-align: center;
      padding: 0 0 10px; }
      @media (min-width: 768px) {
        .main-header .logo a {
          padding: 30px 0; } }
      .main-header .logo a img {
        margin-left: 0;
        margin-right: 0;
        max-height: 100px;
        width: auto; }
        .main-header .logo a img.home-logo {
          display: none; }
          @media (min-width: 992px) {
            .main-header .logo a img.home-logo {
              max-height: 100%;
              display: block; } }
        .main-header .logo a img.home-logo-mobile {
          display: block;
          margin-right: auto;
          max-height: 70px; }
          @media (min-width: 992px) {
            .main-header .logo a img.home-logo-mobile {
              display: none; } }
  .main-header .date {
    display: none; }
    @media (min-width: 992px) {
      .main-header .date {
        display: block;
        margin-top: 30px;
        text-align: right; } }
  @media (min-width: 768px) {
    .home .main-header {
      position: absolute;
      z-index: 100;
      width: 100%;
      background: none;
      top: 40px; }
      .home .main-header > .container {
        position: relative; }
        .home .main-header > .container .home-date {
          position: absolute;
          left: 0;
          text-align: left; }
          .home .main-header > .container .home-date .logo {
            margin-right: 0; } }
.cycler .logo-block {
  max-width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .cycler .logo-block img {
      max-height: 40px; } }
.sponsors-panel {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 768px) {
    .sponsors-panel {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .sponsors-panel .sponsor,
  .sponsors-panel .sponsor-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .sponsors-panel .sponsor-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  @media (min-width: 992px) {
    .sponsors-panel .sponsor.pull-left {
      margin-right: auto; } }
  @media (min-width: 600px) {
    .sponsors-panel .sponsor-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 600px) {
    .sponsors-panel .sponsor-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 600px) {
    .sponsors-panel .sponsor-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 768px) {
    .sponsors-panel {
      margin-bottom: 0; } }
.home-sponsors-panel {
  background-color: white; }

.home-sponsors-panel,
.sponsors-panel {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }
  .home-sponsors-panel .sponsor,
  .sponsors-panel .sponsor {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 992px) {
      .home-sponsors-panel .sponsor,
      .sponsors-panel .sponsor {
        max-width: 170px; }
        .home-sponsors-panel .sponsor.diamond,
        .sponsors-panel .sponsor.diamond {
          max-width: 320px; } }
    @media (min-width: 1200px) {
      .home-sponsors-panel .sponsor,
      .sponsors-panel .sponsor {
        max-width: 200px; } }
  .home-sponsors-panel .header-logo-title,
  .sponsors-panel .header-logo-title {
    margin: 8px 0 5px; }
    @media (min-width: 992px) {
      .home-sponsors-panel .header-logo-title,
      .sponsors-panel .header-logo-title {
        margin-top: 13.3333333333px; } }
  .home-sponsors-panel .logo-container,
  .sponsors-panel .logo-container {
    min-height: 52px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .home-sponsors-panel .logo-container,
      .sponsors-panel .logo-container {
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 0; } }
  .home-sponsors-panel img,
  .sponsors-panel img {
    width: auto !important;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 1200px) {
  .sponsors-panel .sponsor-5, .sponsors-panel .sponsor-4, .sponsors-panel .sponsor-3 {
    max-width: 160px; } }

@media (min-width: 1200px) {
  .home-sponsors-panel .sponsors-panel .sponsor-5, .home-sponsors-panel .sponsors-panel .sponsor-4, .home-sponsors-panel .sponsors-panel .sponsor-3 {
    max-width: 200px; } }

.home-sponsors-panel .sponsors-panel .sponsor-5.diamond, .home-sponsors-panel .sponsors-panel .sponsor-4.diamond, .home-sponsors-panel .sponsors-panel .sponsor-3.diamond {
  max-width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .home-sponsors-panel .sponsors-panel .sponsor-5.diamond, .home-sponsors-panel .sponsors-panel .sponsor-4.diamond, .home-sponsors-panel .sponsors-panel .sponsor-3.diamond {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 1200px) {
    .home-sponsors-panel .sponsors-panel .sponsor-5.diamond, .home-sponsors-panel .sponsors-panel .sponsor-4.diamond, .home-sponsors-panel .sponsors-panel .sponsor-3.diamond {
      max-width: 320px;
      flex: 1 0 auto; } }
  @media (min-width: 1200px) {
    .home-sponsors-panel .sponsors-panel .sponsor-5.diamond .cycler .logo-block, .home-sponsors-panel .sponsors-panel .sponsor-4.diamond .cycler .logo-block, .home-sponsors-panel .sponsors-panel .sponsor-3.diamond .cycler .logo-block {
      max-width: 300px; } }
.ez-header-btn {
  margin-top: 20px;
  text-align: right; }

.hotlinks > div {
  float: left;
  width: 25%;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 12px; }
  @media (min-width: 768px) {
    .hotlinks > div {
      font-size: 15px; } }
  .hotlinks > div i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .hotlinks > div a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 0 4px; }
    .hotlinks > div a span {
      position: relative;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
      .hotlinks > div a span::before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        font-weight: 700;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .hotlinks > div a:hover, .hotlinks > div a:focus {
      outline: none; }
      .hotlinks > div a:hover span, .hotlinks > div a:focus span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%); }

.mobile-menu [class^="nav-btn-"] {
  min-width: 44px;
  max-width: 44px;
  max-height: 44px; }
  .mobile-menu [class^="nav-btn-"] a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    background: no-repeat 50% 50% transparent;
    display: block;
    background-size: 60% auto; }

.nav-search {
  float: right;
  vertical-align: top;
  display: table; }
  .nav-search a {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.mobile-menu .nav-search a {
  padding: 0;
  background: no-repeat 50% 50% transparent;
  display: block;
  background-size: 70% auto; }

.nav-search,
.mobile-menu .nav-search {
  max-height: 44px; }
  .nav-search a,
  .mobile-menu .nav-search a {
    background: no-repeat 50% 50% transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.5 11.1a9.5 9.5 0 0 0-6.7-2.8 9.3 9.3 0 0 0-6.7 2.8 9.5 9.5 0 0 0-2.8 6.7 9.6 9.6 0 0 0 9.5 9.5 9.5 9.5 0 0 0 6.7-2.8 9.3 9.3 0 0 0 2.8-6.7 9.5 9.5 0 0 0-2.8-6.7zm-.9 12.5a8 8 0 0 1-5.8 2.4 7.8 7.8 0 0 1-5.8-2.4A8.2 8.2 0 0 1 12 12a7.8 7.8 0 0 1 5.8-2.4 8 8 0 0 1 5.8 2.4 8.2 8.2 0 0 1 0 11.6z' fill='%2335ace2'/%3E%3Cpath d='M36.9 33.3l-7.6-7.7a.7.7 0 0 0-.9 0l-.3.3-.8-.7a12 12 0 0 0-1-15.9A12.1 12.1 0 0 0 9.2 26.4a12.4 12.4 0 0 0 8.6 3.5 11.5 11.5 0 0 0 7.3-2.5l.8.7-.3.3c-.1.2-.2.3-.2.5a.5.5 0 0 0 .2.4l7.6 7.7a2.6 2.6 0 0 0 1.9.7 2.4 2.4 0 0 0 1.8-.7 2.5 2.5 0 0 0 0-3.7zm-26.8-7.8A11.1 11.1 0 0 1 7 17.8 10.8 10.8 0 0 1 17.8 7a10.3 10.3 0 0 1 7.6 3.2 10.3 10.3 0 0 1 3.2 7.6 10.8 10.8 0 0 1-10.8 10.8 11.1 11.1 0 0 1-7.7-3.1zm16 1.1c.1-.1.1-.2.2-.2l.2-.3.7.7-.4.4zm9.9 9.5a1.4 1.4 0 0 1-1.9 0l-7.2-7.2 1.9-1.9 7.2 7.2a1.2 1.2 0 0 1 0 1.9z' fill='%2335ace2'/%3E%3Cpath fill='none' d='M0 0h44v44H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 44px;
    height: 44px; }
    .no-svg .nav-search a, .no-svg .mobile-menu .nav-search a {
      background-image: url(images/icon-search.png); }
    .nav-search a:hover,
    .mobile-menu .nav-search a:hover {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.5 11.1a9.5 9.5 0 0 0-6.7-2.8 9.3 9.3 0 0 0-6.7 2.8 9.5 9.5 0 0 0-2.8 6.7 9.6 9.6 0 0 0 9.5 9.5 9.5 9.5 0 0 0 6.7-2.8 9.3 9.3 0 0 0 2.8-6.7 9.5 9.5 0 0 0-2.8-6.7zm-.9 12.5a8 8 0 0 1-5.8 2.4 7.8 7.8 0 0 1-5.8-2.4A8.2 8.2 0 0 1 12 12a7.8 7.8 0 0 1 5.8-2.4 8 8 0 0 1 5.8 2.4 8.2 8.2 0 0 1 0 11.6z' fill='%23ffffff'/%3E%3Cpath d='M36.9 33.3l-7.6-7.7a.7.7 0 0 0-.9 0l-.3.3-.8-.7a12 12 0 0 0-1-15.9A12.1 12.1 0 0 0 9.2 26.4a12.4 12.4 0 0 0 8.6 3.5 11.5 11.5 0 0 0 7.3-2.5l.8.7-.3.3c-.1.2-.2.3-.2.5a.5.5 0 0 0 .2.4l7.6 7.7a2.6 2.6 0 0 0 1.9.7 2.4 2.4 0 0 0 1.8-.7 2.5 2.5 0 0 0 0-3.7zm-26.8-7.8A11.1 11.1 0 0 1 7 17.8 10.8 10.8 0 0 1 17.8 7a10.3 10.3 0 0 1 7.6 3.2 10.3 10.3 0 0 1 3.2 7.6 10.8 10.8 0 0 1-10.8 10.8 11.1 11.1 0 0 1-7.7-3.1zm16 1.1c.1-.1.1-.2.2-.2l.2-.3.7.7-.4.4zm9.9 9.5a1.4 1.4 0 0 1-1.9 0l-7.2-7.2 1.9-1.9 7.2 7.2a1.2 1.2 0 0 1 0 1.9z' fill='%23ffffff'/%3E%3Cpath fill='none' d='M0 0h44v44H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.search-bar {
  position: relative;
  top: 54px; }
  @media (min-width: 768px) {
    .search-bar {
      top: auto; } }
  .search-bar .search-bar-form {
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 20px; }
    .search-bar .search-bar-form .screen-reader-text {
      display: none; }
    .search-bar .search-bar-form label {
      display: block;
      margin-bottom: 0; }
    .search-bar .search-bar-form input[type="search"] {
      font-weight: 300;
      font-size: 16px;
      font-style: italic;
      float: left;
      width: 100%;
      height: 50px;
      border: 0 none;
      padding: 0 18px; }
    .search-bar .search-bar-form input[type="submit"] {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      border: 0 none;
      width: 50px;
      height: 50px;
      padding: 0;
      background: no-repeat 50% 50% transparent;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.5 11.1a9.5 9.5 0 0 0-6.7-2.8 9.3 9.3 0 0 0-6.7 2.8 9.5 9.5 0 0 0-2.8 6.7 9.6 9.6 0 0 0 9.5 9.5 9.5 9.5 0 0 0 6.7-2.8 9.3 9.3 0 0 0 2.8-6.7 9.5 9.5 0 0 0-2.8-6.7zm-.9 12.5a8 8 0 0 1-5.8 2.4 7.8 7.8 0 0 1-5.8-2.4A8.2 8.2 0 0 1 12 12a7.8 7.8 0 0 1 5.8-2.4 8 8 0 0 1 5.8 2.4 8.2 8.2 0 0 1 0 11.6z' fill='%23fff'/%3E%3Cpath d='M36.9 33.3l-7.6-7.7a.7.7 0 0 0-.9 0l-.3.3-.8-.7a12 12 0 0 0-1-15.9A12.1 12.1 0 0 0 9.2 26.4a12.4 12.4 0 0 0 8.6 3.5 11.5 11.5 0 0 0 7.3-2.5l.8.7-.3.3c-.1.2-.2.3-.2.5a.5.5 0 0 0 .2.4l7.6 7.7a2.6 2.6 0 0 0 1.9.7 2.4 2.4 0 0 0 1.8-.7 2.5 2.5 0 0 0 0-3.7zm-26.8-7.8A11.1 11.1 0 0 1 7 17.8 10.8 10.8 0 0 1 17.8 7a10.3 10.3 0 0 1 7.6 3.2 10.3 10.3 0 0 1 3.2 7.6 10.8 10.8 0 0 1-10.8 10.8 11.1 11.1 0 0 1-7.7-3.1zm16 1.1c.1-.1.1-.2.2-.2l.2-.3.7.7-.4.4zm9.9 9.5a1.4 1.4 0 0 1-1.9 0l-7.2-7.2 1.9-1.9 7.2 7.2a1.2 1.2 0 0 1 0 1.9z' fill='%23fff'/%3E%3Cpath fill='none' d='M0 0h44v44H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      position: absolute;
      right: 20px;
      top: 20px; }

.pre-footer-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center; }
  .pre-footer-container > img,
  .pre-footer-container > a img {
    margin: 0 auto; }
    .pre-footer-container > a {
      display: inline-block; }

  .footer-logo {
    margin-bottom: 20px; }
  
  .social-bar {
    list-style: none;
    margin: 0 0 5px;
    padding: 0; }
  .social-bar li {
    display: inline-block;
    margin-left: -4px;
    line-height: 35px;
    vertical-align: top;
    margin-right: 5px; }
    .social-bar li a {
      display: block;
      width: 35px;
      height: 35px;
      margin-right: 3px;
      cursor: pointer;
      background: no-repeat transparent 50% 50%; }
    .social-bar li[class^="icon-"], .social-bar li[class*=" icon-"] {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
      .social-bar li.icon-fb a {
        background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ctitle%3Eicon-social-fb%3C/title%3E%3Cpath d='M17.5 0A17.5 17.5 0 1 0 35 17.5 17.5 17.5 0 0 0 17.5 0zM22 18h-3v10.3h-4.2V18h-2v-3.5h2v-2.3A4 4 0 0 1 19 8h3v3.5H20a1 1 0 0 0-1 1v2h3.3zm0 0' fill='%2329303a'/%3E%3C/svg%3E"); }
      .social-bar li.icon-tw a {
        background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Ctitle%3Eicon-social-tw%3C/title%3E%3Cpath d='M17.5 0A17.5 17.5 0 1 0 35 17.5 17.5 17.5 0 0 0 17.5 0zm7.8 13.5v.5a11.5 11.5 0 0 1-17.6 9.6h1a8 8 0 0 0 5-1.7 4 4 0 0 1-3.8-3h1.7a4 4 0 0 1-3.2-3.8 4 4 0 0 0 1.8.5A4 4 0 0 1 9 10.3a11.4 11.4 0 0 0 8.4 4.2 4 4 0 0 1 7-3.7 8 8 0 0 0 2.5-1 4 4 0 0 1-2 2.2 8 8 0 0 0 2.3-.6 8.2 8.2 0 0 1-2 2zm0 0' fill='%2329303a'/%3E%3C/svg%3E"); }
      .social-bar li.icon-li a {
        background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ctitle%3Eicon-social-li%3C/title%3E%3Cpath d='M17.5 0A17.5 17.5 0 1 0 35 17.5 17.5 17.5 0 0 0 17.5 0zM13 26H8.8V10.7H13V26zM11 9.8a2 2 0 1 1 2-2 2 2 0 0 1-2 2zM28.4 26H24v-9.5c0-1-.3-2-1.7-2a2.6 2.6 0 0 0-2.7 2V26h-4.4V10.7h4.4v1.5a7.4 7.4 0 0 1 4.4-1.5c1.4 0 4.4.8 4.4 6V26zm0 0' fill='%2329303a'/%3E%3C/svg%3E"); }
      .social-bar li.icon-yt a {
        background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ctitle%3Eicon-social-yt%3C/title%3E%3Cpath d='M9.2 18.8h1.4v7.5H12v-7.5h1.3v-1.2h-4v1.2zm0 0M20.3 19.7a1.6 1.6 0 0 0-1.2.7v-3h-1v8.8h1v-.6a1.6 1.6 0 0 0 1.3.7 1 1 0 0 0 1-.7 5.2 5.2 0 0 0 0-1.3v-2.6a5 5 0 0 0 0-1.3 1 1 0 0 0-1-.7zm0 4.7c0 .6-.3 1-.6 1a.8.8 0 0 1-.6-.4v-4l.7-.3c.3 0 .5.3.5 1v2.7zm0 0M15.7 24.8a1 1 0 0 1-.7.6.3.3 0 0 1-.3-.3 3.8 3.8 0 0 1 0-.4v-4.8h-1.2v5a3.3 3.3 0 0 0 0 1 .7.7 0 0 0 1 .6 2 2 0 0 0 1.2-.8v.7H17v-6.5h-1.3v5zm0 0M16.7 13.8c.4 0 .6-.3.6-1v-2.7c0-.5-.2-.8-.6-.8s-.6.3-.6 1v2.7c0 .5.3.8.7.8zm0 0' fill='%2329303a'/%3E%3Cpath d='M17.5 0A17.5 17.5 0 1 0 35 17.5 17.5 17.5 0 0 0 17.5 0zm2 8.2h1V13a3 3 0 0 0 0 .5.3.3 0 0 0 .4.3 1 1 0 0 0 .7-.6v-5H23v6.6h-1.3V14a2 2 0 0 1-1.4.8.7.7 0 0 1-.8-.5 3.4 3.4 0 0 1 0-1V8zm-4.6 2a2.6 2.6 0 0 1 .3-1.5 1.8 1.8 0 0 1 2.8 0 2.6 2.6 0 0 1 .5 1.6v2.3A2.6 2.6 0 0 1 18 14a1.8 1.8 0 0 1-2.7 0 2.6 2.6 0 0 1-.4-1.4v-2.3zM11.6 6l1 3.4.8-3.5h1.3L13.2 11v3.6H12v-3.6a21.8 21.8 0 0 0-.8-2.8L10.4 6h1.4zM27 26.7a2.5 2.5 0 0 1-2.2 2 99.4 99.4 0 0 1-14.6 0 2.5 2.5 0 0 1-2-2 31.3 31.3 0 0 1 0-9.2 2.5 2.5 0 0 1 2-2 99.6 99.6 0 0 1 14.6 0 2.5 2.5 0 0 1 2 2 31.7 31.7 0 0 1 0 9.2zm0 0' fill='%2329303a'/%3E%3Cpath d='M24 19.7a1.7 1.7 0 0 0-1.4.7 2.5 2.5 0 0 0-.4 1.5V24a2.5 2.5 0 0 0 .4 1.5 1.7 1.7 0 0 0 1.4.7 1.6 1.6 0 0 0 1.4-.7 1.7 1.7 0 0 0 .3-.7v-1h-1.2a7.8 7.8 0 0 1 0 .8.5.5 0 0 1-.5.5c-.4 0-.6-.3-.6-1v-1h2.4v-1.4a2.6 2.6 0 0 0-.4-1.6 1.6 1.6 0 0 0-1.4-.7zm.6 2.6h-1.2v-.6c0-.6.2-1 .6-1s.6.4.6 1v.6zm0 0' fill='%2329303a'/%3E%3C/svg%3E"); }
      .social-bar li.icon-vm a {
        background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ctitle%3Eicon-social-vm%3C/title%3E%3Cpath d='M17.5 0A17.5 17.5 0 1 0 35 17.5 17.5 17.5 0 0 0 17.5 0zM28 12.7C26.6 19.3 20 25 18 26.2s-3.8-.5-4.4-2-3-9.8-3.6-10.5-2.3.7-2.3.7l-1-1s3.6-4.4 6.3-5 3 4.5 3.6 7.3 1 4.2 1.6 4.2 1.7-1.6 3-4-.2-4.2-2.6-2.8c1-5.8 10-7 9-.5zm0 0' fill='%2329303a'/%3E%3C/svg%3E"); }
  
.global-footer {
  position: relative;
  background-repeat: repeat-x;
  background-position: 50% 0;
  background-image: url(images/footer.jpg);
  background-color: #b6b6b6;
  color: #29303a;
  padding-top: 100px; }
  @media (min-width: 992px) {
    .global-footer {
      padding-top: 90px;
      padding-bottom: 0; } }
  .global-footer .contact-row {
    padding-top: 40px;
    padding-bottom: 20px; }
    .global-footer .contact-row .flex-row {
      width: 100%; }
    .global-footer .contact-row .contact-detail > span {
      font-weight: 700; }
  .global-footer .sub-section-title {
    color: inherit;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700; }
  .global-footer .footer-row {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #29303a;
    border-top: 1px solid #f4f4f4; }
  .global-footer a {
    color: #29303a; }
  .global-footer address, .global-footer address p {
    margin-bottom: 0; }

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-menu {
      text-align: left; }
      .footer-menu li {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        border-left: 1px solid #f4f4f4;
        padding-left: 4px; }
        .footer-menu li:first-child {
          border-left: 0 none;
          padding-left: 0; } }
.design-link {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .design-link {
      text-align: right;
      margin-top: 0; } }
.section.speakers {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0; }

  .speaker-cell {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    .speaker-cell .speaker-profile {
      padding-top: 111%;
      position: relative;
      width: 100%; }
      .speaker-cell .speaker-profile .speaker-profile-image {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto; }
    .speaker-cell a {
      position: relative;
      display: block; }
  .speaker-cell a .speaker-short-bio {
    position: absolute;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #29303a;
    line-height: 1.3; }
  .speaker-cell a .speaker-detail {
    width: 100%;
    min-height: 125px;
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    border-top: 4px solid #37ade3; }
  .speaker-cell a .speaker-profile {
    position: relative;
    z-index: 1;
    height: 100%; }
  .speaker-cell a .speaker-view-profile-marker {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 1.75rem;
    height: 1.75rem;
    background: transparent;
    border-radius: 1rem;
    margin-left: auto;
    border: 1px solid #999999;
    color: #999999;
    text-align: center;
    position: relative;
    display: block; }
    .speaker-cell a .speaker-view-profile-marker:before {
      display: inline-block;
      left: 0;
      top: 0;
      position: absolute;
      text-align: center; }
    .speaker-cell a .speaker-view-profile-marker:before {
      content: "i";
      width: 1.5rem;
      height: 1.5rem; }
  .speaker-cell a .speaker-company-logo {
        max-width: 90px;
        margin: 4px 0 0 4px; }
        .speaker-cell a .speaker-company-logo img {
          display: block;
          width: 100%;
          height: auto; }
      @media (min-width: 992px) {
        .speaker-cell a:hover .speaker-short-bio {
          opacity: 1; }
          .speaker-cell-item .speaker-cell a:hover .speaker-short-bio {
            font-size: 13px; } }
        @media (min-width: 992px) and (min-width: 1200px) {
          .speaker-cell-item .speaker-cell a:hover .speaker-short-bio {
            font-size: 15px; } }
  .speaker-cell a .chair-label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px 2px;
    background-color: #37ade3;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center; }
  .speaker-cell a .speaker-name {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    font-weight: 700;
    margin-bottom: 6.6666666667px;
    color: #29303a; }
    .speaker-grid-group .speaker-cell a .speaker-name .name-label {
      display: block; }
  .speaker-cell a .speaker-role {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #999999; }

.speaker-grid,
.speaker-grid-alt {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: wrap; }

.speaker-cell-item,
.speaker-grid-item {
  display: flex;
  flex-flow: wrap;
  position: relative;
  color: white;
  line-height: 1; }

.speaker-grid-item {
  width: 100%; }
  @media (min-width: 600px) {
    .speaker-grid-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .speaker-grid-item {
      width: 33.3333333333%; } }
      @media (min-width: 1200px) {
        .speaker-grid-item {
          width: 25%; } }
  .speakers-panel-wrapper .speaker-grid-item {
    width: 100%; }

.speaker-cell-item {
  width: 50%; }
  @media (min-width: 768px) {
    .speaker-cell-item {
      width: 50%; } }
  .speaker-cell-item.cell-item-large {
    width: 100%; }
    @media (min-width: 768px) {
      .speaker-cell-item.cell-item-large {
        width: 33.3333333333%; } }
.profile-full {
  padding-top: 40px; }

.session-full .speaker-meta,
.profile-full .speaker-meta,
.speaker-profile-popup .speaker-meta {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 20px;
  position: relative; }

.session-full .speaker-sessions,
.profile-full .speaker-sessions,
.speaker-profile-popup .speaker-sessions {
  padding-top: 40px; }
  .session-full .speaker-sessions h2,
  .profile-full .speaker-sessions h2,
  .speaker-profile-popup .speaker-sessions h2 {
    margin-top: 0;
    margin-bottom: 10px; }

.session-full .speaker-grid .speaker-cell-item,
.profile-full .speaker-grid .speaker-cell-item,
.speaker-profile-popup .speaker-grid .speaker-cell-item {
  width: 50%; }
  @media (min-width: 992px) {
    .session-full .speaker-grid .speaker-cell-item,
    .profile-full .speaker-grid .speaker-cell-item,
    .speaker-profile-popup .speaker-grid .speaker-cell-item {
      width: 25%; } }
.speaker-chairing, .speaker-chairing ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.speaker-profile-popup {
  display: flex;
  height: 700px;
  flex-flow: column nowrap; }
  @media (min-width: 768px) {
    .speaker-profile-popup {
      flex-flow: row nowrap; } }
  .speaker-profile-popup .speaker-image,
  .speaker-profile-popup .speaker-detail {
    width: 100%; }
    @media (min-width: 768px) {
      .speaker-profile-popup .speaker-image,
      .speaker-profile-popup .speaker-detail {
        width: auto;
        align-self: stretch; } }
  .speaker-profile-popup .speaker-name {
    font-weight: 900; }
  .speaker-profile-popup .speaker-image {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .speaker-profile-popup .speaker-image {
        flex: 0 0 35%;
        max-width: 35%; } }
    @media (max-width: 991px) {
      .speaker-profile-popup .speaker-image {
        max-height: 400px; } }
  .speaker-profile-popup .speaker-detail {
    padding: 20px 24px 40px 40px;
    flex: 0 0 100%;
    max-width: 100%; }
    .speaker-profile-popup .speaker-detail .speaker-detail-container {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        .speaker-profile-popup .speaker-detail .speaker-detail-container {
          min-height: 650px; } }
      @media (min-width: 768px) {
        .speaker-profile-popup .speaker-detail .speaker-detail-container .speaker-detail-fixed {
          padding-left: 2rem; } }
      .speaker-profile-popup .speaker-detail .speaker-detail-container .speaker-detail-scroll {
        flex-grow: 1;
        overflow: auto;
        /* for Firefox */
        min-height: 0; }

.fancybox-outer span.speaker-nav {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -30px;
  width: 22px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.fancybox-outer span.prev-speaker, .fancybox-outer span.next-speaker {
  background-color: #37ade3;
  width: 34px;
  background-size: 22px auto; }
  @media (min-width: 1260px) {
    .fancybox-outer span.prev-speaker, .fancybox-outer span.next-speaker {
      background-color: transparent;
      padding: 0;
      width: 22px;
      background-size: contain; } }
.fancybox-outer span.prev-speaker {
  left: -5px;
  background-image: url(images/arrow-left-white.png); }
  @media (min-width: 1260px) {
    .fancybox-outer span.prev-speaker {
      left: -35px; } }
.fancybox-outer span.next-speaker {
  right: -20px;
  background-image: url(images/arrow-right-white.png); }
  @media (min-width: 1260px) {
    .fancybox-outer span.next-speaker {
      right: -50px; } }
.section.logo-block .col-sm-3 {
  text-align: center; }
  @media (min-width: 768px) {
    .section.logo-block .col-sm-3 {
      text-align: left; } }
.section.logo-block .section-title {
  margin: 5px 0; }

.testimonials-panel {
  background-color: #29303a;
  color: #fff; }
  @media (min-width: 992px) {
    .testimonials-panel .testimonial-bucket {
      border-color: #37ade3;
      border-style: solid;
      border-width: 0; }
      .testimonials-panel .testimonial-bucket:first-child {
        border-right-width: 2px; }
      .testimonials-panel .testimonial-bucket:last-child {
        border-left-width: 2px; }
      .testimonials-panel .testimonial-bucket .flex-container-fluid,
      .testimonials-panel .testimonial-bucket .flex-row {
        height: 100%; } }
.testimonial-details {
  padding-left: 80px; }

.large-quote {
  overflow: hidden;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 110px 20px 0;
  margin: 0 0 30px 0;
  border-left: 0 none;
  position: relative;
  min-height: 200px;
  font-style: italic; }
  .large-quote:before {
    content: "";
    width: 84px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 298.7 213.3'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M277 0h-64l-42 85v128h128V85h-64zM107 0H43L0 85v128h128V85H64z' fill='%2337ade3' data-name='Capa 1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: auto 60px;
    background-position: 0 100%;
    background-repeat: no-repeat; }
  .large-quote p {
    font-size: inherit;
    font-style: normal; }
  .large-quote cite {
    line-height: 1.1;
    display: block;
    padding-top: 20px;
    font-style: normal; }
    .large-quote cite span.quote-name {
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      text-transform: uppercase;
      font-weight: 700; }
    .large-quote cite span.quote-jobtitle {
      font-size: 12px;
      font-size: 1.2rem; }
    .large-quote cite span.quote-company {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 600; }
    .large-quote cite .quote-logo {
      padding-top: 20px; }
      .large-quote cite .quote-logo img {
        max-width: 100px;
        height: auto; }

.testimonial-bucket blockquote {
  font-size: 21px;
  font-size: 2.1rem; }

.testimonial-bucket:first-child blockquote {
  text-align: right;
  padding-left: 60px; }
  .testimonial-bucket:first-child blockquote:before {
    margin-left: 0;
    left: auto;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 298.7 213.3'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M21 213h64l43-85V0H0v128h64zm171 0h64l43-85V0H171v128h64z' fill='%2337ade3' data-name='Capa 1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: auto 60px;
    background-position: 100% 100%; }

.testimonial-bucket:last-child blockquote {
  padding-right: 60px; }
  .testimonial-bucket:last-child blockquote:before {
    margin-left: 0;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 298.7 213.3'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M277 0h-64l-42 85v128h128V85h-64zM107 0H43L0 85v128h128V85H64z' fill='%23ffffff' data-name='Capa 1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: auto 30px;
    background-position: 0 100%; }

.testimonial-bucket .quote-image img {
  width: 100%;
  max-width: auto; }

.section.news {
  background-color: #fff; }
  .section.news .owl-prev,
  .section.news .owl-next {
    background-color: #dfdfdf !important; }
  .section.news .owl-prev {
    margin-left: 20px !important; }
  .section.news .owl-next {
    margin-right: 20px !important; }
  @media (min-width: 768px) {
    .section.news .row {
      position: relative; }
    .section.news .btn.view-all, .section.news button.view-all.alm-load-more-btn {
      position: absolute;
      top: 0;
      right: 10px; } }
  .section.news .owl-controls .owl-dots {
    display: none; }

.post-listing {
  margin: 0 -10px;
  list-style: none;
  padding: 0; }
  .post-listing:before, .post-listing:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .post-listing:after {
    clear: both; }

.category-tabs {
  list-style: none;
  margin: 0 0 20px 4px;
  padding: 0; }
  .category-tabs li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 4px; }
    .category-tabs li a {
      font-size: 14px;
      font-size: 1.4rem;
      border-radius: 2px; }

.preview-category .cat-box {
  display: block;
  padding: 5px 10px;
  background-color: #555555;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem; }
  .preview-category .cat-box:after {
    content: "";
    border-top: 9px solid #555555;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 50;
    bottom: -9px;
    margin-left: -9px;
    right: 15px; }
  .blog-preview-large .preview-category .cat-box {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 20px; }
    .blog-preview-large .preview-category .cat-box:after {
      border-top: 15px solid #555555;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      bottom: -15px;
      margin-left: -15px;
      right: 35px; }

.preview-container {
  background-color: #fff;
  border: 1px solid #dfdfdf; }
  .preview-container .preview-text-offset {
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: -10px; }
  @media (min-width: 768px) {
    .preview-container {
      min-height: 150px; } }
.post-date,
.preview-post-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  margin-top: -5px;
  margin-bottom: 5px; }

.preview-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.preview-image {
  text-align: center; }
  .preview-image img {
    margin: 0 auto; }

.blog-preview {
  margin: 0 0 20px; }
  .blog-preview .preview-corner-highlight {
    display: block; }
    .blog-preview .preview-corner-highlight time {
      display: inline-block;
      padding: 5px 10px; }
  .blog-preview .article-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .blog-preview.blog-preview-large .preview-container {
    padding: 30px 20px; }
  .blog-preview.blog-preview-large .preview-image {
    margin-bottom: 10px; }
  .blog-preview.blog-preview-large .article-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0;
    background-color: #1d4b5c;
    color: #fff;
    padding: 10px 13.3333333333px;
    line-height: 1.5; }
    .blog-preview.blog-preview-large .article-title a,
    .blog-preview.blog-preview-large .article-title span {
      display: inline-block;
      background-color: inherit;
      color: inherit; }
  .blog-preview.blog-preview-large time {
    display: block;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    font-size: 1.3rem; }
  .blog-preview.blog-preview-large h3 {
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px; }

.alm-listing {
  margin: 0; }

.conceal-resource-wrapper {
  margin-top: 20px; }
  .conceal-resource-wrapper.box-panel h3 {
    border-top: 0 none;
    border-bottom: 0 none; }
  .conceal-resource-wrapper.box-panel .gform_wrapper {
    padding: 0 20px; }

.feed-group {
  margin-bottom: 40px; }
  .feed-group .btn, .feed-group button.alm-load-more-btn {
    margin-top: 10px; }

.feed-item {
  margin-bottom: 10px; }
  .feed-item .feed-image img {
    width: 100%; }
  .feed-item .feed-author {
    padding: 5px 10px; }
  .feed-item .feed-content {
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3; }
  .feed-item.feed-event {
    background-color: #f4f4f4;
    color: #000; }

@media (min-width: 768px) {
  .feed-item {
    min-height: 320px; }
    .feed-item .feed-image img {
      height: 150px; } }

.feed-group .clearfix, .feed-group .speaker-grid,
.feed-group .speaker-grid-alt {
  border-bottom: 1px solid #f2f2f2; }

.feed-item.feed-event {
  background-color: transparent; }

.feed-item {
  margin-bottom: 30px; }

.feed-item .feed-title {
  font-size: 1.8rem;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .feed-item {
    min-height: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
  .feed-item .feed-title {
    font-size: 2.4rem; } }

.feed-item .feed-meta {
  font-weight: bold;
  font-size: 1.4rem; }

.section.gallery .gallery-heading {
  position: relative; }
  .section.gallery .gallery-heading .section-title:before, .section.gallery .gallery-heading .section-title:after {
    margin-left: 0;
    width: 91%; }

@media (min-width: 768px) {
  .section.gallery .btn, .section.gallery button.alm-load-more-btn {
    position: absolute;
    top: 0;
    right: 10px; } }

.gallery-tabs {
  list-style: none;
  margin: 0 0 20px 4px;
  padding: 0; }
  .gallery-tabs li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 4px;
    margin-bottom: 2px; }
    .gallery-tabs li a {
      font-size: 12px;
      font-size: 1.2rem;
      border-radius: 2px;
      padding: 8px 10px; }
      @media (min-width: 768px) {
        .gallery-tabs li a {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 12px 16px; } }
.gallery-grid.isotope-grid .grid-item {
  padding: 1px; }

.gallery-overlay {
  position: relative;
  display: block; }
  .gallery-overlay img {
    max-width: 100%;
    max-height: 100%; }
  .gallery-overlay .magnify-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background-image: url(images/icon-magnify.png);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .gallery-overlay:hover .magnify-overlay {
    opacity: 1; }

.video-grid .grid-item-container {
  background-color: #f4f4f4;
  color: #000;
  margin-bottom: 10px; }
  .video-grid .grid-item-container .grid-item-detail {
    padding: 10px; }
    .video-grid .grid-item-container .grid-item-detail .grid-item-title {
      margin-top: 5px; }

.section.exhibitors {
  background-color: #fff; }
  .section.exhibitors .exhibitors-panel {
    margin: 40px 0; }

.featured-exhibitor .slide {
  padding: 20px 0; }
  .featured-exhibitor .slide h2 {
    margin-top: 0;
    text-transform: none; }

.featured-exhibitor p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 0; }

.featured-exhibitor .owl-theme .owl-controls .owl-nav {
  margin-top: -35px;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%; }
  .featured-exhibitor .owl-theme .owl-controls .owl-nav .owl-prev,
  .featured-exhibitor .owl-theme .owl-controls .owl-nav .owl-next {
    background-color: #dfdfdf; }
  .featured-exhibitor .owl-theme .owl-controls .owl-nav .owl-prev {
    margin-left: 0; }
  .featured-exhibitor .owl-theme .owl-controls .owl-nav .owl-next {
    margin-right: 0; }
  .featured-exhibitor .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 35px;
    height: 50px; }
    @media (min-width: 768px) {
      .featured-exhibitor .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 55px;
        height: 65px; } }
.featured-exhibitor .owl-dots {
  display: none !important; }

.featured-exhibitor,
.search-box {
  background-color: #f4f4f4;
  margin-bottom: 40px; }
  .featured-exhibitor .h2,
  .search-box .h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #555555;
    padding: 10px 10px;
    margin: 0; }

.search-box .search-box-filters {
  padding: 20px 10px 10px; }
  .search-box .search-box-filters .h3 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    color: #000;
    margin-bottom: 5px; }
  .search-box .search-box-filters .pagination {
    margin: 0 0 10px; }
    .search-box .search-box-filters .pagination li {
      display: inline-block;
      margin-right: 3px; }
      .search-box .search-box-filters .pagination li a {
        background-color: #999999;
        color: #fff; }
      .search-box .search-box-filters .pagination li.active > a {
        border: 0;
        position: relative; }
        .search-box .search-box-filters .pagination li.active > a span {
          position: absolute;
          bottom: -6px;
          margin-left: -11px;
          left: 50%;
          background: url(images/arrow-tab-on.png) no-repeat 0 100%;
          width: 22px;
          height: 6px; }

.exhibitor-row-head,
.exhibitor-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf; }
  .exhibitor-row-head .exhibitor-row-heading,
  .exhibitor-row .exhibitor-row-heading {
    font-weight: 600;
    text-align: center; }

.exhibitor-row {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .exhibitor-row {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .exhibitor-row h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .exhibitor-row h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px; } }
    .exhibitor-row h2 a {
      color: #000; }
  .exhibitor-row .icon-special {
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .exhibitor-row .icon-special {
        height: 56px;
        line-height: 56px; } }
  .exhibitor-row .btn, .exhibitor-row button.alm-load-more-btn {
    text-align: right; }
    @media (min-width: 992px) {
      .exhibitor-row .btn, .exhibitor-row button.alm-load-more-btn {
        margin-top: 10px; } }
  .exhibitor-row .stand-number {
    vertical-align: middle;
    background: url(images/bg-stand-number.png) no-repeat 50% 50%;
    background-size: contain;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .exhibitor-row .stand-number {
        font-size: 16px;
        font-size: 1.6rem;
        width: 56px;
        height: 56px;
        line-height: 56px; } }
  .exhibitor-row .icon-special,
  .exhibitor-row .stand-number {
    display: block;
    margin: 0 auto 10px; }
  .exhibitor-row .view-action {
    text-align: right; }

.exhibitor-profile {
  position: relative; }
  @media (min-width: 768px) {
    .exhibitor-profile > a {
      position: absolute;
      bottom: 0;
      right: 0; } }
  .exhibitor-profile .exhibitor-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
    font-weight: 400; }

.highlight-box-row {
  padding-top: 20px;
  padding-bottom: 20px; }

.highlight-box {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px;
  border: 1px solid #dfdfdf; }
  .highlight-box h2,
  .highlight-box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13.3333333333px 20px;
    margin: 0; }
  .highlight-box > h2,
  .highlight-box > h3 {
    background-color: #000;
    color: #fff; }
  .highlight-box .social-icons {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    .highlight-box .social-icons li {
      display: inline-block;
      margin-left: -4px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      margin-right: 4px;
      vertical-align: top; }
      .highlight-box .social-icons li:last-child {
        margin-right: 0; }
      .highlight-box .social-icons li a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: block;
        height: 35px;
        width: 35px; }
      .highlight-box .social-icons li.fb {
        background-image: url(images/icon-social-facebook.png); }
      .highlight-box .social-icons li.tw {
        background-image: url(images/icon-social-twitter.png); }
      .highlight-box .social-icons li.li {
        background-image: url(images/icon-social-linkedin.png); }
  .highlight-box.exhibitor-documents .document-row {
    border-top: 1px solid #dfdfdf;
    padding-top: 5px;
    padding-bottom: 5px; }
    .highlight-box.exhibitor-documents .document-row:first-child {
      border-top: 0; }
  .highlight-box.exhibitor-special-offer h2,
  .highlight-box.exhibitor-special-offer h3 {
    background: url(images/icon-star.png) no-repeat 96% 50%;
    background-color: #ffca09; }
  .highlight-box .highlight-box-content {
    padding: 20px 20px 10px; }

#contactExhibitor {
  min-width: 600px; }

.sponsor-group {
  margin-bottom: 20px; }

.sponsor-image {
  text-align: center; }
  .sponsor-image + .sponsor-label {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    font-style: italic;
    padding: 5px 0;
    color: #000;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    z-index: 2; }

    .sponsor-modal-panel .sponsor-detail {
      padding: 10px 25px 20px 40px; }

.sponsor-modal-panel .modal-profile-image {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf; }
  .sponsor-modal-panel .modal-profile-image img {
    margin: 0 auto; }

    .page-template-page-sponsorship .fancybox-outer .fancybox-nav {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      display: block;
      top: 0;
      right: 0;
      cursor: pointer;
      position: absolute;
      z-index: 100;
      top: 50%;
      margin-top: -30px;
      width: 22px;
      height: 60px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-prev, .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-next {
        background-color: #37ade3;
        width: 34px;
        background-size: 22px auto; }
        @media (min-width: 1260px) {
          .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-prev, .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-next {
            background-color: transparent;
            padding: 0;
            width: 22px;
            background-size: contain; } }
        .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-prev span, .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-next span {
          background-image: none;
          width: 0;
          height: 0;
          left: 0;
          right: 0;
          position: relative; }
      .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-prev {
        left: -5px;
        background-image: url(images/arrow-left-white.png); }
        @media (min-width: 1260px) {
          .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-prev {
            left: -35px; } }
      .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-next {
        right: -20px;
        background-image: url(images/arrow-right-white.png); }
        @media (min-width: 1260px) {
          .page-template-page-sponsorship .fancybox-outer .fancybox-nav.fancybox-next {
            right: -50px; } }
.align-self-center {
  align-self: center !important; }

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  margin-top: 20px;
  margin-bottom: 20px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible; }

.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg); }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible; }
  .flip-card-front img, .flip-card-back img {
    width: auto;
    max-width: 100%;
    max-height: 240px;
    height: auto; }
  .flip-card-front > div, .flip-card-back > div {
    width: 100%; }
  .flip-card-front p:last-child, .flip-card-back p:last-child {
    margin-bottom: 0; }

.flip-card-front {
  background-color: #37ade3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff; }

.flip-card-back {
  background-color: #1c94cb;
  color: #fff;
  transform: rotateX(180deg); }

.flip-card .flip-card-inner .flip-card-front, .flip-card:hover .flip-card-inner .flip-card-front {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg); }

.flip-card .flip-card-inner .flip-card-back, .flip-card:hover .flip-card-inner .flip-card-back {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg); }

.flip-card .flip-card-inner .flip-card-front, .flip-card:hover .flip-card-inner .flip-card-back {
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible; }

.flip-card:hover .flip-card-inner .flip-card-front, .flip-card .flip-card-inner .flip-card-back {
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden; }

@keyframes stayvisible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-webkit-keyframes stayvisible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-moz-keyframes stayvisible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-o-keyframes stayvisible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-ms-keyframes donothing {}.flip-blue img {
  max-width: 100%;
  height: auto; }

.flip-blue .flip-card-front {
  background-color: #37ade3; }

.flip-blue .flip-card-back {
  border: 2px solid #37ade3; }

.flip-inverse-blue .flip-card-front {
  background-color: transparent; }

.flip-inverse-blue .flip-card-back {
  background-color: #37ade3; }

.flip-dark-blue img {
  max-width: 100%;
  height: auto; }

.flip-dark-blue .flip-card-front {
  background-color: #1c94cb; }

.flip-dark-blue .flip-card-back {
  border: 2px solid #1c94cb; }

.flip-inverse-dark-blue .flip-card-front {
  background-color: transparent; }

.flip-inverse-dark-blue .flip-card-back {
  background-color: #1c94cb; }

.flip-grey img {
  max-width: 100%;
  height: auto; }

.flip-grey .flip-card-front {
  background-color: #999999; }

.flip-grey .flip-card-back {
  border: 2px solid #999999; }

.flip-inverse-grey .flip-card-front {
  background-color: transparent; }

.flip-inverse-grey .flip-card-back {
  background-color: #999999; }

.flip-dark-grey img {
  max-width: 100%;
  height: auto; }

.flip-dark-grey .flip-card-front {
  background-color: #414042; }

.flip-dark-grey .flip-card-back {
  border: 2px solid #414042; }

.flip-inverse-dark-grey .flip-card-front {
  background-color: transparent; }

.flip-inverse-dark-grey .flip-card-back {
  background-color: #414042; }

.simply-scroll-container {
  position: relative; }

  .logo-scroll-panel .logo-scroll {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .logo-scroll-panel .logo-scroll li {
      padding: 0;
      margin: 0 40px 0 0;
      list-style: none;
      float: left;
      width: 170px;
      height: 85px; }
      .logo-scroll-panel .logo-scroll li img {
        border: none;
        display: block; }
        @media (max-width: 991px) {
          .logo-scroll-panel .logo-scroll.disabled-scroll {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center; }
            .logo-scroll-panel .logo-scroll.disabled-scroll li {
              float: none;
              margin: 10px 0;
              max-width: 50%;
              padding: 10px 20px;
              height: auto; } }
.simply-scroll {
  height: 80px; }
  .simply-scroll .simply-scroll-clip {
    position: relative;
    overflow: hidden;
    height: 80px; }
  .simply-scroll .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .simply-scroll .simply-scroll-list li {
      padding: 0;
      margin: 0 40px 0 0;
      list-style: none;
      float: left;
      width: 170px;
      height: 85px; }
      .simply-scroll .simply-scroll-list li img {
        border: none;
        display: block; }
  .gallery-scroll-panel .simply-scroll {
    height: 150px; }
    @media (min-width: 992px) {
      .gallery-scroll-panel .simply-scroll {
        height: 300px; } }
    .gallery-scroll-panel .simply-scroll .simply-scroll-clip {
      height: 150px; }
      @media (min-width: 992px) {
        .gallery-scroll-panel .simply-scroll .simply-scroll-clip {
          height: 300px; } }
    .gallery-scroll-panel .simply-scroll .simply-scroll-list li {
      position: relative;
      margin: 0;
      width: 200px;
      height: 150px; }
      @media (min-width: 992px) {
        .gallery-scroll-panel .simply-scroll .simply-scroll-list li {
          width: 400px;
          height: 300px; } }
      .gallery-scroll-panel .simply-scroll .simply-scroll-list li img {
        transition: filter .25s ease-in-out;
        -webkit-filter: grayscale(100%);
        /* Ch 23+, Saf 6.0+, BB 10.0+ */
        filter: grayscale(100%);
        /* FF 35+ */ }
        .gallery-scroll-panel .simply-scroll .simply-scroll-list li img.colorimg {
          -webkit-filter: grayscale(0%);
          /* Ch 23+, Saf 6.0+, BB 10.0+ */
          filter: grayscale(0%);
          /* FF 35+ */ }

.sequence {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px; }
  @media (min-width: 768px) {
    .sequence {
      height: 500px; } }
  @media (min-width: 1200px) {
    .sequence {
      height: 550px; } }
  .sequence > .sequence-canvas {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 350px; }
    @media (min-width: 768px) {
      .sequence > .sequence-canvas {
        height: 500px; } }
    @media (min-width: 1200px) {
      .sequence > .sequence-canvas {
        height: 550px; } }
    .sequence > .sequence-canvas > li {
      position: absolute;
      width: 100%;
      z-index: 1;
      top: 0;
      height: 350px; }
      @media (min-width: 768px) {
        .sequence > .sequence-canvas > li {
          height: 500px; } }
      @media (min-width: 1200px) {
        .sequence > .sequence-canvas > li {
          height: 550px; } }
    .sequence > .sequence-canvas li .masthead-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transition-property: left, opacity;
      -moz-transition-property: left, opacity;
      -ms-transition-property: left, opacity;
      -o-transition-property: left, opacity;
      transition-property: left, opacity; }

.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px; }

.sequence-prev {
  left: 3%; }

.sequence-next {
  right: 3%; }

.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto; }

#sequence-preloader {
  background: #d9d9d9; }

.sequence-next,
.sequence-prev {
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.sequence-next:hover,
.sequence-prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.masthead-text {
  width: 100%;
  margin-left: 0;
  position: relative;
  opacity: 0;
  top: 0;
  z-index: 50;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.animate-in .masthead-text {
  left: 0%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-out .masthead-text {
  left: 10%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

  .masthead-slide-link {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 51; }
    @media (min-width: 768px) {
      .masthead-slide-link {
        background-color: transparent; } }
.masthead-image {
  float: none !important;
  right: 0;
  bottom: -50%;
  opacity: 0;
  position: relative;
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  height: 350px !important;
  max-height: 350px !important; }  
  @media (min-width: 768px) {
    .masthead-image {
      height: 500px !important;
      max-height: 500px !important; } }
  @media (min-width: 1200px) {
    .masthead-image {
      height: 550px !important;
      max-height: 550px !important; } }
  .masthead-image picture,
  .masthead-image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%; }
  .masthead-image .masthead-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    @media (min-width: 768px) {
      .masthead-image .masthead-overlay {
        background-color: transparent; } }
.animate-in .masthead-image {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.animate-out .masthead-image {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

.fadeIn {
  animation-name: fadeIn; }

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

.fadeOut {
  animation-name: fadeOut; }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 992px) {
    .owl-theme .owl-controls .owl-nav {
      display: block;
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -30px; } }
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 22px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    position: relative;
    margin-left: 10px; }
    @media (min-width: 1400px) {
      .owl-theme .owl-controls .owl-nav .owl-prev {
        margin-left: -75px; } }
    .owl-theme .owl-controls .owl-nav .owl-prev:before {
      top: 0;
      left: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #37ade3;
      border-width: 20px;
      margin-left: -20px; }
  .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    position: relative;
    margin-right: 10px; }
    @media (min-width: 1400px) {
      .owl-theme .owl-controls .owl-nav .owl-next {
        margin-right: -75px; } }
    .owl-theme .owl-controls .owl-nav .owl-next:before {
      top: 0;
      right: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-left-color: #37ade3;
      border-width: 20px;
      margin-right: -20px; }
  .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background-color: rgba(255, 255, 255, 0.25);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: white; }

.owl-theme.hide-nav .owl-controls {
  display: none; }

.slider-pagination {
  margin: 0;
  padding: 0;
  text-align: center; }
  .slider-pagination li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff8b24;
    cursor: pointer; }
    .slider-pagination li.selected, .slider-pagination li.current {
      filter: Alpha(Opacity=100);
      opacity: 1; }
    .slider-pagination li a {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }

.fancybox-close {
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(images/modal-close.png);
  background-size: contain; }

.fancybox-opened .fancybox-skin {
  padding: 0 15px 10px 0 !important;
  border-radius: 0 !important; }
  .post-type-archive-gallery .fancybox-opened .fancybox-skin,
  .page-template-page-videos .fancybox-opened .fancybox-skin,
  .page-template-page-grid-block .fancybox-opened .fancybox-skin {
    padding: 15px !important;
    border-bottom: 0 solid #fff !important; }

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none; }

.fancybox-nav {
  width: 55px;
  height: auto;
  bottom: 0;
  top: auto; }
  @media (min-width: 992px) {
    .fancybox-nav {
      top: 0;
      bottom: auto;
      height: 100%; } }
  .fancybox-nav span {
    border-radius: 0;
    height: 65px;
    margin-top: 0;
    visibility: visible;
    background-color: #37ade3;
    width: 34px;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (min-width: 992px) {
      .fancybox-nav span {
        margin-top: -25px; } }
    @media (min-width: 1260px) {
      .fancybox-nav span {
        background-color: transparent;
        padding: 0;
        width: 22px;
        background-size: contain; } }
.fancybox-prev {
  left: 50%; }
  @media (min-width: 992px) {
    .fancybox-prev {
      left: 0; } }
  .fancybox-prev span {
    left: -5px;
    margin-left: -65px;
    background-image: url(images/arrow-left-white.png); }
    @media (min-width: 992px) {
      .fancybox-prev span {
        left: -35px;
        margin-left: 0; } }
.fancybox-next {
  right: 50%; }
  @media (min-width: 992px) {
    .fancybox-next {
      right: 0; } }
  .fancybox-next span {
    right: -20px;
    margin-right: -65px;
    background-image: url(images/arrow-right-white.png); }
    @media (min-width: 992px) {
      .fancybox-next span {
        right: -50px;
        margin-right: 0; } }
.modal-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.modal-panel {
  display: none;
  max-width: 98%;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .modal-panel {
      min-width: 768px; } }
  .modal-panel h1,
  .modal-panel .h1 {
    font-weight: 900;
    font-size: 30px;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 4px;
    color: #000 !important; }

.timeline-panel {
  background-color: #f4f4f4; }
  .timeline-panel .tl-nav-select {
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 2.5rem 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    font-weight: normal;
    line-height: 38px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28102, 6, 0%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  .timeline-panel .section-title {
    margin-bottom: 0; }
  .timeline-panel .tab-title,
  .timeline-panel .tab-subtitle {
    display: block;
    text-align: center; }
  .timeline-panel .tab-title {
    font-size: 36px;
    font-weight: 900; }
  .timeline-panel .tab-subtitle {
    font-size: 15px;
    font-weight: 600; }
  .timeline-panel .nav-tabs {
    border-bottom: 0 none;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center; }
    .timeline-panel .nav-tabs > li {
      float: none;
      margin: 0 15px;
      min-width: 160px; }
      .timeline-panel .nav-tabs > li:first-child {
        margin-left: 0; }
      .timeline-panel .nav-tabs > li:last-child {
        margin-right: 0; }
      .timeline-panel .nav-tabs > li > a {
        background-color: #f4f4f4;
        border: 0 none;
        margin-left: 0;
        margin-right: 0;
        padding: 15px 5px 5px;
        color: #000;
        border-bottom: 1px solid transparent; }
      .timeline-panel .nav-tabs > li.active > a {
        background-color: #f4f4f4;
        border: 0 none;
        margin-left: 0;
        margin-right: 0;
        color: #37ade3;
        position: relative;
        border-bottom: 1px solid #37ade3; }
        .timeline-panel .nav-tabs > li.active > a:before {
          top: 0;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: transparent;
          border-top-color: #37ade3;
          border-width: 11px;
          margin-left: -11px; }

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  /* Container around content */ }
  @media (min-width: 768px) {
    .timeline:after {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #37ade3;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -2px; } }
  .timeline > .tl-container {
    padding: 10px 0;
    /* The actual content */ }
    @media (min-width: 768px) {
      .timeline > .tl-container {
        display: flex;
        flex-wrap: wrap; } }
    .timeline > .tl-container .tl-timemark {
      position: relative;
      padding: 0 30px;
      font-weight: 600;
      /* The circles on the timeline */ }
      @media (min-width: 768px) {
        .timeline > .tl-container .tl-timemark {
          text-align: right;
          padding: 0 20px;
          width: 50%; } }
      .timeline > .tl-container .tl-timemark:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #29303a;
        top: 9px;
        left: 15px;
        border-radius: 50%;
        z-index: 1; }
        @media (min-width: 768px) {
          .timeline > .tl-container .tl-timemark:after {
            top: 6px;
            width: 10px;
            height: 10px;
            left: auto;
            right: -5px; } }
    .timeline > .tl-container .tl-content {
      padding: 0 30px;
      text-align: left; }
      @media (min-width: 768px) {
        .timeline > .tl-container .tl-content {
          width: 50%;
          padding: 0 20px; } }
      .timeline > .tl-container .tl-content p:last-of-type {
        margin-bottom: 0; }

.section-highlight-boxes .sec-highlight-box {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(41, 48, 58, 0.15);  
  margin: 0;
  height: 100%; }
  .section-highlight-boxes .sec-highlight-box header {
    padding: 0 20px; }
    .section-highlight-boxes .sec-highlight-box header *:last-of-type {
      margin-top: 0;
      margin-bottom: 0; }
    .section-highlight-boxes .sec-highlight-box header > h2 {
      font-weight: 700;
      position: relative;
      padding-top: 30px; }
      .section-highlight-boxes .sec-highlight-box header > h2:before {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #37ade3;
        left: 50%;
        margin-left: -2px;
        height: 20px;
        top: 0; }
  .section-highlight-boxes .sec-highlight-box .box-content {
    padding: 20px; }
    .section-highlight-boxes .sec-highlight-box .box-content *:last-of-type {
      margin-bottom: 0; }

.agenda-controls {
  background-color: #29303a;
  padding-top: 20px; }
  .agenda-controls .btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top; }
    .agenda-controls .btn-group > .btn, .agenda-controls .btn-group > button.alm-load-more-btn,
    .agenda-controls .btn-group > .dropdown {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0 4px; }
  .agenda-controls .dropdown-toggle {
    background-color: #37ade3;
    color: #fff;
    border: 1px solid #37ade3;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .agenda-controls .dropdown-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }
  .agenda-controls .dropdown-menu {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #37ade3;
    color: #fff;
    border: 1px solid #37ade3;
    background-clip: border-box; }
  .agenda-controls .dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .agenda-controls .dropdown-item:hover {
      background-color: #29303a; }

.agenda-mobile-control {
  padding: 10px 10px;
  margin-bottom: 10px; }
  .agenda-mobile-control select:focus {
    font-size: 16px; }

.agenda-view-switch {
  margin-bottom: 20px; }

.agenda-tabs.nav-tabs {
  border-bottom: 0 none;
  margin: 0 !important; }
  .agenda-tabs.nav-tabs > li {
    margin-bottom: 0;
    display: table;
    vertical-align: top;
    min-height: 70px; }
    .tabcount-2 .agenda-tabs.nav-tabs > li {
      width: 50%; }
    .tabcount-3 .agenda-tabs.nav-tabs > li {
      width: 33.3333333333%; }
    .tabcount-4 .agenda-tabs.nav-tabs > li {
      width: 25%; }
    .tabcount-5 .agenda-tabs.nav-tabs > li {
      width: 20%; }
    .tabcount-6 .agenda-tabs.nav-tabs > li {
      width: 16.6666666667%; }
    .tabcount-7 .agenda-tabs.nav-tabs > li {
      width: 14.2857142857%; }
    .tabcount-8 .agenda-tabs.nav-tabs > li {
      width: 12.5%; }
    .tabcount-9 .agenda-tabs.nav-tabs > li {
      width: 11.1111111111%; }
    .tabcount-10 .agenda-tabs.nav-tabs > li {
      width: 10%; }
    .agenda-tabs.nav-tabs > li > a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #29303a;
      background-color: #fff;
      text-align: center;
      padding: 10px 2px;
      margin: 0;
      border-radius: 0;
      height: 70px;
      border-color: #37ade3;
      line-height: 1.4; }
      .agenda-tabs.nav-tabs > li > a .tab-label {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900; }
      .agenda-tabs.nav-tabs > li > a .tab-date {
        display: block;
        font-size: 12px;
        text-transform: uppercase; }
      .agenda-tabs.nav-tabs > li > a:after {
        content: "";
        position: absolute;
        bottom: -20px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent;
        width: 10px;
        left: 50%;
        margin-left: -10px; }
    .agenda-tabs.nav-tabs > li:last-child > a {
      margin-right: 0; }
    .agenda-tabs.nav-tabs > li:hover > a, .agenda-tabs.nav-tabs > li.active > a {
      border: none;
      position: relative;
      background-color: #37ade3;
      color: #fff; }
      .agenda-tabs.nav-tabs > li:hover > a:after, .agenda-tabs.nav-tabs > li.active > a:after {
        border-top-color: #37ade3; }

        .session-day-nav {
          margin-bottom: 10px; }
          .session-day-nav > ul {
            display: flex;
            flex-wrap: nowrap;
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
            border-bottom: 0 none !important; }
            .session-day-nav > ul > li {
              flex-grow: 1; }
              .session-day-nav > ul > li > a {
                display: block;
                background-color: #d2d6d8;
                color: #fff;
                font-weight: 900;
                margin-bottom: 6px;
                padding: 10px;
                text-align: center;
                position: relative;
                text-transform: uppercase;
                border: 0 none !important;
                margin-right: 0 !important; }
                .session-day-nav > ul > li > a:after {
                  content: "";
                  position: absolute;
                  bottom: -12px;
                  border-width: 6px;
                  border-style: solid;
                  border-color: transparent;
                  width: 6px;
                  left: 50%;
                  margin-left: -6px; }
              .session-day-nav > ul > li:hover a, .session-day-nav > ul > li:focus a, .session-day-nav > ul > li.active a {
                background-color: #29303a;
                color: #fff; }
                .session-day-nav > ul > li:hover a:hover, .session-day-nav > ul > li:hover a:focus, .session-day-nav > ul > li:hover a.active, .session-day-nav > ul > li:focus a:hover, .session-day-nav > ul > li:focus a:focus, .session-day-nav > ul > li:focus a.active, .session-day-nav > ul > li.active a:hover, .session-day-nav > ul > li.active a:focus, .session-day-nav > ul > li.active a.active {
                  background-color: #29303a;
                  color: #fff; }
                .session-day-nav > ul > li:hover a:after, .session-day-nav > ul > li:focus a:after, .session-day-nav > ul > li.active a:after {
                  border-top-color: #29303a; }

.navTabSelect, .agenda-buttons .form-group select {
  height: 40px;
  margin: 0;
  padding: 0 2.5rem 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  font-weight: normal;
  line-height: 38px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28102, 6, 0%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

.agenda-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .agenda-buttons.standalone-agenda-filter {
    text-align: center;
    margin: 20px 0;
    display: block;
    background-color: #29303a;
    padding: 20px 20px 10px;
    border: 4px solid rgba(255, 255, 255, 0.5); }
  .agenda-buttons .form-group {
    margin-bottom: 10px; }
    .agenda-buttons .form-group label {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .agenda-buttons .form-group {
        width: 49%;
        display: inline-block;
        vertical-align: top; }
        .agenda-buttons .form-group label, .agenda-buttons .form-group select {
          width: 100%; } }
  .agenda-buttons .btn, .agenda-buttons button.alm-load-more-btn {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0; }

.agenda-filters {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (max-width: 991px) {
    .agenda-filters {
      width: 100%; } }
  .agenda-filters button[type=submit] {
    background-color: #296ea2; }

.agenda-pdf-btns {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  @media (min-width: 768px) {
    .agenda-pdf-btns {
      text-align: right; } }
  @media (max-width: 991px) {
    .agenda-pdf-btns {
      width: 100%; } }
  .agenda-pdf-btns .download-pdf {
    color: #fff;
    background-color: #2595c7;
    font-weight: 700; }
  .agenda-pdf-btns .create-agenda-pdf {
    color: #fff;
    background-color: #296ea2;
    font-weight: 700; }
  @media (min-width: 768px) {
    .agenda-pdf-btns {
      max-width: 40%; } }
  @media (min-width: 992px) {
    .agenda-pdf-btns {
      max-width: 100%; } }
.aj-loading {
  display: block;
  width: 84px;
  height: 84px;
  margin: 30px auto; }
  .aj-loading:after {
    content: " ";
    display: block;
    width: 83px;
    height: 83px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #37ade3;
    border-color: #37ade3 transparent #37ade3 transparent;
    animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.filters-list .filter-item {
  background: #a7a9ac;
  color: #fff;
  margin-right: 5px;
  line-height: 28px;
  padding: 0 30px 0 10px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  position: relative; }
  .filters-list .filter-item:after {
    position: absolute;
    right: 5px;
    content: 'x';
    font-size: 17px;
    line-height: 25px;
    font-family: 'Roboto',sans-serif;
    text-transform: lowercase;
    font-weight: 300; }
  .filters-list .filter-item:hover {
    background-color: #37ade3; }

.agenda-content {
  padding-top: 20px;
  padding-bottom: 40px; }
  .page-template-page-masterclasses .agenda-content, .tax-agenda_category .agenda-content {
    padding-bottom: 0; }
  .agenda-content .agenda-group-time {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px; }
    .agenda-content .agenda-tab-overview > .agenda-tab-title {
      font-size: 30px;
      font-weight: 900;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 5px; }
    .agenda-content .agenda-tab-overview > .agenda-tab-summary {
      font-size: 22px; }

.agenda-bottom-tabs {
  text-align: center;
  margin: 20px auto; }
  .agenda-bottom-tabs .next-session,
  .agenda-bottom-tabs .prev-session {
    display: inline-block;
    margin: 0 6.6666666667px; }

.speaker-sessions-datelabel {
  padding: 10px 10px;
  background-color: #37ade3;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
  margin-bottom: 10px; }
  .speaker-sessions-datelabel + .session-tracks-tabs-chaired {
    margin-top: -10px; }

.session-tracks-tabs-chaired {
  padding: 10px 10px;
  background-color: rgba(55, 173, 227, 0.1);
  margin: 10px 0;
  color: #000; }

.agenda-keys {
  list-style: none;
  margin: 20px 0;
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  .agenda-keys li {
    display: inline-block; }
    .agenda-keys li.key-swatch {
      padding: 2px 10px 2px 19px;
      position: relative; }
      .agenda-keys li.key-swatch:before {
        border-radius: 50%;
        left: 0;
        width: 15px;
        height: 15px;
        content: '';
        position: absolute; }

.subtab-group-bar {
  background-color: #29303a;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase; }

.session-download-btn,
.group-session .download-btn {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #d2d2d2;
  background-image: url(images/session-file-download.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px auto; }

.session-download-btn {
  margin: 10px 0;
  position: relative;
  display: block; }

.group-session {
  display: block;
  position: relative;
  padding: 13.3333333333px 10px 40px 20px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  color: inherit;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 992px) {
    .group-session {
      padding-bottom: 13.3333333333px; } }
  .group-session:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background-color: #dfdfdf; }
  .group-session:hover {
    color: inherit; }
    .group-session:hover:before {
      background-color: #d2d2d2; }
  .group-session .session-title {
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 5px; }
    .group-session .session-desc {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px; }
  .group-session .session-track {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #414042; }
    .group-session .track-icon {
      padding-right: 6px; }
    .group-session .session-meta.alt-meta {
      color: #999999; }
  .group-session .session-speakers,
  .group-session .session-companies {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000; }
    .group-session .session-speakers span,
    .group-session .session-companies span {
      font-weight: 600; }
  .group-session .session-experiences {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic; }
  .group-session .company-logo-group {
    max-width: 210px;
    min-width: 100px; }
    .group-session .company-logo-group .speaker-company-logo {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 5px; }
      .group-session .company-logo-group .speaker-company-logo img {
        display: block;
        width: 100%;
        height: auto; }
  .group-session .download-btn {
    position: absolute;
    right: 10px;
    top: 10px; }
  .group-session .btn, .group-session button.alm-load-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(223, 223, 223, 0.8);
    color: #222; }
    .group-session .btn.cal-btn, .group-session button.cal-btn.alm-load-more-btn {
      position: absolute;
      right: 80px;
      bottom: 0; }

@media (min-width: 768px) {
  .agdcategory-1 .agdcategory-block-tall {
    float: left;
    width: 200%; }
  .subtabcount-1 .agdcategory-tabs > li {
    width: 200%; } }

@media (min-width: 992px) {
  .agdcategory-1 .agdcategory-block-tall {
    float: left;
    width: 100%; }
  .subtabcount-1 .agdcategory-tabs > li {
    width: 100%; } }

@media (min-width: 768px) {
  .agdcategory-2 .agdcategory-block-tall {
    float: left;
    width: 100%; }
  .subtabcount-2 .agdcategory-tabs > li {
    width: 100%; } }

@media (min-width: 992px) {
  .agdcategory-2 .agdcategory-block-tall {
    float: left;
    width: 50%; }
  .subtabcount-2 .agdcategory-tabs > li {
    width: 50%; } }

@media (min-width: 768px) {
  .agdcategory-3 .agdcategory-block-tall {
    float: left;
    width: 66.6666666667%; }
  .subtabcount-3 .agdcategory-tabs > li {
    width: 66.6666666667%; } }

@media (min-width: 992px) {
  .agdcategory-3 .agdcategory-block-tall {
    float: left;
    width: 33.3333333333%; }
  .subtabcount-3 .agdcategory-tabs > li {
    width: 33.3333333333%; } }

@media (min-width: 768px) {
  .agdcategory-4 .agdcategory-block-tall {
    float: left;
    width: 50%; }
  .subtabcount-4 .agdcategory-tabs > li {
    width: 50%; } }

@media (min-width: 992px) {
  .agdcategory-4 .agdcategory-block-tall {
    float: left;
    width: 25%; }
  .subtabcount-4 .agdcategory-tabs > li {
    width: 25%; } }

@media (min-width: 768px) {
  .agdcategory-5 .agdcategory-block-tall {
    float: left;
    width: 40%; }
  .subtabcount-5 .agdcategory-tabs > li {
    width: 40%; } }

@media (min-width: 992px) {
  .agdcategory-5 .agdcategory-block-tall {
    float: left;
    width: 20%; }
  .subtabcount-5 .agdcategory-tabs > li {
    width: 20%; } }

@media (min-width: 768px) {
  .agdcategory-6 .agdcategory-block-tall {
    float: left;
    width: 33.3333333333%; }
  .subtabcount-6 .agdcategory-tabs > li {
    width: 33.3333333333%; } }

@media (min-width: 992px) {
  .agdcategory-6 .agdcategory-block-tall {
    float: left;
    width: 16.6666666667%; }
  .subtabcount-6 .agdcategory-tabs > li {
    width: 16.6666666667%; } }

@media (min-width: 768px) {
  .agdcategory-7 .agdcategory-block-tall {
    float: left;
    width: 28.5714285714%; }
  .subtabcount-7 .agdcategory-tabs > li {
    width: 28.5714285714%; } }

@media (min-width: 992px) {
  .agdcategory-7 .agdcategory-block-tall {
    float: left;
    width: 14.2857142857%; }
  .subtabcount-7 .agdcategory-tabs > li {
    width: 14.2857142857%; } }

@media (min-width: 768px) {
  .agdcategory-8 .agdcategory-block-tall {
    float: left;
    width: 25%; }
  .subtabcount-8 .agdcategory-tabs > li {
    width: 25%; } }

@media (min-width: 992px) {
  .agdcategory-8 .agdcategory-block-tall {
    float: left;
    width: 12.5%; }
  .subtabcount-8 .agdcategory-tabs > li {
    width: 12.5%; } }

@media (min-width: 768px) {
  .agdcategory-9 .agdcategory-block-tall {
    float: left;
    width: 22.2222222222%; }
  .subtabcount-9 .agdcategory-tabs > li {
    width: 22.2222222222%; } }

@media (min-width: 992px) {
  .agdcategory-9 .agdcategory-block-tall {
    float: left;
    width: 11.1111111111%; }
  .subtabcount-9 .agdcategory-tabs > li {
    width: 11.1111111111%; } }

@media (min-width: 768px) {
  .agdcategory-10 .agdcategory-block-tall {
    float: left;
    width: 20%; }
  .subtabcount-10 .agdcategory-tabs > li {
    width: 20%; } }

@media (min-width: 992px) {
  .agdcategory-10 .agdcategory-block-tall {
    float: left;
    width: 10%; }
  .subtabcount-10 .agdcategory-tabs > li {
    width: 10%; } }

.pre-session-heading {
  color: #37ade3;
  font-size: 17px;
  font-size: 1.7rem; }

.session-full .pre-session-heading {
  margin-top: 20px; }

.session-full .session-meta {
  font-size: 17px;
  font-size: 1.7rem;
  color: #939598;
  margin-top: 20px;
  margin-bottom: 20px; }

.session-full .session-track {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0a0203;
  margin-bottom: 10px; }

.session-full .session-location {
  font-size: 13px;
  font-size: 1.3rem;
  color: #0a0203; }

.session-full .session-format {
  font-size: 13px;
  font-size: 1.3rem;
  color: #939598; }

.session-full .session-experiences {
  font-size: 13px;
  font-size: 1.3rem;
  color: #37ade3;
  font-style: italic; }

.session-full .speaker-grid-title {
  margin-bottom: 5px;
  color: #37ade3; }

  .masterclass {
    margin-bottom: 20px; }
    .masterclass .type-label {
      text-align: center;
      text-transform: uppercase;
      font-weight: 700; }
    .masterclass .session-meta-block {
      min-height: 160px; }
    .masterclass .session-btn {
      padding-top: 20px; }
      .masterclass .session-btn .btn, .masterclass .session-btn button.alm-load-more-btn {
        position: relative;
        display: block;
        width: 100%; }
  
  .mastertype-label {
    padding: 4px 2px;
    background-color: #37ade3;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center; }
  
  .masterclass-logo {
    position: relative; }
    .masterclass-logo.standalone {
      margin: 20px 0; }
    .masterclass-logo.outlined {
      border: 1px solid #dcddde; }
      .masterclass-logo.outlined .mastertype-label {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0; }
    .masterclass-logo:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.5%; }
    .masterclass-logo > .masterclass-logo-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 20px 20px;
      display: flex; }
      .masterclass-logo > .masterclass-logo-inner img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        max-height: 95%;
        width: auto; }

.agdcategory-large-icon {
  margin-bottom: 20px; }
  .agdcategory-large-icon img {
    margin-left: auto;
    margin-right: auto; }

.agdcategory-sponsor-box {
  text-align: center;
  padding: 20px 20px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px; }
  .agdcategory-sponsor-box h3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px; }
  .agdcategory-sponsor-box img {
    margin-left: auto;
    margin-right: auto; }

.experiences-filter-bar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #29303a; }
  .experiences-filter-bar .filter-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .experiences-filter-bar .filter-group > * {
      margin-left: 10px;
      margin-right: 10px; }
  .experiences-filter-bar label {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff; }
  .experiences-filter-bar select {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0; }

.experiences-section {
  padding: 5em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0; }

.experiences-grid.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  .experiences-grid.row .experience-grid {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 480px) {
      .experiences-grid.row .experience-grid {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .experiences-grid.row .experience-grid {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media (min-width: 1200px) {
      .experiences-grid.row .experience-grid {
        flex: 0 0 25%;
        max-width: 25%; } }
.experience-grid-item {
  color: #000;
  margin-bottom: 10px;
  cursor: pointer; }
  .experience-grid-item .experience-title {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem; }

.contact-detail-row {
  margin-top: 10px;
  margin-bottom: 10px; }
  .contact-detail-row .contact-detail {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }

.transportation-info {
  margin-top: 20px;
  margin-bottom: 20px; }
  .transportation-info .nav.nav-tabs {
    border: 0 none; }
  .transportation-info .nav > li {
    background-color: #999999;
    margin-right: 2px; }
    .transportation-info .nav > li > a {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      padding: 0;
      width: 40px;
      height: 40px;
      margin-right: 0; }
      .transportation-info .nav > li > a:hover, .transportation-info .nav > li > a:focus {
        background-color: #37ade3; }
    @media (min-width: 768px) {
      .transportation-info .nav > li {
        margin-right: 8px; }
        .transportation-info .nav > li > a {
          width: 55px;
          height: 50px; } }
    .transportation-info .nav > li.active > a {
      background-color: #37ade3; }
    .transportation-info .nav > li.accommodation > a {
      background-image: url(images/icon-accommodation.png); }
    .transportation-info .nav > li.plane > a {
      background-image: url(images/icon-transport-plane.png); }
    .transportation-info .nav > li.train > a {
      background-image: url(images/icon-transport-train.png); }
    .transportation-info .nav > li.bus > a {
      background-image: url(images/icon-transport-bus.png); }
    .transportation-info .nav > li.car > a {
      background-image: url(images/icon-transport-car.png); }
    .transportation-info .nav > li.bicycle > a {
      background-image: url(images/icon-transport-bicycle.png); }
    .transportation-info .nav > li.walk > a {
      background-image: url(images/icon-transport-walk.png); }
    .transportation-info .nav > li.other > a {
      background-image: url(images/icon-transport-other.png); }
  .transportation-info .tab-content {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    padding: 20px 20px; }
    .transportation-info .tab-content *:first-child {
      margin-top: 0; }
    .transportation-info .tab-content h3 {
      color: #37ade3 !important; }

.transport-map {
  margin-top: 40px;
  z-index: 1;
  width: 100%;
  height: 350px; }

.page-template-page-templatestransport-php .content-wrap {
  padding-bottom: 0; }

.section.venue {
  background-size: cover; }

.venue-wrapper .main-content {
  padding: 0 10px; }
  @media (min-width: 768px) {
    .venue-wrapper .main-content {
      padding-left: 0;
      padding-right: 30px; } }
.venue-map {
  z-index: 1;
  width: 100%;
  height: 350px; }

.pricing-grid {
  margin-bottom: 40px; }

.pricing-category {
  margin-top: 10px; }
  .pricing-category h2 {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #555555;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0;
    padding-top: 13.3333333333px;
    padding-bottom: 13.3333333333px;
    text-transform: uppercase; }
    .pricing-category h2.offer-highlight:after {
      position: absolute;
      content: '';
      background: url(images/offer-sticker.png) no-repeat 50% 50%;
      background-size: contain;
      height: 65px;
      width: 65px;
      top: -10px;
      right: -10px; }
  .pricing-category .pricing-item {
    background-color: #f6f6f6;
    padding: 20px 20px;
    text-align: center; }
    .pricing-category .pricing-item h3 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-top: 10px;
      margin-bottom: 10px; }
  .pricing-category .pricing-cat-desc {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    padding-top: 20px; }
    .pricing-category .pricing-cat-desc p {
      margin-bottom: 5px; }
    .pricing-category .pricing-cat-desc ul {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
      margin-top: 10px; }
    .pricing-category .pricing-cat-desc li {
      margin: 10px 0;
      padding-left: 30px;
      min-height: 22px;
      position: relative;
      background: none; }
      .pricing-category .pricing-cat-desc li:before {
        content: '';
        font: bold 20px/1 sans-serif;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: -5px;
        display: block;
        height: 22px;
        max-height: 22px;
        width: 22px;
        max-width: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        background: url(images/icon-tick-white.png) no-repeat 50% 50% #37ade3; }
  .pricing-category .pricing-cat-offer {
    background-color: #fff;
    color: #37ade3;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px; }
  .pricing-category.gold-pricing h2 {
    background-color: #DAA520; }
  .pricing-category.gold-pricing .pricing-item h3 {
    color: #DAA520 !important; }
  .pricing-category.gold-pricing .pricing-item .pricing-segment-main .segment-title {
    color: #DAA520 !important; }
  .pricing-category.gold-pricing .btn, .pricing-category.gold-pricing button.alm-load-more-btn {
    background-color: #DAA520;
    color: #fff; }
    .pricing-category.gold-pricing .btn:hover, .pricing-category.gold-pricing button.alm-load-more-btn:hover {
      background-color: #ae8319; }
  .pricing-category.gold-pricing a {
    color: #DAA520; }
  .pricing-category.gold-pricing .pricing-cat-desc li:before {
    background-color: #DAA520; }
  .pricing-category.gold-pricing .pricing-cat-offer {
    color: #DAA520; }

.pricing-segment-main {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center; }
  .pricing-segment-main .segment-title,
  .pricing-segment-main .segment-price,
  .pricing-segment-main .segment-date {
    display: block; }
  .pricing-segment-main .segment-price {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1; }
  .pricing-segment-main .segment-title {
    font-size: 22px;
    font-size: 2.2rem; }
  .pricing-segment-main .segment-date {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px; }

.pricing-segment-row {
  margin: 2px 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem; }

.register-link {
  margin-top: 20px; }

.offer-box {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-size: 1.5rem; }
  .offer-box .offer-img {
    margin: 0; }
  .offer-box .offer-title {
    font-size: 15px;
    font-size: 1.5rem;
    background-color: #555555;
    padding: 10px 20px;
    margin: 0; }
  .offer-box .offer-content {
    padding: 10px 20px; }