/* Variables */
@font-face {
  font-family: "MavenProRegular";
  src: url("../fonts/MavenProRegular.eot"), url("../fonts/MavenProRegular.eot#iefix") format("embedded-opentype"), url("../fonts/MavenProRegular.woff") format("woff"), url("../fonts/MavenProRegular.ttf") format("truetype"); }

@font-face {
  font-family: "MavenProBlack";
  src: url("../fonts/MavenProBlack.eot"), url("../fonts/MavenProBlack.eot#iefix") format("embedded-opentype"), url("../fonts/MavenProBlack.woff") format("woff"), url("../fonts/MavenProBlack.ttf") format("truetype"); }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 50em) {
  .row-eq-height {
    display: block; } }

@media (min-width: 64em) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
  padding-right: 15px;
  padding-left: 15px; }

h4 {
  margin-top: 25px; }

.row {
  margin-bottom: 20px; }

.row .row {
  margin-top: 10px;
  margin-bottom: 0; }

[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px; }

/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  background-color: #fff;
  border-radius: 3px; }

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

html {
  -webkit-overflow-scrolling: touch; }

#toolbar {
  background-color: #1a1a1a;
  border-bottom: 5px solid #333;
  color: #9b9b9b; }
  #toolbar a {
    color: #fff; }

#fluid-footer {
  background-color: #1a1a1a;
  border-top: 5px solid #333;
  width: auto;
  bottom: 0;
  z-index: 1000;
  color: #9b9b9b; }
  #fluid-footer a {
    color: #fff; }

.module-position {
  background-color: #fff;
  border: 2px dashed #4c4c4c;
  color: #4c4c4c;
  padding: 15px;
  text-align: center; }

body, html {
  font-size: 16px;
  font-family: "MavenProRegular";
  color: #fff;
  height: 100%;
  width: 100%;
  background-color: #2c2c2c;
  overflow: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "MavenProRegular"; }

.row {
  margin-bottom: 0px; }

.nav-pills > li img {
  max-width: 100% !important; }

.nav-pills > li a {
  border: 0px;
  border-radius: 0px;
  background-color: transparent; }

.nav-pills > li a:hover, .nav-pills > li a:focus {
  border: 0px;
  border-radius: 0px;
  background-color: transparent; }

.nav-pills > li.active img {
  max-width: 100% !important; }

.nav-pills > li.active a {
  border: 0px;
  border-radius: 0px;
  background-color: transparent; }

.nav-pills > li.active a:hover, .nav-pills > li.active a:focus {
  border: 0px;
  border-radius: 0px;
  background-color: transparent; }

[class*="col-"] {
  padding-top: 0px;
  padding-bottom: 0px; }

body > .canvas {
  -wekbit-box-shadow: 0px 5px 18px 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 18px 15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 5px 18px 15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 5px 18px 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 18px 15px rgba(0, 0, 0, 0.75);
  min-height: 100vh;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-overflow-scrolling: touch; }
  @media (min-height: 14.9em) and (max-width: 37.5em) and (orientation: landscape) {
    body > .canvas {
      padding-top: 38px !important;
      padding-bottom: 44px !important; } }
  @media (max-width: 37.5em) {
    body > .canvas {
      padding-top: 52px;
      padding-bottom: 56px; } }
  @media (min-width: 37.5em) {
    body > .canvas {
      padding-top: 52px;
      padding-bottom: 56px; } }
  @media (min-width: 50em) {
    body > .canvas {
      padding-top: 52px;
      padding-bottom: 87px; } }
  @media (min-width: 64em) {
    body > .canvas {
      padding-top: 0px;
      padding-bottom: 0px; } }

@media (max-width: 37.5em) {
  body > .container, body > .navbar-fixed-bottom > .container {
    width: 100%; } }

@media (min-width: 37.5em) {
  body > .container, body > .navbar-fixed-bottom > .container {
    width: 100%; } }

@media (min-width: 50em) {
  body > .container, body > .navbar-fixed-bottom > .container {
    width: 100%; } }

@media (min-width: 64em) {
  body > .container, body > .navbar-fixed-bottom > .container {
    width: 1170px; } }

a, a:hover, a:focus, a:visited {
  color: #fff; }

.btn-default {
  background-color: #0071bd;
  color: #fff;
  text-transform: uppercase;
  border: 0px; }

#header {
  background-image: url(../images/backgrounds/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 2px solid #555;
  background-color: #2c2c2c; }

a > img.logo {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: 250ms linear 0s;
  -moz-transition: 250ms linear 0s;
  -o-transition: 250ms linear 0s;
  -ms-transition: 250ms linear 0s;
  transition: 250ms linear 0s; }

a:hover > img.logo, a:focus > img.logo {
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -o-filter: brightness(150%);
  -ms-filter: brightness(150%);
  filter: brightness(150%); }

.logo {
  max-height: 150px; }

#top-a {
  border-top: 4px solid #000;
  background-color: #000;
  padding-bottom: 5px; }

.responsiveMenuTheme1 a {
  color: #fff;
  padding: 0px; }

.responsiveMenuTheme1 a:hover, a:focus {
  color: #0071bd; }

#responsiveMenu133.responsiveMenuTheme1.isDesktop > li {
  width: auto; }

.responsiveMenuTheme1.isDesktop li a, .responsiveMenuTheme1.isDesktop li span.separator, .responsiveMenuTheme1.isDesktop li span.navHeader {
  border-left: 0px !important;
  border-bottom: 0px !important; }

.responsiveMenuTheme1 a:hover, .responsiveMenuTheme1 li.active > a, .responsiveMenuTheme1 li > span.separator:hover {
  color: #0071bd;
  background-color: transparent; }

.responsiveMenuTheme1 span.opener {
  display: none !important; }

.responsiveMenuTheme1 li li > a, .responsiveMenuTheme1 li li.active > a {
  background: transparent;
  border: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px; }

#top-menu, .responsiveMenuTheme1 {
  list-style: none !important;
  background: none !important;
  background-image: "" !important;
  border-bottom: 1px solid #000 !important;
  font-family: "MavenProBlack" !important; }
  #top-menu span.opener, .responsiveMenuTheme1 span.opener {
    display: none; }
  #top-menu .nav- > li > a:focus, .responsiveMenuTheme1 .nav- > li > a:focus {
    background-color: transparent !important; }
  #top-menu ul.nav, .responsiveMenuTheme1 ul.nav {
    background-color: transparent !important; }
    #top-menu ul.nav li li a, .responsiveMenuTheme1 ul.nav li li a {
      background: none;
      background-color: #626262 !important;
      background-image: none !important;
      border: 0px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      border-bottom: 1px solid #000 !important;
      border-right: 1px solid #000 !important;
      border-left: 1px solid #000 !important;
      color: #fff !important; }
    #top-menu ul.nav li li a:hover, #top-menu ul.nav li li a:focus, .responsiveMenuTheme1 ul.nav li li a:hover, .responsiveMenuTheme1 ul.nav li li a:focus {
      color: #0071bd;
      background-image: none !important;
      border: 0px !important;
      background-color: #262626 !important; }
    #top-menu ul.nav > li + li, .responsiveMenuTheme1 ul.nav > li + li {
      margin-left: 0px !important; }

#top-menu > div {
  padding-left: 0px;
  padding-right: 0px; }

#top-b .vi-banner {
  margin-top: 10px;
  max-height: 80px; }

#top-menu a {
  font-family: "MavenProBlack";
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 38px;
  background-image: none;
  border-radius: 0px;
  -webkit-transition: 250ms linear 0s;
  -moz-transition: 250ms linear 0s;
  -o-transition: 250ms linear 0s;
  -ms-transition: 250ms linear 0s;
  transition: 250ms linear 0s;
  border: 0px;
  border-right: 2px #262626 inset;
  padding: 0px 15px; }
  #top-menu a span.caret {
    margin-left: 8px; }

#top-menu a:hover, #top-menu a:focus, #top-menu ul.nav > li.active > a {
  background-color: transparent;
  background-image: url(../images/backgrounds/topnav-active-bg.png);
  color: #0071bd; }

/*#top-menu ul.nav > li:nth-last-child(2) > a {
     border-right:0px !important;
}

#top-menu ul.nav > li:last-child > a { //, #top-menu ul.nav > li:nth-last-child(2) > a, #top-menu ul.nav > li:nth-last-child(3) > a {
    border-right:0px !important;
    border-left:0px !important;
    padding-left:5px;
    padding-right:5px;
    background-image:none;
    background-color:transparent;
}

#top-menu ul.nav > li:last-child > a:hover { //, #top-menu > ul.nav > li:nth-last-child(2) > a:hover, #top-menu ul.nav > li:nth-last-child(3) > a:hover {
    background-image:none;
}*/
#top-b {
  background-color: #4c4c4c;
  border-bottom: 2px solid #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px; }
  #top-b > div {
    /*  padding-top:15px;
        padding-bottom:15px;*/ }

