/* 1841 - fix colors site wide - start */

.ui.button:not(.primary):not(.facebook):not(.twitter):not(.instagram):not(.linkedin):not(.secondary):not(.blue):not(.red):not(.plain-button):not(.search-button):not(.basic):not(.inverted):not(.icon):not(.positive):not(.deny) {
  background: #707070 !important;
  color: white !important;
}

.ui.button:not(.primary):not(.facebook):not(.twitter):not(.instagram):not(.linkedin):not(.secondary):not(.blue):not(.red):not(.plain-button):not(.search-button):not(.basic):not(.inverted):not(.icon):not(.positive):not(.deny):hover {
  background: #3D3D3D !important; /* 20% darker */
}

.ui.button:not(.primary):not(.facebook):not(.twitter):not(.instagram):not(.linkedin):not(.secondary):not(.blue):not(.red):not(.plain-button):not(.search-button):not(.basic):not(.inverted):not(.icon):not(.positive):not(.deny):focus {
  background: #0A0A0A !important; /* 40% darker */
}

.ui.secondary.button {
    background: #28639B !important;
}

.ui.secondary.button:hover {
    background: #003068 !important; /* 20% darker */
}

.ui.secondary.button:focus {
    background: #000035 !important; /* 40% darker */
}

.ui.basic.button:not(.plain-button) {
  border: 2px solid  !important;
  font-weight: bold  !important;
}

.orange > a:hover {
  background: #941B00 !important;  /* 20% darker */
}

.ui.grey.button:not(.plain-button) {
  background: #707070 !important;
  color: white !important;
}

.ui.grey.button:not(.plain-button):hover {
  background: #3D3D3D !important; /* 20% darker */
}

.ui.grey.button:not(.plain-button):focus {
  background: #0A0A0A !important; /* 40% darker */
}

.ui.success.blue.message {
  background-color: #E6F1F9 !important;
}

.ui.success.blue.message > .header, .ui.success.blue.message > p {
  color: #28639b !important;
}

.step.completed > .check.icon:before {
  color: #28639b !important;
}

.ui.basic.blue.button {
    -webkit-box-shadow: 0 0 0 1px #28639b inset !important;
    box-shadow: 0 0 0 1px #28639b inset !important;
}

.ui.ribbon.label {
    color: black !important;
}

::-webkit-input-placeholder {
    color: #707070 !important;
}

::-moz-placeholder {
    color: #707070 !important;
}

:-ms-input-placeholder {
    color: #707070 !important;
}

.optional-text {
    color: #707070 !important;
}

.ui.label:not(.ribbon):not(.top):not(.corner) {
    background: #707070 !important;
    color: white !important;
}

.ui.dropdown > .text {
    color: #707070 !important;
}


/* 1841 - fix colors site wide - end */

.hide-until-load {
  display: none !important;
}

/* classifieds pages - start */


.grey:not(.donate-amount-button) {
  color: #707070 !important;
}
.small-font {
  font-size: 12px;
}
.RegularJob:hover, .FeaturedJob:hover {
  background: #f4f4f4; /*make lighter than lightgrey*/
}
.job {
  padding:10px;
  border-radius: .28571429rem;
  display:block;
  color:black !important;
}
.RegularJob > h3, .FeaturedJob > h3 {
  color: #28639b;/*blue; might want to switch back to blue hard to see*/
}
.ui.basic.blue.button.featuredButton {
  box-shadow: 0 0 0 1px #28639b inset !important;
  color: #28639b !important;
  pointer-events: none !important;
  padding: 5px !important;
  margin-top: 5px !important;
  cursor: default !important;
  border: 0 !important;
}
.job:hover > h3 {
  text-decoration: underline;
}
#insertHereFeatured {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bannerBox {
  width: 100%;
  margin-bottom: 20px;
}
.bannerBox:nth-child(odd) {
  margin-right: 20px;
}
.bannerBox img {
  width: 100%;
  height: auto;
}
.thin-input > div {
  min-width: 100% !important;
}
.ui.checkbox {
  font-size: 0.8rem !important;
  min-height: 23px !important;
}
@media screen and (max-width: 767px) {
  .ui.checkbox {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .search-button {
    position: relative;
    bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .search-button, #filter-location {
    margin-top: 20px !important;
  }
}

#job-Name, #opp-Name, #space-Name {
  color: #28639b;
  font-weight: lighter;
  margin-top: 0 !important;
}

.no-border-top-td > td {
  border-top: 0 !important;
}

#job-description, #opp-description, #space-description {
  margin-bottom:40px;border-radius: .28571rem;border: 1px solid rgba(34,36,38,.15);padding: 50px;white-space: pre-wrap;
}

#job-description > p, #opp-description > p, #space-description > p, #application-instructions-content > p, #job-salary-details > p,
#job-description > ul, #opp-description > ul, #space-description > ul, #application-instructions-content > ul, #job-salary-details > ul {
  margin: 0 !important;
}

.ui.modal > .actions {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  #job-search-button, #space-search-button, #opp-search-button, #clear-search-button {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #clear-search-button2 {
    display: none !important;
  }
}

/* classifieds pages - end */


/* auth0 - start */

/* if needed to make header taller */
/* .auth0-lock-header {
    height: 150px !important;
}

.auth0-lock-header-bg.auth0-lock-blur-support {
  height: 100% !important;
} */

.auth0-lock-custom-icon {
    width: 13px;
    height: 13px;
    opacity: 0.5;
    pointer-events: none;
}

