/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

@viewport {
  zoom: 1.0;
  width: extend-to-zoom; }
@-ms-viewport {
  width: extend-to-zoom; }
@font-face {
  font-family: 'Mono-Social';
  src: url("../fonts/socialiconsfont/MonoSocialIconsFont-1.10.eot");
  src: url("../fonts/socialiconsfont/MonoSocialIconsFont-1.10.ttf") format("truetype");
  src: url("../fonts/socialiconsfont/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("../fonts/socialiconsfont/MonoSocialIconsFont-1.10.woff") format("woff"), url("../fonts/socialiconsfont/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("../fonts/socialiconsfont/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  font-weight: normal;
  font-style: normal; }
.wrapper {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

#currentSize {
  display: none;
  max-width: 1920px; }
  @media screen and (max-width: 768px) {
    #currentSize {
      max-width: 768px; } }

body {
  margin: 0px auto;
  min-width: 300px;
  background-color: black;
  color: #ededed;
  font-weight: 300;
  font-size: 14px;
  background: url(../images/bg-2.jpg) center top no-repeat black;
  background-size: 100% auto;
  font-family: "Open Sans";
  line-height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-y-scrolling: touch; }
  @media screen and (max-width: 1500px) {
    body {
      background-size: 108% auto; } }
  @media screen and (max-width: 768px) {
    body {
      background: url(../images/bg-mobile2.jpg) left top no-repeat black;
      background-size: 100% auto;
      background-position: 60% top; } }
  @media screen and (max-width: 480px) {
    body {
      background-size: 120% auto; } }

#container {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 55px;
  border-radius: 5px;
  line-height: normal; }
  @media screen and (max-width: 1024px) {
    #container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    #container {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 0px; } }
  @media screen and (max-width: 480px) {
    #container {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 768px) {
  .page {
    margin-top: 50px; } }

input:not([type=submit]):not([type=button]), select, textarea {
  padding: 10px;
  border-radius: 2px;
  min-width: 50px;
  background-color: rgba(0, 0, 0, 0.65);
  outline: none;
  opacity: 0.8;
  transition: all 0.4s;
  color: #d9d9d9;
  border: 1px solid transparent;
  border-bottom: 1px solid #282828;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 17px;
  border-left: 4px solid transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 480px) {
    input:not([type=submit]):not([type=button]), select, textarea {
      background-color: rgba(35, 35, 35, 0.8);
      color: white;
      border-bottom: 1px solid #464646;
      opacity: 1; } }

input:not([type=submit]):not([type=button]):not([type=select]):focus, select:not([type=select]):focus, textarea:not([type=select]):focus {
  border-left: 4px solid #1e8fc6; }
input:not([type=submit]):not([type=button]):hover, select:hover, textarea:hover {
  opacity: 1; }
input:not([type=submit]):not([type=button])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.6); }
input:not([type=submit]):not([type=button])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(128, 128, 128, 0.6); }
input:not([type=submit]):not([type=button]):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(128, 128, 128, 0.6); }
input:not([type=submit]):not([type=button]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.6); }

select {
  height: 40px;
  margin-top: 2px;
  margin-bottom: 2px; }

a:not(.no-style) {
  color: #32a3da;
  text-decoration: none;
  border-bottom: 1px dotted #32a3da;
  transition: color 0.3s;
  cursor: pointer; }
  a:not(.no-style):hover {
    text-decoration: none;
    color: #46b7ee;
    border-bottom-color: #46b7ee; }
  a:not(.no-style).no-border {
    text-decoration: none;
    border-bottom: none; }

a.no-style {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 27px;
  line-height: 35px; }
  h1.mega {
    font-size: 40px;
    line-height: 53px; }

h2 {
  font-size: 22px;
  line-height: 30px; }

h3 {
  font-size: 18px;
  line-height: 24px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px;
  color: #9d9d9d;
  font-style: italic; }

button:not(.simple), input[type=submit] {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #A23829;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  transition: all 0.3s;
  margin-top: 10px; }
  button:not(.simple):hover, input[type=submit]:hover {
    background-color: white;
    color: #333; }
  button:not(.simple):disabled, input[type=submit]:disabled {
    color: #7a7a7a;
    border: 1px solid rgba(128, 128, 128, 0.5);
    background-color: rgba(128, 128, 128, 0.3);
    opacity: 0.6; }
    button:not(.simple):disabled:hover, input[type=submit]:disabled:hover {
      border-color: rgba(128, 128, 128, 0.6);
      background-color: rgba(128, 128, 128, 0.49);
      color: #888;
      opacity: 0.6; }

button.simple {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  clear: both;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 6px;
  padding-left: 8px;
  margin: 0 auto;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 10px; }

button.simple:hover {
  background-color: white;
  color: #333;
  opacity: 1; }

button.simple:disabled {
  color: #7a7a7a;
  border-color: rgba(182, 182, 182, 0.2);
  background-color: rgba(182, 182, 182, 0.2);
  opacity: 0.6; }

button.simple:disabled:hover {
  border-color: rgba(182, 182, 182, 0.3);
  background-color: rgba(182, 182, 182, 0.39);
  color: #888;
  opacity: 0.6; }

.serif-style, #menu-label, header.desktop #menu-bar, header.mobile #menu-bar, #showing-page #options .title h1, #big-trailer h1, #home-left h2, #leader-container #leader-left h2, #leader-container #title-contain .mega, #leader-container #outreach-title-contain .mega, #outreach-right h2, .crew-member h1, .crew-member h2, .endorsements .quote {
  font-family: "Cinzel";
  font-variant: small-caps;
  letter-spacing: 1px; }

.button-inverse, #showing-page #options .button-holder button, .fill-button-holder button.fill-button {
  color: white;
  border: 3px solid #fff;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
  z-index: 2; }
  .button-inverse:after, #showing-page #options .button-holder button:after, .fill-button-holder button.fill-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff; }
  .button-inverse:hover, #showing-page #options .button-holder button:hover, .fill-button-holder button.fill-button:hover, .button-inverse:active, #showing-page #options .button-holder button:active, .fill-button-holder button.fill-button:active {
    color: #1e8fc6;
    z-index: 2; }
  .button-inverse:hover:after, #showing-page #options .button-holder button:hover:after, .fill-button-holder button.fill-button:hover:after, .button-inverse:active:after, #showing-page #options .button-holder button:active:after, .fill-button-holder button.fill-button:active:after {
    width: 100%; }
  .button-inverse:disabled, #showing-page #options .button-holder button:disabled, .fill-button-holder button.fill-button:disabled {
    background-color: #555;
    opacity: 0.9;
    cursor: default; }
    .button-inverse:disabled:hover:after, #showing-page #options .button-holder button:disabled:hover:after, .fill-button-holder button.fill-button:disabled:hover:after, .button-inverse:disabled:active:after, #showing-page #options .button-holder button:disabled:active:after, .fill-button-holder button.fill-button:disabled:active:after {
      width: 0%; }
    .button-inverse:disabled:hover, #showing-page #options .button-holder button:disabled:hover, .fill-button-holder button.fill-button:disabled:hover, .button-inverse:disabled:active, #showing-page #options .button-holder button:disabled:active, .fill-button-holder button.fill-button:disabled:active {
      color: white;
      z-index: 2; }

input:not([type=submit]):not([type=button]), select, textarea, textarea, select {
  background-color: white;
  color: black;
  border: none;
  border-left: 4px solid transparent;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.1);
  margin-bottom: 0px; }
  input:focus:not([type=submit]):not([type=button]), select:focus, textarea:focus, textarea:focus, select:focus {
    border: none;
    border-left: 4px solid #1e8fc6; }
  input:not([type=button]):not([type=submit])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #444444; }
  input:not([type=button]):not([type=submit])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #444444; }
  input:-moz-placeholder:not([type=submit]):not([type=button]), select:-moz-placeholder, textarea:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #444444; }
  input:-ms-input-placeholder:not([type=submit]):not([type=button]), select:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #444444; }
  input.ng-invalid.submitted:not([type=submit]):not([type=button]), select.ng-invalid.submitted, textarea.ng-invalid.submitted, textarea.ng-invalid.submitted, select.ng-invalid.submitted {
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* TOOLTIPS */
.tooltips {
  position: relative;
  display: inline; }

.tooltips .tip-label {
  position: absolute;
  width: 300px;
  color: #999;
  background: transparent;
  height: 100%;
  vertical-align: top;
  line-height: 23px;
  text-align: left;
  opacity: 1;
  top: 0;
  right: 100%;
  font-weight: 500;
  margin-right: -310px;
  z-index: 1;
  left: 0;
  transition: all linear 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tooltips .tip-error {
  position: absolute;
  width: 300px;
  color: #FA787E;
  background: transparent;
  height: 15px;
  line-height: 23px;
  text-align: left;
  opacity: 1;
  clear: both;
  top: 34px;
  right: 100%;
  font-weight: 500;
  margin-right: -330px;
  z-index: 1;
  transition: all linear 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input.ng-invalid.submitted, textarea.ng-invalid.submitted, select.ng-invalid.submitted {
  transition: all linear 0.3s;
  border-left: 2px solid #FA787E; }

.tooltips .tip-error.no-top {
  top: 5px; }

.tooltips .tip-error:after {
  content: '';
  position: absolute;
  left: -14px;
  top: 65%;
  width: 0;
  height: 0;
  border-bottom: 4px solid #FA787E;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.tooltips .tip-error.ng-hide {
  margin-top: -7px;
  opacity: 0; }

.social {
  width: 35px;
  height: 35px;
  padding: 4px;
  cursor: pointer;
  margin: auto;
  transition: all 0.2s;
  transform: scale(1, 1);
  border: none; }

.social.big {
  width: 48px;
  height: 48px;
  padding: 4px;
  cursor: pointer;
  margin: auto;
  transition: all 0.2s;
  transform: scale(1, 1); }

.social:hover {
  transform: scale(1.1, 1.1); }

.table {
  background-color: white;
  color: black; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

h1.banner, h1.job-title {
  position: relative;
  float: left;
  margin: 7px 50px 7px -30px;
  padding: 4px 20px 8px 30px;
  min-width: 70px;
  width: 200px;
  border-left: 3px solid #114f6d;
  border-radius: 3px 0 0 3px;
  background-color: #1e8fc6;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 30px;
  line-height: 30px; }
  @media screen and (max-width: 768px) {
    h1.banner, h1.job-title {
      margin-left: -25px; } }

h1.banner:after, h1.job-title:after {
  position: absolute;
  right: -1.5em;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 21px solid #1e8fc6;
  border-right-color: transparent;
  border-left-width: 1em;
  content: ""; }

h1.banner:before, h1.job-title:before {
  position: absolute;
  bottom: 0;
  bottom: -24px;
  left: 0;
  z-index: 2;
  display: block;
  border: 12px solid #092a3b;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: ""; }

.page.ng-enter,
.page.ng-leave {
  -webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block; }

.page.ng-enter {
  transition-delay: 0.3s; }

.page.ng-enter.ng-enter-active,
.page.ng-leave {
  opacity: 1;
  height: inherit; }

.page.ng-leave.ng-leave-active,
.page.ng-enter {
  opacity: 0;
  height: 0px; }

.symbol, a.symbol:before {
  font-family: 'Mono-Social';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%; }

.ribbon .container {
  width: 80%;
  max-width: 1000px;
  height: 80px;
  margin: 10px auto;
  position: relative; }
.ribbon .one > div {
  height: 50px; }
.ribbon .main {
  background: #1e8fc6;
  position: relative;
  box-shadow: 0px 11px 8px rgba(0, 0, 0, 0.1);
  display: block;
  width: 90%;
  left: 50%;
  top: 0;
  padding: 5px;
  margin-left: -45%;
  z-index: 10; }
.ribbon .main > div {
  border: 1px dashed #fff;
  border-color: #32a3da;
  height: 40px;
  text-align: center; }
.ribbon .bk {
  background: #145f84;
  position: absolute;
  width: 8%;
  top: 12px;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.2); }
.ribbon .bk.l {
  left: 0; }
.ribbon .bk.r {
  right: 0; }
.ribbon .skew {
  position: absolute;
  background: #0d3f57;
  width: 3%;
  top: 6px;
  z-index: 5; }
.ribbon .skew.l {
  left: 5%;
  transform: skew(0deg, 20deg); }
.ribbon .skew.r {
  right: 5%;
  transform: skew(0deg, -20deg); }
.ribbon .bk.l > div {
  left: -30px; }
.ribbon .bk.r > div {
  right: -30px; }
.ribbon .arrow {
  height: 25px !important;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0; }
.ribbon .arrow.top {
  top: 0px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 30px solid #145f84; }
.ribbon .arrow.bottom {
  top: 25px;
  border-top: 25px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 30px solid #145f84; }
.ribbon .r .bottom {
  border-top: 25px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 30px solid #145f84;
  border-right: none; }
.ribbon .r .top {
  border-bottom: 25px solid transparent;
  border-top: 0px solid transparent;
  border-left: 30px solid #145f84;
  border-right: none; }
@media all and (max-width: 1020px) {
  .ribbon .skew.l {
    left: 5%;
    transform: skew(0deg, 25deg); }
  .ribbon .skew.r {
    right: 5%;
    transform: skew(0deg, -25deg); } }
@media all and (max-width: 680px) {
  .ribbon .skew.l {
    left: 5%;
    transform: skew(0deg, 30deg); }
  .ribbon .skew.r {
    right: 5%;
    transform: skew(0deg, -30deg); } }
@media all and (max-width: 460px) {
  .ribbon .skew.l {
    left: 5%;
    transform: skew(0deg, 40deg); }
  .ribbon .skew.r {
    right: 5%;
    transform: skew(0deg, -40deg); } }

locaheader {
  text-align: left; }

#menu-close {
  display: none;
  opacity: 0;
  width: 100%;
  background-color: #111;
  border-bottom: 1px #000 inset;
  position: absolute;
  height: 48px;
  z-index: 1500;
  text-align: right;
  padding-right: 10px; }
  @media screen and (max-width: 768px) {
    #menu-close {
      display: block;
      opacity: 1; } }
  #menu-close #nav-icon {
    z-index: 20000;
    width: 60px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block; }
    #menu-close #nav-icon span {
      display: block;
      position: absolute;
      height: 8px;
      width: 100%;
      background: white;
      border-radius: 5px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
      #menu-close #nav-icon span:nth-child(1) {
        top: 0px; }
      #menu-close #nav-icon span:nth-child(2) {
        top: 18px; }
      #menu-close #nav-icon span:nth-child(3) {
        top: 36px; }
    #menu-close #nav-icon.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -3px;
      left: 8px; }
    #menu-close #nav-icon.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    #menu-close #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 39px;
      left: 8px; }
    #menu-close #nav-icon.open #nav-social {
      opacity: 0.5; }

#nav-social {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: left;
  font-size: 45px;
  color: #bbb;
  padding-left: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  #nav-social:last-child {
    margin-right: 0; }
  #nav-social span {
    float: left; }
  #nav-social span:hover {
    color: #46b7ee;
    cursor: pointer; }

#nav-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 17.05961%;
  text-align: right;
  float: right; }
  #nav-button:last-child {
    margin-right: 0; }

#menu-label {
  float: left;
  width: calc(100% - 65px);
  display: inline-block;
  font-size: 30px;
  padding: 8px; }

header {
  position: relative;
  z-index: 500; }

header.desktop {
  text-align: center;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  header.desktop #menu-bar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    list-style: none;
    list-style: none; }
    header.desktop #menu-bar:last-child {
      margin-right: 0; }
    header.desktop #menu-bar a {
      color: rgba(255, 255, 255, 0.8);
      border: none; }
      header.desktop #menu-bar a:hover {
        color: white; }
      header.desktop #menu-bar a.selected {
        opacity: 1;
        color: white; }
    header.desktop #menu-bar li {
      font-size: 24px;
      display: inline-block;
      margin-right: -4px;
      position: relative;
      padding: 13px 20px;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (max-width: 1024px) {
        header.desktop #menu-bar li {
          padding-left: 12px;
          padding-right: 12px;
          font-size: 20px; } }
      header.desktop #menu-bar li.active {
        color: white; }
      header.desktop #menu-bar li.arrow {
        padding-right: 25px; }
        header.desktop #menu-bar li.arrow:after {
          height: 0;
          width: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 4px solid gray;
          content: "";
          top: 22px;
          right: 10px;
          position: absolute;
          display: block; }
      header.desktop #menu-bar li:hover {
        background: rgba(100, 100, 100, 0.25);
        color: #fff; }
        header.desktop #menu-bar li:hover ul {
          display: block;
          opacity: 1;
          visibility: visible; }
      header.desktop #menu-bar li ul {
        padding: 0;
        position: absolute;
        top: 50px;
        left: 0;
        min-width: 100%;
        min-width: 150px;
        border-radius: 0px 0px 4px 4px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: none;
        opacity: 0;
        box-sizing: border-box;
        visibility: hidden;
        box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        @media screen and (max-width: 1024px) {
          header.desktop #menu-bar li ul {
            top: 46px; } }
        header.desktop #menu-bar li ul a:last-child li {
          border-radius: 0px 0px 4px 4px; }
        header.desktop #menu-bar li ul li {
          font-size: 21px;
          background-color: #111111;
          display: block;
          color: #fff;
          text-shadow: 0 -1px 0 #000; }
          header.desktop #menu-bar li ul li:hover {
            background: #333; }
  header.desktop h1 {
    display: inline;
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      header.desktop h1 {
        font-size: 26px; } }
  header.desktop #selector {
    position: absolute;
    top: -1px;
    left: -10px;
    z-index: 9;
    height: 0px;
    width: 0px;
    opacity: 0.8;
    background-color: #1e8fc6;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

