/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * custom.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * custom/eloqua.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RESET */
.elq-form * {
  margin: 0;
  padding: 0;
}
.elq-form input, textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.elq-form input[type=text], .elq-form select[multiple=multiple], .elq-form textarea {
  border: 1px solid #A6A6A6;
}
.elq-form button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GENERIC */
.elq-form {
  /* LABEL */
  /* SIZING */
  /* LIST ORDER */
}
.elq-form input {
  line-height: 16px;
}
.elq-form .item-padding {
  padding: 6px 5px 9px 9px;
}
.elq-form .field-wrapper.individual {
  float: left;
  width: 100%;
  clear: both;
}
.elq-form .field-p {
  position: relative;
  margin: 0;
  padding: 0;
}
.elq-form input[type=submit] {
  background-color: #d71e28;
  border: 0;
  font-size: 100%;
  padding: 10px 50px;
}
.elq-form .required {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
}
.elq-form label {
  color: black;
  font-size: 80%;
}
.elq-form .checkbox-span {
  display: inline-block;
}
.elq-form .checkbox-label {
  padding-left: 7px;
  position: relative;
  bottom: 3px;
}
.elq-form .field-style {
  margin-right: 2%;
  margin-left: 2%;
}
.elq-form .field-style._100 {
  width: 96%;
}
.elq-form .field-size-top-large {
  width: 100%;
}
.elq-form .label-position.top {
  display: block;
  line-height: 150%;
  padding: 1px 0 3px;
  white-space: normal;
  font-weight: 600;
}
.elq-form .list-order {
  display: block;
}
.elq-form .list-order.oneColumn {
  margin: 0 7px 0 0;
  width: 100%;
  clear: both;
}
.LV_validation_message {
  font-weight: bold;
  margin: 0 0 0 5px;
}
.LV_valid {
  color: #009900;
  display: none;
}
.LV_invalid {
  color: #d71e28;
  font-size: 10px;
}
.LV_valid_field, input.LV_valid_field:active, input.LV_valid_field:hover, textarea.LV_valid_field:active, textarea.LV_valid_field:hover {
  outline: 1px solid #009900;
}
.LV_invalid_field, input.LV_invalid_field:active, input.LV_invalid_field:hover, textarea.LV_invalid_field:active, textarea.LV_invalid_field:hover {
  outline: 1px solid #d71e28;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * custom/fixedcta.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#fixedcta1 {
  background-color: #d71e28;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5em;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10000;
}
#fixedcta1 a {
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  #fixedcta1 {
    /* md and below */
    top: 80%;
  }
}
.Reveal #fixedcta1 {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: auto;
}
.Reveal #fixedcta1 a {
  text-align: left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * custom/head.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
  font-size: initial;
  font-size: 1.2rem;
}
body {
  font-family: "WF-Sans", Verdana, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.8;
}
a {
  color: black;
}
b {
  font-weight: 600;
}
h1 {
  font-family: "WF-Serif", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin: 30px 0 20px 0;
}
h2 {
  font-family: "WF-Sans", Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 40px 0px 20px 0px;
}
h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1em;
}
ol {
  padding-left: 2em;
}
p {
  font-size: 1rem;
}
sup {
  font-size: 0.7em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * custom/modal.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-backdrop.in {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}
.modal {
  overflow-y: auto;
}
.modal-header {
  background-color: #3b3a3a;
  border-bottom: 8px solid #ffcd41;
  line-height: 100%;
  font-size: 1.9rem;
  color: white;
  text-align: center;
  padding: 0 0 7%;
}
.modal-body {
  padding: 35px 30px 20px;
  font-family: "WF-Sans", Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.modal-body p {
  font-size: 16px;
}
.close {
  font-weight: 300;
  font-size: 28px;
  position: absolute;
  top: 6px;
  right: 14px;
  color: white;
  opacity: 1;
}
.modal-content .modal-body .content {
  margin: 0px;
  padding: 0px;
}
.modal-content .modal-title {
  padding-top: 1em;
}
.modal-content .content, .modal-content .content-body {
  overflow: hidden;
  zoom: 1;
}
.modal-content .content {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 20px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/about.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.about-container {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.Reveal .about-container {
  background-image: url("../images/photos/about-3col-b.jpg");
  padding-bottom: 33%;
}
.Reveal .about-container .decor.top {
  display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/footer.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer-copyright {
  background-color: #3b3a3a;
  border-bottom: 9px solid #ffcd41;
  padding: 75px 0;
}
#footer-copyright .footer-text {
  color: white;
  font-size: 0.8rem;
}
#footer-copyright .footer-text a {
  border-left: 1px solid white;
  color: white;
  display: inline-block;
  line-height: 1.3;
  padding: 0 0.8em;
  white-space: nowrap;
}
#footer-copyright .footer-text a:first-child {
  border: 0;
  padding-left: 0;
}
#footer-copyright .social-icons-fullwidth {
  position: relative;
  text-align: right;
  top: -1em;
}
#footer-copyright .social-icons-fullwidth img {
  margin-right: 2em;
  width: 2em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/links.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#links-anchor {
  text-align: center;
}
#links-anchor b {
  font-weight: 600;
}
#links-anchor .col-md-4 {
  white-space: nowrap;
}
#links-anchor .col-md-4 p {
  font-size: 0.9rem;
  margin: 0.5em 0 0;
}
#links-anchor .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
#links-anchor .flex .col-md-4 {
  display: inline-block;
  width: auto;
}
#links-anchor .ctabutton a {
  background-color: white;
  border: 1px solid black;
  display: inline-block;
  font-weight: 600;
  min-width: 12rem;
  padding: 0.25em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/nav.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar-fixed h1.title {
  font-family: "WF-Serif", Georgia, serif;
  position: absolute;
}
@media (max-width: 767px) {
  .navbar-fixed h1.title {
    /* md and below */
    position: relative;
  }
}
.navbar-fixed nav {
  background-color: #d71e28;
  border-bottom: 0px;
}
#navbar-main a:hover {
  background-color: inherit;
}
#navbar-main .navbar-header .navbar-brand {
  padding-left: 0.333em;
}
@media (max-width: 767px) {
  #navbar-main .navbar-header .navbar-brand {
    /* md and below */
    padding-top: 0.5em;
  }
}
@media (min-width: 768px) {
  #navbar-main .navbar-header {
    /* lg and above */
    height: 3rem;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
#navbar-main .nav-bar-secondary {
  background-color: white;
  border-top: 4px solid #ffcd41;
  height: 3.5rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
#navbar-main .nav-bar-secondary .nav {
  font-size: 0.9rem;
}
#navbar-main .nav-bar-secondary .nav li.active a {
  font-weight: 600;
}
@media (min-width: 768px) {
  #navbar-main .nav-bar-secondary .nav {
    /* lg and above */
    float: right;
  }
  #navbar-main .nav-bar-secondary .nav a {
    margin-top: 0.55em;
  }
  #navbar-main .nav-bar-secondary .nav li {
    float: left;
  }
}
@media (max-width: 767px) {
  #navbar-main .nav-bar-secondary .nav {
    /* md and below */
    height: 100vh;
  }
  #navbar-main .nav-bar-secondary .nav a {
    color: white;
  }
  #navbar-main .nav-bar-secondary .nav li {
    border-bottom: 1px solid #666;
  }
}
@media (max-width: 767px) {
  #navbar-main .nav-bar-secondary .navbar-collapse {
    /* md and below */
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 100vh;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
#navbar-main .navbar-toggle {
  background-color: #d71e28;
  border: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#navbar-main .navbar-toggle .icon-bar {
  background-color: white;
}
#navbar-main .navbar-toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#navbar-main .navbar-toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
#navbar-main .navbar-toggle .icon-bar:last-of-type {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#navbar-main .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
#navbar-main .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  opacity: 1;
}
#navbar-main .navbar-toggle.collapsed .icon-bar:last-of-type {
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
#social {
  float: right;
  margin-top: -2.5rem;
}
.social-icons-fullwidth {
  margin: auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/register.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#registerbutton {
  border: 1px solid black;
  display: inline-block;
  font-weight: 600;
  padding: 0.5em 1rem;
  text-align: center;
}
#registerbutton a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
section.register {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 66%;
}
@media (min-width: 1080px) {
  section.register {
    /* above lg */
    background-image: url("../images/photos/signup-bg-b.jpg");
  }
  section.register .row {
    width: 66%;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/signup.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.signup-container {
  padding: 180px 0 280px;
  background: url("../images/photos/signup-bg.jpg") no-repeat center center;
  background-size: cover;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/transcript.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.accordion-body {
  padding: 0;
}
.accordion-body .accordion-inner {
  height: 15em;
  overflow: auto;
  overflow-y: scroll;
  padding: 3em 0;
}
.transcript {
  color: #FFFFFF;
  font-weight: 600;
  margin: 1em 0 5em;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.transcript a.accordion-toggle {
  color: #FFFFFF;
  line-height: 1;
  text-decoration: none;
}
.transcript a.accordion-toggle::after {
  content: '^';
  display: block;
  font-weight: 100;
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  transform: scaleX(2);
}
.transcript a.accordion-toggle.collapsed::after {
  -webkit-transform: rotate(180deg) scaleX(2);
  -ms-transform: rotate(180deg) scaleX(2);
  transform: rotate(180deg) scaleX(2);
}
.transcript a.accordion-toggle2 {
  color: #FFFFFF;
  line-height: 1;
  text-decoration: none;
}
.transcript a.accordion-toggle2::after {
  content: '^';
  display: block;
  font-weight: 100;
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  transform: scaleX(2);
}
.transcript a.accordion-toggle2.collapsed::after {
  -webkit-transform: rotate(180deg) scaleX(2);
  -ms-transform: rotate(180deg) scaleX(2);
  transform: rotate(180deg) scaleX(2);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/video.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#video-anchor {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * section/video-list.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  margin-top: 0;
  outline: 0;
  padding-top: 0;
}
#video-anchor .vjs-playlist {
  background-color: transparent;
  overflow: auto;
  overflow-x: hidden;
  min-width: 18rem;
  width: 40%;
}
#video-anchor .vjs-playlist .vjs-playlist-item {
  background-color: #3b3a3a;
  border-bottom: 5px solid #ffcd41;
  margin: 0.5em 0 0 0.5em;
  padding: 1em;
}
@media (max-width: 767px) {
  #video-anchor .vjs-playlist .vjs-playlist-item {
    /* md and below */
    padding: 0;
  }
}
#video-anchor .vjs-playlist .vjs-playlist-item:not(.vjs-selected) {
  background-image: url(../images/icons/play.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 2em;
}
#video-anchor .vjs-playlist .vjs-playlist-item:first-child {
  margin-top: 0;
}
#video-anchor .vjs-playlist .vjs-playlist-item .vjs-playlist-title-container {
  font-family: "WF-Serif", Georgia, serif;
  font-size: 1.4em;
  padding: 0.5rem;
  text-shadow: none;
  top: 20%;
  width: 70%;
}
@media (max-width: 767px) {
  #video-anchor .vjs-playlist .vjs-playlist-item .vjs-playlist-title-container {
    /* md and below */
    top: 10%;
  }
}
#video-anchor .vjs-playlist .vjs-playlist-item .vjs-playlist-title-container cite {
  white-space: normal;
}
#video-anchor .vjs-playlist .vjs-playlist-item .vjs-playlist-name {
  line-height: 26px;
}
#video-anchor .vjs-playlist .vjs-up-next-text {
  display: none;
}
#video-anchor .vjs-playlist .vjs-playlist-now-playing-text {
  border: 1px solid white;
  font-size: 0.5em;
  font-weight: 600;
  left: auto;
  padding: 0 0.5em;
  right: 0;
  text-transform: uppercase;
  text-align: center;
}
#video-anchor .vjs-playlist .vjs-playlist-duration {
  background: none;
  bottom: 0.5rem;
  font-size: 0.8em;
  left: inherit;
  line-height: 1;
  right: 1rem;
  top: inherit;
}
#video-anchor .vjs-playlist .vjs-selected .vjs-playlist-duration {
  display: inherit;
}
#video-anchor .vjs-playlist .vjs-selected .vjs-playlist-now-playing-text {
  display: block;
}
#video-anchor .vjs-playlist .vjs-playlist-thumbnail-placeholder {
  background: none;
  height: 6em;
}
#video-anchor .video-wrapper {
  -webkit-box-shadow: 0px 0.5em 1em rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0.5em 1em rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#video-anchor .video-wrapper #CIFvid {
  border: 1px solid gray;
  top: -0.5px;
}
@media (max-width: 767px) {
  #video-anchor .video-wrapper {
    /* md and below */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #video-anchor .video-wrapper .vjs-playlist {
    width: 100%;
  }
  #video-anchor .video-wrapper .vjs-playlist .vjs-playlist-item {
    margin: 0;
  }
  #video-anchor .video-wrapper #CIFvid {
    width: 100%;
  }
}
#video-anchor .vjs-big-play-button {
  opacity: 0;
}
#video-anchor .vjs-big-play-button:focus {
  opacity: 1;
}
#video-anchor .video-overlay-play-button:hover {
  opacity: 1;
}
#video-anchor .video-overlay-play-button.is-hidden {
  display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * custom/misc.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-wrapper {
  overflow-x: hidden;
}
hr.shorty {
  max-width: 5em;
  border: 1px solid #d71e28;
  margin: 0 0 2.5em;
  text-align: left;
}
.redlink {
  color: #d71e28;
  cursor: pointer;
  text-decoration: none;
}
.banner-cta {
  background-color: #3b3a3a;
  border-bottom: 9px solid #ffcd41;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 135px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  text-align: center;
  width: 100%;
}
.banner-cta .banner-cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.pdf::before {
  background-image: url("../images/icons/aPDF_Icon_Black.svg");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1em;
  margin-right: 0.1em;
  position: relative;
  top: 0.1em;
  width: 1em;
}
a.pdf.white::before {
  background-image: url("../images/icons/aPDF_Icon_White.svg");
}
.site-padding {
  padding: 5em 1em;
}
.squish {
  -webkit-transform: scaleY(0.1);
  -ms-transform: scaleY(0.1);
  transform: scaleY(0.1);
}
/* End of imports */
.sr-only {
  position: fixed;
}
html .shy {
  display: none;
}
html.Reveal .shy.reveal {
  display: inherit;
}
/* Additional CSS */
.video-anc {
  margin-top: -180px !important;
  padding-top: 180px !important;
  position: absolute !important;
}
.banner-title-1 {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #3A3634;
  border-top: 5px solid #FFCD41;
  width: 100%;
}
.banner-title-2 {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #3A3634;
  border-bottom: 5px solid #FFCD41;
  width: 100%;
}
.banner-box-pad {
  padding-top: 375px;
}
.bm-text-mobile {
  width: 520px;
  padding: 0px 60px 0px 60px;
}
.video-pad {
  padding: 0px 0px 0px 0px;
  width: 560px;
}
.transcript-pad {
  padding: 0px 10px 0px 0px;
}
.transcript-text {
  background-color: transparent;
  color: #FFFFFF;
}
.banner-cta {
  padding: 20px 0px;
}
.video-js .vjs-big-play-button {
  margin: 0 auto;
  position: relative !important;
  top: 50% !important;
  left: 0 !important;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-js {
  width: 100%;
}
.transcript {
  margin: 0px;
  width: 100%;
  position: relative;
  bottom: 0;
}
.accordion-body .accordion-inner {
  padding: 0px;
  width: 100%;
}
#footer-copyright {
  background-color: #f4f0ed;
  border-bottom: none;
  border-top: 2px solid #b5adad;
  padding: 50px 0;
  margin-top: -1px;
}
#footer-copyright .footer-text {
  color: #000000;
  font-size: 0.8rem;
}
#footer-copyright .footer-text a {
  border-left: 1px solid #000000;
  color: #000000;
}
.navbar-fixed h1.title {
  font-family: "WF-Sans", Verdana, sans-serif !important;
  position: absolute;
  font-size: 28px;
}
.navbar-fixed h1.title {
  font-family: "WF-Sans", Verdana, sans-serif;
  position: absolute;
  font-size: 28px;
}
.nav > li > a {
  color: #FFFFFF;
}
#navbar-main .nav-bar-secondary .nav {
  margin-top: -65px;
}
#navbar-main .nav-bar-secondary .nav a {
  margin-top: 0.35em;
  background-color: transparent;
  font-weight: 600;
}
#navbar-main .nav-bar-secondary .nav a:hover {
  text-decoration: underline;
}
.container {
  padding: 0px;
}
.mobile-show {
  display: none !important;
}
.desktop-show {
  display: block !important;
}
h3.banner-main {
  font-family: "WF-Serif", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px !important;
  margin: 60px 0px 50px 0px;
  color: #000000;
  text-align: center;
}
.cta-button {
  border: 0;
  background: #d9212a;
  color: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  padding: 0;
  text-align: center;
}
.cta-button a {
  display: block;
  color: #FFFFFF;
  padding: 10px 60px;
}
.cta-button a:hover {
  text-decoration: underline;
}
section.banner {
  background-color: #3A3634;
  border-top: 5px solid #D73F26;
}
.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 99999;
}
p.footer-text a:hover, p.footer-text a:focus {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .center-logo {
    width: 222px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-mobile {
    height: 215px !important;
  }
  .mobile-pad {
    padding-top: 120px !important;
  }
  #navbar-main .nav-bar-secondary {
    text-align: left;
  }
  #navbar-main .navbar-header .navbar-brand {
    padding-left: 0px !important;
  }
  .navbar-fixed h1.title {
    position: relative !important;
    margin-left: -5px;
  }
  #navbar-main .nav-bar-secondary .navbar-collapse {
    margin-top: 18px;
  }
  #navbar-main .nav-bar-secondary .nav {
    margin-top: 0.55em;
  }
  #navbar-main .nav-bar-secondary .nav a {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .navbar-fixed h1.title {
    position: absolute;
  }
  .transcript-pad {
    padding: 0px 30px 0px 30px;
  }
  .mobile-show {
    display: block !important;
  }
  .desktop-show {
    display: none !important;
  }
  .video-js {
    width: 100%;
    height: 250px;
  }
  .video-js .vjs-big-play-button {
    left: 40%;
  }
  .transcript {
    width: 100%;
    left: 0;
  }
  .accordion-body .accordion-inner {
    width: 100%;
  }
  .tb-border {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #3B3331;
    border-bottom: 1px solid #3B3331;
  }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -30px;
    margin-left: -30px;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 30px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  #navbar-main .navbar-header .navbar-brand {
    padding-left: 40px;
  }
  .navbar-brand {
    padding: 15px 0px;
  }
  .pad-left-reset {
    padding-left: 0px !important;
  }
  .pad-lr-reset {
    padding: 60px 0px 60px 0px;
  }
  .pad-reset {
    padding: 0px 0px 0px 0px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}
