/* --- Adjust the nav to work with the hero background --- */

#nav .container .content .buttons a.button.blueberry.outline {
	color: #FFF;
	border-color: #FFF;
	background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover {
	color: #112867;
	border-color: #FFF;
	background-color: #FFF;
}

/* ------ End nav adjustments ------ */

#hero h1 {
	font-size: 42px;
	padding-bottom: 30px;
	font-weight: 800;
	color: #FFFFFF;
}

#smsMarketingGuide.section {
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}

#smsMarketingGuide.section .container #leftNav {
	z-index: 1;
}

#smsMarketingGuide.section .container #leftNavContent {
	position: relative;
	z-index: 0;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway {
	background: #112867;
	background-image: linear-gradient(98deg, #FFECBC 0%, #FFDEE1 100%, #B1CEFF 100%);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 20px;
	margin: 50px 0;
	font-size: 18px;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway.seaglass {
	background-color: #d8f7f5;
	background-image: linear-gradient(92deg, #D3F8F5 0%, #D1E3F9 100%, #B1CEFF 100%);
}

#smsMarketingGuide.section .container #leftNavContent .takeaway .left {
	margin-right: 25px;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway .left .circle-icon {
	margin: auto 0 auto 25px;
	width: 40px;
	height: 40px;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway .left img {
	max-height: 20px;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway .right h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #112867;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway .right p {
	margin: 0 0 0 0;
	color: #112867;
}

#smsMarketingGuide.section .container #leftNavContent .takeaway .right ul+p {
	margin-top: 15px;
}

#smsMarketingGuide.section .container #leftNavContent .calloutContainer {
	margin: 50px 0px;
	background-color: #D3F8F5;
	background-image: linear-gradient(92deg, #D3F8F5 0%, #D1E3F9 100%, #B1CEFF 100%);
	padding: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	line-height: normal;
}

#smsMarketingGuide.section .container #leftNavContent .calloutContainer p {
	margin: 0;
	color: #112867;
	font-size: 16px;
}

#smsMarketingGuide.section .container #leftNavContent .textToJoinExample {
	background-color: #D3F8F5;
	background-image: linear-gradient(128deg, #D3F8F5 0%, #D1E3F9 100%, #B1CEFF 100%);
	padding: 45px 30px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

#smsMarketingGuide.section .container #leftNavContent .textToJoinExample p {
	margin: 10px 0 0 0;
}

#smsMarketingGuide.section .container #leftNavContent .textToJoinExample p:first-child {
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}

#smsMarketingGuide.section .container #leftNavContent .textToJoinExample p:last-child {
	font-size: 12px;
	line-height: 18px;
	color: #112867;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample {
	max-width: 400px;
	text-align: left;
	border-radius: 12px;
	padding: 50px;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample p {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: black;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample input[type=checkbox]+span {
	font-size: 11px;
	color: black;
	pointer-events: none;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample input[type=submit] {
	width: 100%;
	border: none;
	pointer-events: none;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample input[type=text] {
	border-radius: 0;
	border: 2px solid black;
	pointer-events: none;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample input[type=checkbox],
#smsMarketingGuide.section .container #leftNavContent .webFormExample .checkbox {
	pointer-events: none;
}

#smsMarketingGuide.section .container #leftNavContent .webFormExample input[type=text]+label {
	color: #A5A5A5;
}

.textMessages.device {
	box-shadow: none;
	border: 4px solid black;
	background-image: none;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	padding: 10px 15px 95px 15px;
}

.textMessages.device::before {
	content: none;
}

.textMessages.device::after {
	content: none;
}

.textMessages.device .message p {
	padding: 13px 14px;
}

.textMessages.device .response p {
	padding: 13px 14px;
}

.mobile-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 30px;
}

.grey-circle-mobile {
	width: 42px;
	height: 42px;
	background: #f3f4f7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

img.grey-circle-mobile-img {
	height: 16px;
	width: auto;
}

img.left-caret-img {
	height: 16px;
}

img.right-camera-img {
	height: 16px;
}

h2 {
	color: #112867;
}

h3 {
	color: #112867;
}

#smsMarketingGuide p {
	color: #112867;
}

#smsMarketingGuide .textMessages.device .message p {
	color: #FFFFFF;
}

.takeaway ul li {
	color: #112867;
}

.takeaway ul li:not(:first-child) {
	margin-top: 5px;
}

ul.indent li {
	color: #112867;
}

.sms-marketing-pill {
	height: 43px;
	background: #E2EEFB;
	border-radius: 8px;
	color: #112867;
	display: inline-flex;
	font-weight: 700;
	font-size: 16px;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 36px;
}

h3+.sms-marketing-pill {
	margin-top: 25px;
}

.sms-marketing-highlight {
	background: #E2EEFB;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 500;
	padding: 30px;
	margin-bottom: 0;
}

.sms-vertical-highlight {
	flex-direction: column;
	align-items: flex-start;
}

.sms-marketing-sub-header {
	font-weight: 600;
	padding-top: 20px;
}

.sms-marketing-highlight+h3 {
	padding-top: 50px;
}

.wistia-embed-video {
    width: 75%;
    margin: auto;
}

ul+.wistia-embed-video {
	margin-top: 50px;
}

wistia-player[media-id='e0hf9g85ic']:not(:defined) {
	background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/e0hf9g85ic/swatch');
	display: block;
	filter: blur(5px);
	padding-top: 56.25%;
}

wistia-player[media-id='82aws6jrs4']:not(:defined) {
	background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/82aws6jrs4/swatch');
	display: block;
	filter: blur(5px);
	padding-top: 56.25%;
}

wistia-player[media-id='vtwg501khx']:not(:defined) {
	background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/vtwg501khx/swatch');
	display: block;
	filter: blur(5px);
	padding-top: 56.25%;
}

/* --- Media Queries -------------------- */

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {
	/* --- Adjust the nav to work with the hero background --- */

	#nav .container .content .buttons a.button.blueberry.outline {
		color: #112867;
		border-color: #112867;
		background-color: transparent;
	}

	#nav .container .content .buttons a.button.blueberry.outline:hover {
		color: #FFF;
		border-color: #112867;
		background-color: #112867;
	}

	/* ------ End nav adjustments ------ */

	#hero.section .container h1 {
		max-width: unset;
	}

	#smsMarketingGuide.section {
		padding-top: 80px;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway {
		display: block;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .left {
		margin: auto;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .left .circle-icon {
		margin: auto;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .left img {
		max-width: 45px;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .right {
		margin-top: 20px;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .right h3 {
		text-align: center;
	}

	#smsMarketingGuide.section .container #leftNavContent .textToJoinExample {
		margin-top: 0;
	}

	#smsMarketingGuide.section .container #leftNavContent .webFormExample {
		margin: auto;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway#fullComplianceVerbage {
		margin-top: 0;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .right p {
		text-align: center;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .right ul {
		text-align: center;
		list-style: none;
	}

	#smsMarketingGuide.section .container #leftNavContent .takeaway .right ul li:first-child {
		padding-bottom: 10px;
	}
}