#content, .bridgecontent {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "MarianinaCnFY-Regular", "Open Sans", sans-serif;
  color: #5e544f;
  font-size: 1.4rem; }
  #content h1, .bridgecontent h1 {
    font-family: "Suti", "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #008a8a;
    padding-top: 0.5em;
    font-size: 1.9em;
    text-align: center; }
  #content h2, .bridgecontent h2 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #00555f; }
  #content h3, .bridgecontent h3 {
    font-weight: bold;
    font-size: 1em; }
  #content hr, .bridgecontent hr {
    border-top: 1px solid #ff7419;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem; }
  #content a, .bridgecontent a {
    text-decoration: underline;
    color: inherit; }
    #content a:hover, .bridgecontent a:hover {
      color: #c64020;
      text-decoration: underline; }
  #content .major-link, .bridgecontent .major-link {
    padding-bottom: 0.4rem; }
    #content .major-link a, .bridgecontent .major-link a {
      color: #ff7419;
      font-size: 1.8rem; }
      #content .major-link a:hover, .bridgecontent .major-link a:hover {
        color: #c64020; }
  #content p, #content h2, #content h3, #content div.noBreak, .bridgecontent p, .bridgecontent h2, .bridgecontent h3, .bridgecontent div.noBreak {
    overflow: auto;
    min-width: 10px; }
  #content .text > *:last-child,
  #content .text > .noBreak:last-child > *:last-child, .bridgecontent .text > *:last-child,
  .bridgecontent .text > .noBreak:last-child > *:last-child {
    margin-bottom: 0px; }
  #content .faqs-body, .bridgecontent .faqs-body {
    padding-top: 5px; }
  #content .faq-trigger, .bridgecontent .faq-trigger {
    font-weight: bold;
    font-size: 1.5em;
    border-top: 1px solid #ff7419;
    padding-top: 8px;
    padding-bottom: 8px; }
    #content .faq-trigger .accordian-toggle, .bridgecontent .faq-trigger .accordian-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1em;
      cursor: pointer;
      text-decoration: none;
      color: #ff7419; }
      #content .faq-trigger .accordian-toggle i, .bridgecontent .faq-trigger .accordian-toggle i {
        font-size: 0.8em; }
        #content .faq-trigger .accordian-toggle i.is-collapsed, .bridgecontent .faq-trigger .accordian-toggle i.is-collapsed {
          display: none; }
        #content .faq-trigger .accordian-toggle i.is-expanded, .bridgecontent .faq-trigger .accordian-toggle i.is-expanded {
          display: inherit; }
      #content .faq-trigger .accordian-toggle:hover, .bridgecontent .faq-trigger .accordian-toggle:hover {
        color: #ff7419; }
      #content .faq-trigger .accordian-toggle.collapsed, .bridgecontent .faq-trigger .accordian-toggle.collapsed {
        color: #5e544f; }
        #content .faq-trigger .accordian-toggle.collapsed:hover, .bridgecontent .faq-trigger .accordian-toggle.collapsed:hover {
          color: #ff7419; }
        #content .faq-trigger .accordian-toggle.collapsed i.is-collapsed, .bridgecontent .faq-trigger .accordian-toggle.collapsed i.is-collapsed {
          display: inherit; }
        #content .faq-trigger .accordian-toggle.collapsed i.is-expanded, .bridgecontent .faq-trigger .accordian-toggle.collapsed i.is-expanded {
          display: none; }
  #content.hr1trimtop #hr1 hr,
  #content.hr2trimtop #hr2 hr, .bridgecontent.hr1trimtop #hr1 hr,
  .bridgecontent.hr2trimtop #hr2 hr {
    margin-top: 0; }

@font-face {
  font-family: 'Nbsp';
  src: url("/themes/user/nbsp/nbsp.ttf") format("truetype"); }

#content.cke_editable {
  font-family: "Nbsp", "MarianinaCnFY-Regular", "Open Sans", sans-serif; }
  #content.cke_editable h1 {
    font-family: "Nbsp", "Suti", "Open Sans", sans-serif; }

