html {
  scroll-behavior: smooth;
}


.bg-light-red {
	background: #459ec0 !important
}

body header .container .logo {
  margin-top: 42px;
}

body.home header .container .logo {
  margin-top: 22px;
}
/*======== GC AMPLIFIED ====== */

.ct-content-container li {
    margin-bottom: 10px;
}
.ct-section {
    padding: 10px 0;
}

.gcamplified-detail p {
    margin-bottom: 30px;
}
.gcamplified-detail p:last-child {
    margin-bottom: 0;
}
.gcamplified-detail .column-8 {
    margin-right: 2%;
}
.galerySect li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.galerySect img {
    width: 100%;
}
.galerySect li:nth-child(2n) {
    margin-right: 0;
}
.term-item a:hover {
    background-color: #6c2078;
    color: #fff;
}
.term-item a {
    padding: 7px;
    border: 2px solid #6c2078;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
	  display: block;
}
.term-item {
    display: inline-block;
    margin-bottom: 10px;
}
.ct-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ct-rel-meta h5 {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 0;
}
.weight-500 h2 {
    font-weight: 500;
}
.ct-color-black h2 {
    color: #000;
}
.ct-related-cat h4 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
}
.ct-rel-meta {
    padding-right: 10px;
	  width: 60%;
}
.ct-rel-article {
	  position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    border-top: 2px solid #6c2375;
    padding: 16px 0;
}
.ct-rel-article:nth-child(2n) {
    margin-right: 0;
}
.ct-related-cat .term-item a {
    padding: 0;
    border: none;
    font-size: 18px;
}
.ct-related-cat .term-item a:hover {
    background-color: transparent;
    color: #6c2078;
}
.ct-rel-featured {
    width: 40%;
}

.ct-rel-featured img {
  height: auto;
  width: 100%;
}

.rel-wrap {
    padding: 20px 0;
}

.rel-wrap h2 {
  font-size: 1.5rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  margin-bottom: 0.9372rem;
}
img.article__featured-image {
    border: 2px solid #6D2077;
}

@media screen and (min-width: 980px) {
  .rel-wrap h2 {
    font-size: 2.625rem;
    letter-spacing: 0.03125rem;
    line-height: 2.625rem;
  }
}
.ct-section .tags {
    padding: 10px 0;
}

.ct-topics ol {
    padding: 10px 0 0 20px;
}
.ct-topics li {
    list-style-type: decimal;
    margin-bottom: 14px;
    position: relative;
    padding: 10px 10px 0;
    color: #6e2577;
}
.ct-topics li:last-child {
	margin-bottom: 10px;
}

.ct-topics li a {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
}
.ct-topics h4 {
	font-family: "Bebas Neue";
	color: #000;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0;
}
.ct-topics li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #63666a;
	width: calc(100% + 20px);
	left: -20px;
}
.ct-topics {
    border: 3px solid #6e2376;
    margin-bottom: 20px;
    padding: 14px;
}
.ct-topics li a:hover {
    color: #6e2376;
}
.gcamplified-detail h4 a {
    font-size: 18px;
    color: #000;
    font-family: "proxima-nova", sans-serif;
    line-height: 24px;
    font-weight: 600;
}
.gcamplified-detail h4 a:hover {
    color: #6d2077;
}


/*======== ARCHIVE ====== */
.archive #header, .archive hr, .footerForm br, .archive #footer  {
    display: none;
}
#ct-article article {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px #e4e4e4;
    border-radius: 0 0 4px 4px;
    position: relative;
    transition: all 250ms ease-in-out;
    webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}
#ct-article article:nth-child(3n) {
    margin-right: 0;
}
.ct-post-featured {
    min-height: 220px;
    background-size: cover;
    border-radius: 4px 4px 0 0;
	  background-position: center;
}
.ct-post-meta {
    padding: 16px 20px 18px;
}
.ct-post-link:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#ct-article article:hover {
    box-shadow: 0px 2px 4px #bfbfbf;
}
.archive h2 {
    margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
    .gcamplified-detail .column-8, .gcamplified-detail .column-5 {
        width: 100%;
    }
    .gcamplified-detail h1.head {
        font-size: 40px;
    }
    .gcamplified-detail .column-5.sidebar {
        width: 100%;
    }

    .gcamplified-detail .column-5.sidebar .gc-amplified-widget {
        max-width: 300px;
        margin: 0 auto;
    }

    .gcamplified-detail .column-8 {
        margin-bottom: 30px;
    }
	#ct-article article, #ct-article article:nth-child(3n) {
        width: 48%;
        margin-right: 2%;
    }
    #ct-article article:nth-child(2n) {
        margin-right: 0;
    }

}