header.mobile {
  position: absolute;
  top: -500px;
  left: 0px;
  width: 100%;
  text-align: left;
  background-color: #111;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  header.mobile.open {
    top: 47px; }
  header.mobile #menu-bar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    list-style: none;
    list-style: none;
    margin: 0px;
    top: 0px;
    padding-bottom: 20px; }
    header.mobile #menu-bar:last-child {
      margin-right: 0; }
    header.mobile #menu-bar a {
      color: rgba(255, 255, 255, 0.8);
      border: none; }
      header.mobile #menu-bar a:hover {
        color: white; }
      header.mobile #menu-bar a.selected {
        opacity: 1;
        color: white; }
    header.mobile #menu-bar li {
      display: block;
      clear: both;
      font-size: 27px;
      color: #ccc;
      position: relative;
      padding: 13px 20px;
      cursor: pointer;
      border-top: 1px transparent inset;
      border-bottom: 1px transparent inset;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
      header.mobile #menu-bar li.arrow {
        padding-right: 25px; }
        header.mobile #menu-bar li.arrow:after {
          height: 0;
          width: 0;
          border-left: 6.5px solid transparent;
          border-right: 6.5px solid transparent;
          border-top: 6.5px solid gray;
          content: "";
          top: 22px;
          right: 20px;
          position: absolute;
          display: block; }
      header.mobile #menu-bar li:hover ul {
        margin-top: 15px;
        max-height: 3000px;
        opacity: 1; }
      header.mobile #menu-bar li ul {
        position: relative;
        width: 100%;
        display: block;
        margin-top: 0px;
        border-left: 2px solid #333;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        max-height: 0px;
        overflow: hidden;
        opacity: 0; }
        header.mobile #menu-bar li ul li {
          padding-top: 10px;
          font-size: 25px;
          color: #999;
          padding-bottom: 10px; }
          header.mobile #menu-bar li ul li.active {
            color: white; }
    header.mobile #menu-bar > li.active, header.mobile #menu-bar > a li.active {
      color: white;
      border-left: 2px #1e8fc6 solid !important;
      border-top: 1px #222 inset;
      border-bottom: 1px #222 inset;
      background-color: #0d0d0d;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }

.header-text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .header-text:last-child {
    margin-right: 0; }
  .header-text h1 {
    line-height: 45px; }
  .header-text h4 {
    line-height: 15px;
    opacity: 0.6;
    font-style: italic; }
  @media screen and (max-width: 768px) {
    .header-text {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .header-text:last-child {
        margin-right: 0; } }

.header-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  padding-left: 100px; }
  .header-button:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .header-button {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .header-button:last-child {
        margin-right: 0; } }

#logo-contain {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #logo-contain:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #logo-contain {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 35.26334%;
      margin-right: 0; }
      #logo-contain:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #logo-contain {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #logo-contain:last-child {
        margin-right: 0; } }
  #logo-contain #header-logo {
    width: 94%;
    max-width: 250px; }
    @media screen and (max-width: 768px) {
      #logo-contain #header-logo {
        margin-top: 10px !important; } }
    @media screen and (max-width: 480px) {
      #logo-contain #header-logo {
        margin-left: 7%;
        width: 85%; } }

.social-buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .social-buttons:last-child {
    margin-right: 0; }
  .social-buttons button {
    padding: 0px 8px 0px 10px;
    margin-left: 8px;
    margin-right: 8px; }
    .social-buttons button .text {
      display: block;
      float: right;
      padding-top: 22px;
      margin-top: 0px; }
    .social-buttons button .symbol {
      font-size: 55px; }
    .social-buttons button.facebook-button {
      background-color: #3b5998;
      border-bottom: 3px solid #324b81; }
      .social-buttons button.facebook-button:hover {
        background-color: white;
        color: #3b5998; }
    .social-buttons button.twitter-button {
      background-color: #55ACEE;
      border-bottom: 3px solid #4489be; }
      .social-buttons button.twitter-button:hover {
        background-color: white;
        color: #55ACEE; }

.big-button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  width: 200px;
  height: 75px;
  margin: 10px 0px;
  margin-right: -80px;
  transition: 0.5s all; }
  .big-button:before {
    font-family: 'Linearicons';
    color: black;
    font-size: 35px;
    padding-top: 11px;
    box-sizing: border-box;
    position: absolute;
    width: 81px;
    height: 75px;
    top: 0px;
    left: -80px;
    background-color: white;
    display: block; }

footer {
  background-color: rgba(21, 21, 21, 0.9);
  padding-top: 15px;
  border-top: 3px groove #333333;
  padding-bottom: 15px;
  margin: 0px auto;
  margin-top: 25px;
  position: relative;
  text-align: center; }
  footer #press-link {
    opacity: 0.7;
    font-size: 20px;
    padding: 10px;
    padding-bottom: 15px;
    line-height: 25px;
    font-style: italic; }
    footer #press-link:hover {
      opacity: 1; }

#footer-credits {
  width: 100%;
  padding: 15px 50px; }
  @media screen and (max-width: 768px) {
    #footer-credits {
      display: none; } }

#footer-rating {
  width: 100%;
  max-width: 400px;
  opacity: 0.7;
  padding: 15px 50px; }
  @media screen and (max-width: 768px) {
    #footer-rating {
      display: none; } }

#footer-signup-holder {
  padding: 8px;
  padding-left: 15px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%; }
  #footer-signup-holder:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #footer-signup-holder {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 74.10533%;
      margin-left: 12.94733%; }
      #footer-signup-holder:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #footer-signup-holder {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%; }
      #footer-signup-holder:last-child {
        margin-right: 0; } }

#social-plugins {
  width: 100%; }
  #social-plugins tr td {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 480px) {
      #social-plugins tr td {
        padding: 5px; } }

#footer-signup {
  position: relative;
  padding-bottom: 20px;
  text-align: left; }

.email-form {
  width: 100%;
  margin-top: 10px; }

.email-input {
  width: 90%; }

.little-message {
  font-size: 10px;
  color: #626262;
  font-style: italic;
  position: absolute;
  top: 50px;
  opacity: 1;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .little-message.ng-hide {
    margin-left: -7px;
    opacity: 0; }

.footer-signup-error span {
  top: 30px;
  margin-right: -650px; }

.submit-arrow {
  position: absolute !important;
  margin-right: 7% !important;
  right: 0px !important;
  top: 7px !important;
  display: block !important;
  padding: 0 !important;
  background: none !important;
  color: rgba(0, 0, 0, 0.4) !important;
  width: 25px !important;
  height: 25px !important;
  font-size: 25px !important;
  cursor: pointer !important;
  transform: translateX(0px) !important;
  transition: all .2s !important; }

.submit-arrow:hover {
  color: rgba(0, 0, 0, 0.5) !important;
  transform: translateX(3px) !important; }

.submit-arrow::after {
  position: absolute !important;
  bottom: -5px !important;
  left: -5px !important;
  width: 100% !important;
  height: 100% !important;
  content: "\e944" !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-family: 'Linearicons' !important;
  line-height: 0 !important;
  speak: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.email-form .tooltips .tip-error {
  top: 33px;
  left: 20px; }

.email-form .tooltips .tip-error:after {
  content: '';
  position: absolute;
  left: -14px;
  top: 45%;
  width: 0;
  height: 0;
  border-bottom: 4px solid #FA787E;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.footer-links {
  border: none; }

.footer-links:active {
  border: none; }

.social {
  width: 35px;
  height: 35px;
  padding: 4px;
  cursor: pointer;
  margin: auto;
  transition: all 0.2s;
  transform: scale(1, 1);
  border: none; }

.social.big {
  width: 48px;
  height: 48px;
  padding: 4px;
  cursor: pointer;
  margin: auto;
  transition: all 0.2s;
  transform: scale(1, 1); }

.social:hover {
  transform: scale(1.1, 1.1); }

.email-success {
  text-align: center;
  font-size: 18px;
  color: #d7d7d7;
  padding-top: 8px;
  margin-top: 0px;
  line-height: 22px;
  text-shadow: 0px 0px 4px black; }

#email-success-icon, .email-success-icon {
  float: none;
  font-size: 50px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: -15px;
  color: #1e8fc6 !important;
  height: 70px; }

.footer-share-block-buttons {
  border: none !important;
  color: inherit !important; }
  .footer-share-block-buttons button {
    margin-left: 4px;
    margin-right: 4px; }

#showing-page {
  text-align: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    #showing-page {
      padding-bottom: 100px; } }
  #showing-page .gathr-logo {
    width: 150px;
    opacity: 0.5;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media screen and (max-width: 768px) {
      #showing-page .gathr-logo {
        left: calc(50% - 75px); } }
  #showing-page #options {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-right: 0;
    text-align: center; }
    #showing-page #options:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #showing-page #options {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        #showing-page #options:last-child {
          margin-right: 0; } }
    #showing-page #options .hurry {
      color: #46b7ee; }
    #showing-page #options #c1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      text-align: center; }
      #showing-page #options #c1:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        #showing-page #options #c1 {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          #showing-page #options #c1:last-child {
            margin-right: 0; } }
    #showing-page #options #c2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      #showing-page #options #c2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        #showing-page #options #c2 {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          #showing-page #options #c2:last-child {
            margin-right: 0; } }
    #showing-page #options .button-holder {
      width: 100%;
      opacity: 0;
      margin-top: 7px;
      text-align: center;
      float: right;
      display: inline-block; }
      #showing-page #options .button-holder button {
        width: 320px;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        background-color: #1b80b2; }
    #showing-page #options .btm-logo {
      width: 100%;
      max-width: 250px; }
      @media screen and (max-width: 480px) {
        #showing-page #options .btm-logo {
          float: none;
          clear: both; } }
    #showing-page #options .title {
      padding-top: 15px;
      text-align: center;
      display: inline-block;
      position: relative;
      top: -18px; }
      #showing-page #options .title h1 {
        font-weight: 100 !important;
        font-size: 35px; }
    #showing-page #options .details {
      clear: both;
      text-align: left;
      margin-top: 10px;
      width: 100%; }
      #showing-page #options .details .map-link {
        display: inline !important;
        font-style: italic;
        color: #999; }
      #showing-page #options .details #logline {
        border-bottom: 1px inset rgba(255, 255, 255, 0.1);
        border-top: 1px inset rgba(255, 255, 255, 0.1);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 30px;
        margin-right: 20px;
        font-style: italic;
        text-align: center; }
        @media screen and (max-width: 480px) {
          #showing-page #options .details #logline {
            margin-right: 0px;
            margin-left: 5px; } }
      #showing-page #options .details ul {
        list-style: none;
        text-align: left;
        margin-top: 10px;
        margin-left: 15px; }
        @media screen and (max-width: 480px) {
          #showing-page #options .details ul {
            margin-left: -5px; } }
        #showing-page #options .details ul span {
          margin-right: 4px;
          font-size: 23px;
          margin-top: 5px;
          border: 2px solid #1e8fc6;
          background-color: white;
          color: #222;
          padding: 7px;
          padding-top: 6px;
          padding-bottom: 8px;
          border-radius: 25px;
          display: inline-block; }
          #showing-page #options .details ul span.icon-ticket {
            padding-top: 2px;
            padding-bottom: 12px; }
        #showing-page #options .details ul li {
          margin: 2px 0 2px 5px;
          font-size: 22px;
          line-height: 30px; }
          @media screen and (max-width: 480px) {
            #showing-page #options .details ul li {
              font-size: 20px; } }
          #showing-page #options .details ul li h5 {
            display: inline; }
  #showing-page #video {
    text-align: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-right: 0; }
    #showing-page #video:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #showing-page #video {
        margin-top: 25px;
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        #showing-page #video:last-child {
          margin-right: 0; } }
    #showing-page #video iframe {
      width: 100%;
      height: 300px; }
    #showing-page #video h1 {
      margin-top: 7px;
      margin-bottom: 7px;
      color: #75c9f2; }
    #showing-page #video #share-link {
      display: inline-block;
      margin-left: 15px; }
      #showing-page #video #share-link #link-text {
        padding: 6px;
        color: #111;
        background-color: white;
        opacity: 0.9; }
        #showing-page #video #share-link #link-text:hover {
          opacity: 1; }
  #showing-page .time-number {
    font-size: 20px;
    padding-left: 4px; }
  #showing-page .time-words {
    font-size: 12px;
    font-style: italic;
    padding-left: 2px;
    padding-right: 3px; }
  #showing-page #progress-meter {
    width: 100%;
    height: 20px;
    border: 2px solid white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.47);
    position: relative; }
  #showing-page #progress-meter-fill, #showing-page #progress-meter-words {
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    color: black;
    overflow: visible;
    position: absolute;
    z-index: 2;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  #showing-page #progress-meter-words {
    height: 200%;
    color: #166b94;
    top: -10px;
    z-index: 3;
    font-weight: 700;
    background: none; }
  #showing-page #time-count {
    margin-top: 80px;
    text-align: center;
    opacity: 0.5; }

.group-tickets-button {
  width: 80%;
  max-width: 350px;
  font-size: 22px;
  color: white !important; }
  .group-tickets-button:hover {
    color: black !important; }

.inline-trailer {
  width: 100%;
  height: 300px;
  margin-top: 15px; }

.iframe-scale {
  outline: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }
  @media screen and (max-width: 768px) {
    .iframe-scale {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; } }
  @media screen and (max-width: 480px) {
    .iframe-scale {
      -webkit-transform: scale(0.58);
      -moz-transform: scale(0.58);
      -ms-transform: scale(0.58);
      -o-transform: scale(0.58);
      transform: scale(0.58);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; } }

#big-trailer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 30px;
  text-align: center; }
  #big-trailer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #big-trailer {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%;
      margin-left: 0%; }
      #big-trailer:last-child {
        margin-right: 0; } }
  #big-trailer iframe {
    width: 100%;
    height: 500px;
    background-image: url("../images/style/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 768px) {
      #big-trailer iframe {
        height: 350px; } }
    @media screen and (max-width: 480px) {
      #big-trailer iframe {
        height: 275px; } }
  #big-trailer h1 {
    margin-bottom: 5px; }
  #big-trailer button {
    background-color: #3b5998; }
    #big-trailer button:hover {
      background-color: white !important;
      color: #333 !important; }

#home-left, #leader-container #leader-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  float: left;
  text-align: center;
  padding-top: 20px; }
  #home-left:last-child, #leader-container #leader-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #home-left, #leader-container #leader-left {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #home-left:last-child, #leader-container #leader-left:last-child {
        margin-right: 0; } }
  #home-left h2, #leader-container #leader-left h2 {
    font-size: 40px;
    line-height: 40px; }
    @media screen and (max-width: 480px) {
      #home-left h2, #leader-container #leader-left h2 {
        font-size: 33px; } }
  #home-left h6, #leader-container #leader-left h6 {
    font-size: 14px; }
  #home-left #theater-button-holder, #leader-container #leader-left #theater-button-holder {
    width: 280px;
    margin-left: calc(50% - 140px); }
  #home-left #captain-more-info, #leader-container #leader-left #captain-more-info {
    font-size: 12px;
    padding-bottom: 15px;
    color: #c6c6c6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -30px;
    z-index: 0;
    position: absolute;
    width: 280px;
    text-align: center; }
    #home-left #captain-more-info.hover-active, #leader-container #leader-left #captain-more-info.hover-active {
      margin-top: -20px; }
  #home-left .big-button, #leader-container #leader-left .big-button {
    left: 40px;
    width: 75%;
    font-size: 22px; }

.tickets:before, .tickets-dark:before {
  content: "\e6f5";
  padding-top: 18px;
  font-weight: 100; }
.tickets:hover, .tickets-dark:hover {
  background-color: white !important; }

.theater, .theater-bright {
  background-color: #15648a !important;
  z-index: 1; }
  .theater:before, .theater-bright:before {
    content: "\e6f8";
    padding-top: 20px;
    font-weight: 100; }
  .theater:hover, .theater-bright:hover {
    background-color: white !important; }
  .theater.hover-active, .hover-active.theater-bright {
    margin-bottom: 25px; }

.theater-bright {
  background-color: #1e8fc6 !important;
  font-size: 20px !important; }

.tickets-dark {
  background-color: #15648a !important;
  font-size: 20px !important; }

.videos {
  background-color: #0d4059 !important; }
  .videos:hover {
    background-color: white !important; }
  .videos:before {
    font-weight: 100;
    content: "\e66c";
    padding-top: 20px; }

#home-video, #leader-container #leader-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-top: 10px;
  padding-right: 10px;
  height: 350px; }
  #home-video:last-child, #leader-container #leader-video:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #home-video, #leader-container #leader-video {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #home-video:last-child, #leader-container #leader-video:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #home-video, #leader-container #leader-video {
      height: 220px; } }
  #home-video iframe, #leader-container #leader-video iframe {
    width: 100%;
    height: 100%; }