#lattice {
  background-color: #342d29; }
  #lattice .floater {
    width: 100%;
    overflow: hidden;
    position: relative; }
    #lattice .floater img {
      width: 100%; }
    #lattice .floater .lattice_unit_wrapper .textover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      z-index: 5; }
      #lattice .floater .lattice_unit_wrapper .textover .title {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
    #lattice .floater.motd {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background-image: url("/themes/user/smbc/images/motdBack.jpg"); }
      #lattice .floater.motd .textover {
        color: #008a8a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5em;
        font-size: 1.3rem;
        line-height: 1.4em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 5; }
        @media only screen and (min-width: 576px) {
          #lattice .floater.motd .textover {
            position: absolute; } }
        @media only screen and (min-width: 576px) {
          #lattice .floater.motd .textover {
            font-size: 1.6rem; } }
        @media only screen and (min-width: 992px) {
          #lattice .floater.motd .textover {
            font-size: 1.9rem; } }
        @media only screen and (min-width: 1200px) {
          #lattice .floater.motd .textover {
            font-size: 2.5rem; } }
        #lattice .floater.motd .textover .title {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
    #lattice .floater .lattice_unit_wrapper img, #lattice .floater .lattice_unit_wrapper .textover .blurb {
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #lattice .floater .lattice_unit_wrapper .textover .title {
      font-size: 1.8em;
      font-family: suti;
      text-transform: uppercase;
      text-shadow: black 0px 0px 20px;
      color: white;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    #lattice .floater .lattice_unit_wrapper .textover .blurb, #lattice .floater .lattice_unit_wrapper .textover .buffer {
      font-size: 1.1em;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 1em;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      opacity: 0; }
    #lattice .floater .lattice_unit_wrapper .textover:hover ~ img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-filter: brightness(65%);
              filter: brightness(65%); }
    #lattice .floater .lattice_unit_wrapper .textover:hover .blurb {
      opacity: 1; }

#feature {
  position: relative; }
  #feature .feature-overlay {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    #feature .feature-overlay .slogan {
      text-align: center;
      padding: 0.5rem 2.5em;
      font-family: "Suti", "Open Sans", sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: 1rem; }
      @media only screen and (min-width: 576px) {
        #feature .feature-overlay .slogan {
          font-size: 1.6rem; } }
      @media only screen and (min-width: 768px) {
        #feature .feature-overlay .slogan {
          font-size: 1.9rem; } }
      @media only screen and (min-width: 992px) {
        #feature .feature-overlay .slogan {
          font-size: 2.8rem; } }
      @media only screen and (min-width: 1200px) {
        #feature .feature-overlay .slogan {
          font-size: 3.4rem; } }
    #feature .feature-overlay .play-icon {
      color: white; }
      #feature .feature-overlay .play-icon i.fa-circle {
        opacity: 0.3; }
      #feature .feature-overlay .play-icon i.fa-play {
        left: 0.1em; }
      #feature .feature-overlay .play-icon:hover, #feature .feature-overlay .play-icon:active {
        cursor: pointer; }
        #feature .feature-overlay .play-icon:hover i.fa-play, #feature .feature-overlay .play-icon:active i.fa-play {
          color: #ff7419; }
  #feature .featureimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 80vh;
    overflow: hidden; }
    #feature .featureimage img {
      width: 100%; }

#movieModal .modal-dialog {
  pointer-events: none; }
  #movieModal .modal-dialog .modal-content {
    pointer-events: auto; }

#movieModal #mainVid {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  #movieModal #mainVid iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

footer {
  background-color: #342d29;
  padding-top: 2rem;
  padding-bottom: 2.5rem; }
  footer #ftForm, footer #ftInstagram, footer #ftInfo {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  @media only screen and (min-width: 576px) {
    footer #ftInstagram {
      padding-left: 0rem; }
    footer #ftForm {
      padding-right: 2.5rem; } }
  footer #ftInstagram {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 576px) {
      footer #ftInstagram {
        max-width: 28rem;
        margin-top: 0; } }
    footer #ftInstagram .instagramFrame {
      max-height: 48rem;
      overflow: scroll;
      background: white; }
      @media only screen and (min-width: 576px) {
        footer #ftInstagram .instagramFrame {
          max-height: 33rem; } }
      footer #ftInstagram .instagramFrame .text {
        margin: 0em 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em;
        line-height: 1;
        font-size: 1.2rem;
        color: black;
        background: white;
        position: relative; }
        footer #ftInstagram .instagramFrame .text.moreBelow:before {
          pointer-events: none;
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(2em, rgba(255, 255, 255, 0)));
          background: linear-gradient(to top, white, rgba(255, 255, 255, 0) 2em); }
  footer #ftInfo {
    color: #f79548;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1.2em;
    margin-top: 2rem; }
    footer #ftInfo .logos {
      margin-bottom: 1rem;
      min-width: 250px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      footer #ftInfo .logos svg {
        fill: white;
        height: 48px; }
        footer #ftInfo .logos svg.bridge-logo {
          width: 83.93143px;
          max-width: 31%;
          border-right: solid 2px #ff7419;
          padding-right: 5px; }
        footer #ftInfo .logos svg.smbc-logo {
          width: 164.57143px;
          max-width: 64%;
          padding-left: 5px; }
        footer #ftInfo .logos svg:hover {
          fill: #f79548;
          cursor: pointer; }
        footer #ftInfo .logos svg.smbc-logo:hover {
          fill: #5bc4bf;
          cursor: pointer; }
    footer #ftInfo .details {
      margin-bottom: 1rem; }
      footer #ftInfo .details ul {
        list-style: none;
        padding: 0px;
        margin-bottom: 0.2rem; }
      @media only screen and (min-width: 768px) {
        footer #ftInfo .details {
          padding-left: 1.5rem; }
          footer #ftInfo .details li {
            display: inline-block;
            padding-left: 0;
            padding-right: 1.3em; }
            footer #ftInfo .details li:last-of-type {
              padding-right: 0.5em; } }