.hide-auth-nav-dropdown {
  display: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-name {
  white-space: inherit !important;
  padding: 0 20px !important;
}

/* auth0 - end */




/* donate to nyfa - start */

@media screen and (min-width: 768px) {
  .donate-amount-button {
    font-size: 25px !important;
    width: 23.5%;
  }

  .padding-top-40-desktop {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .donate-amount-button {
    font-size: 20px !important;
    width: 22.5%;
  }


}


.nyfa-orange-button-fix-height {
  background: #c74e27 !important;
  color: white !important;
  height: 36px !important;
}

.nyfa-orange-button {
  background: #c74e27 !important;
  color: white !important;
}

.nyfa-orange-bg {
  background: #c74e27 !important;
}

.nyfa-orange-button-bg {
  background: #ef6925 !important;
}

.nyfa-orange-color {
  color: #c74e27 !important;
  font-size: 16px;
}

.nyfa-orange-button-fix-height:hover, .nyfa-orange-button:hover, .nyfa-header-widget #menu-item-195:hover, .nyfa-orange-bg:hover {
  background: #941B00 !important;  /* 20% darker */
}

.nyfa-orange-button-fix-height:focus, .nyfa-orange-button:focus, .nyfa-header-widget #menu-item-195:focus, .nyfa-orange-bg:focus {
  background: #610000 !important;  /* 40% darker */
}

.or-circle {
  background: rgb(43,100,153);
  display: inline-block;
  color: white;
  width: 54px;
  text-align: center;
  height: 54px;
  border-radius: 27px;
  padding-top: 20px;
  left: 50%;
  position: absolute;
}


@media only screen and (min-width: 1200px) {
  .ui.mini.modal {
    width: 360px;
    margin: 0 0 0 -180px;
  }
}
@media only screen and (min-width: 992px) {
  .ui.mini.modal {
    width: 340px;
    margin: 0 0 0 -170px;
  }
}

@media only screen and (min-width: 768px) {
  .ui.mini.modal {
    width: 35.2%;
    margin: 0 0 0 -17.6%;
  }
}

.html5-dummy-input {
  padding: 1px;border: 0;opacity: 0;height: 0;pointer-events: none;overflow: hidden;position:relative;bottom:10px;
}

/*#authnet-modal {
  top: 10vh !important;
}*/


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

    iframe#load_payment {
        height: 375px !important;
    }
}

@media screen and (max-width: 767px) {

    iframe#load_payment {
        height: 453px !important;
    }
}

/*@media screen and (max-width: 991px) {
    #extra-close-icon {
        display: none;
    }
}*/

/* donate to nyfa - end */



/* view project page - start */

.view-project-carousel-image > img {
  max-height: 500px !important;
  width: auto;
}

@media screen and (max-width: 991px) {
  .view-project-carousel-image > img {
    height: 252px !important;
    object-fit: contain;
  }

  .swiper-container {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  #project-Name {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 20px;
  }
}

/* fix nav going over carousel */
.ui.vertical.center.aligned.masthead.segment {
  z-index: 999999;
}

/* view project page - end */



/* project sponsorship modal - start */

@media screen and (min-width: 768px) {
  .half-width-desktop {
    max-width: calc(50% - 14px);
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #packages-column.margin-top-20-mobile {
    margin-top: 20px;
  }
}

/* project sponsorship modal - end */



/* project directory - start */

/* remove the paint brush icon*/
.paint.brush.icon {
  display: none !important;
}

/* also will want this card css for the search page */
#project-directory-react-app .cards .image > img {
    max-height: 149px !important;
    width: auto !important;
    margin: auto !important;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block !important;
    border-radius: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #project-directory-react-app .cards .image > img {
    max-height: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  #project-directory-react-app .cards .image > img {
    max-height: 1000px !important;
    width: 100% !important;
  }
}

#project-directory-react-app .card {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#project-directory-react-app .cards .image {
    min-height: 122px !important;
    line-height: 119px;
    text-align: center;
    overflow: hidden;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

@media screen and (min-width: 1200px) {
  #project-directory-react-app .cards .image {
    min-height: 148px !important;
    line-height: 145px;
  }
}

#project-directory-react-app .cards .header, #project-directory-react-app .cards .description, #search-react-app .cards .header, #search-react-app .cards .description {
    font-size: 14px !important;
}


/* similar CSS for cards on project page - start , except might not want for blog? */

#search-react-app .cards .image > img {
    max-height: 119px !important;
    width: auto !important;
    margin: auto !important;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block !important;
    border-radius: 0 !important;
}

#search-react-app .cards .image {
    min-height: 118px !important;
    line-height: 115px;
    text-align: center;
    overflow: hidden;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #search-react-app .cards .image > img {
    max-height: 97px !important;
  }

  #search-react-app .cards .image {
    min-height: 96px !important;
    line-height: 93px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #search-react-app .cards .image > img {
    max-height: 116px !important;
  }

  #search-react-app .cards .image {
    min-height: 96px !important;
    line-height: 93px;
  }
}

@media screen and (max-width: 767px) {
  #search-react-app .cards .image > img {
    max-height: 1000px !important;
    width: 100% !important;
  }
}

#search-react-app .card {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}


/* similar CSS for cards on project page - end */


@media screen and (min-width: 768px) {
    .desktop-width-500px {
        width: 500px;
    }
}

.swiper-container {
  padding-top: 1em !important;
}

/* project directory - end */


/* quill video - start */
iframe.ql-video {
    width: 560px !important;
    height: 315px !important;
}
/* quill video - end */


/* home page custom template - start */

.container-codepen {
  display: block;
}

#home-hero-image-holder {
  margin-top: -42px;
  margin-bottom: -1px;
}

.my-fullwidth-div {
  width: 100vw;
}

.my-fullwidth-div > .ui.grid {
  margin: 0 !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .my-fullwidth-div {
    margin-left: calc(-14px + (100vw - (723px + 2rem) ) / -2);
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .my-fullwidth-div {
    margin-left: calc(-14px + (100vw - (933px + 2rem) ) / -2);
  }
}

@media only screen and (min-width: 1200px) {
  .my-fullwidth-div {
    /*

              container
       |    [  calc(1127px + 2rem)     ]    |100vw
               |                   |
             ^15px
    */
    margin-left: calc(-14px + (100vw - (1127px + 2rem) ) / -2);
  }
}

#home-hero-image-holder > .featured-image {
  height: calc(100vh - 275px);
  padding: 50px 70px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
}

#home-hero-image-holder > .featured-image > div > h1 {
  color: white;
  font-size: 30px;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 767px) {
  #home-hero-image-holder > .featured-image > div > h1 {
    font-size: 24px!important;
  }
}

