/*
Basic Colors:
a30023 - Red
fbdc04 - Gold
********************************************/
* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  background: hsla(0, 0%, 0%, 0.25);
  background: repeating-linear-gradient(135deg, hsl(232, 41%, 56%), hsl(232, 41%, 56%) 3px, hsl(231, 24%, 46%) 3px, hsl(231, 24%, 46%) 6px);
  font-size: 1.2rem;
}

a {
  color: #a30023;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

header {
  height: auto;
}

.inner-header {
  position: relative;
  background: #FFFFFF;
  height: 82px;
}

.chs-logo {
  position: absolute;
  top: 6px;
  left: 0px;
  background: url(/coronado/images/mustang.svg) 10px top no-repeat;
  background-size: 100px auto;
  width: 112px;
  display: flex;
  z-index: 2;
}

.chs-logo a {
  display: block;
  width: 100%;
  height: 146px;
  padding-left: 115px;
  text-decoration: none;
  color: #000000;
  font-size: 1rem;
}

.page-header {
  text-align: center;
  padding-left: 70px;
  padding-top: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.page-title {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.mobile-menu-btn {
  background-color: transparent;
  border-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  float: right;
  margin: 5px;
}

.menu-icon {
  background-color: transparent;
  background-image: url(/coronado/images/menu-icon.svg);
  display: inline-block;
  width: 1.8em;
  height: 2.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

main section,
main article {
  background: #fbdc04;
  border: 2px solid #830000;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.shadow {
  box-shadow: 0px 7px 20px 8px hsla(0, 0%, 0%, 0.34);
}

/* top padding for the navigation */
.nav-pad {
  padding-top: 3em;
  padding-bottom: 3em;
}

ul {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

nav {
  background: #222;
  background: #a30023;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 82px;
  width: 100%;
  z-index: 1;
}

nav a {
  color: white;
  text-decoration: none;
}

.leftnavwing {
  display: none;
}

.rightnavwing {
  display: none;
}

.menu,
.submenu {
  list-style-type: none;
  padding: 0;
}

.menu .item a {
  cursor: pointer;
}

.sub-submenu {
  list-style-type: none;
  padding-left: 0.8rem;
}

.logo {
  font-size: 20px;
  padding: 0.5px 10px 0.5px 0;
}

.item {
  padding: 10px;
}

.item.button {
  padding: 9px 5px;
}

.item:not(.button) a:hover,
.item a:hover::after {
  color: #ccc;
}

/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
}

.menu > li:first-child {
  padding-top: 1.5rem;
}

.menu li a {
  display: block;
  padding: 5px;
}

.menu li.subitem a {
  padding: 15px;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.toggle a {
  padding: 13px 5px !important;
}

.item.button {
  order: 2;
}

.item {
  order: 3;
  width: 100%;
  text-align: left;
  display: none;
}

.active .item {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu > a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: white;
  padding-left: 5px;
}

.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: #111;
  border-radius: 3px;
}

.choose-lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.choose-year {
  background: white;
  border-radius: 8px;
  border: 2px solid red;
}

.choose-year select {
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.choose-year option {
  padding: 8px;
  text-align: center;
  font-size: 1.2rem;
}

.choose-year option:first-child {
  background-color: #616dbd;
  color: #FFFFFF;
}

.choose-year option:hover {
  background-color: hsl(347, 71%, 36%);
  color: #FFFFFF;
}

.choose-classmate {
  background: white;
  border-radius: 8px;
  border: 2px solid red;
  overflow-x: hidden;
  margin-top: 1em;
  max-height: 16em;
}

.choose-classmate ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.choose-classmate li {
  padding: 8px;
}

.choose-classmate li:first-child {
  background-color: #616dbd;
  color: #FFFFFF;
  text-align: center;
}

.hr-separator {
  border-color: orangered;
  border-width: thin;
  box-shadow: 0px 2px 3px blueviolet;
}

/**** Articles  ***/
.byline {
  margin-bottom: 1em;
}

.whygoback {
  margin-bottom: 1em;
  line-height: 1.25;
}

.first-cap::first-letter {
  font-weight: bold;
  font-size: 2rem;
  border: 1px solid #a30023;
  border-radius: 3px;
  padding: 4px;
}

.no-top-margin {
  margin-top: 0;
}

.mccool-shuttle {
  display: inline-table;
  width: 1px;
  margin: 0 0.5rem 0.2rem 0;
  float: left;
}

.mccool-shuttle img {
  border: 1px solid #333333;
}

.mccool-shuttle figcaption {
  display: table;
  font-size: 0.8rem;
  padding: 2px 6px;
}

/************  iFrame styles   *****************/
.send-mccool-memories {
  height: 255vh;
  width: 100%;
}

/************************************************************************************************************/
/*********************** https://speckyboy.com/responsive-html-table-techniques/ ****************************/
/************************************** Reunion Announcements ***********************************************/
/************************************************************************************************************/
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}

.rwd-table tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.rwd-table th {
  display: none;
  white-space: nowrap;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: 0.5em;
  border-bottom: 1px solid #666666;
}

.rwd-table td:nth-child(2) {
  border-bottom: 1px solid #666666;
}

.rwd-table td:last-child {
  padding-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 7em;
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
  background: rgba(255, 255, 255, 0.7);
  padding: 1px 2px;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table {
  overflow: hidden;
}

.rwd-table tr {
  border-color: #46637f;
}

.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}

.hs-pictures figure,
.year-25-reunion figure,
.year-30-reunion figure,
.year-40-reunion figure,
.dfw-mini-reunion figure,
.dfw-mini-reunion-2 figure,
.dfw-mini-reunion-3 figure,
.debbie-photos figure {
  display: inline-table;
  width: 1px;
  margin: 0 5px 5px 0;
}
.hs-pictures figure figcaption,
.year-25-reunion figure figcaption,
.year-30-reunion figure figcaption,
.year-40-reunion figure figcaption,
.dfw-mini-reunion figure figcaption,
.dfw-mini-reunion-2 figure figcaption,
.dfw-mini-reunion-3 figure figcaption,
.debbie-photos figure figcaption {
  display: table;
  font-size: 0.8rem;
  padding: 2px 6px;
}
.hs-pictures figure img,
.year-25-reunion figure img,
.year-30-reunion figure img,
.year-40-reunion figure img,
.dfw-mini-reunion figure img,
.dfw-mini-reunion-2 figure img,
.dfw-mini-reunion-3 figure img,
.debbie-photos figure img {
  display: block;
}

.then figure, .now figure {
  display: flex;
  margin: 0;
  justify-content: center;
}

.then img, .now img {
  width: auto;
  height: 250px;
}

/* This CSS doesn't work on IOS device browsers.
.photo-container {
  display: flex; 
  justify-content: center; 
  flex-wrap: wrap;
}
*/
.photo-container {
  text-align: center;
}

.get-posted ul,
.send-memories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.get-posted li,
.send-memories li {
  margin-bottom: 12px;
}

.get-posted label,
.send-memories label {
  display: block;
}

.get-posted input[type=text],
.get-posted textarea,
.send-memories input[type=text],
.send-memories textarea,
.guestbook-form input[type=text],
.guestbook-form textarea,
.guest-book input[type=password] {
  padding: 0.5rem;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #999999;
  font-size: 1rem;
  /*color: #999999;*/
}

.get-posted input[type=checkbox] {
  float: left;
  transform: scale(1.5);
  margin-right: 12px;
  border-width: 3px;
  border-radius: 5px;
  border-color: red;
}

.send-memories .radio-input {
  padding-left: 1.2em;
}

.send-memories .radio-input label {
  display: inline-block;
}

.send-memories .radio-input input[type=radio] {
  float: left;
  transform: scale(1.5);
  margin-left: -1.5em;
}

.signupsubmit, .submit-memory {
  display: flex;
  justify-content: flex-end;
}

.signupsubmit input:first-child {
  margin-right: 0.5em;
}

.signupsubmit input[type=submit],
.signupsubmit input[type=reset],
.send-memories input[type=submit],
.guestbook-form input[type=submit],
.guestbook-form input[type=reset],
.guest-book input[type=submit] {
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #666666;
  border-spacing: 2px;
  font-size: 1rem;
  background: #616dbd;
  background: linear-gradient(to bottom, #616dbd 0%, #596291 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#616dbd", endColorstr="#596291",GradientType=0 );
  color: #FFFFFF;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.signupsubmit input[type=submit]:hover,
.signupsubmit input[type=reset]:hover,
.send-memories input[type=submit]:hover,
.guestbook-form input[type=submit]:hover,
.guestbook-form input[type=reset]:hover,
.guest-book input[type=submit]:hover {
  background: #596291;
  background: linear-gradient(to bottom, #596291 0%, #616dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#596291", endColorstr="#616dbd",GradientType=0 );
}

.guest-book td {
  font-size: 1rem;
}

.guest-book .smaller {
  font-size: x-small;
}

.guestbook-footer {
  font-size: 0.7rem;
}

.permission-disclaimer {
  font-style: italic;
  font-size: smaller;
}

.character-count {
  text-align: end;
  font-size: 0.8rem;
  color: #999999;
}

.guestbook-form .character-count input[type=text] {
  width: auto;
  border: 0;
}

.ppq {
  padding-left: 0.8em;
}

/*********  Helpers  ************/
.clearfix {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-center {
  text-align: center;
}

.err {
  display: none;
  color: #a30023;
}

.form-error {
  color: #a30023;
}

.required {
  color: #a30023;
}

.required-legend {
  display: flex;
  justify-content: flex-end;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

/*********  End Helpers  ************/
footer {
  height: auto;
  margin-bottom: 2em;
}

.inner-footer {
  /*height: 185px;*/
  padding: 0.8em;
  background-color: #a30023;
  color: #FFFFFF;
  position: relative;
  background: #a30023;
  background: linear-gradient(to bottom, hsl(347, 100%, 32%) 0%, hsl(349, 100%, 18%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a30023", endColorstr="#590011", GradientType=0);
}

.inner-footer a {
  color: #FFFFFF;
}

.kt-design {
  font-size: 0.8rem;
  /*position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;*/
  text-align: center;
}

@media (min-width: 400px) {
  .page-title {
    margin-top: 0.8em;
  }
  /************  iFrame styles   *****************/
  .send-mccool-memories {
    height: 116vh;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .leftnavwing {
    display: block;
    background: url(/coronado/images/leftnavwing.png);
    width: 18px;
    height: 83px;
    position: absolute;
    left: -17px;
    top: -1px;
  }
  .rightnavwing {
    display: block;
    background: url(/coronado/images/rightnavwing.png);
    width: 18px;
    height: 85px;
    position: absolute;
    right: -18px;
    top: 0;
  }
  .page-header {
    font-size: 1rem;
  }
  .page-title {
    font-size: 1.7rem;
    margin-top: 0.8em;
  }
  .thennow {
    display: flex;
    justify-content: space-evenly;
  }
  .choose-lists {
    flex-direction: row;
    justify-content: space-around;
  }
  .choose-year-main-page {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .choose-year {
    width: 46%;
  }
  .choose-classmate {
    margin-top: 0;
    width: 46%;
  }
  /*.get-posted li {
    display:flex;
  }*/
  /*
    .input-set {
      display:flex;
    }

    .input-set.signup label {
      flex-grow: 1;
      flex-basis: 350px;
    }

    .input-set.memories label {
      flex-grow: 1;
      flex-basis: 350px;
    }

    .input-set input {
      flex-grow: 2;
    }
  */
  .get-posted .post-permission input {
    margin-left: 206px;
  }
  .verify-image label {
    display: inline-block;
    width: 200px;
  }
  /************  iFrame styles   *****************/
  .send-mccool-memories {
    height: 114vh;
    width: 100%;
  }
}
@media (min-width: 640px) {
  body {
    padding-top: 3em;
  }
  .chs-logo {
    position: absolute;
    top: -25px;
    left: -35px;
    background: url(/coronado/images/coronado_shield_340.svg) 0px top no-repeat;
    background-size: 150px auto;
    width: 150px;
    height: 200px;
    display: flex;
  }
  .chs-logo a {
    display: block;
    width: 100%;
    height: 200px;
    padding-left: 150px;
    text-decoration: none;
  }
  .item {
    padding-left: 5rem;
  }
  .page-header {
    left: 138px;
    bottom: 32px;
  }
}
/* Tablet menu */
@media all and (min-width: 700px) {
  .menu {
    justify-content: end;
  }
  .logo {
    flex: 1;
  }
  .item.button {
    width: auto;
    order: 1;
    display: block;
  }
  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }
  .button a {
    background: #0080ff;
    border: 1px royalblue solid;
  }
  .button.secondary {
    border: 0;
  }
  .button.secondary a {
    background: transparent;
    border: 1px #0080ff solid;
  }
  .button a:hover {
    text-decoration: none;
  }
  .button:not(.secondary) a:hover {
    background: royalblue;
    border-color: darkblue;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .page-header {
    left: 200px;
    bottom: 32px;
    font-size: 1.3rem;
  }
  /************  iFrame styles   *****************/
  .send-mccool-memories {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  /******  Reunion Announcements  ****************/
  .rwd-table th, .rwd-table td {
    padding: 0.25em !important;
    vertical-align: top;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table td:first-child {
    border-bottom: 0;
  }
  .rwd-table td:nth-child(2) {
    border-bottom: 0;
  }
  .choose-lists {
    justify-content: space-evenly;
  }
  .choose-year {
    width: 250px;
    border: 2px solid red;
    border-radius: 8px;
  }
  .choose-year select {
    border-radius: 6px 0 0 6px;
  }
  .choose-year option {
    font-size: 1.2rem;
  }
  .choose-year option:checked {
    background-color: #616dbd;
    color: #FFFFFF;
  }
  .choose-classmate {
    width: 250px;
    border-radius: 8px;
    border: 2px solid red;
    height: 16.1em;
  }
  .choose-classmate ul {
    font-size: 1.2rem;
  }
  .choose-classmate li:first-child {
    border-left: 0;
  }
  .ppq {
    padding-left: revert;
  }
  .get-posted .post-permission input {
    margin-left: 232px;
  }
  .input-set.signup label {
    flex-grow: 1;
    flex-basis: 350px;
  }
  .input-set.memories label {
    flex-grow: 1;
    flex-basis: 432px;
  }
  .verify-image label {
    display: inline-block;
    width: 225px;
  }
}
@media all and (min-width: 960px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
    font-size: 0.7rem;
  }
  .logo {
    order: 0;
  }
  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
    padding-left: 10px;
  }
  .menu li:first-child {
    padding-top: 10px;
  }
  .button {
    order: 2;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    width: 210px;
    left: 0;
    top: 46px;
    background: #111;
  }
  .toggle {
    display: none;
  }
  .submenu-active {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .inner-header {
    height: 200px;
    background: url(/coronado/images/CHS_bannerimg.jpg) 100% 0 no-repeat;
    background-size: contain;
    border-left: 2px solid #830000;
    border-top: 2px solid #830000;
    border-right: 2px solid #830000;
  }
  nav {
    top: 200px;
  }
  .menu {
    font-size: 1rem;
  }
  .chs-logo {
    position: absolute;
    top: -42px;
    left: -44px;
    background: url(/coronado/images/coronado_shield_340.svg) 0px top no-repeat;
    background-size: 260px auto;
    width: 260px;
    height: 345px;
    display: flex;
  }
  .chs-logo a {
    display: block;
    width: 90%;
    height: 340px;
    padding-left: 234px;
    text-decoration: none;
  }
  .page-header {
    position: relative;
    left: 0;
    top: 145px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .whygoback {
    -moz-column-count: 2;
         column-count: 2;
  }
  .get-posted .post-permission {
    margin: 0 4em 0.75em 4em;
  }
  /************  iFrame styles   *****************/
  .send-mccool-memories {
    width: 65%;
  }
  .choose-year, .choose-classmate {
    width: 45%;
  }
  .get-posted li {
    margin: 0 4em 0.75em 4em;
  }
  .get-posted .post-permission input {
    margin-left: 242px;
  }
  .verify-image label {
    display: inline-block;
    width: 235px;
  }
  .send-memories .radio-input {
    padding-left: 17.2em;
  }
  .input-set {
    display: flex;
  }
  .input-set.signup label {
    flex-grow: 1;
    flex-basis: 350px;
  }
  .input-set.memories label {
    flex-grow: 1;
    flex-basis: 460px;
  }
  .input-set input {
    flex-grow: 2;
  }
}/*# sourceMappingURL=chs.css.map */