#endorsement-contain {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: -10px; }
  #endorsement-contain:last-child {
    margin-right: 0; }
  #endorsement-contain #endorsements {
    left: 0px;
    margin-top: 20px;
    z-index: 1;
    text-align: center;
    color: white !important;
    position: relative;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: "Cinzel";
    font-weight: 100;
    text-shadow: 1px 1px 10px #0a3245;
    /*
    			background-color: rgba(white, 0.4);
    			box-shadow: 0px 0px 30px 25px rgba(white, 0.4);
    */
    padding: 5px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #125576;
    /*
    			@include media($screen-small){
    				margin-top: 6%;
    				margin-left: 40px;	
    				font-size: 16px; 	
    				line-height: 28px;
    	
    			}
    */ }
    #endorsement-contain #endorsements #opening-quote {
      font-size: 80px;
      position: absolute;
      display: inline-block;
      line-height: 0px;
      top: 40px;
      left: -20px;
      opacity: 0.4;
      font-weight: 100; }
    #endorsement-contain #endorsements #closing-quote {
      font-size: 80px;
      position: absolute;
      line-height: 0px;
      display: inline-block;
      opacity: 0.4;
      bottom: 30px;
      right: -10px;
      font-weight: 100; }
    #endorsement-contain #endorsements .quote {
      display: none; }
      #endorsement-contain #endorsements .quote img {
        width: 50%;
        max-width: 300px;
        padding: 4px;
        padding-top: 10px; }
    #endorsement-contain #endorsements a {
      cursor: pointer;
      color: #5dc0f0;
      border-bottom-color: gray;
      border-bottom: 0px;
      text-decoration: none; }
    #endorsement-contain #endorsements h6 {
      color: #ddd;
      line-height: 15px;
      position: relative;
      top: -2px;
      font-weight: bold; }
    #endorsement-contain #endorsements .source {
      display: block;
      color: #bbe4f9;
      font-size: 16px;
      font-weight: 100;
      margin-top: -2px;
      font-style: italic; }

#home-job-notice {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #home-job-notice:last-child {
    margin-right: 0; }
  #home-job-notice:hover {
    color: white; }

.wrapper {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper #ticket-text {
    margin-bottom: 15px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .wrapper #ticket-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .wrapper #ticket-text {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        .wrapper #ticket-text:last-child {
          margin-right: 0; } }
  .wrapper #ticket-widget {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .wrapper #ticket-widget:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .wrapper #ticket-widget {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        .wrapper #ticket-widget:last-child {
          margin-right: 0; } }
  .wrapper .block2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    min-height: 300px;
    margin-right: 0; }
    .wrapper .block2:last-child {
      margin-right: 0; }
    .wrapper .block2 iframe {
      min-height: 300px;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .wrapper .block2 {
        padding-top: 20px;
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .wrapper .block2:last-child {
          margin-right: 0; } }
  .wrapper .block1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .wrapper .block1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .wrapper .block1 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .wrapper .block1:last-child {
          margin-right: 0; } }

#about-poster {
  box-shadow: 1px 1px 18px 3px rgba(0, 0, 0, 0.5);
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #about-poster:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #about-poster {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 65.05695%;
      margin-left: 17.47153%; }
      #about-poster:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #about-poster {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      #about-poster:last-child {
        margin-right: 0; } }

#about-text {
  font-size: 16px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  #about-text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #about-text {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #about-text:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #about-text {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      #about-text:last-child {
        margin-right: 0; } }

#contact-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  text-align: center; }
  #contact-main:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #contact-main {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%; }
      #contact-main:last-child {
        margin-right: 0; } }

.footer-links {
  border: none;
  padding: 0px 5px; }

#contact-form {
  width: 100%; }
  #contact-form input[type="email"], #contact-form input[type="number"], #contact-form input[type="password"], #contact-form input[type="search"], #contact-form input[type="tel"], #contact-form input[type="text"], #contact-form input[type="url"], #contact-form input[type="color"], #contact-form input[type="date"], #contact-form input[type="datetime"], #contact-form input[type="datetime-local"], #contact-form input[type="month"], #contact-form input[type="time"], #contact-form input[type="week"], #contact-form textarea {
    margin: 12px 0px;
    width: 50%; }
    @media screen and (max-width: 768px) {
      #contact-form input[type="email"], #contact-form input[type="number"], #contact-form input[type="password"], #contact-form input[type="search"], #contact-form input[type="tel"], #contact-form input[type="text"], #contact-form input[type="url"], #contact-form input[type="color"], #contact-form input[type="date"], #contact-form input[type="datetime"], #contact-form input[type="datetime-local"], #contact-form input[type="month"], #contact-form input[type="time"], #contact-form input[type="week"], #contact-form textarea {
        width: 75%; } }
    @media screen and (max-width: 480px) {
      #contact-form input[type="email"], #contact-form input[type="number"], #contact-form input[type="password"], #contact-form input[type="search"], #contact-form input[type="tel"], #contact-form input[type="text"], #contact-form input[type="url"], #contact-form input[type="color"], #contact-form input[type="date"], #contact-form input[type="datetime"], #contact-form input[type="datetime-local"], #contact-form input[type="month"], #contact-form input[type="time"], #contact-form input[type="week"], #contact-form textarea {
        width: 95%; } }
  #contact-form #note-message {
    height: 200px; }

#contact-success {
  padding-top: 10px;
  padding-bottom: 40px; }

#screenings #instruction-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  #screenings #instruction-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #screenings #instruction-container {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%;
      padding-left: 25px;
      padding-right: 15px; }
      #screenings #instruction-container:last-child {
        margin-right: 0; } }
  #screenings #instruction-container h2.blue {
    color: #63bce7;
    font-weight: 400; }
#screenings .date-alert {
  color: tomato;
  font-size: 11px;
  font-style: italic; }
#screenings #gathr-instructions {
  text-align: center;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 15px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%; }
  #screenings #gathr-instructions:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #screenings #gathr-instructions {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%; }
      #screenings #gathr-instructions:last-child {
        margin-right: 0; } }
#screenings #screening-gathr-logo {
  padding: 15px;
  width: 175px; }
#screenings ul {
  margin-left: 50px; }
  #screenings ul li {
    margin-top: 5px;
    margin-bottom: 5px; }
    #screenings ul li h2 {
      margin-bottom: 3px; }
#screenings .captain-man {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #screenings .captain-man {
      display: none; } }
#screenings #gathr-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  height: 400px;
  text-align: center; }
  #screenings #gathr-video:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    #screenings #gathr-video {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 74.10533%;
      margin-left: 12.94733%;
      height: 300px; }
      #screenings #gathr-video:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #screenings #gathr-video {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%;
      height: 300px; }
      #screenings #gathr-video:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #screenings #gathr-video {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%;
      height: 200px; }
      #screenings #gathr-video:last-child {
        margin-right: 0; } }
  #screenings #gathr-video iframe {
    width: 100%;
    height: 90%; }

#gathr-button {
  width: 100%;
  padding-left: 80px; }
  #gathr-button button {
    width: 250px; }

#cc-diptych {
  margin-top: 15px; }
  #cc-diptych .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    #cc-diptych .col-1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #cc-diptych .col-1 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        #cc-diptych .col-1:last-child {
          margin-right: 0; } }
    #cc-diptych .col-1 iframe {
      width: 100%;
      height: 300px; }
  #cc-diptych .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    #cc-diptych .col-2 .logo-bottom {
      display: none; }
    #cc-diptych .col-2 .logo-top {
      display: inline-block;
      width: 100%;
      max-width: 400px; }
    #cc-diptych .col-2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #cc-diptych .col-2 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        #cc-diptych .col-2:last-child {
          margin-right: 0; }
        #cc-diptych .col-2 .logo-bottom {
          display: inline-block;
          width: 100%;
          max-width: 400px; }
        #cc-diptych .col-2 .logo-top {
          display: none; } }
    #cc-diptych .col-2 img {
      padding-bottom: 15px; }

section#videos .wrapper div {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 275px;
  margin-top: 10px;
  margin-bottom: 10px; }
  section#videos .wrapper div:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    section#videos .wrapper div {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      height: 350px; }
      section#videos .wrapper div:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    section#videos .wrapper div {
      height: 220px; } }
  section#videos .wrapper div iframe {
    width: 100%;
    height: 100%; }
section#videos .photos {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px; }
  section#videos .photos:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    section#videos .photos {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      section#videos .photos:last-child {
        margin-right: 0; } }

#address-success {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px; }
  #address-success #check-container {
    float: left;
    padding: 10px;
    padding-right: 20px; }
  #address-success #success-checkmark {
    font-size: 40px;
    color: #46b7ee; }

#address-duplicate {
  padding: 20px;
  background-color: #1b80b2;
  border-bottom: 4px #125576 solid;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  text-align: center; }

#addressTable td {
  padding: 10px;
  padding-bottom: 15px; }
#addressTable .address-form-label {
  font-size: 18px;
  font-weight: 300;
  text-align: right; }
#addressTable #submit-address-button {
  width: 300px;
  z-index: 1; }
#addressTable #info-zipcode {
  width: 100px; }
#addressTable #address-button-note {
  font-size: 12px;
  margin-top: -40px;
  margin-bottom: -30px;
  position: absolute;
  width: 250px;
  opacity: 0;
  margin-left: calc(50% - 135px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #addressTable #address-button-note.over {
    opacity: 0.6;
    margin-top: -12px; }

.job-button-holder {
  margin-bottom: 30px;
  margin-top: 10px; }
  .job-button-holder.wrapper > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    text-align: left; }
    .job-button-holder.wrapper > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .job-button-holder.wrapper > div {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%; }
        .job-button-holder.wrapper > div:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .job-button-holder.wrapper > div {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .job-button-holder.wrapper > div:last-child {
          margin-right: 0; } }

.job-pdf {
  background-color: #15648a !important;
  left: 100px;
  z-index: 1; }
  .job-pdf:before {
    content: "\e72e";
    padding-top: 20px;
    font-weight: 100; }
  .job-pdf:hover {
    background-color: white !important; }
  .job-pdf.hover-active {
    margin-bottom: 25px; }

.job-apply {
  background-color: #1e8fc6 !important;
  left: 100px;
  z-index: 1; }
  .job-apply:before {
    content: "\e654";
    padding-top: 20px;
    font-weight: 100; }
  .job-apply:hover {
    background-color: white !important; }
  .job-apply.hover-active {
    margin-bottom: 25px; }

.job-title {
  width: 450px !important; }
  @media screen and (max-width: 480px) {
    .job-title {
      font-size: 20px !important;
      width: 330px !important; } }

#leader-container iframe {
  background-image: url("../images/style/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.3); }
#leader-container #leader-video {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #leader-container #leader-video {
      display: none;
      visibility: hidden;
      opacity: 0; } }
#leader-container #mobile-video {
  display: none;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  height: 370px; }
  @media screen and (max-width: 768px) {
    #leader-container #mobile-video {
      display: block;
      visibility: visible;
      opacity: 1; } }
  @media screen and (max-width: 480px) {
    #leader-container #mobile-video {
      height: 250px; } }
#leader-container #title-contain, #leader-container #outreach-title-contain {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center; }
  #leader-container #title-contain:last-child, #leader-container #outreach-title-contain:last-child {
    margin-right: 0; }
  #leader-container #title-contain .mega, #leader-container #outreach-title-contain .mega {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px; }
#leader-container #leader-quotes {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #ccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #leader-container #leader-quotes:last-child {
    margin-right: 0; }
  #leader-container #leader-quotes:hover {
    color: white; }

@media screen and (max-width: 480px) {
  #outreach-title-contain .mega {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: -10px !important; } }

#outreach-form {
  width: 100%; }
  #outreach-form input[type="email"], #outreach-form input[type="number"], #outreach-form input[type="password"], #outreach-form input[type="search"], #outreach-form input[type="tel"], #outreach-form input[type="text"], #outreach-form input[type="url"], #outreach-form input[type="color"], #outreach-form input[type="date"], #outreach-form input[type="datetime"], #outreach-form input[type="datetime-local"], #outreach-form input[type="month"], #outreach-form input[type="time"], #outreach-form input[type="week"], #outreach-form textarea, #outreach-form select {
    margin: 12px 0px;
    width: 50%;
    background-color: white;
    color: black;
    border: none;
    border-left: 4px solid transparent;
    box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.1);
    margin-bottom: 0px; }
    #outreach-form input[type="email"]:focus, #outreach-form input[type="number"]:focus, #outreach-form input[type="password"]:focus, #outreach-form input[type="search"]:focus, #outreach-form input[type="tel"]:focus, #outreach-form input[type="text"]:focus, #outreach-form input[type="url"]:focus, #outreach-form input[type="color"]:focus, #outreach-form input[type="date"]:focus, #outreach-form input[type="datetime"]:focus, #outreach-form input[type="datetime-local"]:focus, #outreach-form input[type="month"]:focus, #outreach-form input[type="time"]:focus, #outreach-form input[type="week"]:focus, #outreach-form textarea:focus, #outreach-form select:focus {
      border: none;
      border-left: 4px solid #1e8fc6; }
    #outreach-form input[type="email"]::-webkit-input-placeholder, #outreach-form input[type="number"]::-webkit-input-placeholder, #outreach-form input[type="password"]::-webkit-input-placeholder, #outreach-form input[type="search"]::-webkit-input-placeholder, #outreach-form input[type="tel"]::-webkit-input-placeholder, #outreach-form input[type="text"]::-webkit-input-placeholder, #outreach-form input[type="url"]::-webkit-input-placeholder, #outreach-form input[type="color"]::-webkit-input-placeholder, #outreach-form input[type="date"]::-webkit-input-placeholder, #outreach-form input[type="datetime"]::-webkit-input-placeholder, #outreach-form input[type="datetime-local"]::-webkit-input-placeholder, #outreach-form input[type="month"]::-webkit-input-placeholder, #outreach-form input[type="time"]::-webkit-input-placeholder, #outreach-form input[type="week"]::-webkit-input-placeholder, #outreach-form textarea::-webkit-input-placeholder, #outreach-form select::-webkit-input-placeholder {
      color: #444444; }
    #outreach-form input[type="email"]::-moz-placeholder, #outreach-form input[type="number"]::-moz-placeholder, #outreach-form input[type="password"]::-moz-placeholder, #outreach-form input[type="search"]::-moz-placeholder, #outreach-form input[type="tel"]::-moz-placeholder, #outreach-form input[type="text"]::-moz-placeholder, #outreach-form input[type="url"]::-moz-placeholder, #outreach-form input[type="color"]::-moz-placeholder, #outreach-form input[type="date"]::-moz-placeholder, #outreach-form input[type="datetime"]::-moz-placeholder, #outreach-form input[type="datetime-local"]::-moz-placeholder, #outreach-form input[type="month"]::-moz-placeholder, #outreach-form input[type="time"]::-moz-placeholder, #outreach-form input[type="week"]::-moz-placeholder, #outreach-form textarea::-moz-placeholder, #outreach-form select::-moz-placeholder {
      color: #444444; }
    #outreach-form input[type="email"]:-moz-placeholder, #outreach-form input[type="number"]:-moz-placeholder, #outreach-form input[type="password"]:-moz-placeholder, #outreach-form input[type="search"]:-moz-placeholder, #outreach-form input[type="tel"]:-moz-placeholder, #outreach-form input[type="text"]:-moz-placeholder, #outreach-form input[type="url"]:-moz-placeholder, #outreach-form input[type="color"]:-moz-placeholder, #outreach-form input[type="date"]:-moz-placeholder, #outreach-form input[type="datetime"]:-moz-placeholder, #outreach-form input[type="datetime-local"]:-moz-placeholder, #outreach-form input[type="month"]:-moz-placeholder, #outreach-form input[type="time"]:-moz-placeholder, #outreach-form input[type="week"]:-moz-placeholder, #outreach-form textarea:-moz-placeholder, #outreach-form select:-moz-placeholder {
      color: #444444; }
    #outreach-form input[type="email"]:-ms-input-placeholder, #outreach-form input[type="number"]:-ms-input-placeholder, #outreach-form input[type="password"]:-ms-input-placeholder, #outreach-form input[type="search"]:-ms-input-placeholder, #outreach-form input[type="tel"]:-ms-input-placeholder, #outreach-form input[type="text"]:-ms-input-placeholder, #outreach-form input[type="url"]:-ms-input-placeholder, #outreach-form input[type="color"]:-ms-input-placeholder, #outreach-form input[type="date"]:-ms-input-placeholder, #outreach-form input[type="datetime"]:-ms-input-placeholder, #outreach-form input[type="datetime-local"]:-ms-input-placeholder, #outreach-form input[type="month"]:-ms-input-placeholder, #outreach-form input[type="time"]:-ms-input-placeholder, #outreach-form input[type="week"]:-ms-input-placeholder, #outreach-form textarea:-ms-input-placeholder, #outreach-form select:-ms-input-placeholder {
      color: #444444; }
    @media screen and (max-width: 1024px) {
      #outreach-form input[type="email"], #outreach-form input[type="number"], #outreach-form input[type="password"], #outreach-form input[type="search"], #outreach-form input[type="tel"], #outreach-form input[type="text"], #outreach-form input[type="url"], #outreach-form input[type="color"], #outreach-form input[type="date"], #outreach-form input[type="datetime"], #outreach-form input[type="datetime-local"], #outreach-form input[type="month"], #outreach-form input[type="time"], #outreach-form input[type="week"], #outreach-form textarea, #outreach-form select {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      #outreach-form input[type="email"], #outreach-form input[type="number"], #outreach-form input[type="password"], #outreach-form input[type="search"], #outreach-form input[type="tel"], #outreach-form input[type="text"], #outreach-form input[type="url"], #outreach-form input[type="color"], #outreach-form input[type="date"], #outreach-form input[type="datetime"], #outreach-form input[type="datetime-local"], #outreach-form input[type="month"], #outreach-form input[type="time"], #outreach-form input[type="week"], #outreach-form textarea, #outreach-form select {
        width: 85%;
        margin-bottom: 15px;
        margin-top: 5px; } }
    #outreach-form input[type="email"].ng-invalid.submitted, #outreach-form input[type="number"].ng-invalid.submitted, #outreach-form input[type="password"].ng-invalid.submitted, #outreach-form input[type="search"].ng-invalid.submitted, #outreach-form input[type="tel"].ng-invalid.submitted, #outreach-form input[type="text"].ng-invalid.submitted, #outreach-form input[type="url"].ng-invalid.submitted, #outreach-form input[type="color"].ng-invalid.submitted, #outreach-form input[type="date"].ng-invalid.submitted, #outreach-form input[type="datetime"].ng-invalid.submitted, #outreach-form input[type="datetime-local"].ng-invalid.submitted, #outreach-form input[type="month"].ng-invalid.submitted, #outreach-form input[type="time"].ng-invalid.submitted, #outreach-form input[type="week"].ng-invalid.submitted, #outreach-form textarea.ng-invalid.submitted, #outreach-form select.ng-invalid.submitted {
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  #outreach-form #note-message {
    height: 200px; }
  @media screen and (max-width: 768px) {
    #outreach-form .tip-error {
      top: 25px; } }
  #outreach-form label {
    font-size: 20px;
    margin-right: 10px;
    width: 200px;
    display: inline-block;
    text-align: right; }
    @media screen and (max-width: 768px) {
      #outreach-form label {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%;
        padding-left: 15px;
        padding-bottom: 0px;
        text-align: left;
        display: block; }
        #outreach-form label:last-child {
          margin-right: 0; } }