@media only screen and (min-width: 768px) {
  #home-hero-image-holder > .featured-image > div {
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #home-hero-image-holder > .featured-image {
    padding: 25px 35px;
  }

  #home-hero-image-holder > .featured-image > div {
    width: 100%;
  }
}

#home-hero-image-holder > .featured-image > div > button {
  border-radius: 0;
  font-size: 22px !important;
  background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px) {
  #home-hero-image-holder > .featured-image > div > button {
      font-size: 14px !important;
  }
}

#home-hero-image-holder > .featured-image > div > button:hover, #home-hero-image-holder > .featured-image > div > button:focus {
  background: white;
}

@media only screen and (max-width: 767px) {
  #home-hero-image-holder > .featured-image {
    height: 40vh;/*was trying 80vh*/
  }

  .my-fullwidth-div {
    margin-left: -14px;
  }
}

#outer {
  display: flex;
  flex-flow: column;
  height: 100%;
}

#home-content-holder {
  font-size: 22px;
  padding: 25px 35px !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #home-content-holder > p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #home-content-holder {
    padding-top: 10px !important;
  }
}

#home-events-sidebar2 {
  color: white;
  padding: 25px 35px!important;
}

#home-events-sidebar2 > h2 {
  font-size: 24px !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #home-events-sidebar2 > h2 {
    margin-top: 14px !important;
    margin-bottom: 32px !important;
  }
}

#home-events-sidebar2 > center > button {
  margin-top: 30px;
  border-radius: 0;
}

.home-nyfa-event-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid white;
}

.home-nyfa-event-row:first-of-type {
  border-top: 0;
}

.home-nyfa-event-row > a {
  font-weight: bold;
  color: white !important;
}

.home-nyfa-event-row > a:hover, .home-nyfa-event-row > a:focus  {
  color: rgba(255,255,255,0.8) !important;
}

#home-secondary-feature-header2 {
  flex-grow : 1;
  position: relative;
  top: 14px;
  background-size: cover;
  background-position: center center;
  padding: 30px 70px;
  display: flex;
  align-items: flex-end;
}

#home-secondary-feature-header2 > div {
  width: 100%;
  text-align: right;
}

#home-secondary-feature-header2 > div > h2, #full-page-feature-header2 > div > h2 {
  color: white;
  font-size: 24px !important;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
  #home-secondary-feature-header2 > div > h2, #full-page-feature-header2 > div > h2 {
    margin-bottom: 0 !important;
  }
}

#home-secondary-feature-header2 > div > button, #full-page-feature-header2 > div > button {
  border-radius: 0;
  background: rgba(0,0,0,0.2);
}

#home-secondary-feature-header2 > div > button:hover, #home-secondary-feature-header2 > div > button:focus, #full-page-feature-header2 > div > button:hover, #full-page-feature-header2 > div > button:focus {
  background: white;
}

@media screen and (min-width: 768px) {
  #home-secondary-feature-header2 {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 992px) {
  #home-secondary-feature-header2 > div > h2 {
    width: 70%;
    margin-left: 30%;
  }
}

#home-nyfa-annoucements, #home-nyfa-arts-resources-highlights, #home-stay-current, #home-top-read-for-your-arts-career {
  text-align: center;
  font-size: 35px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Muli', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

@media screen and (max-width: 767px) {
  #home-nyfa-annoucements, #home-nyfa-arts-resources-highlights, #home-stay-current, #home-top-read-for-your-arts-career {
    display: none;
  }
}

.home-event-location-icon {
  height: 28px;
  margin-bottom: -11px;
}



/* arts resources */



.image-codepen {
  display: block;
  width: 100%;
  height: auto;
  margin:auto;
}

.overlay-codepen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 28px);
  width: calc(100% - 28px);
  margin: auto;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(244,244,244,0.9);
  cursor: pointer;
}

.text-codepen {
  position: absolute;
  color: #505050;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px;
}

.text-codepen > h2 {
  font-size: 22px!important;
  margin-bottom: 0!important;
}

.container-codepen:hover .overlay-codepen {
  opacity: 1;
}

.overlay-default-title {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 0;
  text-align: center;
  width: calc(100% - 28px);
  background-color: rgba(244,244,244,.9);
}

.overlay-default-title > h2 {
  font-size: 22px;
  color: #505050;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.overlay-default-title {
  opacity: 1;
  transition: .5s ease;
}

.container-codepen:hover .overlay-default-title {
  opacity: 0;
}


/* stay current */

#home-stay-current-grid {
  margin-bottom: 0;
}

#home-stay-current-grid > .column {
  text-align: center;
}

#home-stay-current-grid > .column > h2 {
  font-size: 24px !important;
  font-family: 'Muli', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

@media screen and (min-width: 768px) {
  #home-stay-current-grid > .column {
    border-right: 1px solid #B4B4B4;
  }
  #home-stay-current-grid > .column:last-of-type {
    border-right: none;
  }
}

#home-social-icons-stay-current > a {
  text-decoration: none;
}

#home-social-icons-stay-current > h2 {
  margin-bottom: 20px;
}



/* bottom call to action full width image section */


#full-page-feature-header2 {
  margin-top: 30px;
  height: calc(100vw / 4);
  background-size: cover;
  background-position: center center;
  padding: 30px 70px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  #full-page-feature-header2 > div {
    max-width: 70%;
  }
}


@media screen and (max-width: 767px) {
  #home-secondary-feature-header2, #full-page-feature-header2 {
    height: 40vh;
    padding: 25px 35px;
  }
}

/* top reads */

#home-top-reads-grid > .column {
  border-left: 1px solid #B4B4B4;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

#home-top-reads-grid > .column:first-of-type {
  border-left: 0;
}

#home-top-reads-grid > .column > a:last-of-type {
  display: block;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 22px!important;
}

#home-top-reads-grid > .column > p {
  margin-top: 5px;
}

.home-blog-image-link {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .home-blog-image-link {
    height: calc((100vw - 56px) / 2);
  }
}

.home-mobile-only-vertical-spacer-50px {
  height: 50px;
}

.home-mobile-only-vertical-spacer-40px {
  height: 40px;
}

@media screen and (max-width: 767px) {
  #home-top-reads-grid > .column {
    display: none !important;
  }

  #home-top-reads-grid > .column:first-of-type {
    display: block !important;
  }
}

