.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-button__link {
  background-color: #4ca7b5;
}
.wp-block-button__link:hover {
  color: inherit;
}
.wp-block-button__link:visited {
  color: inherit;
}

section {
  margin-bottom: 120px;
  max-width: 100%;
}

article {
  margin-bottom: 60px;
}

.uitc-branding {
  font-weight: 800;
  font-size: 1.25rem;
}

#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .site-branding {
  display: block;
}
#masthead .site-branding .custom-logo-link {
  display: block;
  width: 35%;
  height: auto;
  min-width: 484px;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 484px) {
  #masthead .site-branding .custom-logo-link {
    min-width: 320px;
  }
}
#masthead .site-branding .custom-logo {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#masthead .main-navigation {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .main-navigation .menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .main-navigation .menu-item {
  margin-left: 0.625em;
  margin-right: 0.625em;
  font-size: 1.5em;
  font-weight: 400;
}
#masthead .main-navigation .menu-item a {
  color: inherit;
}
#masthead .main-navigation .menu-item:last-child a {
  padding: 0.5em 0.8em;
  background-color: #4ca7b5;
  border-radius: 8px;
  color: #fff;
}
@media screen and (min-width: 37.5em) {
  #masthead .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#masthead .main-navigation.toggled .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page {
  margin: 0;
}

.entry-content ul {
  margin: 0;
  -webkit-padding-start: 0.938em;
          padding-inline-start: 0.938em;
}
.entry-content .container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.entry-content .wp-block-separator {
  border: none;
  border-top: 2px black solid;
  width: 33%;
  max-width: 100%;
  height: 0;
  margin-left: 0;
  margin-right: 0;
}
.entry-content .img-shader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
}
.entry-content #hero {
  position: relative;
  background-image: url("images/IDPP_1-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 13% center;
  width: 100%;
  height: 60vh;
  min-height: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.88rem;
  color: #fff;
}
.entry-content #hero .container {
  position: relative;
  z-index: 1;
}
.entry-content #hero #tagline {
  margin: 0;
  color: #fff;
  font-size: 3em;
  font-family: "Lato", sans-serif;
}
.entry-content #hero .wp-block-separator {
  border-color: #fff;
  width: 25.8rem;
}
.entry-content #mission-statement {
  gap: 130px;
}
.entry-content #mission-statement .container > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.entry-content #mission-statement #mission-statement-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 482px;
          flex: 1 1 482px;
}
.entry-content #mission-statement #mission-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
}
@media screen and (max-width: 767px) {
  .entry-content #mission-statement #mission-image {
    display: none;
  }
}
.entry-content #mission-statement .wp-block-separator {
  width: 31rem;
  max-width: 100%;
}
.entry-content #about-us .about-section {
  margin-bottom: 60px;
  gap: 60px;
}
.entry-content #about-us .about-section p {
  max-width: 37rem;
  font-size: 1.25rem;
}
.entry-content #about-us .about-section-right-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.entry-content #about-us .about-section-right-img figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 410px;
          flex: 1 1 410px;
}
.entry-content #about-us .about-section-right-img figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1122px) {
  .entry-content #about-us .about-section-right-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.entry-content #about-us .about-section:last-child {
  margin-bottom: inherit;
}
.entry-content #events .attribution {
  display: block;
  width: 100%;
}
.entry-content #events ul {
  margin-bottom: 2rem;
}
.entry-content #events figure {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 950px;
          flex: 2 1 950px;
}
.entry-content #events #holiday-calendar {
  gap: 30px;
  margin-top: 3.75rem;
}
.entry-content #events #holiday-calendar figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 600px;
}
.entry-content #call-to-action {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 575px;
  background-image: url("images/IDPP_9-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 57% center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 0;
}
.entry-content #call-to-action .container {
  z-index: 1;
}
.entry-content #call-to-action .container > div {
  max-width: 100%;
}
.entry-content #call-to-action div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content #call-to-action h2 {
  font-size: 3rem;
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.entry-content #call-to-action .wp-block-separator {
  border-color: #fff;
  width: 30.8rem;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .entry-content .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#post-38 h2 {
  font-size: 2.25rem;
}
#post-38 #sponsorship-wrapper #sponsorship {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#post-38 #sponsorship-wrapper #sponsorship h2 {
  max-width: 533px;
}
#post-38 #sponsorship-wrapper #sponsorship p {
  font-size: 1.25rem;
  font-weight: 500;
}
#post-38 #sponsorship-wrapper figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
}
#post-38 #sponsorship-wrapper figure img {
  width: 100%;
}

.partners-list .partner-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 50%;
}
.partners-list .partner-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#secondary {
  padding: 60px;
  background-color: #053c5e;
  color: #fff;
}
#secondary section {
  margin: 0;
}
#secondary h1 {
  margin-top: 0;
  font-size: 2rem;
}
#secondary h2 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
#secondary .widget_block {
  max-width: 100%;
}
#secondary .widget_block > div.wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  max-width: 100%;
}
#secondary .widget_block > div.wp-block-group > .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
#secondary .widget_block > div.wp-block-group #social-menu a {
  color: inherit;
}
#secondary .widget_block > div.wp-block-group #social-menu i {
  font-size: 3rem;
}
#secondary .widget_block > div.wp-block-group .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.94rem;
  font-size: 1.5rem;
  max-width: 100%;
  word-break: break-all;
}
#secondary .widget_block > div.wp-block-group .footer-contact p {
  line-height: 1em;
  margin: 0;
}
#secondary .widget_block > div.wp-block-group .footer-contact i {
  font-size: 1.5em;
}
@media screen and (max-width: 563px) {
  #secondary .widget_block > div.wp-block-group .footer-contact i {
    display: none;
  }
}
@media screen and (max-width: 509px) {
  #secondary .widget_block > div.wp-block-group .footer-contact {
    font-size: 1rem;
  }
}
#secondary .widget_block > div.wp-block-group .wpforms-widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 367px;
          flex: 0 1 367px;
}
#secondary .widget_block > div.wp-block-group .wpforms-widget div.wp-block-group__inner-container > p {
  display: none;
}
#secondary .widget_block > div.wp-block-group .wpforms-widget .wpcf7 {
  margin: 0;
}
#secondary .widget_block > div.wp-block-group .wpforms-widget .wpcf7 p {
  margin-top: 0;
}
#secondary .widget_block > div.wp-block-group .wpforms-widget .wpcf7 input {
  width: 100%;
}
#secondary .widget_block > div.wp-block-group .wpforms-widget .wpcf7 input.wpcf7-submit {
  width: 90px;
  float: right;
}

footer.site-footer {
  background-color: #053c5e;
  color: #fff;
  padding: 30px 0;
}
footer.site-footer p {
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}/*# sourceMappingURL=mystyles.css.map */