#outreach-success {
  padding-top: 10px;
  padding-bottom: 40px;
  margin-top: 20px; }

#outreach-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  float: left;
  text-align: center;
  padding-top: 20px; }
  #outreach-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #outreach-right {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      padding-top: 0px; }
      #outreach-right:last-child {
        margin-right: 0; } }
  #outreach-right h2 {
    font-size: 40px;
    line-height: 40px; }
    @media screen and (max-width: 480px) {
      #outreach-right h2 {
        font-size: 33px; } }
  #outreach-right h6 {
    font-size: 14px; }
  #outreach-right #outreach-submit {
    width: 60%; }
  #outreach-right #theater-button-holder {
    width: 280px;
    margin-left: calc(50% - 140px); }
  #outreach-right #captain-more-info {
    font-size: 12px;
    padding-bottom: 15px;
    color: #c6c6c6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -30px;
    z-index: 0;
    position: absolute;
    width: 280px;
    text-align: center; }
    #outreach-right #captain-more-info.hover-active {
      margin-top: -20px; }
  #outreach-right .big-button {
    left: 40px; }
  #outreach-right #success-icon {
    font-size: 70px;
    color: #46b7ee;
    margin-top: 15px;
    margin-bottom: 15px; }

#outreach-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0;
  margin-top: 30px;
  height: 350px; }
  #outreach-video:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #outreach-video {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #outreach-video:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #outreach-video {
      height: 220px; } }
  #outreach-video iframe {
    width: 100%;
    height: 100%; }

.download-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  min-height: 350px;
  padding: 2.35765%; }
  .download-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .download-item {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      margin-right: 0;
      min-height: 310px; }
      .download-item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .download-item {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-right: 0;
      min-height: 320px; }
      .download-item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .download-item {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0;
      min-height: 0px; }
      .download-item:last-child {
        margin-right: 0; } }
  .download-item:not(.photo) {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(85, 85, 85, 0.2); }
  .download-item b {
    font-size: 20px;
    font-weight: 100;
    padding-right: 10px;
    display: block;
    color: #8fcfee; }
  .download-item.photo {
    min-height: 0px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    .download-item.photo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .download-item.photo {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        margin-right: 0; }
        .download-item.photo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .download-item.photo {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%;
        margin-right: 0; }
        .download-item.photo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .download-item.photo {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0; }
        .download-item.photo:last-child {
          margin-right: 0; } }
    .download-item.photo .download-preview {
      background-size: cover;
      height: 150px;
      padding-top: 35px; }
  .download-item .download-preview {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 60px;
    /*
    	div.download-link{
    		position: absolute;
    		left: 0;
    		padding: 5px;
    		padding-top: 20px;
    		bottom: 0px;
    		height: 60px;
    		width: 100%;
    		opacity: 0;
    		@include linear-gradient(rgba(#111, 0), $blueColor);
    		@include transition(all 0.25s ease-in-out);
    
    	}
    */ }
    .download-item .download-preview:hover div.download-link .dlink {
      bottom: 0px;
      opacity: 1;
      -webkit-transform: scale(0.97) rotate(0deg);
      -moz-transform: scale(0.97) rotate(0deg);
      -ms-transform: scale(0.97) rotate(0deg);
      -o-transform: scale(0.97) rotate(0deg);
      transform: scale(0.97) rotate(0deg); }
    .download-item .download-preview div.download-link {
      width: 100%;
      height: 100%;
      text-align: center; }
      .download-item .download-preview div.download-link .dlink {
        height: 70px;
        width: 70px;
        padding: 5px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 50px;
        opacity: 0;
        -webkit-transform: scale(0.9) rotate(3deg);
        -moz-transform: scale(0.9) rotate(3deg);
        -ms-transform: scale(0.9) rotate(3deg);
        -o-transform: scale(0.9) rotate(3deg);
        transform: scale(0.9) rotate(3deg);
        background-color: rgba(30, 143, 198, 0.9);
        border: 1px solid white;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 768px) {
          .download-item .download-preview div.download-link .dlink {
            background-color: rgba(0, 0, 0, 0.7);
            opacity: 1;
            -webkit-transform: scale(0.9) rotate(0deg);
            -moz-transform: scale(0.9) rotate(0deg);
            -ms-transform: scale(0.9) rotate(0deg);
            -o-transform: scale(0.9) rotate(0deg);
            transform: scale(0.9) rotate(0deg); } }
        .download-item .download-preview div.download-link .dlink span {
          display: inline-block;
          padding-top: 5px;
          font-size: 35px; }
        .download-item .download-preview div.download-link .dlink span.big-text {
          font-size: 25px;
          padding-top: 0px;
          display: block; }
        .download-item .download-preview div.download-link .dlink span.small-icon {
          font-size: 13px;
          padding-top: 0px;
          display: inline; }
        .download-item .download-preview div.download-link .dlink:hover {
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.6);
          background-color: #1e8fc6;
          -webkit-transform: scale(1) rotate(0deg);
          -moz-transform: scale(1) rotate(0deg);
          -ms-transform: scale(1) rotate(0deg);
          -o-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg); }

#press-access #col-left {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 100px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  #press-access #col-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #press-access #col-left {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #press-access #col-left:last-child {
        margin-right: 0; } }
#press-access #col-right {
  padding-top: 25px;
  border-left: rgba(200, 200, 200, 0.2) 1px solid;
  padding-left: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  #press-access #col-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #press-access #col-right {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      #press-access #col-right:last-child {
        margin-right: 0; } }
#press-access label {
  font-size: 20px;
  margin-right: 10px;
  top: 6px;
  position: relative;
  width: 130px;
  display: inline-block;
  text-align: right; }
#press-access #press-signup {
  width: 100%;
  text-align: left; }
#press-access input[type="email"], #press-access input[type="number"], #press-access input[type="password"], #press-access input[type="search"], #press-access input[type="tel"], #press-access input[type="text"], #press-access input[type="url"], #press-access input[type="color"], #press-access input[type="date"], #press-access input[type="datetime"], #press-access input[type="datetime-local"], #press-access input[type="month"], #press-access input[type="time"], #press-access input[type="week"], #press-access textarea, #press-access select {
  margin: 12px 0px;
  width: 50%;
  background-color: white;
  color: black;
  border: none;
  border-left: 4px solid transparent;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.1);
  margin-bottom: 0px; }
  #press-access input[type="email"]:focus, #press-access input[type="number"]:focus, #press-access input[type="password"]:focus, #press-access input[type="search"]:focus, #press-access input[type="tel"]:focus, #press-access input[type="text"]:focus, #press-access input[type="url"]:focus, #press-access input[type="color"]:focus, #press-access input[type="date"]:focus, #press-access input[type="datetime"]:focus, #press-access input[type="datetime-local"]:focus, #press-access input[type="month"]:focus, #press-access input[type="time"]:focus, #press-access input[type="week"]:focus, #press-access textarea:focus, #press-access select:focus {
    border: none;
    border-left: 4px solid #1e8fc6; }
  #press-access input[type="email"]::-webkit-input-placeholder, #press-access input[type="number"]::-webkit-input-placeholder, #press-access input[type="password"]::-webkit-input-placeholder, #press-access input[type="search"]::-webkit-input-placeholder, #press-access input[type="tel"]::-webkit-input-placeholder, #press-access input[type="text"]::-webkit-input-placeholder, #press-access input[type="url"]::-webkit-input-placeholder, #press-access input[type="color"]::-webkit-input-placeholder, #press-access input[type="date"]::-webkit-input-placeholder, #press-access input[type="datetime"]::-webkit-input-placeholder, #press-access input[type="datetime-local"]::-webkit-input-placeholder, #press-access input[type="month"]::-webkit-input-placeholder, #press-access input[type="time"]::-webkit-input-placeholder, #press-access input[type="week"]::-webkit-input-placeholder, #press-access textarea::-webkit-input-placeholder, #press-access select::-webkit-input-placeholder {
    color: #444444; }
  #press-access input[type="email"]::-moz-placeholder, #press-access input[type="number"]::-moz-placeholder, #press-access input[type="password"]::-moz-placeholder, #press-access input[type="search"]::-moz-placeholder, #press-access input[type="tel"]::-moz-placeholder, #press-access input[type="text"]::-moz-placeholder, #press-access input[type="url"]::-moz-placeholder, #press-access input[type="color"]::-moz-placeholder, #press-access input[type="date"]::-moz-placeholder, #press-access input[type="datetime"]::-moz-placeholder, #press-access input[type="datetime-local"]::-moz-placeholder, #press-access input[type="month"]::-moz-placeholder, #press-access input[type="time"]::-moz-placeholder, #press-access input[type="week"]::-moz-placeholder, #press-access textarea::-moz-placeholder, #press-access select::-moz-placeholder {
    color: #444444; }
  #press-access input[type="email"]:-moz-placeholder, #press-access input[type="number"]:-moz-placeholder, #press-access input[type="password"]:-moz-placeholder, #press-access input[type="search"]:-moz-placeholder, #press-access input[type="tel"]:-moz-placeholder, #press-access input[type="text"]:-moz-placeholder, #press-access input[type="url"]:-moz-placeholder, #press-access input[type="color"]:-moz-placeholder, #press-access input[type="date"]:-moz-placeholder, #press-access input[type="datetime"]:-moz-placeholder, #press-access input[type="datetime-local"]:-moz-placeholder, #press-access input[type="month"]:-moz-placeholder, #press-access input[type="time"]:-moz-placeholder, #press-access input[type="week"]:-moz-placeholder, #press-access textarea:-moz-placeholder, #press-access select:-moz-placeholder {
    color: #444444; }
  #press-access input[type="email"]:-ms-input-placeholder, #press-access input[type="number"]:-ms-input-placeholder, #press-access input[type="password"]:-ms-input-placeholder, #press-access input[type="search"]:-ms-input-placeholder, #press-access input[type="tel"]:-ms-input-placeholder, #press-access input[type="text"]:-ms-input-placeholder, #press-access input[type="url"]:-ms-input-placeholder, #press-access input[type="color"]:-ms-input-placeholder, #press-access input[type="date"]:-ms-input-placeholder, #press-access input[type="datetime"]:-ms-input-placeholder, #press-access input[type="datetime-local"]:-ms-input-placeholder, #press-access input[type="month"]:-ms-input-placeholder, #press-access input[type="time"]:-ms-input-placeholder, #press-access input[type="week"]:-ms-input-placeholder, #press-access textarea:-ms-input-placeholder, #press-access select:-ms-input-placeholder {
    color: #444444; }
  @media screen and (max-width: 768px) {
    #press-access input[type="email"], #press-access input[type="number"], #press-access input[type="password"], #press-access input[type="search"], #press-access input[type="tel"], #press-access input[type="text"], #press-access input[type="url"], #press-access input[type="color"], #press-access input[type="date"], #press-access input[type="datetime"], #press-access input[type="datetime-local"], #press-access input[type="month"], #press-access input[type="time"], #press-access input[type="week"], #press-access textarea, #press-access select {
      width: calc(80% - 180px); } }
  @media screen and (max-width: 480px) {
    #press-access input[type="email"], #press-access input[type="number"], #press-access input[type="password"], #press-access input[type="search"], #press-access input[type="tel"], #press-access input[type="text"], #press-access input[type="url"], #press-access input[type="color"], #press-access input[type="date"], #press-access input[type="datetime"], #press-access input[type="datetime-local"], #press-access input[type="month"], #press-access input[type="time"], #press-access input[type="week"], #press-access textarea, #press-access select {
      width: calc(100% - 180px); } }
  #press-access input[type="email"].ng-invalid.submitted, #press-access input[type="number"].ng-invalid.submitted, #press-access input[type="password"].ng-invalid.submitted, #press-access input[type="search"].ng-invalid.submitted, #press-access input[type="tel"].ng-invalid.submitted, #press-access input[type="text"].ng-invalid.submitted, #press-access input[type="url"].ng-invalid.submitted, #press-access input[type="color"].ng-invalid.submitted, #press-access input[type="date"].ng-invalid.submitted, #press-access input[type="datetime"].ng-invalid.submitted, #press-access input[type="datetime-local"].ng-invalid.submitted, #press-access input[type="month"].ng-invalid.submitted, #press-access input[type="time"].ng-invalid.submitted, #press-access input[type="week"].ng-invalid.submitted, #press-access textarea.ng-invalid.submitted, #press-access select.ng-invalid.submitted {
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.cast-member {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  padding: 12px; }
  .cast-member:last-child {
    margin-right: 0; }
  .cast-member img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .cast-member {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-right: 0; }
      .cast-member:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .cast-member {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .cast-member:last-child {
        margin-right: 0; } }

.crew-member {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  padding: 12px;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  background-color: rgba(0, 0, 0, 0.4); }
  .crew-member:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .crew-member {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .crew-member:last-child {
        margin-right: 0; } }
  .crew-member .heading {
    padding-bottom: 15px; }
  .crew-member img {
    width: 30%;
    max-width: 150px;
    float: left;
    margin-right: 20px; }

#afs-diptych {
  margin-top: 15px; }
  #afs-diptych .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    #afs-diptych .col-1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #afs-diptych .col-1 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        #afs-diptych .col-1:last-child {
          margin-right: 0; } }
    #afs-diptych .col-1 iframe {
      width: 100%;
      height: 300px; }
  #afs-diptych .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    #afs-diptych .col-2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #afs-diptych .col-2 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        #afs-diptych .col-2:last-child {
          margin-right: 0; } }

.h-col-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  text-align: center; }
  .h-col-1:last-child {
    margin-right: 0; }
  .h-col-1 img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 350px; }
  @media screen and (max-width: 768px) {
    .h-col-1 {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .h-col-1:last-child {
        margin-right: 0; } }

.h-col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  text-align: center; }
  .h-col-2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .h-col-2 {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .h-col-2:last-child {
        margin-right: 0; } }

#afs-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  padding-top: 0px;
  margin-top: -15px; }
  @media screen and (max-width: 480px) {
    #afs-header {
      display: none; } }