#top-b a > img {
  -wekbit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 250ms linear 0s;
  -moz-transition: 250ms linear 0s;
  -o-transition: 250ms linear 0s;
  -ms-transition: 250ms linear 0s;
  transition: 250ms linear 0s; }
  @media (min-width: 50em) {
    #top-b a > img {
      max-height: 50px; } }
  @media (min-width: 64em) {
    #top-b a > img {
      max-height: 70px; } }

#top-b ul.nav {
  margin-bottom: 10px; }
  #top-b ul.nav > li > a {
    padding: 0px; }

#top-b .nav > li > a:hover, #top-b .nav > li > a:focus, #top-b .nav > li.active > a:hover, #top-b .nav > li.active > a:focus {
  border-radius: 0px;
  background-color: transparent;
  border: 0px; }

#top-b a:hover > img, #top-b a:focus > img {
  -wekbit-box-shadow: 0px 0px 9px 3px #fff;
  -moz-box-shadow: 0px 0px 9px 3px #fff;
  -o-box-shadow: 0px 0px 9px 3px #fff;
  -ms-box-shadow: 0px 0px 9px 3px #fff;
  box-shadow: 0px 0px 9px 3px #fff; }

#top-c {
  background-color: #4c4c4c;
  border-bottom: 2px solid #1a1a1a; }
  #top-c > div {
    padding-top: 10px;
    padding-bottom: 10px; }
  #top-c .nav > li {
    padding-right: 10px; }
  #top-c .nav > li:last-child {
    padding-right: 0px; }
  #top-c .nav > li > a {
    background-color: #0071bd;
    color: #fff;
    text-transform: uppercase;
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%); }
  #top-c .nav > li > a:hover, #top-c .nav > li > a:focus {
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    -o-filter: brightness(150%);
    -ms-filter: brightness(150%);
    filter: brightness(150%); }
  #top-c .nav-pills {
    width: 100%; }
    #top-c .nav-pills li {
      text-align: center; }

#main {
  background-color: #4c4c4c;
  padding-bottom: 0px;
  min-height: 425px; }
  #main .page-heading {
    min-height: 65px !important; }
    #main .page-heading div {
      padding-bottom: 10px !important; }
  #main > #componentContainer > .row:nth-child(2) {
    margin-top: -3px !important; }
  #main #leftSidebarContainer > .row:nth-child(2), #main #rightSidebarContainer > .row:nth-child(2) {
    padding-bottom: 15px; }
    #main #leftSidebarContainer > .row:nth-child(2) img, #main #rightSidebarContainer > .row:nth-child(2) img {
      border-radius: 5px;
      border: 3px solid #1a1a1a;
      -wekbit-box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 2px 5px 6px rgba(0, 0, 0, 0.4);
      margin-bottom: 15px; }
    #main #leftSidebarContainer > .row:nth-child(2) a > img, #main #rightSidebarContainer > .row:nth-child(2) a > img {
      -webkit-transition: 250ms linear 0s;
      -moz-transition: 250ms linear 0s;
      -o-transition: 250ms linear 0s;
      -ms-transition: 250ms linear 0s;
      transition: 250ms linear 0s;
      -webkit-filter: brightness(100%);
      -moz-filter: brightness(100%);
      -o-filter: brightness(100%);
      -ms-filter: brightness(100%);
      filter: brightness(100%); }
    #main #leftSidebarContainer > .row:nth-child(2) a:hover > img, #main #leftSidebarContainer > .row:nth-child(2) a:focus > img, #main #rightSidebarContainer > .row:nth-child(2) a:hover > img, #main #rightSidebarContainer > .row:nth-child(2) a:focus > img {
      -webkit-filter: brightness(150%);
      -moz-filter: brightness(150%);
      -o-filter: brightness(150%);
      -ms-filter: brightness(150%);
      filter: brightness(150%); }
  #main .page-heading {
    min-height: 55px; }
  #main .page-heading > div {
    -wekbit-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
    -o-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
    -ms-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
    text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77); }
  #main article {
    padding-top: 15px;
    padding-bottom: 15px; }

.panel-ratings {
  border: 0px !important;
  background-color: transparent !important; }
  .panel-ratings .panel-heading {
    background-color: transparent !important; }
    .panel-ratings .panel-heading h3 {
      margin-top: 0px;
      margin-bottom: 0px;
      font-family: "MavenProBlack";
      -wekbit-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
      -moz-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
      -o-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
      -ms-text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77);
      text-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.77); }
  .panel-ratings .panel-body {
    font-size: 14px;
    text-align: left;
    background-color: transparent !important; }

.well {
  background-color: #333;
  color: #fff;
  border: 0px; }

.panel-default {
  border-color: transparent;
  border: 0px; }
  .panel-default .panel-heading h3, .panel-default .panel-heading h4 {
    text-transform: uppercase; }
  .panel-default .panel-heading, .panel-default .panel-footer {
    background-color: #1a1a1a;
    color: #fff;
    border-bottom: 0px;
    border-top: 0px; }
  .panel-default .panel-body {
    background-color: #333; }
  .panel-default .table td.colDark {
    background-color: #333;
    color: #fff; }
  .panel-default .table td.colLight {
    background-color: #626262;
    color: #fff; }

#main > #leftSidebarContainer > .row.page-heading, #main > #componentContainer > .row.page-heading, #main > #rightSidebarContainer > .row.page-heading {
  background-image: url(../images/backgrounds/pageheader-bg.png);
  font-family: "MavenProBlack";
  font-size: 42px;
  line-height: 42px;
  padding-top: 10px;
  margin-top: 0px;
  border-bottom: 3px solid #1a1a1a;
  margin-bottom: 3px; }

#main > #leftSidebarContainer, #main > #componentContainer, #main > #rightSidebarContainer {
  padding-bottom: 10px; }

#main > #leftSidebarContainer #sidebar-left, #main > #rightSidebarContainer #sidebar-right {
  padding-top: 10px; }

#main > #leftSidebarContainer > .row:nth-child(2), #main > div > #componentContainer > .row:nth-child(2), #main > #rightSidebarContainer > .row:nth-child(2) {
  margin-top: 0px; }

#main > #rightSidebarContainer {
  border-left: 2px #999 inset !important;
  padding-bottom: 10px; }

#main > #leftSidebarContainer {
  border-right: 2px #999 outset !important;
  padding-bottom: 10px; }

@media (max-width: 37.5em) {
  #main article {
    text-align: center; } }

@media (min-width: 37.5em) {
  #main article {
    text-align: center; } }

@media (min-width: 50em) {
  #main article {
    text-align: center; } }

@media (min-width: 64em) {
  #main article {
    text-align: left; } }

#main article #content-top {
  padding-bottom: 10px; }

#main article #content-bottom {
  padding-top: 10px; }