.home-mobile-blue-basic-button > a.ui.button {
  border: 2px solid #28639b !important;
  color: #28639b !important;
  border-radius: 0;
  width: 100%;
}

.home-mobile-blue-basic-button > a.ui.button:hover, .home-mobile-blue-basic-button > a.ui.button:focus {
  border: 2px solid #003068 !important; /* 20% darker */
  color: #003068 !important; /* 20% darker */
}

.home-mobile-blue-basic-button {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .home-mobile-blue-basic-button {
    display: none !important;
  }
}

/*hide home slider*/
.chap-main-slider {
  display: none !important;
}

/*fix home padding in nav*/
body.home .masthead .ui.container {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.home .masthead .ui.container {
    padding-bottom: 15px;
  }
}

#home-mobile-arts-resources-orange-buttons {
  padding-top: 15px;
}

#home-mobile-arts-resources-orange-buttons > a {
  width: 100%;
  margin-bottom: 13px;
}

#home-mobile-arts-resources-orange-buttons > a:last-of-type {
  margin-bottom: 0px;
}


/* fade in */

/* #home-fade-in-arts-resources */

@media screen and (min-width: 768px) {
  #home-fade-in-arts-resources-1, #home-fade-in-arts-resources-2, #home-fade-in-arts-resources-3 {
    opacity: 0;
  }

  #home-fade-in-blogs-1, #home-fade-in-blogs-2, #home-fade-in-blogs-3, #home-fade-in-blogs-4 {
    opacity: 0;
  }
}











/* home page custom template - end */

/* bring in semantic progress bar from CORE - start */



.ui.ordered.steps .step.completed:before,
.ui.steps .step.completed>.icon:before {
  /*font-family: Step;
  content: '✓';*/
}

.ui.ordered.steps .step.completed:before,
.ui.steps .step.completed>.icon:before {
  color: #21ba45;
}

.ui.ordered.steps .step:before {
  display: block;
  position: static;
  text-align: center;
  /*content: counters(ordered, ".");*/
  -ms-flex-item-align: middle;
  align-self: middle;
  margin-right: 1rem;
  font-size: 2.5em;
  counter-increment: ordered;
  font-family: inherit;
  font-weight: 700;
}

.ui.steps .step .title {
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px!important;
  text-align: center;
}

.ui.steps .step .description {
  font-weight: 400;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .87);
  text-align: center;
  font-size: 14px;
  max-width: 160px;
}

.ui.steps .step .title~.description {
  margin-top: .25em;
}

.ui.ordered.steps {
  counter-reset: ordered;
}

.ui.steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1em 0;
  background: '';
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.14285714em;
  border-radius: .28571429rem;
  border: 1px solid rgba(34, 36, 38, .15);
}

.ui.steps .step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0;
  padding: 1.14285714em 2em;
  background: #fff;
  color: rgba(0, 0, 0, .87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(34, 36, 38, .15);
  -webkit-transition: background-color .1s ease, opacity .1s ease, color .1s ease, -webkit-box-shadow .1s ease;
  transition: background-color .1s ease, opacity .1s ease, color .1s ease, -webkit-box-shadow .1s ease;
  transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
  transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
}

.ui.steps .step:first-child {
  padding-left: 2em;
  border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.step,
.ui.steps .step {
  font-size: .7rem!important;
}

.ui.ordered.steps .step>* {
  display: block;
  -ms-flex-item-align: middle;
  align-self: middle;
}

@media only screen and (max-width: 767px) .ui.steps:not(.unstackable) .step {
  width: 100%!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
  padding: 1.14285714em 2em;
}

@media only screen and (max-width: 767px) {
  .ui.steps:not(.unstackable) .step .content {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .ui.steps:not(.unstackable) .step:first-child {
    padding: 1.14285714em 2em;
    border-radius: .28571429rem .28571429rem 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .ui.steps:not(.unstackable) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


/* bring in semantic progress bar from CORE - end */


/* 1552 fix nav - start */

#new-auth-popup {
  white-space: nowrap;
}

#new-auth-popup > span {
  text-overflow: ellipsis;
  max-width: 140px;
  overflow: hidden;
  display: inline-block !important;
  white-space: nowrap;
  padding-bottom: 3px;
  margin-bottom: -3px;
}

@media only screen and (max-width: 1099px) and (min-width: 992px) {
  #new-auth-popup > span {
    max-width: 80px;
  }
}

@media only screen and (max-width: 1149px) and (min-width: 1100px) {
  #new-auth-popup > span {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1150px) {
  #new-auth-popup > span {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1249px) and (min-width: 1200px) {
  #new-auth-popup > span {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 1250px) {
  #new-auth-popup > span {
    max-width: 120px;
  }
}


/* shorter nav */
.ui.masthead.segment .ui.mainmenu {
  margin-bottom: 0em !important;
}

.home .ui.masthead.segment .ui.mainmenu {
  margin-bottom: -1em !important;
}

.mainmenu > .static.column {
  width: 250px !important;
  margin-bottom: -15px;
}

@media only screen and (min-width: 1250px) {
  .mainmenu > .static.column {
    width: 300px;
    margin-right: -2vw !important;
  }

  .ui.mainmenu > .static.brand.column {
    margin-left: -2vw;
  }
}

@media only screen and (min-width: 1300px) {
  .mainmenu > .static.column {
    margin-right: -4vw !important;
  }

  .ui.mainmenu > .static.brand.column {
    margin-left: -4vw;
    margin-right: 2vw;
  }
}

@media only screen and (min-width: 1350px) {
  .mainmenu > .static.column {
    margin-right: -6vw !important;
  }

  .ui.mainmenu > .static.brand.column {
    margin-left: -6vw;
    margin-right: 4vw;
  }
}

@media only screen and (min-width: 1400px) {
  .mainmenu > .static.column {
    margin-right: -8vw !important;
  }

  .ui.mainmenu > .static.brand.column {
    margin-left: -8vw;
    margin-right: 6vw;
  }
}