#ticket-container {
  color: #ddd;
  font-weight: bold;
  font-size: 16px;
  text-align: center; }
  #ticket-container input[type="email"], #ticket-container input[type="number"], #ticket-container input[type="password"], #ticket-container input[type="search"], #ticket-container input[type="tel"], #ticket-container input[type="text"], #ticket-container input[type="url"], #ticket-container input[type="color"], #ticket-container input[type="date"], #ticket-container input[type="datetime"], #ticket-container input[type="datetime-local"], #ticket-container input[type="month"], #ticket-container input[type="time"], #ticket-container input[type="week"], #ticket-container textarea, #ticket-container select {
    background-color: white;
    color: black;
    padding: 5px;
    border: 1px solid gray;
    border-left: 2px solid gray;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px; }
    #ticket-container input[type="email"]:focus, #ticket-container input[type="number"]:focus, #ticket-container input[type="password"]:focus, #ticket-container input[type="search"]:focus, #ticket-container input[type="tel"]:focus, #ticket-container input[type="text"]:focus, #ticket-container input[type="url"]:focus, #ticket-container input[type="color"]:focus, #ticket-container input[type="date"]:focus, #ticket-container input[type="datetime"]:focus, #ticket-container input[type="datetime-local"]:focus, #ticket-container input[type="month"]:focus, #ticket-container input[type="time"]:focus, #ticket-container input[type="week"]:focus, #ticket-container textarea:focus, #ticket-container select:focus {
      border: 1px solid gray;
      border-left: 2px solid #1e8fc6; }
    #ticket-container input[type="email"]::-webkit-input-placeholder, #ticket-container input[type="number"]::-webkit-input-placeholder, #ticket-container input[type="password"]::-webkit-input-placeholder, #ticket-container input[type="search"]::-webkit-input-placeholder, #ticket-container input[type="tel"]::-webkit-input-placeholder, #ticket-container input[type="text"]::-webkit-input-placeholder, #ticket-container input[type="url"]::-webkit-input-placeholder, #ticket-container input[type="color"]::-webkit-input-placeholder, #ticket-container input[type="date"]::-webkit-input-placeholder, #ticket-container input[type="datetime"]::-webkit-input-placeholder, #ticket-container input[type="datetime-local"]::-webkit-input-placeholder, #ticket-container input[type="month"]::-webkit-input-placeholder, #ticket-container input[type="time"]::-webkit-input-placeholder, #ticket-container input[type="week"]::-webkit-input-placeholder, #ticket-container textarea::-webkit-input-placeholder, #ticket-container select::-webkit-input-placeholder {
      color: #444444; }
    #ticket-container input[type="email"]::-moz-placeholder, #ticket-container input[type="number"]::-moz-placeholder, #ticket-container input[type="password"]::-moz-placeholder, #ticket-container input[type="search"]::-moz-placeholder, #ticket-container input[type="tel"]::-moz-placeholder, #ticket-container input[type="text"]::-moz-placeholder, #ticket-container input[type="url"]::-moz-placeholder, #ticket-container input[type="color"]::-moz-placeholder, #ticket-container input[type="date"]::-moz-placeholder, #ticket-container input[type="datetime"]::-moz-placeholder, #ticket-container input[type="datetime-local"]::-moz-placeholder, #ticket-container input[type="month"]::-moz-placeholder, #ticket-container input[type="time"]::-moz-placeholder, #ticket-container input[type="week"]::-moz-placeholder, #ticket-container textarea::-moz-placeholder, #ticket-container select::-moz-placeholder {
      color: #444444; }
    #ticket-container input[type="email"]:-moz-placeholder, #ticket-container input[type="number"]:-moz-placeholder, #ticket-container input[type="password"]:-moz-placeholder, #ticket-container input[type="search"]:-moz-placeholder, #ticket-container input[type="tel"]:-moz-placeholder, #ticket-container input[type="text"]:-moz-placeholder, #ticket-container input[type="url"]:-moz-placeholder, #ticket-container input[type="color"]:-moz-placeholder, #ticket-container input[type="date"]:-moz-placeholder, #ticket-container input[type="datetime"]:-moz-placeholder, #ticket-container input[type="datetime-local"]:-moz-placeholder, #ticket-container input[type="month"]:-moz-placeholder, #ticket-container input[type="time"]:-moz-placeholder, #ticket-container input[type="week"]:-moz-placeholder, #ticket-container textarea:-moz-placeholder, #ticket-container select:-moz-placeholder {
      color: #444444; }
    #ticket-container input[type="email"]:-ms-input-placeholder, #ticket-container input[type="number"]:-ms-input-placeholder, #ticket-container input[type="password"]:-ms-input-placeholder, #ticket-container input[type="search"]:-ms-input-placeholder, #ticket-container input[type="tel"]:-ms-input-placeholder, #ticket-container input[type="text"]:-ms-input-placeholder, #ticket-container input[type="url"]:-ms-input-placeholder, #ticket-container input[type="color"]:-ms-input-placeholder, #ticket-container input[type="date"]:-ms-input-placeholder, #ticket-container input[type="datetime"]:-ms-input-placeholder, #ticket-container input[type="datetime-local"]:-ms-input-placeholder, #ticket-container input[type="month"]:-ms-input-placeholder, #ticket-container input[type="time"]:-ms-input-placeholder, #ticket-container input[type="week"]:-ms-input-placeholder, #ticket-container textarea:-ms-input-placeholder, #ticket-container select:-ms-input-placeholder {
      color: #444444; }
    @media screen and (max-width: 1024px) {
      #ticket-container input[type="email"], #ticket-container input[type="number"], #ticket-container input[type="password"], #ticket-container input[type="search"], #ticket-container input[type="tel"], #ticket-container input[type="text"], #ticket-container input[type="url"], #ticket-container input[type="color"], #ticket-container input[type="date"], #ticket-container input[type="datetime"], #ticket-container input[type="datetime-local"], #ticket-container input[type="month"], #ticket-container input[type="time"], #ticket-container input[type="week"], #ticket-container textarea, #ticket-container select {
        width: 40%; } }
    @media screen and (max-width: 480px) {
      #ticket-container input[type="email"], #ticket-container input[type="number"], #ticket-container input[type="password"], #ticket-container input[type="search"], #ticket-container input[type="tel"], #ticket-container input[type="text"], #ticket-container input[type="url"], #ticket-container input[type="color"], #ticket-container input[type="date"], #ticket-container input[type="datetime"], #ticket-container input[type="datetime-local"], #ticket-container input[type="month"], #ticket-container input[type="time"], #ticket-container input[type="week"], #ticket-container textarea, #ticket-container select {
        width: calc(100% - 180px); } }
    #ticket-container input[type="email"].ng-invalid.submitted, #ticket-container input[type="number"].ng-invalid.submitted, #ticket-container input[type="password"].ng-invalid.submitted, #ticket-container input[type="search"].ng-invalid.submitted, #ticket-container input[type="tel"].ng-invalid.submitted, #ticket-container input[type="text"].ng-invalid.submitted, #ticket-container input[type="url"].ng-invalid.submitted, #ticket-container input[type="color"].ng-invalid.submitted, #ticket-container input[type="date"].ng-invalid.submitted, #ticket-container input[type="datetime"].ng-invalid.submitted, #ticket-container input[type="datetime-local"].ng-invalid.submitted, #ticket-container input[type="month"].ng-invalid.submitted, #ticket-container input[type="time"].ng-invalid.submitted, #ticket-container input[type="week"].ng-invalid.submitted, #ticket-container textarea.ng-invalid.submitted, #ticket-container select.ng-invalid.submitted {
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  #ticket-container .form-inline {
    text-align: center; }
    #ticket-container .form-inline button {
      padding: 15px;
      font-size: 22px;
      margin: 0px;
      top: 5px;
      height: 80px;
      width: 200px;
      box-sizing: border-box;
      display: inline-block; }
    #ticket-container .form-inline input {
      display: inline-block;
      padding: 15px;
      font-size: 22px;
      width: 300px;
      margin: 0px;
      top: 0px;
      height: 80px;
      box-sizing: border-box;
      opacity: 1; }

#ticket-table, #event-table, #city-table {
  width: 100%;
  color: #333; }
  #ticket-table .mobile-show, #event-table .mobile-show, #city-table .mobile-show {
    display: none; }
    @media screen and (max-width: 768px) {
      #ticket-table .mobile-show, #event-table .mobile-show, #city-table .mobile-show {
        display: block; } }
  @media screen and (max-width: 768px) {
    #ticket-table #city-col, #event-table #city-col, #city-table #city-col {
      width: 50%; } }
  #ticket-table .mobile-hide, #event-table .mobile-hide, #city-table .mobile-hide {
    display: table-cell; }
    @media screen and (max-width: 768px) {
      #ticket-table .mobile-hide, #event-table .mobile-hide, #city-table .mobile-hide {
        display: none; } }
  @media screen and (max-width: 768px) {
    #ticket-table .date-text, #event-table .date-text, #city-table .date-text {
      font-size: 17px; } }
  @media screen and (max-width: 480px) {
    #ticket-table .date-text, #event-table .date-text, #city-table .date-text {
      font-size: 15px; } }
  #ticket-table .header-row, #event-table .header-row, #city-table .header-row {
    background-color: transparent;
    color: #ddd; }
    #ticket-table .header-row select, #event-table .header-row select, #city-table .header-row select {
      font-size: 20px;
      padding: 10px; }
    #ticket-table .header-row th, #event-table .header-row th, #city-table .header-row th {
      border: none;
      background-color: transparent;
      padding-top: 15px;
      padding-bottom: 15px; }
  #ticket-table .main-header, #event-table .main-header, #city-table .main-header {
    font-size: 20px;
    background-color: #eee; }
    #ticket-table .main-header th:not(:first-child), #event-table .main-header th:not(:first-child), #city-table .main-header th:not(:first-child) {
      border-left: 1px solid #ccc; }
  #ticket-table td, #event-table td, #city-table td, #ticket-table th, #event-table th, #city-table th {
    vertical-align: middle;
    text-align: center;
    padding: 15px 5px; }
    @media screen and (max-width: 768px) {
      #ticket-table td, #event-table td, #city-table td, #ticket-table th, #event-table th, #city-table th {
        font-size: 17px; } }
    @media screen and (max-width: 480px) {
      #ticket-table td, #event-table td, #city-table td, #ticket-table th, #event-table th, #city-table th {
        font-size: 14px; } }
  #ticket-table tfoot, #event-table tfoot, #city-table tfoot {
    background-color: #333;
    color: white;
    font-weight: 300; }
    #ticket-table tfoot td, #event-table tfoot td, #city-table tfoot td {
      text-align: left; }
  #ticket-table tbody, #event-table tbody, #city-table tbody {
    background-color: #eee; }
    #ticket-table tbody tr:not(.group-header) td:first-child, #event-table tbody tr:not(.group-header) td:first-child, #city-table tbody tr:not(.group-header) td:first-child {
      font-size: 20px;
      padding-left: 50px; }
      @media screen and (max-width: 768px) {
        #ticket-table tbody tr:not(.group-header) td:first-child, #event-table tbody tr:not(.group-header) td:first-child, #city-table tbody tr:not(.group-header) td:first-child {
          font-size: 18px;
          padding-left: 0px; } }
      @media screen and (max-width: 480px) {
        #ticket-table tbody tr:not(.group-header) td:first-child, #event-table tbody tr:not(.group-header) td:first-child, #city-table tbody tr:not(.group-header) td:first-child {
          font-size: 16px;
          padding-left: 0px; } }
    #ticket-table tbody tr:not(.group-header):nth-child(odd):not(.group-header) td, #event-table tbody tr:not(.group-header):nth-child(odd):not(.group-header) td, #city-table tbody tr:not(.group-header):nth-child(odd):not(.group-header) td {
      background-color: #dddddd; }
    #ticket-table tbody tr:not(.group-header) .mobile-theater, #event-table tbody tr:not(.group-header) .mobile-theater, #city-table tbody tr:not(.group-header) .mobile-theater {
      font-size: 12px !important; }
      @media screen and (max-width: 768px) {
        #ticket-table tbody tr:not(.group-header) .mobile-theater, #event-table tbody tr:not(.group-header) .mobile-theater, #city-table tbody tr:not(.group-header) .mobile-theater {
          font-size: 14px !important; } }
  #ticket-table .group-header, #event-table .group-header, #city-table .group-header {
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    background-color: #3d3d3d; }
    #ticket-table .group-header h5, #event-table .group-header h5, #city-table .group-header h5 {
      font-size: 16px; }
  #ticket-table .engage-head, #event-table .engage-head, #city-table .engage-head {
    background-color: #135c80;
    background-image: -webkit-linear-gradient(bottom, #104e6c, #18729e);
    background-image: linear-gradient(to top,#104e6c, #18729e); }
    #ticket-table .engage-head td, #event-table .engage-head td, #city-table .engage-head td {
      padding-top: 10px;
      padding-bottom: 30px;
      border-bottom: 4px dashed #0c394f; }
  #ticket-table .st-sort-ascent:before, #event-table .st-sort-ascent:before, #city-table .st-sort-ascent:before {
    content: '\25BC';
    font-size: 10px;
    opacity: 0.5;
    padding-right: 5px; }
  #ticket-table .st-sort-descent:before, #event-table .st-sort-descent:before, #city-table .st-sort-descent:before {
    content: '\25B2';
    font-size: 10px;
    opacity: 0.5;
    padding-right: 5px; }
  #ticket-table .clear-filters, #event-table .clear-filters, #city-table .clear-filters {
    cursor: pointer; }
  #ticket-table .text-close, #event-table .text-close, #city-table .text-close {
    color: #1b80b2; }
  #ticket-table .text-medium, #event-table .text-medium, #city-table .text-medium {
    color: #8a6d3b; }
  #ticket-table .text-far, #event-table .text-far, #city-table .text-far {
    color: #a94442; }

.fill-button-holder {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  display: inline-block; }
  .fill-button-holder button.fill-button {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    max-width: 160px;
    padding: 7px;
    background-color: #1b80b2; }
    .fill-button-holder button.fill-button:after {
      background-color: #125576; }
    .fill-button-holder button.fill-button:hover {
      color: white; }

.ticket-ft-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: -moz-radial-gradient(center, ellipse cover, rgba(30, 143, 198, 0.25) 0%, rgba(30, 143, 198, 0) 59%, rgba(30, 143, 198, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(30, 143, 198, 0.25)), color-stop(59%, rgba(30, 143, 198, 0)), color-stop(100%, rgba(30, 143, 198, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(30, 143, 198, 0.25) 0%, rgba(30, 143, 198, 0) 59%, rgba(30, 143, 198, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(30, 143, 198, 0.25) 0%, rgba(30, 143, 198, 0) 59%, rgba(30, 143, 198, 0) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(30, 143, 198, 0.25) 0%, rgba(30, 143, 198, 0) 59%, rgba(30, 143, 198, 0) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(30, 143, 198, 0.25) 0%, rgba(30, 143, 198, 0) 59%, rgba(30, 143, 198, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#401e8fc6', endColorstr='#001e8fc6',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .ticket-ft-block:last-child {
    margin-right: 0; }
  .ticket-ft-block:not(:first-child) {
    border-left: 1px inset rgba(153, 153, 153, 0.2); }
  @media screen and (max-width: 768px) {
    .ticket-ft-block {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .ticket-ft-block:last-child {
        margin-right: 0; }
      .ticket-ft-block:not(:first-child) {
        border-left: 0px transparent solid !important;
        border-top: 1px inset rgba(153, 153, 153, 0.2);
        margin-top: 15px;
        padding-top: 15px; } }
  .ticket-ft-block:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }
  .ticket-ft-block button {
    background-color: #ccc;
    color: #333;
    padding: 8px; }
  .ticket-ft-block h3 {
    padding: 15px 0px; }
  .ticket-ft-block .ico-bg {
    font-size: 80px;
    opacity: 0.4; }

#event-table {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5); }
  #event-table .text-far, #event-table .text-close, #event-table .text-medium {
    font-weight: 700; }
  #event-table td, #event-table th {
    background-color: #111;
    border-color: #333 !important;
    border-style: solid;
    color: white;
    font-weight: 200;
    padding: 5px; }
  #event-table tr:nth-child(odd) td {
    background-color: #222 !important; }

#city-table th {
  background-color: #ccc; }
#city-table td {
  padding: 5px !important;
  background-color: #dfdfdf !important; }
#city-table tr:nth-child(odd) td {
  background-color: #ededed !important; }

.engagement-container {
  border-top: 8px solid #1e8fc6;
  border-radius: 3px;
  background-color: #eee;
  color: #333; }
  .engagement-container .engagement-row {
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 2px #bbb solid; }
    .engagement-container .engagement-row:nth-child(even) {
      background-color: #ddd; }
  .engagement-container h1 {
    padding-bottom: 10px; }
  .engagement-container .ico-bg {
    font-size: 60px;
    opacity: 0.4; }
    @media screen and (max-width: 768px) {
      .engagement-container .ico-bg {
        font-size: 50px; } }
  .engagement-container button {
    max-width: 500px !important;
    padding: 10px !important;
    text-align: center !important; }
  .engagement-container .big-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .engagement-container .big-left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .engagement-container .big-left {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .engagement-container .big-left:last-child {
          margin-right: 0; } }
    .engagement-container .big-left .left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .engagement-container .big-left .left:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .engagement-container .big-left .left {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 12.64237%; }
          .engagement-container .big-left .left:last-child {
            margin-right: 0; } }
    .engagement-container .big-left .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      text-align: left; }
      .engagement-container .big-left .right:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .engagement-container .big-left .right {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 82.52847%; }
          .engagement-container .big-left .right:last-child {
            margin-right: 0; } }
  .engagement-container .big-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .engagement-container .big-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .engagement-container .big-right {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%;
        padding-top: 10px;
        margin-top: 10px; }
        .engagement-container .big-right:last-child {
          margin-right: 0; } }
    .engagement-container .big-right .left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .engagement-container .big-right .left:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .engagement-container .big-right .left {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 12.64237%; }
          .engagement-container .big-right .left:last-child {
            margin-right: 0; } }
    .engagement-container .big-right .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      text-align: left; }
      .engagement-container .big-right .right:last-child {
        margin-right: 0; }
      .engagement-container .big-right .right button {
        font-size: 14px;
        padding: 5px !important;
        text-align: center !important; }
      @media screen and (max-width: 768px) {
        .engagement-container .big-right .right {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 82.52847%; }
          .engagement-container .big-right .right:last-child {
            margin-right: 0; } }
  .engagement-container .text-close {
    color: #1b80b2;
    font-weight: 700; }
  .engagement-container .text-medium {
    color: #8a6d3b;
    font-weight: 700; }
  .engagement-container .text-far {
    color: #a94442;
    font-weight: 700; }

#ringtone-title-top {
  text-align: center;
  display: none; }
  @media screen and (max-width: 768px) {
    #ringtone-title-top {
      display: inline-block; } }

#ringtone-title-bottom {
  text-align: center;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #ringtone-title-bottom {
      display: none; } }

#home-big-iframe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  margin-top: 10px;
  box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.5);
  height: 450px; }
  #home-big-iframe:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #home-big-iframe {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%;
      height: 300px; }
      #home-big-iframe:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #home-big-iframe {
      height: 250px; } }

