  .rft p:empty {
  display: none;
}
.rft #branding #popular-title,
.rft #branding button {
  display: none;
}
.rft .rtf-btn {
  position: relative;
  z-index: 5;
  background-color: #E31837;
  color: #FFFFFF;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
  text-decoration: none !important;
  transition: all 0.2s linear;
}
.rft .rtf-btn:hover {
  background-color: #000000;
}
.rft .sticky-top .navbar:first-child {
  display: none;
}
.rft .sticky-top .navbar.bg-primary-2 {
  /*height: 48px;*/
  background-color: #E31837 !important;
}
.rft .sticky-top .navbar.bg-primary-2 .navbar-text {
  display: none !important;
}
.rft .sticky-top .navbar.bg-primary-2 .navbar-nav {
  margin-right: 0 !important;
  width: 100%;
}
.rft .sticky-top .navbar.bg-primary-2 .navbar-nav li a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s linear;
}
.rft .sticky-top .navbar.bg-primary-2 .navbar-nav li a:hover {
  color: white;
}
.rft .sticky-top .navbar.bg-primary-2 .navbar-nav li:last-child {
  margin-left: auto;
}
.rft .callout-one {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.rft .callout-one .visual .bordered {
  border: 17px solid #E31837;
  margin: 2.5rem 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  color: #FFFFFF;
  padding: 2rem 1rem;
  background-color: rgba(11, 169, 208, 0.6);
  /*background-color: rgba(192, 206, 249, 0.3);
  filter: saturate(87);*/
}
.rft .callout-one .visual .bordered:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.rft .callout-one .visual .bordered h1 {
  margin-top: auto;
  font-weight: 900;
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .rft .callout-one .visual .bordered h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.rft .callout-one .enter {
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .rft .callout-one .enter {
    margin: 1rem 0 2.5rem;
  }
}
.rft .callout-one .enter .content {
  background-color: #FFFFFF;
  padding: 2rem 1.5rem;
}
.rft .callout-one .enter .content h2 {
  color: #E31837;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .rft .callout-one .enter .content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.rft .callout-one .enter .content .sub-text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .rft .callout-one .enter .content .sub-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1rem;
  }
}
.rft .callout-two {
  color: #FFFFFF;
  background-color: #8C0000;
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 119px 247px;
  transition: all 0.2s linear;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119 247' style='enable-background:new 0 0 119 247;' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23FFFFFF' d='M99.9,135.5c-14.9,0-19.5,13.2-19.5,26v19.1l-42.7-42.7c-9.5-9.4-21.7-15-31.6-5.1 c-10.6,10.5-4.5,23.1,4.5,32.2L53.8,208h-20c-12.8,0-26,4.6-26,19.5c0,13.9,12.6,18.7,26,18.7h84.8v0h0v-84.8 C118.6,148.1,113.8,135.5,99.9,135.5z'/%3e%3cpath fill='%23FFFFFF' d='M118.6,0L118.6,0L33.8,0c-13.4,0-26,4.8-26,18.7c0,14.9,13.1,19.5,26,19.5h20L10.6,81.4 C1.6,90.4-4.5,103,6.1,113.5c9.9,9.9,22.1,4.3,31.6-5.2l42.7-42.7v19.1c0,12.8,4.6,26,19.5,26c14,0,18.7-12.6,18.7-26L118.6,0 L118.6,0z'/%3e%3c/g%3e%3c/svg%3e");
}
@media (max-width: 1368px) {
  .rft .callout-two {
    background-image: none;
    padding: 3rem 0;
  }
}
.rft .callout-two h3 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .rft .callout-two h3 {
    font-size: 28px;
  }
}
.rft .callout-three {
  background-color: rgba(214, 207, 202, 0.55);
  padding: 5rem 0;
  text-align: center;
}
.rft .callout-three h3 {
  color: #E31837;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .rft .callout-three h3 {
    font-size: 28px;
  }
}
.rft .callout-three .sub-text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .rft .callout-three .sub-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.rft .callout-three .carousel {
  padding-bottom: 4rem;
}
.rft .callout-three .article-carousel .owl-stage {
  display: flex;
}
.rft .callout-three .article-carousel .article {
  display: flex;
  height: 100%;
}
.rft .callout-three .article-carousel .article .inner {
  padding: 1rem 1rem 2rem 1rem;
  background-color: #FFFFFF;
  border: 5px solid #E31837;
  text-align: left;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.rft .callout-three .article-carousel .article .inner .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.rft .callout-three .article-carousel .article .inner h5.article-heading {
  font-size: 21px;
  line-height: 27px;
  margin: 1rem 0;
}
.rft .callout-three .article-carousel .article .inner .article-summary {
  font-weight: 200;
  margin-bottom: 2rem;
}
.rft .callout-three .article-carousel .article .inner .article-link {
  margin-top: auto;
  color: #E31837;
  text-decoration: none !important;
}
.rft .callout-three .article-carousel .article .inner .article-link:after {
  content: " ";
  display: inline-block;
  background-size: 12px 10px;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  transition: 0.15s all linear;
  background-image: url(/discover/science/wp-content/themes/york2020-handbook-child/"data:image/svg+xml;charset=UTF-8,%3csvg width='10px' height='12px' viewBox='0 0 10 12' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3ctitle%3ePath%3c/title%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Icons/Link-arrow' transform='translate(-21.000000, -19.000000)' fill='%23E31837' fill-rule='nonzero'%3e%3cg id='right-arrow' transform='translate(21.000000, 19.000000)'%3e%3cpath d='M9.87549981,5.7740463 L0.375492774,0.0348326566 C0.298500466,-0.0116108855 0.202992505,-0.0116108855 0.124992383,0.0348326566 C0.048000075,0.0812761988 0,0.167364281 0,0.260740502 L0,11.7391433 C0,11.832544 0.048000075,11.9186321 0.124992383,11.9650512 C0.163500255,11.9880161 0.207000323,12 0.249984766,12 C0.293484834,12 0.336492713,11.9885297 0.375492774,11.9650512 L9.87549981,6.22583753 C9.95249211,6.1788804 10,6.09279231 10,5.99992969 C10,5.90706706 9.95249211,5.82046538 9.87549981,5.7740463 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.rft .callout-three .article-carousel .article .inner .article-link:hover {
  color: #000000;
  text-decoration: none;
}
.rft .callout-three .article-carousel .article .inner .article-link:hover:after {
  margin-left: 0.5rem;
  background-image: url(/discover/science/wp-content/themes/york2020-handbook-child/"data:image/svg+xml;charset=UTF-8,%3csvg width='10px' height='12px' viewBox='0 0 10 12' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3ctitle%3ePath%3c/title%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Icons/Link-arrow' transform='translate(-21.000000, -19.000000)' fill='%23212529' fill-rule='nonzero'%3e%3cg id='right-arrow' transform='translate(21.000000, 19.000000)'%3e%3cpath d='M9.87549981,5.7740463 L0.375492774,0.0348326566 C0.298500466,-0.0116108855 0.202992505,-0.0116108855 0.124992383,0.0348326566 C0.048000075,0.0812761988 0,0.167364281 0,0.260740502 L0,11.7391433 C0,11.832544 0.048000075,11.9186321 0.124992383,11.9650512 C0.163500255,11.9880161 0.207000323,12 0.249984766,12 C0.293484834,12 0.336492713,11.9885297 0.375492774,11.9650512 L9.87549981,6.22583753 C9.95249211,6.1788804 10,6.09279231 10,5.99992969 C10,5.90706706 9.95249211,5.82046538 9.87549981,5.7740463 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.rft .callout-three .articles {
  padding: 5rem 0;
  background-color: #FFFFFF;
  display: none;
}
.rft .callout-three .articles .close {
  opacity: 0.9;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 2rem;
  line-height: 22px;
  font-size: 16px;
  float: none;
  text-align: right;
}
.rft .callout-three .articles .close .icon-close {
  margin-left: 0.5rem;
  position: relative;
  top: 4px;
  display: inline-block;
  color: #000000;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-image: url(/discover/science/wp-content/themes/york2020-handbook-child/"data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='27px' viewBox='0 0 26 27' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3cdefs%3e%3cfilter id='filter-1'%3e%3cfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg id='YorkU---07' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3e%3cg id='Group-3' transform='translate(-1363.000000, -1477.000000)' filter='url(%23filter-1)'%3e%3cg transform='translate(1366.000000, 1480.000000)'%3e%3cline x1='0.294117647' y1='0.311418685' x2='19.7058824' y2='20.8650519' id='Line-2' stroke='%23979797' stroke-width='4'%3e%3c/line%3e%3cline x1='0.294117647' y1='0.311418685' x2='19.7058824' y2='20.8650519' id='Line-2-Copy' stroke='%23979797' stroke-width='4' transform='translate(10.000000, 10.588235) scale(-1, 1) translate(-10.000000, -10.588235) '%3e%3c/line%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.rft .callout-three .articles .article-full {
  margin: 2rem 0;
  display: none;
}
.rft .callout-three .articles .article-full .article-image img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.rft .callout-three .articles .article-full .article-heading {
  text-align: left;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  width: calc(50% - 1rem);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .rft .callout-three .articles .article-full .article-heading {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }
}
.rft .callout-three .articles .article-full .article-content {
  text-align: left;
  column-count: 2;
  column-gap: 3rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .rft .callout-three .articles .article-full .article-content {
    column-count: 1;
    column-gap: 0;
  }
}
.rft .callout-four {
  padding: 5rem 0;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: visible;
}
@media (max-width: 768px) {
  .rft .callout-four {
    padding: 5rem 0 2rem;
  }
}
.rft .callout-four h3 {
  color: #E31837;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .rft .callout-four h3 {
    font-size: 30px;
  }
}
.rft .callout-four h4 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .rft .callout-four h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.rft .callout-four .clover {
  position: absolute;
  z-index: 1;
  width: 260px;
  height: 260px;
  top: -130px;
  right: -130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 259px 259px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 259 259' style='enable-background:new 0 0 259 259;' xml:space='preserve'%3e%3cpath fill='%23DF1E3D' d='M80.4,160l30.6-30.6l-0.4-0.4l0.4-0.4L80.4,98L80,98.5L43.1,61.7C32.4,51,18.5,44.7,7.3,55.9h0 c-12,12-5.1,26.1,5.2,36.4l36.9,36.8l-36.7,36.7c-10.7,10.7-17,24.6-5.8,35.8v0.2c12,12,26.1,5.1,36.4-5.1L80,159.7L80.4,160z'/%3e%3cpath fill='%23DF1E3D' d='M98.5,80L98,80.4l30.6,30.6l0.4-0.4l0.4,0.4L160,80.4l-0.4-0.4l36.9-36.8c10.3-10.3,17.1-24.4,5.1-36.4 c-11.2-11.1-25-4.9-35.8,5.8l-36.8,36.7L92.2,12.5C82,2.2,67.8-4.6,55.9,7.3C44.7,18.5,51,32.4,61.7,43.1L98.5,80z'/%3e%3cpath fill='%23DF1E3D' d='M160.5,179l0.5-0.5L130.4,148l-0.4,0.4l-0.4-0.4L99,178.6l0.4,0.4l-36.8,36.8c-10.3,10.3-17.1,24.4-5.2,36.4 c11.2,11.1,25.1,4.9,35.8-5.8l36.8-36.7l36.9,36.9c10.2,10.3,24.4,17.1,36.4,5.1c11.1-11.2,4.9-25-5.8-35.8L160.5,179z'/%3e%3cpath fill='%23DF1E3D' d='M246.5,166.7l-36.9-36.8l36.7-36.8c10.7-10.7,17-24.6,5.8-35.7c-12-12-26.1-5.2-36.4,5.2L179,99.4l-0.4-0.4 L148,129.6l0.4,0.4l-0.4,0.4l30.5,30.6l0.5-0.5l36.9,36.8c10.7,10.7,24.6,17,35.8,5.8h-0.1C263.6,191.2,256.8,177,246.5,166.7z'/%3e%3c/svg%3e");
}
@media (max-width: 768px) {
  .rft .callout-four .clover {
    width: 130px;
    height: 130px;
    top: -65px;
    right: -65px;
    background-size: 130px 130px;
  }
}
.rft .callout-four .row {
  margin-top: 2rem;
}
.rft .callout-four .row .community {
  position: relative;
  min-height: 375px;
  display: flex;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .rft .callout-four .row .community {
    margin-bottom: 1.5rem;
  }
}
.rft .callout-four .row .community .bordered {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 20px solid #3AC2EF;
  position: relative;
  align-items: stretch;
}
.rft .callout-four .row .community .bordered .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
}
.rft .callout-four .row .community .bordered .copy {
  position: relative;
  flex-direction: column;
  z-index: 1;
  flex: 1;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.rft .callout-four .row .community .bordered .copy h3 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 52px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: -2rem;
}
@media (max-width: 768px) {
  .rft .callout-four .row .community .bordered .copy h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .rft .callout-four .row .community:hover {
    cursor: alias;
    transform: scale(1.05, 1.05);
  }
  .rft .callout-four .row .community:hover .bordered {
    border-color: #E31837;
  }
}
.rft .callout-five {
  background-color: #545454;
  padding: 5rem 0;
}
.rft .callout-five .copy {
  color: #FFFFFF;
}
.rft .callout-five .copy h4 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 0rem;
  font-weight: 400;
}
.rft .callout-five .copy .actions a {
  margin-bottom: 5rem;
}
.rft .callout-five .copy .winners h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 2rem;
  font-weight: 400;
}
.rft .callout-five .copy .winners img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .rft .callout-five .entry-form {
    padding-top: 2rem;
  }
}
