/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* add underline and highlight to most links for accessibility */
#g-mainbar p a, #g-mainbar li a {
  text-decoration: underline;
}
#g-mainbar p a:hover, #g-mainbar li a:hover {
  text-decoration: none;
  background-color: #E3B95E;
}
/* remove underline in buttons */
#g-mainbar .g-blockcontent-buttons .button, #g-mainbar .g-blockcontent-buttons .button:hover, .button, #g-mainbar a.rssocial-link, #g-mainbar .btn, #g-mainbar .btn-primary {
  text-decoration: none !important;
}
a:focus, a:hover {
  text-decoration: none;
}
/* add yellow button */
.btn-yellow {
  color: #000;
  background-color: #E3B95E;
  border-color: #114734;
  font-size: large;
}
.btn-yellow:hover {
  background-color: transparent !important;
}
/* fix search page buttons */
.finder #finder-search .btn:hover, #finder-search .btn:hover {
  color: #114734 !important;
}
/* fix module edit button and remove from specific modules */
.jmodedit {
  background-color: #f3bc47;
  float: right;
}
/* slideshow module */
a[href*="id=136"].btn.jmodedit, a[href*="id=132"].btn.jmodedit, a[href*="id=139"].btn.jmodedit, a[href*="id=134"].btn.jmodedit {
  display: none;
}
/* 2-column lists */
ul.unstyled {
  list-style-type: none;
}
ul.col2 {
  column-count: 2;
}
.wf-columns .wf-column {
  min-width: 300px;
  text-align: center;
}
/* Remove edit and print buttons from drop-down */
.outline-11 .btn-group .dropdown-toggle {
  display: none;
}
.outline-11 .btn-group ul.dropdown-menu {
  display: block;
  border: none;
  box-shadow: none;
  font-size: 16px;
}
.outline-11 .dropdown-menu {
  min-width: 300px;
}
.outline-11 .dropdown-menu li {
  float: right;
}
.outline-11 .dropdown-menu > li > a:hover, .outline-11 .dropdown-menu > li > a:focus, .outline-11 .dropdown-submenu:hover > a, .outline-11 .dropdown-submenu:focus > a {
  background: #fff;
}
/* Customize headings */
.g-content h1, .g-content h2, .g-content h3, .g-content h4 {
  color: #114734;
  font-weight: bold;
}
.g-content h1 {
  font-size: 2.25rem;
}
.g-content h2 {
  font-size: 2rem;
}
.g-content h3 {
  font-size: 1.8rem;
}
.g-content h4 {
  font-size: 1.5rem;
}
.g-content h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.g-content h6 {
  font-size: 1.15rem;
  font-weight: bold;
}
/* Fix form field inputs */
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.375rem;
}
/* Fix search page layout */
.search-page #search-form .input-group {
  display: block;
}
.search-page .js-finder-search-query {
  width: 320px;
}
/* module and box styles */
.yellow-box {
  background: #f3bc47;
  border-radius: 20px;
}
.gray-box {
  background: #dcdbdb;
  border-radius: 20px;
  padding: 30px;
}
/* Nav customizations */
#g-navigation {
  position: relative;
  z-index: 99;
}
#g-navigation.fp-navigation, #g-navigation.g-default-navigation {
  background-position-y: top;
  padding-bottom: 0;
}
.g-overlaytoggle .g-overlaytoggle-text {
  color: #000;
  font-size: 1rem;
}
#g-navigation #menu-2144-particle {
  margin: 0.4rem;
}
.g-main-nav .g-sublevel {
  padding-top: 0;
}
/* mobile menu customizations */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background: transparent;
}
/* Slideshow and header customizations - also for home page feature boxes */
#g-slideshow, .outline-11 #g-header {
  padding-top: 0;
  margin-top: -9.05rem;
}
#g-header {
  min-height: 400px;
}
.cs-intro {
  font-size: 1.5rem;
  font-weight: 200;
}
.btn-white {
  color: #fff;
  border-color: #fff;
}
.intro-boxes h4.g-blockcontent-subcontent-title {
  font-family: "Old Standard TT", serif;
}
.intro-boxes .g-blockcontent-subcontent-block-accent1 h4 {
  color: #fff;
}
.g-blockcontent-subcontent-title-text {
  font-family: inherit;
  font-weight: 800;
  font-size: 1.6rem;
}
#g-slideshow .box-light {
  color: #000;
}
#g-slideshow .button:hover {
  background-color: #fff;
}
/*#g-slideshow .interior-header-image {width:100%; min-height: 400px; max-height: 450px; background: url('https://cameronstation.org/images/header-images/Photo-61-web.jpeg') no-repeat center scroll; background-size: cover;}*/
#g-slideshow .g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent1:after {
  border: none;
}
/* Fix interior white space issue */
#g-mainbar .g-content {
  padding-top: 0;
  margin-top: 0;
}
/* Contact box in Utility customizations */
.box7.moduletable, .box7.widget, .box7.g-outer-box, .box7 > .g-content {
  border: 1px solid #e3b95e;
}
.g-newsletter .g-newsletter-headtext .fa, .g-newsletter .g-newsletter-headtext .far {
  color: #e3b95e;
  font-size: 3rem;
}
.yellow-envelope {
  color: #e3b95e;
  font-size: 3rem;
}
.g-newsletter .g-newsletter-inputbox input, .g-newsletter .g-newsletter-inputbox textarea {
  border-color: #e3b95e;
  width: 100%;
}
/* Contact box in Expanded customizations */
#g-expanded .g-utility-newsletter {
  margin: -40px auto;
}
/* Footer customization */
#g-footer {
  padding: 1vw 10%;
}
#g-footer h5 {
  text-transform: uppercase;
  font-size: small;
}
#g-footer h6 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0;
}
#g-footer .g-title {
  font-size: 2rem;
  font-weight: 800;
}
#g-footer .platform-content {
  margin: 0;
  padding: 0;
}
/* Copyright area customization */
#g-copyright .btn {
  padding: 6px 1.5rem;
}
#g-copyright #mod-finder-searchword132 {
  line-height: 1.25rem;
  height: auto;
  padding: 8px;
}
/* Interior pages */
.page-header h2, .page-header h1 {
  text-align: center;
  margin: 0 auto;
  font-family: "Old Standard TT", serif;
  width: fit-content;
  background: rgba(252, 252, 252, 0.92);
  padding: 1rem 2rem;
  position: relative;
  line-height: normal;
}
.outline-11 .page-header {
  margin-top: -156px;
  margin-bottom: 140px;
}
.past-issues {
  margin-top: 30px;
}
/* BOD and Committee pages */
.bod-images img {
  max-width: 250px;
  border: 8px solid #114734;
  border-radius: 50%;
  padding: 5px;
}
/* remove underline from page titles */
.page-header {
  border: none;
}
/* Blog page */
.page-header h1 {
  font-size: 2rem;
}
.lnep_blog h1 {
  text-align: center;
}
/* image captions */
.wf_caption {
  font-style: italic;
  text-align: center;
  color: #114734;
}
/* City of Alexandria page styles */
.cityalex img {
  max-width: 300px;
  padding: 15px;
}
/* calendar customization */
#jcl_component .jcal_categories .btn-block {
  width: fit-content;
  display: inline-flex;
  margin-right: 10px;
}
.calendar-events img {
  display: none;
}
#jcl_component .jcl_header h2 {
  display: inherit;
  float: none;
  margin: 20px auto;
}
#jcl_component .label, #jcl_component .badge {
  font-size: 0.857rem;
}
/* email sign-up */
#jma_latestnews_js_1 {
  display: none;
}
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.75rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.25rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@media only all and (min-width: 76rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.1rem;
  }
  #mobile-logo {
    display: none;
  }
}
@media only all and (min-width: 60rem) and (max-width: 75.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.1rem;
  }
  .section-paddings, #g-container-overlay, #g-top, #g-slideshow, #g-navigation, #g-header, #g-above, #g-utility, #g-feature, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright {
    padding: 0px 5%;
  }
  #mobile-logo {
    display: none;
  }
}
@media only all and (min-width: 46rem) and (max-width: 59.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1rem;
  }
  .section-paddings, #g-container-overlay, #g-top, #g-slideshow, #g-navigation, #g-header, #g-above, #g-utility, #g-feature, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright {
    padding: 0px 4%;
  }
  #mobile-logo {
    display: none;
  }
  .jcl_header h2 {
    display: inherit;
    float: none;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 45.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1rem;
  }
  .section-paddings, #g-container-overlay, #g-top, #g-slideshow, #g-navigation, #g-header, #g-above, #g-utility, #g-feature, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright {
    padding: 0px 4%;
  }
  #desktop-logo {
    display: none;
  }
  .jcl_header h2 {
    display: inherit;
    float: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1rem;
  }
  #desktop-logo {
    display: none;
  }
  .jcl_header h2 {
    display: inherit;
    float: none;
  }
}
@media only all and (max-width: 55rem) {
  #desktop-logo {
    margin: 12px 44% !important;
  }
}
/*# sourceMappingURL=custom_12.css.map */