.fb-share {
  background-color: #3c5a99 !important; }
  .fb-share:hover {
    background-color: white !important;
    color: #333 !important; }

.endorsements {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .endorsements:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .endorsements {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-left: 0%; }
      .endorsements:last-child {
        margin-right: 0; } }
  .endorsements .quote {
    position: relative;
    background: -moz-linear-gradient(left, rgba(30, 143, 198, 0.1) 0%, rgba(11, 51, 71, 0) 64%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 143, 198, 0.1)), color-stop(64%, rgba(11, 51, 71, 0)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(30, 143, 198, 0.1) 0%, rgba(11, 51, 71, 0) 64%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(30, 143, 198, 0.1) 0%, rgba(11, 51, 71, 0) 64%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(30, 143, 198, 0.1) 0%, rgba(11, 51, 71, 0) 64%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(30, 143, 198, 0.1) 0%, rgba(11, 51, 71, 0) 64%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1e8fc6', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    border-left: 3px solid #32a3da;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 28px;
    text-shadow: 1px 1px 8px black;
    /*
    		&:before{
    			content: open-quote;
    			position: absolute;
    			font-size: 35px;
    			
    		}
    		&:after{
    			content: close-quote;
    			position: absolute;
    			font-size: 35px;
    			right: -10px;
    		}
    */ }
    .endorsements .quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .endorsements .quote {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .endorsements .quote:last-child {
          margin-right: 0; } }
    .endorsements .quote.big {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .endorsements .quote.big:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .endorsements .quote.big {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .endorsements .quote.big:last-child {
            margin-right: 0; } }
    .endorsements .quote.md {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .endorsements .quote.md:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .endorsements .quote.md {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .endorsements .quote.md:last-child {
            margin-right: 0; } }
    .endorsements .quote span {
      font-size: 20px;
      font-style: italic;
      opacity: 0.8; }

.inline-form-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .inline-form-left:last-child {
    margin-right: 0; }
  .inline-form-left input {
    padding-top: 13px !important;
    padding-bottom: 14px !important; }
  @media screen and (max-width: 768px) {
    .inline-form-left {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      padding-right: 25px; }
      .inline-form-left:last-child {
        margin-right: 0; } }

.inline-form-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .inline-form-right:last-child {
    margin-right: 0; }
  .inline-form-right button {
    padding-top: 15px;
    padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .inline-form-right {
      padding-top: 6px;
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .inline-form-right button {
        width: 100%; }
      .inline-form-right:last-child {
        margin-right: 0; } }

.sponsor-cell {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .sponsor-cell:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sponsor-cell {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .sponsor-cell:last-child {
        margin-right: 0; } }

.bootstrap article,
.bootstrap aside,
.bootstrap details,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap menu,
.bootstrap nav,
.bootstrap section,
.bootstrap summary {
  display: block; }
.bootstrap audio,
.bootstrap canvas,
.bootstrap progress,
.bootstrap video {
  display: inline-block;
  vertical-align: baseline; }
.bootstrap audio:not([controls]) {
  display: none;
  height: 0; }
.bootstrap [hidden],
.bootstrap template {
  display: none; }
.bootstrap a {
  background-color: transparent; }
.bootstrap a:active,
.bootstrap a:hover {
  outline: 0; }
.bootstrap abbr[title] {
  border-bottom: 1px dotted; }
.bootstrap b,
.bootstrap strong {
  font-weight: bold; }
.bootstrap dfn {
  font-style: italic; }
.bootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0; }
.bootstrap mark {
  background: #ff0;
  color: #000; }
.bootstrap small {
  font-size: 80%; }
.bootstrap sub,
.bootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
.bootstrap sup {
  top: -0.5em; }
.bootstrap sub {
  bottom: -0.25em; }
.bootstrap img {
  border: 0; }
.bootstrap svg:not(:root) {
  overflow: hidden; }
.bootstrap figure {
  margin: 1em 40px; }
.bootstrap hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
.bootstrap pre {
  overflow: auto; }
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: monospace, monospace;
  font-size: 1em; }
.bootstrap button,
.bootstrap input,
.bootstrap optgroup,
.bootstrap select,
.bootstrap textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
.bootstrap button {
  overflow: visible; }
.bootstrap button,
.bootstrap select {
  text-transform: none; }
.bootstrap button,
.bootstrap html input[type="button"],
.bootstrap input[type="reset"],
.bootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }
.bootstrap button[disabled],
.bootstrap html input[disabled] {
  cursor: default; }
.bootstrap button::-moz-focus-inner,
.bootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0; }
.bootstrap input {
  line-height: normal; }
.bootstrap input[type="checkbox"],
.bootstrap input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
.bootstrap input[type="number"]::-webkit-inner-spin-button,
.bootstrap input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
.bootstrap input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.bootstrap input[type="search"]::-webkit-search-cancel-button,
.bootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
.bootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
.bootstrap legend {
  border: 0;
  padding: 0; }
.bootstrap textarea {
  overflow: auto; }
.bootstrap optgroup {
  font-weight: bold; }
.bootstrap table {
  border-collapse: collapse;
  border-spacing: 0; }
.bootstrap td,
.bootstrap th {
  padding: 0; }
@font-face {
  .bootstrap {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } }
.bootstrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.bootstrap .glyphicon-asterisk:before {
  content: "\2a"; }
.bootstrap .glyphicon-plus:before {
  content: "\2b"; }
.bootstrap .glyphicon-euro:before,
.bootstrap .glyphicon-eur:before {
  content: "\20ac"; }
.bootstrap .glyphicon-minus:before {
  content: "\2212"; }
.bootstrap .glyphicon-cloud:before {
  content: "\2601"; }
.bootstrap .glyphicon-envelope:before {
  content: "\2709"; }
.bootstrap .glyphicon-pencil:before {
  content: "\270f"; }
.bootstrap .glyphicon-glass:before {
  content: "\e001"; }
.bootstrap .glyphicon-music:before {
  content: "\e002"; }
.bootstrap .glyphicon-search:before {
  content: "\e003"; }
.bootstrap .glyphicon-heart:before {
  content: "\e005"; }
.bootstrap .glyphicon-star:before {
  content: "\e006"; }
.bootstrap .glyphicon-star-empty:before {
  content: "\e007"; }
.bootstrap .glyphicon-user:before {
  content: "\e008"; }
.bootstrap .glyphicon-film:before {
  content: "\e009"; }
.bootstrap .glyphicon-th-large:before {
  content: "\e010"; }
.bootstrap .glyphicon-th:before {
  content: "\e011"; }
.bootstrap .glyphicon-th-list:before {
  content: "\e012"; }
.bootstrap .glyphicon-ok:before {
  content: "\e013"; }
.bootstrap .glyphicon-remove:before {
  content: "\e014"; }
.bootstrap .glyphicon-zoom-in:before {
  content: "\e015"; }
.bootstrap .glyphicon-zoom-out:before {
  content: "\e016"; }
.bootstrap .glyphicon-off:before {
  content: "\e017"; }
.bootstrap .glyphicon-signal:before {
  content: "\e018"; }
.bootstrap .glyphicon-cog:before {
  content: "\e019"; }
.bootstrap .glyphicon-trash:before {
  content: "\e020"; }
.bootstrap .glyphicon-home:before {
  content: "\e021"; }
.bootstrap .glyphicon-file:before {
  content: "\e022"; }
.bootstrap .glyphicon-time:before {
  content: "\e023"; }
.bootstrap .glyphicon-road:before {
  content: "\e024"; }
.bootstrap .glyphicon-download-alt:before {
  content: "\e025"; }
.bootstrap .glyphicon-download:before {
  content: "\e026"; }
.bootstrap .glyphicon-upload:before {
  content: "\e027"; }
.bootstrap .glyphicon-inbox:before {
  content: "\e028"; }
.bootstrap .glyphicon-play-circle:before {
  content: "\e029"; }
.bootstrap .glyphicon-repeat:before {
  content: "\e030"; }
.bootstrap .glyphicon-refresh:before {
  content: "\e031"; }
.bootstrap .glyphicon-list-alt:before {
  content: "\e032"; }
.bootstrap .glyphicon-lock:before {
  content: "\e033"; }
.bootstrap .glyphicon-flag:before {
  content: "\e034"; }
.bootstrap .glyphicon-headphones:before {
  content: "\e035"; }
.bootstrap .glyphicon-volume-off:before {
  content: "\e036"; }
.bootstrap .glyphicon-volume-down:before {
  content: "\e037"; }
.bootstrap .glyphicon-volume-up:before {
  content: "\e038"; }
.bootstrap .glyphicon-qrcode:before {
  content: "\e039"; }
.bootstrap .glyphicon-barcode:before {
  content: "\e040"; }
.bootstrap .glyphicon-tag:before {
  content: "\e041"; }
.bootstrap .glyphicon-tags:before {
  content: "\e042"; }
.bootstrap .glyphicon-book:before {
  content: "\e043"; }
.bootstrap .glyphicon-bookmark:before {
  content: "\e044"; }
.bootstrap .glyphicon-print:before {
  content: "\e045"; }
.bootstrap .glyphicon-camera:before {
  content: "\e046"; }
.bootstrap .glyphicon-font:before {
  content: "\e047"; }
.bootstrap .glyphicon-bold:before {
  content: "\e048"; }
.bootstrap .glyphicon-italic:before {
  content: "\e049"; }
.bootstrap .glyphicon-text-height:before {
  content: "\e050"; }
.bootstrap .glyphicon-text-width:before {
  content: "\e051"; }
.bootstrap .glyphicon-align-left:before {
  content: "\e052"; }
.bootstrap .glyphicon-align-center:before {
  content: "\e053"; }
.bootstrap .glyphicon-align-right:before {
  content: "\e054"; }
.bootstrap .glyphicon-align-justify:before {
  content: "\e055"; }
.bootstrap .glyphicon-list:before {
  content: "\e056"; }
.bootstrap .glyphicon-indent-left:before {
  content: "\e057"; }
.bootstrap .glyphicon-indent-right:before {
  content: "\e058"; }
.bootstrap .glyphicon-facetime-video:before {
  content: "\e059"; }
.bootstrap .glyphicon-picture:before {
  content: "\e060"; }
.bootstrap .glyphicon-map-marker:before {
  content: "\e062"; }
.bootstrap .glyphicon-adjust:before {
  content: "\e063"; }
.bootstrap .glyphicon-tint:before {
  content: "\e064"; }
.bootstrap .glyphicon-edit:before {
  content: "\e065"; }
.bootstrap .glyphicon-share:before {
  content: "\e066"; }
.bootstrap .glyphicon-check:before {
  content: "\e067"; }
.bootstrap .glyphicon-move:before {
  content: "\e068"; }
.bootstrap .glyphicon-step-backward:before {
  content: "\e069"; }
.bootstrap .glyphicon-fast-backward:before {
  content: "\e070"; }
.bootstrap .glyphicon-backward:before {
  content: "\e071"; }
.bootstrap .glyphicon-play:before {
  content: "\e072"; }
.bootstrap .glyphicon-pause:before {
  content: "\e073"; }
.bootstrap .glyphicon-stop:before {
  content: "\e074"; }
.bootstrap .glyphicon-forward:before {
  content: "\e075"; }
.bootstrap .glyphicon-fast-forward:before {
  content: "\e076"; }
.bootstrap .glyphicon-step-forward:before {
  content: "\e077"; }
.bootstrap .glyphicon-eject:before {
  content: "\e078"; }
.bootstrap .glyphicon-chevron-left:before {
  content: "\e079"; }
.bootstrap .glyphicon-chevron-right:before {
  content: "\e080"; }
.bootstrap .glyphicon-plus-sign:before {
  content: "\e081"; }
.bootstrap .glyphicon-minus-sign:before {
  content: "\e082"; }
.bootstrap .glyphicon-remove-sign:before {
  content: "\e083"; }
.bootstrap .glyphicon-ok-sign:before {
  content: "\e084"; }
.bootstrap .glyphicon-question-sign:before {
  content: "\e085"; }
.bootstrap .glyphicon-info-sign:before {
  content: "\e086"; }
.bootstrap .glyphicon-screenshot:before {
  content: "\e087"; }
.bootstrap .glyphicon-remove-circle:before {
  content: "\e088"; }
.bootstrap .glyphicon-ok-circle:before {
  content: "\e089"; }
.bootstrap .glyphicon-ban-circle:before {
  content: "\e090"; }
.bootstrap .glyphicon-arrow-left:before {
  content: "\e091"; }
.bootstrap .glyphicon-arrow-right:before {
  content: "\e092"; }
.bootstrap .glyphicon-arrow-up:before {
  content: "\e093"; }
.bootstrap .glyphicon-arrow-down:before {
  content: "\e094"; }
.bootstrap .glyphicon-share-alt:before {
  content: "\e095"; }
.bootstrap .glyphicon-resize-full:before {
  content: "\e096"; }
.bootstrap .glyphicon-resize-small:before {
  content: "\e097"; }
.bootstrap .glyphicon-exclamation-sign:before {
  content: "\e101"; }
.bootstrap .glyphicon-gift:before {
  content: "\e102"; }
.bootstrap .glyphicon-leaf:before {
  content: "\e103"; }
.bootstrap .glyphicon-fire:before {
  content: "\e104"; }
.bootstrap .glyphicon-eye-open:before {
  content: "\e105"; }
.bootstrap .glyphicon-eye-close:before {
  content: "\e106"; }
.bootstrap .glyphicon-warning-sign:before {
  content: "\e107"; }
.bootstrap .glyphicon-plane:before {
  content: "\e108"; }
.bootstrap .glyphicon-calendar:before {
  content: "\e109"; }
.bootstrap .glyphicon-random:before {
  content: "\e110"; }
.bootstrap .glyphicon-comment:before {
  content: "\e111"; }
.bootstrap .glyphicon-magnet:before {
  content: "\e112"; }
.bootstrap .glyphicon-chevron-up:before {
  content: "\e113"; }
.bootstrap .glyphicon-chevron-down:before {
  content: "\e114"; }
.bootstrap .glyphicon-retweet:before {
  content: "\e115"; }
.bootstrap .glyphicon-shopping-cart:before {
  content: "\e116"; }
.bootstrap .glyphicon-folder-close:before {
  content: "\e117"; }
.bootstrap .glyphicon-folder-open:before {
  content: "\e118"; }
.bootstrap .glyphicon-resize-vertical:before {
  content: "\e119"; }
.bootstrap .glyphicon-resize-horizontal:before {
  content: "\e120"; }
.bootstrap .glyphicon-hdd:before {
  content: "\e121"; }
.bootstrap .glyphicon-bullhorn:before {
  content: "\e122"; }
.bootstrap .glyphicon-bell:before {
  content: "\e123"; }
.bootstrap .glyphicon-certificate:before {
  content: "\e124"; }
.bootstrap .glyphicon-thumbs-up:before {
  content: "\e125"; }
.bootstrap .glyphicon-thumbs-down:before {
  content: "\e126"; }
.bootstrap .glyphicon-hand-right:before {
  content: "\e127"; }
.bootstrap .glyphicon-hand-left:before {
  content: "\e128"; }
.bootstrap .glyphicon-hand-up:before {
  content: "\e129"; }
.bootstrap .glyphicon-hand-down:before {
  content: "\e130"; }
.bootstrap .glyphicon-circle-arrow-right:before {
  content: "\e131"; }
.bootstrap .glyphicon-circle-arrow-left:before {
  content: "\e132"; }
.bootstrap .glyphicon-circle-arrow-up:before {
  content: "\e133"; }
.bootstrap .glyphicon-circle-arrow-down:before {
  content: "\e134"; }
.bootstrap .glyphicon-globe:before {
  content: "\e135"; }
.bootstrap .glyphicon-wrench:before {
  content: "\e136"; }
.bootstrap .glyphicon-tasks:before {
  content: "\e137"; }
.bootstrap .glyphicon-filter:before {
  content: "\e138"; }
.bootstrap .glyphicon-briefcase:before {
  content: "\e139"; }
.bootstrap .glyphicon-fullscreen:before {
  content: "\e140"; }
.bootstrap .glyphicon-dashboard:before {
  content: "\e141"; }
.bootstrap .glyphicon-paperclip:before {
  content: "\e142"; }
.bootstrap .glyphicon-heart-empty:before {
  content: "\e143"; }
.bootstrap .glyphicon-link:before {
  content: "\e144"; }
.bootstrap .glyphicon-phone:before {
  content: "\e145"; }
.bootstrap .glyphicon-pushpin:before {
  content: "\e146"; }
.bootstrap .glyphicon-usd:before {
  content: "\e148"; }
.bootstrap .glyphicon-gbp:before {
  content: "\e149"; }
.bootstrap .glyphicon-sort:before {
  content: "\e150"; }
.bootstrap .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }
.bootstrap .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }
.bootstrap .glyphicon-sort-by-order:before {
  content: "\e153"; }
.bootstrap .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }
.bootstrap .glyphicon-sort-by-attributes:before {
  content: "\e155"; }
.bootstrap .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }
.bootstrap .glyphicon-unchecked:before {
  content: "\e157"; }
.bootstrap .glyphicon-expand:before {
  content: "\e158"; }
.bootstrap .glyphicon-collapse-down:before {
  content: "\e159"; }
.bootstrap .glyphicon-collapse-up:before {
  content: "\e160"; }
.bootstrap .glyphicon-log-in:before {
  content: "\e161"; }
.bootstrap .glyphicon-flash:before {
  content: "\e162"; }
.bootstrap .glyphicon-log-out:before {
  content: "\e163"; }
.bootstrap .glyphicon-new-window:before {
  content: "\e164"; }
.bootstrap .glyphicon-record:before {
  content: "\e165"; }
.bootstrap .glyphicon-save:before {
  content: "\e166"; }
.bootstrap .glyphicon-open:before {
  content: "\e167"; }
.bootstrap .glyphicon-saved:before {
  content: "\e168"; }
.bootstrap .glyphicon-import:before {
  content: "\e169"; }
