@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
*, *:before, *:after {
  margin: 0;
  padding: 0;
  direction: ltr;
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* sets base to 10px for easy math */
}
body {
  background-color: #F2F2F0;
  color: #000000;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  font-size: 1.6em; /* sets the default sizing to 14px (1.4 x 10) */
}
.dsd-container {
  min-width: 320px;
  /*max-width:1280px;*/
  margin: 0 auto;
}
.dsd-container {
  min-width: 320px;
  margin: 0 auto;
}
/* New header section styles */
.header-section {
  background-color: white;
  height: 150px;
  width: 100%;
  position: relative;
}
.header-content {
  padding-left: 15px;
  height: 150px;
  position: relative;
	background-color:#F2F2F0;
}
.header-svg-logo {
  float: left;
  margin-top: 10px;
  margin-left: 7px;
  height: 135px;
  width: 239px; /* or keep "auto" */
  max-width: 100%;
}
.header-logo {
  width: 230px;
  height: 130px;
  float: left;
  margin-top: 10px;
  margin-left: 7px;
}
.header-tagline {
  /*font-family: Garamond, serif;*/
  font-family: DM Serif Display;
  font-style: italic;
  font-size: 30px; /*34 px*/
  position: absolute;
  left: 253px; /* 15px container padding + 230px logo width + 8px margin */
  top: 78px;
  color: #00277A;
  line-height: 1.2;
}
.logo-link {
    display: inline-block;
    text-decoration: none;
}

