.hero__container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat
}
@media screen and (min-width:1440px) {
	.hero__container{
		padding: 5rem 2rem 3rem!important;

	}
	
}
.hero__heading strong , .dual-cta__copy strong{
	font-weight: unset !important;
}

@media (min-width:48.0625rem) {
	.hero__container {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.hero__container {
		padding: 1.25rem 1.25rem
	}
}

@media (min-width:48.0625rem) {
	.hero__container {
		padding: 5rem 2rem 3rem!important;
		background-position: right bottom
	}
}

@media (max-width:48rem) {
	.hero__container {
		padding: 2.5rem 1.875rem!important;
		background-position: center bottom;
		background-size: 100%
	}
}

.hero__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hero__heading {
	position: relative;
	margin: 0 0 2.5rem;
	line-height: .9;
	color: #3b3c43;
	letter-spacing: -2px;
	/*padding-left: 1rem;*/
	font-weight: 700 !important
}

@media (max-width:48rem) {
	.hero__heading {
		font-size: 2.625rem
	}
}

@media (min-width:48.0625rem) {
	.hero__heading {
		font-size: 3rem
	}
}

@media screen and (min-width:64rem) {
	.hero__heading {
		font-size: 3.875rem
	}
}

@media (min-width:80.0625rem) {
	.hero__heading {
		font-size: 4.25rem
	}
}
/*
.hero__heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fbc600
}

@media (min-width:80.0625rem) {
	.hero__heading::before {
		width: .625rem
	}
}

@media (max-width:80rem) {
	.hero__heading::before {
		width: .375rem
	}
}*/

.hero__subheading {
	color: #3b3c43;
	line-height: 1.2;
	letter-spacing: -1px
}

@media (max-width:48rem) {
	.hero__subheading {
		font-size: 1.3125rem
	}
}

@media (min-width:48.0625rem) {
	.hero__subheading {
		font-size: 1.625rem
	}
}

.hero__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.hero__button-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:80.0625rem) {
	.hero__button-column+.hero__button-column {
		margin-left: 3rem
	}
}

@media (max-width:80rem) {
	.hero__button-column+.hero__button-column {
		margin-left: 1.25rem
	}
}

.hero__button-copy {
	color: #3b3c43
}
.hero__button::first-letter{text-transform: uppercase;}
.hero__button {
	border: 0;
	display: inline-block;
	padding: .9375rem 1.5625rem;
	background-color: #fbc600;
	color: #3b3c43;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	line-height: 1.1;
	max-width: 10.9375rem;
	text-align: center
}
.search-related__buttons{
	margin-top: 20px;
	display: flex;
	gap: 16px;
	justify-content: center;
}
.search-related__buttons .hero__button{
	max-width: 100%;
	text-transform: none;
	padding: 14.5px 40px 14.5px 40px;

}
#analytic_tools .search-related__buttons a:last-of-type{
	outline: 2px solid #3b3d49;
    background: transparent;
}
#analytic_tools .search-related__buttons a:last-of-type:hover{
background-color: #3b3d49;
    color: #fff !important;
}

@media screen and (max-width:787px) {
	#analytic_tools .search-related__buttons{
		flex-direction: column;
	}
}
#analytic_tools .search-result-disclaimer{
	text-align: center;
	font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
	font-style: italic;
}
.hero__button:hover {
	background-color: #3b3c43;
	color: #fff
}

.hero__button:focus {
	outline-color: #3b3c43
}

.hero__button.-disabled {
	cursor: not-allowed
}

.hero__button.-disabled:hover {
	background-color: #fbc600;
	color: #3b3c43
}

.hero__button.-disabled:focus {
	outline: 0
}

@media (max-width:48rem) {
	.hero__button {
		padding: .5rem
	}
}

@media (min-width:48.0625rem) {
	.hero__button {
		padding: .9375rem
	}
}

.hero.hero__partner-hub {
	padding-top: 9rem;
	position: relative
}