.bootstrap .glyphicon-export:before {
  content: "\e170"; }
.bootstrap .glyphicon-send:before {
  content: "\e171"; }
.bootstrap .glyphicon-floppy-disk:before {
  content: "\e172"; }
.bootstrap .glyphicon-floppy-saved:before {
  content: "\e173"; }
.bootstrap .glyphicon-floppy-remove:before {
  content: "\e174"; }
.bootstrap .glyphicon-floppy-save:before {
  content: "\e175"; }
.bootstrap .glyphicon-floppy-open:before {
  content: "\e176"; }
.bootstrap .glyphicon-credit-card:before {
  content: "\e177"; }
.bootstrap .glyphicon-transfer:before {
  content: "\e178"; }
.bootstrap .glyphicon-cutlery:before {
  content: "\e179"; }
.bootstrap .glyphicon-header:before {
  content: "\e180"; }
.bootstrap .glyphicon-compressed:before {
  content: "\e181"; }
.bootstrap .glyphicon-earphone:before {
  content: "\e182"; }
.bootstrap .glyphicon-phone-alt:before {
  content: "\e183"; }
.bootstrap .glyphicon-tower:before {
  content: "\e184"; }
.bootstrap .glyphicon-stats:before {
  content: "\e185"; }
.bootstrap .glyphicon-sd-video:before {
  content: "\e186"; }
.bootstrap .glyphicon-hd-video:before {
  content: "\e187"; }
.bootstrap .glyphicon-subtitles:before {
  content: "\e188"; }
.bootstrap .glyphicon-sound-stereo:before {
  content: "\e189"; }
.bootstrap .glyphicon-sound-dolby:before {
  content: "\e190"; }
.bootstrap .glyphicon-sound-5-1:before {
  content: "\e191"; }
.bootstrap .glyphicon-sound-6-1:before {
  content: "\e192"; }
.bootstrap .glyphicon-sound-7-1:before {
  content: "\e193"; }
.bootstrap .glyphicon-copyright-mark:before {
  content: "\e194"; }
.bootstrap .glyphicon-registration-mark:before {
  content: "\e195"; }
.bootstrap .glyphicon-cloud-download:before {
  content: "\e197"; }
.bootstrap .glyphicon-cloud-upload:before {
  content: "\e198"; }
.bootstrap .glyphicon-tree-conifer:before {
  content: "\e199"; }
.bootstrap .glyphicon-tree-deciduous:before {
  content: "\e200"; }
.bootstrap .glyphicon-cd:before {
  content: "\e201"; }
.bootstrap .glyphicon-save-file:before {
  content: "\e202"; }
.bootstrap .glyphicon-open-file:before {
  content: "\e203"; }
.bootstrap .glyphicon-level-up:before {
  content: "\e204"; }
.bootstrap .glyphicon-copy:before {
  content: "\e205"; }
.bootstrap .glyphicon-paste:before {
  content: "\e206"; }
.bootstrap .glyphicon-alert:before {
  content: "\e209"; }
.bootstrap .glyphicon-equalizer:before {
  content: "\e210"; }
.bootstrap .glyphicon-king:before {
  content: "\e211"; }
.bootstrap .glyphicon-queen:before {
  content: "\e212"; }
.bootstrap .glyphicon-pawn:before {
  content: "\e213"; }
.bootstrap .glyphicon-bishop:before {
  content: "\e214"; }
.bootstrap .glyphicon-knight:before {
  content: "\e215"; }
.bootstrap .glyphicon-baby-formula:before {
  content: "\e216"; }
.bootstrap .glyphicon-tent:before {
  content: "\26fa"; }
.bootstrap .glyphicon-blackboard:before {
  content: "\e218"; }
.bootstrap .glyphicon-bed:before {
  content: "\e219"; }
.bootstrap .glyphicon-apple:before {
  content: "\f8ff"; }
.bootstrap .glyphicon-erase:before {
  content: "\e221"; }
.bootstrap .glyphicon-hourglass:before {
  content: "\231b"; }
.bootstrap .glyphicon-lamp:before {
  content: "\e223"; }
.bootstrap .glyphicon-duplicate:before {
  content: "\e224"; }
.bootstrap .glyphicon-piggy-bank:before {
  content: "\e225"; }
.bootstrap .glyphicon-scissors:before {
  content: "\e226"; }
.bootstrap .glyphicon-bitcoin:before {
  content: "\e227"; }
.bootstrap .glyphicon-yen:before {
  content: "\00a5"; }
.bootstrap .glyphicon-ruble:before {
  content: "\20bd"; }
.bootstrap .glyphicon-scale:before {
  content: "\e230"; }
.bootstrap .glyphicon-ice-lolly:before {
  content: "\e231"; }
.bootstrap .glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }
.bootstrap .glyphicon-education:before {
  content: "\e233"; }
.bootstrap .glyphicon-option-horizontal:before {
  content: "\e234"; }
.bootstrap .glyphicon-option-vertical:before {
  content: "\e235"; }
.bootstrap .glyphicon-menu-hamburger:before {
  content: "\e236"; }
.bootstrap .glyphicon-modal-window:before {
  content: "\e237"; }
.bootstrap .glyphicon-oil:before {
  content: "\e238"; }
.bootstrap .glyphicon-grain:before {
  content: "\e239"; }
.bootstrap .glyphicon-sunglasses:before {
  content: "\e240"; }
.bootstrap .glyphicon-text-size:before {
  content: "\e241"; }
.bootstrap .glyphicon-text-color:before {
  content: "\e242"; }
.bootstrap .glyphicon-text-background:before {
  content: "\e243"; }
.bootstrap .glyphicon-object-align-top:before {
  content: "\e244"; }
.bootstrap .glyphicon-object-align-bottom:before {
  content: "\e245"; }
.bootstrap .glyphicon-object-align-horizontal:before {
  content: "\e246"; }
.bootstrap .glyphicon-object-align-left:before {
  content: "\e247"; }
.bootstrap .glyphicon-object-align-vertical:before {
  content: "\e248"; }
.bootstrap .glyphicon-object-align-right:before {
  content: "\e249"; }
.bootstrap .glyphicon-triangle-right:before {
  content: "\e250"; }
.bootstrap .glyphicon-triangle-left:before {
  content: "\e251"; }
.bootstrap .glyphicon-triangle-bottom:before {
  content: "\e252"; }
.bootstrap .glyphicon-triangle-top:before {
  content: "\e253"; }
.bootstrap .glyphicon-console:before {
  content: "\e254"; }
.bootstrap .glyphicon-superscript:before {
  content: "\e255"; }
.bootstrap .glyphicon-subscript:before {
  content: "\e256"; }
.bootstrap .glyphicon-menu-left:before {
  content: "\e257"; }
.bootstrap .glyphicon-menu-right:before {
  content: "\e258"; }
.bootstrap .glyphicon-menu-down:before {
  content: "\e259"; }
.bootstrap .glyphicon-menu-up:before {
  content: "\e260"; }
.bootstrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bootstrap *:before,
.bootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bootstrap html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }
.bootstrap body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.bootstrap a {
  color: #337ab7;
  text-decoration: none; }
.bootstrap a:hover,
.bootstrap a:focus {
  color: #23527c;
  text-decoration: underline; }
.bootstrap a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.bootstrap figure {
  margin: 0; }
.bootstrap img {
  vertical-align: middle; }
.bootstrap .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
.bootstrap .img-rounded {
  border-radius: 6px; }
.bootstrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
.bootstrap .img-circle {
  border-radius: 50%; }
.bootstrap hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
.bootstrap table {
  background-color: transparent; }
.bootstrap caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }
.bootstrap th {
  text-align: left; }
.bootstrap .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
.bootstrap .table > thead > tr > th,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }
.bootstrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }
.bootstrap .table > caption + thead > tr:first-child > th,
.bootstrap .table > colgroup + thead > tr:first-child > th,
.bootstrap .table > thead:first-child > tr:first-child > th,
.bootstrap .table > caption + thead > tr:first-child > td,
.bootstrap .table > colgroup + thead > tr:first-child > td,
.bootstrap .table > thead:first-child > tr:first-child > td {
  border-top: 0; }
.bootstrap .table > tbody + tbody {
  border-top: 2px solid #dddddd; }
.bootstrap .table .table {
  background-color: #ffffff; }
.bootstrap .table-condensed > thead > tr > th,
.bootstrap .table-condensed > tbody > tr > th,
.bootstrap .table-condensed > tfoot > tr > th,
.bootstrap .table-condensed > thead > tr > td,
.bootstrap .table-condensed > tbody > tr > td,
.bootstrap .table-condensed > tfoot > tr > td {
  padding: 5px; }
.bootstrap .table-bordered {
  border: 1px solid #dddddd; }
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > tbody > tr > th,
.bootstrap .table-bordered > tfoot > tr > th,
.bootstrap .table-bordered > thead > tr > td,
.bootstrap .table-bordered > tbody > tr > td,
.bootstrap .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }
.bootstrap .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.bootstrap .table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }
.bootstrap table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }
.bootstrap table td[class*="col-"],
.bootstrap table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }
.bootstrap .table > thead > tr > td.active,
.bootstrap .table > tbody > tr > td.active,
.bootstrap .table > tfoot > tr > td.active,
.bootstrap .table > thead > tr > th.active,
.bootstrap .table > tbody > tr > th.active,
.bootstrap .table > tfoot > tr > th.active,
.bootstrap .table > thead > tr.active > td,
.bootstrap .table > tbody > tr.active > td,
.bootstrap .table > tfoot > tr.active > td,
.bootstrap .table > thead > tr.active > th,
.bootstrap .table > tbody > tr.active > th,
.bootstrap .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }
.bootstrap .table-hover > tbody > tr > td.active:hover,
.bootstrap .table-hover > tbody > tr > th.active:hover,
.bootstrap .table-hover > tbody > tr.active:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .active,
.bootstrap .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }
.bootstrap .table > thead > tr > td.success,
.bootstrap .table > tbody > tr > td.success,
.bootstrap .table > tfoot > tr > td.success,
.bootstrap .table > thead > tr > th.success,
.bootstrap .table > tbody > tr > th.success,
.bootstrap .table > tfoot > tr > th.success,
.bootstrap .table > thead > tr.success > td,
.bootstrap .table > tbody > tr.success > td,
.bootstrap .table > tfoot > tr.success > td,
.bootstrap .table > thead > tr.success > th,
.bootstrap .table > tbody > tr.success > th,
.bootstrap .table > tfoot > tr.success > th {
  background-color: #dff0d8; }
.bootstrap .table-hover > tbody > tr > td.success:hover,
.bootstrap .table-hover > tbody > tr > th.success:hover,
.bootstrap .table-hover > tbody > tr.success:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .success,
.bootstrap .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }
.bootstrap .table > thead > tr > td.info,
.bootstrap .table > tbody > tr > td.info,
.bootstrap .table > tfoot > tr > td.info,
.bootstrap .table > thead > tr > th.info,
.bootstrap .table > tbody > tr > th.info,
.bootstrap .table > tfoot > tr > th.info,
.bootstrap .table > thead > tr.info > td,
.bootstrap .table > tbody > tr.info > td,
.bootstrap .table > tfoot > tr.info > td,
.bootstrap .table > thead > tr.info > th,
.bootstrap .table > tbody > tr.info > th,
.bootstrap .table > tfoot > tr.info > th {
  background-color: #d9edf7; }
.bootstrap .table-hover > tbody > tr > td.info:hover,
.bootstrap .table-hover > tbody > tr > th.info:hover,
.bootstrap .table-hover > tbody > tr.info:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .info,
.bootstrap .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }
.bootstrap .table > thead > tr > td.warning,
.bootstrap .table > tbody > tr > td.warning,
.bootstrap .table > tfoot > tr > td.warning,
.bootstrap .table > thead > tr > th.warning,
.bootstrap .table > tbody > tr > th.warning,
.bootstrap .table > tfoot > tr > th.warning,
.bootstrap .table > thead > tr.warning > td,
.bootstrap .table > tbody > tr.warning > td,
.bootstrap .table > tfoot > tr.warning > td,
.bootstrap .table > thead > tr.warning > th,
.bootstrap .table > tbody > tr.warning > th,
.bootstrap .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }
.bootstrap .table-hover > tbody > tr > td.warning:hover,
.bootstrap .table-hover > tbody > tr > th.warning:hover,
.bootstrap .table-hover > tbody > tr.warning:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .warning,
.bootstrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }
.bootstrap .table > thead > tr > td.danger,
.bootstrap .table > tbody > tr > td.danger,
.bootstrap .table > tfoot > tr > td.danger,
.bootstrap .table > thead > tr > th.danger,
.bootstrap .table > tbody > tr > th.danger,
.bootstrap .table > tfoot > tr > th.danger,
.bootstrap .table > thead > tr.danger > td,
.bootstrap .table > tbody > tr.danger > td,
.bootstrap .table > tfoot > tr.danger > td,
.bootstrap .table > thead > tr.danger > th,
.bootstrap .table > tbody > tr.danger > th,
.bootstrap .table > tfoot > tr.danger > th {
  background-color: #f2dede; }
.bootstrap .table-hover > tbody > tr > td.danger:hover,
.bootstrap .table-hover > tbody > tr > th.danger:hover,
.bootstrap .table-hover > tbody > tr.danger:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .danger,
.bootstrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }
.bootstrap .table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
@media screen and (max-width: 767px) {
  .bootstrap .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .bootstrap .table-responsive > .table {
    margin-bottom: 0; }
  .bootstrap .table-responsive > .table > thead > tr > th,
  .bootstrap .table-responsive > .table > tbody > tr > th,
  .bootstrap .table-responsive > .table > tfoot > tr > th,
  .bootstrap .table-responsive > .table > thead > tr > td,
  .bootstrap .table-responsive > .table > tbody > tr > td,
  .bootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .bootstrap .table-responsive > .table-bordered {
    border: 0; }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
.bootstrap fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
.bootstrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
.bootstrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }
.bootstrap input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
.bootstrap input[type="file"] {
  display: block; }
.bootstrap input[type="range"] {
  display: block;
  width: 100%; }
.bootstrap select[multiple],
.bootstrap select[size] {
  height: auto; }
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.bootstrap output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.bootstrap .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); }
.bootstrap .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }
.bootstrap .form-control:-ms-input-placeholder {
  color: #999999; }
.bootstrap .form-control::-webkit-input-placeholder {
  color: #999999; }
.bootstrap .form-control[disabled],
.bootstrap .form-control[readonly],
.bootstrap fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }
.bootstrap textarea.form-control {
  height: auto; }
.bootstrap input[type="search"] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap input[type="date"],
  .bootstrap input[type="time"],
  .bootstrap input[type="datetime-local"],
  .bootstrap input[type="month"] {
    line-height: 34px; }
  .bootstrap input[type="date"].input-sm,
  .bootstrap input[type="time"].input-sm,
  .bootstrap input[type="datetime-local"].input-sm,
  .bootstrap input[type="month"].input-sm,
  .bootstrap .input-group-sm input[type="date"],
  .bootstrap .input-group-sm input[type="time"],
  .bootstrap .input-group-sm input[type="datetime-local"],
  .bootstrap .input-group-sm input[type="month"] {
    line-height: 30px; }
  .bootstrap input[type="date"].input-lg,
  .bootstrap input[type="time"].input-lg,
  .bootstrap input[type="datetime-local"].input-lg,
  .bootstrap input[type="month"].input-lg,
  .bootstrap .input-group-lg input[type="date"],
  .bootstrap .input-group-lg input[type="time"],
  .bootstrap .input-group-lg input[type="datetime-local"],
  .bootstrap .input-group-lg input[type="month"] {
    line-height: 46px; } }
.bootstrap .form-group {
  margin-bottom: 15px; }
.bootstrap .radio,
.bootstrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.bootstrap .radio label,
.bootstrap .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }
.bootstrap .radio + .radio,
.bootstrap .checkbox + .checkbox {
  margin-top: -5px; }
.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.bootstrap .radio-inline + .radio-inline,
.bootstrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"].disabled,
.bootstrap input[type="checkbox"].disabled,
.bootstrap fieldset[disabled] input[type="radio"],
.bootstrap fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }
.bootstrap .radio-inline.disabled,
.bootstrap .checkbox-inline.disabled,
.bootstrap fieldset[disabled] .radio-inline,
.bootstrap fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }
.bootstrap .radio.disabled label,
.bootstrap .checkbox.disabled label,
.bootstrap fieldset[disabled] .radio label,
.bootstrap fieldset[disabled] .checkbox label {
  cursor: not-allowed; }
.bootstrap .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
.bootstrap .form-control-static.input-lg,
.bootstrap .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }
.bootstrap .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bootstrap select.input-sm {
  height: 30px;
  line-height: 30px; }
.bootstrap textarea.input-sm,
.bootstrap select[multiple].input-sm {
  height: auto; }
.bootstrap .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bootstrap select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }
.bootstrap textarea.form-group-sm .form-control,
.bootstrap select[multiple].form-group-sm .form-control {
  height: auto; }
.bootstrap .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.bootstrap .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.bootstrap select.input-lg {
  height: 46px;
  line-height: 46px; }
.bootstrap textarea.input-lg,
.bootstrap select[multiple].input-lg {
  height: auto; }
.bootstrap .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.bootstrap select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }
.bootstrap textarea.form-group-lg .form-control,
.bootstrap select[multiple].form-group-lg .form-control {
  height: auto; }
.bootstrap .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.bootstrap .has-feedback {
  position: relative; }
