#main-content {
  padding-top: 60px;
}
#main-content h1 {
  font-size: 2.5rem;
}
#main-content h2 {
  font-size: 1.5rem;
}
#main-content h3 {
  font-size: 1.25rem;
}
#main-content h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 981px) {
  #main-content h1 {
    font-size: 3rem;
  }
  #main-content h2 {
    font-size: 2.25rem;
  }
  #main-content h3 {
    font-size: 1.5rem;
  }
  #main-content h4 {
    font-size: 1.25rem;
  }
}
#main-content li {
  margin-bottom: 1rem;
}
body {
  padding-top: 85px;
  background: #FFBC27 !important;
}
body #main-content {
  line-height: 1.6;
}
#main-content {
  background: url(/wp-content/uploads/ithaca-senior-high-school-ithaca-ny-3-schoolphoto.webp) no-repeat left bottom;
  background-size: cover;
}
table th, table td {
  padding: 10px;
}
a:hover {
  color: #f76d5f;
}
.excerpt-more {
  display: block;
}
.image, .image img {
  display: block;
}
.home-text h3 {
  margin: 2rem 0;
}
.home-text h3 a {
  display: inline-block;
  transition: all 0.3s;
  padding: 1.5rem 2rem;
  border: solid 5px #222;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
.home-text h3 a:hover {
  color: #fff;
  background-color: #B41909;
  border-color: #B41909;
}
/*** BUTTONS ***/
.button {
  background-color: #B41909;
  padding: 0.75em 1.5em;
}
.button-hover {
  background-color: #f76d5f;
}
#main-content .frame {
  border: solid 10px #B41909;
  border-radius: 1rem;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-top: 0 !important;
}
#main-content .frame .et_pb_column > .et_pb_text:not(:first-child) {
  padding: 2rem !important;
}
#main-content .red-bar {
  padding: 2rem !important;
  text-align: center;
  background: #B41909;
}
#main-content .red-bar h2, #main-content .red-bar h3, #main-content .red-bar h4 {
  color: #fff;
}
/*** FORMS ***/
input[type="submit"] {
  background-color: #B41909;
  border: none;
  padding: 0.75em 1.5em;
}
input[type="submit"]:hover {
  background-color: #f76d5f;
}
input[type="text"], input[type="number"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #fff3da !important;
  border: solid 10px #ffe4a7 !important;
  border-radius: 8px;
  padding: 10px 12px;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio input:checked + .forminator-radio-bullet:before {
  background: #222;
}
.forminator-select-dropdown {
  background: #fff;
}
.forminator-label, .forminator-description {
  display: block;
  color: #B41909;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.2);
}
.forminator-label {
  font-size: 21px;
}
.forminator-input, .forminator-textarea {
  border: solid 1px #d1d2d4;
  padding: 1em !important;
  width: 100%;
}
.forminator-row {
  margin-bottom: 1rem;
}
.forminator-row-last {
  text-align: center;
}
.forminator-button-submit {
  background: #B41909;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0.75em 1.5em !important;
  border: none;
  cursor: pointer;
}
.forminator-button-submit:hover {
  background: #e5200b;
}
.list__item:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list__item:not(:last-child):after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  background: #eee;
  margin: 4em auto 0 auto;
  width: 80px;
}
.list, .list li {
  list-style: none;
  padding-left: 0 !important;
}
.list__title {
  font-size: 24px;
}
@media (max-width: 979px) {
  .list {
    padding-left: 20px !important;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.link {
  color: var(--link);
  cursor: pointer;
}
.link:hover {
  color: #f76d5f;
}
header {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  header {
    height: 80px;
    margin-top: 80px;
  }
}
.header__row {
  display: flex;
  align-items: center;
  border-bottom: solid 10px #e9a100 !important;
}
@media (min-width: 1200px) {
  .header__row {
    border-top: solid 10px #e9a100 !important;
  }
}
.et-db #et-boc header.et-l .et_pb_column {
  margin-bottom: 0 !important;
}
.header__row-desktop {
  height: 80px;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .header__row-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__row-desktop a {
    transition: all 0.3s;
  }
  .header__row-desktop a:hover {
    color: #111;
  }
}
.header__row-desktop ul {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.header__row-desktop li {
  list-style: none;
}
.header__row-desktop a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .header__row-mobile {
    display: none !important;
  }
}
.header__menu-left ul {
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .header__col_logo a {
    display: block;
    background: #ffc526;
    border-radius: 40%;
    border: solid 10px #e9a100;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
  }
  .header__col_logo a:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
    background: #ffdc8d;
  }
  .header__col_logo img {
    transform: scale(1);
  }
}
.header__logo img {
  width: auto;
  display: block;
  max-height: 130px !important;
}
/*** SIDE MENU ***/
.side-menu .sub-menu {
  padding: 0;
}
.side-menu {
  padding: 0 !important;
  background-color: #fff;
}
.side-menu .current-list-item > a, .side-menu .current-list-item > a:hover {
  background: #f5412e;
  border-left-color: #f5412e;
  border-right-color: #f5412e;
  color: #fff !important;
  cursor: default;
}
.side-menu .current-list-item:last-child > a, .side-menu .current-list-item:last-child > a:hover {
  border-bottom: var(--link-current);
}
.side-menu__wrapper {
  position: relative;
}
.side-menu__item, .side-menu li {
  line-height: 1.4;
  list-style: none;
  padding-left: 0;
}
.side-menu__item:not(:last-child), .side-menu li:not(:last-child) {
  /*border-bottom:solid 1px #ddd;*/
}
.side-menu a {
  padding: 16px;
  display: block;
  color: #353535;
  font-weight: bold;
  border: solid 2px #B41909;
  border-top: none;
}
.side-menu__item a:hover {
  /*color:#fff!important;*/
}
.side-menu li a:hover {
  /*color:#fff!important;*/
  background-color: #f76d5f;
}
/*.side-menu .current-list-item a, .side-menu .current-list-item a:hover {
	background-color:var(--link-current);
	color:#fff;
	cursor:default;
}
*/
@media (max-width: 980px) {
  .side-menu__select-toggle {
    position: relative;
    border: solid 2px #B41909;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
    color: #333;
  }
  .side-menu__select-toggle:hover {
    background: #B41909;
    color: #fff;
  }
  .side-menu__select-toggle:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #B41909 transparent transparent transparent;
  }
  .side-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .side-menu__wrapper.select-open .side-menu {
    max-height: 800px;
  }
  .side-menu li:last-child a {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
}
@media (min-width: 981px) {
  .side-menu__select-toggle {
    display: none;
  }
}
.display-posts-pagination {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
.footer__copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__copyright a {
  color: rgba(255, 255, 255, 0.7);
}
/*** HEADER SEARCH ***/
.header__search input[type="text"] {
  background-color: #fff !important;
  padding: 0.75em 1.5em;
}
/* GOOGLE SEARCH */
form.gsc-search-box {
  max-width: 580px;
}
table.gsc-search-box {
  margin-bottom: 0 !important;
}
.entry-content table:not(.variations) {
  border: none !important;
  margin-bottom: 0 !important;
}
.wgs_wrapper td.gsib_a {
  padding: 4px 8px;
}
.gsc-search-button-v2 {
  border: none !important;
  height: 24px !important;
}
.gsc-search-button-v2:hover {
  background: #f76d5f !important;
  cursor: pointer;
}
.gsc-input {
  max-width: 550px;
}
.wgs_wrapper .gsc-input-box .gsib_a input {
  height: 24px !important;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .wgs_wrapper .gsc-input-box .gsib_a input {
    width: 100%;
    border: none !important;
  }
  .header__search .gsc-input-box {
    height: 34px !important;
    border: solid 1px #ccc;
  }
}
/*   GOOGLE SEARCH RESULTS */
.search-results .gsc-input-box {
  border: solid 1px #ccc;
}
.search-results .wgs_wrapper .gsc-input-box .gsib_a input {
  border: none !important;
}
.gsc-webResult.gsc-result {
  margin-bottom: 2em !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important;
}
.gcsc-more-maybe-branding-root {
  display: none;
}
.gsc-adBlock {
  display: none !important;
  height: 0 !important;
  overflow: hidden;
}
/* IVORY SEARCH */
@media (max-width: 1199px) {
  #searchform {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #searchform {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .header__search input[type="text"] {
    border: none !important;
  }
}
body {
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header__search {
    background-color: #ddd;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    transform: translateY(-200%);
    transition: 0.5s all;
  }
  .header__search form {
    max-width: 600px;
    margin: 0 auto !important;
  }
}
.search-open {
  padding-top: 59px;
}
.search-open .header__search {
  transform: translateY(0);
}
.header__search input[type="submit"], .et-db #et-boc .et-l .header__search.et_pb_search input.et_pb_searchsubmit {
  background-color: #000;
  color: #fff;
}
.search__toggle {
  width: 32px;
  height: 24px;
  margin: -6px 0 0 !important;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .search__toggle .et-pb-icon {
    transition: all 0.5s;
  }
  .search__toggle:hover .et-pb-icon {
    opacity: 0.5;
  }
  .header__search input[type="submit"] {
    transition: all 0.3s;
    line-height: 1 !important;
  }
  .header__search input[type="submit"]:hover {
    background-color: #666 !important;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search {
    margin-left: auto;
  }
}
.icon_search {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  height: 30px;
  width: 30px;
  margin-top: -3px;
  cursor: pointer;
}
.icon_search:before {
  display: inline-block;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "U";
}
@media (max-width: 1199px) {
  .icon_search:before {
    color: #000;
  }
  .icon_search:hover:before {
    color: #666;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search input[type="text"] {
    height: 34px !important;
  }
  header .header__search {
    max-width: 400px;
    margin-bottom: 20px !important;
  }
}
/*** MENU ***/
.et-db #et-boc .et-l .header__menu.et_pb_menu_0_tb_header.et_pb_module, .header__menu.et_pb_menu_0_tb_header.et_pb_module {
  margin-left: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
