#hero-banner-section {
	padding: 0 !important;
	margin: 0 !important;
}

/*
-----------------------------
START TYPEKIT
-----------------------------
*/
@font-face {
	font-family: 'BentonSans-Extra-Light', benton-san;
	src: url('../../../fonts/bentonsans-extra-light-webfont.eot');
	src: url('../../../fonts/bentonsans-extra-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/bentonsans-extra-light-webfont.woff2') format('woff2'), url('../../../fonts/bentonsans-extra-light-webfont.woff') format('woff'), url('../../../fonts/bentonsans-extra-light-webfont.ttf') format('truetype'), url('../../../fonts/bentonsans-extra-light-webfont.svg#BentonSans-Extra-Light') format('svg');
}

@font-face {
	font-family: 'BentonSans-Light';
	src: url('../../../fonts/bentonsans-light-webfont.eot');
	src: url('../../../fonts/bentonsans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/bentonsans-light-webfont.woff2') format('woff2'), url('../../../fonts/bentonsans-light-webfont.woff') format('woff'), url('../../../fonts/bentonsans-light-webfont.ttf') format('truetype'), url('../../../fonts/bentonsans-light-webfont.svg#BentonSans-Light') format('svg');
}

@font-face {
	font-family: 'BentonSans-Regular';
	src: url('../../../fonts/bentonsans-regular-webfont.eot');
	src: url('../../../fonts/bentonsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/bentonsans-regular-webfont.woff2') format('woff2'), url('../../../fonts/bentonsans-regular-webfont.woff') format('woff'), url('../../../fonts/bentonsans-regular-webfont.ttf') format('truetype'), url('../../../fonts/bentonsans-regular-webfont.svg#BentonSans-Regular') format('svg');
}

@font-face {
	font-family: 'BentonSans-Medium';
	src: url('../../../fonts/bentonsans-medium-webfont.eot');
	src: url('../../../fonts/bentonsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/bentonsans-medium-webfont.woff2') format('woff2'), url('../../../fonts/bentonsans-medium-webfont.woff') format('woff'), url('../../../fonts/bentonsans-medium-webfont.ttf') format('truetype'), url('../../../fonts/bentonsans-medium-webfont.svg#BentonSans-Medium') format('svg');
}

@font-face {
	font-family: 'BentonSans-Bold';
	src: url('../../../fonts/bentonsans-bold-webfont.eot');
	src: url('../../../fonts/bentonsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/bentonsans-bold-webfont.woff2') format('woff2'), url('../../../fonts/bentonsans-bold-webfont.woff') format('woff'), url('../../../fonts/bentonsans-bold-webfont.ttf') format('truetype'), url('../../../fonts/bentonsans-bold-webfont.svg#BentonSans-Bold') format('svg');
}

@font-face {
	font-family: 'BentonSans-Book';
	src: url('../../../fonts/bentonsans-book-webfont.eot');
	src: url('../../../fonts/bentonsans-book-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/bentonsans-book-webfont.woff2') format('woff2'), url('../../../fonts/bentonsans-book-webfont.woff') format('woff'), url('../../../fonts/bentonsans-book-webfont.ttf') format('truetype'), url('../../../fonts/bentonsans-book-webfont.svg#BentonSans-Book') format('svg');
}

/*
-----------------------------
END TYPEKIT
-----------------------------
*/
/*
-----------------------------
START GENERAL STYLES
-----------------------------
*/
section {
	position: relative;
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
	.container {
		max-width: 95%;
	}
}

.clearfix {
	clear: both;
}

section {
	width: 100%;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
}

#myModal {
	z-index: -1;
}

.fade.show {
	opacity: 1;
	z-index: 100;
}

.modal-open #myModal {
	z-index: 999;
}

.modal-open .modal {
	background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
	max-width: 1600px;
	margin: 30px auto;
}

.modal-dialog .modal-body {
	position: relative;
	padding: 0px;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.modal-dialog {
		width: 100%;
		max-width: 1170px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	.modal-dialog {
		width: 90%;
		max-width: 90%;
	}
}

@media screen and (min-width: 320px) and (max-width: 768x) {
	.modal-dialog {
		width: 100%;
		max-width: 100%;
	}
}

.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #ffffff;
	opacity: 1;
	background: url('../images/close-icon.png') no-repeat 0 0;
	background-size: 15px;
}

.close span {
	visibility: hidden;
}

.close:focus,
.close:hover {
	outline: none;
}