@media (max-width: 320px) {
  .navbar-fixed h1.title {
    font-family: "WF-Sans", Verdana, sans-serif;
    position: absolute;
    font-size: 26px;
  }
  .wf-logo {
    width: 200px !important;
  }
  .center-logo {
    width: 200px !important;
  }
  .video-mobile {
    height: 180px !important;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  #footer-copyright .footer-text a {
    border-left: none;
    width: 50% !important;
    white-space: normal;
    vertical-align: top;
    padding: 0 0 1.4rem 0;
    font-size: 13px;
    text-decoration: none;
  }
  .footer-top {
    border-top: 1px solid #b5adad;
    padding-top: 1.4rem;
  }
  #footer-copyright .footer-text {
    font-size: 13px;
  }
}
/*ADA add ons*/
.pad-top {
  padding-top: 57px;
}
.navbar-fixed nav {
  border-bottom: 5px solid #ffcd41;
}
#navbar-main .nav-bar-secondary {
  background-color: transparent;
  border-top: 0;
  height: 0rem;
}
h1.title {
  font-family: "WF-Sans", Verdana, sans-serif !important;
  font-size: 28px;
  margin: 15px 0px;
}
.navbar {
  margin-bottom: 0px !important;
}
nav {
  box-shadow: 0 0 0 0 !important;
}
@media (max-width: 767px) {
  #navbar-main .nav-bar-secondary .nav {
    margin-top: 0px;
  }
  .pad-top {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  #navbar-main .nav-bar-secondary .navbar-collapse {
    margin-top: 0px;
  }
  #navbar-main .nav-bar-secondary .nav a {
    margin-top: 5px;
  }
  .pad-top {
    padding-top: 50px;
  }
  h1 {
    font-family: "WF-Serif", Georgia, serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    margin: 20px 0 20px 0;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .submit-btn {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  h1.title {
    font-size: 26px;
  }
}
/* sfmc-form */
span.required {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: #D71E28;
}
.invalid {
  outline: 1px solid #CC0000;
}
input[type=text], input[type=emailAddress] {
  width: 100%;
}
select[aria-required=true] {
  width: 100%;
}
.input-style {
  border: 0;
  border-bottom: 1px solid #999999;
  width: 100%;
  margin-top: 5px;
}
.label-pad {
  margin-top: 10px;
  font-weight: 600;
}
.submit-btn {
  background-color: #d71e28;
  border: 0;
  border-radius: 10px;
  font-size: 100%;
  padding: 10px 10px;
  color: #FFFFFF;
  font-weight: 400;
  width: 200px;
}
.reset-btn {
  background-color: #ffffff;
  border: 2px solid #3B3331;
  border-radius: 10px;
  font-size: 100%;
  padding: 10px 50px;
  color: #3B3331;
}
.submit-btn:focus {
  background-color: #d71e28;
  text-decoration: underline;
}
.submit-btn:hover {
  background-color: #ab181f;
  text-decoration: underline;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  color: #3B3331;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  padding-bottom: 10px;
}
input:focus, select:focus, textarea:focus, a:focus {
  outline: 2px solid rgba(0, 0, 0, .8) !important;
  outline-offset: -2px !important;
}
::placeholder {
  color: #000000;
  opacity: 0.6; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
  opacity: 0.6;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
  opacity: 0.6;
}