/*pending NF quote*/
/*.quote {
	padding: 40px 0px 20px;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	font-style: italic;
}*/
.row.nacRow {
  display: flex;
  justify-content: space-between;
}
h1 .first {
  margin-top: 0;
}
/*career pathways*/
.darker {
  background: #006666;
  /*	height: 245px;
	padding: 20px;*/
}
.lighter {
  background: #2d8383;
}
.darker,
.lighter {
  height: 245px;
  padding: 20px;
}
.darker > a {
  display: block;
  margin-bottom: 5px;
  padding: 6px 10px;
  color: white;
  font-weight: 500;
  text-align: center;
  width: 80%;
  margin-left: 70px;
}
.lighter > a {
  display: block;
  color: white;
  font-weight: 500;
  text-align: center;
  height: 205px;
  padding: 70px;
  width: 77%;
}
a.ffs {
  background: #f07f00;
  margin-left: 40px;
}
a.iis {
  background: #004651;
  margin-left: 15px;
}
a.ops {
  background: #e12e26;
}
a.wealth {
  background: #8a2842;
}
a.cnr {
  background: #6661ab;
}
a.cmcf {
  background: #334e9e;
}
a.if {
  background: #40ae49;
}
/*span.ql, span.fl{
	display: block;
	transform: rotate(270deg);
}*/
/*popups*/
.well {
  margin-bottom: 0px !important;
}
/*.modal-body .content .well {
	margin-top: 40px !important;
}*/
.modal-body .closeButton {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 5px;
}
.modal-body {
  padding: 0px !important;
}
.modal-body h4 {
  margin-top: 0px;
}
.modal-body h2 {
  margin-top: 10px;
}
.atpBlock img {
  padding-bottom: 10px;
}
/*local committee*/
.nacBlock h1 {
  padding-bottom: 20px;
}
/*sponsors*/

.logos2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.logos2 img {
  margin: auto;
}
.hiddenBlock {
  display: none !important;
}
.image-grid {
  display: grid;
  gap: 20px;
  margin: 30px 0px;
}

.image-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.celebrateBlock .btn,
.celebrateBlock .btn:hover,
.celebrateBlock .btn:active,
.celebrateBlock .btn:focus {
  background: #177777;
  color: #fff;
  padding: 20px 50px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .image-grid {
    grid-template-columns: 1fr;
  }

  .image-grid img {
    height: 250px;
    object-position: top;
  }
}

@media (max-width: 1599px) {
  .lighter > a {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .lighter > a {
    padding: 55px 30px;
  }
  .darker {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  .lighter > a {
    padding: 60px 0;
    margin-left: 10px;
  }
  .darker > a {
    margin-left: 35px;
  }
}
@media (max-width: 768px) {
  h1.cp {
    text-align: center;
  }
  .ligher > a {
    margin-left: 0;
  }
  .darker {
    margin-left: 0;
  }
  .darker > a {
    width: 97%;
    margin-left: 10px;
  }
  a.ffs,
  a.iis {
    width: 97%;
  }
}
@media (max-width: 568px) {
  .logos2 {
    grid-template-columns: 1fr 1fr;
  }
  .row.nacRow {
    flex-direction: column;
  }
}
