<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - NMA Landing Pages (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  font-family: 'Open Sans'!important;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

#nma_logo {
  color: white;
  max-height: 40px;
}

.nma-nav-right .nma-questions {
  font-size: 14px;
}

.btn-primary {
    color: #000!important;
    background: -moz-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(2%,#ffe6a0),color-stop(100%,#ffba00)) !important;
    background: -webkit-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) !important;
    background: -o-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) !important;
    background: -ms-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00 !important;
    background: linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6a0', endColorstr='#ffba00', GradientType=0) !important;
    border: none !important;
    font-weight: 400;
}

.btn-lg {
  font-size:1.5rem !important;
}

.nma-feature-title {
  font-weight: 200;
  font-size: 1.5rem;
}

.nma-instructor-title {
  font-weight: 200;
  font-size: 1rem;
  margin-top: 10px;
}

.nma-section {
  width: 100%;
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.video-description-title {
  font-size: 2rem;
}

.small-heading {
  font-size: .6em;
}
@media (max-width: 400px){
    #chooseYourDeal .text-right {
      box-sizing: content-box;
  }
}
 #chooseYourDeal .text-right {
      word-wrap: normal;
  }

 .nma-feature-icon {
     color: #3bc2b7;
     font-size:4em;
 }

 .nma-list-yes, .nma-yes {
     color: #3bc2b7;
 }

 a.nma-yes:hover {
     color: #3bc2b7;
 }

 .nma-list-no {
     color: red;
 }
</pre></body></html>