/* new username menu in header widget on right */
.nyfa-header-widget  #menu-item-1693 {
  top: 2px;
  border-bottom: 2px solid #c74e27;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  padding-bottom: 6px;
  transition: all 0.25s ease;
  display: inline-block;
  height: 35px;
}

.nyfa-header-widget  .ui.dropdown.root.item {
  display: inline !important;
  border-bottom: 0 !important;
}

.nyfa-header-widget  #menu-item-1693:hover, .nyfa-header-widget div:focus > #menu-item-1693 {
  border-bottom: 2px solid transparent;
}

.nyfa-header-widget div:focus > #menu-item-1693 > span {
  color: #c74e27 !important;
}

.nyfa-header-widget  #menu-item-1693 > .caret.down.icon {
  position: relative;
  left: 5px;
}

@media only screen and (min-width: 768px) {
  .nyfa-header-widget.signed-in  .ui.dropdown.root.item {
    margin-left: -500px !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .ui.mainmenu > .static.brand.column {
    margin-left: -6vw;
  }

  .mainmenu > .static.column {
    margin-right: -6vw;
  }
}

@media only screen and (max-width: 1149px) and (min-width: 990px) {
  .ui.mainmenu > .static.brand.column {
    margin-left: -2vw;
  }

  .mainmenu > .static.column {
    margin-right: -2vw;
  }
}

/* @media only screen and (max-width: 1049px) {
  .ui.mainmenu > .static.brand.column {
    margin-left: -2vw;
  }
} */

@media only screen and (max-width: 1099px) {
  #primary_menu > .item {
    margin: 0 !important;
  }
}

#primary_menu > .ui.dropdown {
  background: transparent !important;
}

#primary_menu > .ui.dropdown > a:hover {
  color: #c74e27 !important;
}

#primary_menu a.single.item.menu-item.menu-item-188990681284:hover,
#primary_menu a.single.item.menu-item.menu-item-188990687896:hover {
  color: #c74e27 !important;
  background: none !important;
  border-bottom: 2px solid transparent;
}

#primary_menu > .item {
  transition: all 0.25s ease;
}

.nyfa-header-widget #menu-item-193 {
  margin-left: -20px !important;
  top: 3px !important;
}

.header-widget #menu-item-193 {
  font-size: 15px !important;
  margin-right: 0px !important;
}

.ui.secondary.menu .active.item, .ui.secondary.menu .menu-item.menu-item-66 {
  background: transparent !important;
  color: #c74e27 !important;
}

@media only screen and (min-width: 1300px) {
  #primary_menu > div > a, #primary_menu .menu-item-188990681284,
  #primary_menu > div > a, #primary_menu .menu-item-188990687896 {
    font-size: 120%;
  }

  .header-widget #menu-item-193 {
    font-size: 18px !important;
    margin-right: 20px !important;
  }
}

#sticky-search {
  opacity: 0;
  transition: all 1s ease;
  border: 2px solid #c74e27;
  width: 0px;
  padding-left: 5px;
  margin-bottom: -5px;
  margin-top: -5px;
  margin-right: -15px;
}

.menu-item-198:hover > #sticky-search, .menu-item-198 > #sticky-search.active {
  opacity: 1;
  width: 200px;
  margin-right: 0px;
}

.menu-item-198 > .search.icon {
  color: #707070;
  cursor: default !important;
}

.menu-item-198 {
  cursor: default !important;
}

/*keep donate on the right*/
@media only screen and (min-width: 1250px) {
  .menu-item-199 {
    position: fixed !important;
    right: 0;
  }
}

.nyfa-header-widget #menu-item-195 {
  padding-top: 13px;
}

/* 1552 fix nav - end */


/* fix footer - start */
.footer .ui.header {
  font-family: 'Muli', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}
/* fix footer - end */

/* 1742 - fix 404 page - start */

.error404 .ui.error.message {
  background-color: #F4F4F4 !important;
  color: #505050 !important;
  -webkit-box-shadow: 0 0 0 1px #505050 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #505050 inset, 0 0 0 0 transparent;
}

.error404 .ui.error.message .header {
  background-color: #F4F4F4 !important;
  color: #505050 !important;
}

/* 1742 - fix 404 page - end */

/* custom sidebar with child pages - start */

#nyfa-sidebar {
    display: none;
}

#nyfa-sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 8px;
}
#nyfa-sidebar > section > ul {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .page-template-default #nyfa-sidebar {
    width: 300px;
    float: left;
    padding-right: 50px;
  }

  .page-template-default #nyfa-article {
    width: calc(100% - 300px);
    float: right;
  }

  #nyfa-sidebar > section {
    padding-top: 0 !important;
  }

  #nyfa-sidebar .parent-sidebar-menu {
    margin-top: 0 !important;
  }
}

ul.parent-sidebar-menu > li > a {
  font-weight: bold;
  font-size: 16px;
}

.level3tree-toplevellink {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  ul.parent-sidebar-menu > li > a, .level3tree-toplevellink {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  ul.parent-sidebar-menu > li, .child-sidebar-menu {
    background: #F4F4F4;
  }
}

#nyfa-sidebar a {
    display: block;
    padding: 5px 15px;
    color: black;
    outline: none;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #nyfa-sidebar a {
      padding: 10px 15px;
      font-size: 16px;
  }
}

#nyfa-sidebar a:hover, #nyfa-sidebar a:focus, #nyfa-sidebar a:active {
  color: white !important;
  background: #c74e27 !important;
}

.current_page_item > a {
  color: #c74e27 !important;
  pointer-events: none;
}

#nyfa-sidebar .dropdown.icon.closed, #sidebar_menu .chevron.icon.closed {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#nyfa-sidebar .dropdown.icon {
    float: right;
    cursor: pointer;
    font-size: 25px;
    transition: all 0.25s ease;
    padding-left: 10px;
    padding-right: 10px;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    position: relative;
    top: 3px;
    right: 5px;
}

@media only screen and (max-width: 767px) {
  #nyfa-sidebar {
    margin-top: -25px;
  }
}

@media only screen and (min-width: 768px) {
  #nyfa-sidebar .dropdown.icon {
    display: none;
  }
}

