html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@font-face {
  font-family: 'Scotia Sans';
  src: url('/Content/fonts/Scotia_W_Bd.woff2') format('woff2'), url('fonts/Scotia_W_Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Scotia Sans';
  src: url('/Content/fonts/Scotia_W_Rg.woff2') format('woff2'), url('fonts/Scotia_W_Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scotia Sans Light';
  src: url('/Content/fonts/Scotia_W_L.woff2') format('woff2'), url('fonts/Scotia_W_L.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scotia Sans Headline';
  src: url('/Content/fonts/Scotia_W_Headline.woff2') format('woff2'), url('fonts/Scotia_W_Headline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'Scotia Sans',Roboto,"Helvetica Neue",Arial,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Scotia Sans',Roboto,"Helvetica Neue",Arial,sans-serif !important;
  font-size: 16px;
  color: #515151;
}

a, a:hover, a:active, a:visited {
  color: rgb(130,48,223);
}

.scotia-footer {
  margin-top: 25px;
  margin-bottom: 25px;
  /*padding-bottom: 32px;*/
  font-size: 0.8em;
}

.text-danger {
  color: #ED0722;
}

.scotia-legal {
  font-weight: bold;
}

.shadow-box {
  -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
  box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
  padding: 30px 50px;
  border: 1px #cccccc solid;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Scotia Sans Headline",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.bg-dev {
  background-color: #c356fd !important;
}

.scotia-red {
  color: #ED0722;
}

.scotia-header > h2 {
  margin: 10px 0 20px 0;
}

.scotia-description {
  margin: 0 0 20px 0;
}

.scotia-select-title {
  margin: 0 0 30px;
}

.scotia-pin-input {
  margin: 15px 0 20px 0;
  max-width: 400px;
}


li.scotia-step2-ticket {
  max-width: 185px;
  margin: 0 10px 20px;
  display: inline-grid;
}

.scotia-step2-ticket img {
  margin-bottom: 10px;
}

.scotia-step2-ticket-desc {
  overflow: hidden;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.btn-primary {
  background-color: #EC111A;
  border: 1px #EC111A solid;
  font-size: 1.05em;
  font-weight: bold;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #DF040D;
  border: 1px #DF040D solid;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #D30001 !important;
  border: 1px #D30001 solid !important;
  box-shadow: 0 0 0 0.2rem rgba(211, 0, 1, 0.5) !important;
}

.btn-primary:disabled {
  background-color: #D30001 !important;
  border: 1px #D30001 solid !important;
}

a.btn-primary {
  color: #ffffff;
}

.btn-secondary {
  font-size: 1.05em;
  font-weight: bold;
}

.btn-next {
  padding-right: 25px;
  background-image: url(/Images/chevron-right.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.btn-prev {
  padding-left: 25px;
  background-image: url(/Images/chevron-left.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
}

.scotia-registration-buttons > a, .scotia-registration-buttons > input {
  margin: 50px 10px 10px 10px;
}

.scotia-check-box {
  zoom: 1.2;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.checkbox {
  line-height: 1.4em;
  padding-left: 30px;
  margin-top: 0px;
}

#portalLink {
  padding-top: 20px;
}

#loginLink {
  padding-top: 40px;
}

.navbar-brand {
  min-height: 50px;
  height: auto;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 8px;
}

@media (max-width:768px) {
  .shadow-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 0;
  }

  .navbar-default {
    margin-bottom: 0;
  }

  #portalLink {
    padding-top: 0px;
  }

  #loginLink {
    padding-top: 0px;
  }

  h2 {
    margin-top: 10px !important;
  }

  .btn-mobile-center {
    text-align: center !important;
  }
}

ol.faq {
  margin: 0;
  padding: 0;
  display: table;
}

ol.faq > li {
  list-style: none;
  display: table-row;
  padding: 0;
}

div.faq-header {
  display: table-cell;
  text-align: right;
  padding-right: .5em;
}

.button {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 2rem 2rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #ebebeb;
  color: #1d1d1d;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: visible;
}

.button.purple {
  outline-color: #7849B8;
  background-color: #7849B8;
  color: #FFFFFF;
}

.button.purple:disabled {
  background: #dddddd;
}

.form-horizontal .control-label {
  text-align: left !important;
}

/* ----- START - NAV Changes */
.bg-scotia {
  background-color: #FFFFFF;
}

.bg-note {
  background-color: #F1F1F1;
}

/* START - Change Height */
.navbar-nav > li > a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #515151 !important;
}

/*.navbar {
    min-height: 84px !important;
}
*/
/* END - Change Height */

/* START - Add Pipes */
#options-nav li > a {
  border-right: 1px solid currentColor !important;
}

#options-nav li:last-child > a {
  border-right: 0 !important;
}

@media only screen and (max-width: 992px) {
  #options-nav li > a {
    border-right: 0 !important;
  }
}
/* END - Add Pipes */
/* ------- END NAV Changes*/
