  html {
  scroll-behavior: smooth;
}

.wide-row:not(.site-header-noimage) {
  margin-bottom: 3rem;
}

.footer {
  margin-bottom: 0 !important;
}

.ÌðÐÄÊÓÆµapp-blue, .light-grey {
  padding: 3rem 0;
}

h2 {
  font-weight: 600 !important;
  margin: 0;
}

h2.line-heading, h3.line-heading {
  color: #013c65;
  margin: 0 auto;
  max-width: max-content;
  padding: 0 1rem;
  display: block;
  position: relative;
  font-weight: 600 !important;
  text-align: center;
  z-index: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h2.line-heading:before, h3.line-heading:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 3px;
  width: 970px;
  background: #f6b000;
  bottom: 15px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

h2.line-heading:after, h3.line-heading:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  bottom: 0;
}

hr {
  margin: .5rem 0 !important;
}

.site-header svg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 90%;
  fill: #0065AC;
  z-index: 0;
}

.site-header .small-12 {
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.site-header .ÌðÐÄÊÓÆµapp-blue {
  padding: 2rem 0;
}

.site-header .page-label {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-style: italic;
}

.site-header h1.site-title {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 3.5rem;
}

.site-header h1.site-title:not(:last-child) {
  border-bottom: 3px solid #f6b000;
  padding-bottom: .5rem;
}

.site-header .subtitle {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.site-header .intro-text {
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
}

.content p a.block-button,
.content p a.round-blue-button,
.content p a.icon-button-people,
.content p a.icon-button {
  padding: .5rem 1rem;
  background: #013c65;
  color: #ffffff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  border-radius: 0;
  border: none;
  margin-right: .75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.content p a.block-button:hover,
.content p a.round-blue-button:hover,
.content p a.icon-button-people:hover,
.content p a.icon-button:hover {
  background: #f6b000;
  color: #013c65;
}

.content p a.block-button:hover:before,
.content p a.round-blue-button:hover:before,
.content p a.icon-button-people:hover:before,
.content p a.icon-button:hover:before {
  filter: unset;
  -webkit-filter: unset;
}

.content p a.icon-button-people:before,
.content p a.icon-button:before {
  display: inline-block;
  background: url("/marketing-communications/assets/arrow-up-right-from-square.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  content: '';
  background-size: contain;
  filter: grayscale(1) brightness(5);
  margin-right: 0.5rem;
}

.content p a.icon-button-people:before {
  background: url("/marketing-communications/assets/people-group.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
}

.service-areas .icon-button {
  width: 100%;
  margin: 0 !important;
}

.yellow-shadow {
  box-shadow: -6px 6px 0 #f6b000;
}

/* Landing page specific styles */
a.massive-button {
  padding: 1.5rem 1rem;
  background: #013c65;
  display: flex;
  align-items: center;
  border: 2px solid #F6B000;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

a.massive-button div.text-container {
  display: block;
  flex: 1;
}

a.massive-button div.text-container p {
  margin: 0;
  text-transform: uppercase;
  color: white;
}

a.massive-button div.text-container p:first-child {
  font-weight: 600 !important;
  font-family: 'Arvo';
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.1;
  border-bottom: 3px solid #F6B000;
  max-width: max-content;
  letter-spacing: 1px;
}

a.massive-button div.text-container p:nth-child(2) {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500 !important;
}

a.massive-button span.icon {
  flex: .25;
}

a.massive-button span.icon img {
  display: block;
  width: 30px;
  height: 30px;
  filter: grayscale(1) brightness(5);
  margin: 0 auto;
}

a.massive-button.grey {
  background: #EBEBEB;
  border: 2px solid #013c65;
}

a.massive-button.grey div.text-container p {
  color: #0e0e0e;
}

a.massive-button.grey div.text-container p:first-child {
  color: #013c65;
}

a.massive-button.grey span.icon img {
  filter: none;
  -webkit-filter: none;
}

a.massive-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 3;
}

a.massive-button:hover span.icon img {
  animation: bounce 1s ease infinite;
  -webkit-animation: bounce 1s ease infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}

.support-group {
  margin-bottom: 1rem;
}

.media h3, .alumni h3, .submit-announcement h3, .subscribe h3, .social-media-content h3 {
  font-family: 'Arvo';
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #013c65;
  border-bottom: 3px solid #f6b000;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.media img, .alumni img, .submit-announcement img, .subscribe img, .social-media-content img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.media {
  margin-bottom: 0 !important;
}

.alumni h3, .alumni p {
  color: #ffffff;
}

.alumni p a.icon-button {
  background: #ffffff;
  color: #013c65;
}

.alumni p a.icon-button:before {
  filter: unset;
  -webkit-filter: unset;
}

.alumni p a.icon-button:hover {
  background: #f6b000;
}

.portfolio .portfolio-grid {
  margin-bottom: 1rem;
}

.portfolio .icon-button {
  width: 100%;
}

html:not(#cms-inline-editor-id) .what-we-do ul,
html:not(#cms-inline-editor-id) .boxes ul {
  margin: 0;
}

html:not(#cms-inline-editor-id) .what-we-do ul li,
html:not(#cms-inline-editor-id) .boxes ul li {
  list-style-type: none;
  border: 1px solid #013c65;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  color: #013c65;
}

html:not(#cms-inline-editor-id) .what-we-do ul li:before,
html:not(#cms-inline-editor-id) .boxes ul li:before {
  display: inline-block;
  background: url("/marketing-communications/assets/circle-check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  content: '';
  background-size: contain;
  margin-right: 0.5rem;
  filter: hue-rotate(208deg) brightness(3);
}

.content h5 {
  color: #013c65;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
}

.button-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 769px) {
  .button-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0;
  }
}

@media (max-width: 640px) {
  .button-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.button-group:before {
  display: none !important;
}

.button-group a {
  grid-column: auto / span 1;
}

/* Start A Project specific styles */
a.massive-button.project {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

a.massive-button.project div.text-container p {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* Who We Are specific styles */
.about-us .icon-button-people {
  width: 100%;
}

/* News and PR specific styles */
.content .subscribe h3,
.content .social-media-content h3 {
  color: #ffffff;
}

.content .subscribe p a.icon-button-people,
.content .subscribe p a.icon-button,
.content .social-media-content p a.icon-button-people,
.content .social-media-content p a.icon-button {
  background: #ffffff;
  color: #013c65;
}

.content .subscribe p a.icon-button-people:before,
.content .subscribe p a.icon-button:before,
.content .social-media-content p a.icon-button-people:before,
.content .social-media-content p a.icon-button:before {
  filter: unset;
  -webkit-filter: unset;
}

.content .subscribe p a.icon-button-people:hover,
.content .subscribe p a.icon-button:hover,
.content .social-media-content p a.icon-button-people:hover,
.content .social-media-content p a.icon-button:hover {
  background: #f6b000;
}

.submit-announcement {
  margin-bottom: 0 !important;
}

.pr-team {
  padding: 1rem;
  border: 3px solid #013c65;
  border-radius: 12px;
}

.pr-team__single {
  width: 100%;
  display: flex;
}

.pr-team__single:not(:last-child) {
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #ebebeb;
}

.pr-team__single__text {
  width: 65%;
  margin-right: 1rem;
}

.pr-team__single__text p {
  margin: 0;
}

.pr-team__single__text p:first-child {
  text-transform: uppercase;
  color: #013c65;
  padding-bottom: .25rem;
  margin-bottom: .25rem;
  border-bottom: 3px solid #f6b000;
  font-weight: 600 !important;
  font-size: 1.1rem;
}

.pr-team__single__text p:nth-child(2) {
  font-weight: 600 !important;
  margin-bottom: .25rem;
}

.pr-team__single__image__wrapper {
  display: block;
  flex: 1;
}

.pr-team__single__image {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.pr-team__single__image img,
.pr-team__single__image iframe,
.pr-team__single__image video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: center;
  border: none;
}

.pr-team__single__image img {
  width: auto;
  height: auto;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}

.for-community p.audience {
  margin-bottom: 0;
}

.for-community a.icon-button {
  width: 100%;
  margin: 0 !important;
}

/* Photo page specific styles */
.what-we-do.photo a.icon-button {
  width: 100% !important;
}

/* Brand Resources specific styles */
.content .brand-resources p .button-group {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .content .brand-resources p .button-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .content .brand-resources p .button-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}

.content .brand-resources p .button-group a {
  margin-right: 0 !important;
}

.content .brand-resources p .button-group a:first-child, .content .brand-resources p .button-group a:nth-child(2) {
  grid-column: auto / span 2;
}

@media (max-width: 640px) {
  .content .brand-resources p .button-group a:first-child, .content .brand-resources p .button-group a:nth-child(2) {
    grid-column: 1 / -1;
  }
}

.content .brand-resources p .button-group a:first-child:before, .content .brand-resources p .button-group a:nth-child(2):before {
  background-image: url("/marketing-communications/assets/file-pdf.png");
}

.content .brand-resources .row .row {
  margin-bottom: 3rem;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 769px) {
  .color-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0;
  }
}

.color-grid__single {
  grid-column: auto / span 2;
  border-radius: 12px;
}

.color-grid__single:first-child, .color-grid__single:nth-child(2), .color-grid__single:nth-child(3), .color-grid__single:nth-child(4), .color-grid__single:nth-child(5), .color-grid__single:nth-child(6) {
  grid-column: auto / span 2;
}

.color-grid__single__text {
  padding: 1rem;
  background-color: transparent !important;
}

.color-grid__single__text.white p {
  color: #ffffff !important;
}

.color-grid__single__text p {
  font-size: .625rem;
  font-weight: 500 !important;
  margin-bottom: 0;
  text-transform: uppercase;
}

.color-grid__single__text p:last-child {
  margin-bottom: 0;
}

.color-grid:nth-child(2) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .color-grid:nth-child(2) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .color-grid:nth-child(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.color-grid:nth-child(2) .color-grid__single__text p {
  line-height: 1.3;
}

.image-download {
  border: 1px solid #013c65;
}

.image-download__image-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 52.65%;
  background-color: #ebebeb;
}

.image-download__image-container__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-position: center;
  background-repeat: no-repeat;
  background-position: center;
}

.image-download__image-container__image.contain {
  padding: 1rem;
}

.image-download__bottom {
  display: flex;
  background-color: #013c65;
}

.image-download__bottom__title {
  padding: 0.5rem;
  color: #ffffff;
  width: 85%;
  margin: 0;
}

.image-download__bottom__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(246, 176, 0, 0);
  width: 15%;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.image-download__bottom__icon svg {
  width: 50%;
  height: 50%;
  fill: #ffffff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.image-download__bottom__icon:hover {
  background-color: #f6b000;
}

.image-download__bottom__icon:hover svg {
  fill: #013c65;
}

/* Responsive Styles */
.timelines .small-12 .columns > .row {
  padding-bottom: 0;
  padding-top: 1rem;
  margin-right: 0;
  border-right: 1px solid;
  border-left: 1px solid;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .site-header .small-12 h1.site-title:not(:last-child) {
    font-size: 2rem !important;
  }
  .site-header svg {
    fill: #005591;
  }
  .message .small-12 .row,
  .social-media-content .small-12 .row {
    display: flex;
    flex-direction: column;
  }
  .message .small-12 .row .medium-8,
  .message .small-12 .row .medium-6:last-of-type,
  .social-media-content .small-12 .row .medium-8,
  .social-media-content .small-12 .row .medium-6:last-of-type {
    order: -1;
    width: 100%;
  }
  .message .small-12 .row .medium-4,
  .message .small-12 .row .medium-6:first-of-type,
  .social-media-content .small-12 .row .medium-4,
  .social-media-content .small-12 .row .medium-6:first-of-type {
    width: 100%;
  }
  .message .small-12 .row .medium-4 p img,
  .message .small-12 .row .medium-6:first-of-type p img,
  .social-media-content .small-12 .row .medium-4 p img,
  .social-media-content .small-12 .row .medium-6:first-of-type p img {
    width: 100% !important;
  }
  .media .small-12 .row {
    display: flex;
    flex-direction: column;
  }
  .media .small-12 .row .medium-6:last-of-type {
    order: -1;
    width: 100%;
  }
  .media .small-12 .row .medium-6:first-of-type {
    width: 100%;
  }
  .media .small-12 .row .medium-6:first-of-type p img {
    width: 100% !important;
  }
  .alumni .small-12 .row {
    display: flex;
    flex-direction: column;
  }
  .alumni .small-12 .row .medium-6 p img {
    width: 100% !important;
  }
	h2.line-heading:before, h3.line-heading:before {
		width: 640px !important;
	}
}

@media (max-width: 640px) {
  .content p img {
    width: 100% !important;
  }
  .massive-buttons .medium-6:first-of-type {
    margin-bottom: 1rem;
  }
  .content p a.icon-button:not(:last-of-type),
  .content p a.icon-button-people:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  h2.line-heading:before, h3.line-heading:before {
	width: 450px !important;
  }
	a.massive-button {
		margin-bottom: 1rem;
	}
}

@media (max-width: 450px) {
	h2.line-heading:before, h3.line-heading:before {
		width: 300px !important;
	}
}

#logos, #color, #social, #email, #fonts, #photos, #website, #media, #community {
  scroll-margin-top: 15rem;
}

.stories {
  padding: 3rem 0;
}

.stories__single {
  display: flex;
  gap: 0 .5rem;
  border: 1px solid #013c65;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.stories__single:not(:last-child) {
  margin-bottom: 2rem;
}

.stories__single__image {
  flex: 1;
}

.stories__single__image a, .stories__single__image span {
  display: flex;
  height: 100%;
  position: relative;
}

.stories__single__image a img, .stories__single__image span img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.stories__single__copy {
  flex: 2;
  padding: 1.5rem;
}

.stories__single__copy h5 {
  margin-bottom: 1.5rem;
}

.stories__single__copy p {
  color: #000000;
  margin-bottom: .5rem;
}

.stories__single__copy button {
  color: #ffffff;
  background-color: #013c65;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.stories__single__copy button:hover {
  color: #000000;
  background-color: #f6b000;
}

.stories__single__copy__name, .stories__single__copy__dept {
  font-weight: 500 !important;
  font-style: italic;
}

.stories__single__copy__title {
  font-family: "Arvo", sans-serif;
  font-weight: 600 !important;
  font-size: 1.25rem;
}

.stories__single:nth-child(odd) .stories__single__image {
  order: 1;
}

@media (max-width: 640px) {
  .stories__single {
    flex-direction: column;
  }
  .stories__single:nth-child(odd) .stories__single__image {
    order: unset;
  }
  .stories__single__image {
    overflow: hidden;
  }
  .stories__single__image a,
  .stories__single__image span {
    height: 200px;
  }
}