.scroll-animations .animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*
-----------------------------
END GENERAL STYLES
-----------------------------
*/
/*
-----------------------------
START BUTTON STYLES
-----------------------------
*/
/*
-----------------------------
END BUTTON STYLES
-----------------------------
*/
/*
-----------------------------
START FORM STYLES
-----------------------------
*/
.scroll-animations .animated {
	visibility: hidden;
}

/*
-----------------------------
END FORM STYLES
-----------------------------
*/
#rotateScreen {
	display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 860px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	#rotateScreen {
		display: block;
		position: fixed;
		opacity: 0;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		background: #000000;
		background-size: cover;
		will-change: transform;
		transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
	}

	#rotateScreen h1,
	#rotateScreen h2 {
		color: #ffffff;
		text-align: center;
		font-style: normal;
		opacity: 0;
		margin: 0 auto 20px auto;
		transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
	}

	#rotateScreen h1 {
		position: relative;
		top: 40px;
		font-size: 4vw;
		line-height: 4vw;
		transition-delay: 1.4s;
	}

	#rotateScreen h2 {
		position: relative;
		top: 80px;
		font-size: 3vw;
		transition-delay: 1.6s;
	}

	@keyframes rotate {
		0% {
			transform: rotate(0deg);
		}

		50% {
			transform: rotate(16deg);
		}

		100% {
			transform: rotate(0deg);
		}
	}

	#rotateScreen span {
		width: 64px;
		height: 64px;
		display: block;
		margin: -14vw auto 55vw auto;
		opacity: 0;
		position: relative;
		transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
		transition-delay: 1.2s;
	}

	#rotateScreen span:after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 2;
		width: 64px;
		height: 64px;
		display: block;
		background: url(../images/rotate-display-icon2.svg) no-repeat top left;
		animation: rotate 2s infinite forwards;
		animation-play-state: running;
	}

	#rotateScreen span:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 4;
		width: 64px;
		height: 64px;
		display: block;
		background: url(../images/rotate-display-icon.svg) no-repeat top left;
	}

	#rotateScreen.active {
		opacity: 1;
		z-index: 9999;
		display: block;
	}

	#rotateScreen.active h1,
	#rotateScreen.active h2 {
		opacity: 1;
		top: 0;
	}

	#rotateScreen.active span {
		margin: 11vw auto 3vw auto;
		opacity: 1;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	background-position: 80%;
}

#hero-banner-section {
	min-height: 100vh;
	position: relative;
}

#hero-banner-section .hero-banner-slider {
	position: relative;
}

#hero-banner-section .hero-banner-slider .hero-slide {
	height: 100vh;
	position: relative;
	z-index: 10;
	background: url('../images/hero-banner/desktop_creds background.png') no-repeat right 90%;
}

#hero-banner-section .hero-banner-slider .hero-slide:after {
	width: 100%;
	height: 115px;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: url('../images/hero-banner/desktop_creds background.png') no-repeat right 90%;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	#hero-banner-section .hero-banner-slider .hero-slide:after {
		height: 90px;
		background-size: auto 90px;
	}
}

#hero-banner-section .hero-banner-slider .hero-slide .container {
	height: 100vh;
	position: relative;
	z-index: 11;
}

#hero-banner-section .hero-banner-slider .hero-slide .container h1 {
	max-width: 68%;
	color: #ffffff;
	position: absolute;
	top: 30%;
	left: 0;
	-webkit-text-shadow: 0px 0px 4px #333333;
	-moz-text-shadow: 0px 0px 4px #333333;
	text-shadow: 0px 0px 4px #333333;
}

@media screen and (min-width: 900px) and (max-width: 1600px) and (max-height: 900px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container h1 {
		max-width: 65%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container h1 {
		max-width: 80%;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#hero-banner-section .hero-banner-slider .hero-slide .container h1 {
		max-width: 65%;
	}
}

@media screen and (min-width: 361px) and (max-width: 566px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container h1 {
		max-width: 100%;
		font-size: 38px;
		line-height: 40px;
		letter-spacing: 0.2px;
		top: unset;
		bottom: 245px;
		padding: 0 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 360px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container h1 {
		max-width: 100%;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.2px;
		top: unset;
		bottom: 245px;
		padding: 0 15px;
	}
}

#hero-banner-section .hero-banner-slider .hero-slide .container p.slide-copy {
	font-family: 'BentonSans-Regular', helvetica, sans-serif;
	max-width: 60%;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 32px;
	padding: 25px 0 0 0;
	position: absolute;
	top: 45%;
	left: 0;
}

#hero-banner-section .hero-banner-slider .hero-slide .container p.slide-copy span {
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	color: #ededed;
}

