.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  color: #36316c;
  text-decoration: underline;
}

.header {
  position: relative;
  overflow: hidden;
  height: 288px;
}

.diagonal {
  position: absolute;
  left: -44px;
  width: 130%;
  height: 200px;
  margin-top: 211px;
  border-top: 15px solid #fff;
  background-color: #36316c;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.body {
  margin-bottom: 0px;
  background-color: #36316c;
  font-family: 'Open Sans', sans-serif;
}

.header-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 306px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/curry-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/curry-header.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.grid.no-grid {
  display: block;
}

.form {
  border: 1px none #fff;
  background-color: transparent;
  color: #36316c;
}

.form.calendar-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
}

.button {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #ffaa19;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #36316c;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #fff;
  background-color: #36316c;
  color: #fff;
}

.button.return {
  border-style: none;
  border-color: transparent;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 16px;
  text-align: center;
}

.button.return:hover {
  background-color: #fda932;
  color: #36316c;
}

.button.small-btn {
  padding: 8px;
  font-size: 16px;
}

.button.btn-small {
  margin-top: 0px;
  padding: 10px;
  line-height: 21px;
}

.button.search-button {
  display: block;
  margin: 20px auto 0px;
  padding: 10px;
}

.heading {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 27px;
}

.triangle {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-right: 10px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #fff;
  background-color: transparent;
}

.header-wrapper {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Great Vibes', cursive;
}

.image {
  position: relative;
  width: 180px;
}

.header-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  margin-top: 40px;
}

.image-block {
  position: relative;
  overflow: hidden;
  height: 250px;
  border: 15px solid #fff;
  background-color: #36316c;
  background-image: url('../images/curry-header.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cut-image {
  position: absolute;
  left: 8%;
  top: 2%;
  right: 0%;
  bottom: 0%;
  width: 140%;
  height: 185px;
  margin-top: -110px;
  border-top: 15px solid #fff;
  background-color: #36316c;
  -webkit-transform: rotate(-171deg);
  -ms-transform: rotate(-171deg);
  transform: rotate(-171deg);
}

.side-image {
  position: relative;
  display: block;
  background-color: transparent;
  text-align: left;
}

.image-2 {
  display: block;
  margin-bottom: 20px;
}

.content {
  position: relative;
  z-index: 2000;
  margin-top: -50px;
}

.content.rsvp-content {
  margin-top: -35px;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 11px;
  border-bottom: 1px none #fff;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-decoration: underline;
}

.curry-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #7370a3;
}

.curry-footer-links {
  display: inline-block;
  margin-top: 20px;
  text-align: right;
}

.curry-footer-link {
  position: static;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #36316c;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.curry-footer-link:hover {
  text-decoration: underline;
}

.curry-footer-link.curry-phone {
  display: block;
  margin-top: 8px;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: left;
}

.curry-copyright {
  display: inline-block;
}

.curry-text-block {
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: left;
}

.section {
  background-color: #7370a3;
}

.section.footer {
  margin-top: 50px;
  border-top: 10px solid #fda932;
  background-color: #fff;
}

.login {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  background-image: url('../images/login-2.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.return-login {
  position: static;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 55px;
  margin-top: 8px;
  margin-left: -14px;
  background-image: url('../images/returning-login.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.return-login:hover {
  background-image: url('../images/returning-login-hover.png');
  background-position: 50% 50%;
  background-size: contain;
}

.form-label {
  display: inline-block;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.form-label.hide {
  display: none;
}

.form-label.calendar-label {
  color: #fda932;
}

.form-label.event-search-label {
  margin-bottom: 0px;
}

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 25px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #7370a3;
  color: #fff;
  text-decoration: none;
}

.field::-webkit-input-placeholder {
  color: #fff;
}

.field:-ms-input-placeholder {
  color: #fff;
}

.field::-ms-input-placeholder {
  color: #fff;
}

.field::placeholder {
  color: #fff;
}

.field.last {
  margin-bottom: 0px;
}

.field.drop {
  margin-bottom: 25px;
  padding-right: 8px;
}

.field.white {
  height: 41px;
  background-color: #fff;
}

.field.white::-webkit-input-placeholder {
  color: #36316c;
}

.field.white:-ms-input-placeholder {
  color: #36316c;
}

.field.white::-ms-input-placeholder {
  color: #36316c;
}

.field.white::placeholder {
  color: #36316c;
}

.field.calendar-field {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
}

.select {
  display: block;
  margin-bottom: 0px;
  margin-left: -15px;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.select.last {
  margin-bottom: 25px;
}

.upper-form {
  margin-bottom: 30px;
  background-color: transparent;
}

.lower-form {
  border: 1px none #fff;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.sub {
  display: inline-block;
  margin-bottom: 0px;
  border-bottom: 1px none #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.head {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.body-2 {
  background-color: #36316c;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 25px 2fr 25px 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 13px;
}

.sidebar {
  background-color: transparent;
  color: #333;
}

.sidebar.color {
  padding: 10px;
  background-color: #e4e3e3;
}

.widget-box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 10px;
  background-color: #e4e3e3;
}

.portal-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #36316c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.portal-headline.white {
  color: #fff;
}

.image-3 {
  width: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #36316c;
}

.paragraph {
  color: #333;
}

.column {
  padding-right: 8px;
  padding-left: 8px;
}

.column-2 {
  padding-right: 8px;
  padding-left: 8px;
}

.curry-portal-box {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e4e3e3;
  font-weight: 400;
}

.curry-heading-3 {
  display: block;
  margin-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #2d2a66;
  font-size: 13px;
  line-height: 17px;
}

.curry-text-block-2 {
  margin-top: -7px;
}

.curry-portal-box-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #cfcfd5;
  font-weight: 400;
}