@media screen and (max-width:73.75rem) {
	.hero.hero__partner-hub {
		padding-top: 6.25rem
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__partner-hub {
		padding-top: 5.25rem
	}
}
/*
.hero.hero__partner-hub:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: .375rem;
	width: 100%;
	background-color: #3b3c43
}*/

@media screen and (max-width:73.75rem) {
	.hero.hero__partner-hub .hero__container {
		background-size: 72%
	}
}

@media screen and (max-width:64rem) {
	.hero.hero__partner-hub .hero__container {
		background-size: 64%
	}
}

@media screen and (max-width:57.375rem) {
	.hero.hero__partner-hub .hero__container {
		background-size: 90%;
		background-position: 300% 100%
	}
}

@media (max-width:48rem) {
	.hero.hero__partner-hub .hero__container {
		background-position: right bottom;
		background-size: 120%;
		padding-bottom: 75vw!important
	}
}

.hero.hero__partner-hub .hero__heading {
	max-width: 60vw
}

@media (max-width:790px) {
	.hero.hero__partner-hub .hero__heading {
		max-width: 100%
	}
	.hero.hero__partner-hub .hero__heading br {
		display: none
	}
}

.hero.hero__partner-hub .hero__subheading {
	max-width: 26.5625rem
}

.triptote {
	/* padding: 2rem 0 1rem;*/
	  padding-top: 100px;
   }
   @media (min-width: 768px) {
	 .triptote {
	  /* padding: 2rem 0 2rem;*/
	  padding-top: 100px;
	 }
   }
   .triptote__inner {
	 margin: 0 auto;
	 -webkit-box-sizing: border-box;
			 box-sizing: border-box;
	 width: 1440px;
	 max-width: 100%;
   }
   @media (min-width: 48.0625rem) {
	 .triptote__inner {
	   padding: 1.25rem 5rem;
	 }
   }
   @media (max-width: 48rem) {
	 .triptote__inner {
	   padding: 1.25rem 1.25rem;
	 }
   }
   @media (min-width: 768px) {
	/* .triptote__inner {
	   padding-bottom: 5rem !important;
	 }*/
   }
   .triptote + .triptote {
	 margin-top: -5rem;
   }
   .triptote__wrapper {
	 margin: 0 auto;
	 -webkit-box-sizing: border-box;
			 box-sizing: border-box;
	 width: 1440px;
	 max-width: 100%;
	 padding: 0 !important;
   }
   @media (min-width: 48.0625rem) {
	 .triptote__wrapper {
	   padding: 1.25rem 5rem;
	 }
   }
   @media (max-width: 48rem) {
	 .triptote__wrapper {
	   padding: 1.25rem 1.25rem;
	 }
   }
   .triptote__rows {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
			 flex-direction: column;
   }
   @media screen and (min-width: 51.875rem) {
	 .triptote__rows {
	   -webkit-box-orient: horizontal;
	   -webkit-box-direction: normal;
		   -ms-flex-direction: row;
			   flex-direction: row;
	 }
   }
   .triptote__heading::first-letter{
	text-transform: uppercase;
   }
   .triptote__heading {
	 color: #3b3c43;
	 font-weight: normal;
	 letter-spacing: -0.7px;
	 font-size: 1.75rem;
	 line-height: 1;
	 margin: 0 0 2rem;
	 margin: 0 auto;
	 width: 1440px;
	 max-width: 100%;
	 background-color: #f7f7f7;
	 padding: 1.25rem 1.25rem;
	 -webkit-box-sizing: border-box;
			 box-sizing: border-box;
	 text-align: center;
	 margin: 0 !important;
	 text-transform: lowercase;
   }
   .triptote__heading-bold {
	 font-weight: bold;
   }
   @media (min-width: 768px) {
	 .triptote__heading {
	   font-size: 2.5rem;
	 }
   }
   @media (min-width: 1024px) {
	 .triptote__heading {
	   font-size: 2.875rem;
	   line-height: 1.1;
	 }
   }
   
   .triptote__subheading {
	 margin: 1.5rem auto 1rem;
	 letter-spacing: -0.3px;
	 line-height: 1;
	 color: #3b3c43;
	 font-size: 1.125rem;
	 text-transform: none;
   }
   @media (min-width: 480px) {
	 .triptote__subheading {
	   font-size: 1.3125rem;
	 }
   }
   @media (min-width: 768px) {
	 .triptote__subheading {
	   font-size: 1.375rem;
	   line-height: 1.2;
	 }
   }
   @media (min-width: 1280px) {
	 .triptote__subheading {
	   font-size: 1.5rem;
	 }
   }
   @media screen and (min-width: 48rem) and (max-width: 57.75rem) {
	 .triptote__subheading {
	   font-size: 1rem;
	   padding: 0;
	 }
   }
   .triptote__copy {
	 color: #3b3c43;
	 margin: 0;
	 letter-spacing: -0.7px;
	 line-height: 1.4;
	 font-size: 1rem;
   }
   @media (min-width: 480px) {
	 .triptote__copy {
	   font-size: 1.0625rem;
	 }
   }
   @media (min-width: 768px) {
	 .triptote__copy {
	   font-size: 1.125rem;
	   line-height: 1.3;
	 }
   }
   @media (min-width: 1280px) {
	 .triptote__copy {
	   font-size: 1.1875rem;
	 }
   }
   .triptote__button::first-letter{
	text-transform: uppercase;
   }
   .triptote__button {
	 border: 0;
	 padding: 0.9375rem 1.5625rem;
	 background-color: #fbc600;
	 color: #3b3c43;
	 font-weight: bold;
	 border-radius: 8px;
	 text-transform: lowercase;
	 text-decoration: none;
	 border: none;
	 cursor: pointer;
	 -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	 transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	 margin-top: 2rem;
   }
   .triptote__button:hover {
	 background-color: #3b3c43;
	 color: #ffffff;
   }
   .triptote__button:focus, .triptote__button:focus-visible {
	 outline-color: #3b3c43;
   }
   .triptote__button.-disabled {
	 cursor: not-allowed;
   }
   .triptote__button.-disabled:hover {
	 background-color: #fbc600;
	 color: #3b3c43;
   }
   .triptote__button.-disabled:focus, .triptote__button.-disabled:focus-visible {
	 outline: none;
   }
   @media (min-width: 768px) {
	 .triptote__button {
	   width: 70%;
	   text-align: center;
	 }
   }
   .triptote__row3 {
	 -webkit-box-flex: 0;
		 -ms-flex: 0 1 33.33%;
			 flex: 0 1 33.33%;
   }
   .triptote__row4 {
	 -webkit-box-flex: 0;
		 -ms-flex: 0 1 25%;
			 flex: 0 1 25%;
   }
   .triptote__resource-heading {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
			 flex-direction: column;
	 -webkit-box-align: center;
		 -ms-flex-align: center;
			 align-items: center;
	 z-index: 1;
	 padding: 0 20px 20px;
   }
   .triptote__resource-heading:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 background-color: #f7f7f7;
	 height: 175px;
	 /* This is the linchpin */
	 width: 100%;
	 z-index: -1;
   }
   .triptote__resource-image {
	 margin-bottom: 20px;
	 max-height: 104px;
	 max-width: 100%;
	 height: auto;
   }
   .triptote__resource-content {
	 text-align: center;
	 padding: 0 20px 20px;
   }

