* {
  word-wrap: break-word; }

select {
  word-wrap: initial; }

html, body, #applicationHost, .durandal-wrapper, .page-wrapper {
  height: 100%; }

body {
  background: #eeeee7; }

.page-wrapper {
  background: #444; }

.page-wrapper.webview {
  background: #eeeee7; }

.page-view {
  background: #eeeee7;
  /*IE8*/
  color: #333;
  padding-top: 30px; }

.hero-unit {
  margin: 0 auto;
  background-color: #FFF;
  padding: 60px;
  border: 1px solid #ccc; }

.hero-unit h1 {
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: #114C7F;
  margin: 40px 0; }

.hero-unit h3 {
  color: #114C7F; }

.legal {
  padding: 30px 60px; }

.description, label, .requiredMessage {
  font-family: lato-regular, 'HelveticaNeueW01-55Roma', "Helvetica Neue", Helvetica, Arial, sans-serif; }

.description {
  word-wrap: break-word; }

.word-wrap-break {
  word-wrap: break-word; }

.requiredMessage, .alert-info:not(.alert-banner), footer {
  font-size: 12px; }

.skinny {
  margin-top: 0; }

.help-block {
  font-size: 12px; }

.required label:after, .requiredMessage:before {
  content: "*"; }

.trainingTimes {
  margin-left: 0;
  padding-left: 0; }

.trainingTimes li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.branding-image img {
  margin: 0 auto; }

.customImage {
  float: right;
  margin: 0 0 10px 10px; }

.sectionFooter {
  text-align: center; }

.trainingTimes .past, .trainingTimes .far-future {
  display: none; }

.trainingTimes .past {
  color: #AAA; }

.charlimit {
  float: right !important;
  font-size: 12px;
  color: #999; }

.charlimit.warning {
  color: #F90; }

.charlimit.danger {
  color: #b94a48; }

.survey-form .radio, .survey-form .checkbox {
  margin-top: 0px; }

.survey-form .submit-group {
  text-align: center; }

.modal-footer .btn {
  font-size: 14px;
  padding: 6px 12px; }

.recurring-sessions-info {
  margin-bottom: 10px; }

.cancel-text {
  margin: 0 12px;
  cursor: pointer; }

.pointer {
  cursor: pointer; }

.mobile-banner {
  display: none;
  height: 0; }

@media (max-width: 767px) {
  .hero-unit {
    padding: 15px; }
  .btn-primary {
    width: 100%; }
  .sectionFooter, .survey-form .submit-group {
    margin: 0 -15px; }
  .legal {
    padding: 30px 15px; }
  #mobileInAppRegistration footer, #mobileInAppRegistration .g2w-footer, #registration footer, #recordingRegistration footer {
    margin-top: 0; }
  #mobileInAppRegistration .page-view {
    padding-top: 0; }
  #mobileInAppRegistration .mobile-banner {
    display: block;
    height: 73px;
    background-image: url(/images/g2w_banner_img@2x.png);
    background-size: 375px 73px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #565656; }
  .webview .mobile-banner {
    display: none !important; }
  .registrationConfirmation h2 {
    text-align: center;
    margin-bottom: 30px; }
  .modal-footer .btn {
    width: 100%; }
  #recurringTrainingTimesBox .form-control {
    font-size: 13px; }
  .modal-footer .btn:first-child {
    margin-bottom: 15px; } }

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

.spinner-container {
  position: absolute;
  z-index: 1041;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -15% 0 0 -25%; }

/* prevent zoom of input fields on iOS to prevent clipping of character remaining count */
@media only screen and (max-device-width: 568px) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px; } }

/*  === durandal css === */
.modalBlockout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5 !important;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.modalHost {
  top: 50%;
  left: 50%;
  position: fixed;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

.messageBox {
  min-width: 300px; }

/* === /durandal css  === */
/* Overwrite ToGo library */
.alert {
  line-height: 23px; }

.alert-info:not(.alert-banner) {
  font-size: 13px;
  padding: 0px;
  border: none;
  color: inherit;
  background-color: inherit; }

.help-block {
  background: inherit; }

.help-block .togo-icon-error {
  font-weight: bold;
  margin-right: 5px; }

.sectionFooter .btn {
  font-size: 20px;
  padding: 12px 24px; }

label {
  font-family: lato-regular; }

ol li label {
  vertical-align: top; }

.dropdown .addToCalendar {
  padding: 12px 25px 12px 25px; }

.overlay.isNavigating {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #eeeee7; }

@media (max-width: 767px) {
  .dropdown-menu {
    width: 100%; } }

footer, .g2w-footer {
  background-color: #444;
  color: #AAA;
  margin-top: 50px; }

h3.fieldErrors {
  clear: left; }

#registration #timezone-modal p, #catalog #timezone-modal p {
  margin: 0; }

/* Overwrite ToGo library */
.trainingTimesBox select, .trainingTimesBox .row:nth-of-type(1) {
  margin-bottom: 10px; }

.form-control {
  height: 35px; }

.charLimit {
  float: right !important;
  font-size: 12px;
  color: #999; }

.charLimit.warning {
  color: #F90; }

.charLimit.danger {
  color: #b94a48; }

.registration-description {
  white-space: pre-wrap; }

.mobileInstallInstructions {
  text-align: center;
  margin: 20px 10px; }

.alert-info.disclaimer {
  padding: 20px 20px 20px 0; }

.disclaimer input {
  margin-right: 5px; }

.disclaimerText {
  display: inline; }

.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.pad-container {
  display: block;
  padding: 20px;
  position: relative;
  width: 80%;
  height: 80%;
  top: 0;
  left: 0;
  margin-left: 10%; }

.video-container {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

#addToCalendarBtn i {
  margin-left: .3em;
  font-weight: bold; }

#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

#smartbanner, html.sb-animation {
  -webkit-transition: all .3s ease; }

#smartbanner .sb-container {
  margin: 0 auto; }

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 1px solid #fff;
  width: 17px;
  height: 17px;
  font-family: 'ArialRoundedMTBold',Arial;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased; }

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa; }

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#smartbanner.no-icon .sb-icon {
  display: none; }

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px; }

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px; }

#smartbanner .sb-info > span {
  display: block; }

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase; }

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; }

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%); }

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px; }

#smartbanner.android {
  border-color: #212228;
  background: #3d3d3d url("/images/dark-background-stripes.gif");
  box-shadow: none; }

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }

#smartbanner.android .sb-close:active {
  color: #eee; }

#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

#smartbanner.android .sb-info strong {
  color: #fff; }

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none; }

#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
  background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: none; }

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  background: #2AC7E1; }

#smartbanner.windows .sb-icon {
  border-radius: 0px; }