.curry-checklist {
  line-height: 20px;
}

.curry-form-block {
  margin-bottom: 0px;
}

.portal-content {
  background-color: #36316c;
}

.calendar {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.portal-copy {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.instagram {
  margin-top: 15px;
  border: 12px none #fff;
}

.curry-navbar {
  margin-top: 30px;
  background-color: transparent;
  text-align: left;
}

.curry-nav-menu {
  position: static;
  display: block;
  margin-top: -80px;
  margin-left: -20px;
  float: none;
  background-color: transparent;
}

.curry-nav-link {
  display: inline-block;
  padding: 17px;
  font-family: Merriweather, serif;
  color: #bbb8dc;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.curry-nav-link:hover {
  color: #ffca05;
}

.copy-header {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 400;
}

.portal-link {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.portal-link:hover {
  color: #fda932;
}

.curry-navbar-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

.curry-nav-menu-2 {
  position: static;
  display: block;
  background-color: transparent;
}

.curry-nav-link-2 {
  display: inline-block;
  padding: 17px;
  font-family: 'PT Serif', serif;
  color: #bbb8dc;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.curry-nav-link-2:hover {
  color: #ffca05;
}

.curry-nav-menu-3 {
  position: static;
  display: block;
  background-color: transparent;
}

.portal-nav {
  margin-top: -56px;
  margin-bottom: 30px;
  margin-left: -20px;
  text-align: left;
}

.checkbox {
  margin-right: 10px;
}

.checkbox-2 {
  margin-right: 8px;
}

.white-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #fda932;
}

.account-blurb {
  margin-bottom: 10px;
  text-align: center;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.event-row {
  margin-bottom: 10px;
  grid-auto-flow: row;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr 1fr 4fr;
  grid-template-columns: 1.25fr 1fr 1fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0px 0px 0.5px;
  border-color: #000 #000 #fff;
}

.event-row.row-last {
  margin-bottom: 0px;
  border: 1px none #000;
}

.event-link {
  color: #fff;
  text-decoration: underline;
}

.event-text {
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
}

.event-text.event-text-last {
  margin-bottom: 0px;
}

.field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 21px;
  background-color: #fff;
}

.event-table {
  margin-bottom: 35px;
  padding: 15px;
  border: 1px solid #fff;
}

.calendar-label {
  width: 100%;
}

.calendar-section-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.button-2 {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #ffaa19;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #36316c;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-2:hover {
  border: 1px solid #fff;
  background-color: #36316c;
  color: #fff;
}

.button-2.reverse {
  border-style: none;
  border-color: transparent;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 16px;
  text-align: center;
}

.button-2.reverse:hover {
  background-color: #fda932;
  color: #36316c;
}

.button-2.reverse.grouped {
  display: block;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.button-2.reverse.grouped:focus {
  background-color: #fda932;
}

.button-2.reverse.grouped.first {
  margin-left: 0px;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar-box {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
}

.image-4 {
  width: 100%;
}

.listings {
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spacer {
  width: 20px;
}

.event-header {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  color: #fda932;
  font-size: 20px;
  line-height: 24px;
}

.event-title {
  display: block;
  margin-bottom: 30px;
}

.tabs-menu {
  display: block;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1 {
  font-weight: 700;
}

.tab-text {
  min-width: 150px;
  margin-right: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.tab-text.w--current {
  background-color: #fda932;
  color: #36316c;
}

html.w-mod-js *[data-ix="hide-calendar"] {
  display: block;
}

html.w-mod-js *[data-ix="hide-listings"] {
  display: block;
}

@media (max-width: 991px) {
  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .header-container {
    margin-top: 33px;
  }
  .content {
    padding: 10px;
  }
  .content.events-content {
    margin-top: -80px;
  }
  .return-login {
    width: 100%;
    height: 45px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-label {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 17px;
  }
  .form-label.event-search-label {
    padding-right: 8px;
  }
  .head {
    font-size: 30px;
  }
  .grid-2 {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .sidebar.color {
    margin-top: -235px;
  }
  .image-3 {
    margin-bottom: 10px;
  }
  .curry-text-block-2 {
    font-size: 12px;
  }
  .curry-field-label {
    font-size: 12px;
  }
  .curry-nav-menu {
    margin-top: -75px;
    margin-left: -19px;
  }
  .curry-nav-link {
    font-weight: 400;
  }
  .curry-nav-link-2 {
    font-weight: 400;
  }
  .field-group {
    width: 32%;
  }
  .row {
    display: block;
  }
  .spacer {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 29px;
  }
  .diagonal {
    height: 102px;
    margin-top: 147px;
  }
  .header-image {
    height: 203px;
  }
  .grid {
    display: block;
  }
  .form {
    padding: 20px;
  }
  .form.calendar-form {
    margin-bottom: 35px;
  }
  .header-wrapper {
    margin-top: 25px;
  }
  .header-container {
    margin-top: 33px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .side-image {
    margin-bottom: -33px;
  }
  .image-2 {
    margin-top: -16px;
  }
  .content {
    margin-top: -139px;
  }
  .content.events-content {
    margin-top: -166px;
  }
  .curry-footer-content {
    display: block;
  }
  .curry-footer-links {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .curry-copyright {
    display: block;
  }
  .curry-text-block {
    text-align: center;
  }
  .login {
    width: 60%;
    height: 85px;
  }
  .return-login {
    width: 100%;
    height: 60px;
    margin-top: -77px;
  }
  .head {
    margin-bottom: 0px;
    padding: 20px 20px 0px;
    font-size: 25px;
  }
  .head.no-gap {
    padding-left: 0px;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar {
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .sidebar.color {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .image-3 {
    width: 100%;
    margin-bottom: 0px;
  }
  .curry-heading-3 {
    text-align: left;
  }
  .portal-content {
    position: relative;
    margin-top: -115px;
    padding: 20px;
  }
  .calendar {
    width: 100%;
  }
  .portal-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .instagram {
    width: 100%;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .curry-navbar {
    position: static;
    left: 0px;
    top: -52px;
    right: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .curry-menu-button {
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    color: #fff;
    text-align: center;
  }
  .curry-menu-button.w--open {
    position: static;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .curry-icon {
    position: relative;
    z-index: 100;
    display: inline-block;
    overflow: visible;
    margin-bottom: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 45px;
  }
  .curry-icon:active {
    color: #fff;
  }
  .curry-icon:focus {
    color: #ffca05;
  }
  .curry-nav-menu {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: 0px;
    border: 1px solid #cfcfd5;
  }
  .curry-nav-link {
    position: static;
    display: block;
    overflow: visible;
    padding: 12px;
    border: 1px solid #cfcfd5;
    background-color: #bbb8dc;
    color: #2d2a66;
    font-weight: 700;
    text-align: center;
  }
  .curry-nav-link:hover {
    background-color: #ffca05;
    color: #2d2a66;
  }
  .nav {
    position: relative;
    z-index: 2000;
    margin-top: -109px;
  }
  .curry-navbar-2 {
    position: relative;
    left: 0px;
    top: -52px;
    right: 0px;
    display: block;
    margin-top: -84px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .curry-menu-button-2 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    color: #fff;
    text-align: center;
  }
  .curry-menu-button-2.w--open {
    position: static;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .curry-nav-menu-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 100%;
    border: 1px solid #cfcfd5;
  }
  .curry-nav-link-2 {
    position: static;
    display: block;
    overflow: visible;
    padding: 12px;
    border: 1px solid #cfcfd5;
    background-color: #bbb8dc;
    color: #2d2a66;
    font-weight: 700;
    text-align: center;
  }
  .curry-nav-link-2:hover {
    background-color: #ffca05;
    color: #2d2a66;
  }
  .curry-menu-button-3 {
    margin-top: 90px;
    margin-bottom: 0px;
    padding: 0px;
    float: none;
    color: #fff;
    text-align: center;
  }
  .curry-menu-button-3.w--open {
    position: static;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .curry-nav-menu-3 {
    position: relative;
    z-index: 100;
    width: 100%;
    border: 1px solid #cfcfd5;
  }
  .portal-nav {
    margin-left: 0px;
  }
  .button-2.reverse.grouped {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 0px;
  }
  .button-2.reverse.grouped.last-button {
    margin-right: 0px;
  }
  .button-group {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-text.last {
    margin-right: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 20px;
  }
  .header {
    height: 178px;
  }
  .diagonal {
    left: -55px;
    width: 140%;
  }
  .header-image {
    height: 180px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/curry-header.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/curry-header.jpg');
    background-position: 0px 0px, 50% 116%;
  }
  .form {
    padding: 10px;
    border-style: none;
  }
  .form.calendar-form {
    display: block;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
  }
  .button.return {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 14px;
  }
  .button.search-button {
    margin-top: 20px;
  }
  .header-wrapper {
    margin-top: 30px;
  }
  .image {
    width: 150px;
  }
  .header-container {
    margin-top: 40px;
    text-align: center;
  }
  .side-image {
    position: static;
    text-align: center;
  }
  .image-2 {
    margin-top: -15px;
  }
  .content {
    margin-top: -45px;
    padding: 15px;
  }
  .content.events-content {
    margin-top: -42px;
  }
  .curry-footer-content {
    text-align: center;
  }
  .curry-footer-links {
    text-align: center;
  }
  .curry-footer-link {
    display: inline-block;
    padding: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    text-align: center;
  }
  .curry-footer-link.curry-phone {
    text-align: center;
  }
  .curry-text-block {
    text-align: center;
  }
  .section.footer {
    margin-top: 25px;
  }
  .login {
    width: 80%;
    height: 63px;
    margin-bottom: 10px;
  }
  .return-login {
    height: 40px;
    margin-top: -31px;
    margin-bottom: 25px;
  }
  .form-label.event-search-label {
    margin-bottom: 5px;
  }
  .field {
    margin-bottom: 15px;
  }
  .head {
    font-size: 22px;
    text-align: center;
  }
  .head.no-gap {
    text-align: left;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sidebar {
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .sidebar.color {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .portal-content {
    padding: 10px;
  }
  .portal-copy {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .curry-navbar {
    position: static;
    left: 0px;
    top: -52px;
    right: 0px;
    display: block;
    margin-bottom: 25px;
  }
  .curry-menu-button {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }
  .curry-menu-button.w--open {
    position: static;
    margin-bottom: 0px;
  }
  .curry-icon {
    position: relative;
  }
  .curry-icon:focus {
    color: #ffca05;
  }
  .curry-nav-menu {
    position: relative;
    z-index: 1000;
  }
  .curry-nav-link {
    display: block;
    color: #2d2a66;
  }
  .curry-nav-link:hover {
    position: static;
    overflow: visible;
    background-color: #ffca05;
    color: #2d2a66;
  }
  .nav {
    margin-top: -38px;
  }
  .curry-navbar-2 {
    position: relative;
    left: 0px;
    top: -52px;
    right: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .curry-menu-button-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }
  .curry-menu-button-2.w--open {
    position: static;
    margin-bottom: 0px;
  }
  .curry-nav-menu-2 {
    position: relative;
  }
  .curry-nav-link-2 {
    display: block;
    color: #2d2a66;
  }
  .curry-nav-link-2:hover {
    position: static;
    overflow: visible;
    background-color: #ffca05;
    color: #2d2a66;
  }
  .curry-menu-button-3 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 111px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }
  .curry-menu-button-3.w--open {
    position: static;
    margin-bottom: 0px;
  }
  .curry-nav-menu-3 {
    position: relative;
  }
  .event-row {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.25fr 1fr 1fr 4fr;
    grid-template-columns: 1.25fr 1fr 1fr 4fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .event-text {
    overflow: visible;
  }
  .field-group {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .calendar-section-title {
    font-size: 18px;
  }
  .button-2.reverse {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 14px;
  }
  .button-2.reverse.grouped {
    font-size: 12px;
  }
  .tabs-menu {
    display: block;
    margin-top: 20px;
  }
  .tab-text {
    width: 100%;
    margin-bottom: 10px;
  }
}

#w-node-76d6e3c3f3ef-a6861939 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-b754549c45e1-06a0c331 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-76d6e3c3f3ef-7db6a52c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-76d6e3c3f3ef-19be5620 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-76d6e3c3f3ef-e931a341 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-1aed83664fa0-b4883673 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

