* {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Montserrat', sans-serif !important;
}
h1,
h2 {
  color: #00205b;
}
h3,
h4 {
  color: #00205b;
}
h1 {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
h2 {
  font-size: 2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.3em;
  }
}
h3 {
  font-size: 1.8em;
  font-weight: 400;
}
h5 {
  color: #deb7c3;
  text-transform: uppercase;
}
h5 a {
  color: #bd8cbf;
}
img {
  max-width: 100%;
}
tr img {
  max-width: inherit;
}
p,
td {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #7f888e;
}
a {
  color: #134476;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #1a5da2;
}
.clear {
  clear: both;
}
/* Header */
.header-main {
  padding: 0;
  text-align: center;
  position: relative;
  min-height: 150px;
  align-content: center;
  vertical-align: center;
}
.header-main img {
  height: auto;
  width: 1440;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .header-main img {
    width: 992px;
  }
}
@media screen and (max-width: 768px) {
  .header-main img {
    width: 768px;
  }
}
@media screen and (max-width: 442px) {
  .header-main img {
    width: 442px;
  }
}
.dues-btn {
  color: #FFF;
  background-color: #deb7c3;
  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);
  border: 2px solid #FFF;
  margin-top: 20px;
}
.dues-btn:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #e9cfd7;
}
@media screen and (min-width: 768px) {
  header .dues-btn {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.navigation {
  background-color: #FFF;
  text-align: center;
  border-bottom: 1px solid #ebedee;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation li {
  list-style-type: none;
  display: inline-block;
}
.navigation a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #00205b;
  font-size: 1.3em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .navigation a {
    padding: 10px 7px;
    font-size: 1em;
  }
  .navigation a:hover {
    background-color: #deb7c3;
  }
  .navigation a:focus {
    background-color: #EEE;
  }
}
@media screen and (min-width: 1120px) {
  .navigation a {
    padding: 10px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1370px) {
  .navigation a {
    padding: 10px 15px;
    font-size: 1.3em;
  }
}
/* Preset navigation styles */
#mainNavigation .toggle-menu {
  display: none;
}
#mainNavigation .main-menu a:hover {
  background-color: #EEE;
}
#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: #FFF !important;
  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: #00205b;
    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: #00205b !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;
  background: url(../images/bg.png) repeat;
  max-height: 600px;
  overflow: hidden;
}
.front-cover .slideshow .bx-wrapper li {
  left: 0px;
}
.front-cover .slideshow .bx-wrapper .bx-viewport {
  border: 0 !important;
  background-color: transparent;
  box-shadow: none;
}
.front-cover .slideshow .bx-wrapper img {
  width: 100%;
}
.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: 90%;
  left: auto;
  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: 70px;
  z-index: 9999;
}
.front-cover .slideshow .bx-controls a.bx-next {
  position: absolute;
  top: 90%;
  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: 9999;
}
.front-cover .slideshow .bx-controls a:hover {
  opacity: 1;
}
.front-cover .slideshow .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
.front-page .welcome-text {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.front-page .welcome-text h1 {
  color: #00205b !important;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .front-page .welcome-text {
    padding-top: 40px;
  }
  .front-page .welcome-text p {
    font-size: 1.2em;
  }
}
.front-page .news {
  background: #F7F9EE url(../images/DG_FlatLeaves_CircleCrop.png) bottom left no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 180px;
}
.front-page .news .news-img img {
  border: 10px solid #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-top: 36px;
}
.front-page .news .chapter-news {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .front-page .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .front-page .news h3 {
    margin-top: 0;
  }
  .front-page .news .chapter-news {
    margin: 0;
  }
  .front-page .title-box {
    display: none;
  }
}
.twitter-feed {
  max-height: 300px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d0d4d6;
}
@media screen and (min-width: 768px) {
  .twitter-feed {
    max-width: 85%;
  }
}
.twitter-feed.instagram-feed {
  text-align: center;
}
.twitter-feed.instagram-feed iframe {
  height: 290px;
  width: 90%;
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  color: #954664;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
  font-size: 2.4em;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 2px;
  margin-left: 10px;
  border: 2px solid #FFF;
  transition: all 0.3s;
  border-color: #954664;
}
.social-icons a:hover {
  background-color: #ba6d8a;
  color: #FFF;
}
.social-icons a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .social-icons a {
    width: 80px;
    height: 80px;
    padding-top: 12px;
    font-size: 2.7em;
  }
}
/* Footer */
.footer-login {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #00205b;
}
.footer-login input,
.footer-login button {
  display: inline-block;
}
.footer-login h4 {
  font-size: 1.5em;
  margin: 0;
  display: inline;
}
.footer-login form {
  display: inline;
}
.footer-login a {
  color: #FFF;
  transition: all 0.3s;
}
.footer-login a:hover {
  color: #deb7c3;
}
.footer-login input {
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 0.9em;
}
.footer-login button {
  background-color: #954664;
  font-size: 1.2em;
  border-radius: 5px;
  color: #FFF;
  border: none;
  padding: 8px 20px;
  width: 100%;
  transition: all 0.3s;
}
.footer-login button:hover {
  background-color: #b25c7d;
}
.footer-login p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0;
}
.footer-login .OmegaOne-Logo {
  margin-right: 5px;
}
.footer-login #forgot {
  clear: left;
}
@media screen and (min-width: 768px) {
  .footer-login input,
  .footer-login button {
    width: auto;
    margin-left: 10px;
  }
  .footer-login input {
    min-width: 190px;
  }
}
.social-login {
  display: block;
}
.footer-info {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-info h4 {
  color: #954664;
  font-size: 1.7em;
}
.footer-info p {
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.footer-info a {
  color: #134476;
}
@media screen and (min-width: 768px) {
  .footer-info .footer-logo {
    text-align: right;
    margin: 0;
  }
}
.footer-bottom {
  border-top: 1px solid #DDD;
  text-align: center;
}
.footer-logo {
  max-height: 150px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.copyright {
  font-size: 0.95em;
  margin: 40px auto 20px;
  max-width: 90%;
}
.copyright a {
  color: #7f888e;
}
/* Interior pages */
.page-content {
  padding-left: 0;
  padding-right: 0;
}
.page-content li {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #7f888e;
}
.page-content .page-bg {
  background: url(../images/bg.png) repeat;
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.page-content .content h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-content .content .main-content {
  padding-bottom: 40px;
  padding-top: 30px;
}
.page-content .content .sidebar {
  background: #F7F9EE url(../images/flower-bg-sidebar.jpg) bottom left no-repeat;
  padding-top: 30px;
  padding-bottom: 200px;
}
.page-content .interior-slideshow {
  text-align: center;
  margin-bottom: 40px;
}
.page-content .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);
}
.page-content .interior-slideshow img {
  width: 100%;
  margin-left: -40px;
}
.page-content .interior-slideshow .bx-controls {
  z-index: 7;
}
.page-content .interior-slideshow .bx-controls a {
  transition: all 0.2s ease-in;
}
.page-content .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: 9999;
}
.page-content .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: 9999;
}
.page-content .interior-slideshow .bx-controls a:hover {
  opacity: 1;
}
.page-content .interior-slideshow .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page-content .page-content {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Scrapbook */
#albumSelector label > input:checked + .album-thumbnail {
  border-color: #134476;
}
.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;
}
