﻿/* common classes */
.displayblock {
  display: block;
}

.displayinlineblock,
.inlineblock {
  display: inline-block;
}

.hidden,
.displaynone {
  display: none;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.transparent {
  opacity: 0;
}

/*************************************************
 * Usage: .centered-wrapper > .centered
 *************************************************/
/* This parent can be any width and height */
.centered-wrapper {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  /* The ghost, nudged to maintain perfect centering */
}

.centered-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */
.centered {
  display: inline-block;
  vertical-align: middle;
}

@font-face {
  font-family: 'PFAkzidenzBold';
  src: url("../fonts/PFAkzidenzBold.eot");
  src: url("../fonts/PFAkzidenzBold.eot") format("embedded-opentype"), url("../fonts/PFAkzidenzBold.woff2") format("woff2"), url("../fonts/PFAkzidenzBold.woff") format("woff"), url("../fonts/PFAkzidenzBold.ttf") format("truetype"), url("../fonts/PFAkzidenzBold.svg#PFAkzidenzBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PFFranklinGothicRegular';
  src: url("../fonts/PFFranklinGothicRegular.eot");
  src: url("../fonts/PFFranklinGothicRegular.eot") format("embedded-opentype"), url("../fonts/PFFranklinGothicRegular.woff2") format("woff2"), url("../fonts/PFFranklinGothicRegular.woff") format("woff"), url("../fonts/PFFranklinGothicRegular.ttf") format("truetype"), url("../fonts/PFFranklinGothicRegular.svg#PFFranklinGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFFranklinGothicItalic';
  src: url("../fonts/PFFranklinGothicItalic.eot");
  src: url("../fonts/PFFranklinGothicItalic.eot") format("embedded-opentype"), url("../fonts/PFFranklinGothicItalic.woff2") format("woff2"), url("../fonts/PFFranklinGothicItalic.woff") format("woff"), url("../fonts/PFFranklinGothicItalic.ttf") format("truetype"), url("../fonts/PFFranklinGothicItalic.svg#PFFranklinGothicItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PFFranklinGothicBoldItalic';
  src: url("../fonts/PFFranklinGothicBoldItalic.eot");
  src: url("../fonts/PFFranklinGothicBoldItalic.eot") format("embedded-opentype"), url("../fonts/PFFranklinGothicBoldItalic.woff2") format("woff2"), url("../fonts/PFFranklinGothicBoldItalic.woff") format("woff"), url("../fonts/PFFranklinGothicBoldItalic.ttf") format("truetype"), url("../fonts/PFFranklinGothicBoldItalic.svg#PFFranklinGothicBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PFFranklinGothicBold';
  src: url("../fonts/PFFranklinGothicBold.eot");
  src: url("../fonts/PFFranklinGothicBold.eot") format("embedded-opentype"), url("../fonts/PFFranklinGothicBold.woff2") format("woff2"), url("../fonts/PFFranklinGothicBold.woff") format("woff"), url("../fonts/PFFranklinGothicBold.ttf") format("truetype"), url("../fonts/PFFranklinGothicBold.svg#PFFranklinGothicBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PFAkzidenzRegular';
  src: url("../fonts/PFAkzidenzRegular.eot");
  src: url("../fonts/PFAkzidenzRegular.eot") format("embedded-opentype"), url("../fonts/PFAkzidenzRegular.woff2") format("woff2"), url("../fonts/PFAkzidenzRegular.woff") format("woff"), url("../fonts/PFAkzidenzRegular.ttf") format("truetype"), url("../fonts/PFAkzidenzRegular.svg#PFAkzidenzRegular") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PFAkzidenzLightRegular';
  src: url("../fonts/PFAkzidenzLightRegular.eot");
  src: url("../fonts/PFAkzidenzLightRegular.eot") format("embedded-opentype"), url("../fonts/PFAkzidenzLightRegular.woff2") format("woff2"), url("../fonts/PFAkzidenzLightRegular.woff") format("woff"), url("../fonts/PFAkzidenzLightRegular.ttf") format("truetype"), url("../fonts/PFAkzidenzLightRegular.svg#PFAkzidenzLightRegular") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PFAkzidenzBlackRegular';
  src: url("../fonts/PFAkzidenzBlackRegular.eot");
  src: url("../fonts/PFAkzidenzBlackRegular.eot") format("embedded-opentype"), url("../fonts/PFAkzidenzBlackRegular.woff2") format("woff2"), url("../fonts/PFAkzidenzBlackRegular.woff") format("woff"), url("../fonts/PFAkzidenzBlackRegular.ttf") format("truetype"), url("../fonts/PFAkzidenzBlackRegular.svg#PFAkzidenzBlackRegular") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #c5c2af;
  background: -webkit-radial-gradient(center, ellipse cover, #e8e4de 0%, #e6e2db 25%, #dbd6cc 65%, #c1beab 100%);
  background: -moz-radial-gradient(center, ellipse cover, #e8e4de 0%, #e6e2db 25%, #dbd6cc 65%, #c1beab 100%);
  background: radial-gradient(ellipse at center, #e8e4de 0%, #e6e2db 25%, #dbd6cc 65%, #c1beab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e4de', endColorstr='#c1beab',GradientType=1 );
  font-family: "PFAkzidenzRegular","Helvetica Neue",Helvetica,sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .body-content {
    padding-top: 90px;
  }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .jumbotron {
    margin-top: 20px;
  }
  .body-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*  :: ::::::::::::: :: */
/*  :: Sticky Footer :: */
/*  :: ::::::::::::: :: */
html, body, body > form {
  height: 100%;
  min-height: 100%;
  padding-bottom: 0;
  margin: 0;
  position: static;
}

form#aspnetForm {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: static;
}

#page {
  height: auto !important;
  min-height: 100%;
  padding-bottom: 40px;
  border: 0 none;
  margin: 0 auto -40px;
}

/* :: :::::::::::::::: :: */
/* :: Utility CSS here :: */
/* :: :::::::::::::::: :: */
.brand-text-color {
  color: #01aded;
}

.brand-bg-color {
  background-color: #01aded;
}

.brand-well {
  padding: 10px 30px;
  margin: auto;
  border: 3px solid #01aded;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .brand-well-responsive-xs {
    display: block;
    float: none;
    width: auto;
    max-width: 560px;
    padding: 10px 30px;
    margin: auto;
    /*border: 3px solid #01aded;*/
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .PoweredBy-ImgLink, .PoweredBy-Text {
    font-size: 9px;
    color: white;
    padding: 0 0 0 2px;
  }
  .footer-container {
    margin-top: 10px;
  }
}

@media (max-width: 419px) {
  .PoweredBy-ImgLink, .PoweredBy-Text {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  .brand-well-responsive-sm {
    display: block;
    float: none;
    width: auto;
    max-width: 560px;
    padding: 10px 30px;
    margin: auto;
    /*border: 3px solid #01aded;*/
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

@media (max-width: 1199px) {
  .brand-well-responsive-md {
    display: block;
    float: none;
    width: auto;
    max-width: 560px;
    padding: 10px 30px;
    margin: auto;
    /*border: 3px solid #01aded;*/
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

/* :: :::::::::::::::: :: */
/* :: Project CSS here :: */
/* :: :::::::::::::::: :: */
#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: "PFFranklinGothicBold","Helvetica Neue",Helvetica,Arial,sans-serif;
}

i {
  font-family: "PFFranklinGothicItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*=====================nav bar======================*/
.nav {
  font-family: "PFAkzidenzBold","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-brand {
  padding: 8px 15px;
}

.navbar-fixed-top {
  top: 30px;
  margin-bottom: 30px;
}

.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}

.navbar-inverse .navbar-collapse {
  border-top: 0 none;
}

.navbar-inverse .navbar-nav > li > a {
  color: #727272;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #00adef;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #CDC9BA;
}

.nav.navbar-nav {
  z-index: 1;
  background-color: #FCFBFA;
}

.logo {
  position: relative;
  top: -50px;
  width: 100%;
  max-width: 200px;
  z-index: -1;
}

/****************************************
 * Use !important as a CSS way to       *
 * override navscroll.js for XS sizes.  *
 * I'm sorry, but this is faster and    *
 * easier than media size checks in JS. *
*****************************************/
@media (max-width: 767px) {
  .navbar-fixed-top .logo {
    width: 48% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    width: 130px;
  }
  .nav.navbar-nav {
    font-size: 0.8em;
  }
}

@media (max-width: 991px) {
  .navbar-fixed-top {
    top: 0 !important;
    margin-bottom: 20px !important;
  }
  .navbar-fixed-top .logo {
    top: -15px !important;
  }
  .intro-header {
    display: inline-block;
    padding: 50px 80px;
    font-size: 2em;
  }
  .intro-msg {
    padding: 0;
    font-size: 2.1em;
    margin-top: -9%;
  }
  .intro-buttons-container {
    margin: auto;
    text-align: center;
    font-size: 2.1em;
  }
}

.right-logo,
.left-logo {
  max-width: 100%;
  /*max-width: 200px;*/
}

.right-loggedin-logo {
  top: 90px;
}

.navbar-right-brand,
.navbar-left-brand {
  position: absolute;
  max-width: 200px;
  bottom: 25px;
}

.navbar-right-brand {
  right: 50px;
}

.navbar-left-brand {
  left: 50px;
}

/*=======================================================================*/
/*=======================================================================*/
body {
  font-size: 17px;
}

body.intro-body {
  font-size: 14px;
}

.btn {
  font-size: 24px;
}

.navbar-fixed-top .navbar-collapse {
  height: calc(100vh - 50px);
}

@media (max-width: 767px) {
  .navbar-left-brand {
    left: 0;
  }
  .navbar-right-brand {
    right: 0;
  }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #01aded;
}

/*========Front Page========*/
.accountInfo {
  width: 100%;
  margin: auto;
}

.login-btn-container {
  margin-right: 48px;
}

.default-background {
  position: relative;
  /*height: 75vh;*/
  height: calc(100vh - 180px);
  margin: auto;
  bottom: -16px;
}

.default-background-img {
  position: absolute;
  left: 0;
  right: 0;
  /*top: 0;*/
  bottom: -10px;
  margin: auto;
  /*max-height: 80vh;*/
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  max-width: 560px;
}

@media (min-width: 992px) {
  .default-background-img {
    width: auto;
    max-width: none;
  }
}

/*============= replay ================*/
/*.replay-container {
    
}

.replay-img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    max-height:80vh;
}

.replay-content-container {
    margin: auto;
    position: absolute;    
    bottom: 40%;
    left: 0;
    right: 0;

    @media (max-width: $xs-max-width) {
        font-size: 0.7em;
    }
}

.replay-section{
    height: 80vh;
    margin: auto;

}

.replay-success-label {
    color: #00aeef;   
    font-size: 3.57em;
    font-weight: 600;
}*/
/*======  footer =========*/
#footer {
  position: relative;
  height: 25px;
  line-height: 1.8;
  overflow: hidden;
  background-color: #01aded;
  margin-top: 15px;
  color: white;
  font-size: 14px;
}

#footer .PoweredBy-Text a {
  color: white;
}

/*================Survey builder ===================*/
.SurveyBuilder input.ConcealedInput.ConcealedInput-Small, .SurveyBuilder textarea.ConcealedInput.ConcealedInput-Small {
  min-width: 90%;
}

/*================Survey builder ===================*/
/*# sourceMappingURL=Site.css.map */
@media (min-width: 768px) {
  .play-video-btn-lbl {
    left: 29%;
    font-size: 17px;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .play-video-btn-lbl {
    left: 31%;
    top: 33%;
    font-size: 12px;
  }
}

.infopage-text-cont {
  /*@extend %brand-well;*/
  display: inline-block;
  margin: auto;
  text-align: left;
  font-size: 1.1em;
}

@media (max-width: 991px) {
  .infopage-text-cont {
    font-size: 0.9em;
  }
}

@media (min-width: 992px) {
  .infopage-text-cont {
    background-color: transparent;
    border-color: transparent;
  }
}

@media (max-width: 991px) {
  .infopage-text-cont h1 {
    font-size: 1.2em;
  }
}

@media (max-width: 1199px) and (orientation: landscape) {
  .infopage-text-cont h1 {
    font-size: 1.5em;
  }
}

.infopage-text-cont > h1,
.infopage-text-cont > ol,
.infopage-text-cont > h3 {
  padding-left: 50px;
  margin-bottom: 0.9em;
}

.infopage-text-cont > ol {
  margin: auto;
  list-style: none;
}

.infopage-text-cont > ol > li {
  margin-bottom: 0.9em;
  line-height: 1;
  position: relative;
}

.infopage-text-cont > ol > li:before {
  content: attr(data-pos-label);
  position: absolute;
  margin-left: -2.4em;
  top: 0.4em;
  background-color: #01aded;
  color: #FFF;
  height: 1.5em;
  display: block;
  width: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  font-weight: bold;
}