@media screen and (max-width: 767px) {
    .gcamplified-detail h1.head {
        font-size: 30px;
    }
    .inner-subpages-heading h2 {
        font-size: 26px;
    }
    .inner-subpages-heading {
        padding: 0;
    }
		.ct-rel-article {
			width: 100%;
			margin: 0;
	}
}

@media screen and (max-width: 600px) {
    .galerySect li {
        width: 100%;
        margin-right: 0;
    }
	#ct-article article, #ct-article article:nth-child(3n), #ct-article article:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }

}

.gc-amplified-sidebar .archive-gc-amplified-widget h2 {
  font-size: 1.875rem;
  margin-bottom: 0;
  padding-bottom: 0.9375rem;
  padding-top: 2px;
}

.wpp__list-item {
  border-top: 1px solid #c8c9c7;
  display: flex;
  justify-content: flex-start;
  padding-top: 1.125rem;
}
.intro .container .wpp__list-item p a:hover {
  color: #6d2077 !important;
}

.intro .container .wpp__list-item p a:after {
  background: none;
  opacity: 0 !important;
}

p.wpp__item-position {
  color: #6d2077;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 3.4375rem !important;
  line-height: 3.4375rem !important;
  margin-right: 1rem;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wpp__item-meta {
  flex-basis: 72.826087%;
}

.intro .container p.wpp__item-topic {
  border-bottom: 1px solid #6d2077;
  color: #000000;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  line-height: 1rem;
  margin-bottom:  0.625rem;
  padding: 0;
  text-transform: uppercase;
}

.intro .container p.wpp__item-topic a {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
}

.wpp__item-title {
  padding: 0 !important;
}

.intro .container p a.wpp-post-title {
  color: #000000;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.post-type-archive-gcamplified {
  background-image: url('dist/images/GC_BG-mobile.svg');
  background-position: center top;
  background-repeat: no-repeat;
}

section.gcamplified-controller {
  float: none;
}

.gcamplified-controller .filter .container {
  padding: 0;
}

.gcamplified-controller .filter .container .filter-nav>.main-menu>li span {
  padding-right: 1.25rem;
}

.gcamplified-controller .no-result {
  width: 100%;
}

.article--gcamplified {
  border-top: 2px solid #6D2077;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.935rem;
  padding-top: 0.625rem;
}

.article__entry-meta {
  flex-basis: 65.517241%;
}

.article__featured-image-wrapper {
  margin-left: auto;
  flex-basis: 32.857143%;
  min-width: 92px;
  max-width: 140px;
  position: relative;
}

.article__featured-image-overlay {
  background: #000000;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.article--gcamplified:hover a {
  color: #6c2078;
}

.article--gcamplified:hover a,
.featured-items--gcamplified:hover a {
  color: #6c2078;
}

.featured-item__image-wrapper {
  position: relative;
}

.ct-rel-article:hover .article__featured-image-overlay,
.article--gcamplified:hover .article__featured-image-overlay,
.featured-items--gcamplified .featured-item:hover .article__featured-image-overlay {
  opacity: .25;
  transition: ease-in;
  transition-duration: 300ms;
}

.article__entry-title--gcamplified a {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.featured-item {
  margin-bottom: 0.9375rem;
  overflow: hidden;
  position: relative;
}

.featured-item__featured-image {
  border: 2px solid #6D2077;
  height: auto;
  width: 100%;
}

.featured-item__entry-meta {
  color: #000000;
  display: block;
  padding: 0.9375rem 0;
  width: 100%;
}

.featured-item__entry-meta--primary {
  display: none;
}

.featured-item--primary .featured-item__entry-meta--primary {
  display: block;
}
@media screen and (min-width: 1024px) {
  .featured-item__entry-meta--primary {
    display: block;
    width: 74.887892%;
  }
  .featured-item--primary .featured-item__entry-meta {
    display: none;
  }
  .featured-item--secondary .featured-item__entry-meta {
    padding-bottom: 0;
  }
}

.featured-item:hover .featured-item__entry-meta .featured-item__entry-title {
  color: #6D2077;
}

.entry-topic,
.ct-related-cat .term-item {
  border-bottom: 1px solid #FFFFFF;
  color: #000000;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.article__entry-meta .entry-topic {
  margin-bottom: 0.625rem;
}

.featured-item__entry-topic {
  border-bottom: 2px solid #6D2077;
}

.featured-item__entry-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.gc-amplified-main-container {
  margin-top: 0;
  clear: both;
}

.gc-amplified-main-container .filter.main-wrap{
  padding-top: 0;
}

.post-type-archive-gcamplified .loader {
  border: 4px solid #c8c9c7;
  border-top: 4px solid #636;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  animation: spin 2s linear infinite;
}

.ct-section ol,
.ct-section ul {
  margin: 1.25rem 2.5rem 0.75rem;
}


.ct-section ol,
.ct-section ol > li {
  list-style: decimal;
}

.ct-section ul,
.ct-section ul > li {
  list-style: disc;
}

.ct-section li {
  color: #000;
}

.ct-section .tags .term-item {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-right: 0.5rem;
}

.ct-section .tags .term-item:last-child {
  margin-right: 0;
}

.gca-form input::placeholder {
  overflow: initial;
}

body.team .intro.main-wrap {
  padding-bottom: 1.875rem;
}

.scrollToTop.show {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .header .menu-icon {
    padding-top: 24px;
  }

  .featured-item__featured-image {
    margin-bottom: 0;
  }

  .featured-item__entry-title--primary {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  .featured-items__secondary-items-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .featured-item--secondary {
    flex-basis: 48%;
  }

  .gc-amplified__primary {
    flex-basis: 74.887892%;
  }

  .post-type-archive-gcamplified .filter .container .form-wrapper .form-search {
    position: relative;
    margin-top: 8px;
  }

  .filter .container .form-wrapper .search,
  .filter .container .form-wrapper .clear-search {
    height: 26px;
    width: 26px;
  }

  .filter .container .form-wrapper .clear-search {
    right: 30px;
  }

  .post-type-archive-gcamplified .gcasearch {
    max-height: 40px;
    max-width: 240px;
  }

  .gc-amplified-main__articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 200px;
  }

  .article--gcamplified {
    flex-basis: 48%;
  }

  .article--gcamplified:nth-of-type(2n+2) {
    margin-left: auto;
  }
}

.featured-items--gcamplified {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .post-type-archive-gcamplified {
    background-image: url('dist/images/GC_BG-desktop.svg');
  }

  .featured-items.featured-items--gcamplified .featured-items__flex-wrap {
    display: flex;
    justify-content: space-between;
    height: calc( 100vw * 0.48225879 );
    max-height: 555.833px;
  }

  .featured-items__primary-item-wrapper {
    flex-basis: 74.887892%;
  }

  .featured-items__secondary-items-wrapper {
    flex-basis: 23.7766816%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .featured-item {
    margin-bottom: 0;
  }

  .featured-item--secondary {
    flex-basis: 50%;
  }

  .featured-item.featured-item--secondary:nth-child(2) {
    padding-top: 7px;
  }
}

.load-more--gcamplified {
  display: block;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 13rem;
}

.post-type-archive-gcamplified .result {
  border-radius: 12px;
  display: inline-block;
  margin-top: 17px;
  padding: 2px 12px 2px 14px;
}

.post-type-archive-gcamplified .result span {
  padding: 0;
  width: 100%;
  cursor: default;
  font-size: 14px;
  font-weight: 700;
}

.gc-amplified-sidebar h3,
.gc-amplified-widget h3{
  color: #000000;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.03125rem;
  line-height: 1.875rem;
}

.term-item {
  padding: 7px 7px 5px;
  border: 2px solid #6c2078;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
}

.post-type-archive-gcamplified .page-title {
  font-weight: 300 !important;
  margin-bottom: 0.9375rem !important;
  padding-bottom: 0 !important;
}

.intro .container p.gcamplified__sub-heading {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 0 0 1.875rem 0;
  padding: 0;
}

.single-gcamplified .inner-subpages-heading {
  margin-bottom: 0.875rem;
}

.single-gcamplified .inner-subpages-heading h2 {
  font-weight: 400;
}

.single-gcamplified .head {
  letter-spacing: 0.03125rem;
}

.ct-related-cat .term-item {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

header.header.top .dropdown-menu {
  margin-top: -3px;
}

.ct-topics h4 {
  margin-bottom: 1.4375rem !important;
}

.ct-topics li {
  border-top: 1px solid #C8C9C7;
  clear: both;
  list-style-type: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ct-topics li:before {
  content: none !important;
}

.ct-topics li a {
  display: inline-block !important;
  margin-left: 10%;
  width: 80%;
}

.gcamplified-toc__index {
  color: #6c2078;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  padding-top: 0.25rem;
  vertical-align: top;
}

.share-btn {
  display: flex;
  justify-content: flex-start;
}

.share-btn div#st-1 .st-btn {
  background-color: #70217a;
  width: 27px;
  height: 27px;
  padding: 0 0;
  display: inline-block !important;
}


.share-btn div#st-1 .st-btn img {
  top: 3px;
}

.share-btn span {
  font-family: 'Bebas Neue';
  color: #000;
  font-size: 20px;
  margin-right: 20px;
  padding-top: 2px;
}

.gcamplified-share {
  padding: 1.125rem;
}

.single-gcamplified .gcamplified-detail h1.head {
  font-size: 2rem;
  line-height: 2rem;
}

.gc-featured-image__caption {
  color: #000000;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
}

@media screen and (min-width: 981px) {
  .single-gcamplified .gcamplified-detail h1.head {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}

.single-gcamplified .gcamplified-detail h4.gc-amplified-topics {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 0.65rem;
}

.single-gcamplified .gcamplified-detail h4 a {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.single-gcamplified .ct-flex {
  justify-content: space-between;
}

.single-gcamplified .ct-rel-meta {
  width: 70%;
}

.single-gcamplified .ct-rel-featured {
  margin-left: auto;
  position: relative;
  width: 92px;
}

@media screen and (min-width: 980px) {
  .single-gcamplified .ct-rel-featured {
    width: 180px;
  }
}

.single-gcamplified .ct-rel-link {
  height: 100%;
  position: relative;
}

.single-gcamplified .gc-amplified-widget:first-child {
  margin-top: 0;
}

.gc-amplified-widget {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 980px) {
  .gcamplified-detail .column-5.sidebar .gc-amplified-widget {
    max-width: 100% !important;
  }
}

.ct-section .galerySect  {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.ct-section .galerySect li,
.ct-section .galerySect li:nth-child(2n) {
  margin-bottom: 0;
  margin-right: 2%;
  width: 100%;
}


.ct-section .galerySect li:last-child {
  margin-right: 0;
}

.post-type-gc-amplified .main-wrap.filter {
  width: 100%;
}

@media (max-width: 595px) {
  .post-type-archive-gcamplified .filter .container .form-wrapper input[type=text] {
    padding: 5px 70px 5px 10px;
  }

  .post-type-archive-gcamplified .filter .container .form-wrapper .search {
      width: 26px;
      height: 26px;
      margin-bottom: 5px;
      margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-gcamplified .filter .container .form-wrapper .clear-search {
    right: 45px;
    height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 596px) and (max-width: 767px) {
  .filter .container .form-wrapper .search {
    margin: 7px 0;
  }
}

@media screen and (min-width: 768px) {
  .post-type-archive-gcamplified .filter .container {
    justify-content: flex-end;
    display: flex;
    flex-direction: row-reverse;
  }

  .post-type-archive-gcamplified .filter .container .filter-nav {
    margin-right: 1.5rem;
  }

  .post-type-archive-gcamplified .filter .container .form-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    float: none;
    justify-content: flex-end;
    width: unset;
  }

  .post-type-archive-gcamplified .filter .container .form-wrapper .result {
    margin-right: 2.8125rem;
    margin-top: 0;
  }

  .post-type-archive-gcamplified .filter .container .form-wrapper .form-search {
    margin-top: 0;
  }
}

#velocity-network {
  margin-bottom: 3.9375rem;
}

.velocity-network__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.velocity-network__list-item {
  flex-basis: 48%;
}

.velocity-network__member-name a {
  position: relative;
}

.velocity-network__member-name:hover a:after {
  left: 0;
  right: 0;
  opacity: 1;
  bottom: -2px;
}

.velocity-network__member-name a:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: #6D2077;
  height: 2px;
  transition-property: left,right;
  transition: all .3s ease-out 0s;
  opacity: 0;
}

p.velocity-network__member-name {
  margin-top: 1rem;
  text-align: center;
}

p.velocity-network__member-name a {
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375;
}

@media screen and (min-width: 768px) {
  .velocity-network__list-item {
    flex-basis: 33.333333%;
  }
}

@media screen and (min-width: 900px) {
  .velocity-network__list-item {
    flex-basis: 18.434783%;
  }
}

.team-detail .container .column-wrapper .head {
  font-size: 3.4375rem;
  line-height: 1;
}

.strategy .intro .container p.header-text {
  color: #6D2077;
}

.container--top-border,
.mission_container .container {
  border-top: 2px solid #acacac;
}

.container {
  padding-top: 0;
}

.text-container .container {
  padding: 0 1.25rem 3.75rem;
}

.text-container .container.container--top-border {
  padding: 3.75rem 1.25rem;
}

@media screen and (min-width: 1200px) {
  .text-container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-container .container.container--top-border {
    padding-left: 0;
    padding-right: 0;
  }
}

.header .menu-btn:checked ~ .menu {
  max-height: 1200px;
}

ul.menu {
  height: unset;
}
ul.menu li:last-child {
  padding-bottom: 3.3125rem;
}

.footerForm {
  justify-content: space-between;
  width: 100%;
}

.footerForm .gform_wrapper {
  margin-top: 0;
  width: 100%;
}


.footerForm .gform_wrapper ul li.gfield {
  margin-top: 0;
}

.footerForm .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.footerForm .gform_wrapper li.hidden_label input,
.gc-amplified-widget .gform_wrapper li.hidden_label input,
body .gc-amplified-widget .gform_wrapper .top_label div.ginput_container,
body .gc-amplified-widget .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-right: 0;
}

.gc-amplified-widget .gform_wrapper,
.gc-amplified-widget .gform_wrapper .gform_footer {
  margin-bottom: 0;
  margin-top: 0;
}

.gc-amplified-widget .gform_wrapper .gform_footer {
  padding-bottom: 0;
  padding-top: 0;
}

.footerForm .form input[type="text"],
.gc-amplified-widget .footerForm .form input[type="text"] {
  width: 100%;
}
.gc-amplified-widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: initial;
}

.gc-amplified-widget .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.footerForm .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  width: 100%;
}

.footerForm .form form.ng-pristine.ng-valid {
  justify-content: space-between;
}

.footerForm .gform_body {
  flex-basis: 67.916667%;
}

.footerForm .gform_wrapper .gform_footer {
  flex-basis: 28.333333%;
  margin-top: 0;
  padding-top: 0;
}

.footerForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 2;
  min-height: 2rem;
  padding: 3px 4px;
}

@media screen and (min-width: 900px) {
  body .footerForm .gform_wrapper ul li.gfield {
    margin-top: 0;
  }

  body .footerForm .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footerForm {
    justify-content: unset;
  }

  .footerForm .form {
    flex-basis: 56%;
    float: none;
  }

  .footerForm h3 {
    align-self: center;
    transform: translateY(-50%);
  }

  .footerForm .form form.ng-pristine.ng-valid {
    justify-content: space-evenly;
    width: 90%;
  }

  .footerForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1rem;
    padding-left: 0.875rem;
    padding-right: 0.4375rem;
  }

  .footerForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding-bottom: 0;
    padding-top: 0;
  }
}

