* {
  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; }

.card-number, .card-expiry, .card-cvc, .promotion-code {
  margin-bottom: 10px; }

.paymentBody .card-number label:after,
.paymentBody .card-expiry label:after,
.paymentBody .card-cvc label:after {
  content: "*"; }

.paymentBody .payment-fields {
  font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #555555 !important;
  padding: 9px 12px 0 12px !important;
  height: 35px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 2px; }

.promotion-code-row {
  margin-top: 25px; }

.promotion-code .payment-fields {
  padding: 5px 9px !important;
  width: 100%; }

.promotion-code-applyBtn {
  font-weight: bold;
  border: 1px solid #309ddc;
  margin: 27px 0 0 22px;
  text-transform: uppercase; }

.paymentBody .input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1; }

.paymentBody .input::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

.paymentBody .input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1; }

.paymentBody .input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1; }

.paymentBody .input.StripeElement--focus,
.paymentBody .input:focus {
  border-color: #1892d8; }

.paymentBody .input.StripeElement--invalid {
  border-color: #f33725; }

.paymentBody input:-webkit-autofill {
  -webkit-text-fill-color: #555F72;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out; }

.paymentBody input {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0; }

.paymentBody select.input,
.paymentBody select:-webkit-autofill {
  background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
  background-position: 100%;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px; }

.paymentBody .error svg .base {
  fill: #fff; }

.paymentBody .error svg .glyph {
  fill: #74C4DF; }

.paymentBody .error .message {
  color: #F66355; }

.paymentBody .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px; }

.paymentBody .togo-icon-lock-closed {
  font-size: 11px; }

.stripe-text {
  font-size: 10px !important;
  color: dimgray;
  vertical-align: text-bottom; }

.paymentBody .payment-disclaimer {
  margin-bottom: 20px;
  height: 30px; }

.paymentBody .payment-disclaimer .cards-icons img {
  height: 18px;
  width: 26px;
  margin-right: -4px; }

.payment-disclaimer .cards-icons img:nth-child(1),
.payment-disclaimer .cards-icons img:nth-child(4) {
  height: 14px;
  width: 24px; }

.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out; }

@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0); }
  20%,
  60% {
    transform: rotate(-25deg); }
  40%,
  80% {
    transform: rotate(10deg); } }

@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none; }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out; } }

.paymentBody .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: -20px; }

.paymentBody .promotion-code-errorMsg, .paymentBody .promotion-code-SuccessMsg {
  display: flex;
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: -5px; }

.promotion-code-errorMsg span {
  color: #F66355;
  font-size: 13px !important; }

.promotion-code-SuccessMsg span {
  color: #20c997;
  font-size: 13px !important; }

.paymentBody .error.visible, .promotion-code-errorMsg.visible, .promotion-code-SuccessMsg.visible {
  opacity: 1;
  transform: none;
  text-align: center; }

.paymentError {
  text-align: center;
  color: #FF0000;
  font-family: lato-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-top: 15px; }

.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; }