@media screen and (max-width: 566px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container p.slide-copy {
		max-width: 95%;
		font-size: 15px;
		line-height: 23px;
		padding: 25px 0 0 15px;
		top: unset;
		left: 0;
		bottom: 135px;
	}

	#hero-banner-section .hero-banner-slider .hero-slide .container p.slide-copy span {
		font-size: 14px;
	}
}

@media screen and (max-width: 380px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container p.slide-copy {
		bottom: 120px;
	}
}

@media screen and (min-height: 650px) and (max-height: 850px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container p.slide-copy {
		bottom: 135px;
	}
}

#hero-banner-section .hero-banner-slider .hero-slide .container .hero-author {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 115;
}

#hero-banner-section .hero-banner-slider .hero-slide .container .hero-author h6 {
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
}

#hero-banner-section .hero-banner-slider .hero-slide .container .hero-author p {
	max-width: unset;
	color: #ffffff;
	padding: 10px 0 0 0;
	margin: 0;
	position: relative;
	text-align: right;
}

@media screen and (max-width: 560px) {
	#hero-banner-section .hero-banner-slider .hero-slide .container .hero-author {
		padding: 0 25px;
	}

	#hero-banner-section .hero-banner-slider .hero-slide .container .hero-author p {
		font-size: 11px;
		line-height: 14px;
		letter-spacing: 0.1px;
	}
}

#hero-banner-section .hero-banner-slider #slide1 {
	background: url('../images/hero-banner/desktop_kitty.jpg') no-repeat center center;
	background-size: cover;
}

#hero-banner-section .hero-banner-slider #slide1 .slide-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	background: #bcbcbc;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#hero-banner-section .hero-banner-slider #slide1 {
		background-position: 72%;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	#hero-banner-section .hero-banner-slider #slide1 {
		background-position: 72%;
	}
}

#hero-banner-section .hero-banner-slider #slide2 {
	background: url('../images/hero-banner/desktop_puno.jpg') no-repeat center center;
	background-size: cover;
}

#hero-banner-section .hero-banner-slider #slide2 .slide-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	background: #0a2240;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#hero-banner-section .hero-banner-slider #slide2 {
		background-position: 72%;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	#hero-banner-section .hero-banner-slider #slide2 {
		background-position: 80%;
	}
}

#hero-banner-section .hero-banner-slider #slide3 {
	background: url('../images/hero-banner/desktop_rueben.jpg') no-repeat center center;
	background-size: cover;
}

#hero-banner-section .hero-banner-slider #slide3 .slide-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	background: #2b2b2b;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#hero-banner-section .hero-banner-slider #slide3 {
		background-position: 62%;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	#hero-banner-section .hero-banner-slider #slide3 {
		background-position: 80%;
	}
}

#hero-banner-section .hero-banner-slider ul.slick-dots {
	max-width: 1115px;
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	#hero-banner-section .hero-banner-slider ul.slick-dots {
		max-width: 935px;
		top: 65%;
	}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	#hero-banner-section .hero-banner-slider ul.slick-dots {
		max-width: 90%;
		top: 67%;
	}
}

@media screen and (max-width: 560px) {
	#hero-banner-section .hero-banner-slider ul.slick-dots {
		max-width: 90%;
		top: unset;
		bottom: 100px;
	}
}

#hero-banner-section .hero-banner-slider ul.slick-dots li {
	width: 10px;
	height: 10px;
	float: left;
	outline: none;
	margin-right: 10px;
	list-style: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#hero-banner-section .hero-banner-slider ul.slick-dots li:focus,
#hero-banner-section .hero-banner-slider ul.slick-dots li:hover {
	outline: none;
}

#hero-banner-section .hero-banner-slider ul.slick-dots li:before {
	display: none !important;
}

#hero-banner-section .hero-banner-slider ul.slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	outline: none;
	text-indent: -9999px;
	background: transparent;
	border: solid 1px #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#hero-banner-section .hero-banner-slider ul.slick-dots li button:focus,
#hero-banner-section .hero-banner-slider ul.slick-dots li button:hover {
	outline: none;
}

#hero-banner-section .hero-banner-slider ul.slick-dots li.slick-active button {
	background: #ffffff;
}



.wealth-hero-story-section {
	width: 100%;
	min-height: auto;
	height: auto;
	padding: 60px 0;
	background: #ededed;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	/* ----------- iPad Pro ----------- */
	/* Portrait and Landscape */
}

.wealth-hero-story-section .container {
	position: relative;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.wealth-hero-story-section {
		min-height: auto;
	}

	.wealth-hero-story-section#wealth-hero-story-3 {
		padding-bottom: 120px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
	.wealth-hero-story-section#wealth-hero-story-3 {
		padding-bottom: 180px;
	}
}