.child-sidebar-menu, .grandchild-sidebar-menu {
  max-height: 650px;
  overflow: hidden;
  transition: all 0.25s ease;
}

@media only screen and (max-width: 767px) {
  .child-sidebar-menu.closed, .grandchild-sidebar-menu.closed {
    max-height: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .margin-bottom-10-mobile {
    margin-bottom: 10px;
  }
}

/* hide confirmation page */
ul.child-sidebar-menu > li.page-item-1644, ul.child-sidebar-menu > li.page-item-1646, ul.child-sidebar-menu > li.page-item-1648 {
  display: none;
}

/* custom sidebar with child pages - end */

/* fs internal post - start */

.ivycat-post {
  margin-bottom: 100px;
}

.ivycat-post:last-of-type {
  margin-bottom: 0px !important;
}

.ivycat-post:first-of-type {
  margin-top: 50px;
}

.ivycat-post .entry-utility {
  display: none;
}

.ivycat-post .ui.header {
  margin-top: 0 !important;
}

/* fs internal post - end */


/* 1863 fix ADA - start */

.ui.twitter.button:focus, .ui.twitter.button:active {
  background-color:#33a2f6;
  color:#fff;
  text-shadow:none
}

/* 1863 fix ADA - end */

/* 1559 blog styling - start */

body.blog .ui.tags, body.blog .ui.category, body.tag .ui.tags, body.tag .ui.category, body.category .ui.tags, body.category .ui.category, body.single-post .ui.category, body.archive .ui.tags, body.archive .ui.category {
  display: none !important;
}

body.blog .byline, body.tag .byline, body.category .byline, body.single-post .byline, body.archive .byline {
  display: none !important;
}

body.single-post .ui.author.segment, body.single-resource_center .ui.author.segment {
  display: none !important;
}

body.blog a > h2, body.tag a > h2, body.category a > h2, body.archive a > h2 {
  color: #28639b !important;
}

body.blog a > h2:hover, body.tag a > h2:hover, body.category a > h2:hover, body.archive a > h2:hover {
  color: #003068 !important; /* 20% darker */
}

#chap-primary-sidebar h2.ui.header {
  color: #c74e27 !important;
}

body.blog a.read-more, body.tag a.read-more, body.category a.read-more, body.archive a.read-more {
  font-weight: bold !important;
  font-size: 110% !important;
}

#chap-primary-sidebar a.header, #chap-primary-sidebar .header > a {
  font-weight: normal !important;
  font-family: 'Muli', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

body.tag #nyfa-blog-description, body.category #nyfa-blog-description, body.archive #nyfa-blog-description {
  display: none !important;
}

#nyfa-image-credit {
  font-size: 14px !important;
  color: #707070!important;
}


/* 1559 blog styling - end */

/* 1553 fix wordpress core footer - start */

.footer section {
  box-shadow: 0 0 0 0 transparent !important;
  border: 0 !important;
}

.footer a.footer-social {
  text-decoration: none !important;
  display: inline-block !important;
  opacity: 0;
}

.footer a.footer-social > i {
  transition: all 0.25s ease;
}

.footer a.footer-social > i {
  color: white !important;
}

.footer a.footer-social:hover > i {
  color: rgba(255,255,255,0.8) !important;
}

.footer a.footer-social:focus > i {
  color: rgba(255,255,255,0.6) !important;
}

.footer-social-linkedin {
  margin-bottom: 35px;
}

.footer-social-instagram, .footer-social-twitter {
  margin-right: 10px;
}

.footer-social-facebook {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  #menu-footer-right-links {
    text-align: right !important;
  }

  .footer section:first-of-type {
    text-align: left !important;
  }
}

.ui.inverted .ui.list .item a:not(.ui).footer-center-link {
  color: white !important;
}

.ui.inverted .ui.list .item a:not(.ui).footer-center-link:hover {
  color: rgba(255,255,255,0.8) !important;
}

.footer-center-image-link {
  opacity: 1 !important;
  transition: all 0.25s ease !important;
}

.footer-center-image-link:hover {
  opacity: 0.8 !important;
}

section.footer-widget > div > p {
  color: white !important;
}

/* 1553 fix wordpress core footer - end */

/* fix mega menu - start */
.menu-item-61 {
  display: none;
  visibility: hidden;
}

#primary_menu a.menu-item-188990681284,
#primary_menu a.menu-item-188990687896 {
  border-bottom: 2px solid #c74e27;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 6px;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  a.menu-item-188990681284,
  a.menu-item-188990687896 {
    text-decoration: underline !important;
  }
}

body:not(.home) .ui.menu_popup:nth-child(5) {
  width: 45vw!important;
  left: 36vw!important;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  body:not(.home) .ui.menu_popup:nth-child(5) {
    left: 48vw !important;
  }
}