.search-related {
/*	margin-top: 3rem;*/
	padding-bottom: 2rem
}

.search-related__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.search-related__inner {
		padding: 1.25rem 2.5rem
	}
}

@media (max-width:48rem) {
	.search-related__inner {
		padding: 1rem
	}
}
.search-related__title::first-letter{
	text-transform: uppercase;
}
.search-related__title {
	color: #3b3c43;
	font-weight: 400;
	letter-spacing: -.7px;
	font-size: 1.75rem;
	line-height: 1;
	margin: 0 0 2rem;
	color: #3b3c43;
	text-align: center;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: -.7px;
	margin: 0 0 1.5rem
}

.search-related__title-bold {
	font-weight: 700
}

@media (min-width:768px) {
	.search-related__title {
		font-size: 2.5rem
	}
}

@media (min-width:1024px) {
	.search-related__title {
		font-size: 2.875rem;
		line-height: 1.1
	}
}

.search-related__title.-small {
	color: #3b3c43;
	max-width: 65rem;
	margin: 0 auto 2rem;
	letter-spacing: -.5px;
	font-weight: 400;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 auto 1.5rem;
	max-width: 45rem
}

.search-related__title.-small-bold {
	font-weight: 700
}

@media (min-width:480px) {
	.search-related__title.-small {
		font-size: 1.375rem
	}
}