@media screen and (min-width: 567px) and (max-width: 768px) {
	.wealth-hero-story-section {
		min-height: auto;
		padding: 60px 0 0 0;
	}
}

@media screen and (max-width: 566px) {
	.wealth-hero-story-section {
		min-height: auto;
		padding: 0 0 30px 0;
	}

	.wealth-hero-story-section#wealth-hero-story-1 {
		padding: 30px 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.wealth-hero-story-section .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

.wealth-hero-story-section .container .story-container figure {
	width: 90%;
	max-width: 1100px;
	height: auto;
	float: right;
	margin: 0 0 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.wealth-hero-story-section .container .story-container figure {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}

.wealth-hero-story-section .container .story-container figure img {
	width: 100%;
}

.wealth-hero-story-section .container .story-container .hero-story-cta {
	width: 100%;
	max-width: 425px;
	height: 640px;
	padding: 50px;
	background: #013390;
	background: -moz-linear-gradient(270deg, #01339E 0%, #0A2240 100%);
	background: -webkit-linear-gradient(270deg, #01339E 0%, #0A2240 100%);
	background: linear-gradient(270deg, #01339E 0%, #0A2240 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013390", endColorstr="#0a2240", GradientType=1);
	position: absolute;
	top: 100px;
	left: 0;
}

.wealth-hero-story-section .container .story-container .hero-story-cta span.wealth-hashtag {
	display: block;
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	font-size: 20px;
	color: #E3E3E3;
	letter-spacing: 0.36px;
	margin-bottom: 30px;
}

.wealth-hero-story-section .container .story-container .hero-story-cta h2 {
	font-family: 'BentonSans-light', helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	letter-spacing: -0.26px;
	line-height: 48px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.wealth-hero-story-section .container .story-container .hero-story-cta h2 {
		font-size: 28px;
		line-height: 38px;
	}
}

.wealth-hero-story-section .container .story-container .hero-story-cta button {
	width: 100%;
	height: 70px;
	display: block;
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	padding: 0;
	border: solid 2px #ffffff;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wealth-hero-story-section .container .story-container .hero-story-cta button:focus,
.wealth-hero-story-section .container .story-container .hero-story-cta button:hover {
	color: #1f89ff;
	background: #ffffff;
	text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	.wealth-hero-story-section .container .story-container .hero-story-cta button {
		font-size: 12px;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.wealth-hero-story-section .container .story-container .hero-story-cta {
		max-width: 90%;
		padding: 30px;
		position: relative;
		top: -35px;
		left: unset;
		margin: 0 auto;
		clear: both;
	}
}

@media screen and (max-width: 566px) {
	.wealth-hero-story-section .container .story-container .hero-story-cta {
		max-width: 90%;
		height: auto;
		padding: 30px 20px;
	}

	.wealth-hero-story-section .container .story-container .hero-story-cta span.wealth-hashtag {
		margin-bottom: 10px;
		font-size: 15px;
		padding-bottom: 0;
	}

	.wealth-hero-story-section .container .story-container .hero-story-cta h2 {
		font-size: 20px;
		line-height: 27px;
	}

	.wealth-hero-story-section .container .story-container .hero-story-cta button {
		width: 100%;
		max-width: 256px;
		height: 56px;
		line-height: 56px;
		margin-top: 20px;
	}
}

.wealth-hero-story-section .container .story-container .story-btn-group {
	float: right;
}

.wealth-hero-story-section .container .story-container .story-btn-group a {
	width: auto;
	height: auto;
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	font-size: 18px;
	color: #1f89ff;
	font-weight: 700;
	text-align: right;
	float: right;
	clear: both;
	position: relative;
	padding: 10px 30px 10px 0;
}

.wealth-hero-story-section .container .story-container .story-btn-group a:after {
	width: 7px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('../images/chevron-right.png') no-repeat center center;
	background-size: 7px auto;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	.wealth-hero-story-section .container .story-container .story-btn-group a {
		font-size: 12px;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.wealth-hero-story-section .container .story-container .story-btn-group {
		margin: 0 40px 0px 0;
	}
}

section#wealth-offerings {
	width: 100%;
	min-height: 934px;
	padding: 0;
	position: relative;
	background: #ffffff;
	/* ----------- iPad Pro ----------- */
	/* Portrait and Landscape */
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	section#wealth-offerings {
		min-height: 734px;
	}
}

@media screen and (min-width: 320px) and (max-width: 900px) {
	section#wealth-offerings {
		height: auto;
		padding: 60px 0;
	}

	section#wealth-offerings .container {
		max-width: 100%;
		padding: 0;
	}
}

section#wealth-offerings h5 {
	font-family: 'BentonSans-Medium', helvetica, sans-serif;
	color: #96a5b0;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	text-transform: uppercase;
	padding: 230px 15px 0 15px;
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	section#wealth-offerings h5 {
		padding-top: 150px;
	}
}

@media screen and (min-width: 320px) and (max-width: 900px) {
	section#wealth-offerings h5 {
		font-size: 14px;
		padding-top: 0;
	}
}

section#wealth-offerings .wealth-offering-menu {
	width: 100%;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container {
	width: 100%;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container button {
	cursor: pointer;
	width: 100%;
	font-family: 'BentonSans-light', helvetica, sans-serif;
	color: #bcbcbc;
	font-size: 32px;
	line-height: 44px;
	text-align: left;
	padding: 20px 15px;
	position: relative;
	background: transparent;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container button:hover,
section#wealth-offerings .wealth-offering-menu .wealth-offering-container button.active {
	color: #2b2b2b;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container button {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (min-width: 320px) and (max-width: 766px) {
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container button {
		font-size: 22px;
		line-height: 29px;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container button:after {
		width: 16px;
		height: 16px;
		position: absolute;
		top: 40%;
		right: 20px;
		content: '';
		background: transparent url('../images/accordion-open.png') no-repeat center center;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container button:hover:after,
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container button.active:after {
		background: transparent url('../images/accordion-close.png') no-repeat center center;
	}
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content {
	width: 100%;
	max-width: 633px;
	height: 100%;
	max-height: 934px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer {
	width: 100%;
	height: 200px;
	padding: 30px 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(10, 34, 64, 0.85);
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer p {
	font-family: 'BentonSans-Regular', helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.32px;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer a {
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.09px;
	position: relative;
	margin: 15px 0 0 0;
	float: left;
}

section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer a:after {
	width: 9px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	background: transparent url('../images/chevron-right-white.png') no-repeat center center;
	background-size: 9px auto;
}

@media screen and (max-width: 566px) {
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer {
		height: 150px;
		padding: 10px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content {
		max-width: 65%;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content.active {
		min-height: unset;
		height: 100%;
		max-height: 734px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
}

@media screen and (min-width: 566px) and (max-width: 900px) {
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content {
		max-width: 100%;
		min-height: 0px;
		height: 0px;
		max-height: 0px;
		position: relative;
		top: unset;
		right: unset;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content.active {
		min-height: 734px;
		height: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
}

@media screen and (max-width: 566px) {
	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content {
		max-width: 100%;
		min-height: 0px;
		height: 0px;
		max-height: 0px;
		position: relative;
		top: unset;
		right: unset;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content.active {
		min-height: 440px;
		height: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer {
		height: 150px;
		padding: 10px;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer p {
		font-size: 15px;
		line-height: 23px;
	}

	section#wealth-offerings .wealth-offering-menu .wealth-offering-container .wealth-offering-content .wealth-offering-footer a {
		font-size: 15px;
	}
}

section#financial-advisor-section {
	position: relative;
	padding: 120px 0;
}

section#financial-advisor-section h1 {
	max-width: 520px;
	color: #ffffff;
	line-height: 70px;
	-webkit-text-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
	-moz-text-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
	text-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
}

section#financial-advisor-section p {
	width: 50%;
	font-family: 'BentonSans-Regular', helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 33px;
	float: left;
	clear: both;
	margin-top: 20px;
	-webkit-text-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
	-moz-text-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
	text-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
}

section#financial-advisor-section a {
	width: 100%;
	max-width: 372px;
	height: 70px;
	display: block;
	float: left;
	clear: both;
	margin-top: 40px;
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1.08px;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #1f89ff;
}

section#financial-advisor-section a:focus,
section#financial-advisor-section a:hover {
	color: #1f89ff;
	background: #ffffff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	section#financial-advisor-section {
		background: url('../images/financial-advisor-section/desktop_footer-banner-1920x600.jpg') no-repeat 0 0;
		background-size: cover;
	}
}

@media screen and (min-width: 567px) and (max-width: 766px) {
	section#financial-advisor-section {
		padding: 270px 0 60px 0;
		background: url('../images/financial-advisor-section/mobile_footer-banner.jpg') no-repeat 0 0;
		background-size: cover;
	}

	section#financial-advisor-section h1 {
		max-width: unset;
		font-size: 35px;
		line-height: 41px;
	}

	section#financial-advisor-section p {
		width: 100%;
		font-size: 20px;
		line-height: 27px;
	}

	section#financial-advisor-section a {
		max-width: 300px;
		height: 56px;
		font-size: 13px;
		line-height: 56px;
	}
}

@media screen and (max-width: 566px) {
	section#financial-advisor-section {
		padding: 270px 0 60px 0;
		background: url('../images/financial-advisor-section/mobile_footer-banner.jpg') no-repeat 0 0;
		background-size: cover;
	}

	section#financial-advisor-section h1 {
		max-width: unset;
		font-size: 35px;
		line-height: 41px;
	}

	section#financial-advisor-section p {
		width: 100%;
		font-size: 20px;
		line-height: 27px;
	}

	section#financial-advisor-section a {
		max-width: 300px;
		height: 56px;
		font-size: 13px;
		line-height: 56px;
	}
}

section#our-awards {
	padding: 75px 0 0 0;
	background: #ededed;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#our-awards {
		padding: 30px 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#our-awards .container {
		padding: 0 20px;
	}
}