body:not(.home) .ui.menu_popup:nth-child(4) {
  width: 60vw !important;
  left: 22vw !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body:not(.home) .ui.menu_popup:nth-child(3) {
  /*width: 80vw !important;*/
  left: 35vw !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body:not(.home) .ui.menu_popup:nth-child(2) {
  width: 80vw !important;
  left: 2vw !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body.home .ui.menu_popup:nth-child(6) {
  width: 45vw !important;
  left: 36vw !important;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

  body.home .ui.menu_popup:nth-child(7) {
  /*width: 45vw !important;*/
  left: 64vw !important;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  body.home .ui.menu_popup:nth-child(6) {
    left: 48vw !important;
  }
}

body.home .ui.menu_popup:nth-child(5) {
  width: 60vw !important;
  left: 21vw !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body.home .ui.menu_popup:nth-child(4) {
  /*width: 80vw !important;*/
  left: 34vw !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body.home .ui.menu_popup:nth-child(3) {
  width: 80vw !important;
  left: 2vw !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body:not(.home) .ui.bottom.left.menu_popup:nth-child(5):before {
  left: 22vw !important;
}

body:not(.home) .ui.bottom.left.menu_popup:nth-child(4):before {
  left: 29vw !important;
}

body:not(.home) .ui.bottom.left.menu_popup:nth-child(3):before {
  left: 8vw !important;
}

body:not(.home) .ui.bottom.left.menu_popup:nth-child(2):before {
  left: 28vw !important;
}

body.home .ui.bottom.left.menu_popup:nth-child(6):before {
  left: 22vw !important;
}

body.home .ui.bottom.left.menu_popup:nth-child(5):before {
  left: 29vw !important;
}

body.home .ui.bottom.left.menu_popup:nth-child(4):before {
  left: 8vw !important;
}

body.home .ui.bottom.left.menu_popup:nth-child(3):before {
  left: 28vw !important;
}

#primary_menu a.single.item.menu-item:not(.current_page_item):not(.menu-item-188990687896):not(.menu-item-188990681284), #primary_menu a.header.item.menu-item:not(.current_page_item) {
  color: #707070 !important
}

#primary_menu a.single.item.menu-item:hover, #primary_menu a.header.item.menu-item:hover, #primary_menu a.single.item.menu-item:focus, #primary_menu a.header.item.menu-item:focus {
  color: white !important;
  background: #c74e27 !important;
}

.ui.menu_popup a.single.item.menu-item:not(.current_page_item), .ui.menu_popup a.header.item.menu-item:not(.current_page_item) {
  color: #707070 !important
}

.ui.menu_popup a.single.item.menu-item:not(.current_page_item):hover, .ui.menu_popup a.header.item.menu-item:not(.current_page_item):hover, .ui.menu_popup a.single.item.menu-item:not(.current_page_item):focus, .ui.menu_popup a.header.item.menu-item:not(.current_page_item):focus {
  color: white !important;
  background: #c74e27 !important;
}

.ui.menu_popup a.header.item.menu-item, .mega-header-child {
  font-size: 120% !important;
  font-weight: bold !important;
}

.ui.menu_popup .ui.large.secondary.menu {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#primary_menu .ui.dropdown > .menu {
  padding: 10px !important;
}

.menu-item-1768, .menu-item-1769 {
  pointer-events: none !important;
}

.menu-item-54, .menu-item-1719, .menu-item-93 {
  cursor: default !important;
}

.header-widgets .custom_html-2 .ui.fluid.popup {
  left: -7vw !important;
}

/* fix mega menu - end */

/* 1789 mobile nav - start */

@media only screen and (max-width: 767px) {
  .masthead .ui.large.secondary.pointing.utility.menu {
    display: none !important;
  }

  .ui.brand.segment > .ui.brand.header > img.ui.custom-logo.image {
    width: 4em !important;
  }
}

#primary_menu .toc.item {
  /*opacity: 0 !important;*/
}

#primary_menu.ui.menu .item>i.icon {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mainmenu.column {
    position: absolute;
    top: 10px;
  }

  .mainmenu .static.brand.column {
    padding: 0 !important;
    position: relative !important;
    bottom: 10px !important;
  }
}

#mobile-search-icon {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  color: #707070 !important;
  font-size: 1.3em;
  padding: .78571em .92857em;
  border-radius: .28571rem;
  text-decoration: none;
  cursor: pointer !important;
  top: 55px;
}

#mobile-search-icon:hover {
  background: #E8E8E8;
}

#mobile-search-input {
  width: 100%;
  display: none;
  padding: 0 20px !important;
}

body.home #mobile-search-input {
  margin-top: 10px;
}

body:not(.home) #mobile-search-input {
  margin-bottom: 10px;
}

#mobile-search-input > input {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #mobile-search-icon, #mobile-search-input {
    display: none !important;
  }
}

#sidebar_menu a.ui.inverted.header.item {
  display: none !important;
}

#sidebar_menu {
  background: #F4F4F4 !important;
}

#sidebar_menu a:not(#donate-sidebar):not(#sign-in-sidebar):not(#menu-item-1719):not(#menu-item-93):not(#menu-item-54):not(#menu-item-3074):not(.menu-item-188990687896):not(.menu-item-188990681284) {
  color: #252525 !important;
  font-size: 110% !important;
}

#sidebar_menu .menu-item-1768, #sidebar_menu .menu-item-1769 {
  display: none !important;
}

#mobile-search-input2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 5px;
}

#mobile-search-input2 > i.close.icon {
  color: #707070!important;
  font-size: 25px!important;
}

#top-sidebar {
  padding: 10px;
}

#sign-in-sidebar {
  width: 48%;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #c74e27 !important;
  color: #c74e27 !important;
}

#donate-sidebar {
  width: 48%;
  display: inline-block;
  float: right;
  background: #c74e27!important;
  color: #fff!important;
}

@media only screen and (min-width: 991px) {
  .menu-item-1782, .menu-item-1781 {
    display: none !important;
  }
}

#sidebar_menu a#menu-item-1719, #sidebar_menu a#menu-item-93, #sidebar_menu a#menu-item-54, #sidebar_menu a#menu-item-3074, #sidebar_menu a.menu-item-188990687896, #sidebar_menu a.menu-item-188990681284 {
  font-weight: bold !important;
  color: #252525 !important;
  font-size: 120% !important;
}

#sidebar-artists-toggle, #sidebar-donors-toggle, #sidebar-explore-toggle, #sidebar-classifieds-toggle {
  color: #707070 !important;
  font-size: 25px !important;
  float: right;
}

#sidebar-artists-toggle {
  margin-top: 10px;
}

#sidebar-hello-user-menu {
  margin-top: 7px;
  width: 48%;
  text-align: center;
}

#sidebar-hello-user-menu > span {
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block !important;
  white-space: nowrap;
}

#sidebar-hello-user-menu .dropdown.icon {
  margin: 0 !important;
  position: absolute  !important;
  right: 5px !important;
  top: 5px !important;
}

@media only screen and (min-width: 992px) {
  .menu-item-1783, .menu-item-1784, .menu-item-1785, .menu-item-1786, .menu-item-3076, .menu-item-3078 {
    display: none !important;
  }
}

.margin-top-50px {
  margin-top: 55px !important;
}

#sticky_menu a.toc.item {
  font-size: 120% !important;
}

a.toc.item {
  color: #707070!important;
}

#sticky_menu .ui.header.item > img {
  width: 3.5em !important;
}


