* {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Montserrat', sans-serif !important;
}
h1,
h2,
h3 {
  color: #00205b;
  font-weight: 700;
}
h1 {
  font-size: 2.5em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 2.3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.8em;
  }
}
h3 {
  font-size: 2.4em;
}
h4 {
  color: #5d5e61;
}
h5 {
  color: #ffcfbe;
  text-transform: uppercase;
}
h5 a {
  color: #bd8cbf;
}
img {
  max-width: 100%;
}
tr img {
  max-width: inherit;
}
p,
td,
table p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #5d5e61;
}
a {
  color: #ffcfbe;
  font-weight: 600;
  transition: color 0.3s;
}
a:hover {
  text-decoration: none;
  color: #ff8458;
}
.clear {
  clear: both;
}
/* Header */
.header-main {
  background-color: #e0ecf8;
  text-align: center;
  position: relative;
  min-height: 150px;
  align-content: center;
  vertical-align: center;
  margin: auto;
}
.header-main .pushup {
  position: relative;
  margin: auto;
  text-align: center;
  margin-top: -90px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .header-main .pushup {
    margin-top: -70px;
  }
}
@media screen and (max-width: 992px) {
  .header-main .pushup {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .header-main .pushup {
    margin-top: -40px;
  }
}
@media screen and (max-width: 442px) {
  .header-main .pushup {
    margin-top: -30px;
  }
}
.header-main .pushup h2 {
  padding-top: 0;
  margin-bottom: 15px;
  font-size: 32px !important;
}
.header-main .pushup-r {
  position: relative;
  margin-top: -22%;
  left: 67%;
}
.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;
  }
}
.header-main h2 {
  color: #00205b !important;
}
@media screen and (min-width: 768px) {
}
.dues-btn {
  color: #FFF;
  background-color: #00205b;
  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 {
  color: #FFF;
  text-decoration: none;
  background-color: #002d7f;
}
@media screen and (min-width: 768px) {
  header .dues-btn {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.navigation {
  background-color: #00205b;
  text-align: center;
}
.navigation ul {
  margin: 0;
}
.navigation li {
  list-style-type: none;
  display: inline-block;
}
.navigation a {
  display: inline-block;
  color: #00205b;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .navigation a {
    color: #FFF;
    padding: 10px 15px;
  }
  .navigation a:hover,
  .navigation a:active {
    background-color: #ffa98b;
  }
}
/* Preset navigation styles */
#mainNavigation .toggle-menu {
  display: none;
}
#mainNavigation .main-menu {
  position: relative;
  z-index: 20;
}
#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%;
  color: white;
}
#mainNavigation .mobile-menu li:hover a {
  color: white;
  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%;
  color: white;
}
#mainNavigation .dropdown-menu li a {
  width: 100%;
  color: white;
}
@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: white;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 24px;
  }
  #mainNavigation .mobile-menu li {
    display: none;
    color: white;
  }
  #mainNavigation .mobile-menu li a {
    color: white;
    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 {
    color: white;
  }
  #mainNavigation .mobile-menu .dropdown .dropdown-menu li:last-child {
    margin-bottom: 0px;
  }
  #mainNavigation .mobile-menu .dropdown .dropdown-menu a {
    padding: 10px 20px;
    color: #00205b;
    background-color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
  }
  #mainNavigation .main-menu {
    display: none;
  }
}
/* Front page */
.front-cover {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .front-cover {
    margin-top: 30px;
  }
}
.front-cover .slideshow {
  width: 97%;
  margin: 0 auto;
  position: relative;
  top: 10px;
}
.front-cover .slideshow .bx-wrapper {
  width: 100%;
  z-index: 0;
}
.front-cover .slideshow .bx-wrapper li {
  left: 0px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .front-cover .slideshow .bx-wrapper li {
    overflow: hidden;
    height: 423px;
  }
}
.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: 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: 100;
}
.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: 100;
}
.front-cover .slideshow .bx-controls a:hover {
  opacity: 1;
}
.front-cover .slideshow .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
.front-page .title-box {
  display: block;
  margin: 0 auto;
}
.front-page .welcome-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.front-page .welcome-text .welcome-ribbon {
  max-width: 350px;
}
.front-page .welcome-text p {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .front-page .welcome-text p {
    font-size: 1.5em;
  }
}
.front-page .front-page-photos {
  height: 300px;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .front-page .front-page-photos {
    height: 950px;
  }
}
.front-page .front-page-photos .photo-frame {
  width: 331px;
  height: 270px;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
.front-page .front-page-photos .photo-frame.frame-1 {
  overflow: hidden;
  background-position: center;
}
.front-page .front-page-photos .photo-frame.frame-1 .photo {
  left: auto !important;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .front-page-photos .photo-frame.frame-1 .photo {
    right: auto !important;
  }
}
.front-page .front-page-photos .photo-frame.frame-2 {
  overflow: hidden;
  background-position: center;
}
.front-page .front-page-photos .photo-frame.frame-3 {
  overflow: hidden;
  background-position: center;
}
.front-page .front-page-photos .photo-frame .photo {
  position: absolute;
  top: 6px;
  left: 6px;
}
@media screen and (min-width: 340px) {
  .front-page .front-page-photos .photo-frame {
    height: 320px;
  }
}
.front-page .front-page-photos .photo {
  display: inline-block;
  background-size: cover !important;
  width: 296px;
  max-width: 90%;
  height: 0;
  padding: 44.5%;
  border-radius: 50%;
  background-position: center center !important;
}
.front-page .news {
  padding-top: 20px;
  padding-bottom: 20px;
}
.front-page .news h3 {
  margin: auto;
  text-align: center;
}
.front-page .news h4 {
  font-style: italic;
  margin-top: 20px;
}
.front-page .news .hq-news,
.front-page .news .chapter-news {
  position: relative;
}
.front-page .news .hq-news {
  margin-top: 40px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
}
@media screen and (min-width: 768px) {
  .front-page .news .hq-news {
    border: none;
  }
}
.front-page .img {
  position: absolute;
  top: -22px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.front-page .floral-line-divider {
  margin: 5px auto;
  height: auto;
}
.front-page .floral-detail-1 {
  background-image: url(../images/DG_FlowerIcon_DGNavy.png);
  width: 127px;
  height: 74px;
}
.front-page .floral-detail-2 {
  background-image: url(../images/DG_FlowerIcon_DGNavy.png);
  width: 133px;
  height: 68px;
}
.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-top: 0;
    margin-bottom: 0;
  }
  .front-page .news .img {
    top: 0;
  }
  .front-page .title-box {
    display: none;
  }
  .front-page .twitter-feed {
    max-width: 85%;
  }
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  color: #00205b;
  background-color: #ffcfbe;
  display: inline-block;
  border-radius: 50%;
  font-size: 1.7em;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-top: 4px;
  margin-left: 10px;
}
.social-icons a:hover {
  background-color: #ffa98b;
}
/* Footer */
footer {
  position: relative;
}
.footer-floral {
  position: absolute;
  background-size: 100%;
}
.footer-floral.floral-1 {
  background-image: url(../images/DG_FlowerIcon_DGNavy.png);
  width: 159px;
  height: 60px;
  top: -60px;
  right: 0px;
}
.footer-floral.floral-2 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-image: url(../images/DG_FlowerIcon_DGNavy.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 60px;
  top: 0;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .footer-floral {
    background-size: inherit;
  }
  .footer-floral.floral-1 {
    width: 199px;
    height: 101px;
    top: -101px;
  }
  .footer-floral.floral-2 {
    width: 188px;
    height: 138px;
    top: 0;
    left: 0;
  }
}
.footer-login {
  position: relative;
}
.footer-login .login {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
  border-top: 1px solid #bdd3d2;
}
.footer-login input,
.footer-login button {
  display: inline-block;
}
.footer-login h4 {
  font-size: 1.5em;
  margin: 0;
  display: inline;
}
.footer-login h4 a {
  font-weight: 400;
}
.footer-login form {
  display: inline;
}
.footer-login input {
  border-radius: 3px;
  padding: 10px 7px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 0.9em;
  background-color: #f3f3f3;
  border: none;
}
.footer-login button {
  background-color: #ffcfbe;
  border-radius: 5px;
  color: #00205b;
  border: none;
  padding: 10px 30px;
  width: 100%;
  transition: all 0.3s;
}
.footer-login button:hover {
  background-color: #ffa98b;
}
.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 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #00205b;
}
.footer-info h4 {
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
}
.footer-info h5 {
  margin-top: 20px;
}
.footer-info p {
  font-size: 3rem;
  margin-bottom: 10px;
}
.footer-info a {
  font-size: 3rem;
  color: #FFF;
}
.footer-info .social-icons a {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .footer-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-info .footer-logo {
    text-align: right;
  }
}
.footer-bottom {
  text-align: center;
}
.footer-bottom img {
  max-height: 150px;
}
.copyright {
  color: #AAA;
  font-size: 0.875em;
  margin: 20px 0;
}
/* Interior pages */
.page-content {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page-content li {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #5d5e61;
}
.page-content .interior-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-content .interior-image .photo-frame {
  background-image: url(../images/DG_FlatLeaves_CircleCrop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 295px;
  height: 280px;
  position: relative;
  margin: 0 auto;
}
.page-content .interior-image .bx-viewport {
  width: 260px !important;
  height: 260px !important;
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto 15px;
  box-shadow: none;
  position: absolute;
  top: 6px;
  left: 10px;
  border: none;
}
.page-content .interior-image .bx-viewport ul {
  height: 100%;
}
.page-content .interior-image .bx-viewport li {
  height: 100%;
}
.page-content .interior-image .bx-viewport img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-content .interior-image .photo-frame {
    width: 220px;
    height: 220px;
  }
  .page-content .interior-image .bx-viewport {
    width: 200px !important;
    height: 200px !important;
  }
}
@media screen and (min-width: 992px) {
  .page-content .interior-image .photo-frame {
    width: 294px;
    height: 280px;
  }
  .page-content .interior-image .bx-viewport {
    width: 260px !important;
    height: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-content .interior-image .photo-frame {
    width: 360px;
    height: 340px;
  }
  .page-content .interior-image .bx-viewport {
    top: 6px;
    left: 13px;
    width: 320px !important;
    height: 320px !important;
  }
}
.page-content .interior-image ul {
  padding: 0;
}
.page-content .interior-image img {
  width: 100%;
}
.page-content .interior-image .bx-controls {
  z-index: 200;
  width: 320px;
  margin: 0 auto;
  display: block;
  height: 30px;
  position: relative;
}
.page-content .interior-image .bx-controls a {
  transition: all 0.2s ease-in;
}
.page-content .interior-image .bx-controls a.bx-prev {
  position: absolute;
  top: -140px;
  left: 10px;
  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;
}
.page-content .interior-image .bx-controls a.bx-next {
  position: absolute;
  top: -140px;
  left: auto;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url('../images/next.png') no-repeat;
  background-size: 100%;
  opacity: 0.6;
  right: 20px;
  z-index: 100;
}
.page-content .interior-image .bx-controls a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-content .interior-image .bx-controls a.bx-next,
  .page-content .interior-image .bx-controls a.bx-prev {
    top: -120px;
  }
  .page-content .interior-image .bx-controls a.bx-next {
    right: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-content .interior-image .bx-controls a.bx-next,
  .page-content .interior-image .bx-controls a.bx-prev {
    top: -150px;
  }
  .page-content .interior-image .bx-controls a.bx-next {
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-content .interior-image .bx-controls a.bx-next,
  .page-content .interior-image .bx-controls a.bx-prev {
    top: -170px;
  }
  .page-content .interior-image .bx-controls a.bx-prev {
    left: 20px;
  }
  .page-content .interior-image .bx-controls a.bx-next {
    right: 0;
  }
}
.page-content .interior-image .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page-content .page-content {
    padding-top: 70px;
  }
}
/* Scrapbook */
#albumSelector label > input:checked + .album-thumbnail {
  border-color: #00205b;
}
.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;
}