section#our-awards h2 {
	font-family: 'BentonSans-Medium', helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 23px;
	letter-spacing: 0.31px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 0 0 50px 0;
	margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#our-awards h2 {
		font-size: 14px;
		padding: 0 0 25px 0;
	}
}

section#our-awards .award-block {
	height: 360px;
	padding: 30px;
	border-right: solid 2px #ededed;
	border-top: solid 2px #ededed;
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

section#our-awards .award-block span.date {
	font-family: 'BentonSans-Medium', helvetica, sans-serif;
	color: #a28c5c;
	font-size: 16px;
	line-height: 20px;
}

section#our-awards .award-block h3 {
	font-family: 'BentonSans-Medium', helvetica, sans-serif;
	color: #0033A1;
	font-size: 19px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 5px 0 35px 0;
	position: relative;
}

section#our-awards .award-block h3:after {
	width: 40px;
	height: 1px;
	content: '';
	border: 2px solid #bcbcbc;
	position: absolute;
	bottom: 15px;
	left: 0;
}

section#our-awards .award-block p {
	font-family: 'BentonSans-Regular', helvetica, sans-serif;
	color: #6B7894;
	font-size: 18px;
	letter-spacing: 0.35px;
	line-height: 24px;
}

section#our-awards .award-block:hover {
	cursor: pointer;
	background: #013390;
	background: -moz-linear-gradient(270deg, #1260c1 0%, #042c83 100%);
	background: -webkit-linear-gradient(270deg, #1260c1 0%, #042c83 100%);
	background: linear-gradient(270deg, #1260c1 0%, #042c83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013390", endColorstr="#0a2240", GradientType=1);
	-webkit-box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.31);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

section#our-awards .award-block:hover h3,
section#our-awards .award-block:hover p {
	color: #ffffff;
}

@media screen and (min-width: 950px) and (max-width: 1024px) {
	section#our-awards .award-block {
		height: 260px;
	}

	section#our-awards .award-block span.date {
		font-size: 13px;
		line-height: 13px;
	}

	section#our-awards .award-block h3 {
		font-size: 14px;
		line-height: 18px;
		padding: 5px 0 35px 0;
	}

	section#our-awards .award-block p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	section#our-awards .award-block {
		height: auto;
		border-bottom: solid 2px #F3F3F3;
	}

	section#our-awards .award-block span.date {
		font-size: 13px;
		line-height: 13px;
	}

	section#our-awards .award-block h3 {
		font-size: 14px;
		line-height: 18px;
		padding: 5px 0 35px 0;
	}

	section#our-awards .award-block p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 566px) {
	section#our-awards .award-block {
		height: auto;
		padding: 20px;
		border-bottom: solid 2px #F3F3F3;
	}

	section#our-awards .award-block span.date {
		font-size: 13px;
		line-height: 13px;
	}

	section#our-awards .award-block h3 {
		font-size: 14px;
		line-height: 18px;
		padding: 5px 0 35px 0;
	}

	section#our-awards .award-block p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (min-width: 320px) and (max-width: 320px) {
	section#our-awards .award-block {
		height: auto;
		padding: 20px;
		border-bottom: solid 2px #F3F3F3;
	}

	section#our-awards .award-block span.date {
		font-size: 11px;
		line-height: 13px;
	}

	section#our-awards .award-block h3 {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 0 35px 0;
	}

	section#our-awards .award-block p {
		font-size: 12px;
		line-height: 18px;
	}
}