/* fix tablet hamburger and logo */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.branding.mainmenu > .mainmenu {
    position: absolute !important;
    top: 10px !important;
  }

  .ui.branding.mainmenu > .static.brand.column {
    margin-left: 12vw !important;
  }
}

#sidebar_menu.visible:not(.animating) {
  z-index: 9 !important;
}

@media only screen and (min-width: 992px) {
  #sticky_menu {
    z-index: -1 !important;
  }
}

.dimmed .mainmenu .brand, .dimmed .mainmenu .toc.item {
  pointer-events: none;
}


.nav-icon3 {
    width: 23px;
    height: 20px;
    position: relative;
    margin-top: 4px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer
}

    .nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #707070 !important;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

        .nav-icon3 span:nth-child(1) {
            top: 0
        }

        .nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
            top: 7px
        }

        .nav-icon3 span:nth-child(4) {
            top: 15px
        }

    .nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%
    }

    .nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%
    }

.mobile-hamburger {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) {
  .mobile-hamburger {
    display: none;
  }
}

#primary_menu .toc.item {
  display: none !important;
}


/* 1789 mobile nav - end */

/* UTILS */
.group:after {
  content: "";
  display: block;
  clear: both;
}



/* 1792 classifieds mobile - start */
@media only screen and (max-width: 767px) {
  .mobile-width-100percent {
    width: 100% !important;
  }
}


/* 1792 classifieds mobile - end */


/* fix heights with CSS for footer logos - start */

a.footer-center-image-link:first-of-type > img {
  height: 60px;
}

a.footer-center-image-link:last-of-type > img {
  height: 50px;
}

a.footer-center-image-link {
  display: inline-block !important;
}

/* fix heights with CSS for footer logos - end */

/* fix breadcrumb messed up after update chap - start */

div.breadcrumbs > div.section {
  display: inline-block !important;
}

/* fix breadcrumb messed up after update chap - end */


/* fix mobile nav and logo 7/25/2019 - start */
@media only screen and (max-width: 767px) {
  .mainmenu > .brand > .brand > a {
    position: relative !important;
    left: calc(42vw - 80px)!important;
    margin-top: 6px !important;
    margin-bottom: 18px !important;
  }
}

.viewer-container {
  z-index: 999999 !important;
}
/* fix mobile nav and logo 7/25/2019 - end */



/* fix events page - start */

/* hide breadcrumb */

body.tribe_events-template-default .breadcrumbs, body.tribe_events-template-default h1.ui.huge.header {
  display: none;
}

/* fix events page top bar for mobile */
@media only screen and (max-width: 767px) {
  #tribe-events-bar {
    margin-top: 25px !important;
  }
}

/*fix skip to for mobile  */

.js-skip-to-content {
  margin-left: -200px;
}

.js-skip-to-content:focus {
  margin-left: 0px;
}

/* multi environment */
.test-environment-banner {
    position: fixed;
    background: red;
    color: #fff;
    bottom: 0;
    z-index: 999;
}

.test-environment-banner > button {
  color: black;
}


/* 1902 too many dates in blog archive - start */

.widget_archive > ul > li {
  display: none !important;
}

.widget_archive > ul > li:nth-child(-n+3){
  display: block !important;
}

/* 1902 too many dates in blog archive - end */

.attachment {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 10px;
  padding-right: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.delete-attachment i.trash.icon {
  color: #ba1200;
}

.ql-align-center {
  text-align: center;
}
.ql-size-huge {
  font-size: 2.5em;
}
.ql-size-large {
  font-size: 1.5em;
}
.ql-editor {
  padding: 0;
  white-space: pre-wrap;

  min-height: inherit !important;
  height: inherit !important;
  max-height: none !important;
  resize: none !important;
}

.common-tbody {
  position: relative;

}

.common-tbody .no-border-top-td .column-info {
  max-width: 900px;
  width: calc(100% - 200px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

@media (max-width: 450px) {
  .common-tbody .no-border-top-td .column-info {
    max-width: 130px;
    width: unset;
  }

  .logo-wrapper img {
    height: unset;
    top: 16px;
  }
}

@media (max-width: 450px) {
  .logo-wrapper {
    height: 94px;
    top: 24px;
  }

  .logo-wrapper img {
    max-height: 94px;
  }
}

.logo-wrapper {
  max-height: 62px;
  position: absolute;
  right: 0;
  top: 16px;
}

.logo-wrapper img {
  max-width: 165.66px;
  max-height: 62px;
  height: 100%;
  object-fit: contain;

  cursor: pointer;
  transition: 0.3s;
}

.logo-wrapper img:hover {
  opacity: 0.7;
}

.logo-modal-window {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.logo-modal-close {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.logo-modal-close:hover,
.logo-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.logo-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@media only screen and (max-width: 700px){
  .logo-modal-content {
    width: 100%;
  }
}

.ui.table td {
  vertical-align: top;
}


@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to { 
      transform: rotate(360deg);
  }
}


@-webkit-keyframes rotate {
  from {
      -webkit-transform: rotate(0deg);
  }
  to { 
      -webkit-transform: rotate(360deg);
  }
}

.load {
  margin-left: 14px;
  width: 14px;
  height: 14px;
  border:solid 2px white;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate; 
  -webkit-animation-duration: 1.0s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
    
  transition: all 0.5s ease-in;
  animation-name: rotate; 
  animation-duration: 1.0s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

.load-button {
  background-color: #003068 !important;
  pointer-events: none;
}

.swiper-container {
  padding: 5em 1em !important;
}

.swiper-container.csc-swiper-container.swiper-container-horizontal {
  padding: 2.7em;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100% !important;
  height: 100%;
  position: relative;
  margin-right: 2.5em;
}

@media screen and (max-width: 991px) {
  .view-project-carousel-image > img {
    height: 252px !important;
    object-fit: contain;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5em;
    height: 500px;
  }
  
  .ui.basic.segment {
    background: none transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .swiper-container .swiper-wrapper .swiper-slide .ui.basic.segment {
    height: 100%
  }
  
  .ui.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
    height: 100%;
  }
  
  .center.aligned.image img {
    max-width: 700px;
    height: 100%;
    object-fit: contain;
  }
}