.bootstrap .has-feedback .form-control {
  padding-right: 42.5px; }
.bootstrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
.bootstrap .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.bootstrap .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success.radio label,
.bootstrap .has-success.checkbox label,
.bootstrap .has-success.radio-inline label,
.bootstrap .has-success.checkbox-inline label {
  color: #3c763d; }
.bootstrap .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bootstrap .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.bootstrap .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.bootstrap .has-success .form-control-feedback {
  color: #3c763d; }
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning.radio label,
.bootstrap .has-warning.checkbox label,
.bootstrap .has-warning.radio-inline label,
.bootstrap .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.bootstrap .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bootstrap .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.bootstrap .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.bootstrap .has-warning .form-control-feedback {
  color: #8a6d3b; }
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error.radio label,
.bootstrap .has-error.checkbox label,
.bootstrap .has-error.radio-inline label,
.bootstrap .has-error.checkbox-inline label {
  color: #a94442; }
.bootstrap .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.bootstrap .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.bootstrap .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.bootstrap .has-error .form-control-feedback {
  color: #a94442; }
.bootstrap .has-feedback label ~ .form-control-feedback {
  top: 25px; }
.bootstrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.bootstrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
  .bootstrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .bootstrap .form-inline .form-control-static {
    display: inline-block; }
  .bootstrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .bootstrap .form-inline .input-group .input-group-addon,
  .bootstrap .form-inline .input-group .input-group-btn,
  .bootstrap .form-inline .input-group .form-control {
    width: auto; }
  .bootstrap .form-inline .input-group > .form-control {
    width: 100%; }
  .bootstrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .bootstrap .form-inline .radio,
  .bootstrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .bootstrap .form-inline .radio label,
  .bootstrap .form-inline .checkbox label {
    padding-left: 0; }
  .bootstrap .form-inline .radio input[type="radio"],
  .bootstrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .bootstrap .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
  min-height: 27px; }
.bootstrap .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
@media (min-width: 768px) {
  .bootstrap .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.bootstrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.bootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.bootstrap .btn:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn.active:focus,
.bootstrap .btn.focus,
.bootstrap .btn:active.focus,
.bootstrap .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.bootstrap .btn:hover,
.bootstrap .btn:focus,
.bootstrap .btn.focus {
  color: #333333;
  text-decoration: none; }
.bootstrap .btn:active,
.bootstrap .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
.bootstrap fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }
.bootstrap .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }
.bootstrap .btn-default:hover,
.bootstrap .btn-default:focus,
.bootstrap .btn-default.focus,
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
  background-image: none; }
.bootstrap .btn-default.disabled,
.bootstrap .btn-default[disabled],
.bootstrap fieldset[disabled] .btn-default,
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled]:hover,
.bootstrap fieldset[disabled] .btn-default:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default[disabled]:focus,
.bootstrap fieldset[disabled] .btn-default:focus,
.bootstrap .btn-default.disabled.focus,
.bootstrap .btn-default[disabled].focus,
.bootstrap fieldset[disabled] .btn-default.focus,
.bootstrap .btn-default.disabled:active,
.bootstrap .btn-default[disabled]:active,
.bootstrap fieldset[disabled] .btn-default:active,
.bootstrap .btn-default.disabled.active,
.bootstrap .btn-default[disabled].active,
.bootstrap fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }
.bootstrap .btn-default .badge {
  color: #ffffff;
  background-color: #333333; }
.bootstrap .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }
.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary.focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open > .dropdown-toggle.btn-primary {
  background-image: none; }
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled],
.bootstrap fieldset[disabled] .btn-primary,
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled]:hover,
.bootstrap fieldset[disabled] .btn-primary:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap fieldset[disabled] .btn-primary:focus,
.bootstrap .btn-primary.disabled.focus,
.bootstrap .btn-primary[disabled].focus,
.bootstrap fieldset[disabled] .btn-primary.focus,
.bootstrap .btn-primary.disabled:active,
.bootstrap .btn-primary[disabled]:active,
.bootstrap fieldset[disabled] .btn-primary:active,
.bootstrap .btn-primary.disabled.active,
.bootstrap .btn-primary[disabled].active,
.bootstrap fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }
.bootstrap .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }
.bootstrap .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
.bootstrap .btn-success:hover,
.bootstrap .btn-success:focus,
.bootstrap .btn-success.focus,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
  background-image: none; }
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled],
.bootstrap fieldset[disabled] .btn-success,
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
.bootstrap fieldset[disabled] .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
.bootstrap fieldset[disabled] .btn-success:focus,
.bootstrap .btn-success.disabled.focus,
.bootstrap .btn-success[disabled].focus,
.bootstrap fieldset[disabled] .btn-success.focus,
.bootstrap .btn-success.disabled:active,
.bootstrap .btn-success[disabled]:active,
.bootstrap fieldset[disabled] .btn-success:active,
.bootstrap .btn-success.disabled.active,
.bootstrap .btn-success[disabled].active,
.bootstrap fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }
.bootstrap .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }
.bootstrap .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus,
.bootstrap .btn-info.focus,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
  background-image: none; }
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled],
.bootstrap fieldset[disabled] .btn-info,
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled]:hover,
.bootstrap fieldset[disabled] .btn-info:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info[disabled]:focus,
.bootstrap fieldset[disabled] .btn-info:focus,
.bootstrap .btn-info.disabled.focus,
.bootstrap .btn-info[disabled].focus,
.bootstrap fieldset[disabled] .btn-info.focus,
.bootstrap .btn-info.disabled:active,
.bootstrap .btn-info[disabled]:active,
.bootstrap fieldset[disabled] .btn-info:active,
.bootstrap .btn-info.disabled.active,
.bootstrap .btn-info[disabled].active,
.bootstrap fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }
.bootstrap .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }
.bootstrap .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }
.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning.focus,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open > .dropdown-toggle.btn-warning {
  background-image: none; }
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled],
.bootstrap fieldset[disabled] .btn-warning,
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled]:hover,
.bootstrap fieldset[disabled] .btn-warning:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap fieldset[disabled] .btn-warning:focus,
.bootstrap .btn-warning.disabled.focus,
.bootstrap .btn-warning[disabled].focus,
.bootstrap fieldset[disabled] .btn-warning.focus,
.bootstrap .btn-warning.disabled:active,
.bootstrap .btn-warning[disabled]:active,
.bootstrap fieldset[disabled] .btn-warning:active,
.bootstrap .btn-warning.disabled.active,
.bootstrap .btn-warning[disabled].active,
.bootstrap fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }
.bootstrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }
.bootstrap .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger.focus,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
  background-image: none; }
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled],
.bootstrap fieldset[disabled] .btn-danger,
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
.bootstrap fieldset[disabled] .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap fieldset[disabled] .btn-danger:focus,
.bootstrap .btn-danger.disabled.focus,
.bootstrap .btn-danger[disabled].focus,
.bootstrap fieldset[disabled] .btn-danger.focus,
.bootstrap .btn-danger.disabled:active,
.bootstrap .btn-danger[disabled]:active,
.bootstrap fieldset[disabled] .btn-danger:active,
.bootstrap .btn-danger.disabled.active,
.bootstrap .btn-danger[disabled].active,
.bootstrap fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }
.bootstrap .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }
.bootstrap .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link.active,
.bootstrap .btn-link[disabled],
.bootstrap fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
.bootstrap .btn-link,
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:active {
  border-color: transparent; }
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }
.bootstrap .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .btn-link:hover,
.bootstrap .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }
.bootstrap .btn-lg,
.bootstrap .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.bootstrap .btn-sm,
.bootstrap .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bootstrap .btn-xs,
.bootstrap .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bootstrap .btn-block {
  display: block;
  width: 100%; }
.bootstrap .btn-block + .btn-block {
  margin-top: 5px; }
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
  width: 100%; }
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  float: left; }
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 2; }
.bootstrap .btn-group .btn + .btn,
.bootstrap .btn-group .btn + .btn-group,
.bootstrap .btn-group .btn-group + .btn,
.bootstrap .btn-group .btn-group + .btn-group {
  margin-left: -1px; }
.bootstrap .btn-toolbar {
  margin-left: -5px; }
.bootstrap .btn-toolbar .btn-group,
.bootstrap .btn-toolbar .input-group {
  float: left; }
.bootstrap .btn-toolbar > .btn,
.bootstrap .btn-toolbar > .btn-group,
.bootstrap .btn-toolbar > .input-group {
  margin-left: 5px; }
.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }
.bootstrap .btn-group > .btn:first-child {
  margin-left: 0; }
.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.bootstrap .btn-group > .btn:last-child:not(:first-child),
.bootstrap .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.bootstrap .btn-group > .btn-group {
  float: left; }
.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0; }
.bootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }
.bootstrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }
.bootstrap .btn-group.open .dropdown-toggle {
  -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); }
.bootstrap .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }
.bootstrap .btn .caret {
  margin-left: 0; }
.bootstrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }
.bootstrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px; }
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group,
.bootstrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.bootstrap .btn-group-vertical > .btn-group > .btn {
  float: none; }
.bootstrap .btn-group-vertical > .btn + .btn,
.bootstrap .btn-group-vertical > .btn + .btn-group,
.bootstrap .btn-group-vertical > .btn-group + .btn,
.bootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.bootstrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
.bootstrap .btn-group-justified > .btn,
.bootstrap .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }
.bootstrap .btn-group-justified > .btn-group .btn {
  width: 100%; }
.bootstrap .btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }
.bootstrap [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
.bootstrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
.bootstrap .pagination > li {
  display: inline; }
.bootstrap .pagination > li > a,
.bootstrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }
.bootstrap .pagination > li:first-child > a,
.bootstrap .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
.bootstrap .pagination > li:last-child > a,
.bootstrap .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.bootstrap .pagination > li > a:hover,
.bootstrap .pagination > li > span:hover,
.bootstrap .pagination > li > a:focus,
.bootstrap .pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd; }
.bootstrap .pagination > .active > a,
.bootstrap .pagination > .active > span,
.bootstrap .pagination > .active > a:hover,
.bootstrap .pagination > .active > span:hover,
.bootstrap .pagination > .active > a:focus,
.bootstrap .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }
.bootstrap .pagination > .disabled > span,
.bootstrap .pagination > .disabled > span:hover,
.bootstrap .pagination > .disabled > span:focus,
.bootstrap .pagination > .disabled > a,
.bootstrap .pagination > .disabled > a:hover,
.bootstrap .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }
.bootstrap .pagination-lg > li > a,
.bootstrap .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.bootstrap .pagination-lg > li:first-child > a,
.bootstrap .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.bootstrap .pagination-lg > li:last-child > a,
.bootstrap .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }
.bootstrap .pagination-sm > li > a,
.bootstrap .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.bootstrap .pagination-sm > li:first-child > a,
.bootstrap .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.bootstrap .pagination-sm > li:last-child > a,
.bootstrap .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
.bootstrap .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
.bootstrap .pager li {
  display: inline; }
.bootstrap .pager li > a,
.bootstrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }
.bootstrap .pager li > a:hover,
.bootstrap .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }
.bootstrap .pager .next > a,
.bootstrap .pager .next > span {
  float: right; }
.bootstrap .pager .previous > a,
.bootstrap .pager .previous > span {
  float: left; }
.bootstrap .pager .disabled > a,
.bootstrap .pager .disabled > a:hover,
.bootstrap .pager .disabled > a:focus,
.bootstrap .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed; }
.bootstrap .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
.bootstrap a.label:hover,
.bootstrap a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }
.bootstrap .label:empty {
  display: none; }
.bootstrap .btn .label {
  position: relative;
  top: -1px; }
.bootstrap .label-default {
  background-color: #777777; }
.bootstrap .label-default[href]:hover,
.bootstrap .label-default[href]:focus {
  background-color: #5e5e5e; }
.bootstrap .label-primary {
  background-color: #337ab7; }
.bootstrap .label-primary[href]:hover,
.bootstrap .label-primary[href]:focus {
  background-color: #286090; }
.bootstrap .label-success {
  background-color: #5cb85c; }
.bootstrap .label-success[href]:hover,
.bootstrap .label-success[href]:focus {
  background-color: #449d44; }
.bootstrap .label-info {
  background-color: #5bc0de; }
.bootstrap .label-info[href]:hover,
.bootstrap .label-info[href]:focus {
  background-color: #31b0d5; }
.bootstrap .label-warning {
  background-color: #f0ad4e; }
.bootstrap .label-warning[href]:hover,
.bootstrap .label-warning[href]:focus {
  background-color: #ec971f; }
.bootstrap .label-danger {
  background-color: #d9534f; }
.bootstrap .label-danger[href]:hover,
.bootstrap .label-danger[href]:focus {
  background-color: #c9302c; }
.bootstrap .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
.bootstrap .close:hover,
.bootstrap .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }
.bootstrap button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
.bootstrap .clearfix:before,
.bootstrap .clearfix:after,
.bootstrap .form-horizontal .form-group:before,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .btn-toolbar:before,
.bootstrap .btn-toolbar:after,
.bootstrap .btn-group-vertical > .btn-group:before,
.bootstrap .btn-group-vertical > .btn-group:after,
.bootstrap .pager:before,
.bootstrap .pager:after {
  content: " ";
  display: table; }
.bootstrap .clearfix:after,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .btn-toolbar:after,
.bootstrap .btn-group-vertical > .btn-group:after,
.bootstrap .pager:after {
  clear: both; }
.bootstrap .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.bootstrap .pull-right {
  float: right !important; }
.bootstrap .pull-left {
  float: left !important; }
.bootstrap .hide {
  display: none !important; }
.bootstrap .show {
  display: block !important; }
.bootstrap .invisible {
  visibility: hidden; }
.bootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.bootstrap .hidden {
  display: none !important;
  visibility: hidden !important; }
.bootstrap .affix {
  position: fixed; }
@-ms-viewport {
  .bootstrap {
    width: device-width; } }
.bootstrap .visible-xs,
.bootstrap .visible-sm,
.bootstrap .visible-md,
.bootstrap .visible-lg {
  display: none !important; }
.bootstrap .visible-xs-block,
.bootstrap .visible-xs-inline,
.bootstrap .visible-xs-inline-block,
.bootstrap .visible-sm-block,
.bootstrap .visible-sm-inline,
.bootstrap .visible-sm-inline-block,
.bootstrap .visible-md-block,
.bootstrap .visible-md-inline,
.bootstrap .visible-md-inline-block,
.bootstrap .visible-lg-block,
.bootstrap .visible-lg-inline,
.bootstrap .visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .bootstrap .visible-xs {
    display: block !important; }
  .bootstrap table.visible-xs {
    display: table; }
  .bootstrap tr.visible-xs {
    display: table-row !important; }
  .bootstrap th.visible-xs,
  .bootstrap td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .bootstrap .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .bootstrap .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .bootstrap .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm {
    display: block !important; }
  .bootstrap table.visible-sm {
    display: table; }
  .bootstrap tr.visible-sm {
    display: table-row !important; }
  .bootstrap th.visible-sm,
  .bootstrap td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md {
    display: block !important; }
  .bootstrap table.visible-md {
    display: table; }
  .bootstrap tr.visible-md {
    display: table-row !important; }
  .bootstrap th.visible-md,
  .bootstrap td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .bootstrap .visible-lg {
    display: block !important; }
  .bootstrap table.visible-lg {
    display: table; }
  .bootstrap tr.visible-lg {
    display: table-row !important; }
  .bootstrap th.visible-lg,
  .bootstrap td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .bootstrap .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .bootstrap .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .bootstrap .hidden-lg {
    display: none !important; } }
.bootstrap .visible-print {
  display: none !important; }
@media print {
  .bootstrap .visible-print {
    display: block !important; }
  .bootstrap table.visible-print {
    display: table; }
  .bootstrap tr.visible-print {
    display: table-row !important; }
  .bootstrap th.visible-print,
  .bootstrap td.visible-print {
    display: table-cell !important; } }
.bootstrap .visible-print-block {
  display: none !important; }
@media print {
  .bootstrap .visible-print-block {
    display: block !important; } }
.bootstrap .visible-print-inline {
  display: none !important; }
@media print {
  .bootstrap .visible-print-inline {
    display: inline !important; } }
.bootstrap .visible-print-inline-block {
  display: none !important; }
@media print {
  .bootstrap .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .bootstrap .hidden-print {
    display: none !important; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=df6c22771b355c028192)
 * Config saved to config.json and https://gist.github.com/df6c22771b355c028192
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

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

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

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

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/******************* TIM's CSS STYLES *************************/
.btn_tickets {
  cursor: pointer;
  display: inline-block;
  padding: 7px 14px;
  margin: 0 5px 5px 0;
  position: relative;
  color: #ffffff !important;
  vertical-align: middle;
  font-weight: normal !important;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 0.95em;
  background: #2d8fc3 !important;
  text-decoration: none; }

.btn_tickets:hover {
  background: #1b6389 !important;
  color: #ffffff !important;
  font-weight: normal !important;
  text-decoration: none !important; }

.btn_canada {
  font-family: "Open Sans";
  cursor: pointer;
  display: inline-block;
  padding: 24px 23px 24px 42px;
  margin: 9px 0 5px 5px;
  position: relative;
  color: #ffffff !important;
  vertical-align: top;
  font-weight: bold !important;
  font-size: 1em;
  background: #8f0000 url(../images/style/icon_canada_flag.png) 6% 50% no-repeat;
  text-decoration: none;
  text-transform: uppercase; }

.btn_canada:hover {
  background: red url(../images/style/icon_canada_flag.png) 6% 50% no-repeat;
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important; }