section#curated-social-media-section {
	padding: 75px 0;
	background: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#curated-social-media-section {
		padding: 35px 0;
	}
}

section#curated-social-media-section h2 {
	font-family: 'BentonSans-light', helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 32px;
	letter-spacing: 0.31px;
	line-height: 26px;
	text-align: center;
	padding: 0;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#curated-social-media-section h2 {
		font-size: 22px;
	}
}

section#curated-social-media-section .curated-social-media-feed {
	position: relative;
	padding: 0 0 24px 0;
}

section#curated-social-media-section .curated-social-media-feed a {
	text-decoration: none;
}

section#curated-social-media-section .curated-social-media-feed a:hover {
	text-decoration: none;
}

section#curated-social-media-section .curated-social-media-feed .feed-block {
	margin: 15px 12px 12px 12px;
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

section#curated-social-media-section .curated-social-media-feed .feed-block span.feed-tag {
	width: 150px;
	height: 30px;
	font-family: 'BentonSans-Medium', helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.84px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	background: url('../images/article-tag-bg.svg') no-repeat 0 0;
}

section#curated-social-media-section .curated-social-media-feed .feed-block figure {
	width: 100%;
	max-height: 320px;
	overflow: hidden;
	margin: 30px 0 0 0;
}

section#curated-social-media-section .curated-social-media-feed .feed-block figure img {
	width: 100%;
	object-fit: cover;
}