form.bridge-form .input-wrapper {
  padding: 28px 1.5rem;
  position: relative;
  margin-bottom: 1em; }
  form.bridge-form .input-wrapper label {
    color: white;
    line-height: 28px;
    position: absolute;
    left: 1.5rem;
    top: 0;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none; }
  form.bridge-form .input-wrapper textarea:placeholder-shown ~ label,
  form.bridge-form .input-wrapper input:placeholder-shown ~ label {
    left: 1.5rem;
    top: 28px;
    opacity: 0.8;
    font-size: inherit; }
  form.bridge-form .input-wrapper .input-background {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ff7419;
    border-style: none none solid none;
    border-width: 1px;
    border-radius: 0;
    pointer-events: none; }

form.bridge-form input, form.bridge-form optgroup, form.bridge-form select, form.bridge-form textarea {
  font-family: "MarianinaCnFY-Regular", "Open Sans", sans-serif;
  background-color: transparent;
  color: #ffffff;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 0;
  width: 100%; }
  form.bridge-form input:focus ~ .input-background, form.bridge-form optgroup:focus ~ .input-background, form.bridge-form select:focus ~ .input-background, form.bridge-form textarea:focus ~ .input-background {
    background-color: rgba(255, 255, 255, 0.1);
    outline-style: none; }
  form.bridge-form input::-webkit-input-placeholder, form.bridge-form optgroup::-webkit-input-placeholder, form.bridge-form select::-webkit-input-placeholder, form.bridge-form textarea::-webkit-input-placeholder {
    color: #ff7419;
    opacity: 0.75; }
  form.bridge-form input::-moz-placeholder, form.bridge-form optgroup::-moz-placeholder, form.bridge-form select::-moz-placeholder, form.bridge-form textarea::-moz-placeholder {
    color: #ff7419;
    opacity: 0.75; }
  form.bridge-form input::-ms-input-placeholder, form.bridge-form optgroup::-ms-input-placeholder, form.bridge-form select::-ms-input-placeholder, form.bridge-form textarea::-ms-input-placeholder {
    color: #ff7419;
    opacity: 0.75; }
  form.bridge-form input::placeholder, form.bridge-form optgroup::placeholder, form.bridge-form select::placeholder, form.bridge-form textarea::placeholder {
    color: #ff7419;
    opacity: 0.75; }
  form.bridge-form input.dirty:invalid ~ .input-background, form.bridge-form optgroup.dirty:invalid ~ .input-background, form.bridge-form select.dirty:invalid ~ .input-background, form.bridge-form textarea.dirty:invalid ~ .input-background {
    border-color: #f33; }

form.bridge-form textarea {
  resize: none; }

form.bridge-form button {
  cursor: pointer;
  font-family: "MarianinaCnFY-Regular", "Open Sans", sans-serif;
  color: white;
  background-color: rgba(255, 116, 25, 0.5);
  line-height: 28px;
  border-style: none;
  padding: 0.5em 2em;
  text-transform: uppercase; }
  form.bridge-form button:focus {
    background-color: #ff7419; }

form.bridge-form select {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%; }
  form.bridge-form select::-ms-expand {
    display: none; }
  form.bridge-form select option {
    color: white;
    background-color: #5e544f;
    padding: 4px; }

form.bridge-form .select-arrow {
  color: #ff7419;
  padding: 0;
  margin: 0;
  right: 10px;
  position: absolute; }
  form.bridge-form .select-arrow:before {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 20px;
    pointer-events: none; }

form.bridge-form:invalid button {
  cursor: not-allowed;
  opacity: 0.5; }

*:focus {
  outline-style: none; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: "MarianinaCnFY-Regular", "Open Sans", sans-serif;
  background-color: white;
  color: #ff7419; }
  body a {
    color: #ff7419; }
    body a:hover {
      color: white;
      text-decoration: none; }
  body .bannerimage img {
    width: 100%;
    height: 100%; }
  body.page-home div.container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  body header, body footer, body div.container-fluid, body nav.navbar {
    max-width: 1800px; }
  body header, body footer {
    margin-left: auto;
    margin-right: auto; }

/*# sourceMappingURL=maps/styles.css.map */
