* {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Montserrat', sans-serif !important;
}
h1,
h2,
h3,
h4 {
  color: #002856;
}
h1 {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
h2 {
  font-size: 2.3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.5em;
  }
}
h3 {
  font-size: 1.8em;
}
h5 {
  color: #f3bec7;
  text-transform: uppercase;
}
h5 a {
  color: #bd8cbf;
}
img {
  max-width: 100%;
}
tr img {
  max-width: inherit;
}
p,
td {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #7f888e;
}
a {
  color: #002856;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #004089;
}
.clear {
  clear: both;
}
/* Header */
.header-top {
  text-align: center;
  position: relative;
  min-height: 150px;
  align-content: center;
  vertical-align: center;
}
.header-top img {
  height: auto;
  width: 1440;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .header-top img {
    width: 992px;
  }
}
@media screen and (max-width: 768px) {
  .header-top img {
    width: 768px;
  }
}
@media screen and (max-width: 442px) {
  .header-top img {
    width: 442px;
  }
}
.dues-btn {
  color: #002856;
  background-color: #f3bec7;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.dues-btn:hover {
  text-decoration: none;
  background-color: #f9dce1;
}
@media screen and (min-width: 768px) {
  header .dues-btn {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.navigation {
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  text-align: center;
}
.navigation ul {
  margin: 0;
}
.navigation li {
  list-style-type: none;
  display: inline-block;
}
.navigation a {
  display: inline-block;
  color: #f3bec7;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .navigation a {
    padding: 15px;
  }
  .navigation a:hover {
    color: #eb93a2;
  }
  .navigation a:focus {
    background-color: #EEE;
  }
}
/* Preset navigation styles */
#mainNavigation {
  color: #FABBCB !important;
  background-color: #00205b;
}
#mainNavigation .toggle-menu {
  display: none;
}
#mainNavigation .main-menu li .dropdown a {
  padding: 0;
  line-height: 2.8;
}
#mainNavigation .main-menu li .dropdown .dropdown-menu {
  padding: 0px;
  border: 0px;
  background-color: #00205b;
  text-align: left;
}
#mainNavigation .main-menu li .dropdown .dropdown-menu a {
  display: block;
}
#mainNavigation .main-menu li .dropdown li {
  white-space: nowrap;
  padding: 0 15px;
  border: none;
}
#mainNavigation .main-menu li .dropdown li:hover a {
  text-decoration: none;
  transition: all 0.1s ease-in;
}
#mainNavigation .mobile-menu {
  display: none;
  list-style-type: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
