@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
html,
body {
  min-height: 100% !important;
  height: 100%;
  min-width: 100% !important;
  width: 100%;
}
body {
  padding-top: 75px;
  background-color: #f2f2f2;
  color: #212121;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #2b3d6c;
  font-weight: 400;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.transparent-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: transparent;
  color: inherit;
  border-bottom: 1px solid #cccccc;
}
.transparent-banner .row {
  margin-bottom: 0;
}
.fixed-banner {
  position: fixed;
  z-index: 1000;
}
.fixed-banner + div {
  padding-top: 150px !important;
}
.white-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #ffffff;
  color: #212121;
  border-bottom: 1px solid #cccccc;
}
.white-banner .row {
  margin-bottom: 0;
}
.off-white-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #f2f2f2;
  color: #212121;
  border-bottom: 1px solid #cccccc;
}
.off-white-banner .row {
  margin-bottom: 0;
}
.black-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #000000;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.black-banner .row {
  margin-bottom: 0;
}
.error-banner {
  min-width: 100%;
  margin: 0;
  padding: 75px 0 75px 0;
  overflow: auto;
  background-color: #96372d;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.error-banner .row {
  margin-bottom: 0;
}
.banner-title {
  font-size: 20pt;
  text-align: center;
  margin-bottom: 15px;
}
.btn-blue {
  color: #ffffff;
  background-color: #2b3d6c;
  border: none;
  font-weight: 300;
  font-size: 10pt;
}
.btn-blue:focus,
.btn-blue:hover,
.btn-blue:active {
  color: #ffffff !important;
  background-color: #24335a !important;
  border: none !important;
  outline: none !important;
}
.btn-red {
  color: #ffffff;
  background-color: #96372d;
  border: none;
  font-weight: 300;
  font-size: 10pt;
}
.btn-red:focus,
.btn-red:hover,
.btn-red:active {
  color: #ffffff !important;
  background-color: #823027 !important;
  border: none !important;
  outline: none !important;
}
#content-wrapper {
  padding: 75px 0 250px 0;
  margin-bottom: -175px;
  min-height: 100%;
  height: auto;
}
.content-wrapper-pull-up {
  padding-top: 0 !important;
}
.content-wrapper-pull-down {
  padding-bottom: 175px !important;
}
.boxed {
  width: 100%;
  padding: 25px;
  margin: 25px 0;
  background: #f2f2f2;
  border: #cccccc 1px solid;
}
.card {
  width: 100%;
  padding: 25px;
  margin: 25px 0;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.visible-xxs {
  display: none !important;
  visibility: hidden;
}
.hidden-xxs {
  display: block;
  visibility: visible;
}
/*XXS Portrait Smartphone*/
@media screen and (max-width: 479px) {
  .visible-xxs {
    display: block !important;
    visibility: visible !important;
  }
  .hidden-xxs {
    display: none !important;
    visibility: hidden !important;
  }
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
}
#header-wrapper {
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #96372d;
  height: 75px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1000;
}
#header-wrapper #header-left {
  float: left;
  height: 100%;
}
#header-wrapper #header-right {
  float: right;
  height: 100%;
}
#header-wrapper #header-logo {
  padding: 20px 0 20px 0;
  height: 100%;
}
#header-wrapper #download-btn {
  margin-top: 23px;
}
#footer-wrapper {
  background: #212121;
  border-top: 1px solid #2b3d6c;
  height: 175px;
  width: 100%;
  padding: 55px 0 55px 0;
  color: #f2f2f2;
}
#footer-wrapper #footer-first-row .footer-link {
  color: #f2f2f2;
  font-weight: 600;
  font-size: 11pt;
  margin-right: 30px;
}
#footer-wrapper #footer-first-row .footer-link:focus,
#footer-wrapper #footer-first-row .footer-link:hover,
#footer-wrapper #footer-first-row .footer-link:active {
  color: #cccccc;
}
#footer-wrapper #footer-first-row #facebook-icon {
  font-size: 14pt;
}
#footer-wrapper #footer-first-row #facebook-icon:focus,
#footer-wrapper #footer-first-row #facebook-icon:hover,
#footer-wrapper #footer-first-row #facebook-icon:active {
  color: #3b5998;
}
#footer-wrapper #footer-first-row #twitter-icon {
  font-size: 14pt;
}
#footer-wrapper #footer-first-row #twitter-icon:focus,
#footer-wrapper #footer-first-row #twitter-icon:hover,
#footer-wrapper #footer-first-row #twitter-icon:active {
  color: #00aced;
}
#footer-wrapper #footer-first-row #instagram-icon {
  font-size: 14pt;
}
#footer-wrapper #footer-first-row #instagram-icon:focus,
#footer-wrapper #footer-first-row #instagram-icon:hover,
#footer-wrapper #footer-first-row #instagram-icon:active {
  color: #125688;
}
#footer-wrapper #footer-last-row {
  font-size: 9pt;
}
#footer-wrapper #footer-last-row .footer-text,
#footer-wrapper #footer-last-row .footer-link {
  color: #808080;
  margin-right: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #footer-wrapper #footer-last-row .footer-text,
  #footer-wrapper #footer-last-row .footer-link {
    margin-right: 15px;
  }
}
#footer-wrapper #footer-last-row .footer-link:focus,
#footer-wrapper #footer-last-row .footer-link:hover,
#footer-wrapper #footer-last-row .footer-link:active {
  color: #cccccc;
}
#footer-wrapper #footer-last-row .footer-break {
  display: none;
}
@media (max-width: 479px) {
  #footer-wrapper #footer-last-row .footer-break {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer-wrapper #footer-last-row {
    font-size: 8pt;
  }
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.text-centered {
  text-align: center;
}
.no-padding {
  padding: 0 0 0 0 !important;
}
.no-margin {
  margin: 0 0 0 0 !important;
}
.full-width {
  width: 100% !important;
}
