#featurette .faq-wrapper {
	margin-left: 26px;
	margin-right: 26px;
}

	#featurette .faq-wrapper h1,
	#featurette .faq-wrapper h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 0;
		font-weight: 500;
		cursor: pointer;
	}

	#featurette .faq-wrapper h1 {
		font-size: 32px;
	}

	#featurette .faq-wrapper h2 {
		font-size: 24px;
	}

	#featurette .faq-wrapper p,
	#featurette .faq-wrapper li {
		color: #000000;
		font-size: 16px;
	}

	#featurette .faq-wrapper .collapsable-1,
	#featurette .faq-wrapper .collapsable-2 {
		position: relative;
		border-bottom: 1px solid #D2D2D2;
	}

	#featurette .faq-wrapper .collapsable-1 .collapsable-2:last-of-type {
		border-bottom: none;
	}

	#featurette .faq-wrapper .section-1 {
		margin-left: 40px;
	}

	#featurette .faq-wrapper .toggle:after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #FEC761;
		position: absolute;
		top: 0;
	}

	#featurette .faq-wrapper .toggle:after {
		content: "\f077"; /* up */
	}

	#featurette .faq-wrapper .collapsed .toggle:after {
		content: "\f078"; /* down */
	}

	#featurette .faq-wrapper h1.toggle:after {
		font-size: 28px;
		right: 15px;
	}

	#featurette .faq-wrapper h2.toggle:after {
		font-size: 22px;
		right: 17px;
	}

@media(max-width:980px) {
		#featurette .faq-wrapper .toggle:after,
		#featurette .faq-wrapper .toggle:after {
			right: 15px;
			left: inherit;
		}
}

@media(max-width:560px) {
		#featurette .faq-wrapper h1,
		#featurette .faq-wrapper h2 {
			margin-top: 10px;
			padding-top: 0;
			margin-right: 30px;
		}
		#featurette .faq-wrapper h1 {
			font-size: 24px;
		}
		#featurette .faq-wrapper h2 {
			font-size: 20px;
		}
		#featurette .faq-wrapper h2.toggle:after {
			top: -2px;
		}
		#featurette .faq-wrapper .section-1 {
			margin-left: 18px;
		}
		#featurette .faq-wrapper .section-2 {
			margin-top: -15px;
		}
}

@media(max-width:420px) {
		#featurette .faq-wrapper .toggle:after,
		#featurette .faq-wrapper .toggle:after {
			right: 15px;
			left: inherit;
		}
		#featurette .faq-wrapper p,
		#featurette .faq-wrapper li {
			font-size: 16px;
			line-height: 26px;
		}
}
#featurette .privacy-wrapper .last-updated {
	font-style: italic;
	margin: 0;
}
#featurette .privacy-wrapper blockquote p {
	font-style: italic;
	margin: 0;
}
#featurette .privacy-wrapper ul { 
	padding-left: 60px;
}
#featurette .privacy-wrapper .heading-with-subtext {
	margin-bottom: 0;
}
#featurette .privacy-wrapper .heading-with-subtext + p {
	margin: 0;
}
#featurette .privacy-wrapper .heading-subtext {
	margin-top: 0;
}
#featurette .privacy-wrapper .list-heading {
	margin-bottom: 0;
}
#featurette .privacy-wrapper .bold {
	font-weight: bold;
}
#featurette .privacy-wrapper table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 30px;
}
#featurette .privacy-wrapper .collected-disclosed-sold .icon-field {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
#featurette .privacy-wrapper table thead th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid black;
	color: #023A69;
	font-size: 19px;
}
#featurette .privacy-wrapper table tbody td {
	padding: 5px;
	border: 1px solid black;
	font-size: 17px;
	color: #023A69;
}
/* straight from Bootstrap's template.less */
/* these should match ../bootstrap-theme/template.less:313 */
#featurette .features-wrapper h1,
	#featurette .features-wrapper h2 {
		padding-top: 0;
		margin-top: 0;
	}
#featurette .features-wrapper h1 {
		font-size: 32px;
		font-weight: 400;
	}
#featurette .features-wrapper h2 {
		font-weight: 300;
		font-size: 22px;
		line-height: 30px;
	}
#featurette .features-wrapper p {
		font-size: 17px;
		line-height: 28px;
		margin-top: 8px;
		color: #555555;
	}
#featurette .features-wrapper img {
		width: 70%;
	}
#featurette .features-wrapper .btn.btn-primary {
		background-color: #008CFF;
		border-color: #077FE2;
	}
#featurette .features-wrapper .btn.btn-primary:hover {
		background-color: #1482DC;
	}
