p a.cta-pulse,
p a.cta-standard {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sitewide-alert.emergency {
    background: #e95530;
}
.sitewide-alert.warning {
    background: #ea9a00;
}

.sitewide-alert.closed {
    display: block !important;
    transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
    max-height: 0 !important;
    opacity: 0 !important;
}

.main-wrapper .directory-listing-wrapper form label {
margin-bottom: 0px
}

.main-wrapper .directory-listing-wrapper form label span {
padding-bottom: 8px;
display:block;
}

.news-date-source-name,
.news-detail-date{
text-transform: uppercase;
}

.generic-block-3col .col p.generic-block-title,
.news-3up p.generic-block-title{
    text-transform: uppercase;
    font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
    text-transform: none;
    line-height: 1.25;
    font-weight: 400;
    font-size: 20px;
}

.location p{
margin-bottom:0;
}

.news-item .image-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.news-item .image-wrapper img {
   object-fit: cover;
   max-width: 100%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

div.news-detail-wrapper ul:not(.tags) a,
div.directory-detail-body a {
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -6px 0 #DFDFDF;
    box-shadow: inset 0 -6px 0 #DFDFDF;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    line-height: 1.1;
    font-family: FranklinGothicURW-Med, Helvetica, sans-serif;
}

blockquote .attribution {
	font-family: FranklinGothicURW-Med, Helvetica, sans-serif;
}

.main-wrapper .js-t4form-container form.js-main-container .form-group {
    display: block;
    width: 100%;
    padding-left: 0;
}

.main-wrapper .js-t4form-container form.js-main-container strong.red {
    color: #D11333;
}

.main-wrapper .js-t4form-container form.js-main-container .form-group .form-group {
    width: 100%;
}

.main-wrapper .js-t4form-container form.js-main-container select {
  display: block;
    padding: 14px 12px;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 25px;
    font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43;
    border-radius: 0;
    background: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/media/website/site-assets/images/icons/2x/2xicon-dropdown-arrows.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 7px;
    height: auto;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.main-wrapper .js-t4form-container form.js-main-container input[type=radio],
.main-wrapper .js-t4form-container form.js-main-container input[type=checkbox] {
    opacity: 1;
    position: relative;
    margin-bottom: 0;
    margin-left: -18px;
}

.main-wrapper .js-t4form-container form.js-main-container .form-group:last-of-type {
    width: 100%;
}

.main-wrapper .js-t4form-container form.js-main-container fieldset legend {
    text-transform: capitalize;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: auto;
    display: inline-block;
}

.main-wrapper .js-t4form-container form.js-main-container fieldset legend + div {
    float: left;
}

.main-wrapper .js-t4form-container form.js-main-container .lbl.js-choice-label {
    font-weight: bold;
}

.main-wrapper .js-t4form-container form.js-main-container .form-group .col-xs-12 {
    padding: 0;
}

.main-wrapper .js-t4form-container form.js-main-container input[type=tel] {
    display: block;
    padding: 14px 12px;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

.main-wrapper .js-t4form-container form.js-main-container .help-block {
    color: #D11333;
    font-size: 14px;
}

.main-wrapper .js-t4form-container form.js-main-container form input[type="checkbox"]:checked + span {
    background: none;
    border: 0;
}

.main-wrapper .js-t4form-container form.js-main-container button {
    border: 1px solid #D11333;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 25px 18px 25px;
    color: #D11333;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    margin: 0 auto 23px auto;
    background-color: #FFFFFF;
    font-family: FranklinGothicURWCom-Dem, Helvetica, sans-serif;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 1.2;
    border-radius: 0;
}

.main-wrapper .js-t4form-container form.js-main-container input[type="file"] {
  font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 14px 12px;
  border: 1px solid #DFDFDF;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  line-height: 1.15;
  color: #000000;
}

.main-wrapper .js-t4form-container form.js-main-container button:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.main-wrapper .js-t4form-container form.js-main-container button:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #D11333;
}

.main-wrapper .js-t4form-container form.js-main-container button:hover:after {
    top: 0;
}


.main-wrapper .js-t4form-container form.js-main-container label,
.main-wrapper .js-t4form-container form.js-main-container label span.js-label-text {
  font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
}

.main-wrapper .js-t4form-container form.js-main-container label span.lbl.js-choice-label {
  font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
}

.main-wrapper .js-t4form-container form.js-main-container legend span.js-label-text {
  margin: 0 0 5px 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21;
  text-transform: uppercase;
  font-family: FranklinGothicURWCom-Dem, Helvetica, sans-serif;
  color: #000000;
}

.main-wrapper .js-t4form-container form.js-main-container input[type="tel"], 
.main-wrapper .js-t4form-container form.js-main-container input[type="text"], 
.main-wrapper .js-t4form-container form.js-main-container input[type="email"], 
.main-wrapper .js-t4form-container form.js-main-container input[type="password"], 
.main-wrapper .js-t4form-container form.js-main-container textarea {
    font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 14px 12px;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    line-height: 1.15;
    color: #000000;
}

.main-wrapper .js-t4form-container form.js-main-container h2{
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.21;
  color: #6E615D;
  text-transform: uppercase;
  font-family: FranklinGothicURWCom-Dem, Helvetica, sans-serif;
}

.main-wrapper .js-t4form-container form.js-main-container h3{
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21;
  text-transform: uppercase;
  color: #6E615D;
  font-family: FranklinGothicURWCom-Dem, Helvetica, sans-serif;
}

.main-wrapper .js-t4form-container form.js-main-container h4{
  margin: 0 0 18px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.21;
  font-family: FranklinGothicURWCom-Dem, Helvetica, sans-serif;
}

.main-wrapper .js-t4form-container form.js-main-container h2#showName{
  font-size: 30px;
  margin: 0 0 15px 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.21;
  text-transform: uppercase;
  font-family: FranklinGothicURWCom-Dem, Helvetica, sans-serif;
}

.main-wrapper .js-t4form-container form.js-main-container p#showDescription,
.main-wrapper .js-t4form-container form.js-main-container div.form-group,
.main-wrapper .js-t4form-container form.js-main-container p.form-group.js-paragraph-preview {
  font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  overflow-x: hidden;
}

.main-wrapper .js-t4form-container form.js-main-container input[type="checkbox"]:checked + span{
  border: none;
  background: none;
}

@media screen and (min-width: 700px) {
  .main-wrapper .js-t4form-container form.js-main-container h2{
    font-size: 30px;
  }
  .main-wrapper .js-t4form-container form.js-main-container h2#showName{
    font-size: 40px;
  }
  .main-wrapper .js-t4form-container form.js-main-container h3{
    font-size: 25px;
  }
  .main-wrapper .js-t4form-container form.js-main-container p#showDescription,
  .main-wrapper .js-t4form-container form.js-main-container div.form-group,
  .main-wrapper .js-t4form-container form.js-main-container p.form-group.js-paragraph-preview {
    line-height: 1.43;
  }
  .main-wrapper .js-t4form-container form.js-main-container h4{
    font-size: 20px;
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 1025px) {
  .main-wrapper .js-t4form-container form.js-main-container h2{
    font-size: 40px;
  }
  .main-wrapper .js-t4form-container form.js-main-container h2#showName{
    font-size: 65px;
    line-height: 1.1;
  }
  .main-wrapper .js-t4form-container form.js-main-container h3{
    font-size: 30px;
  }
  .main-wrapper .js-t4form-container form.js-main-container p#showDescription,
  .main-wrapper .js-t4form-container form.js-main-container div.form-group,
  .main-wrapper .js-t4form-container form.js-main-container p.form-group.js-paragraph-preview {
    font-size: 20px;
    line-height: 1.78;
  }
  .main-wrapper .js-t4form-container form.js-main-container h4{
    font-size: 25px;
    margin-bottom: 10px;
  }
}


.t4-gen-content + .three-col-with-dates-wrapper {
    margin-top: 6rem;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;    
  position: relative !important;
  top: 0 !important;
}

/** 2019 changes **/

/* Previous and Next button function and styling */
@media screen and (min-width: 1025px) {

    .event-detail-header h1,
    .event-detail-header .event-time-location {
        margin-left: -50px;
    }

    .event-detail-header .event-date {
        line-height: 1;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .event-time-location,
    .event-list h2 {
        margin-left: 25px;
    }
}

.next-event-button-wrapper a {
    font-size: 16px;
    font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    display: inline-block;
    padding: 11px 50px 9px 15px;
    background-image: url("/media/website/site-assets/images/icons/2x/2xRedArrow.png");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 110px center;
    text-decoration: none;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    margin-right: -10px;
    float: right;
}

@media screen and (min-width: 700px) {
    .next-event-button-wrapper a {
        margin-right: -30px;
    }
}

@media screen and (min-width: 1025px) {
    .next-event-button-wrapper a {
        margin-right: 0;
    }
}

.next-event-button-wrapper a:hover {
    text-decoration: none;
    background-image: url("/media/website/site-assets/images/icons/2x/black-arrow.png");
}


.prev-event-button-wrapper a {
    font-size: 16px;
    font-family: FranklinGothicURW-Lig, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    display: inline-block;
    padding: 11px 15px 9px 40px;
    background-image: url("/media/website/site-assets/images/icons/2x/2xpag-red-single-2.png");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 15px center;
    text-decoration: none;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    float: left;
    margin-left: -10px;
}

@media screen and (min-width: 700px) {
    .prev-event-button-wrapper a {
        margin-left: -30px;
    }
}

@media screen and (min-width: 1025px) {
    .prev-event-button-wrapper a {
        margin-left: 0;
    }
}

.prev-event-button-wrapper a:hover {
    text-decoration: none;
    background-image: url("/media/website/site-assets/images/icons/2x/black-arrow-2.png");
}

/** Menu Icon **/
.menu-open {
    line-height: 60px;
    background-color: #000;
    background-position-y: 3px;
}

.menu-open:before {
    content: 'menu';
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 2rem;
    font-weight: 700;
}

.open-menu .menu-open:before {
    content: '';
}

/** Large gabs - Hero **/

.landing-hero.second {
    margin-left: auto;
    margin-right: auto;
}

.landing-hero.second .hero-image {
    width: 100%;
    margin-bottom: 0;
}

.landing-hero.second .landing-hero-content {
    margin-top: -235px;
    width: auto;
    margin-left: auto;
    min-height: 240px;
}

.landing-hero.second .main-wrapper {
    position: inherit;
    background: #FFFFFF;
}

.landing-hero.second .main-wrapper .main-wrapper-inner {
    padding-top: 75px;
}

@media screen and (min-width: 700px) {

    .landing-hero.second {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-hero .landing-hero-content {
        margin-top: -120px;
        width: calc(100vw - 253px);
        margin-left: 253px;
        min-height: 130px;
        max-width: 60%;
    }
}

@media screen and (min-width: 1025px) {

    .landing-hero .landing-hero-content h1 {
        font-size: 90px;
    }

    .landing-hero .landing-hero-content {
        margin-top: -235px;
        width: calc(100vw - 450px);
        margin-left: 450px;
        min-height: 240px;
    }

    .landing-hero .hero-image {
        max-width: 580px;
    }

    .landing-hero.second {
        margin-left: -50vw;
        margin-right: auto;
    }

    .landing-hero.second .hero-image {
        max-width: 100%;
        min-width: 100%;
    }

    .landing-hero.second .main-wrapper {
        margin-top: -10vh;
        min-height: 10vh;
    }
}

@media screen and (min-width: 1400px) {
    .landing-hero.second .main-wrapper {
        margin-top: -20vh;
        min-height: 20vh;
    }
}

@media screen and (min-width: 1600px) {
    .landing-hero.second {
        margin: 0 auto -60px;
    }
}

/** Large gabs - Other **/

@media screen and (min-width: 1025px) {
    .key-ctas {
        margin-bottom: 15px;
        margin-top: 55px;
    }

    .story-feature,
    .main-wrapper .story-feature {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .cta-simple-block-wrapper {
        margin-bottom: 35px;
        margin-top: 35px;
    }

    blockquote q {
        line-height: 1.27;
    }

    figure {
        margin: 5px 0px 20px 70px;
    }

    .story-3-across,
    .story-single,
    .twitter-wrapper,
    .instagram,
    .generic-block-2col,
    .contact-list,
    .image-list {
        margin-bottom: 65px;
        margin-top: 65px;
    }

    .stats-three-across {
        margin-bottom: 105px;
        margin-top: 105px;
    }

    .video-feature {
        margin-bottom: 90px;
        margin-top: 65px;
    }
}

/** Hero Image - Long Quote **/

.homepage-hero .overlay .quote {
    font-size: 25px;
    line-height: 1.25;
}

.homepage-hero .overlay .overlay-right {
    min-height: 343px;
}

@media screen and (min-width: 700px) {
    .homepage-hero .overlay .quote {
        font-size: 30px;
        line-height: 1.25;
    }

    .homepage-hero .bx-controls {
        width: calc(45% + 166px);
    }
    .homepage-hero .overlay .overlay-left {
        width: 55%;
    }
    .homepage-hero .overlay .overlay-right {
        width: 45%;

    }
}

@media (min-width: 1025px) { 
    .homepage-hero .overlay .quote {
        font-size: 40px;
        line-height: 1.25;
    }
    .homepage-hero .overlay .attribution {
        margin-top: 20px;
    }
    .homepage-hero .bx-controls {
        width: calc(45% + 210px);
    }
    .homepage-hero .overlay .overlay-right {
        min-height: 700px;
    }
}

@media (min-width: 1280px) { 
    .homepage-hero .overlay .quote {
        font-size: 50px;
        line-height: 1.25;
    }
}


/** Find yourself here - Youtube **/
.find-yourself-here .tile.youtube a:before {
    background: transparent url();
    background-size: contain;
}

.find-yourself-here .tile.youtube a {
    background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
}

.find-yourself-here .tile.youtube a:after {
    content: ' ';
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFFFFF;
    background-image: url(/media/website/site-assets/images/icons/2x/video-square.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.find-yourself-here .tile.youtube a:hover:after {
    background-image: url(/media/website/site-assets/images/icons/2x/vid-hover.png);
}

@media screen and (min-width: 1200px) {
    .find-yourself-here .tile.youtube a:after {
        width: 108px;
        height: 108px;
    }
}


/** Departments **/

@media (min-width: 700px) {

    .directory-table tr.department{
        width: 100%;
        display: table-row;
    }

    .directory-table tr.department td[colspan]:first-child {
        width: 100%;
        display: table-cell;
    }
}


/** Font Size **/

@media screen and (min-width: 1025px) {
    h1 {
        font-size: 70px;
        margin: 0 0 20px 0;
    }
    .landing-hero .landing-hero-content h1 {
        font-size: 80px;
    }
    h2 {
        font-size: 45px;
    }
    .checklist h2,
    .instagram h2 {
        font-size: 80px;
    }
    h3 {
        font-size: 35px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    h6 {
        font-size: 18px;
    }
}


