﻿@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
/* was @header-text-color */
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #66666e;
}
a {
  color: #0066cc;
}
a:hover,
a:focus {
  color: #02533e;
}
.img-circle {
  border-radius: 50%;
}
hr {
  border-top: 1px solid #f6f6f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #66666e;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #66666e;
}
.ap-gr {
  color: #70ad47;
}
.ap-bl {
  color: #44b9df;
}
.title {
  color: #66666e;
}
.title-muted {
  color: #66666e;
}
.text-muted {
  color: #66666e;
}
.text-primary {
  color: #0066cc;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0052b8;
}
.bg-primary {
  background-color: #0066cc;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0052b8;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #66666e;
}
blockquote {
  border-left: 5px solid #f6f6f5;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #66666e;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #f6f6f5;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  color: #66666e;
}
caption {
  color: #66666e;
}
legend {
  color: #66666e;
}
output {
  color: #A7A8AA;
}
.form-control {
  color: #A7A8AA;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f6f6f5;
}
.help-block {
  color: #a3a6a9;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
}
.btn-default {
  color: #fff;
  background-color: #0066cc;
  border-color: #0066cc;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-default:hover {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #dcb20b;
  border-color: #0052b8;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #0066cc;
  border-color: #0066cc;
}
.btn-default .badge {
  color: #0066cc;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #0066cc;
  border-color: #0066cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0052b8;
  border-color: #0052b8;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0066cc;
  border-color: #0066cc;
}
.btn-primary .badge {
  color: #0066cc;
  background-color: #fff;
}
.btn-link {
  color: #0066cc;
}
.btn-link:hover,
.btn-link:focus {
  color: #02533e;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #66666e;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #57595d;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0066cc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #66666e;
}
.dropdown-header {
  color: #66666e;
}
.input-group-addon {
  color: #A7A8AA;
  background-color: #f6f6f5;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f6f6f5;
}
.nav > li.disabled > a {
  color: #66666e;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #66666e;
}
.nav-tabs > li > a:hover {
  border-color: #f6f6f5 #f6f6f5 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #A7A8AA;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #0066cc;
}
.navbar {
  min-height: 90px;
}
.navbar-brand {
  padding: 35px 15px;
  height: 90px;
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.navbar-form {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-btn {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-btn.btn-sm {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 35px;
  margin-bottom: 35px;
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #eeeeee;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #eeeeee;
  }
}
.navbar-inverse .navbar-brand {
  color: #f5f5f5;
}
.navbar-inverse .navbar-text {
  color: #f5f5f5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f5f5f5;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f5f5f5;
  }
}
.navbar-inverse .navbar-link {
  color: #f5f5f5;
}
.navbar-inverse .btn-link {
  color: #f5f5f5;
}
.pagination > li > a,
.pagination > li > span {
  color: #0066cc;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #02533e;
  background-color: #f6f6f5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0066cc;
  border-color: #0066cc;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #66666e;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #f6f6f5;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #66666e;
}
.label-default {
  background-color: #66666e;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b7b7b4;
}
.label-primary {
  background-color: #0066cc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0052b8;
}
.badge {
  background-color: #66666e;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0066cc;
}
.jumbotron {
  background-color: #f6f6f5;
}
.jumbotron > hr {
  border-top-color: #dededa;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0066cc;
}
.thumbnail .caption {
  padding: 9px;
  color: #66666e;
}
.alert-success {
  color: #3c763d;
}
.progress-bar {
  background-color: #0066cc;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f6f6f5;
  color: #66666e;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #66666e;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #0066cc;
  border-color: #0066cc;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #73fbd8;
}
.panel-default > .panel-heading {
  color: #66666e;
}
.panel-default > .panel-heading .badge {
  background-color: #66666e;
}
.panel-primary {
  border-color: #0066cc;
}
.panel-primary > .panel-heading {
  background-color: #0066cc;
  border-color: #0066cc;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0066cc;
}
.panel-primary > .panel-heading .badge {
  color: #0066cc;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0066cc;
}
.tooltip {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.popover {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.navbar {
  margin-bottom: 0;
}
.navbar .relative-container {
  position: relative;
}
.navbar:after {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  background: -moz-linear-gradient(left, #ffdd00 0%, #00a175 25%, #00a175 46%);
  background: -webkit-linear-gradient(left, #ffdd00 0%, #00a175 25%, #00a175 46%);
  background: linear-gradient(to right, #ffdd00 0%, #00a175 25%, #00a175 46%);
  padding-left: 46px;
}
.navbar-brand {
  padding: 5px;
  text-align: right;
}
.navbar-brand > img {
  display: inline-block;
  margin-top: 15px;
}
.navbar-brand > img {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: flex !important;
    flex-direction: column;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.navbar-dark {
  background: #000200;
  border-bottom: 0;
  background-image: url(../images/header-image.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 20px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 20px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 20px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .navbar-dark {
    background-size: 390px;
  }
}
.navbar__brand {
  height: 80px;
  margin-bottom: 10px;
}
.navbar__menu {
  display: flex;
  flex-direction: row;
}
.navbar__menu a {
  border-bottom: 8px solid transparent;
  color: #0066cc;
}
@media (min-width: 768px) {
  .navbar-nav.nav {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    float: none !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
}
.navbar-toggle .icon-bar {
  background-color: #f6d246;
}
.nav > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 22px 11px 22px;
  transition: border 200ms;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #fff;
}
.nav > li > a .dark-header #header-menu a:hover,
.nav > li > a .dark-header #header-menu a:focus,
.nav > li > a .dark-header #header-menu a:active {
  background-color: #0052b8;
  color: #fff;
}
.nav > li > a:hover {
  background-color: #0052b8;
  color: #fff;
}
.nav > li > a:focus {
  background-color: #0052b8;
  color: #fff;
}
.nav > li > a:active {
  background-color: #0052b8;
  color: #fff;
}
.meeting-code-hero {
  font-weight: 600;
  color: #66666e;
}
.meeting-code-hero__box {
  background: #0066cc;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.footer {
  background-color: #0c2545;
  color: #fff;
  padding-bottom: 30px;
}
.footer__image {
  padding-bottom: 10px;
}
.footer:before {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  padding-left: 46px;
}
@media (max-width: 991px) {
  .footer {
    margin-bottom: 50px;
  }
}
.footer__brand {
  height: 90px;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
}
.footer__content {
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .footer__content p {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.site-header-upper-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  font-size: 12px;
  padding: 15px 27px 0 15px;
}
.link-brdr {
  list-style: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #f6d246;
}
.link-brdr:hover {
  border-bottom: 2px solid #f6d246;
  color: #f6d246;
  text-decoration: none;
}
.btn {
  border: 0 solid transparent;
}
.code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e6e6e9;
  border: 0px;
  padding: 20px 30px 50px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .code-box form {
    width: 100%;
  }
  .code-box form .input-group-btn {
    width: 100%;
  }
  .code-box form .input-group-btn input {
    width: 100%;
  }
}
.code-box__title {
  padding-bottom: 20px;
  text-align: center;
  color: #66666e;
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 992px) {
  .code-box__input-group {
    display: flex;
  }
}
.code-box__input {
  border: 0px;
}
.block__text {
  padding-top: 40px;
  padding-bottom: 100px;
}
.block__border {
  position: relative;
  overflow: hidden;
}
.block__bg {
  float: right;
  width: 352px;
  height: 302px;
}
.block__border:after {
  width: 352px;
  height: 302px;
  right: -3px;
  bottom: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.isi {
  background: none !important;
}
.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.header__text {
  text-align: right;
  padding-top: 40px;
}
.header__image {
  height: 80px;
  margin-top: 10px;
  padding-top: 15px;
}
.header__icon {
  padding-right: 5px;
}
.map {
  max-width: 250px;
  margin-top: 20px;
}
.spacing {
  margin-top: 40px;
}
.caps {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.event-font {
  font-size: 16px;
  color: #A7A8AA;
}
.heading-caps {
  text-transform: uppercase;
  font-size: 110%;
  color: #A7A8AA;
  font-weight: bold;
  letter-spacing: 1px;
}
.drug-header {
  position: relative;
  overflow: hidden;
}
.drug-header:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #f6f6f5;
  transform: scale(1) rotate(0deg) skewX(0deg) skewY(-4deg);
  transform-origin: top right;
  bottom: 100px;
  z-index: -1;
}
.mb-2 {
  margin-bottom: 32px;
}
.mb-4 {
  margin-bottom: 64px;
}
#signup {
  margin-top: 25px;
}
.footer_hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #A7A8AA;
}
.policy-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f6f5;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.policy-warning p {
  margin-bottom: 0px;
}
.policy-warning--hidden {
  bottom: -100%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .navbar-header > a {
    float: left;
  }
  .navbar-header .header-text1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .navbar-header .header-text2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    padding-left: 80px;
  }
  .navbar-header .navbar-tagline {
    align-self: center;
    margin-right: 30px;
    color: white;
    text-align: left;
    max-width: 420px;
    padding-bottom: 20px;
  }
  .navbar-header .header-text2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    display: flex;
    flex-direction: row;
    max-width: 785px;
  }
  .navbar-header .navbar-tagline {
    align-self: center;
    margin-left: 70px;
    margin-right: 30px;
    color: white;
    text-align: center;
    max-width: 420px;
  }
}
.page-header {
  background-color: #0c2545;
  border: none;
  padding: 0px;
  margin: 0px;
}
.page-header .brand-logo {
  height: 80px;
  display: inline-block;
  margin: 15px 0px;
}
.page-header .logo-container h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.page-header .logo-container h2 {
  color: #f6d246;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.page-header .tagline {
  color: #FFF;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}
.page-header .tagline-left {
  color: #FFF;
  text-align: left;
  font-size: 16px;
}
.page-header .logo-container {
  margin-left: 120px;
}
.page-header #bs-example-navbar-collapse-1 {
  float: right;
}
@media (max-width: 1199px) {
  .page-header .nav > li > a {
    font-size: 13px;
    color: #fff;
  }
  .page-header .logo-container h3 {
    font-size: 14px;
  }
  .page-header .logo-container h2 {
    font-size: 22px;
    margin-top: 30px;
  }
  .page-header .tagline {
    margin-top: 20px;
    font-size: 0.9em;
  }
  .page-header .tagline-left {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .page-header .logo-container {
    margin-left: 20px;
  }
  .page-header .logo-container .brand-logo {
    margin: 15px 0px;
  }
}
@media (max-width: 768px) {
  .page-header #bs-example-navbar-collapse-1 {
    float: none;
    width: 200px;
    position: absolute;
    top: 80px;
    right: 20px;
    background: #145f76;
    z-index: 10000;
    margin: 0px;
    padding: 0px;
  }
  .page-header #bs-example-navbar-collapse-1 .navbar-nav {
    margin: 0px;
    padding: 0px;
  }
}
.mt-1 {
  margin-top: 16px;
}
.mt-2 {
  margin-top: 32px;
}
.mt-4 {
  margin-top: 64px;
}
.mb-1 {
  margin-bottom: 16px;
}
.mb-2 {
  margin-bottom: 32px;
}
.mb-4 {
  margin-bottom: 64px;
}
.color-rectangles {
  display: flex;
}
.bar1-rectangle {
  background-color: #0c2545;
}
.bar2-rectangle {
  background-color: #12315c;
}
.bar3-rectangle {
  background-color: #144074;
}
.bar4-rectangle {
  background-color: #8caac3;
}
.nav-rectangle {
  height: 5px;
  width: 25%;
}
@media (min-width: 992px) {
  .nav-rectangle {
    height: 10px;
  }
}
@media (min-width: 768px) {
  .nav-rectangle {
    height: 7px;
  }
}
ul.dashed-list {
  list-style-type: none !important;
}
ul.dashed-list > li {
  text-indent: -15px !important;
}
ul.dashed-list > li:before {
  content: "- " !important;
  text-indent: -15px !important;
}