@media (min-width:768px) {
	.search-related__title.-small {
		font-size: 1.5rem
	}
}

@media (min-width:1280px) {
	.search-related__title.-small {
		font-size: 1.625rem
	}
}

.search-related__trips {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.search-related__trips {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:64rem) {
	.search-related__trips {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.search-related__trips.-leap-year>.search-related__item {
	max-width: 27.4375rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 27.4375rem;
	flex: 1 1 27.4375rem;
	margin-bottom: 1.5rem;
	margin-right: 0
}

@media (min-width:62.3125rem) {
	.search-related__trips.-leap-year>.search-related__item {
		margin-right: 1.5rem
	}
	.search-related__trips.-leap-year>.search-related__item:last-of-type {
		margin-right: 0
	}
}

@media all and (-ms-high-contrast:none) {
	.search-related__trips.-leap-year>.search-related__item .search-related__button {
		margin-top: 1.5rem
	}
}

.search-related__item {
	max-width: 22.125rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 22.125rem;
	flex: 1 1 22.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f7;
	margin: 0 0 1rem 0
}

.search-related__item:last-of-type {
	margin: 0
}

@media (min-width:480px) {
	.search-related__item {
		margin: 0 0 1rem 0
	}
	.search-related__item:last-of-type {
		margin: 0
	}
}

@media (min-width:768px) {
	.search-related__item {
		min-height: 26.875rem;
		margin: 0 0 1rem 0
	}
	.search-related__item:last-of-type {
		
        margin: 0 0 1rem 0;
	}
}

@media (min-width:64rem) {
	.search-related__item {
		min-height: 27.3125rem;
		margin: 0 1rem 1rem 0
	}
	.search-related__item:last-of-type {
		margin: 0 0 1rem 0
	}
}

@media (min-width:1280px) {
	.search-related__item {
		margin: 0 2rem 1rem 0
	}
	.search-related__item:last-of-type {
		margin: 0 2rem 1rem 0
	}
}
.search-related__button::first-letter{text-transform: uppercase;}
.search-related__button {
	border: 0;
	padding: .9375rem 1.5625rem;
	background-color: #fbc600;
	color: #3b3c43;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin-top: -1.5rem;
	z-index: 3
}

.search-related__button:hover {
	background-color: #3b3c43;
	color: #fff
}

.search-related__button:focus {
	outline-color: #3b3c43
}

.search-related__button.-disabled {
	cursor: not-allowed
}

.search-related__button.-disabled:hover {
	background-color: #fbc600;
	color: #3b3c43
}

.search-related__button.-disabled:focus {
	outline: 0
}

.search-related__image {
	width: 100%
}

@media all and (-ms-high-contrast:none) {
	.search-related__image {
		max-height: 11.9375rem
	}
}

.search-related__content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	text-align: center;
	padding: .5rem 1rem 1rem;
	max-width: calc(100% - 2rem);
	min-height: 9.375rem
}

@media (min-width:768px) {
	.search-related__content {
		padding: .5rem 1.5rem 1.5rem
	}
}

@media (min-width:1280px) {
	.search-related__content {
		padding: .5rem 2rem 2rem
	}
}

.search-related__content--title {
	color: #3b3c43;
	position: relative;
	max-width: calc(100% - 2rem);
	margin: 1rem auto;
	letter-spacing: -.3px;
	font-size: 1.125rem;
	text-transform: none;
}

@media (min-width:480px) {
	.search-related__content--title {
		font-size: 1.1875rem
	}
}

@media (min-width:768px) {
	.search-related__content--title {
		font-size: 1.25rem
	}
}

.search-related__content--subtitle {
	color: #3b3c43;
	margin: 0 auto;
	position: relative;
	max-width: calc(100% - 2rem);
	letter-spacing: -.3px;
	line-height: 1.3
}

.dual-cta {
	max-width: 74rem;
	margin: 0 auto 4rem
}

.dual-cta__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.dual-cta__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.dual-cta__inner {
		padding: 1.25rem 1.25rem
	}
}

.dual-cta__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: -.25rem;
	margin-right: -.25rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media (min-width:768px) {
	.dual-cta__columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width:992px) {
	.dual-cta__columns {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
}

@media (min-width:1200px) {
	.dual-cta__columns {
		margin-left: -1rem;
		margin-right: -1rem
	}
}

.dual-cta__column {
	overflow: hidden;
	width: 100%;
	padding-left: .5rem;
	padding-right: .5rem;
	margin-top: .5rem;
	margin-bottom: .5rem
}

@media (min-width:768px) {
	.dual-cta__column {
		width: 50%
	}
}

@media (min-width:992px) {
	.dual-cta__column {
		padding-left: .5rem;
		padding-right: .5rem;
		margin-top: .5rem;
		margin-bottom: .5rem
	}
}

@media (min-width:1200px) {
	.dual-cta__column {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem
	}
}

.dual-cta__column>article {
	height: 100%;
	position: relative;
	background-color: #f7f7f7;
	padding: 2rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dual-cta__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	.dual-cta__flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.dual-cta__flex-item {
	margin-top: 1rem
}

.dual-cta__flex-item:first-of-type {
	margin-right: 0
}

.dual-cta__flex-item>article {
	text-align: center
}

@media (min-width:768px) {
	.dual-cta__flex-item:first-of-type {
		margin-right: 1.5rem
	}
}

.dual-cta__heading {
	color: #3b3c43;
	font-weight: 400;
	letter-spacing: -.7px;
	font-size: 1.75rem;
	line-height: 1;
	margin: 0 0 2rem;
	letter-spacing: -1px;
	margin-bottom: 0;
	width: 100%;
	position: relative
}

.dual-cta__heading-bold {
	font-weight: 700
}

@media (min-width:768px) {
	.dual-cta__heading {
		font-size: 2.5rem
	}
}

@media (min-width:1024px) {
	.dual-cta__heading {
		font-size: 2.875rem;
		line-height: 1.1
	}
}

.dual-cta__heading:after {
	content: '';
	display: block;
	margin: 1rem auto 0;
	background-color: #3D3C49;
	width: 80%;
	height: 2px
}

.dual-cta__copy,
.dual-cta__subheading {
	margin: .5rem auto 1rem;
	color: #3b3c43;
	letter-spacing: -.7px;
	line-height: 1.4;
	font-size: 1rem;
	max-width: 100%
}


@media (min-width:768px) {
	.dual-cta__copy,
	.dual-cta__subheading {
		font-size: 1.0625rem;
		line-height: 1.3
	}
}

@media (min-width:1280px) {
	.dual-cta__copy,
	.dual-cta__subheading {
		font-size: 1.125rem
	}
}

.dual-cta__copy {
	margin: 1.5rem 0 0;
	text-decoration: none
}

.dual-cta__link {
	margin: 1.5rem auto 0;
	color: #34657f;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-transform: none;
}

.dual-cta__link:hover .dual-cta__arrow {
	-webkit-animation: arrowBounce .6s infinite ease-in-out;
	animation: arrowBounce .6s infinite ease-in-out
}

.dual-cta__arrow {
	margin-left: .5rem
}

.footnotes {
	background-color: #f7f7f7
}

.footnotes__container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.footnotes__container {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.footnotes__container {
		padding: 1.25rem 1.25rem
	}
}

@media (min-width:48.0625rem) {
	.footnotes__container {
		padding: .3125rem 5rem 3.75rem;
		font-size: .875rem
	}
}

@media (max-width:48rem) {
	.footnotes__container {
		font-size: 1rem
	}
}

.footnotes__footnote {
	text-align: center;
	color: #3b3c43
}

.footnotes__footnote-disclosure {
	font-size: 70%;
	line-height: 1.2;
	vertical-align: top
}

.footnotes.-bkg-transparent {
	background-color: transparent
}

.footnotes.-left-align {
	text-align: left
}

.footnotes.-left-align .footnotes__footnote {
	text-align: left
}

.footnotes__link {
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	color: #3b3c43
}
/*.hero.hero__partner-hub:after
{
	
    content: '';
    background-color: #fbc600;
    display: block;
    position: relative;
   
    height: .5rem;
    width: 14.375rem;
    -webkit-animation: from-right 750ms ease-in forwards;
    animation: from-right 750ms ease-in forwards;
    float: right;
	top: 60px;
}

@media (min-width: 1280px) {
    .hero.hero__partner-hub:after{
        width:calc(50vw - 410px)
    }
}*/