body header .container .logo a img {
  width: 160px;
}

@media screen and (min-width: 768px) {
  body header .container .logo a img {
    width: 100%;
  }
}

.gc_amplified_content .col-md-70.iconText h3 {
  font-size: 1.6875rem;
  line-height: 1.750rem;
}

@media screen and (min-width: 366px) {
  .gc_amplified_content .col-md-70.iconText h3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 378px) {
  .gc_amplified_content .col-md-70.iconText h3 {
    font-size: 2.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 415px) {
  .gc_amplified_content .col-md-70.iconText h3 {
    font-size: 2.6875rem;
    line-height: 3.4375rem;
  }
}

@media screen and (min-width: 601px) {
  .gc_amplified_content .col-md-70.iconText h3 {
    font-size: 3.4375rem;
  }
}

.intro .container h2 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

body.page-id-5244 .intro.main-wrap,
body.page-id-4309 .intro.main-wrap {
  padding: 1.875rem 0;
}

a {
  color: #6D2077;
  font-size: unset;
}

.ct-content-container a,
.mission-content a {
  position: relative;
}

.content-left a:after,
.mission-content a:after {
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  right:50%;
  bottom:-2px;
  background:#6D2077;
  height:2px;
  transition-property:left,right;
  transition:all .3s ease-out 0s;
  opacity:0
}

.content-left a:hover:after,
.mission-content a:hover:after{
  left:0;
  right:0;
  opacity:1;
}

.page.newsletter .news-head {
  float: left;
  padding: 7px 0;
  width: 29.4%;
}

.page.newsletter .news-head h3,
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: 400;
}

.page.newsletter .gform_wrapper {
  width: 70.6%;
  float: right;
}

.page.newsletter .gform_wrapper {
  margin-top: 0;
}
.page.newsletter .gform_wrapper label {
  color: #6D2075;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page.newsletter .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.page.newsletter .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  letter-spacing: normal;
}

.gform_body li.hidden_label .ginput_complex input {
  margin-top: 0;
}
.gform_wrapper input[type="submit"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gform_wrapper input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 8px 0;
  text-indent: 2%;
  width: 100%;
}

.page.newsletter div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 100%;
}

.page.newsletter .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 0;
}

@media screen and (max-width: 414px) {
  body header.top .container .logo {
    margin-top: 24px;
    top: 0;
  }

  body.home header .container .logo {
    margin-top: 0;
  }
}