.header__menu .et-menu a {
  color: #fff;
}
.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end;
}
@media (max-width: 980px) {
  body .et_pb_column.header__col_menu {
    qwidth: 100px !important;
  }
}
@media (max-width: 1199px) {
  .mobile_menu_bar {
    display: none !important;
  }
  .et_pb_column.header__col_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
/* Align hamburger right */
.et_pb_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end !important;
}
.header__section .et_mobile_menu {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
  position: static !important;
  padding: 0 !important;
  display: block !important;
}
.et_mobile_menu li li {
  padding-left: 0 !important;
}
@media (max-width: 980px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    color: #f76d5f !important;
  }
  .et_mobile_nav_menu {
    margin-right: -10px;
  }
}
@media (min-width: 981px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    opacity: 0.7;
  }
  .et_pb_menu__wrap .mobile_menu_bar {
    transform: translateY(3%);
  }
}
@media (max-width: 1199px) {
  .et_pb_menu__menu {
    display: none !important;
  }
  .et_mobile_nav_menu {
    display: block !important;
  }
  .opened .mobile_menu_bar:before {
    content: "M" !important;
  }
  .et_mobile_menu .sub-menu {
    padding: 0 !important;
  }
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
    background: none;
  }
  .et-db #et-boc .et-l .et_mobile_menu li a {
    border: none;
  }
  header .et_mobile_menu > li {
    margin-bottom: 0.5em;
  }
  header .et_mobile_menu > li > a {
    font-size: 30px !important;
    padding: 16px 30px;
  }
  header .opened #mobile_menu1 {
    background-color: #B41909 !important;
  }
  body {
    height: 100vh;
  }
  * {
    box-sizing: border-box;
  }
  header .social-icons {
    position: fixed;
    z-index: 998;
    left: 50%;
    top: 72%;
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0s;
  }
  .menu-opened header .social-icons {
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .header__mobile-contact {
    text-align: center;
    position: fixed !important;
    z-index: 998;
    left: 50%;
    top: calc(72% + 80px);
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    transition: 0.5s;
    color: #85B9E0;
    font-size: 24px;
    line-height: 1.6;
    transition: all 0.1s;
    transition-delay: 0s;
    opacity: 0;
  }
  .header__mobile-contact a {
    color: #85B9E0;
  }
  .menu-opened .header__mobile-contact {
    display: block;
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .menu-icon-toggle-wrapper {
    z-index: 1000;
  }
  .menu-icon-toggle {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 9;
  }
  .home .menu-icon-toggle {
    top: 50px;
    position: absolute;
    right: 0;
    top: -16px;
  }
  .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    background-color: #B41909;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }
  .home:not(.menu-opened) .menu-icon-toggle span {
    background-color: #B41909;
  }
  .menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background-color: #B41909;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menu-icon-toggle::before {
    top: 6px;
  }
  .menu-icon-toggle::after {
    bottom: 6px;
  }
  .menu-opened .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    background-color: white;
  }
  .menu-opened .menu-icon-toggle::before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
  }
  .menu-opened .menu-icon-toggle::after {
    bottom: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #et-main-area {
    position: relative;
  }
  .menu-opened #et-main-area {
    z-index: 1;
  }
  .menu-opened {
    overflow: hidden;
  }
  .menu-opened .header__menu {
    left: 0 !important;
    visibility: visible;
  }
  .header__menu {
    left: -100% !important;
    position: fixed !important;
    z-index: 998;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: #B41909;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
  .header__menu .et_mobile_nav_menu {
    width: 100%;
    margin: 0 !important;
    position: fixed !important;
    top: 40%;
    left: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    padding: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu-opened .header__menu .et_mobile_nav_menu {
    visibility: visible;
    z-index: 999;
    transition: all 0.1s;
    left: 50%;
    display: block;
  }
  .header__menu .et_mobile_nav_menu li {
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.1s ease-in-out;
  }
  .menu-opened .header__menu .et_mobile_nav_menu li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
    backface-visibility: hidden;
    transition: all 1s;
  }
  #et-main-area, .header__logo, .header-cta-mobile, header .et_pb_button_module_wrapper {
    transition: all 0.3s;
  }
  .menu-opened #et-main-area, .menu-opened .header__logo, .menu-opened .header-cta-mobile, .menu-opened header .et_pb_button_module_wrapper {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 14px;
    color: #222 !important;
  }
  .et-db #et-boc .et-l .et-menu li li a {
    color: #fff !important;
  }
  #menu-main-menu > .current-menu-item > a {
    color: #f5412e !important;
  }
}
@media (min-width: 1400px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 16px;
    color: #353535 !important;
  }
}
/**** ONE PAGE STYLES ***/
.one-page-footer {
  color: #888;
}
.intro__text {
  background-color: #666;
}
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) and (max-width: 980px) {
  .tablet-thirds {
    display: flex;
    justify-content: space-between;
  }
  .tablet-thirds .et_pb_column {
    width: 31%;
  }
}
/*** TOGGLES ****/
#main-content .et_pb_toggle_close, #main-content .et_pb_toggle_open {
  padding: 0;
}
#main-content .et_pb_toggle_title {
  padding: 20px;
  background-color: #222;
  color: #fff;
}
#main-content .et_pb_toggle .et_pb_toggle_title:before {
  right: 20px;
  color: #fff;
}
#main-content .et_pb_toggle_title:before {
  content: ";";
  font-size: 24px;
}
#main-content .et_pb_toggle_content {
  padding: 20px;
}
#main-content #grid li.doc-material {
  float: none;
  width: 100%;
}
#main-content .et_pb_toggle a {
  color: #333;
}
#main-content #grid li.doc-material p {
  display: none;
}
#main-content #grid li.doc-material::before {
  height: 16px;
  font-size: 16px;
}
#main-content #grid li.doc-material span {
  line-height: 1.2;
  vertical-align: bottom;
}
.memorium-list {
  max-width: 700px;
  margin: auto;
}
.classmate {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.classmate:nth-child(odd) {
  background: #fff3da;
}
.classmate:nth-child(even) {
  background: #ffd474;
}
.classmate > div {
  width: 32%;
}
.classmate__name {
  font-weight: bold;
}
.event {
  border: solid 10px #B41909;
  border-radius: 1rem;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important;
}
.event__heading, .frame__heading {
  background: #B41909;
  padding: 1rem !important;
  color: #fff;
}
.event__heading h1, .event__heading h2, .frame__heading h1, .frame__heading h2 {
  color: #fff !important;
}
.et_pb_social_media_follow li a.icon {
  border: solid 6px rgba(255, 255, 255, 0.2);
}