#mainNavigation .mobile-menu li {
  display: block;
  width: 100%;
}
#mainNavigation .mobile-menu li:hover a {
  transition: all 0.1s ease-in;
}
#mainNavigation .mobile-menu li img {
  margin-left: 5px;
}
#mainNavigation .dropdown-menu {
  padding: 0px;
  border: none;
}
#mainNavigation .dropdown-menu li {
  padding: 0px;
  width: 100%;
}
#mainNavigation .dropdown-menu li a {
  width: 100%;
}
@media (max-width: 768px) {
  /* Mobile Navigation */
  #mainNavigation {
    padding-left: 0;
    padding-right: 0;
  }
  #mainNavigation .container {
    padding-left: 0;
    padding-right: 0;
  }
  #mainNavigation .toggle-menu {
    display: block;
    line-height: 50px;
  }
  #mainNavigation .mobile-menu {
    position: relative;
    display: block;
    text-align: left;
    margin: 5px 10px;
  }
  #mainNavigation .mobile-menu .toggle-menu {
    display: block;
    padding-left: 15px;
  }
  #mainNavigation .mobile-menu .toggle-menu i {
    color: #002856;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 24px;
  }
  #mainNavigation .mobile-menu li {
    display: none;
  }
  #mainNavigation .mobile-menu li a {
    padding: 7px 20px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  #mainNavigation .mobile-menu .dropdown .dropdown-menu {
    position: relative;
    left: 0px;
    float: none;
    box-shadow: none;
  }
  #mainNavigation .mobile-menu .dropdown .dropdown-menu li:last-child {
    margin-bottom: 0px;
  }
  #mainNavigation .mobile-menu .dropdown .dropdown-menu a {
    padding: 10px 20px;
    color: #f3bec7 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
  }
  #mainNavigation .main-menu {
    display: none;
  }
}
/* Front page */
.front-cover {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.front-cover .slideshow .bx-wrapper {
  width: 100%;
}
.front-cover .slideshow .bx-wrapper li {
  left: 0px;
  width: 100% !important;
}
.front-cover .slideshow .bx-wrapper .bx-viewport {
  left: 0px;
  border: 0px;
  box-shadow: none;
  width: 100%;
}
.front-cover .slideshow .bx-wrapper .bx-viewport img {
  width: 100%;
  margin-top: 0 !important;
}
.front-cover .slideshow .bx-controls {
  z-index: 7;
}
.front-cover .slideshow .bx-controls a {
  transition: all 0.2s ease-in;
}
.front-cover .slideshow .bx-controls a.bx-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url('../images/prev.png') no-repeat;
  background-size: 100%;
  opacity: 0.6;
  right: auto;
  z-index: 100;
}
.front-cover .slideshow .bx-controls a.bx-next {
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url('../images/next.png') no-repeat;
  background-size: 100%;
  opacity: 0.6;
  right: 30px;
  z-index: 100;
}
.front-cover .slideshow .bx-controls a:hover {
  opacity: 1;
}
.front-cover .slideshow .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
.front-cover .overlay {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  z-index: 99;
}
.front-page .welcome-text {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.front-page .welcome-text p {
  font-size: 1.3em;
  color: #7f888e;
}
@media screen and (min-width: 768px) {
  .front-page .welcome-text p {
    font-size: 1.2em;
  }
}
.front-page .front-page-photos {
  margin: 30px 0;
}
.front-page .front-page-photos div {
  padding: 0;
}
.front-page .front-page-photos .photo {
  display: inline-block;
  background-size: cover !important;
  width: 100%;
  height: 280px;
}
.front-page .news {
  padding-top: 20px;
  padding-bottom: 20px;
}
.front-page .news h4 {
  color: #7f888e;
  font-style: italic;
  font-size: 1.5em;
  margin-top: 20px;
}
.front-page .twitter-feed {
  max-height: 300px;
  border: 1px solid #CCC;
  overflow-y: scroll;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
}
.front-page .twitter-feed.instagram-feed {
  text-align: center;
}
.front-page .twitter-feed.instagram-feed iframe {
  height: 290px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .front-page .front-cover img {
    top: 0;
    left: 9%;
  }
  .front-page .news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .front-page .news .hq-news {
    margin: 0;
  }
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  color: #00205b;
  background-color: #FABBCB;
  display: inline-block;
  border-radius: 50%;
  font-size: 1.6em;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 4px;
  margin-right: 5px;
}
/* Footer */
.login a {
  font-weight: 400;
}
.login input {
  border: none;
  border-radius: 3px;
  background-color: #f3f3f3;
  padding: 10px 7px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 0.9em;
}
.login button {
  background-color: #FABBCB;
  border-radius: 5px;
  color: #00205b;
  border: none;
  padding: 10px 20px;
  width: 100%;
}
.login p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0;
}
.login p a {
  color: #f3bec7;
}
.login .OmegaOne-Logo {
  margin-right: 5px;
}
.login #forgot {
  clear: left;
}
.footer-login .login {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.footer-login .login h4,
.footer-login .login input,
.footer-login .login button {
  float: left;
}
@media screen and (min-width: 768px) {
  .footer-login .login input,
  .footer-login .login button {
    width: auto;
    margin-left: 10px;
  }
  .footer-login .login input {
    min-width: 190px;
  }
}
.login {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .login {
    margin-top: 0;
  }
}
.footer-info {
  text-align: center;
  border: 1px solid #00205b;
  background: white url("../images/DG_GoldLeaves_BG.png");
  background-size: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-info p {
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 5px 10px;
  color: #00205b;
}
.footer-info a,
.footer-info h2,
.footer-info h4 {
  color: #00205b;
  padding: 10px;
  margin-bottom: 10px;
}
.footer-info img {
  background-color: #00205b;
  border: 1px solid #00205b;
  border-radius: 50%;
  height: auto;
  padding: 15px 15px;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom img {
  max-height: 150px;
  margin: 30px 0 20px;
}
.copyright {
  color: #7f888e;
  font-size: 0.875em;
  margin: 10px 0;
}
.copyright a {
  color: #7f888e;
}
/* Interior pages */
.interior-slideshow {
  text-align: center;
  margin-bottom: 40px;
}
.interior-slideshow .bx-viewport {
  display: inline-block;
  max-width: 100%;
  width: 400px;
  border: 10px solid #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.interior-slideshow img {
  width: 100%;
  margin-left: -40px;
}
.interior-slideshow .bx-controls {
  z-index: 7;
}
.interior-slideshow .bx-controls a {
  transition: all 0.2s ease-in;
}
.interior-slideshow .bx-controls a.bx-prev {
  position: absolute;
  top: 80%;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url('../images/prev.png') no-repeat;
  background-size: 100%;
  opacity: 0.7;
  right: 70px;
  left: auto;
  z-index: 100;
}
.interior-slideshow .bx-controls a.bx-next {
  position: absolute;
  top: 80%;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url('../images/next.png') no-repeat;
  background-size: 100%;
  opacity: 0.7;
  left: auto;
  right: 30px;
  z-index: 100;
}
.interior-slideshow .bx-controls a:hover {
  opacity: 1;
}
.interior-slideshow .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
.page-content {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page-content .container {
  max-width: 970px;
}
.page-content li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #7f888e;
}
.page-content table p {
  color: #7f888e;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-content .page-content {
    padding-top: 70px;
  }
}
/* Scrapbook */
#albumSelector label > input:checked + .album-thumbnail {
  border-color: #002856;
}
.instafeed {
  text-align: center;
}
.instafeed__item {
  width: 95%;
  text-align: center;
  margin: 5px auto 20px;
  position: relative;
}
.instafeed__item:hover .instafeed__caption {
  display: block;
}
.instafeed__header {
  text-align: left;
  margin-bottom: 10px;
}
.instafeed__link {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.instafeed__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #262626;
  font-weight: 600;
}
.instafeed__media-link {
  width: 100%;
  display: block;
}
.instafeed__img {
  width: 100%;
}
.instafeed__username {
  color: #262626;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instafeed__followup {
  background: 0 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  overflow: visible;
  padding: 0;
  color: #3897f0;
  cursor: pointer;
}
.instafeed__logo {
  float: right;
  display: block;
}
.instafeed__logo-link {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-image: url(https://www.instagram.com/static/sprites/embed/9d26e1.png);
  background-repeat: no-repeat;
  background-position: -72px -27px;
  height: 32px;
  width: 32px;
}
.instafeed__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  color: white;
  padding: 5px;
  display: none;
}