#main article .default-event-detail {
  background-color: transparent;
  border: 0px;
  margin-bottom: -25px;
  padding-top: 0px;
  border-bottom: 3px solid #1a1a1a;
  margin-top: -18px;
  margin-left: -15px;
  margin-right: -15px;
  font-family: "MavenProRegular"; }
  #main article .default-event-detail .event-title {
    text-transform: uppercase;
    font-size: 20px; }
  #main article .default-event-detail .event-movie-item-sessions-header {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
    width: auto;
    border-radius: 4px;
    background-color: #1a1a1a;
    margin-left: -5px;
    padding-top: 5px;
    padding-bottom: 5px; }
  #main article .default-event-detail .event-movie-item-sessions-list-group {
    margin-left: -5px;
    border: 2px solid #1a1a1a;
    border-radius: 5px;
    margin-left: -5px;
    background-color: #959595;
    background-image: url(../images/backgrounds/right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    color: #1a1a1a;
    margin-bottom: 0px; }
    #main article .default-event-detail .event-movie-item-sessions-list-group .list-group-item {
      border: 0px;
      border-radius: 0px;
      background-color: transparent; }
    #main article .default-event-detail .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item .row, #main article .default-event-detail .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item .row .row {
      margin-top: 0px; }
    #main article .default-event-detail .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item label.date {
      font-weight: bold; }
    #main article .default-event-detail .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item span.badge {
      background-color: #1a1a1a;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px; }
  #main article .default-event-detail .event-detail-column-left {
    border-right: 3px solid #1a1a1a;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$base-color-two+48,333333+100 */
    background: #4c4c4c;
    /* Old browsers */
    background: -webkit-linear-gradient(#4c4c4c 48%, #333 100%);
    background: -o-linear-gradient(#4c4c4c 48%, #333 100%);
    background: linear-gradient(#4c4c4c 48%, #333 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$base-color-two', endColorstr='$base-color-five',GradientType=0 );
    /* IE6-9 */ }
  #main article .default-event-detail .event-detail-column-right {
    background-color: #959595;
    background-image: url(../images/backgrounds/right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 10px;
    padding-top: 10px; }
    #main article .default-event-detail .event-detail-column-right img.event-poster {
      margin-top: 0px;
      -wekbit-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      -o-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      -ms-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26); }
  #main article .default-event-detail .event-description > div {
    padding-bottom: 10px; }
  #main article .default-event-detail .list-group-dates {
    border: 2px solid #1a1a1a;
    border-radius: 5px;
    margin-left: -5px;
    background-color: #959595;
    background-image: url(../images/backgrounds/right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    color: #1a1a1a; }
    #main article .default-event-detail .list-group-dates .dates-list-item {
      border: 0px;
      border-radius: 0px;
      background-color: transparent; }
      #main article .default-event-detail .list-group-dates .dates-list-item .row, #main article .default-event-detail .list-group-dates .dates-list-item .row .row {
        margin-top: 0px; }
      #main article .default-event-detail .list-group-dates .dates-list-item .title {
        text-transform: uppercase;
        font-weight: bold; }
      #main article .default-event-detail .list-group-dates .dates-list-item .date span.badge {
        background-color: #1a1a1a;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px; }
      #main article .default-event-detail .list-group-dates .dates-list-item a, #main article .default-event-detail .list-group-dates .dates-list-item a:hover, #main article .default-event-detail .list-group-dates .dates-list-item a:focus {
        color: #1a1a1a; }

#main article .list-group-event-movies {
  font-family: "MavenProRegular";
  border: 0px;
  border-radius: 0px;
  margin-top: 45px;
  margin-bottom: 0px; }
  #main article .list-group-event-movies .list-group-event-movie-item {
    background-color: transparent;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 3px solid #1a1a1a;
    margin-top: 10px;
    font-family: "MavenProRegular"; }
    #main article .list-group-event-movies .list-group-event-movie-item .row, #main article .list-group-event-movies .list-group-event-movie-item .row .row {
      margin-top: 0px; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-item-column-left {
      border-left: none;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #fff;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$base-color-two+48,333333+100 */
      background: #4c4c4c;
      /* Old browsers */
      background: -webkit-linear-gradient(#4c4c4c 48%, #333 100%);
      background: -o-linear-gradient(#4c4c4c 48%, #333 100%);
      background: linear-gradient(#4c4c4c 48%, #333 100%);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$base-color-two', endColorstr='$base-color-five',GradientType=0 );
      /* IE6-9 */ }
      #main article .list-group-event-movies .list-group-event-movie-item .movie-item-column-left img.movie-rating-icon {
        max-width: 32px;
        margin-top: -5px;
        margin-right: -5px; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-item-column-right {
      background-color: #959595;
      background-image: url(../images/backgrounds/right-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      padding-bottom: 20px;
      padding-top: 10px; }
      #main article .list-group-event-movies .list-group-event-movie-item .movie-item-column-right img.movie-event-image {
        margin-top: 0px;
        -wekbit-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        -o-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        -ms-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26); }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-event-title > h4 {
      margin-top: 0px;
      margin-bottom: 10px;
      text-transform: uppercase; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-event-title a, #main article .list-group-event-movies .list-group-event-movie-item .movie-event-title a:hover, #main article .list-group-event-movies .list-group-event-movie-item .movie-event-title a:hover {
      color: #fff; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-subheading-container {
      padding-left: 0px;
      padding-right: 0px; }
      #main article .list-group-event-movies .list-group-event-movie-item .movie-subheading-container > span {
        font-size: 13px;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #1a1a1a;
        color: #999; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-cast-container {
      padding-top: 5px; }
      #main article .list-group-event-movies .list-group-event-movie-item .movie-cast-container > span {
        color: #999;
        font-size: 13px; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-item-language {
      padding-top: 5px; }
      #main article .list-group-event-movies .list-group-event-movie-item .movie-item-language > span {
        color: #999;
        font-size: 13px; }
    #main article .list-group-event-movies .list-group-event-movie-item .movie-item-synopsis {
      padding-top: 5px;
      padding-bottom: 5px; }
    #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-header {
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 15px;
      margin-bottom: 5px;
      display: block;
      width: auto;
      border-radius: 4px;
      background-color: #1a1a1a;
      margin-left: -5px;
      padding-top: 5px;
      padding-bottom: 5px; }
    #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-list-group {
      margin-left: -5px;
      border: 2px solid #1a1a1a;
      border-radius: 5px;
      margin-left: -5px;
      background-color: #959595;
      background-image: url(../images/backgrounds/right-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      color: #1a1a1a;
      margin-bottom: 0px; }
      #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-list-group .list-group-item {
        border: 0px;
        border-radius: 0px;
        background-color: transparent; }
      #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item .row, #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item .row .row {
        margin-top: 0px; }
      #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item label.date {
        font-weight: bold; }
      #main article .list-group-event-movies .list-group-event-movie-item .event-movie-item-sessions-list-group .event-movie-item-sessions-list-group-item span.badge {
        background-color: #1a1a1a;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px; }

#main article .default-event-list-group {
  margin-top: -18px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -25px;
  font-family: "MavenProRegular"; }
  #main article .default-event-list-group .default-event-list-group-item {
    background-color: transparent;
    border: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 3px solid #1a1a1a;
    border-right: 3px solid #1a1a1a; }
    #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-left {
      background-color: #959595;
      background-image: url(../images/backgrounds/right-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      padding-bottom: 10px;
      padding-top: 10px; }
      #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-left img.event-poster {
        margin-top: 0px;
        -wekbit-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        -o-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        -ms-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26); }
    #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #fff;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$base-color-two+48,333333+100 */
      background: #4c4c4c;
      /* Old browsers */
      background: -webkit-linear-gradient(#4c4c4c 48%, #333 100%);
      background: -o-linear-gradient(#4c4c4c 48%, #333 100%);
      background: linear-gradient(#4c4c4c 48%, #333 100%);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$base-color-two', endColorstr='$base-color-five',GradientType=0 );
      /* IE6-9 */ }
      #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right .event-title {
        color: #fff; }
      #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right .event-title:hover, #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right .event-title:focus {
        color: #fff; }
      #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right .event-description {
        color: #fff; }
        #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right .event-description span {
          background-color: transparent; }
      #main article .default-event-list-group .default-event-list-group-item .list-group-item-column-right .btn.btn-default {
        color: #fff;
        background-color: #0071bd;
        text-transform: uppercase;
        border: 0px; }

#main article .cinema-movie-list-group {
  background-color: transparent;
  border: 0px;
  margin: -15px; }
  @media (max-width: 37.5em) {
    #main article .cinema-movie-list-group {
      margin-bottom: -30px; } }
  @media (min-width: 37.5em) {
    #main article .cinema-movie-list-group {
      margin-bottom: -30px; } }
  @media (min-width: 50em) {
    #main article .cinema-movie-list-group {
      margin-bottom: -25px; } }
  @media (min-width: 64em) {
    #main article .cinema-movie-list-group {
      margin-bottom: -25px; } }

.movietrailerModal {
  margin-left: auto;
  margin-right: auto; }
  .movietrailerModal .close {
    font-family: "MavenProRegular"; }

