@charset "UTF-8";
/* CSS Document */
.bg-pro {
  background: rgb(160, 32, 136);
  background: linear-gradient(163deg, rgba(160, 32, 136, 1) 20%, rgba(214, 28, 91, 1) 50%, rgba(249, 118, 61, 1) 80%);
  color: #fff;
}
.mc-hero {
  position: relative;
  background-color: #00549a;
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
}
.mc-hero video, .mc-hero img {
  position: absolute;
  top: 0%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-0%);
  -moz-transform: translateX(-50%) translateY(-0%);
  -webkit-transform: translateX(-50%) translateY(-0%);
  transform: translateX(-50%) translateY(-0%);
}
.mc-hero .container {
  position: relative;
  z-index: 2;
}
.mc-hero .vid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00549a;
  opacity: 0.8;
  z-index: 1;
}
.mc-hero h1 {
  font-size: 50px;
}
.mc-hero p {
  font-size: 30px;
  line-height: 1.2;
}


@media (min-width: 1100px) {
  .mc-hero h1 {
    font-size: 72px;
  }
}
#collection-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;

  padding: 2px 15px;
}
#collection-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  transition: all 0.2s ease-in-out;
  border: solid 1px #444;
  border-radius: 3rem;
  margin: 0.5rem;
}
@media (max-width: 767px) {
  #collection-flters li {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3rem;
    margin: 0.5rem 0.25rem;
  }
}
#collection-flters li.filter-active, #collection-flters li:hover {
  color: #fff;
}
#collection-flters li.all.filter-active, #collection-flters li.all:hover {
  background: #444;
  border-color: #444;
}
#collection-flters li.BRANDING.filter-active, #collection-flters li.BRANDING:hover {
  background: #d61c5b;
  border-color: #d61c5b;
}
#collection-flters li.CAREER.filter-active, #collection-flters li.CAREER:hover {
  background: #000000;
  border-color: #000000;
}
#collection-flters li.COMMUNICATIONS.filter-active, #collection-flters li.COMMUNICATIONS:hover {
  background: #a02088;
  border-color: #a02088;
}
#collection-flters li.CE.filter-active, #collection-flters li.CE:hover {
  background: #a6ab37;
  border-color: #a6ab37;
}
#collection-flters li.DG.filter-active, #collection-flters li.DG:hover {
  background: #f9763d;
  border-color: #f9763d;
}
#collection-flters li.MA.filter-active, #collection-flters li.MA:hover {
  background: #00549a;
  border-color: #00549a;
}
#collection-flters li.STRATEGY.filter-active, #collection-flters li.STRATEGY:hover {
  background: #5b1499;
  border-color: #5b1499;
}
.collection-container {}
.rollup-card {
  border: solid 1px #afadb2;
  font-size: 18px;
  margin-bottom: 30px;
  /*height: calc(100% - 30px);*/
}
.rollup-card .card-header {
  color: #fff;
  font-weight: 400;
}
.filter-BRANDING .rollup-card .card-header {
  background: #d61c5b;
}
.filter-CAREER .rollup-card .card-header {
  background: #000000;
}
.filter-COMMUNICATIONS .rollup-card .card-header {
  background: #a02088;
}
.filter-CE .rollup-card .card-header {
  background: #a6ab37;
}
.filter-DG .rollup-card .card-header {
  background: #f9763d;
}
.filter-MA .rollup-card .card-header {
  background: #00549a;
}
.filter-STRATEGY .rollup-card .card-header {
  background: #5b1499;
}
.rollup-card .byline {
  font-size: 20px;
  color: #646464;
  font-weight: 500;
}
.rollup-card p {
  font-size: 18px;
}
.plain-link {
  color: #646464;
  font-weight: 500;
}
a.vid-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
a.vid-link .vid-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity ease-in-out 0.25s;
}
.vid-link:hover .vid-hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.quotebox {
  background: #fff;
  display: block;
  padding: 50px 30px;
  position: relative;

}
.quotebox blockquote {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 0 10%;
}
.quotebox blockquote:before {
  display: block;
  background: #d61c5b;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  position: absolute;
  font-size: 90px;
  line-height: 128px;
  text-align: center;
  content: "\201C";
  font-family: proxima nova, serif;
  left: 0px;
  top: -100px;
  color: #fff;
}
.quotebox blockquote:after {
  display: block;
  background: #d61c5b;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  position: absolute;
  font-size: 90px;
  line-height: 132px;
  text-align: center;
  content: "\201D";
  font-family: proxima nova, serif;
  color: #fff;
  right: 0px;
  bottom: -100px;
}
.quotebox blockquote p {
  line-height: 1.2;
}
.quotebox blockquote span {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px !important;
}
@media (max-width: 767px) {
  .quotebox blockquote {
    padding: 0;
  }
  .quotebox blockquote:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .quotebox blockquote:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-title-caps {
  font-family: Proxima Nova, Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.modal-dark .modal-content {
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
}
.modal-dark button.close {
  color: #fff;
  font-size: 40px;
  text-shadow: none;
}


/* NEW! ASK AN EXPERT */

#dropdownFilter.dropdown .dropdown-menu {
	top: 52px;
	border: 1px solid #343a40;
	padding: 8px 0px;
	width: 240px;
}

#dropdownFilter .dropdown-menu > #collection-flters {
	margin-bottom: 0;
}
#dropdownFilter .dropdown-menu > #collection-flters li {
    cursor: pointer;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    transition: all 0.2s ease-in-out;
    border: none;
    border-radius: 0;
    margin: 0;
}

#dropdownFilter .dropdown-toggle:after {
    display: inline-block;
}
#dropdownFilter #collection-flters li.filter-active {
  background: #afadb2;
  border: none;
color: #fff;
}
#dropdownFilter #collection-flters li:hover {
 color: #00549A;
  background: #f8f9fa;
  border: none;
}

.aae-hero {
    position: relative;
    background-color: #00549a;
    width: 100%;
    overflow: hidden;
    color: #fff;
}
.aae-hero img {
    position: absolute;
    top: 0%;
    right: 0%;
    min-width: auto;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    -ms-transform: translateX(-100%) translateY(-0%);
    -moz-transform: translateX(-100% translateY(-0%);
    -webkit-transform: translateX(-100%) translateY(-0%);
    transform: translateX(-100%) translateY(-0%);
}

