/*
Sass utility code
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a, input, select, textarea, button {
  box-sizing: border-box;
  margin: 0;
}
a:focus, input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
a:visited, input:visited, select:visited, textarea:visited, button:visited {
  outline: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
}

a, a:visited {
  color: #008b95;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #008b95;
  text-decoration: underline;
}

b, strong {
  font-weight: 600;
}

body {
  hyphens: none;
  word-break: normal !important;
  word-wrap: normal !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -ms-word-break: normal !important;
  background-color: #000;
  box-sizing: border-box;
  color: #000;
  font-family: "Open Sans", "Verdana", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  line-height: 1.39;
  min-width: 400px;
  position: relative;
  z-index: 10;
}

html {
  box-sizing: border-box;
  height: 100%;
}

i, em {
  font-style: italic;
}

noscript {
  background-color: #a00;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 11px;
  left: 0;
  line-height: 1.39;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 60px;
  width: 100vw;
  z-index: 50;
}
noscript a, noscript a:visited {
  color: #fff;
  text-decoration: underline;
}
noscript a:hover, noscript a:visited:hover {
  color: #fff;
  text-decoration: underline;
}

.content {
  min-height: 100%;
  margin-bottom: -217px;
}
.content:after {
  content: "";
  display: block;
  height: 217px;
}

.modal-overlay {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.navbar {
  background-color: #000;
  display: block;
  height: 60px;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 40;
}
.navbar a, .navbar a:visited {
  color: #fff;
  text-decoration: none;
}
.navbar a:hover, .navbar a:visited:hover {
  color: #00c3d1;
}
.navbar a.burger, .navbar a:visited.burger {
  background: #000 url("../../../images/burger.png") 1px top/60px 120px no-repeat;
  border-left: 1px solid #565a5c;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  font-size: 0;
  height: 60px;
  margin: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-indent: -15000px;
  top: 0;
  vertical-align: top;
  width: 61px;
}
.navbar a.burger:hover, .navbar a:visited.burger:hover {
  background-position: 1px -60px;
  text-decoration: none;
}
.navbar a.burger div, .navbar a:visited.burger div {
  background-color: white;
  height: 10px;
  width: 10px;
}
.navbar a.logo, .navbar a:visited.logo {
  background: transparent url("../../../images/Byrce-Logo-1.svg") left top/117px 30px no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin: 8px 0 0 20px;
  outline: none;
  overflow: hidden;
  text-indent: -15000px;
  vertical-align: top;
  width: 117px;
}
.navbar ul {
  color: #fff;
  display: inline-block;
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.navbar ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 0 30px;
  white-space: nowrap;
}

@media (max-width: 695px) {
  .navbar a.burger {
    display: inline-block;
  }
  .navbar ul {
    display: none;
  }
}
.navlist {
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  width: 0;
  z-index: 60;
}
.navlist ul {
  list-style-type: none;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 25px 0;
  padding: 0;
}
.navlist ul li {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
.navlist ul li a {
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
  text-decoration: none;
}
.navlist ul li a:hover {
  background-color: #fff;
  color: #000;
}
.navlist ul li a.closer {
  background: #d4d4d4 url("../../../images/nav-close.png") left top/60px 60px no-repeat;
  cursor: pointer;
  font-size: 0;
  height: 60px;
  text-indent: -15000px;
}
.navlist ul li a.closer:hover {
  background-color: #565a5c;
  text-decoration: none;
}
.navlist ul li span {
  color: #555;
  display: block;
  padding: 20px;
}

@media (max-width: 695px) {
  .nav-list ul li a {
    font-size: 14px;
    padding: 15px;
  }
  .nav-list ul li ul li a {
    font-size: 12px;
    padding: 15px;
    padding: 10px 10px 10px 20px;
  }
}
.footer {
  background-color: #000;
  box-sizing: border-box;
  display: table;
  height: 217px;
  overflow: hidden;
  padding: 10px;
  width: 100vw;
}
.footer .inner {
  display: table-cell;
  vertical-align: middle;
}
.footer .inner .footer-link-row-1 {
  font-size: 0;
  margin: 0;
  text-align: center;
}
.footer .inner .footer-link-row-1 a {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin: 10px 10px 0 10px;
  outline: none;
  padding: 0 0 0 37px;
  text-decoration: none;
}
.footer .inner .footer-link-row-1 a:hover {
  color: #00c3d1;
  text-decoration: none;
}
.footer .inner .footer-link-row-1 a.email {
  background-image: url("../../../images/footer-icon-mail.png");
}
.footer .inner .footer-link-row-1 a.linkedin {
  background-image: url("../../../images/footer-icon-linkedin.png");
}
.footer .inner .footer-link-row-1 a.phone {
  background-image: url("../../../images/footer-icon-phone.png");
}
.footer .inner .footer-link-row-1 a.twitter {
  background-image: url("../../../images/footer-icon-twitter.png");
}
.footer .inner .footer-link-row-2 {
  font-size: 0;
  margin: 20px 5px 0 5px;
  text-align: center;
}
.footer .inner .footer-link-row-2 .button {
  line-height: 32px;
  margin: 0 0 0 10px;
}
.footer .inner .footer-link-row-2 .mailing-list-field-box {
  background-color: #fff;
  color: #d4d4d4;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 90px 0 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.footer .inner .footer-link-row-2 .mailing-list-label-box {
  background-color: #d4d4d4;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.footer .inner .footer-link-row-3 {
  font-size: 0;
  margin: 20px 5px;
  text-align: center;
}
.footer .inner .footer-link-row-3 a, .footer .inner .footer-link-row-3 a:visited {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  margin: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}
.footer .inner .footer-link-row-3 a:hover, .footer .inner .footer-link-row-3 a:visited:hover {
  color: #00c3d1;
  text-decoration: none;
}
.footer .inner .footer-link-row-3 div {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  margin: 0 10px;
  white-space: nowrap;
}

@media (max-width: 695px) {
  .footer .inner .footer-link-row-1 a {
    background-size: 20px 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 27px;
  }
}
#mc_embed_signup {
  display: none;
}
#mc_embed_signup div.mce_inline_error {
  background-color: #a00 !important;
  font-size: 12px;
  font-weight: 400;
  margin: 0 !important;
}
#mc_embed_signup h2 {
  font-family: "Open Sans", "Verdana", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
#mc_embed_signup .asterisk {
  color: #a00;
}
#mc_embed_signup .clear {
  text-align: center;
}
#mc_embed_signup .clear a {
  color: #008b95 !important;
  font-size: 12px !important;
  text-decoration: none;
}
#mc_embed_signup .clear a:hover {
  text-decoration: underline;
}
#mc_embed_signup .clear #mc-embedded-subscribe {
  background-color: #008b95 !important;
  border: 0;
  margin: 0 0 5px 0 !important;
}
#mc_embed_signup .clear #mc-embedded-subscribe:hover {
  background-color: #00666e !important;
}
#mc_embed_signup .content__gdprBlock {
  background: #eee;
  border: 1px solid #d4d4d4;
  margin: 10px 0;
  padding: 10px;
}
#mc_embed_signup .content__gdprBlock h2 {
  margin-top: 0 !important;
}
#mc_embed_signup .content__gdprBlock .content__gdpr p {
  line-height: 1.29 !important;
}
#mc_embed_signup .content__gdprBlock .content__gdpr .gdprRequired {
  line-height: 1.29 !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
#mc_embed_signup .content__gdprBlock .content__gdprLegal {
  font-size: 12px;
  line-height: 1.29 !important;
  margin: 10px 0 0 0;
}
#mc_embed_signup .content__gdprBlock .content__gdprLegal p a {
  text-decoration: underline;
}
#mc_embed_signup .indicates-required {
  font-size: 12px;
  margin: 5px 0 0 0;
  text-align: right;
}
#mc_embed_signup .mc-table {
  display: table;
  width: 100%;
}
#mc_embed_signup .mc-table .mc-field-group {
  display: table-row;
}
#mc_embed_signup .mc-table .mc-field-group input {
  display: table-cell;
  margin-top: 5px;
  width: 100%;
}
#mc_embed_signup .mc-table .mc-field-group label {
  display: table-cell;
  white-space: nowrap;
}
#mc_embed_signup #mce-responses {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
#mc_embed_signup #mce-responses #mce-error-response {
  color: #565a5c !important;
  margin-top: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
#mc_embed_signup #mce-responses #mce-error-response a {
  text-decoration: underline;
}

.ui-widget-overlay {
  background-color: #000 !important;
  opacity: 0.65 !important;
}

/*# sourceMappingURL=main.css.map */