#main article .cinema-movie-list-group > .cinema-movie-list-group-item {
  background-color: transparent;
  border: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px;
  border-bottom: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
  border-radius: 0px; }
  #main article .cinema-movie-list-group > .cinema-movie-list-group-item > .row {
    margin-top: 8px; }
  #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-left {
    background-color: #959595;
    background-image: url(../images/backgrounds/right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 10px;
    border-right: none; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-left img.cmlgi-poster {
      -wekbit-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      -o-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      -ms-box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 20px 5px -8px rgba(0, 0, 0, 0.26);
      margin-bottom: 20px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-left .cmlgi-legend-labels {
      margin-bottom: 5px; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-left .cmlgi-legend-labels label {
        font-family: "MavenProBlack";
        font-weight: 400;
        font-size: 28px;
        background-color: #0071bd;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-top: 2px; }
  #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$base-color-two+48,333333+100 */
    background: #4c4c4c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 48%, #333 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4c4c4c 48%, #333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4c4c4c 48%, #333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$base-color-two', endColorstr='$base-color-five',GradientType=0 );
    /* IE6-9 */
    padding-bottom: 15px; }
    @media (max-width: 37.5em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:first-child {
        padding-right: 15px; } }
    @media (min-width: 37.5em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:first-child {
        padding-right: 15px; } }
    @media (min-width: 50em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:first-child {
        padding-right: 15px; } }
    @media (min-width: 64em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:first-child {
        padding-right: 0px; } }
    @media (max-width: 37.5em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:nth-child(2) {
        padding-left: 15px; } }
    @media (min-width: 37.5em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:nth-child(2) {
        padding-left: 15px; } }
    @media (min-width: 50em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:nth-child(2) {
        padding-left: 15px; } }
    @media (min-width: 64em) {
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right > .row:first-child div:nth-child(2) {
        padding-left: 0px; } }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .info-ca > div:first-child {
      color: #fbed25;
      padding-left: 0px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .info-ca > div:nth-child(2) {
      padding-left: 0px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-movie-title {
      text-transform: uppercase;
      padding-top: 5px;
      font-size: 26px;
      color: #fff; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-starting-date-row span {
      font-size: 18px;
      color: #fbed25; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-extra-info {
      margin-top: 10px; }
      @media (max-width: 37.5em) {
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-extra-info {
          text-align: center; } }
      @media (min-width: 37.5em) {
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-extra-info {
          text-align: center; } }
      @media (min-width: 50em) {
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-extra-info {
          text-align: right; } }
      @media (min-width: 64em) {
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-extra-info {
          text-align: right; } }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-extra-info > span.label {
        text-transform: uppercase;
        background-color: #fff;
        color: #0071bd;
        font-weight: 400;
        font-family: "MavenProBlack";
        font-size: 26px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 5px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-rating-icon {
      max-width: 38px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-top-button {
      background-color: #0071bd;
      color: #fff;
      text-transform: uppercase;
      border: 0px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel {
      border: 0px; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .panel-default {
        border: 0px;
        border-radius: 0px; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .panel-heading {
        text-transform: uppercase;
        background-color: #0071bd;
        border: 0px;
        border-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .panel-heading a {
          color: #fff;
          font-family: "MavenProBlack";
          font-size: 22px;
          letter-spacing: 1px; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .glyphicon-chevron-down, #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .glyphicon-chevron-up {
        margin-right: 5px;
        color: #fff; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .panel-body {
        background-color: #fff;
        color: #000;
        border: 0px;
        border-radius: 0px;
        padding: 5px; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .panel-body > .row {
          margin-top: 0px;
          padding-left: 10px;
          padding-right: 10px; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .panel-heading {
        background-color: #fff;
        border: 1px solid #0071bd;
        border-radius: 0px;
        text-transform: uppercase; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .panel-title {
        color: #0071bd; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session {
        border: 1px solid #0071bd;
        padding-top: 0px; }
        @media (max-width: 37.5em) {
          #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session {
            margin-left: auto !important;
            margin-right: auto !important;
            margin-bottom: 2px !important;
            min-width: 90px !important;
            float: none !important; } }
        @media (min-width: 50em) {
          #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session {
            min-width: 96px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-bottom: 2px !important;
            float: none !important; } }
        @media (min-width: 64em) {
          #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session {
            min-width: 96px !important;
            margin-left: 0px !important;
            margin-right: 5px !important;
            margin-bottom: 2px !important;
            float: left !important; } }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session a {
          text-decoration: none !important; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session .cmlgi-session-cinema {
          background-color: #0071bd;
          color: #fff;
          text-align: center;
          text-transform: uppercase; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session .cmlgi-session-time {
          border-bottom: 1px solid #0071bd; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session .cmlgi-session-legends .cmlgi-legend div {
          background-color: #0071bd;
          color: #333; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-sessions-panel .cmlgi-session .cmlgi-session-button {
          margin-top: 3px;
          margin-bottom: 3px; }
      #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel {
        border-top: 1px solid #0071bd;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 5px; }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel .panel-title {
          text-transform: uppercase;
          margin-top: 3px;
          margin-bottom: 3px; }
          @media (max-width: 37.5em) {
            #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel .panel-title {
              text-align: center; } }
          @media (min-width: 37.5em) {
            #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel .panel-title {
              text-align: center; } }
          @media (min-width: 50em) {
            #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel .panel-title {
              text-align: center; } }
          @media (min-width: 64em) {
            #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel .panel-title {
              text-align: left; } }
        #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-accordion-panel .cmlgi-legends-panel label {
          font-size: 14px;
          background-color: #0071bd;
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 3px;
          padding-top: 3px;
          min-width: 50px;
          font-weight: normal; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-info-row .row {
      margin-top: 0px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-info-row-text {
      font-size: 14px; }
    #main article .cinema-movie-list-group > .cinema-movie-list-group-item .cmlgi-column-right .cmlgi-info-row-title {
      color: #fbed25;
      padding-left: 0px;
      font-size: 14px; }

footer {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer .nav- > li > a:focus {
    background-color: transparent; }
  footer .footer-sitemap-menu ul {
    list-style: none;
    width: 33.3%;
    padding-left: 0px; }
    footer .footer-sitemap-menu ul li {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 4px;
      padding-bottom: 4px; }
      footer .footer-sitemap-menu ul li > a {
        font-size: 16px !important;
        text-transform: uppercase; }
  footer .row {
    margin-left: 0px;
    margin-right: 0px; }
  footer .logo {
    max-height: 120px;
    margin-top: 5px; }
  footer .row:first-child {
    background-image: url(../images/backgrounds/footer.png);
    background-repeat: no-repeat;
    background-size: cover; }
    footer .row:first-child > div > div {
      padding-top: 15px; }
  footer ul.list-group {
    margin-top: 10px;
    background-color: transparent;
    border: 0px; }
  footer li.list-group-item {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px; }
  footer .row:first-child > div > ul.nav > li > a {
    line-height: 16px;
    font-weight: 600; }
  footer .row:nth-child(2) {
    background-color: #1a1a1a;
    border-top: 5px solid #333; }
    footer .row:nth-child(2) div {
      min-height: 50px; }
      @media (max-width: 37.5em) {
        footer .row:nth-child(2) div {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 37.5em) {
        footer .row:nth-child(2) div {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 50em) {
        footer .row:nth-child(2) div {
          padding-left: 0px;
          padding-right: 0px; } }
      @media (min-width: 64em) {
        footer .row:nth-child(2) div {
          padding-left: 0px;
          padding-right: 0px; } }
  footer .row:nth-child(2) > div > ul.nav {
    text-transform: uppercase; }
    @media (max-width: 37.5em) {
      footer .row:nth-child(2) > div > ul.nav {
        margin-bottom: 5px;
        display: block; } }
    @media (min-width: 37.5em) {
      footer .row:nth-child(2) > div > ul.nav {
        margin-bottom: 5px;
        display: block; } }
    @media (min-width: 50em) {
      footer .row:nth-child(2) > div > ul.nav {
        margin-bottom: 0px;
        display: block; } }
    @media (min-width: 64em) {
      footer .row:nth-child(2) > div > ul.nav {
        margin-bottom: 5px;
        display: block; } }
    footer .row:nth-child(2) > div > ul.nav > li + li {
      margin-left: 0px; }
    footer .row:nth-child(2) > div > ul.nav > li.active {
      color: #0071bd; }
    footer .row:nth-child(2) > div > ul.nav > li {
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      float: none; }
      footer .row:nth-child(2) > div > ul.nav > li > a {
        -webkit-transition: 250ms linear 0s;
        -moz-transition: 250ms linear 0s;
        -o-transition: 250ms linear 0s;
        -ms-transition: 250ms linear 0s;
        transition: 250ms linear 0s;
        line-height: 38px;
        font-family: "MavenProBlack";
        font-size: 26px;
        background-image: none;
        letter-spacing: 0.5px; }
      footer .row:nth-child(2) > div > ul.nav > li > a:hover, footer .row:nth-child(2) > div > ul.nav > li a:focus {
        color: #0071bd;
        background-color: transparent;
        border: 0px; }
    footer .row:nth-child(2) > div > ul.nav li:hover, footer .row:nth-child(2) > div > ul.nav li:focus {
      background-color: transparent; }
  footer .row:first-child > div > ul.list-group > li.list-group-item {
    border: 0px;
    background-color: transparent;
    text-transform: uppercase;
    text-align: center; }
    footer .row:first-child > div > ul.list-group > li.list-group-item a {
      color: #fff;
      -wekbit-text-shadow: none;
      -moz-text-shadow: none;
      -o-text-shadow: none;
      -ms-text-shadow: none;
      text-shadow: none; }
    footer .row:first-child > div > ul.list-group > li.list-group-item a:hover, footer .row:first-child > div > ul.list-group > li.list-group-item a:focus {
      -wekbit-text-shadow: 0px 0px 9px 3px #fff;
      -moz-text-shadow: 0px 0px 9px 3px #fff;
      -o-text-shadow: 0px 0px 9px 3px #fff;
      -ms-text-shadow: 0px 0px 9px 3px #fff;
      text-shadow: 0px 0px 9px 3px #fff; }

img.social, a.social img {
  max-height: 38px;
  display: inline-block; }

a > img.social, a.social img {
  border-radius: 19px;
  -webkit-transition: 250ms linear 0s;
  -moz-transition: 250ms linear 0s;
  -o-transition: 250ms linear 0s;
  -ms-transition: 250ms linear 0s;
  transition: 250ms linear 0s;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%); }

a:hover > img.social, a:focus > img.social, a.social:hover img, a.social:focus img {
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -o-filter: brightness(150%);
  -ms-filter: brightness(150%);
  filter: brightness(150%); }

.formResponsive {
  margin: 0px; }
  .formResponsive .formHorizontal {
    margin: 0px;
    display: block; }

.formResponsive .formHorizontal .chzn-container {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4287143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  outline: none;
  width: 100% !important; }

.formResponsive .formHorizontal .chzn-container-single .chzn-single {
  border: 0px !important;
  box-shadow: none !important;
  background: none !important;
  height: 100% !important;
  color: #555 !important;
  text-align: left !important;
  padding: 0px !important;
  line-height: 28px !important; }

.formResponsive .formHorizontal .chzn-container-active .chzn-single-with-drop {
  border: 0px !important;
  -wekbit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: none !important;
  background-image: none !important;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.formResponsive .formHorizontal .chzn-container ul.chzn-results li.highlighted {
  background-color: #0071bd;
  background-image: none; }

.formResponsive .formHorizontal {
  padding-bottom: 0px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: rgba(33, 33, 33, 0.67);
  box-shadow: 0 1px 3px 0 #999;
  color: #fff;
  font-family: "MavenProRegular"; }
  @media (max-width: 37.5em) {
    .formResponsive .formHorizontal {
      padding: 10px;
      padding-top: 25px; } }
  @media (min-width: 37.5em) {
    .formResponsive .formHorizontal {
      padding: 10px;
      padding-top: 25px; } }
  @media (min-width: 50em) {
    .formResponsive .formHorizontal {
      padding: 10px;
      padding-top: 25px; } }
  @media (min-width: 64em) {
    .formResponsive .formHorizontal {
      padding: 35px;
      margin: 0px; } }
  .formResponsive .formHorizontal a {
    color: #0071bd; }

.formResponsive .formHorizontal.address {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding-top: 0px; }

.formResponsive .formHorizontal > legend {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 0px; }

.formResponsive .formHorizontal input, .formResponsive .formHorizontal textarea, .formResponsive .formHorizontal select, .formResponsive .formHorizontal .uneditable-input {
  color: #5f5f5f;
  -wekbit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 12px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 42px;
  width: 75%; }

.formResponsive input[type="submit"], .formResponsive input[type="submit"]:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #0071bd;
  color: #fff;
  font-weight: bold;
  -wekbit-box-shadow: 1px 2px 4px 0 #0071bd;
  -moz-box-shadow: 1px 2px 4px 0 #0071bd;
  -o-box-shadow: 1px 2px 4px 0 #0071bd;
  -ms-box-shadow: 1px 2px 4px 0 #0071bd;
  box-shadow: 1px 2px 4px 0 #0071bd;
  padding: 14px 22px;
  border: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  outline: none;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  background-position: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$base-color-one-gradient-end+0,770140+44,680133+100 */
  background: 284dc;
  /* Old browsers */
  background: -moz-linear-gradient(top, 284dc 0%, #027ccf 44%, #0071bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, 284dc 0%, #027ccf 44%, #0071bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, 284dc 0%, #027ccf 44%, #0071bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$base-color-one-gradient-end', endColorstr='$base-color-one',GradientType=0 );
  /* IE6-9 */ }

.formResponsive .formHorizontal input[type="checkbox"], .formResponsive .formHorizontal input[type="radio"] {
  display: none; }

.formResponsive .formHorizontal input[type="checkbox"] + label {
  padding: 0px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px; }

.formResponsive .formHorizontal input[type="checkbox"] + label, .formResponsive .formHorizontal input[type="radio"] + label {
  background-color: #f5f5f5;
  border: 1px solid #555;
  -wekbit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative; }

.formResponsive .formHorizontal input[type="radio"] + label {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 9px;
  font-size: 20px; }

.formResponsive .formHorizontal input[type="checkbox"] > label > label {
  display: table-cell !important;
  vertical-align: middle;
  line-height: 24px; }

.formResponsive .formHorizontal input[type="radio"] > label {
  display: table-cell !important;
  vertical-align: middle;
  line-height: 20px; }

.formResponsive .formHorizontal input[type="radio"] > input + label + label {
  padding-left: 10px;
  padding-top: 2px; }

.formResponsive .formHorizontal input[type="checkbox"] input[type="checkbox"]:checked + label:after {
  color: #0071bd;
  content: '\2714';
  font-size: 19px;
  top: 0px;
  left: 6px;
  padding: 0px; }

.formResponsive .formHorizontal input[type="radio"] input[type="radio"]:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  top: 3px;
  background: #0071bd;
  -wekbit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  -wekbit-text-shadow: 0px;
  -moz-text-shadow: 0px;
  -o-text-shadow: 0px;
  -ms-text-shadow: 0px;
  text-shadow: 0px;
  left: 3px;
  position: absolute; }

.formResponsive .formHorizontal input:focus {
  border-color: #0071bd;
  -wekbit-box-shadow: inset 0 1px 1px #0071bd, 0 0 5px #0071bd;
  -moz-box-shadow: inset 0 1px 1px #0071bd, 0 0 5px #0071bd;
  -o-box-shadow: inset 0 1px 1px #0071bd, 0 0 5px #0071bd;
  -ms-box-shadow: inset 0 1px 1px #0071bd, 0 0 5px #0071bd;
  box-shadow: inset 0 1px 1px #0071bd, 0 0 5px #0071bd; }

.formResponsive .formHorizontal .rsform-block .formBody {
  padding-top: 5px; }
  .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-66 > div > div, .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-65 > div > div {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 37.5em) {
      .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-66 > div > div, .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-65 > div > div {
        transform: scale(0.86);
        transform-origin: 0 0;
        max-width: 250px; } }
    @media (min-width: 37.5em) {
      .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-66 > div > div, .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-65 > div > div {
        transform: scale(0.86);
        transform-origin: 0 0;
        max-width: 250px; } }
    @media (min-width: 50em) {
      .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-66 > div > div, .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-65 > div > div {
        transform: scale(1);
        transform-origin: 0 0; } }
    @media (min-width: 64em) {
      .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-66 > div > div, .formResponsive .formHorizontal .rsform-block .formBody #g-recaptcha-65 > div > div {
        transform: scale(1);
        transform-origin: 0 0; } }

.formResponsive .content-block .rsform-block {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px; }

body .navbar-default {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 0px;
  padding-right: 0px;
  left: 0;
  z-index: 1039;
  background-image: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media (max-width: 37.5em) {
    body .navbar-default .navbar-header {
      margin-left: -30px;
      margin-right: 0px;
      display: inline-block; } }
  @media (min-width: 37.5em) {
    body .navbar-default .navbar-header {
      margin-left: -30px;
      margin-right: 0px;
      display: inline-block; } }
  @media (min-width: 50em) {
    body .navbar-default .navbar-header {
      margin-left: -30px;
      margin-right: 0px;
      display: inline-block; } }
  @media (min-width: 64em) {
    body .navbar-default .navbar-header {
      margin-left: -30px;
      margin-right: 0px;
      display: inline-block; } }
  body .navbar-default .nav > li {
    border-radius: 0px;
    border-right: 2px #262626 inset !important; }
    body .navbar-default .nav > li a, body .navbar-default .nav > li a:hover, body .navbar-default .nav > li a:focus {
      display: inline-block;
      padding: 5px;
      text-align: center;
      font-size: 12px;
      background-color: transparent;
      padding-top: 0px; }
      body .navbar-default .nav > li a img, body .navbar-default .nav > li a:hover img, body .navbar-default .nav > li a:focus img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 2px;
        margin-bottom: 2px; }
  body .navbar-default .nav > li:first-child {
    border-left: 2px #262626 inset !important; }
  body .navbar-default .nav > li:last-child {
    border-right: 0px; }
  body .navbar-default .nav > li + li {
    margin-left: 0px;
    margin-right: 0px; }
  body .navbar-default .nav > li.active {
    text-align: center;
    background-color: transparent;
    background-image: url(../images/backgrounds/topnav-active-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    body .navbar-default .nav > li.active a, body .navbar-default .nav > li.active a:hover, body .navbar-default .nav > li.active a:focus {
      border-radius: 0px; }
  body .navbar-default .navbar-toggle, body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:focus {
    color: #fff;
    -webkit-transition: 250ms linear 0s;
    -moz-transition: 250ms linear 0s;
    -o-transition: 250ms linear 0s;
    -ms-transition: 250ms linear 0s;
    transition: 250ms linear 0s;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
    background: none;
    padding: 5px;
    text-align: center;
    background-color: transparent; }
    body .navbar-default .navbar-toggle span.title, body .navbar-default .navbar-toggle:hover span.title, body .navbar-default .navbar-toggle:focus span.title {
      display: block;
      margin-top: 6px; }
    @media (max-width: 37.5em) {
      body .navbar-default .navbar-toggle, body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:focus {
        display: block;
        font-size: 12px;
        margin-right: 0px; } }
    @media (min-width: 37.5em) {
      body .navbar-default .navbar-toggle, body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:focus {
        display: block;
        font-size: 12px;
        margin-right: 0px; } }
    @media (min-width: 50em) {
      body .navbar-default .navbar-toggle, body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:focus {
        display: block;
        font-size: 10px;
        margin-right: 15px;
        margin-top: 18px; } }
    @media (min-width: 64em) {
      body .navbar-default .navbar-toggle, body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:focus {
        display: block;
        font-size: 12px; } }
    body .navbar-default .navbar-toggle span.icon-bar, body .navbar-default .navbar-toggle:hover span.icon-bar, body .navbar-default .navbar-toggle:focus span.icon-bar {
      background-color: #fff;
      margin-left: auto;
      margin-right: auto; }

@media (max-width: 37.5em) {
  body > .navbar-fixed-top {
    height: 52px; } }

@media (min-width: 37.5em) {
  body > .navbar-fixed-top {
    height: 58px; } }

@media (min-width: 50em) {
  body > .navbar-fixed-top {
    height: 58px; } }

@media (min-width: 64em) {
  body > .navbar-fixed-top {
    height: 52px; } }

body > .navbar-fixed-top > .container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%; }

body > .navbar-fixed-top .navbar-header {
  height: 100%;
  padding-left: 5px;
  float: left;
  width: 100%;
  /*  .navbar-toggle {
             margin-top:3vh;

            @include breakpoint(mobilelandscape) {
                @include scale(1);
                margin-top:6vh !important;
                margin-left:2.5vw !important;
            }

            @include breakpoint(mobileonly) {
                @include scale(1);
                margin-left:2vw !important;
                margin-top:3vh;
            }

            @include breakpoint(phablet) {
                   @include scale(1);
                 margin-left:2vw !important;
                margin-top:3vh;
            }
            @include breakpoint(tablet) {
                   @include scale(1.5);
                margin-top:1.5vh;
            }
            @include breakpoint(laptop) {
                   @include scale(1);
                 margin-top:1vh;
            }
         
        }*/ }
  @media (max-width: 37.5em) {
    body > .navbar-fixed-top .navbar-header {
      margin-left: 0px !important; } }
  @media (min-width: 37.5em) {
    body > .navbar-fixed-top .navbar-header {
      margin-left: 0px !important; } }
  @media (min-width: 50em) {
    body > .navbar-fixed-top .navbar-header {
      margin-left: 15px !important; } }
  @media (min-width: 64em) {
    body > .navbar-fixed-top .navbar-header {
      margin-left: 15px !important; } }
  body > .navbar-fixed-top .navbar-header .navbar-toggle {
    z-index: 1040; }
    @media (max-width: 37.5em) {
      body > .navbar-fixed-top .navbar-header .navbar-toggle {
        margin-top: 12px;
        padding-top: 5px; } }
    @media (min-width: 50em) {
      body > .navbar-fixed-top .navbar-header .navbar-toggle {
        margin-top: 18px;
        padding-top: 5px; } }
  body > .navbar-fixed-top .navbar-header a.navbar-brand {
    width: 100%;
    margin-left: -39px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    position: absolute;
    z-index: 1039;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-height: 14.9em) and (max-width: 37.5em) and (orientation: landscape) {
      body > .navbar-fixed-top .navbar-header a.navbar-brand > img.logo {
        height: 100%;
        max-height: 100%; } }
    @media (max-width: 37.5em) {
      body > .navbar-fixed-top .navbar-header a.navbar-brand > img.logo {
        height: 100%;
        max-height: 100%; } }
    @media (min-width: 50em) {
      body > .navbar-fixed-top .navbar-header a.navbar-brand > img.logo {
        height: 100%;
        max-height: 100%; } }
    @media (min-width: 64em) {
      body > .navbar-fixed-top .navbar-header a.navbar-brand > img.logo {
        height: auto;
        max-height: 150px; } }

body > .navbar-fixed-top .navbar-left {
  display: block;
  height: 100%;
  padding-top: 0.65vh;
  float: none !important; }
  @media (max-width: 37.5em) {
    body > .navbar-fixed-top .navbar-left {
      margin-left: 34px; } }
  @media (min-width: 37.5em) {
    body > .navbar-fixed-top .navbar-left {
      margin-left: 34px; } }
  @media (min-width: 50em) {
    body > .navbar-fixed-top .navbar-left {
      margin-left: 51px; } }
  @media (min-width: 64em) {
    body > .navbar-fixed-top .navbar-left {
      margin-left: 34px; } }
  @media (min-height: 14.9em) and (max-width: 37.5em) and (orientation: landscape) {
    body > .navbar-fixed-top .navbar-left img.logo {
      max-height: 38px;
      max-width: 85vw; } }
  @media (max-width: 37.5em) {
    body > .navbar-fixed-top .navbar-left img.logo {
      max-height: auto;
      max-width: 85vw; } }
  @media (min-width: 37.5em) {
    body > .navbar-fixed-top .navbar-left img.logo {
      max-height: auto;
      max-width: 85vw; } }
  @media (min-width: 50em) {
    body > .navbar-fixed-top .navbar-left img.logo {
      max-height: auto;
      max-width: auto; } }
  @media (min-width: 64em) {
    body > .navbar-fixed-top .navbar-left img.logo {
      max-height: auto;
      max-width: auto; } }
  body > .navbar-fixed-top .navbar-left p {
    margin-bottom: 0px; }

body > .navbar-fixed.bottom .keyboard-up {
  display: none !important; }

body > .navbar-fixed-bottom {
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1030;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  body > .navbar-fixed-bottom .keyboard-up {
    display: none !important; }
  body > .navbar-fixed-bottom > .container {
    padding-left: 0px;
    padding-right: 0px; }
  @media (min-height: 14.9em) and (max-width: 37.5em) and (orientation: landscape) {
    body > .navbar-fixed-bottom {
      min-height: 44px !important;
      height: 44px !important; } }
  @media (max-width: 37.5em) {
    body > .navbar-fixed-bottom {
      height: auto;
      min-height: 50px; } }
  @media (min-width: 37.5em) {
    body > .navbar-fixed-bottom {
      height: auto;
      min-height: 70px; } }
  @media (min-width: 50em) {
    body > .navbar-fixed-bottom {
      height: auto;
      min-height: 70px; } }
  @media (min-width: 64em) {
    body > .navbar-fixed-bottom {
      height: auto;
      min-height: 50px; } }
  body > .navbar-fixed-bottom .navbar-left {
    display: block;
    float: none !important; }
  body > .navbar-fixed-bottom .nav > li {
    text-align: center; }
    @media (max-width: 37.5em) {
      body > .navbar-fixed-bottom .nav > li {
        width: 25%;
        height: 100%; } }
    @media (min-width: 37.5em) {
      body > .navbar-fixed-bottom .nav > li {
        width: 25%;
        height: 100%; } }
    @media (min-width: 50em) {
      body > .navbar-fixed-bottom .nav > li {
        width: 25%;
        height: 100; } }
    @media (min-width: 64em) {
      body > .navbar-fixed-bottom .nav > li {
        width: auto;
        height: 100%; } }
  body > .navbar-fixed-bottom .nav > li:first-child {
    border-left: 0px !important; }
  body > .navbar-fixed-bottom .nav > li:last-child {
    border-right: 0px !important; }
  body > .navbar-fixed-bottom .nav > li a {
    padding: 5px; }
    @media (min-height: 14.9em) and (max-width: 37.5em) and (orientation: landscape) {
      body > .navbar-fixed-bottom .nav > li a {
        font-size: 12px;
        font-size: 2.5vw !important; } }
    @media (max-width: 37.5em) {
      body > .navbar-fixed-bottom .nav > li a {
        font-size: 12px;
        font-size: 3.3vw; } }
    @media (min-width: 37.5em) {
      body > .navbar-fixed-bottom .nav > li a {
        font-size: 12px;
        font-size: 3.3vw; } }
    @media (min-width: 50em) {
      body > .navbar-fixed-bottom .nav > li a {
        font-size: 12px;
        font-size: 3.3vw; } }
    @media (min-width: 64em) {
      body > .navbar-fixed-bottom .nav > li a {
        font-size: 12px;
        font-size: 3.3vw; } }
  @media (min-height: 14.9em) and (max-width: 37.5em) and (orientation: landscape) {
    body > .navbar-fixed-bottom .nav > li a > img {
      min-width: auto;
      max-height: 16px; } }
  @media (max-width: 37.5em) {
    body > .navbar-fixed-bottom .nav > li a > img {
      max-height: auto;
      min-width: 24px;
      margin-top: 2px;
      margin-bottom: 2px; } }
  @media (min-width: 37.5em) {
    body > .navbar-fixed-bottom .nav > li a > img {
      max-height: auto;
      min-width: 24px;
      margin-top: 2px;
      margin-bottom: 2px; } }
  @media (min-width: 50em) {
    body > .navbar-fixed-bottom .nav > li a > img {
      max-height: auto;
      min-width: 38px;
      min-height: 38px;
      margin-top: 8px;
      margin-bottom: 10px; } }
  @media (min-width: 64em) {
    body > .navbar-fixed-bottom .nav > li a > img {
      max-height: auto;
      margin-top: 2px;
      margin-bottom: 2px;
      min-width: 38px; } }

body > .navmenu-fixed-left img.social {
  border-radius: 19px;
  max-width: 38px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

body > .navmenu-fixed-left {
  position: absolute;
  height: 100%;
  background-color: #4c4c4c;
  z-index: -100;
  left: 0px;
  font-size: 16px;
  font-family: "MavenProRegular";
  color: #fff;
  -wekbit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 60px; }
  @media (max-width: 37.5em) {
    body > .navmenu-fixed-left {
      display: block;
      width: 100vw;
      margin-left: -100vw; } }
  @media (min-width: 37.5em) {
    body > .navmenu-fixed-left {
      display: block;
      width: 100vw;
      margin-left: -100vw; } }
  @media (min-width: 50em) {
    body > .navmenu-fixed-left {
      display: block;
      width: 100vw;
      margin-left: -100vw; } }
  @media (min-width: 64em) {
    body > .navmenu-fixed-left {
      display: none;
      width: 100vw;
      margin-left: -100vw; } }
  body > .navmenu-fixed-left .logo {
    max-height: 90px; }
  body > .navmenu-fixed-left ul > li > ul > li.active > a, body > .navmenu-fixed-left ul > li > ul > li.active > a:hover, body > .navmenu-fixed-left ul > li > ul > li.active > a:focus {
    color: #fff !important; }

body > .navmenu-fixed-left > section > .module-box.showposition > div, body > .navmenu-fixed-left .showposition {
  border: 1px solid #999;
  background-color: #f5f5f5;
  padding: 10px;
  font-weight: 600;
  color: #555;
  text-align: center;
  text-transform: uppercase; }

body > .navmenu-fixed-left .nav.whtbtns {
  margin-top: 10px; }
  body > .navmenu-fixed-left .nav.whtbtns li a, body > .navmenu-fixed-left .nav.whtbtns li a:hover, body > .navmenu-fixed-left .nav.whtbtns li a:focus {
    background-color: transparent;
    border: 0px;
    background-image: none; }
  body > .navmenu-fixed-left .nav.whtbtns li.active a, body > .navmenu-fixed-left .nav.whtbtns li.active a:hover, body > .navmenu-fixed-left .nav.whtbtns li.active a:focus {
    background-color: transparent;
    border: 0px;
    background-image: none; }
  body > .navmenu-fixed-left .nav.whtbtns img {
    max-width: 100%; }

body > .navmenu-fixed-left > section > .row > div {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

body > .navmenu-fixed-left .nav.social-icons li {
  display: inline-grid;
  background-color: transparent; }
  @media (max-width: 37.5em) {
    body > .navmenu-fixed-left .nav.social-icons li {
      display: inline-block; } }
  @media (min-width: 37.5em) {
    body > .navmenu-fixed-left .nav.social-icons li {
      display: inline-block; } }
  @media (min-width: 50em) {
    body > .navmenu-fixed-left .nav.social-icons li {
      display: inline-block;
      min-width: 60px;
      margin-left: 5px;
      margin-right: 5px;
      padding-bottom: 10px; } }
  body > .navmenu-fixed-left .nav.social-icons li a, body > .navmenu-fixed-left .nav.social-icons li a:hover, body > .navmenu-fixed-left .nav.social-icons li a:focus {
    background-color: transparent;
    background-image: none;
    border: 0px; }
    @media (max-width: 37.5em) {
      body > .navmenu-fixed-left .nav.social-icons li a img, body > .navmenu-fixed-left .nav.social-icons li a:hover img, body > .navmenu-fixed-left .nav.social-icons li a:focus img {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media (min-width: 37.5em) {
      body > .navmenu-fixed-left .nav.social-icons li a img, body > .navmenu-fixed-left .nav.social-icons li a:hover img, body > .navmenu-fixed-left .nav.social-icons li a:focus img {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media (min-width: 50em) {
      body > .navmenu-fixed-left .nav.social-icons li a img, body > .navmenu-fixed-left .nav.social-icons li a:hover img, body > .navmenu-fixed-left .nav.social-icons li a:focus img {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); } }

body > .navmenu-fixed-left .nav.social-icons li.active {
  background-color: transparent;
  margin-bottom: 0px; }
  body > .navmenu-fixed-left .nav.social-icons li.active a, body > .navmenu-fixed-left .nav.social-icons li.active a:hover, body > .navmenu-fixed-left .nav.social-icons li.active a:focus {
    background-color: transparent;
    background-image: none;
    border: 0px; }

body > .navmenu-fixed-left > section > .row {
  margin-left: 15px;
  margin-right: 15px; }

body > .navmenu-fixed-left > section > .row.module-box {
  margin-bottom: 10px; }

body > .navmenu-fixed-left > section > .row:nth-child(1) {
  padding-bottom: 5px; }

body > .navmenu-fixed-left > section > .row:nth-child(3) div {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px; }

body > .navmenu-fixed-left > section .nav-pills > li {
  margin-bottom: 5px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  padding: 5px; }
  body > .navmenu-fixed-left > section .nav-pills > li a.img-responsive > img {
    border: 3px solid #1a1a1a; }

body > .navmenu-fixed-left > section .nav-pills > li:last-child {
  margin-bottom: 10px; }

body > .navmenu-fixed-left > section .nav-pills > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "MavenProBlack";
  padding: 0px; }

@media (max-width: 37.5em) {
  body.canvas-slide > .canvas, body.canvas-slide > .navbar-fixed-bottom {
    left: 270px;
    right: -270px;
    overflow: hidden; } }

@media (min-width: 37.5em) {
  body.canvas-slide > .canvas, body.canvas-slide > .navbar-fixed-bottom {
    left: 300px;
    right: -300px;
    overflow: hidden; } }

@media (min-width: 50em) {
  body.canvas-slide > .canvas, body.canvas-slide > .navbar-fixed-bottom {
    left: 300px;
    right: -300px;
    overflow: hidden; } }

@media (min-width: 64em) {
  body.canvas-slide > .canvas, body.canvas-slide > .navbar-fixed-bottom {
    left: 0px;
    right: 0px;
    overflow: auto; } }

@media (max-width: 37.5em) {
  body.canvas-slide {
    overflow: hidden; } }

@media (min-width: 37.5em) {
  body.canvas-slide {
    overflow: hidden; } }

@media (min-width: 50em) {
  body.canvas-slide {
    overflow: hidden; } }

@media (min-width: 64em) {
  body.canvas-slide {
    overflow: hidden; } }

body.canvas-slide > .navmenu-fixed-left {
  margin-left: 0px;
  left: 0px;
  z-index: 1038;
  overflow: auto; }

.navmenu-fixed-left .row:first-child ul.dacmenu {
  border-radius: 8px;
  border: 1px solid #0a3250; }
  .navmenu-fixed-left .row:first-child ul.dacmenu > li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .navmenu-fixed-left .row:first-child ul.dacmenu > li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .navmenu-fixed-left .row:first-child ul.dacmenu > li {
    background-color: #09426f;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px; }
    .navmenu-fixed-left .row:first-child ul.dacmenu > li > a {
      text-transform: capitalize;
      font-size: 18px;
      padding-bottom: 10px; }
  .navmenu-fixed-left .row:first-child ul.dacmenu > li.active {
    background-color: #082942; }
  .navmenu-fixed-left .row:first-child ul.dacmenu li.dropdown ul.dropdown-menu > li a {
    color: #082942; }
  .navmenu-fixed-left .row:first-child ul.dacmenu li.dropdown ul.dropdown-menu > li.active {
    background: #082942; }
    .navmenu-fixed-left .row:first-child ul.dacmenu li.dropdown ul.dropdown-menu > li.active a {
      background-color: transparent; }

body {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }
  body > .navbar-fixed-top .navbar-header .navbar-toggle {
    margin-top: 0px !important;
    padding-top: 8px !important; }
    body > .navbar-fixed-top .navbar-header .navbar-toggle span.text {
      text-transform: uppercase;
      font-weight: bold; }

input {
  color: #666 !important; }

#login-form #modlgn-remember {
  padding-right: 4px; }

#login-form #form-login-username input, #login-form #form-login-password input {
  width: 100%;
  text-align: center; }

#login-form #form-login-remember {
  width: 100%; }

.keyboard-up {
  display: none !important; }

#main article .formResponsive .formHorizontal textarea {
  height: 100px !important; }

a > img.social, a.social img {
  border-radius: 0px !important; }

body {
  color: #000 !important;
  font-family: Calibri !important; }
  @media (max-width: 37.5em) {
    body {
      background-color: #f5f5f5 !important; } }
  @media (min-width: 70em) {
    body {
      background-color: #FFF !important; } }
  body > .canvas {
    box-shadow: none !important;
    min-height: calc(100vh - 57px) !important; }
  body a {
    color: #000 !important; }

#header {
  background-image: none !important;
  background-color: transparent !important;
  border-left: 0px !important;
  height: 100px !important; }
  #header > div.col-md-4 {
    text-align: right; }
    #header > div.col-md-4 > ul.dacmenu {
      display: inline-block; }
    #header > div.col-md-4 > div.customphone-number {
      font-size: 19px;
      font-weight: bold;
      font-family: "MavenProRegular"; }

#top-menu {
  background-image: none !important;
  border-bottom: 0px !important; }
  #top-menu > div {
    text-align: right !important; }
  #top-menu ul.dacmenu {
    display: inline-block !important; }
  #top-menu a {
    font-family: Calibri !important;
    font-size: 18px;
    color: #000;
    border-right: 0px !important;
    text-transform: uppercase !important; }
  #top-menu ul.nav > li.active > a {
    font-weight: bold;
    text-decoration: underline; }
  #top-menu a:hover, #top-menu a:focus {
    color: #000;
    text-decoration: underline;
    background-image: none !important; }

@media (max-width: 37.5em) {
  #top-a {
    margin-top: 10px !important; } }

@media (min-width: 64em) {
  #top-a {
    margin-top: 0px !important; } }

#top-a, #top-b, #top-c, #top-d, #top-e, #top-f {
  background-color: none !important;
  background-image: none !important; }

#top-a, #top-b, #top-c {
  border-top: 0px !important;
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-bottom: 0px !important; }

#top-b a > img, #top-c a > img {
  max-height: none !important;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%); }

#top-b a:hover > img, #top-b a:focus > img, #top-c a:hover > img, #top-c a:focus > img {
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -o-filter: brightness(150%);
  -ms-filter: brightness(150%);
  filter: brightness(150%); }

#top-b .nav > li > a, #top-c .nav > li > a {
  background-color: transparent !important; }

#main {
  background-color: #f5f5f5 !important;
  font-family: "MavenProRegular"; }

@media (min-width: 64em) {
  main {
    margin-top: 10px !important;
    margin-bottom: 20px; } }

main > div#main {
  min-height: 100px !important; }

main a {
  text-decoration: underline; }

main a:hover, main a:focus {
  color: #0071bd; }

main a.btn {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
  text-decoration: none; }

main a:hover.btn, main a:focus.btn {
  color: #fff;
  background-color: #0071bd;
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -o-filter: brightness(150%);
  -ms-filter: brightness(150%);
  filter: brightness(150%); }

main article {
  text-align: center; }
  main article div.item-page p {
    text-align: center;
    font-size: 18px !important; }
  main article h1, main article h2, main article h3, main article h4, main article h5, main article h6, main article p {
    text-align: center; }
  main article div.page-header {
    margin: 0px !important;
    border-bottom: 0px !important; }
    main article div.page-header h1 {
      margin-top: 0px !important;
      text-align: center; }
  @media (max-width: 37.5em) {
    main article .formResponsive section.rsform select {
      width: 97% !important; } }
  @media (min-width: 64em) {
    main article .formResponsive section.rsform select {
      width: 100% !important; } }
  @media (max-width: 37.5em) {
    main article .formResponsive section.rsform #g-recaptcha-63 > div, main article .formResponsive section.rsform #g-recaptcha-54 > div {
      margin-left: -2.5%; } }
  @media (min-width: 64em) {
    main article .formResponsive section.rsform #g-recaptcha-63 > div, main article .formResponsive section.rsform #g-recaptcha-54 > div {
      margin-left: 0px; } }

@media (max-width: 37.5em) {
  #header {
    height: 0px;
    display: none; } }

@media (min-width: 37.5em) {
  #header {
    height: 0px;
    display: none; } }

@media (min-width: 50em) {
  #header {
    height: 0px;
    display: none; } }

@media (min-width: 64em) {
  #header {
    display: block;
    height: 150px; } }

#header div {
  height: 100%; }

#header img.logo {
  margin-top: 15px; }

@media (max-width: 37.5em) {
  #top-menu {
    display: none; } }

@media (min-width: 37.5em) {
  #top-menu {
    display: none; } }

@media (min-width: 50em) {
  #top-menu {
    display: none; } }

@media (min-width: 64em) {
  #top-menu {
    display: block; } }