section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content {
	height: 145px;
	padding: 20px 25px;
}

section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content p {
	font-family: 'BentonSans-Regular', helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 24px;
}

section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content span.hashtag {
	font-family: 'BentonSans-Bold', helvetica, sans-serif;
	color: #1f89ff;
	font-size: 16px;
	line-height: 50px;
	display: block;
	position: relative;
}

section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content span.hashtag:after {
	width: 9px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 130px;
	background: transparent url('../images/chevron-right.png') no-repeat center center;
	background-size: 9px auto;
	z-index: 9999;
}

@media screen and (max-width: 566px) {
	section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content p {
		font-size: 14px;
	}

	section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content span.hashtag {
		font-size: 14px;
	}

	section#curated-social-media-section .curated-social-media-feed .feed-block .feed-content span.hashtag:after {
		width: 7px;
		left: 110px;
		background-size: 7px auto;
	}
}

section#curated-social-media-section .curated-social-media-feed .slick-list {
	padding: 24px 0;
}

section#curated-social-media-section .curated-social-media-feed .slick-arrow {
	width: 12px;
	height: 20px;
	margin: 0;
	padding: 20px;
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	margin: 0 auto;
	float: none;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

section#curated-social-media-section .curated-social-media-feed .slick-arrow.slick-prev {
	left: 20vw;
	background: url(../images/slide-arrow-prev.png) no-repeat center center;
	background-size: 12px auto;
}

section#curated-social-media-section .curated-social-media-feed .slick-arrow.slick-prev:hover {
	background: url(../images/slide-arrow-prev-active.png) no-repeat center center;
	background-size: 12px auto;
}

section#curated-social-media-section .curated-social-media-feed .slick-arrow.slick-next {
	right: 20vw;
	background: url(../images/slide-arrow-next.png) no-repeat center center;
	background-size: 12px auto;
}

section#curated-social-media-section .curated-social-media-feed .slick-arrow.slick-next:hover {
	background: url(../images/slide-arrow-next-active.png) no-repeat center center;
	background-size: 12px auto;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#curated-social-media-section .curated-social-media-feed .slick-arrow.slick-prev {
		left: 10vw;
	}

	section#curated-social-media-section .curated-social-media-feed .slick-arrow.slick-next {
		right: 10vw;
	}
}

section#curated-social-media-section .curated-social-media-feed ul.slick-dots {
	max-width: 160px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	float: none;
}

section#curated-social-media-section .curated-social-media-feed ul.slick-dots li {
	width: 30px;
	height: 2px;
	margin: 0 5px;
	float: left;
	list-style: none;
}

section#curated-social-media-section .curated-social-media-feed ul.slick-dots li:before {
	display: none !important;
}

section#curated-social-media-section .curated-social-media-feed ul.slick-dots li button {
	width: 30px;
	height: 2px;
	padding: 0;
	text-indent: -9999px;
	border: none;
	background: transparent url('../images/slide-horizontal-dot.png') no-repeat 0 0;
	background-size: 30px auto;
}

section#curated-social-media-section .curated-social-media-feed ul.slick-dots li.slick-active button {
	background: transparent url('../images/slide-horizontal-active-dot.png') no-repeat 0 0;
	background-size: 30px auto;
}

section#download-app {
	position: relative;
	padding: 75px 0;
	background: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#download-app {
		padding: 30px 0;
	}
}