.header-svg-logo {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.header-svg-logo:hover {
    opacity: 0.8;
}
:focus { /* removes blue oultine #content */
  outline: n one !important;
  outline: 0 !important;
}
.skip-to-content {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
a.skip-to-content :active, a.skip-to-content :focus, a.skip-to-content :hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.layout-row {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* HEADER HOME */
.header-home {
  background-color: #FFFFFF;
  padding: 0;
  text-align: left;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  top: 5px;
  /*
  background: url("../images/banner/home_bluff.jpg") no-repeat center;
  background-size: cover;
	*/
  height: 500px;
}
.header-home h1 {
  text-align: left !important;
  color: #FFF !important;
  font-size: 3.5em !important;
  font-weight: normal !important;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
}
.header-home h2 {
  text-align: left;
  color: #FFF !important;
  font-size: 2.3em !important;
  font-weight: normal !important;
  /*margin: 350px 0 0 40px;*/
  font-family: Garamond, Georgia, serif !important;
  position: absolute !important;
  bottom: 40px !important;
  left: 40px !important;
}
.tag-line {
  text-align: center;
  color: #666666;
  font-size: 1.8em;
  font-weight: normal;
  margin: 20px 20px 0 20px;
  font-family: Garamond, Georgia, serif;
  position: static; /* or just don't specify position */
}
.banner-home-events-box-container {
  z-index: 20;
  position: absolute;
  top: 100px;
  right: 10px;
  border: 1px solid #000000;
  background-color: rgba(249, 249, 249, 0.8); /* 80% opacity */
  width: 320px;
  padding: 0 10px 10px 10px;
  max-height: 450px;
  /* Remove all the old opacity properties */
}
.banner-home-events-box-container:hover {
  background-color: rgba(249, 249, 249, 1.0); /* 100% opacity on hover */
  /* Remove all the old opacity properties */
}
.banner-home-events-box {
  max-height: 395px;
  overflow: hidden;
}
.banner-home-events-box hr {
  position: relative;
  text-align: center;
  width: 100%;
  border: 0;
  height: 1px;
  background: #ccc;
  background-image: linear-gradient(to right, #999, #333, #999);
}
.banner-home-events-box h1 {
  position: relative !important;
  text-align: center !important;
  font-size: 24px !important;
  font-weight: normal !important;
  margin: 15px 5px 12px 0 !important;
  font-family: "Myriad Pro", sans-serif !important;
  color: #003366 !important;
}
.event-home-title {
  position: relative;
  text-align: left;
  margin: 0;
  font-size: 1.1em;
  color: #AC0000;
}
.event-home-date {
  font-size: 0.85em;
  color: #333;
  margin: 3px 5px 0 5px;
  text-align: left;
}
.event-one-line {
  font-size: 0.9em;
  color: #666;
  margin: 5px 5px 0 5px;
  text-align: left;
}
.xxevent-read-more {
  text-align: right;
  margin: 0 10px 0 0;
}
.event-read-more {
  position: relative;
  margin: 5px;
  text-align: right;
  font-size: 1.0em;
  color: #555555;
}
.event-read-more a:link {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0066FF;
  font-size: 1em;
}
.event-read-more a:visited {
  color: #0066FF;
}
.event-read-more a:hover {
  color: #0066FF;
  text-decoration: underline;
}
.event-read-more a:focus {
  color: #0066FF;
}
.event-read-more a:active {
  color: #0066FF;
}
.header > .kla-box {
  cursor: pointer;
}
.kla-box {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.20);
  display: inline-block;
  position: absolute;
  top: 55px;
  left: 15px;
  padding: 5px 10px;
}
.kla-box-special {
  background-color: #F1F2F0;
  padding: 0;
  text-align: left;
  position: relative;
  margin: 10px;
  max-width: 1800px;
}
.kla-box-special img {
  margin: 10px;
  max-width: 100%;
  height: auto;
  width: auto\9;
}
.kla-box-special p {
  font-size: 1.4em;
  position: absolute;
  bottom: 30%;
  left: 30%;
}
.kla-box-special input {
  position: absolute;
  bottom: 10%;
  left: 30%;
}
.kla-box-special-tuesday {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: left;
  margin: 10px auto;
  width: 100%;
  max-width: 1800px;
}
.kla-special-content {
  display: flex;
  flex-direction: row; /* Ensures side-by-side layout */
  align-items: center; /* Aligns text and image vertically */
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}
.kla-box-special-tuesday {
  background-color: #FFFFFF;
  padding: 10px;
  margin: 10px auto;
  width: 100%;
  max-width: 1800px;
}
.kla-special-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* Ensures content does not wrap until the defined breakpoint */
}
.kla-box-special-tuesday img {
  max-width: 550px; /* 704px original */
  width: 50%; /* Sets the image to take up 50% of the container */
  height: auto;
  margin: 10px auto;
  display: block;
}
.kla-special-content > a {
  flex: 0 0 50%;
  max-width: 550px;
  margin: 10px auto;
  display: block;
}
.kla-special-content > a img {
  width: 100%;
  height: auto;
  display: block;
}
.kla-special-text {
  width: 50%; /* Ensures the text side takes up 50% of the container */
  padding: 20px;
  color: #273864;
  box-sizing: border-box; /* Ensures padding does not affect width */
}
.kla-box-special-tuesday h1 {
  font-size: 2.0em;
  font-weight: normal;
  text-align: center;
  color: #273864;
  margin-top: 0;
  margin-bottom: 20px;
}
.kla-box-special-tuesday p {
  font-size: 1.2em;
  text-align: left;
  line-height: 1.4em;
}
.events_box_container {
  padding-left: 10px;
  margin: 0px;
  width: 33%;
  min-width: 210px;
  float: left;
}
.events_box {
  border: 1px solid #cccccc;
  padding: 15px 20px;
  border-radius: 6px;
  width: 100%;
  background: #FFFFFF url(../images/gradiant_box_background.jpg) repeat-x left top;
  font-size: 1em;
}
.event_text {
  margin: 10px 20px;
  color: #333333;
}
.event_text h1 {
  font-family: "Myriad Pro", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: normal !important;
  margin: 5px 5px 0 0 !important;
  color: #003366 !important;
}
.event_text h2 {
  font-size: 0.80em;
  margin: 5px 0 0 0 !important;
  color: #888888 !important;
}
.event_text p {
  margin: 0 0 0 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}
.events-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.nav-left a, .nav-right a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.nav-left img {
  margin-right: 5px;
}
.nav-right img {
  margin-left: 5px;
}
.events_box h1 {
  font-size: 1.5em;
}
.events_box h2 {
  font-size: 1em;
}
.events_box h3 {
  font-size: 0.85em !important;
  font-family: Verdana, Geneva, sans-serif !important;
  font-style: normal !important;
  color: #AC0000 !important;
  text-align: left !important;
  font-weight: bold !important;
  margin: 5px 0px 5px 0px !important;
}
.events_box h3 a {
  color: #0066FF !important;
  text-decoration: none !important;
  font-size: 1.3em !important;
}
.events_box h4 {
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 0.80em !important;
  font-style: normal !important;
  color: #333333 !important;
  text-align: left !important;
  font-weight: normal !important;
  margin: 0px 0px 5px 5px !important;
}
p.events_box_nothing {
  font-size: 0.85em !important;
  font-family: Verdana, Geneva, sans-serif !important;
  color: #CC0000 !important;
  text-align: left !important;
  font-weight: normal !important;
  padding-left: 15px;
  margin: 5px 0px 5px 0px !important;
  font-style: italic;
}
.events_box_text {
  font-size: 1em;
  color: #333333;
  text-align: left;
  margin: 0px 10px 0px 10px;
  padding-top: 9px;
}
.shadded_box {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  width: 95%;
  /*min-width:600px;*/
  background-color: #F8F8F8;
}
.unshadded_box {
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  width: 95%;
  /*min-width:600px;*/
  background-color: #FFFFFF;
}
@media (max-width: 1335px) {
  .header-tagline {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .header-tagline {
    font-size: 26px;
  }
}
@media (max-width: 1075px) {
  .header-svg-logo {
    margin-left: 0;
  }
  .header-logo {
    margin-left: 0;
  }
  .header-tagline {
    font-size: 22px;
  }
}
@media (max-width: 1075px) {
  .header-tagline {
    font-size: 22px;
  }
}
@media (max-width: 625px) {
  .header-section {
    height: 200px; /* Increased height for stacked layout */
  }
  .header-content {
    text-align: center;
    padding-left: 0;
  }
  .header-svg-logo {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
  .header-logo {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
  .header-tagline {
    position: static;
    margin: 15px auto 0 auto;
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1010px) {
  .events_box_container .box_number_3 {
    display: none;
  }
  .events_box_container {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .kla-special-content {
    flex-direction: column; /* Stacks image and text vertically on smaller screens */
  }
  .kla-box-special-tuesday img, .kla-special-text {
    width: 100%; /* Each item takes full width when stacked */
  }
  .kla-box-special-tuesday h1 {
    font-size: 1.6em;
  }
  .kla-box-special-tuesday p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 680px) {
  .events_box {
    padding: 15px 5px;
  }
  .events_box_container {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .shadded_box {
    width: 98%;
  }
}
.mySpecialRedButton {
  padding: 10px 20px;
  font-size: 1.2em;
  color: white;
  background-color: #C41122; /* Set initial color */
  border: none;
  cursor: pointer;
  border-radius: 5px; /* Slightly rounded corners */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}
.mySpecialRedButton:hover {
  background-color: #a00f1d; /* Darker shade for hover effect */
}
.please-join-box {
  border-radius: 6px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.70);
  display: inline-block;
}
.header-home h4 {
  text-align: right;
  color: #FFF;
  font-size: 1.0em;
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.header-home h4 a:link {
  color: #000000;
}
.header-home h4 a:visited {
  color: #000000;
  font-family: Garamond, Georgia, serif;
}
.header-home h4 a:hover {
  color: #000000;
  text-decoration: underline;
}
.header-home h4 a:focus {
  color: #000000;
}
.header-home h4 a:active {
  color: #000000;
}
.header-home-box {
  text-align: center;
  width: 100%;
}
/* HEADER */
.header {
  background-color: #FFFFFF;
  padding: 0;
  text-align: left;
  position: relative;
  height: 200px;
  margin: 0 auto;
  z-index: 10;
  top: 5px;
  /*
  background: url("../images/banner/bluff.jpg") no-repeat center;
  background-size: cover;
	*/
}
.header h1 {
  text-align: left;
  color: #FFF;
  font-size: 3.5em;
  font-weight: normal;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.header h1 a:link {
  color: #FFF;
  text-decoration: none;
}
.header h1 a:active {
  color: #FFF;
  text-decoration: none;
}
.header h1 a:visited {
  color: #FFF;
  text-decoration: none;
}
.header h1 a:focus {
  color: #FFF;
  text-decoration: none;
}
.header h4 {
  text-align: right;
  color: #FFF;
  font-size: 1.0em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 5px;
}
.header h4 a:link {
  color: #000000;
}
.header h4 a:visited {
  color: #000000;
}
.header h4 a:hover {
  color: #000000;
  text-decoration: underline;
}
.header h4 a:focus {
  color: #000000;
}
.header h4 a:active {
  color: #000000;
}
.header-box {
  text-align: right;
  width: 100%;
}
.header-links {
  margin: 6px auto;
}
.header-links a:link {
  color: #333333;
  font-size: 1.0em;
  text-decoration: none;
  font-weight: bold;
}
.header-links a:hover {
  text-decoration: underline;
}
.header-links a:visited {
  color: #333333;
}
.header-links a:focus {
  color: #333333;
}
.header-links a:active {
  color: #333333;
}
.right-aligned {
  margin-left: auto;
}
.shop-link a:link {
  color: #49691B;
}
.shop-link a:hover {
  text-decoration: underline;
  color: #000000 !important;
}
.shop-link a:visited {
  color: #49691B;
}
.shop-link a:focus {
  color: #49691B;
}
.shop-link a:active {
  color: #49691B;
}
.top-header {
  list-style: none;
  color: #385263;
  font-size: 15px;
}
.top-header > li {
  display: inline-block;
  margin: 5px 10px;
}
.top-header-level-temp {
  list-style: none;
  color: #385263;
  font-size: 15px;
  float: right;
  margin-top: 6px;
}
.top-header-level-temp > li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
  line-height: 1.6;
}
.high-light {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  height: 38px;
  width: 100%;
  top: 0px;
  z-index: 1000;
}
/* end HEADER */
.column-box {
  text-align: center;
  margin: 0 auto;
}
.home-box {
  position: relative;
  margin: 40px auto;
}
.home-box h2 {
  position: relative;
  text-align: center;
  color: #003366;
  margin: 30px 0 20px;
  font-weight: normal;
}
.home-event-box {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin: 50px auto;
  width: 82%;
}
.events-box {
  text-align: center;
  margin: 20px auto;
  padding: 20px;
}
.news-box {
  text-align: center;
  margin: 10px auto;
  width: 80%;
}
.news-title {
  position: relative;
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 1.1em;
  color: #000000;
}
.news-body {
  position: relative;
  margin: 10px 5px;
  text-align: left;
  font-size: 1.0em;
  color: #555555;
}
.news-body a:link {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0066FF;
  font-size: 1em;
}
.news-body a:visited {
  color: #0066FF;
}
.news-body a:hover {
  color: #0066FF;
  text-decoration: underline;
}
.news-body a:focus {
  color: #0066FF;
}
.news-body a:active {
  color: #0066FF;
}
.news-date {
  font-size: 0.80em;
  color: #666;
  margin: 0 0 0 5px;
  text-align: left;
}
.news-read-all {
  text-align: left;
  margin: 10px 0;
  font-size: 1em;
}
.news-read-all a:link {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #49691B;
  text-decoration: underline;
}
.news-read-all a:visited {
  color: #49691B;
}
.news-read-all a:hover {
  color: #24340E;
}
.news-read-all a:focus {
  color: #49691B;
}
.news-read-all a:active {
  color: #49691B;
}
.mission_box {
  margin: 50px auto 10px auto;
}
.mission-figure {
  float: left;
}
.mission_box img {
  border: 1px solid #666666;
  margin: auto auto;
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.mission_box h3 {
  position: relative;
  text-align: left;
  color: #003366;
  margin: 50px 0 20px 0;
  font-weight: normal;
  font-size: 1.6em;
}
.mission_box p {
  position: relative;
  text-align: left;
  color: #333333;
  margin: 0 20px;
  font-family: Garamond, Georgia, serif;
  font-size: 1.2em;
}
.clickableHeader {
  margin: 20px auto !important;
}
.indent-box {
  margin: 0 0 0 40px;
}
.newsletter-box {
  line-height: 1.8;
  margin: -10px 20px 20px 40px;
  font-size: 1.2em;
}
.effort_box {
  line-height: 1.8;
  margin: 20px;
}
.EffortCopy {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  width: 80%;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.EffortCopy h3 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  font-size: 1.2em !important;
  font-weight: normal;
  color: #333333 !important;
  margin: 0 !important;
  padding: 0;
}
.EffortCopy h4 {
  position: absolute;
  text-align: right;
  font-family: "Times New Roman", Times, serif;
  font-size: 3.0em;
  color: #999999;
  font-weight: normal;
  top: -51px;
  right: 20px;
}
.EffortCopy p {
  text-rendering: optimizeLegibility;
}
.EffortCopy ul {
  margin: 5px 20px !important;
  list-style-type: square !important;
  line-height: 1.4 !important;
  color: #333333 !important;
  font-size: 1.0em !important;
}
.EffortCopy li {
  margin-bottom: 10px !important;
}
.EffortCopy p.effort-date {
  font-style: normal;
  text-align: right;
  font-size: 0.95em;
  color: #666666;
}
.EffortCopy p.more-efforts {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-align: left;
  font-size: 1em;
  margin-left: 150px;
}
.EffortCopy p.more-efforts a:link {
  color: #49691B;
  text-decoration: underline;
}
.EffortCopy p.more-efforts a:visited {
  color: #49691B;
}
.EffortCopy p.more-efforts a:hover {
  color: #24340E;
}
.EffortCopy p.more-efforts a:focus {
  color: #49691B;
}
.EffortCopy p.more-efforts a:active {
  color: #49691B;
}
.EffortCopy blockquote {
  border-radius: 8px;
  position: relative; /*  <--- */
  font-style: italic;
  text-align: left;
  padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  width: 80%; /* create space for the quotes */
  color: #4a4a4a;
  margin: 1rem auto 1rem;
  background-color: #E4E3E3;
}
/* -- create the quotation marks -- */
.EffortCopy blockquote:before, .EffortCopy blockquote:after {
  font-family: FontAwesome;
  position: absolute;
  /* -- inside the relative position of blockquote -- */
  top: -5px;
  color: #E4E3E3;
  font-size: 34px;
}
.EffortCopy blockquote:before {
  content: "\f10d";
  margin-right: 13px;
  right: 100%;
}
.EffortCopy blockquote:after {
  content: "\f10e";
  margin-left: 13px;
  left: 100%;
  top: auto;
  bottom: -5px;
}
/* BODY */
.body-column {
  min-width: 320px;
  line-height: 1.4;
}
.body-column h1 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 2.2em;
  text-align: left;
  margin: 0 0 15px 0;
}
.body-column h2 {
  font-family: "Myriad Pro", sans-serif;
  color: #003366;
  text-align: left;
  margin: 10px 0 20px;
  font-weight: normal;
}
.body-column h3 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  margin: 5px 15px;
  color: #003366;
}
.body-column h4 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  margin: 5px 15px;
  color: #333333;
}
.body-column p {
  margin: 10px 20px 20px 35px;
}
.body-column-text {
  color: #333333;
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.1em;
  text-align: left;
  margin: 20px;
}
.body-column-text hr {
  clear: both;
}
.body-column-text ul {
  margin: 10px 10px 10px 50px;
}
.body-column-text ul li {
  list-style-type: disc;
  margin: 25px 10px 10px 10px;
  line-height: 1.5;
}
.body-column-text ul ul {
  margin: 10px 10px 10px 70px;
}
.body-column-text ul ul li {
  list-style-type: circle;
  margin: 10px 10px 0 10px;
  line-height: 1.5;
}
.body-column-text ol {
  margin: 10px 10px 10px 50px;
}
.body-column-text ol li {
  list-style-type: decimal;
  margin: 25px 10px 10px 10px;
  line-height: 1.5;
}
.body-column-text ol ol {
  margin: 10px 20px;
}
.body-column-text ol ol li {
  list-style-type: lower-alpha;
  margin: 10px 10px 0 10px;
  line-height: 1.5;
}
.body-column a:link {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0066FF;
  text-decoration: underline;
}
.body-column a:visited {
  color: #0066FF;
}
.body-column a:hover {
  color: #0051CA;
}
.body-column a:focus {
  color: #0066FF;
}
.body-column a:active {
  color: #0066FF;
}
.body-column a.alternative:link {
  color: #003366;
  text-decoration: underline;
  font-size: 1.1em;
}
.body-column a.alternative:visited {
  color: #003366;
}
.body-column a.alternative:hover {
  color: #0A2152;
}
.body-column a.alternative:active {
  color: #003366;
}
.link-blue-underline {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0066FF;
  text-decoration: underline;
  cursor: pointer;
	font-weight:normal;
}

.link-blue-underline:visited {
  color: #0066FF;
}

.link-blue-underline:hover {
  color: #0051CA;
}

.link-blue-underline:focus {
  color: #0066FF;
}

.link-blue-underline:active {
  color: #0066FF;
}
/* bc = Breadcrumb */
.bcList {
  padding: 10px 0 0 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.bcList > li {
  position: relative;
  padding-right: 26px;
  font-size: 14px;
  color: #888888;
}
.bcList > li:last-child {
  padding-right: 0;
}
.bcList > li::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #abb2bf;
  border-right: solid 1px #abb2bf;
  transform: rotate(45deg);
}
.bcList > li:last-child::before {
  display: none;
}
.bcList > li a {
  text-decoration: none; /* Ensure no underlining */
  color: #767676;
}
.bcList > li a:hover {
  text-decoration: underline;
}
.bcList > li:first-child a {
  color: #0066ff;
  text-decoration: none; /* Specifically ensure HOME is not underlined */
}
.bcList > li:first-child a:hover {
  text-decoration: underline;
}
.bcList-green {
  color: #4A6A1A !important;
}
.current-reading-box {
  float: right;
  margin: 50px 10px 10px 10px;
  font-size: 1.2em !important;
  font-weight: bold;
  color: #FF6600;
}
.left-nav-box {
  float: left;
  margin: 0 10px 10px 10px;
  padding: 20px 20px 10px 5px;
  display: inline-block;
  color: #666666;
  font-size: 0.9em;
}
.left-nav-box h3 {
  position: relative;
  text-align: left;
  color: #333333;
  margin: 0 0 5px -10px;
  font-weight: normal;
  font-size: 1.1em;
}
.left-nav-box a:link {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 1.1em;
  color: #0066FF;
  text-decoration: none;
}
.left-nav-box a:visited {
  color: #0066FF;
}
.left-nav-box a:hover {
  color: #0051CA;
  text-decoration: underline;
}
.left-nav-box a:focus {
  color: #0066FF;
}
.left-nav-box a:active {
  color: #0066FF;
}
.assoc-doc-box {
  margin: 10px;
  padding: 20px 20px 10px 5px;
  color: #666666;
  font-size: 0.9em;
}
.assoc-doc-box h3 {
  position: relative;
  text-align: left;
  color: #333333;
  margin: 0 0 5px -10px;
  font-weight: normal;
  font-size: 1.1em;
}
.committee-box {
  float: right;
  margin: 0 10px 10px 10px;
  padding: 20px 20px 10px 30px;
  border: 1px solid #999999;
  background-color: #E4E9F1;
  display: inline-block;
  color: #666666;
  font-size: 0.9em;
}
.committee-box h3 {
  position: relative;
  text-align: left;
  color: #333333;
  margin: -5px 0 10px -10px;
  font-weight: normal;
  font-size: 1.1em;
}
.committee-box p {
  margin: 5px;
}
.committee-box a:link {
  float: right;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0066FF;
  text-decoration: underline;
}
.committee-box a:visited {
  color: #0066FF;
}
.committee-box a:hover {
  color: #0051CA;
}
.committee-box a:focus {
  color: #0066FF;
}
.committee-box a:active {
  color: #0066FF;
}
.subject-content {
  border-radius: 4px;
  position: relative; /*  <--- */
  text-align: left;
  padding: 1.2rem;
  width: 95%;
  color: #4a4a4a;
  margin: 2rem auto 2rem;
}
.subject-image {
  float: right;
  padding: 20px;
}
.subject-link {
  margin: 10px 10px 10px 20px;
}
.subject-desc {
  margin: 10px 30px;
}
.subject-desc {
  margin: 10px 30px;
}
.subject-desc figure {
  margin-top: 0;
  padding-top: 0;
}
.subject-members {
  margin: 10px 60px;
}
#photo_gallery_link_box {
  margin: 10px auto;
  text-align: center;
}
#photo_gallery_link_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#photo_gallery_link_box ul li {
  display: inline;
  padding: .2em 1em;
}
#gallery img {
  padding: 6px;
}
.special-notice-box {
  float: right;
  margin: 0 10px 10px 10px;
  padding: 10px 20px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  display: inline-block;
  max-width: 48%;
  text-align: left;
}
.special-notice-box h2 {
  margin: 5px 0 8px 0;
}
.pretty-bullets {
  text-align: left;
  margin: 20px 50px;
}
.pretty-bullets ul {
  margin: 0 20px;
}
.pretty-bullets ul li ul {
  margin: 0 20px;
}
.membership-tier {
  text-align: left;
  margin-left: 20px;
  clear: both;
}
.membership-tier i {
  font-size: 16px;
  margin-left: 3px;
  color: #0066cc;
}
figcaption {
  margin: 4px;
  font-size: 0.70em;
  font-style: italic;
  text-align: center;
  color: #888888;
}
figure {
  padding: 10px;
  margin: 10px 20px;
}
/* end BODY */
/* Hamburger Icon */
.hamburger_box {
  display: none;
  position: fixed;
  right: 5px;
  top: 27px;
  cursor: pointer;
  z-index: 10;
  background-color: #F2F2F0;
}
.hamburger {
  float: right;
  border-radius: 5px;
  background-color: #F2F2F0;
  border: 2px solid #F2F2F0;
  padding: 8px 5px;
  width: 45px;
  height: 40px;
  transition-property: background-color, border-color;
}
.bar {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  transition-property: transform, opacity, background-color, width;
}
.bar:first-child {
  top: 0;
  background-color: #666666;
}
.bar:nth-child(2) {
  opacity: 1;
  background-color: #666666;
}
.bar:last-child {
  bottom: 0;
  background-color: #666666;
}
/*.hamburger:hover { border-color: #333; } */
/*.hamburger:hover .bar { background-color: #333; }*/
.bar + .bar {
  margin-top: 5px;
}
.hamburger_box.active .bar:first-child {
  width: 120%;
  -webkit-transform: rotate(45deg) translate(5px, 8px);
  transform: rotate(45deg) translate(5px, 8px);
}
.hamburger_box.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger_box.active .bar:last-child {
  width: 120%;
  -webkit-transform: rotate(-45deg) translate(4px, -8px);
  transform: rotate(-45deg) translate(4px, -8px);
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.doc-box-single-topic {
  line-height: 2.0;
  padding: 10px;
}
.contact-box {
  background-color: #F7F7F7;
  border: 1px solid #cccccc;
  float: right;
  padding: 15px;
  margin-left: 15px;
  font-size: 0.85em;
  line-height: 1.8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -opera-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.contact-box h1 {
  text-align: center;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.2em;
  margin: 0;
}
.doc-list {
  line-height: 2.0;
}
.doc-list h5 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin: 5px 30px;
  color: #666666;
}
.doc-list h6 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin: 5px 45px;
  color: #999999;
}
.doc-list-all {
  margin: 0 60px;
}
#theform {
  margin: 15px auto;
  border: 1px solid #E5E5E5;
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #F9F9F9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #555555;
  display: inline-block;
}
.form-container {
  display: flex;
  align-items: center; /* This centers items vertically */
  gap: 20px; /* Space between form and button */
}
.flex-align-top {
  align-self: flex-start; /* This overrides the parent's align-items and aligns this element to the top */
}
#theformNew {
  margin: 15px 0; /* Changed from auto to 0 for horizontal margins */
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 8px; /* Simplified border-radius */
  background-color: #F9F9F9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #555555;
  /* Remove display: inline-block as flexbox will handle this */
}
.center-button {
  text-align: center !important;
  margin: 0 auto !important;
}
/* FOOTER */
.join-kla-today {
  width: 100%;
  height: 45px;
  background-color: #385263;
  color: #fff;
  text-align: left;
  margin: 0 0;
  padding: 10px 0 0 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
.join-kla-today a:link {
  color: #FFF;
  text-decoration: none;
}
.join-kla-today a:visited {
  color: #FFF;
}
.join-kla-today a:hover {
  color: #FFF;
  text-decoration: underline;
}
.join-kla-today a:focus {
  color: #FFF;
}
.join-kla-today a:active {
  color: #FFF;
}
.footer {
  margin: 20px;
  /*padding:10px;*/
  text-align: center;
  font-size: 1.2em;
  font-family: Garamond, Georgia, serif;
}
.web-design a:link {
  font-family: Garamond, Georgia, serif;
  color: #000;
  text-decoration: none;
}
.web-design a:visited {
  color: #333333;
}
.web-design a:hover {
  color: #000;
  text-decoration: underline;
}
.web-design a:focus {
  color: #000;
}
.web-design a:active {
  color: #000;
}
/* end FOOTER */
/* MISC */
.clearfix { /* fixes if an element is taller than the element containing it, and it is floated, it will overflow outside of its container. */
  overflow: auto;
}
/* my old method
/*
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
*/
.no-wrap {
  white-space: nowrap;
}
hr.dk_gray {
  text-align: center;
  width: 98%;
  border: 0;
  height: 1px;
  background: #ccc;
  background-image: linear-gradient(to right, #999, #333, #999);
  margin: 5px auto;
}
hr.lt_gray {
  text-align: center;
  width: 95%;
  border: 0;
  height: 1px;
  background: #ccc;
  background-image: linear-gradient(to right, #eee, #ccc, #eee);
}
.align-up-top {
  vertical-align: top;
}
.align-center {
  text-align: center;
}
.gifting-link {
  float: right;
  margin: 20px 40px 0 0 !important;
  font-size: 1.1em;
}
.gifting-link a:link {
  float: right;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #0066FF;
  text-decoration: underline;
}
.gifting-link a:visited {
  color: #0066FF;
}
.gifting-link a:hover {
  color: #0051CA;
}
.gifting-link a:focus {
  color: #0066FF;
}
.gifting-link a:active {
  color: #0066FF;
}
.embed-responsive {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (853/505) */
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#updateMessage {
  margin-top: 20px;
  padding: 8px;
  border-radius: 4px;
  font-weight: bold;
}
#updateMessage.success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
#updateMessage.error {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}
.hidden {
  display: none;
}
.login-container {
  width: 100%;
  margin-top: 15px;
}
.this-home-member-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -20px 20px 0 20px; /* Added left margin */
}
.this-home-member-login a:hover {
  color: #0066ff; /* Keep the blue color (adjust to match your blue) */
  text-decoration: underline;
}
.this-page-member-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -20px 20px 0 20px;
}
.this-page-member-login a {
  text-decoration: none !important; /* Remove underline from the entire link */
}
.this-page-member-login a span {
  text-decoration: underline; /* Add underline only to the text */
}
.this-page-member-login a:hover span {
  color: #0051CA; /* Darker color on hover */
}
.newsletter-columns-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.newsletter-column-left {
    flex: 1;
}

.newsletter-column-right {
    flex: 1;
}

/* Responsive: Stack on smaller screens */
@media (max-width: 768px) {
    .newsletter-columns-container {
        flex-direction: column;
    }
}
.search-link {
  color: inherit;
  text-decoration: none;
}
.this-bold {
  font-weight: bold !important;
}
.this-no-bold {
  font-weight: normal !important;
}
.this-strikeout {
  text-decoration: line-through;
}
.this-center {
  text-align: center !important;
  margin: 0 auto !important;
}
.this-left {
  text-align: left;
}
.this-right {
  text-align: right;
}
.this-float-right {
  float: right !important;
}
.this-float-left {
  float: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.this-italic {
  font-style: italic !important;
}
.this-image-right-padding {
  padding: 10px 0 10px 10px;
}
.this-line-height-bigger {
  line-height: 1.8;
}
.this-clear {
  clear: both;
  margin: 10px;
  height: 10px;
}
.clear-both {
  clear: both;
}
.this-clear-right {
  clear: right;
}
.this-clear-both {
  clear: both;
}
.this-padding-right-40 {
  padding-right: 40px;
}
.this-padding-40 {
  padding: 40px;
}
.this-padding-20 {
  padding: 20px;
}
.this-margin-15 {
  margin: 15px;
}
.this-padding-top-15 {
  padding-top: 15px !important;
}
.this-margin-hr {
  margin: 0 0 25px 0;
}
.this-padding-left-15 {
  padding-left: 15px;
}
.this-indent-right {
  padding-left: 10px !important;
}
.this-green {
  color: #2a7d2a !important;
}
.this-dk-blue {
  color: #003366 !important;
}
.this-soft-blue {
  color: #0066FF !important;
}
.this-orange {
  color: #FF6600;
}
.this-red {
  color: #CC0000 !important;
}
.this-dk-gray {
  color: #333333 !important;
}
.this-md-gray {
  color: #444444 !important;
}
.this-black {
  color: #000000 !important;
}
.this-background-lt-shade {
  background-color: #E4E3E3 !important;
}
.this-bigger {
  font-size: 1.4em !important;
}
.this-big {
  font-size: 1.2em !important;
}
.this-lilsmall {
  font-size: 0.90em !important;
}
.this-small {
  font-size: 0.80em !important;
}
.this-smaller {
  font-size: 0.7em;
}
.is-ltgray {
  color: #999999;
}
.is-smaller {
  font-size: .85em;
}
.this-default-cursor {
  cursor: default !important;
}
.this-no-display {
  display: none;
}
.this-display-block {
  display: block;
}
.this-width-50 {
  width: 50%;
}
.myRedButton {
  background: #d9343c;
  background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  text-decoration: none;
}
.myRedButton:hover {
  background: #9c1f1f;
  background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
  text-decoration: none;
}
.myRedButton:focus {
  outline: 0 !important;
} /* gets rid of blue outline on click */
.blueButton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #62a2c7 2px;
  text-decoration: none;
}
.blueButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#map {
  display: block;
  margin: 30px auto 0;
  height: 300px;
}
.table {
  clear: right;
  font-size: 1.0em;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.table .tr {
  padding: 0 0 0 10px;
}
.table .td-firstcolumn {
  float: left;
  padding: 0 0.4em 0.4em 0;
  color: #999999;
}
.table .td-secondcolumn {
  float: left;
  padding: 0 0 0.4em 0;
  color: #000000;
}
.dsd-gridtable {
  border-collapse: collapse;
  margin: auto;
}
th.gridtable {
  text-align: center;
  vertical-align: top;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 0.85em;
  background-color: #666666;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
tr.gridtable {
  text-align: left;
  padding: 5px 10px;
}
td.gridtable {
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #F8F8F8;
}
td.gridtableDk {
  background-color: #666666;
  color: #ffffff;
}
#form_error {
  color: #ED4027;
  font-size: 14px;
  margin-bottom: 15px;
  display: none;
}
input.needsfilled {
  color: #CC0000 !important;
  border: 1px solid #CC0000 !important;
}
input[type="checkbox"].needsfilled {
  outline: #CC0000 solid thin !important;
}
.validation_error {
  font-family: "Muli", sans-serif;
  color: #CC0000 !important;
  display: block !important;
  padding: 6px !important;
  font-weight: normal !important;
}
/* HIGHCHARTS */
.highcharts-figure {
  min-width: 320px;
  max-width: 95%;
  margin: 1em auto;
}
#highcharts-container {
  overflow: inherit !important;
}
.highcharts-menu li {
  line-height: .5 !important;
}
.highcharts-figure ul li {
  margin: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 1800px) {
  .kla-box-special p {
    bottom: 25%;
    ;
  }
}
@media only screen and (max-width: 1350px) {
  .kla-box-special p {
    font-size: 1.2em;
    bottom: 30%;
    left: 35%;
  }
  .kla-box-special input {
    left: 35%;
  }
}
@media only screen and (max-width: 1180px) {
  .kla-box-special p {
    font-size: 1.1em;
    bottom: 28%;
    left: 40%;
  }
  .kla-box-special input {
    left: 40%;
  }
}
@media only screen and (max-width: 1050px) {
  .kla-box-special p {
    left: 45%;
  }
  .kla-box-special input {
    left: 45%;
  }
}
@media only screen and (max-width: 1015px) {
  .header h2 {
    font-size: 1.4em;
  }
  .EffortCopy {
    width: 100%;
  }
  .current-reading-box {
    float: none;
    margin: 10px;
  }
}
@media only screen and (max-width: 995px) {
  .kla-box {
    top: 38px;
    left: 15px;
  }
  .hamburger_box {
    display: block;
  }
  .high-light {
    height: 0px;
  }
  .menu-column-box {
    width: 95%;
    float: none;
    text-align: center;
  }
  .body-column h1 {
    font-size: 2.0em;
  }
  .body-column-text {
    font-size: 1.2em;
  }
  .mission_box {
    margin: 0 auto 10px auto;
  }
  .mission-figure {
    float: none;
  }
  .mission_box h3 {
    margin: 10px 20px;
  }
  .mission_box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .special-notice-box {
    float: none;
    margin: 10px;
    max-width: 98%;
  }
  .footer {
    font-size: 1.0em;
  }
  .highcharts-figure {
    max-width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .kla-box-special p {
    bottom: 20%;
    left: 45%;
  }
  .kla-box-special input {
    bottom: 5%;
    left: 45%;
  }
}
@media only screen and (max-width: 860px) {
  .form-container {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
  }
  .center-button {
    margin-top: 15px; /* Add some space between the form and button */
    width: 100%; /* Make the container full width */
  }
}
@media only screen and (max-width: 820px) {
  .kla-box-special p {
    display: none;
    ;
  }
  .kla-box-special input {
    bottom: 25%;
  }
}
@media only screen and (max-width: 690px) {
  .header-home h1 {
    font-size: 3.0em !important;
  }
  .header h1 {
    font-size: 3.0em;
  }
  .header-home h2 {
    font-size: 2.0em !important;
  }
  .header img {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .header-right-box {
    width: auto;
  }
  .header h2 {
    font-size: 1.2em;
    margin: 10px 0 0 0;
  }
  .footer {
    font-size: 0.85em;
    margin: 20px 10px;
  }
  .body-column h1 {
    font-size: 1.8em;
  }
  .body-column p {
    margin: 10px;
  }
  .kla-box-special input {
    right: 0;
    bottom: 0;
  }
  .blueButton {
    font-size: 14px;
    padding: 5px 8px 5px 8px;
  }
}
@media only screen and (max-width: 640px) {
  .kla-box {
    top: 20px;
    left: 15px;
  }
  .header-home h1 {
    font-size: 2.5em !important;
  }
  .header h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 590px) {
  .header-home h1 {
    font-size: 2.3em !important;
  }
  .header-home h2 {
    font-size: 1.8em !important;
  }
  .header h1 {
    font-size: 2.3em;
  }
}
@media only screen and (max-width: 534px) {
  .header-home h2 {
    font-size: 1.6em !important;
  }
  .body-column h1 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 503px) {
  .body-column h1 {
    font-size: 1.3em;
  }
  .body-column-text {
    font-size: 1.0em;
  }
  .committee-box {
    display: none;
  }
}
@media only screen and (max-width: 440px) {
  .header {
    text-align: center;
    padding: 2px 2px 10px 2px;
  }
  .kla-box {
    left: 5px;
  }
  .header-home h1 {
    font-size: 1.8em !important;
  }
  .header-home h2 {
    font-size: 1.3em !important;
    left: 15px;
  }
  .header-home h4 {
    font-size: 0.8em;
  }
  .header h1 {
    font-size: 1.8em;
  }
  .header-links a:link {
    font-size: 0.9em;
  }
  .body-column h1 {
    font-size: 1.2em;
  }
  .body-column p {
    margin: 0;
  }
  .body-column-text {
    font-size: 0.90em;
  }
  .this-padding-20 {
    padding: 3px;
  }
  figure {
    padding: 3px;
  }
  .body-column ul {
    text-align: left;
    margin: 0 0 30px 20px;
    list-style-type: square;
    line-height: 1.3;
    font-size: 1.0em;
  }
  .body-column ol {
    text-align: left;
    margin: 10px 0 30px 30px;
    line-height: 1.3;
    font-size: 1.0em;
    list-style-position: inside;
    list-style-type: none;
    counter-reset: ol-counter;
  }
  .body-column ol li:before {
    font-size: 0.90em;
    padding-right: 5px;
    content: counter(ol-counter) '.';
    counter-increment: ol-counter;
  }
  .body-column li {
    margin-bottom: 10px;
  }
}
.submitButton {
  font-size: 8pt;
  font-family: verdana;
  padding: 5px;
  background-color: #666666;
  color: #FFFFFF;
}
.myGrayButton {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #E5E5E5));
  background: -moz-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #E5E5E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E5E5', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 14px !important;
  margin-right: 10px;
  border: 1px solid #999999;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}
.myGrayButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #E5E5E5 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#ffffff', GradientType=0);
  background-color: #E5E5E5;
}
.myGrayButton:active {
  position: relative;
  top: 1px;
}
.myRedButton {
  background: #d9343c;
  background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  text-decoration: none;
}
.myRedButton:hover {
  background: #9c1f1f;
  background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
  text-decoration: none;
}
.myRedButton:focus {
  outline: 0 !important;
} /* gets rid of blue outline on click */