footer div {
  height: 100%; }

footer img.logo {
  margin-top: 0px;
  margin-left: 30px; }

footer div.footer-sitemap-menu ul a {
  color: #fff; }

footer div.footer-sitemap-menu ul a:hover, footer div.footer-sitemap-menu ul a:focus {
  color: #0071bd; }

#fluid-footer {
  font-family: Calibri !important; }
  #fluid-footer p.mod-copyright {
    margin-top: 15px !important; }
    #fluid-footer p.mod-copyright a {
      color: #9b9b9b !important; }
  #fluid-footer ul.dacmenu {
    display: inline-block; }
    #fluid-footer ul.dacmenu a {
      text-transform: uppercase !important;
      font-size: 14px !important;
      color: #9b9b9b !important; }
    #fluid-footer ul.dacmenu a:hover, #fluid-footer ul.dacmenu a:focus, #fluid-footer ul.dacmenu li.active > a {
      font-weight: 400;
      color: #FFF !important; }

.navbar-fixed-top, .navbar-fixed-bottom {
  background-color: #f8f8f8 !important;
  border-color: #b3b3b3  !important; }

body > .navmenu-fixed-left {
  background-color: #f5f5f5 !important; }

body .navbar-default .navbar-toggle span.icon-bar, body .navbar-default .navbar-toggle:hover span.icon-bar, body .navbar-default .navbar-toggle:focus span.icon-bar {
  background-color: #505050 !important; }

body > .navbar-fixed-top .navbar-header a.navbar-brand > img.logo {
  max-height: 98% !important; }

.navmenu-fixed-left .row:first-child ul.dacmenu {
  border: 1px solid #d4d4d4; }
  .navmenu-fixed-left .row:first-child ul.dacmenu > li.active {
    background-color: #848484; }
    .navmenu-fixed-left .row:first-child ul.dacmenu > li.active > a {
      font-family: "MavenProRegular";
      font-weight: bold;
      color: #fff !important; }
  .navmenu-fixed-left .row:first-child ul.dacmenu > li {
    background-color: #eee; }
    .navmenu-fixed-left .row:first-child ul.dacmenu > li > a {
      font-family: "MavenProRegular"; }

body .navbar-fixed-bottom .nav > li {
  border: 1px inset #b3b3b3 !important; }

body > .navbar-fixed-bottom ul.dacmenu {
  height: 58px !important; }