#featurette .features-wrapper .approved-folder .table-column-text {
			padding-top: 30px;
			padding-bottom: 30px;
		}
#featurette .features-wrapper .magic-trashcan .table-column-image {
			padding-top: 30px;
		}
#featurette .features-wrapper .personal-envelope .table-column-text {
			padding-top: 30px;
			padding-bottom: 30px;
		}
@media (min-width: 767px) {
		#featurette .features-wrapper .table-row {
			display: table;
		}
		#featurette .features-wrapper .table-row:before,
		#featurette .features-wrapper .table-row:after {
			content: " ";
			display: table-row;
		}
		#featurette .features-wrapper .table-column {
			display: table-cell;
			vertical-align: middle;
		}
		#featurette .features-wrapper .table-column-image {
			width: 40%;
		}
		#featurette .features-wrapper .table-column-text {
			width: 60%;
		}
	}
@media (min-width: 992px) {
		#featurette .features-wrapper .md-text-left {
			text-align: left;
		}
		#featurette .features-wrapper .md-hidden {
			display: none;
		}
	}
@media (max-width: 992px) {
		#featurette .features-wrapper .xs-text-center {
			text-align: center;
		}
		#featurette .features-wrapper .md-visible {
			display: none;
		}
	}

a {
	color: #337ab7;
}

.signup-header {
	background-color: #023A69;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 10px;
}

.signup-header h1 {
		color: #fff;
		font-size: 34px;
		display: block;
		font-weight: 600;
		line-height: 60px;
		padding-left: 15px;
	}

@media (max-width:980px) {
		.signup-header h1 {
			font-size: 28px;
			line-height: 32px;
		}
	}
.static-signup-form.sub-form {
	margin: 35px auto;
}
.featurette {
	padding: 15px;
}
#featurette h1,
#featurette h2 {
	color: #023a69;
	margin-top: -60px;
	padding-top: 80px;
}
#featurette h2 {
	font-size: 30px;
	line-height: 45px;
}
#featurette ul {
	list-style: disc outside none;
	list-style: initial;
	color: #023a69;
	font-size: 19px;
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 30px;
}
#featurette address {
	color: #023a69;
	font-size: 19px;
	font-weight: 500;
	display: block;
	margin: 20px 0 20px;
	line-height: 30px;
	padding-right: 30px;
}
#sidebar {
	position: relative;
}
#sidebar .signup-section {
	padding-left: 25px;
}
#sidebar .static-signup-form {
	width: 415px;
}
#sidebar .featurette-image {
	width: 200px;
}
.subscribe input[type="email"] {
	background: #fff url('//d25lk0qhi6nhi8.cloudfront.net/v6.15.58/assets/img/mail.png');
	background-repeat:no-repeat;
	background-position:1%;
}
.contact-success {
	font-weight: 600;
	padding-top: 15px;
	font-style: italic;
}
.contact-failure,
.subscribed-failure {
	color: #d9534f;
	font-weight: 600;
	padding-top: 15px;
	font-style: italic;
}
footer .secondry-footer {
		text-align: center;
	}
footer .footer-menu {
		display: inline-block;
	}
@media(max-width:1069px) {
	#sidebar .static-signup-form {
		width: 380px;
	}
}
@media(max-width:991px) {
	.signup-section#sidebar {
		padding-top: 30px;
	}
	#sidebar .signup-section {
		position: static;
		padding: 25px 0px;
	}
	#featurette address {
		margin: 25px 0 20px;
		padding: 0 10px;
	}
	#featurette ul {
		padding-left: 30px;
	}
	#featurette h1 {
		line-height: 40px;
		font-size: 36px;
	}
	#featurette h2 {
		line-height: 40px;
		font-size: 28px;
	}
	#featurette ul > li > ul {
		display: none;
	}
}
@media(max-width:980px) {
	#featurette h1:after,
	#featurette h2:after {
		left: -5px;
	}
}
@media(max-width:560px) {
	#featurette h1,
	#featurette h2 {
		margin-top: -35px;
		padding-top: 45px;
	}
	#featurette h1 {
		font-size: 30px;
	}
	#featurette h2 {
		font-size: 24px;
	}
}
@media(max-width:420px) {
	#sidebar .static-signup-form {
		width: 300px;
	}
	.sub-form input.submit {
		right: 15px;
		width: 95px;
	}
	#featurette h1:after,
	#featurette h2:after {
		left: 0px;
	}
	#featurette p {
		font-size: 16px;
		line-height: 26px;
	}
}
i1-8n,
[riot-tag="i1-8n"],
[data-is="i1-8n"] {
	display: inline !important;
}

/*# sourceMappingURL=to.css.map */