section#download-app:after {
	width: 100%;
	height: 345px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	background: #013390;
	background: -moz-linear-gradient(270deg, #0033AA 0%, #001648 100%);
	background: -webkit-linear-gradient(270deg, #0033AA 0%, #001648 100%);
	background: linear-gradient(270deg, #0033AA 0%, #001648 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0033AA", endColorstr="#001648", GradientType=1);
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#download-app:after {
		height: 220px;
	}
}

section#download-app .myapp-content {
	position: relative;
	z-index: 2;
}

section#download-app .myapp-content .top-row {
	display: block;
	float: left;
	margin-bottom: 60px;
}

section#download-app .myapp-content .top-row .app-image {
	position: relative;
	z-index: 2;
}

section#download-app .myapp-content .top-row .app-image figure {
	width: 90%;
	max-width: 480px;
	position: absolute;
	top: 0;
	left: 0;
}

section#download-app .myapp-content .top-row .app-image figure img {
	width: 100%;
}

section#download-app .myapp-content .top-row .top-row-content {
	padding-right: 0;
}

section#download-app .myapp-content .top-row .top-row-content h2 {
	font-family: 'BentonSans-light', helvetica, sans-serif;
	font-size: 45px;
	color: #ffffff;
	padding: 0 0 50px 0;
}

section#download-app .myapp-content .top-row .top-row-content p {
	font-family: 'BentonSans-light', helvetica, sans-serif;
	color: #ffffff;
	font-size: 25px;
	line-height: 36px;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	section#download-app .myapp-content .top-row {
		margin-bottom: 200px;
	}

	section#download-app .myapp-content .top-row .top-row-content h2 {
		font-size: 36px;
	}

	section#download-app .myapp-content .top-row .top-row-content p {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#download-app .myapp-content .top-row .app-image {
		width: 40%;
	}

	section#download-app .myapp-content .top-row .app-image figure {
		width: 150%;
		position: relative;
		top: 30px;
		right: unset;
		left: -30px;
	}

	section#download-app .myapp-content .top-row .app-image figure img {
		width: 100%;
	}

	section#download-app .myapp-content .top-row .top-row-content {
		width: 60%;
		padding-left: 25px;
	}

	section#download-app .myapp-content .top-row .top-row-content h2 {
		font-size: 26px;
		padding: 0 0 20px 0;
	}

	section#download-app .myapp-content .top-row .top-row-content p {
		font-size: 14px;
		line-height: 18px;
	}
}

section#download-app .myapp-content .bottom-row {
	clear: both;
	padding-top: 50px;
}

section#download-app .myapp-content .bottom-row .content-block {
	float: left;
	position: relative;
}

section#download-app .myapp-content .bottom-row .content-block:after {
	width: 2px;
	height: 73px;
	content: '';
	position: absolute;
	bottom: 10px;
	right: 0;
	background: #ededed;
}

section#download-app .myapp-content .bottom-row .content-block:last-child:after {
	display: none;
}

section#download-app .myapp-content .bottom-row .content-block figure {
	width: 100%;
	text-align: center;
}

section#download-app .myapp-content .bottom-row .content-block p {
	font-family: 'BentonSans-light', helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	padding: 25px 0 0 0;
}

section#download-app .myapp-content .bottom-row .app-btn-group {
	margin-top: 50px;
}

section#download-app .myapp-content .bottom-row .app-btn-group a {
	margin-right: 20px;
	float: left;
}

@media screen and (min-width: 320px) and (max-width: 566px) {
	section#download-app .myapp-content .bottom-row {
		padding-top: 0;
	}

	section#download-app .myapp-content .bottom-row .content-block {
		padding: 20px 0 40px 0;
	}

	section#download-app .myapp-content .bottom-row .content-block:after {
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #ededed;
	}

	section#download-app .myapp-content .bottom-row .content-block figure {
		width: 30%;
		text-align: left;
		float: left;
	}

	section#download-app .myapp-content .bottom-row .content-block figure img {
		width: 60px;
		height: 60px;
	}

	section#download-app .myapp-content .bottom-row .content-block p {
		width: 70%;
		float: left;
		text-align: left;
		padding: 10px 0 0 0;
	}

	section#download-app .myapp-content .bottom-row .app-btn-group {
		padding: 0;
		margin: 0;
	}

	section#download-app .myapp-content .bottom-row .app-btn-group a {
		width: 48%;
		float: left;
		margin-right: 10px;
	}

	section#download-app .myapp-content .bottom-row .app-btn-group a figure {
		width: 100%;
	}

	section#download-app .myapp-content .bottom-row .app-btn-group a figure img {
		width: 100%;
	}

	section#download-app .myapp-content .bottom-row .app-btn-group a:last-child {
		margin: 0;
	}
}

a {

	text-decoration: none !important;

}