@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://startprotectingyourfuture.com/assets/fonts/NotoSans/NotoSans-Italic.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://startprotectingyourfuture.com/assets/fonts/NotoSans/NotoSans-BoldItalic.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans'), local('NotoSans'), url(https://startprotectingyourfuture.com/assets/fonts/NotoSans/NotoSans-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://startprotectingyourfuture.com/assets/fonts/NotoSans/NotoSans-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	color: #333;
	position: relative;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar
}
#enrollment {
	background-color: #f2f2f2;
}
table {
	width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	width: 100%;
	margin: 0 auto 20px
}

b,
strong {
	font-weight: bold
}

ul,
ol {
	list-style-type: none
}

a {
	color: #0061a0;
	text-decoration: none
}

a:hover,
a:focus {
	color: #0090DA;
	text-decoration: underline
}

a:focus,
select:focus {
	outline: hidden;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

label {
	font-weight: 400;
}

#submit-container {
	margin-top: 30px;
	line-height: 2.5em;
}
.signup-container {
	justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.panel-container {
	justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#pswd_info {
    position: absolute;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1;
}
#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}
#pswd_info ul, #pswd_info li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#pswd_info li.valid {
	color: green!important;
}
#pswd_info li.invalid {
	color: red!important;
}
.pass-validation-icon {
	width: 14px;
}


.subnav-go-back a:hover,
.subnav-go-back a:focus {
	background-color: #007abc;
	outline-color: #fff;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

a:active,
a:visited {
	text-decoration: none
}

::-ms-clear {
	display: none !important;
	width: 0;
	height: 0;
	color: transparent
}

input,
.inputforms {
	height: 40px;
	width: 100%;
	color: #333;
	background-color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	outline: 0;
	padding: 7px 12px
}

select,
textarea {
	height: 40px;
	width: 100%;
	color: #333;
	background-color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	outline: 0;
	padding: 7px 12px
}

input[type=text]::-ms-clear {
	display: none !important;
	width: 0;
	height: 0;
	color: transparent
}

input[type="radio"] {
	display: inline-block;
	height: 20px;
	width: 20px;
	top: 5px;
	left: 7px;
	position: absolute;
	margin: 10px;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	-o-appearance: radio;
	-ms-appearance: radio;
	margin-right: 4px
}

select {
	position: relative;
	z-index: 500;
	background-color: transparent
}

select::-webkit-input-placeholder {
	color: #666
}

select::-ms-expand {
	display: none
}

img {
	width: 100%
}

hr {
	margin-top: 10px;
	margin-bottom: 10px
}

@-moz-document url-prefix() {
	option {
		padding: 3.5px 0 3.5px 15px
	}
}

textarea {
	height: 120px;
	resize: none
}

.icon {
	position: relative;
	height: 20px;
	width: 20px;
	fill: #fff
}

.icon-close {
	height: 16px;
	width: 16px
}

.icon-crosshair {
	height: 26px;
	width: 26px;
	fill: #333
}

.icon-minus {
	left: 36px
}

.icon.blue {
	fill: #0061a0
}

.icon.blue:hover {
	fill: #0090da
}

.col {
	float: left
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.table {
	display: table !important
}

.relative {
	position: relative;
	overflow: hidden
}

.static {
	position: static
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-normal {
	font-weight: normal
}

.text-bold {
	font-weight: bold
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap
}

.newline {
	white-space: pre
}

.newline:after {
	content: "\A"
}

.brand-1st {
	color: #0061a0;
	fill: #0061a0
}

.brand-1st-inv {
	color: #3d9cdb;
	fill: #3d9cdb
}

.brand-2nd {
	color: #8caa0a;
	fill: #8caa0a
}

.brand-3rd {
	color: #0061a0;
	fill: #0061a0
}

.brand-4th {
	color: #7a9816;
	fill: #7a9816
}

.brand-5th {
	color: #e5f4fb;
	fill: #e5f4fb
}

.white {
	color: #fff;
	fill: #fff
}

.brand-gray-1st {
	color: #666;
	fill: #666
}

.brand-gray-2nd {
	color: #aaa;
	fill: #aaa
}

.brand-gray-3rd {
	color: #efefef;
	fill: #efefef
}

.brand-gray-4th {
	color: #333;
	fill: #333
}

.brand-gray-5th {
	color: #999;
	fill: #999
}

.error {
	color: #333;
	fill: #eb4646;
	border-color: #eb4646;
	background-color: #f5d0d0 !important;
	background-color: rgba(245, 208, 208, 0.35)
}

.calc-error {
	color: #A7A8AA;
	font-size: 13px;
}

.warning {
	color: #ff8400;
	fill: #ff8400
}

.bg-brand-1st {
	background-color: #2c77c5
}

.bg-brand-1st-inv {
	background-color: #3d9cdb
}

.bg-brand-2nd {
	background-color: #8caa0a
}

.bg-brand-3rd {
	background-color: #0061a0
}

.bg-brand-4th {
	background-color: #7a9816
}

.bg-brand-5th {
	color: #e5f4fb;
	fill: #e5f4fb
}

.bg-white,
[data-comp-id].bg-color1 {
	background-color: #fff
}

.bg-gray-1st,
[data-comp-id].bg-color2 {
	background-color: #f2f2f2
}

.bg-gray-2nd {
	background-color: #afafaf
}

.bg-gray-3rd {
	background-color: #9f9f9f
}

.bg-gray-4th {
	background-color: #494949
}

.bg-gray-5th {
	background-color: #e3e3e3
}

.bg-error {
	background-color: #b00
}

.bg-warning {
	background-color: #ff8400
}

.border {
	border: 1px solid #ccc
}

.border-top {
	border-top: 1px solid #ccc
}

.border-bottom {
	border-bottom: 1px solid #ccc
}

.border-sides {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.clickable {
	cursor: pointer
}

.box-shadow {
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1)
}

.disabled-anchor,
.disabled-anchor:hover {
	color: #0061a0;
	text-decoration: none
}

.responsive-media-queries {
	display: block !important
}

.alt-img {
	width: auto;
	height: auto
}

::-webkit-input-placeholder {
	color: #333
}

::-moz-placeholder {
	color: #333
}

:-ms-input-placeholder {
	color: #333
}

.error::-webkit-input-placeholder {
	color: #333
}

input.user-checkbox {
	width: inherit;
	padding: 2px 3px;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	-o-appearance: initial;
	-ms-appearance: initial
}

.investments-contact-form-error {
	background-color: #db1818;
	padding: 7px 12px;
	color: #FFF;
	position: relative;
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 13px;
	text-align: left;
	margin-top: 4px
}

.investments-contact-form-error:before {
	content: "";
	background: #db1818;
	position: absolute;
	left: 20px;
	width: 17px;
	height: 6px;
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	display: block;
	top: -8px
}

textarea#leadDesc {
	display: block
}

.form-radio-icon--hidden {
	display: none
}

.form-icon-wrapper {
	position: relative;
	min-height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-icon-wrapper svg {
	position: absolute;
	top: 11px;
	right: 4px;
	width: 19px;
	height: 18px;
	z-index: 601;
	pointer-events: none !important
}

.form-icon-wrapper svg.icon {
	fill: #666
}

.form-icon-wrapper select {
	padding-right: 20px
}

input#form-refineSearchQuery_sr:focus {
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

@-moz-document url-prefix() {
	.form-icon-wrapper select {
		text-indent: -2px
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.form-icon-wrapper select {
		padding-left: 10px
	}
}

.form-icon-wrapper svg .form-icon--error {
	fill: #333
}

.form-icon-wrapper.svg-arrow--error svg {
	fill: #333
}

.form-error {
	border: 1px solid #eb4646;
	background-color: #f5d0d0 !important;
	color: #eb4646;
	fill: #eb4646
}

.form-error::-webkit-input-placeholder {
	color: #333
}

.form-item {
	display: block;
	margin-bottom: 10px
}

.form-item__label {
	display: block;
	width: 100%;
	padding: 0
}

.form-item__field {
	display: block;
	width: 100%;
	padding: 0
}

.form-item input {
	width: 100%
}

.form-item__field.form-icon-wrapper {
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px
}

.form-item__field.form-icon-wrapper select {
	background-color: transparent
}

.form-user-grp input[type=radio] {
	display:inline-block;
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	left:0;
}

.form-user-grp input[type=radio] + label {
	display: inline;
	margin:0;
	font-weight:normal;
}

.form-radio-grp svg {
	vertical-align: middle
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%
}

.contactCard .aemform-minimize {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 0
}

.contactCard .aemform-minimize:focus>svg {
	outline-color: #fff;
	outline-offset: -1px;
	outline-style: solid;
	outline-width: 2px
}

.contactCard .quote-form-minimize {
	position: absolute;
	top: -20px;
	right: 0;
	height: 0
}

.quote-results-form .contactCard .quote-form-minimize {
	position: absolute;
	top: 10px;
	right: -25px;
	height: 0
}

.generic-form .form-user-grp .birthDateDay,
.generic-form .form-user-grp .birthDateMonth,
.generic-form .form-user-grp .birthDateYear {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.generic-form .form-user-grp .sectionBar {
	width: 5%;
	color: inherit;
	padding: 10px 0;
	text-align: center;
	border: 0;
	background-color: inherit;
	box-shadow: none;
	display: table-cell;
	vertical-align: middle
}

.generic-form input:disabled,
.generic-form select:disabled {
	background-color: #ccc;
	border-color: #ccc
}

@media screen and (min-width:768px) {
	.form-item {
		display: table;
		width: 100%
	}
	.form-item__label {
		display: table-cell;
		width: 200px;
		padding: 0 10px
	}
	.form-item__field {
		display: table-cell;
		width: 100%
	}
}

@media screen and (max-width:1023px) {
	.quote-results-form .contactCard .quote-form-minimize {
		top: 0;
		right: -22px
	}
}

[data-comp-id="form-personal-detail-update"],
[data-comp-id="contact-us-agent-lead"],
[data-comp-id="get-in-touch"],
[data-comp-id="FEDVIP-benefit-form"],
[data-comp-id="plansmart-contact-form"],
[data-comp-id="contact-us-form"],
[data-comp-id="ca-dhmo-form"] {
	background-color: #f2f2f2
}

.contact-container.contact-container--form-card .aemform {
	background: none !important
}

.contact-container {
	display: inline-block;
	position: fixed;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	width: 320px;
	top: 0;
	right: -320px;
	overflow-y: auto;
	z-index: 1001;
	background-color: #fff;
	text-transform: none;
	color: #fff;
	padding: 30px
}

.contact-container .productUserType,
.contact-container .form-check-grp label input+span,
.contact-container .form-radio-grp label input+span {
	color: #fff
}

.contact-container--global {
	position: fixed;
	right: -640px;
	max-height: 100%;
	height: 100%;
	top: 0;
	overflow-y: auto;
	background-color: transparent;
	width: 320px;
	z-index: 9999;
	box-shadow: 0 1px 4px 1px rgba(74, 74, 74, 0.49)
}

.contact-container--global a {
	color: #0061a0
}

.contact-container--form-card {
	position: static;
	background-color: #0061a0;
	box-shadow: none;
	width: 100%;
	overflow: visible;
	padding: 30px
}

.contact-container--form-card .contactCard {
	width: 100%;
	margin: auto
}

.contact-container--form-card .form__subtitle,
.contact-container--form-card .contactDisclaimer a {
	color: #fff
}

.contact-container--form-card select {
	background-color: #fff
}

.contact-container--form-card .contactDisclaimer {
	color: #fff
}

.contact-container--form-card .contactSidebarBtns button {
	width: 100%
}

.contact-container--form-card .contactSidebarBtns .btn {
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
	background: linear-gradient(#a4ce4e, #a4ce4e);
	color: #333
}

.contact-container--form-card .contactSidebarBtns .btn:hover {
	background-color: #b7dd58;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7dd58), to(#b7dd58));
	background: -webkit-linear-gradient(#b7dd58, #b7dd58);
	background: linear-gradient(#b7dd58, #b7dd58);
	box-shadow: rgba(0, 0, 0, 0) 0 1px 1px 0;
	text-decoration: underline;
	color: #333
}

.contact-container--form-card .contactSidebarBtns .btn.btn-brand-2nd:hover,
.contact-container--form-card .contactSidebarBtns .btn.btn-brand-2nd:focus {
	outline-color: transparent;
	box-shadow: 0 0 3px #333, 0 0 7px #333
}

.contact-container--form-card .contactOtherDetails {
	display: none
}

.contact-container--form-card .contactOtherDetails {
	bottom: 0;
	right: auto;
	position: relative
}

.contact-container--form-card .thanksHeaderText,
.contact-container--form-card .thanksSubText,
.contact-container--form-card .contactSideCall a,
.contact-container--form-card .otherContactOptions a {
	color: #fff
}

.contact-container--form-card .icon {
	top: 16px;
	cursor: pointer
}

.quote-results-form .contact-container--form-card .icon {
	top: 0
}

.contact-container__contact-us-page {
	padding-bottom: 40px
}

.contact-container__contact-us-page .contactOtherDetails {
	display: none
}

.contactSliderOuterCon {
	color: #666;
	padding: 30px;
	text-transform: none;
	overflow: visible;
	background-color: #fff;
	font-size: 13px;
	line-height: 16px;
	min-height: 100%;
	position: relative;
	padding-bottom: 100px
}

.contactDisclaimer .disabled-anchor {
	color: #999 !important;
	text-decoration: none !important;
	cursor: text !important
}

.contact-close {
	top: 10px;
	right: 30px;
	position: absolute
}
.contact-close .icon {
	width: 16px;
	height: 16px;
	font-size: 1.2em
}

.form-close {
	padding: 20px 10px 0 0
}

.form-close .icon-close {
	cursor: pointer
}

.form__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin-bottom: 6px
}

.results-form__inputs .form__title {
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px
}

.contact-container--form-card .form__title {
	margin-bottom: 0
}

.contact-container--form-card .form__title ~ form {
	margin-top: 12px
}

.contact-container--form-card .form__title ~ .form__subtitle {
	margin-top: 6px
}

.contact-container--form-card .form-minimize[style*="display: inline"] ~ .form__subtitle:not([style*="display: none"]) {
	display: block
}

.contact-container--form-card .form-minimize[style*="display: block"] ~ .form__subtitle:not([style*="display: none"]) {
	display: block
}

.contact-container--form-card .form__subtitle[style*="display: inline"] ~ form {
	margin-top: 0
}

.contact-container--form-card .form__subtitle[style*="display: block"] ~ form {
	margin-top: 0
}

.results-form__inputs .form-row {
	margin: 0
}

.two-column-form-title.form__title {
	text-align: center;
	font-size: 24px;
	line-height: 28px
}

.form__subtitle {
	font-weight: 400;
	font-style: italic;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	display: block
}

.contact_side_heading {
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 20px
}

.form-user-grp {
	padding: 5px 0;
	position: relative
}

.form-state {
	width: 61%;
	float: left
}

.form-zip {
	width: 36%;
	margin-left: 6px;
	float: right
}

.error-mandatory {
	color: #eb4646
}

.errorLabel {
	margin-left: 25px
}

.twoColumnContactForm {
	display: table;
	box-shadow: none;
	padding: 0 10px
}

.updateInfoForm {
	padding: 5px 10px;
	width: 100%
}

.twoColumnContactForm .contactSidebarBtns button {
	width: 100%
}

.twoColumnContactForm .form-item__title {
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 5px
}

.form-row--clear {
	clear: both
}

.contactSideForm .form-icon-wrapper svg {
	top: 16px
}

.contactSideForm .form__title {
	font-size: 16px;
	font-weight: bold
}

.productUserType {
	display: none
}

.productCount {
	margin-bottom: 5px
}

.form-check-grp label,
.form-radio-grp label {
	display: block;
	position: relative;
	line-height: 20px
}

.form-check-grp label input,
.form-radio-grp label input {
	visibility: hidden;
	position: absolute
}

.form-check-grp label input+span,
.form-radio-grp label input+span {
	padding-left: 25px;
	font-size: 13px;
	padding-right: 0px
}

.form__item--description {
	font-size: 13px;
	padding-top: 5px;
	line-height: 16px
}

.form-check-grp label span,
.form-radio-grp label span {
	/*color: #999;*/
	padding-left: 5px;
	font-weight: normal
}

.productUserType {
	display: none
}

.contactSidebarBtns {
	margin: 10px 0
}

.contactSidebarBtns button {
	margin-bottom: 0
}

.text-right {
	text-align: right
}

.contactCard>p {
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-bottom: 0
}

.contactCard>p a {
	text-decoration: underline
}

.quoteToolContact .form__subtitle {
	color: #fff
}

.quoteToolContact .contact-container--form-card .contactCard {
	width: 100%
}

.contactSideThankyou,
.contactSideSubmitError {
	display: none;
	position: absolute;
	top: 24%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px;
	text-align: center
}

.contact-container--form-card .contactSideThankyou,
.contact-container--form-card .contactSideSubmitError,
.twoColumnContactForm .contactSideThankyou,
.twoColumnContactForm .contactSideSubmitError,
.updateInfoForm .contactSideThankyou,
.updateInfoForm .contactSideSubmitError {
	text-align: center;
	position: static;
	top: 10%;
	display: none
}

.thanksHeaderText {
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	color: #333
}

.thanksSubText {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #666
}

.contactOtherDetails {
	text-align: center;
	position: absolute;
	bottom: 27px;
	right: 0;
	width: 100%
}

.col-sm-3 .form-statezip-grp {
	margin-right: 5px;
	margin-left: 5px
}

.contact-container--global .contactSideCall a {
	color: #999;
	text-decoration: none
}

.contactSideCall {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin: 20px auto
}

.contactSidebarCon {
	position: relative;
	background-color: #fff;
	width: 320px;
	padding: 30px 30px 0 30px;
	min-height: 100%;
	box-shadow: 0 1px 4px 1px rgba(74, 74, 74, 0.49);
	padding-bottom: 100px
}

.otherContactOptions a {
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none
}

.otherContactOptions a:hover {
	text-decoration: underline
}

.form-radio-grp label input.user-radio+span:before {
	content: ' ';
	position: absolute;
	left: -4px;
	top: -2px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../img/form/form_radio_unselected_gray.png') left top no-repeat;
	background-size: 25px 25px
}

.form-radio-grp label input.user-radio[type=radio]:checked+span:before {
	background: url('../img/form/form_radio_selected_gray.png') left top no-repeat;
	background-size: 25px 25px
}

.form-radio-grp label input.user-radio[type=checkbox]+span:before {
	background: url('../img/form/form_slider_chkbx_unselected.png') left top no-repeat;
	background-size: 17px 17px
}

.form-radio-grp label input.user-radio[type=checkbox][name='checkIfSame']+span:before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px
}

.form-radio-grp label input.user-radio[type=checkbox]:checked+span:before {
	background: url('../img/form/form_slider_chkbx_selected.png') left top no-repeat;
	background-size: 17px 17px
}

.form-radio-grp label input.user-radio.whiteRadioDial+span:before {
	background: url('../img/form/form_radio_unselected.png') left top no-repeat;
	background-size: 25px 25px
}

.form-radio-grp label input.user-radio[type=radio].whiteRadioDial:checked+span:before {
	background: url('../img/form/form_radio_selected.png') left top no-repeat;
	background-size: 25px 25px
}

.form-radio-grp label input.user-radio[type=checkbox].whiteRadioDial+span:before {
	background: url('../img/form/form_chkbx_unselected.png') left top no-repeat;
	background-size: 17px 17px
}

.form-radio-grp label input.user-radio[type=checkbox].whiteRadioDial:checked+span:before {
	background: url('../img/form/form_chkbx_selected_white.png') left top no-repeat;
	background-size: 17px 17px
}

.form-check-grp label input.user-checkbox+span:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('../img/form/form_slider_chkbx_unselected.png') left top no-repeat;
	background-size: 17px 17px
}

.form-check-grp label input.user-checkbox[type=checkbox]:checked+span:before {
	background: url('../img/form/form_slider_chkbx_selected.png') left top no-repeat;
	background-size: 17px 17px
}

.form-check-grp label input.whiteCheck.user-checkbox[type=checkbox]:checked+span:before {
	background: url('../img/form/form_chkbx_selected_white.png') left top no-repeat;
	background-size: 17px 17px
}

.form-row [class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.contact-us__contact-form [class*="col-"] .form-icon-wrapper svg {
	top: 12px
}

.contact-us__contact-form {
	position: relative;
	font-size: .85em
}

#contact-single_thankyou {
	display: none;
	position: relative;
	text-align: center
}

#contact-single_other {
	position: inherit
}

.contact-us__contact-form__wrapper {
	margin-top: 0
}

#requestFormRContactUs_Acc .form-check-grp,
#requestFormRContactUs_Acc .form-radio-grp {
	padding-top: 5px;
	padding-bottom: 5px
}

.contact-us__contact-form-container .contact-us__contact-form__wrapper {
	box-shadow: none
}

.form-user-grp select {
	background-color: #fff
}

.form-user-grp select option {
	background-color: #fff !important
}

.twoColumnContactForm .form-radio-grp label {
	height: 40px;
	line-height: 40px
}

.form-section {
	clear: both;
	margin-bottom: 10px
}

.updateInfoForm .form-section {
	clear: both
}

.updateInfoForm .form-section-header {
	display: block;
	clear: both;
	margin-bottom: 5px
}

.updateInfoForm .form-section-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600
}

.updateInfoForm .required-section {
	border-bottom: 1px solid #ccc;
	padding: 20px 0 15px 0
}

.updateInfoForm .required-section:first-of-type {
	padding-top: 0
}

.updateInfoForm .fedvip-section {
	padding-top: 20px
}

.updateInfoForm .optional-section {
	margin-top: 20px
}

.updateInfoForm .contatMeSidebarBtn {
	width: 100%;
	margin-bottom: 0
}

.form-user-grp .form-user-ctrl:focus {
	background-color: #fff;
	border-color: #0061a0;
	-webkit-appearance: none;
	outline: 0
}

.contactDisclaimer,
.contactDisclaimer p {
	font-size: 11px;
	line-height: 15px;
	color: #333;
	font-weight: 400
}

.contactDisclaimer:last-child,
.contactDisclaimer p:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.terms-bd-checkbox {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: white url('../img/form/form_slider_chkbx_unselected.png');
	background-size: cover;
	vertical-align: middle
}

.terms-bd-checkbox span {
	vertical-align: middle
}

.terms-bd-checkbox:checked {
	background: white url('../img/form/form_chkbx_selected_white.png');
	background-size: cover
}

.quoteToolContact .terms-bd-checkbox ~ span a {
	color: #fff
}

.form-user-grp-location {
	padding: 5px 0
}

.form-user-grp-location--state {
	width: 48%;
	margin-right: 2%;
	display: inline-block
}

.form-user-grp-location--state select {
	background-color: #fff;
	width: 100%
}

.form-user-grp-location--zip {
	width: 48%;
	display: inline-block;
	margin-bottom: 10px
}

.form-user-grp-location input {
	width: 100%
}

.form-user-grp__dob {
	float: left;
	width: 90%;
	border: 0
}

.form-user-grp__dob:not(:last-child) {
	margin-right: 5px
}

.contact-lead-form__heading__header {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 10px
}

.contact-lead-form__heading__subheader {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-style: italic
}

.login-type-options .form-icon-wrapper svg {
	position: absolute;
	top: 9px;
	right: 2px;
	fill: #666;
	width: 21px;
	height: 21px;
	z-index: 601;
	pointer-events: none
}

.contactAdvisor .terms-bd-checkbox+span a {
	color: white;
	font-size: .85em;
	line-height: 1.375em
}

.contact-form-search-results .contactAdvisor {
	display: table;
	float: right
}

#headerContactSideBarAllOtherOptionsLink {
	text-decoration: none
}

#headerContactSideBarAllOtherOptionsLink:hover,
#headerContactSideBarAllOtherOptionsLink:focus {
	text-decoration: underline
}

.form-radio-grp label input.user-radio.error[type=checkbox]+span,
.form-radio-grp label input.user-radio.error[type=radio]+span {
	color: #eb4646;
	fill: #eb4646
}

.email-signup-form .form-check-grp label,
.email-signup-form .form-radio-grp label {
	display: inline-block;
	line-height: 40px
}

.email-signup-form .form-radio-grp label input.user-radio+span:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 11px;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('../img/form/form_radio_fill_unselected.png');
	background-size: 17px 17px
}

.email-signup-form .form-radio-grp label input.user-radio[type=radio]:checked+span:before {
	background: url('../img/form/form_radio_fill_selected.png');
	background-size: 17px 17px
}

.email-signup-form .form-check-grp label input+span,
.email-signup-form .form-radio-grp label input+span {
	font-size: 14px
}

.email-signup-form .form-radio-grp label input+span {
	padding-right: 10px
}

.updateInfoForm .form-section-header .form-section-status {
	display: block
}

input[name='checkIfSame']+span {
	color: #333
}

@media screen and (min-width:768px) {
	.search-results-container ~ .baseContactFormCard {
		width: 40%;
		float: right
	}
	.contact-container--form-card {
		min-height: 365px
	}
	.contact-container--form-card .contactSidebarBtns button {
		width: inherit
	}
	.contact-container--form-card .hidden-field {
		display: none
	}
	.contact-container--form-card .small-form-field {
		width: calc(41.667% - 7px);
		margin-left: 7px
	}
	.form-row [class*="col-sm-6"]:nth-of-type(odd) {
		padding-right: 5px
	}
	.form-row [class*="col-sm-6"]:nth-of-type(even) {
		padding-left: 5px
	}
	.form-row [class*="col-sm-2"]:nth-of-type(1) {
		padding-right: 5px
	}
	.form-row [class*="col-sm-2"]:nth-of-type(2) {
		padding-right: 5px
	}
	.form-row [class*="col-sm-2"]:nth-of-type(3) {
		padding-right: 5px
	}
	.form-row [class*="col-sm-8"] {
		padding-left: 5px
	}
	#requestFormRightNav_Acc .form-state {
		width: 55%
	}
	.twoColumnContactForm .contactSidebarBtns button {
		width: inherit
	}
	.left-column,
	.right-column {
		width: 50%
	}
	.left-column {
		float: left;
		padding-right: 10px
	}
	.right-column {
		float: right;
		padding-left: 10px
	}
	.twoColumnContactForm {
		display: table;
		width: 65%;
		margin: 0 auto;
		padding-bottom: 40px
	}
	.twoColumnContactForm.form__title {
		font-size: 28px;
		line-height: 32px
	}
	.twoColumnContactForm .form-radio-grp label {
		display: inline-block
	}
	.updateInfoForm {
		display: table;
		width: 65%;
		margin: auto
	}
	.FEDVIP-benefit-form .updateInfoForm {
		width: 85%;
		max-width: 1300px;
		margin: auto
	}
	.updateInfoForm .form-user-grp {
		padding: 0
	}
	.updateInfoForm .form-row {
		margin: 7.5px 0
	}
	.updateInfoForm .form-section {
		margin-bottom: 0
	}
	.updateInfoForm .form-section:after {
		content: "";
		display: block;
		clear: both
	}
	.updateInfoForm .form-section-header {
		margin-bottom: 0
	}
	.updateInfoForm .optional-section {
		margin-top: 30px
	}
	.productUserType {
		margin-top: 10px
	}
	[data-observes-id] {
		display: none
	}
	span.errorRadio {
		color: #eb4646 !important
	}
	.updateInfoForm .contatMeSidebarBtn {
		width: inherit
	}
	.contact-lead-form {
		width: 40%;
		float: right;
		margin-top: 20px
	}
	.contact-container--global a:hover,
	.contact-container--global a:focus {
		color: #0090DA;
		text-decoration: underline
	}
	.contact-form-search-results .contactAdvisor {
		width: 40%
	}
	.contact-container--form-card>.contactCard>span>.icon {
		top: auto;
		width: 16px;
		height: 16px
	}
	.form__title {
		padding-top: 8px
	}
	.updateInfoForm .required-section {
		padding: 30px 0 23.5px 0
	}
	.updateInfoForm .fedvip-section {
		padding-top: 30px
	}
}

@media screen and (min-width:1024px) {
	.updateInfoForm .required-section {
		padding: 40px 0 33.5px 0
	}
	.updateInfoForm .fedvip-section {
		padding-top: 40px
	}
	.contact-container--form-card {
		padding: 40px
	}
	.search-results-container ~ .baseContactFormCard {
		width: 34%
	}
	#requestFormRightNav_Acc .form-state {
		width: 61%
	}
	.form__title {
		font-size: 20px
	}
	.results-form__inputs .form__title {
		padding-top: 0;
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 24px
	}
	.two-column-form-title.form__title {
		font-size: 28px;
		line-height: 32px
	}
	.updateInfoForm .optional-section {
		margin-top: 40px
	}
	.contact-lead-form {
		margin-top: 30px
	}
	.contact-form-search-results .contactAdvisor {
		width: 34%
	}
}

[data-comp-id="footer-contact-form"] {
	background-color: #f2f2f2
}

.investmentsContactFormParent .contact-us__contact-form__header {
	font-weight: bold
}

.investmentsContactFormParent .contact-us__contact-form__sub-header {
	font-size: 14px;
	line-height: 20px;
	color: #333
}

.investmentsContactForm .form-user-grp {
	padding: 5px 0
}

.investmentsContactForm .form-user-grp select:disabled {
	background-color: #ccc
}

.investmentsContactForm .contactSideThankyou,
.investmentsContactForm .contactSideSubmitError {
	position: static;
	top: 10%
}

.investmentsContactForm .contatMeSidebarBtn {
	width: 100%
}

.investmentsContactForm .thanksHeaderText {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 30px
}

.investmentsContactForm .thanksSubText {
	padding-top: 20px
}

.error_message_overlay .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 100%;
	margin: 0 auto
}

.error_message_overlay>.row>.container {
	margin: 50px 0
}

.error_message_overlay .view-close {
	top: 7px;
	right: 7px
}

.error_message_overlay .view-header {
	text-align: center;
	padding: 20px 0
}

.error_message_overlay .view-content {
	width: 80%;
	padding: 0;
	margin: 0 auto
}

.error_message_overlay .view-content h2 {
	font-size: 22px;
	line-height: 26px
}

.error_message_overlay .view-content p {
	font-size: 14px;
	line-height: 18px
}

.error_message_overlay .btn-brand-2nd {
	margin: 0
}

@media screen and (max-width:767px) {
	.microsites-advanced-footer-contact-form {
		padding: 0 20px
	}
}

@media screen and (min-width:768px) {
	.microsites-advanced-footer-contact-form {
		display: table;
		width: 65%
	}
	.investmentsContactForm .form-row {
		margin: 7.5px 0
	}
	.investmentsContactForm .form-user-grp {
		padding: 0
	}
	.investmentsContactForm .contatMeSidebarBtn {
		width: inherit;
		margin-top: 12.5px;
		margin-bottom: 20px
	}
	.investmentsContactForm .thanksHeaderText {
		font-size: 20px;
		line-height: 24px
	}
	.error_message_overlay .wrapper {
		width: 75%
	}
	.error_message_overlay .view-header {
		padding: 40px 0
	}
	.error_message_overlay .view-content h2 {
		font-size: 24px;
		line-height: 30px
	}
	.error_message_overlay .view-content p {
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.error_message_overlay .wrapper {
		width: 65%
	}
	.error_message_overlay .view-header {
		padding: 50px
	}
	.error_message_overlay .view-content h2 {
		font-size: 28px
	}
}

.btn-brand-1st,
.btn-brand-2nd,
.btn-brand-3rd,
.btn-brand-4th,
.btn-brand-6th,
.btn-brand-7th {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	min-width: 90px;
	width: auto;
	border: 0 solid transparent;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
	margin: 0 auto 10px;
	padding: 12.5px 30px;
	display: inline-block;
}
.btn-brand-1st:hover,
.btn-brand-2nd:hover,
.btn-brand-3rd:hover,
.btn-brand-4th:hover,
.btn-brand-6th:hover {
	text-decoration: none
}

.btn-brand-1st {
	background-color: #007abc;
	color: #fff
}

.btn-brand-1st:active,
.btn-brand-1st:focus,
.btn-brand-1st:hover {
	background-color: #0061a0;
	color: #fff;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px;
	box-shadow: 0 0 3px #333, 0 0 7px #333
}

.btn-brand-2nd {
	background-color: #007abc;
	color: #fff
}

.btn-brand-2nd:active,
.btn-brand-2nd:focus,
.btn-brand-2nd:hover {
	background-color: #0090DA;
	box-shadow: 0 0 3px #333, 0 0 7px #333;
	-webkit-box-shadow: 0 0 3px #333, 0 0 7px #333;
	-moz-box-shadow: 0 0 3px #333, 0 0 7px #333;
	text-decoration: underline;
	color: #fff;
	outline-color: #0090DA;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.btn-brand-2nd--disabled,
.btn-brand-2nd--disabled:hover,
.btn-brand-2nd--disabled:focus {
	background-color: #c0dc5a;
	background: -webkit-linear-gradient(#c0dc5a, #b8c580);
	background: -webkit-gradient(linear, left top, left bottom, from(#c0dc5a), to(#b8c580));
	background: linear-gradient(#c0dc5a, #b8c580);
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	cursor: none
}

.btn-brand-3rd {
	background-color: #0d5cad;
	background-image: -webkit-linear-gradient(#0d5cad, #054c92) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0d5cad), to(#054c92)) !important;
	background-image: linear-gradient(#0d5cad, #054c92) !important;
	color: #fff;
	border-color: #0d5cad;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important
}

.btn-brand-4th {
	background-color: #a4ce4e;
	color: #333
}

.btn-brand-4th:active,
.btn-brand-4th:focus,
.btn-brand-4th:hover {
	background-color: #b7dd58;
	box-shadow: 0 0 3px #333, 0 0 7px #333 !important;
	text-decoration: underline;
	color: #333;
	outline: 0
}

.btn-brand-5th,
.btn-brand-5th:focus,
.btn-brand-5th:hover {
	background-color: white;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.btn-brand-6th {
	background-color: #ffffff;
	color: #0061a0;
	border-radius: 4px;
	border: 2px solid #0061a0;
}

.btn-brand-6th:active,
.btn-brand-6th:focus,
.btn-brand-6th:hover {
	background-color: #ffffff;
	box-shadow: 0 0 3px #333, 0 0 7px #333;
	-webkit-box-shadow: 0 0 3px #333, 0 0 7px #333;
	-moz-box-shadow: 0 0 3px #333, 0 0 7px #333;
	text-decoration: underline;
	color: #0061a0;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

/*.btn-brand-6th--disabled,
.btn-brand-6th--disabled:hover,
.btn-brand-6th--disabled:focus {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	cursor: none
}*/

.btn-brand-6th {
	background-color: #ffffff;
	color: #0061a0;
	border-radius: 4px;
	border: 2px solid #0061a0;
}

.btn-brand-6th:active,
.btn-brand-6th:focus,
.btn-brand-6th:hover {
	background-color: #ffffff;
	box-shadow: 0 0 3px #333, 0 0 7px #333;
	-webkit-box-shadow: 0 0 3px #333, 0 0 7px #333;
	-moz-box-shadow: 0 0 3px #333, 0 0 7px #333;
	text-decoration: underline;
	color: #0061a0;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

/*.btn-brand-6th--disabled,
.btn-brand-6th--disabled:hover,
.btn-brand-6th--disabled:focus {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	cursor: none
}*/

.btn-brand-6th--disabled,
.btn-brand-6th--disabled:hover,
.btn-brand-6th--disabled:focus,
.product-card .content-body a.btn-brand-6th[disabled],
.product-card .content-body a.btn-brand-6th[disabled]:hover,
.product-card .content-body a.btn-brand-6th[disabled]:focus,
.btn-brand-6th[disabled],
.btn-brand-6th[disabled]:hover,
.btn-brand-6th[disabled]:focus {
	color: #A7A8AA;
	border-radius: 4px;
	border: 2px solid #A7A8AA;
	pointer-events: none;
}

.btn-brand-6th--disabled:hover,
.btn-brand-6th--disabled:focus,
.product-card .content-body a.btn-brand-6th[disabled]:hover,
.product-card .content-body a.btn-brand-6th[disabled]:focus,
.btn-brand-6th[disabled]:hover,
.btn-brand-6th[disabled]:focus {
	outline-color: #A7A8AA;
	pointer-events: none;
}

@media screen and (min-width:768px) {
	.btn-brand-1st,
	.btn-brand-2nd,
	.btn-brand-3rd,
	.btn-brand-4th,
	.btn-brand-6th {
		font-size: 12px;
		line-height: 14px;
		padding: 12.5px 20px
	}

	.btn-brand-6th.calc-submit {
		margin: 5px 0;
	}
}

@media screen and (min-width:1024px) {
	.btn-brand-1st,
	.btn-brand-2nd,
	.btn-brand-3rd,
	.btn-brand-4th,
	.btn-brand-6th {
		font-size: 12px;
		line-height: 14px;
	}
}

.btn-group {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	zoom: 1;
	position: relative;
	margin-bottom: 12px
}

.btn-group .btn {
	position: relative;
	overflow: visible;
	display: inline-block;
	border-radius: 5px;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	outline: 0;
	background-clip: padding-box;
	zoom: 1;
	font-size: 12px;
	font-weight: normal;
	float: left;
}

.btn-group .btn.active {
	color: #333;
	text-shadow: 0 0 0 #333;
	background-color: #f2f2f2;
	border: 2px solid #333
}

.btn-group .btn:focus {
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.btn-group .btn:not(:first-of-type) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .btn:not(:last-of-type) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group .btn:not(.active)+.btn:not(.active) {
	border-left: 1px solid #f2f2f2
}

.btn-group .btn:only-of-type {
	width: 100%
}

.btn-group .btn::-moz-focus-inner {
	padding: 0;
	border: 0
}

.btn-group+.btn,
.btn-group+.btn-group {
	margin-left: 15px
}

.btn-group .icon svg {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	color: #3d9cdb;
	font-size: 1.5em;
	line-height: .5em;
	top: 33px
}

.btn-group .icon.active {
	display: block
}

.btn-group__icon {
	position: absolute;
	width: 100%;
	top: 27px;
	display: none
}

.btn-group-fax {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-fax .btn {
	background-color: white;
	border: 1px solid #ccc;
	padding: 6px 12px;
	line-height: 0
}

.btn-group-fax .btn.active {
	background-color: #666
}

@media screen and (min-width:1024px) {
	.btn-group .btn {
		font-size: 13px
	}
	.btn-group__icon {
		top: 28px
	}
}

.container {
	width: 100%
}

[data-comp-id] {
	padding: 0px 0 20px 0
}

[data-comp-id].pad-top-xs {
	padding-top: 0
}

[data-comp-id].pad-top-sm {
	padding-top: 10px
}

[data-comp-id].pad-top-md {
	padding-top: 20px
}

[data-comp-id].pad-top-lg {
	padding-top: 40px
}

[data-comp-id].pad-bottom-xs {
	padding-bottom: 0
}

[data-comp-id].pad-bottom-sm {
	padding-bottom: 10px
}

[data-comp-id].pad-bottom-md {
	padding-bottom: 20px
}

[data-comp-id].pad-bottom-lg {
	padding-bottom: 40px
}

.wrapper {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.full-width {
	width: 100% !important
}

.container-width-60,
.container-width-80,
.container-width-100,
.width-60,
.width-60-authored,
.width-65,
.width-65-authored,
.width-80,
.width-80-authored,
.width-100,
.width-100-authored {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

[data-comp-id] [data-comp-id] {
	background-color: inherit
}

[data-comp-id] [data-comp-id]>.wrapper,
[data-comp-id] [data-comp-id] .container-width-60,
[data-comp-id] [data-comp-id] .container-width-80,
[data-comp-id] [data-comp-id] .container-width-100,
[data-comp-id] [data-comp-id] .width-60,
[data-comp-id] [data-comp-id] .width-65,
[data-comp-id] [data-comp-id] .width-80,
[data-comp-id] [data-comp-id] .width-100 {
	width: 100%;
	padding: 0
}

.comp-embed [data-comp-id]>.wrapper,
.comp-embed [data-comp-id] .container-width-60,
.comp-embed [data-comp-id] .container-width-80,
.comp-embed [data-comp-id] .container-width-100,
.comp-embed [data-comp-id] .width-60,
.comp-embed [data-comp-id] .width-65,
.comp-embed [data-comp-id] .width-80,
.comp-embed [data-comp-id] .width-100 {
	width: 100%
}

@media screen and (min-width:768px) {
	[data-comp-id] {
		padding: 0px 0 30px 0
	}
	[data-comp-id].pad-top-xs {
		padding-top: 0
	}
	[data-comp-id].pad-top-sm {
		padding-top: 15px
	}
	[data-comp-id].pad-top-md {
		padding-top: 30px
	}
	[data-comp-id].pad-top-lg {
		padding-top: 60px
	}
	[data-comp-id].pad-bottom-xs {
		padding-bottom: 0
	}
	[data-comp-id].pad-bottom-sm {
		padding-bottom: 15px
	}
	[data-comp-id].pad-bottom-md {
		padding-bottom: 30px
	}
	[data-comp-id].pad-bottom-lg {
		padding-bottom: 60px
	}
	.wrapper {
		width: 95%;
		padding: 0;
	}
	.half-width {
		width: 50%
	}
	.container-width-60 {
		width: 60%
	}
	.container-width-80 {
		width: 80%
	}
	.comp-embed [data-comp-id]>.wrapper {
		padding-left: 30px;
		padding-right: 30px
	}
	.comp-embed [data-comp-id] [data-comp-id]>.wrapper {
		padding: 0
	}
	.comp-embed [data-comp-id="banner"]>.wrapper,
	.comp-embed [data-comp-id="category-banner"]>.wrapper,
	.comp-embed [data-comp-id="comparison-boxes-container"]>.wrapper,
	.comp-embed [data-comp-id="image-product-card"]>.wrapper,
	.comp-embed [data-comp-id="large-banner"]>.wrapper,
	.comp-embed [data-comp-id="medium-product-container"]>.wrapper,
	.comp-embed [data-comp-id="microsite-info-modules"]>.wrapper,
	.comp-embed [data-comp-id="product-card-tile"]>.wrapper,
	.comp-embed [data-comp-id="product-card-quote"]>.wrapper,
	.comp-embed [data-comp-id="skinny-banner"]>.wrapper,
	.comp-embed [data-comp-id="small-product-container"]>.wrapper,
	.comp-embed [data-comp-id="subcategory-tile-container"]>.wrapper,
	.comp-embed [data-comp-id="text-video"]>.wrapper,
	.comp-embed [data-comp-id="tile-container"]>.wrapper {
		padding-left: 0 !important
	}
	.comp-embed [data-comp-id="contextual-links-container"]>.wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

@media screen and (min-width:1024px) {
	[data-comp-id] {
		padding: 0px 0 40px 0
	}
	[data-comp-id].pad-top-xs {
		padding-top: 0
	}
	[data-comp-id].pad-top-sm {
		padding-top: 20px
	}
	[data-comp-id].pad-top-md {
		padding-top: 40px
	}
	[data-comp-id].pad-top-lg {
		padding-top: 80px
	}
	[data-comp-id].pad-bottom-xs {
		padding-bottom: 0
	}
	[data-comp-id].pad-bottom-sm {
		padding-bottom: 20px
	}
	[data-comp-id].pad-bottom-md {
		padding-bottom: 40px
	}
	[data-comp-id].pad-bottom-lg {
		padding-bottom: 80px
	}
	.wrapper {
		width: 85%;
		max-width: 1300px;
		padding: 0;
	}
	.login-wrapper {
		max-width: 345px;
	}
	.width-60,
	.width-60-authored {
		width: 60%
	}
	.width-65,
	.width-65-authored {
		width: 65%
	}
	.width-80,
	.width-80-authored {
		width: 80%
	}
	.width-100,
	.width-100-authored {
		width: 100%
	}
	.comp-embed [data-comp-id]>.wrapper {
		padding-left: 40px;
		padding-right: 40px
	}
}



.collapse-group {
	border-top: 1px solid #CCCCCC;
}

.collapse-btn {
	color: #0061A0;
	text-decoration: none;
	padding: 15px 40px 15px 20px;
	font-size: 14px;
	line-height: 20px;
	display: table;
	width: 100%;
	cursor: pointer;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	position: relative;
}

.collapse-btn:hover, .collapse-btn:active, .collapse-btn:focus {
	color: #0090DA;
	text-decoration: none!important;
	outline: none!important;
}

.collapse-btn .btn-copy,
.collapse-btn .btn-icon {
	display: inline-block;
}

.collapse-btn .btn-clear {
	clear: both;
}

.collapse-btn .btn-copy {
	width: 80%;
	text-align: left;
	float: left;
}

.collapse-btn .btn-icon {
	width: 20%;
	text-align: right;
	float: left;
}

.collapse-btn .btn-icon:after {
	content: '+';
	font-size: 25px;
	line-height: 1px;
}

.collapse-btn[aria-expanded="true"] .btn-icon:after {
	content: '\2013';
	font-size: 25px;
	line-height: 1px;
}

.collapse-btn.collapse-btn-enrollment {
    color: #333;
    text-decoration: none;
    padding: 15px 40px 15px 20px;
    font-size: 14px;
    line-height: 25px;
    display: table;
    width: 100%;
    cursor: pointer;
}

.collapse-btn.collapse-btn-enrollment .btn-copy {
    padding: 0 0 0 0;
}

.collapse-btn.collapse-btn-enrollment .btn-copy h3 {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
}

.collapse-btn.collapse-btn-enrollment .btn-icon:after {
	display: inline-block;
	color: #E3E3E3;
	content: '\2303';
	font-size: 25px;
	line-height: 25px;
	height: 25px;
}

.collapse-btn.collapse-btn-enrollment[aria-expanded="false"] .btn-icon:after {
	display: inline-block;
	color: #333;
	content: '\2303';
	font-size: 25px;
	line-height: 25px;
	height: 25px;

	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.collapse-content {
	width: 100%;
	font-size: 14px;
}

.collapse-content:not(.has-nested-items) {
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
	padding-right: 30px;
}


.hider {
	display: block !important
}

.ctcTall {
	display: none
}

.ctcShort {
	height: auto;
	background-color: #007abc;
	line-height: 20px;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 20px 10px;
	right: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ctcShortCTA {
	font-size: 22px;
	font-weight: normal;
	margin-right: 10px;
	display: block;
	color: #fff;
	text-transform: uppercase
}

.ctcShortNum {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-top: 13px
}

.ctcOffline {
	display: block;
	background-color: #0e5dae;
	color: #fff;
	line-height: 20px;
	position: relative;
	text-align: center;
	margin: 0 -15px
}

.ctcOffline.untopped,
.ctcOffline.topped {
	height: 50px
}

@media screen and (max-width:767px) {
	.ctcShortNum a {
		cursor: pointer;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		min-width: 40px;
		width: auto;
		border: 0 solid transparent;
		border-radius: 2px;
		box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
		margin: 0 auto;
		padding: 12.5px 30px;
		display: inline-block;
		color: #333;
		background-color: #a0c323;
		background: -webkit-linear-gradient(#a0c323, #8caa0a);
		background: -webkit-gradient(linear, left top, left bottom, from(#a0c323), to(#8caa0a));
		background: linear-gradient(#a0c323, #8caa0a);
		position: relative;
		padding-left: 55px
	}
	.ctcShortNum a:hover {
		color: #333;
		background-color: #a4ce4e;
		background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
		background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
		background: linear-gradient(#a4ce4e, #a4ce4e)
	}
	.ctcShortNum .icon-phone3 {
		height: 25px;
		width: 25px;
		fill: #333;
		position: absolute;
		left: 20px;
		top: 7px
	}
	#tcpa_c2c {
		display: none !important
	}
}

@media screen and (min-width:768px) {
	.hider {
		display: block !important;
		width: 328px
	}
	.ctcTall {
		width: 328px;
		background-color: #0061a0;
		color: #fff;
		line-height: 20px;
		position: absolute;
		overflow: hidden;
		padding: 0 15px
	}
	.ctcTall.untopped {
		height: 0;
		-webkit-transition: height 500ms ease 0;
		transition: height 500ms ease 0
	}
	.ctcTall.topped {
		height: 137px;
		-webkit-transition: height 500ms ease 0;
		transition: height 500ms ease 0
	}
	.ctcOffline {
		display: block;
		width: 328px;
		background-color: #0e5dae;
		color: #fff;
		line-height: 20px;
		position: absolute;
		text-align: center
	}
	.ctcOffline.untopped {
		height: 50px;
		-webkit-transition: height 500ms, line-height 500ms, ease 0;
		transition: height 500ms, line-height 500ms, ease 0
	}
	.ctcOffline.topped {
		height: 70px;
		-webkit-transition: height 500ms, line-height 500ms, ease 0;
		transition: height 500ms, line-height 500ms, ease 0;
		line-height: 40px
	}
	.ctcShort {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-width: 300px;
		background-color: #fff;
		position: absolute;
		height: 70px;
		padding: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding-right: 30px
	}
	.ctcShort.minimized {
		height: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.ctcShortCTA {
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
		margin-right: 10px;
		display: inline-block;
		color: #333
	}
	.ctcShortNum {
		font-size: 18px;
		font-weight: bold;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0
	}
	.ctcShortNum a {
		text-decoration: none;
		font-size: 18px;
		line-height: 20px;
		color: #333;
		pointer-events: none
	}
	.ctcShortNum a:hover {
		color: #fff;
		text-decoration: none
	}
	.ctcShortNum .icon-phone3 {
		display: none
	}
	.ctcRow1 {
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
		text-align: center;
		margin-top: 11px;
		text-transform: uppercase
	}
	.ctcRow2 {
		text-align: left;
		margin-top: 10px
	}
	.ctcRow2Text {
		font-size: 12px;
		line-height: 40px;
		font-weight: 400;
		text-align: left;
		margin: 0 8px 0 0;
		display: inline-block;
		width: 25%
	}
	.ctcPhoneField {
		width: 130px;
		padding: 0 12px;
		font-size: 13px;
		border-radius: 2px;
		border: 1px solid #0e5dae;
		height: 40px;
		display: inline;
		color: #999
	}
	.ctcPhoneField.error {
		background: #f5d0d0;
		border: 1px solid #eb4646;
		color: #db3535
	}
	.ctcPhoneField:focus {
		color: #333
	}
	.ctcButton {
		width: 40px;
		height: 40px;
		margin: 0 0 2px 3px;
		display: inline-block;
		border-radius: 5px;
		vertical-align: middle;
		background: -webkit-linear-gradient(#a0c323, #8caa0a);
		background: -webkit-gradient(linear, left top, left bottom, from(#a0c323), to(#8caa0a));
		background: linear-gradient(#a0c323, #8caa0a);
		background: #96b717
	}
	.ctcRow3 {
		margin-top: 11px
	}
	.ctcRow3Text {
		font-size: 12px;
		line-height: 30px;
		font-weight: normal;
		margin: 0 8px 0 0;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 25%
	}
	.ctcPhoneNum {
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		display: inline-block
	}
	.ctcPhoneNum a {
		color: #fff;
		text-decoration: none;
		pointer-events: none
	}
	.ctcPhoneNum a:hover {
		color: #fff;
		text-decoration: none
	}
	#tcpa_c2c {
		display: none;
		background-color: #007abc;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
		padding: 0 15px 15px;
		position: absolute;
		top: 137px;
		width: 328px;
		z-index: 50
	}
	#tcpa_c2c p {
		margin-bottom: 10px
	}
	#tcpa_c2c p:last-child {
		margin-bottom: 0
	}
	#tcpa_c2c a:link {
		color: #fff;
		text-decoration: underline
	}
	#tcpa_c2c a:visited {
		color: #fff
	}
}

@media screen and (min-width:1024px) {
	.hider {
		width: 371px
	}
	.ctcShort {
		width: 371px
	}
	.ctcShortCTA {
		font-size: 14px;
		line-height: 20px
	}
	.ctcShortNum {
		font-size: 20px
	}
	.ctcTall {
		width: 371px
	}
	.ctcOffline {
		width: 371px
	}
	.ctcRow1 {
		font-size: 16px
	}
	.ctcPhoneField {
		width: 170px
	}
	.ctcPhoneNum {
		font-size: 22px
	}
	#tcpa_c2c {
		width: 371px
	}
}

[data-comp-id="contactus-results-container"],
[data-comp-id="contactus-uk-container"],
[data-comp-id="contact-us-directory"],
[data-comp-id="contactus-information"],
[data-comp-id="contactus-section-header-container"] {
	background-color: #fff
}

[data-comp-id="contactus-information"] {
	background-color: #f2f2f2
}

.contact-us__dropdown .form-icon-wrapper {
	display: inline-block;
	min-width: 50%;
	margin: auto
}

.contact-us--medium-size-font {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px
}

.contact-us__address_header {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal
}

.contact-us--small-size-font {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px
}

.contact-us__header {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px
}

.contact-us__header--large {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold
}

.contact-us__sub-header {
	color: #333;
	font-size: 14px;
	line-height: 20px
}

.contact-us__paragraph-header,
.contact-us__single-result__paragraph {
	font-size: 14px;
	line-height: 20px
}

.contact-us__contact-form__sub-header {
	font-weight: normal
}

.contact-us__sub-header,
.contact-us__paragraph-header,
.contact-us__single-result__paragraph {
	margin-bottom: 20px;
	font-weight: normal
}

.contact-us__paragraph-header {
	font-weight: bold;
	margin-bottom: 20px
}

.contact-us__phone-block {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px
}

.contact-us__phone-block span {
	clear: left;
	float: left
}

.contact-us__phone-block .semi-bold {
	font-weight: bold
}

.contact-us__phone-block a.semi-bold {
	font-weight: bold
}

.contact-us__phone-block:nth-child(even) {
	clear: left
}

.contact-us__contact-form__wrapper {
	padding: 40px 25px 0;
	margin-top: 50px;
	margin-bottom: 10px;
	box-shadow: 3px 4px 3px 1px rgba(171, 171, 171, 0.68)
}

.wrapper__contact-us__bottom-box {
	display: table;
	width: 100%;
	font-weight: bold
}

.wrapper__contact-us__bottom-box__links {
	position: relative;
	float: left;
	min-height: 1px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px
}

.wrapper__contact-us__bottom-box__links .clearfix:before {
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0
}

.contact-form__footer {
	margin-top: 40px
}

.content-block__header {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px
}

.section-block,
.content-block {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px
}

.section-block.border-bottom,
.content-block.border-bottom {
	margin-top: 0;
	margin-bottom: 0
}

.section-block .video-text__document,
.content-block .video-text__document {
	margin-bottom: 10px
}

.section-block__split>div {
	margin-bottom: 20px
}

.section-block__split:last-child>div:last-child {
	margin-bottom: 0
}

.section-block__split span {
	display: block;
	width: 100%
}

.contact-us__results__wrapper {
	font-size: 13px;
	line-height: 16px
}

.contact-us-results-content {
	padding: 20px 0 10px
}

.contact-us__result-group {
	margin-bottom: 30px
}

.contact-us__result-group:last-of-type {
	margin-bottom: 0
}

.contact-us__listing-row,
.contact-us__address-block {
	margin-bottom: 10px
}

.contact-us__listing-row:last-child,
.contact-us__address-block:last-child {
	margin-bottom: 0
}

.contact-us__listing-row a {
	color: #0061a0
}

.contact-us__listing-row a:hover {
	color: #0090da;
	text-decoration: underline
}

.contact-results--large-heading {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px
}

.contact-results--small-heading {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold
}

.wrapper__contact-us__bottom-box p {
	margin-bottom: 0
}

.contact-us-uk-contact-info {
	padding: 20px 10px 0
}

@media screen and (max-width:767px) {
	.wrapper__contact-us__bottom-box {
		padding: 0;
		text-align: center
	}
	.wrapper__contact-us__bottom-box__links:not(:first-child) {
		margin-top: 20px
	}
	.wrapper__contact-us__bottom-box__links:not(:last-child):after {
		content: "";
		position: absolute;
		left: 32.5%;
		bottom: 0;
		height: 1px;
		width: 35%;
		border-bottom: 1px solid #ccc
	}
	.wrapper__contact-us__bottom-box__links:not(:last-child) p {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}
	.wrapper__contact-us__bottom-box__links a {
		display: block;
		width: 100%;
		margin-bottom: 10px
	}
	.wrapper__contact-us__bottom-box__links:last-child a {
		border-bottom: 0
	}
	.contact-us__header--large {
		margin-bottom: 15px
	}
	.contact-us__contact-form__wrapper {
		padding-bottom: 20px
	}
	.contact-us__contact-form__wrapper #headerContactSideBarSumbit {
		width: 100%
	}
	.contact-us--small-size-font:not(:first-child):not(:last-child) {
		padding-bottom: 0
	}
	.contact-us__result-group {
		margin-bottom: 20px
	}
}

@media screen and (min-width:768px) {
	.contact-us--small-size-font {
		font-size: 14px;
		display: block
	}
	.contact-us__address_header {
		font-size: 20px;
		line-height: 24px
	}
	.contact-us__results__wrapper {
		font-size: 14px;
		line-height: 20px
	}
	.contact-us__dropdown .form-icon-wrapper {
		min-width: 300px
	}
	.contact-us__contact-form__wrapper {
		padding: 30px 12.5% 0
	}
	.wrapper__contact-us__bottom-box__links {
		display: inline-block;
		width: 50%;
		padding: 10px 0;
		margin-top: 20px
	}
	.wrapper__contact-us__bottom-box__links:nth-child(odd) {
		padding-right: 40px;
		clear: both;
		float: left;
		text-align: right
	}
	.wrapper__contact-us__bottom-box__links:nth-child(even) {
		border-left: 1px solid #ccc;
		padding-left: 40px;
		text-align: left;
		float: right
	}
	.wrapper__contact-us__bottom-box__links:nth-child(-n+2) {
		margin-top: 0
	}
	.wrapper__contact-us__bottom-box__links:last-child:nth-child(odd) {
		width: 100%;
		padding-right: 0;
		border: 0;
		text-align: center
	}
	.wrapper__contact-us__bottom-box__links .clearfix {
		padding-top: 10px
	}
	.wrapper__contact-us__links:nth-child(-n+2) {
		margin-top: 40px
	}
	.contact-us__header {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 30px
	}
	.contact-us__phone-block {
		margin-left: 5%;
		width: 45%
	}
	.section-block,
	.content-block {
		margin-top: 30px;
		margin-bottom: 30px
	}
	.section-block {
		width: 65%;
		margin-left: auto;
		margin-right: auto
	}
	.content-block__header {
		font-size: 24px;
		line-height: 28px
	}
	.section-block__split {
		display: table;
		width: 100%;
		margin-bottom: 20px
	}
	.section-block__split:last-child {
		margin-bottom: 0
	}
	.section-block__split>div {
		display: table-cell;
		width: 50%;
		padding-left: 5%
	}
	.contact-us__header--large {
		font-size: 24px;
		line-height: 28px
	}
	.contact-us-results-content {
		padding-top: 30px
	}
	.contact-us__listing-row a {
		color: #333;
		pointer-events: none;
		cursor: pointer
	}
	.contact-results--small-heading {
		font-size: 14px;
		line-height: 18px
	}
	.contact-us-uk-contact-info {
		padding-top: 30px
	}
}

@media screen and (min-width:1024px) {
	.wrapper__contact-us__bottom-box__links {
		margin-top: 30px
	}
	.wrapper__contact-us__bottom-box__links:nth-child(odd) {
		padding-right: 60px
	}
	.wrapper__contact-us__bottom-box__links:nth-child(even) {
		padding-left: 60px
	}
	.contact-us--small-size-font {
		line-height: 20px
	}
	.contact-us__header {
		font-size: 20px;
		line-height: 24px
	}
	.contact-us__address_header {
		font-size: 22px;
		line-height: 26px
	}
	.section-block,
	.content-block {
		margin-top: 40px;
		margin-bottom: 40px
	}
	.content-block {
		width: 80%;
		margin-left: auto;
		margin-right: auto
	}
	.content-block__header {
		font-size: 28px;
		line-height: 32px
	}
	.contact-us__header--large {
		font-size: 28px;
		line-height: 32px
	}
	.contact-us-results-content {
		padding-top: 40px
	}
	.contact-results--large-heading {
		font-weight: bold;
		font-size: 18px;
		line-height: 22px
	}
	.contact-results--small-heading {
		line-height: 20px
	}
	.contact-us-uk-contact-info {
		padding-top: 40px
	}
}

#iframePage,
.currentIframe {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	border: 0;
	padding: 0;
	margin: auto
}

.iframe {
	line-height: 0
}

.in_view {
	position: relative;
	bottom: -50px
}

.in_view_already {
	position: relative;
	bottom: -50px
}

.on {
	bottom: 0;
	-webkit-transition: bottom 300ms linear;
	transition: bottom 300ms linear
}

.on_delay {
	bottom: 0;
	-webkit-transition-delay: 5000ms;
	transition-delay: 5000ms
}

.list-filter {
	width: 100%;
	margin: 0 auto -10px;
	padding: 0 20px
}

.list-filter__item {
	display: inline-block;
	vertical-align: top
}

.list-filter__item--year {
	width: 49%;
	float: left
}

.list-filter__item--month {
	width: 49%;
	float: right
}

.list-filter__item--topic {
	width: 100%
}

.list-filter__item--single {
	width: auto
}

.list-filter__item .form-item {
	width: auto
}

.list-filter__item .form-item__label {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	padding-right: 15px
}

.list-filter__item .form-item__field {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0
}

.list-filter__item--single .form-item__label {
	padding: 0 15px 15px
}

.list-filter__item--single .form-item__field {
	width: auto;
	min-width: 150px
}

.list-filter ~ .list {
	padding-top: 20px
}

.list__item {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.list__item:last-of-type {
	margin-bottom: 0
}

.list__item--left {
	width: 70%;
	float: left
}

.list__item--right {
	float: right;
	text-align: center;
	margin-right: 20px
}

.list__item--right a:first-of-type {
	margin-right: 5px
}

.list__item--right a:last-of-type:hover {
	text-decoration: underline
}

.list__item--no-border {
	margin-bottom: 20px
}

.list__item--no-border:first-of-type {
	margin-top: 20px
}

.list__item--no-results {
	padding-left: 20px
}

.list__item--no-results ul {
	list-style-type: disc
}

.list__item__date {
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px
}

.list__item__title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px
}

.list__item p {
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.list__item__tips {
	list-style-type: disc;
	font-size: .9em;
	padding-left: 40px;
	margin-bottom: 30px
}

.list__title {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 5px
}

.list [data-form-library-msg] {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

[data-form-library-msg] {
	display: none
}

[data-form-library-msg="all"] {
	display: block
}

[data-form-library-msg] .list__title {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	margin-bottom: 0
}

[data-form-library-msg] .list__copy {
	display: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
	margin-bottom: 10px
}

@media screen and (min-width:768px) {
	.list-filter {
		text-align: center
	}
	.list-filter__item {
		width: auto;
		float: none
	}
	.list-filter__item .form-item__label {
		width: auto;
		font-size: 18px;
		line-height: 40px;
		padding: 0 15px
	}
	.list-filter__item--single .form-item__field {
		width: auto;
		min-width: 200px
	}
	.list-filter__item--year .form-item__field,
	.list-filter__item--month .form-item__field {
		width: 75px
	}
	.list-filter__item--topic .form-item__field {
		width: 150px
	}
	.list-filter ~ .list {
		padding-top: 30px
	}
	.list__item--right {
		text-align: right
	}
	.list__item__date {
		font-size: 11px;
		line-height: 15px
	}
	.list__item__title {
		font-size: 16px;
		line-height: 20px
	}
	.list__item p {
		font-size: 13px;
		line-height: 20px
	}
	.list__title {
		font-size: 16px
	}
	[data-form-library-msg] .list__title {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 10px
	}
	[data-form-library-msg] .list__copy {
		display: block
	}
}

@media screen and (min-width:1024px) {
	.list-filter__item .form-item__label {
		font-size: 20px;
		line-height: 40px
	}
	.list-filter__item--single .form-item__field {
		width: auto;
		min-width: 250px
	}
	.list-filter__item--year .form-item__field,
	.list-filter__item--month .form-item__field {
		width: 100px
	}
	.list-filter__item--topic .form-item__field {
		width: 200px
	}
	.list-filter ~ .list {
		padding-top: 40px
	}
	.list__item--no-border {
		margin-bottom: 30px
	}
	[data-form-library-msg] .list__title {
		font-size: 20px;
		line-height: 24px
	}
}

.modal-open {
	overflow: hidden
}

.rates-overlay {
	display: none;
	position: fixed;
	z-index: 15000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8)
}

.rates-overlay>.row {
	padding: 0 20px;
	margin: 50px auto
}

.rates-overlay>.row>.container {
	position: relative
}

.rates-overlay .view-close {
	display: block;
	position: absolute;
	float: right;
	clear: both;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	z-index: 9;
	cursor: pointer
}

.rates-overlay .view-header {
	text-align: center;
	font-weight: 400;
	padding: 30px 10px;
	color: #333
}

.rates-overlay .view-header h1 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 10px
}

.rates-overlay .view-header h2 {
	font-size: 14px;
	line-height: 20px
}

.rates-overlay .view-nav ul {
	display: inline-block;
	font-size: 0
}

.rates-overlay .view-nav ul li {
	display: inline-block;
	background-color: #e3e3e3;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin: 0 2.5px;
	padding: 15px;
	color: #2377c5
}

.rates-overlay .view-nav ul li.active {
	background-color: white;
	color: black
}

.rates-overlay .view-content {
	padding: 10px
}

.rates-overlay .disclaimer {
	padding-top: 0
}

.opt-out__overlay {
	position: absolute;
	z-index: 1200;
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%
}

.opt-out__overlay__window {
	margin-top: 120px;
	width: 300px;
	background-color: #fff;
	position: relative;
	padding: 5%
}

.opt-out__overlay__window__text {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto
}

.opt-out__overlay__window__action {
	margin-bottom: 10px;
	text-transform: uppercase
}

@media screen and (min-width:768px) {
	.rates-overlay>.row {
		padding: 0
	}
	.rates-overlay .view-header {
		padding: 40px 20px 30px
	}
	.rates-overlay .view-header h2 {
		font-size: 44px;
		line-height: 44px
	}
	.rates-overlay .view-content {
		padding: 20px
	}
	.view-nav--hidden {
		display: none
	}
	.opt-out__overlay__window {
		width: 80%
	}
	.opt-out__overlay__window__text {
		Font-size: 20px;
		line-height: 24px;
		font-weight: 300;
		margin-bottom: 30px
	}
}

@media screen and (min-width:1024px) {
	.rates-overlay .view-header {
		padding: 65px 20px 60px
	}
	.rates-overlay .view-content {
		padding: 20px 7.5%
	}
}

.results_pagination {
	text-align: center
}

.pagination {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	margin-top: 20px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	height: 30px;
	min-width: 30px;
	float: left;
	color: #0061a0;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 8px;
	margin-left: -1px
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #0090da;
	text-decoration: underline
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 2;
	background-color: #0061a0;
	color: #fff;
	font-weight: bold;
	cursor: default;
	text-decoration: none
}

.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus,
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus {
	background-color: #fff;
	color: #ccc;
	cursor: not-allowed;
	text-decoration: none
}

.pagination>.first>a,
.pagination>.prev>a,
.pagination>.next>a {
	font-weight: bold
}

.pagination .last {
	display: inline-block
}

@media(min-width:768px) {
	.results_pagination {
		text-align: left
	}
}

[data-comp-id="tile-container"],
[data-comp-id="banner"],
[data-comp-id="skinny-banner"],
[data-comp-id="large-banner"] {
	background-color: #f2f2f2
}

.product-row {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.product-row__tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-row__tile:last-of-type {
	margin-bottom: 0
}

.product-row__tile__top,
.product-row__tile__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	-webkit-flex: 1 100%;
	flex: 1 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.product-row__tile__top {
	margin-bottom: 20px
}

.product-row__tile__bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.product-row__tile__bottom a {
	margin-bottom: 0
}

.product-row__tile__bottom div.product-row__tile__bottom--secondary {
	margin-top: 10px
}

.product-row__tile__title,
.product-row__tile__promo {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 15px
}

.product-row__tile__copy {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0
}

.product-tile__action,
.product-tile__action--link,
.product-tile__action--tel {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize
}

.product-tile__action {
	color: #333;
	font-weight: normal
}

.product-tile__action--link {
	color: #0061a0;
	font-weight: normal;
	cursor: pointer
}

.product-tile__action--tel-text {
	font-size: 14px;
	line-height: 16px
}

.product-tile__action--link:hover {
	text-decoration: underline
}

.product-tile__action--tel {
	color: #0061a0;
	font-weight: bold;
	cursor: pointer
}

.product-tile__action--text p:last-child {
	margin-bottom: 0
}

.product-row__tile--img-tile {
	background-color: #0061a0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.product-row__tile__img-tile__img {
	width: 100%;
	background-size: cover;
	background-position: center top;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.double-promo .product-row__tile--img-tile__text {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-row__tile--img-tile__text {
	background-color: #0061a0;
	padding: 20px;
	text-align: center;
	position: relative;
	width: 100%
}

.promotion-tile h4 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: white
}

.single-promo {
	position: relative;
	background-color: #0061a0;
	margin-bottom: 0
}

.single-promo .product-row__tile__img-tile__img {
	display: none;
	width: 100%;
	opacity: .5
}

.single-promo .product-row__tile--img-tile__text {
	width: 100%;
	top: 0;
	padding-top: 20px
}

.product-tile .btn-brand-4th,
.promotion-tile .btn-brand-4th,
.skinny-promo-tile .btn-brand-2nd,
.large-promo-tile .btn-brand-2nd {
	margin-bottom: 0
}

.promotion-tile .btn-brand-4th:hover,
.promotion-tile .btn-brand-4th:focus,
.promotion-tile .btn-brand-4th:active,
.promotion-tile .btn-brand-1st:hover,
.promotion-tile .btn-brand-1st:focus,
.promotion-tile .btn-brand-1st:active {
	background-color: #b7dd58;
	box-shadow: rgba(0, 0, 0, 0) 0 1px 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7dd58), to(#b7dd58));
	background: -webkit-linear-gradient(#b7dd58, #b7dd58);
	background: linear-gradient(#b7dd58, #b7dd58);
	text-decoration: underline;
	color: #333
}

.promotion-tile .btn-brand-1st {
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
	background: linear-gradient(#a4ce4e, #a4ce4e);
	color: #333
}

.large-promo-tile .product-row__tile--img-tile__text,
.skinny-promo-tile .product-row__tile--img-tile__text {
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.skinny-promo-tile .product-row__tile__promo {
	font-size: 24px;
	line-height: 28px
}

.large-promo-tile p,
.skinny-promo-tile p {
	font-size: 14px;
	line-height: 18px
}

.large-promo-tile .product-row__tile--img-tile__text .white,
.skinny-promo-tile .product-row__tile--img-tile__text .white {
	color: #333
}

.promotion-tile span {
	font-size: 14px;
	line-height: 18px
}

@media screen and (max-width:767px) {
	.product-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.product-row:first-of-type>.product-row__tile:first-of-type {
		margin-top: 0
	}
	.product-row__tile__img-tile__img {
		min-height: 150px
	}
	.product-row__tile--img-tile:not(:last-child) {
		margin-bottom: 20px
	}
	.product-row__tile--img-tile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.product-row__tile__img-tile__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1
	}
	.large-promo-tile .product-row__tile--img-tile__text,
	.skinny-promo-tile .product-row__tile--img-tile__text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
}

@media screen and (min-width:768px) {
	.product-row__tile:first-child:nth-last-child(1) {
		float: none;
		margin: 0 auto
	}
	.product-row__tile {
		width: 32%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 30px;
		min-height: 280px
	}
	.product-row__tile:not(:last-child),
	.product-row__tile--img-tile:not(:last-child) {
		margin-right: 2%
	}
	.product-row__tile:nth-child(3n) {
		margin-right: 0
	}
	.product-row__tile:first-child:nth-last-child(2) {
		margin-left: 17%
	}
	.combo-width .product-row__tile:first-child:nth-last-child(2) {
		margin-left: 0
	}
	.product-row__tile__title,
	.product-row__tile__promo {
		font-size: 20px;
		line-height: 24px
	}
	.product-row__tile__copy {
		font-size: 13px;
		line-height: 18px
	}
	.product-tile__action,
	.product-tile__action--link {
		font-size: 12px;
		line-height: 16px
	}
	.product-tile__action--tel-text {
		font-size: 14px;
		line-height: 16px
	}
	.product-tile__action--tel {
		color: #333;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none
	}
	.product-row__tile--img-tile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-left: 0;
		margin-right: 0
	}
	.product-row__tile__img-tile__img {
		width: 32%
	}
	.product-row__tile--img-tile__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 25px;
		text-align: left
	}
	.double-promo .product-row__tile--img-tile__text {
		padding: 30px
	}
	.promotion-tile h4 {
		font-size: 13px;
		line-height: 18px
	}
	.product-row__tile--img-tile__text--left {
		/*width: 70%; - df */
		width: 80%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-right: 25px
	}
	.product-row__tile--img-tile__text--left p:last-of-type {
		margin-bottom: 0
	}
	.product-row__tile--img-tile__text--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-line-pack: end;
		-webkit-align-content: flex-end;
		align-content: flex-end;
		margin-left: auto
	}
	.skinny-promo-tile {
		height: auto;
		position: relative;
		width: 100%
	}
	.skinny-promo-tile p {
		margin-bottom: 0
	}
	.skinny-promo-tile .product-row__tile--img-tile__text {
		width: 68%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.promotion-tile span {
		font-size: 13px;
		line-height: 18px
	}
	.skinny-promo-tile .product-row__tile__promo {
		font-size: 18px;
		line-height: 22px
	}
	.large-promo-tile {
		height: auto;
		width: 100%
	}
	.large-promo-tile .product-row__tile--img-tile__text {
		width: 68%
	}
	.large-promo-tile span,
	.skinny-promo-tile span {
		font-size: 13px;
		line-height: 16px
	}
	.large-promo-tile .product-row__tile__img-tile__img {
		min-height: 260px
	}
	.large-promo-tile .product-row__tile--img-tile__text {
		text-align: center;
		background-color: white;
		min-height: 260px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	.large-promo-tile .product-row__tile__promo {
		width: 90%;
		font-size: 26px;
		line-height: 30px;
		margin-left: auto;
		margin-right: auto
	}
	.single-promo {
		width: 32%;
		float: left;
		clear: none;
		margin: 0 0 10px
	}
	.single-promo .product-row__tile__img-tile__img {
		height: inherit
	}
	.double-promo {
		width: 66%;
		float: left;
		clear: none;
		margin-top: 0
	}
	.double-promo.product-row__tile--img-tile {
		min-height: 320px
	}
	.double-promo .product-row__tile__img-tile__img {
		float: right;
		width: 50%;
		height: inherit
	}
	.double-promo .product-row__tile--img-tile__text {
		width: 50%;
		text-align: center
	}
	.triple-promo {
		height: auto;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		background-color: inherit;
		min-height: 145px
	}
	.triple-promo span {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0
	}
	.triple-promo .product-row__tile--img-tile__text {
		background-color: #0061a0
	}
	.product-row__tile__img-tile__img .alt-img {
		width: auto;
		height: auto
	}
}

@media screen and (min-width:1024px) {
	.product-row__tile__title,
	.product-row__tile__promo {
		font-size: 22px;
		line-height: 26px
	}
	.product-row__tile {
		padding: 50px 40px 30px
	}
	.product-row__tile__copy {
		width: 90%;
		margin: auto
	}
	.product-tile__action--link,
	.product-tile__action--text {
		font-size: 13px;
		line-height: 16px
	}
	.product-tile__action--tel,
	.product-tile__action--tel-text {
		font-size: 16px;
		line-height: 16px
	}
	.product-row__tile--img-tile__text {
		padding: 40px
	}
	.double-promo .product-row__tile--img-tile__text {
		padding: 50px 40px 30px
	}
	.promotion-tile h4 {
		font-size: 14px;
		line-height: 20px
	}
	.skinny-promo-tile .product-row__tile__promo {
		font-size: 22px;
		line-height: 26px
	}
	.large-promo-tile span {
		width: 65%
	}
	.large-promo-tile .product-row__tile__promo {
		font-size: 30px
	}
	.triple-promo .product-row__tile--img-tile__text div.white {
		font-size: 22px;
		line-height: 26px
	}
	.product-row__tile--img-tile__text--left {
		/*padding-right: 40px - df*/
		padding-right: 0px
	}
}

.inputHolderSR .suggestionsbox table {
	text-align: left;
	width: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 40px;
	border: 1px #ccc solid
}

.suggestionsbox {
	cursor: pointer
}

.suggestionsbox table {
	visibility: visible;
	width: calc(100% - 20px);
	position: fixed;
	top: 97px;
	left: 10px;
	z-index: 999999999;
	border-radius: 0 0 2px 2px;
	background: white;
	border: 0
}

.suggestionsbox--minimized table {
	-webkit-transition: all .5s;
	transition: all .5s
}

.suggestionsbox table tbody {
	visibility: visible;
	font-size: 13px;
	line-height: 15px
}

.suggestionsbox table tbody tr:hover {
	background-color: #f2f2f2
}

.suggestionsbox table tbody tr:first-child td {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px
}

.suggestionsbox table tbody tr:last-child td {
	font-weight: 600;
	text-transform: uppercase
}

.suggestionsbox table tbody tr td {
	padding: 10px 10px
}

.suggestionsbox table tbody tr:first-child td:first-child {
	padding: 0
}

.suggestionsbox table tbody tr:first-child {
	display: none
}

.suggestionsbox table tbody tr:last-child {
	display: none
}

@media(min-width:768px) {
	.suggestionsbox table {
		width: 170px;
		top: 53px;
		left: 133px
	}
	.suggestionsbox--minimized table {
		top: 42px;
		-webkit-transition: top .5s;
		transition: top .5s
	}
}

@media(min-width:1024px) {
	.suggestionsbox table {
		width: 170px;
		left: 211px;
		-webkit-transition: top .5s;
		transition: top .5s
	}
	.suggestionsbox--minimized table {
		top: 42px
	}
}

.twitter-typeahead {
	width: 100%
}

.tt-menu {
	display: block;
	left: 10px;
	top: 30px !important;
	width: 100%;
	margin: 12px 0;
	background-color: #fff;
	color: black;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 999 !important
}

.tt-suggestion {
	padding: 5px 0 5px 10px
}

.tt-suggestion:hover {
	background-color: #f2f2f2
}

[data-comp-id="pressroom-video"] {
	background-color: #fff
}

.video_container {
	border: 1px solid #ccc
}

.video-text__video {
	padding-bottom: 20px
}

.video-text--video-only .video-text__video {
	padding-bottom: 10px
}

.video-text__label {
	display: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px
}

.videoWrapper {
	position: relative;
	height: auto;
	padding-bottom: 0
}

.videoWrapper--youtube {
	padding-bottom: 56.25%
}

.videoWrapper object {
	position: absolute
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-text__description {
	padding-bottom: 10px
}

.video-text__description h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px
}

.video-text__description h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0
}

.video-text__description .video-text__document {
	margin-bottom: 10px
}

.video-text--video-only .video-text__description h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold
}

.text-video .video-text__description h3 {
	font-weight: normal
}

.video-text--video-only .video-text__description {
	padding-bottom: 0
}

.video_duration {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 10px
}

@media screen and (min-width:768px) {
	.video-text__label {
		margin-top: 0;
		display: block
	}
	.video-text--video-only .video-text__video,
	.video-text--video-only .video-text__description {
		padding-left: 0;
		padding-right: 0;
		margin: auto
	}
}

[data-comp-id="richtext-contact-us"] {
	background-color: #fff
}

.rich-text-component {
	color: #333;
	font-weight: normal
}

.rich-text-component b,
.rich-text-component strong {
	font-weight: bold
}

.rich-text-component p {
	font-size: 14px;
	line-height: 20px
}

.rich-text-component ul {
	font-size: 14px;
	line-height: 20px;
	padding-left: 40px;
	margin-bottom: 20px
}

.rich-text-component li {
	font-size: 14px;
	list-style: disc;
	margin-bottom: 10px
}

.rich-text-component p:last-child,
.rich-text-component ul:last-child {
	margin-bottom: 0
}

.rtf-general-content .wrapper {
	padding: 0 20px
}

.rtf-general-content h2,
.rtf-general-content h3 {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-weight: bold;
	text-align: center
}

.rtf-general-content h2 {
	font-size: 18px;
	line-height: 22px
}

.rtf-general-content h3 {
	font-size: 20px;
	line-height: 24px
}

.rtf-general-content h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold
}

.rtf-general-content .content-snippet {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #333
}

.richtext ul {
	list-style-type: disc;
	padding-left: 15px
}

.richtext ol {
	list-style-type: decimal;
	padding-left: 15px
}

.richtext ul,
.richtext li {
	margin-bottom: 10px
}

.richtext ul:last-child,
.richtext li:last-child {
	margin-bottom: 0
}

.richtext ul ul {
	list-style-type: circle
}

.richtext ol {
	list-style-type: decimal;
	padding-left: 15px
}

.richtext ol ul {
	list-style-type: circle
}

.richtext ol li ul,
.richtext ol li ol,
.richtext ul li ul,
.richtext ul li ol {
	margin-top: 10px;
	margin-bottom: 10px
}

.richtext ol li ul:last-child,
.richtext ol li ol:last-child,
.richtext ul li ul:last-child,
.richtext ul li ol:last-child {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.rtf-general-content .wrapper {
		padding: 0
	}
	.rtf-general-content h2 {
		font-size: 24px;
		line-height: 28px
	}
	.rtf-general-content h3 {
		font-size: 28px;
		line-height: 32px
	}
	.rtf-general-content h4 {
		font-size: 18px;
		line-height: 22px
	}
}

@media screen and (min-width:1024px) {
	.rtf-general-content h2 {
		font-size: 28px;
		line-height: 32px
	}
	.rtf-general-content h3 {
		font-size: 30px;
		line-height: 34px
	}
}

a.video-overlay-anchor {
	position: relative;
	cursor: pointer
}

.video-overlay-anchor svg {
	position: absolute;
	height: 85px;
	width: 85px;
	z-index: 1;
	opacity: .7;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}

svg.icon-video-play-hvr {
	display: none
}

.video-overlay-anchor:hover svg.icon-video-play-hvr {
	display: inline-block
}

.video-overlay-anchor:hover svg.icon-video-play-default {
	display: none
}

.product-module__large .video-overlay-anchor {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	display: block
}

.product-module__large .video-overlay-anchor .productmodule_section1 {
	height: 100%
}

.category-banner .video-overlay-anchor {
	height: auto;
	-ms-flex-preferred-size: 60%;
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	display: block
}

.video-overlay-anchor .promocard__image {
	height: 100%
}

.related-content-image .video-overlay-anchor {
	display: block
}

.contact-advisory .video-overlay-anchor,
.footer-lead-form .video-overlay-anchor {
	display: table-cell;
	width: 66%
}

.contact-advisory .video-overlay-anchor .form-card__img,
.footer-lead-form .video-overlay-anchor .form-card__img {
	position: relative;
	display: block;
	width: 100%
}

@media screen and (max-width:767px) {
	.contact-advisory .video-overlay-anchor,
	.footer-lead-form .video-overlay-anchor {
		display: none
	}
}

.promocard--microsite .video-overlay-anchor {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	display: block
}

.large-banner .video-overlay-anchor,
.skinny-promo-tile .video-overlay-anchor {
	width: 32%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.large-banner .video-overlay-anchor .product-row__tile__img-tile__img,
.skinny-promo-tile .video-overlay-anchor .product-row__tile__img-tile__img {
	width: 100%;
	cursor: pointer
}

@media screen and (max-width:767px) {
	.video-overlay-anchor .promocard__image {
		height: 200px
	}
	.large-banner .video-overlay-anchor,
	.skinny-promo-tile .video-overlay-anchor {
		width: 100%
	}
}

.contextual-links-cont-home .video-overlay-anchor,
.contextual-links-home-us .video-overlay-anchor {
	display: block
}

#mrtQuoteForm .form-user-grp {
	padding: 0
}

#mrtQuoteForm .form-section {
	margin-bottom: 0
}

#mrtQuoteForm .form-row {
	margin-bottom: 15px
}

#mrtQuoteForm .form-icon-wrapper svg {
	top: 11px
}

#mrtQuoteForm .contactSidebarBtns {
	margin-top: 0;
	margin-bottom: 15px
}

#mrtQuoteForm .contactSidebarBtns .btn {
	margin-left: 0
}

#mrtQuoteForm .dateOfBirth .month,
#mrtQuoteForm .dateOfBirth .day {
	padding-right: 10px
}

#mrtQuoteForm .dateOfBirth .month svg,
#mrtQuoteForm .dateOfBirth .day svg {
	right: 14px
}

#mrtQuoteForm .dateOfBirth .mrt-quote-dob-label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0
}

.quote-landing-single .life-insurance-quote-right .contactDisclaimer a:visited,
.quote-landing-single .life-insurance-quote-right .contactDisclaimer a:active {
	color: #fff
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input {
	color: #eb4646;
	fill: #eb4646;
	border-color: #eb4646;
	background-color: #f5d0d0 !important;
	background-color: rgba(245, 208, 208, 0.3)
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input input::-webkit-input-placeholder {
	color: #eb4646 !important
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input input:-ms-input-placeholder {
	color: #eb4646 !important
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input input::-ms-input-placeholder {
	color: #eb4646 !important
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input input::placeholder {
	color: #eb4646 !important
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input input:-ms-input-placeholder {
	color: #eb4646 !important
}

.plansmart-contact-form .form-user-grp>.error+.selectize-control .selectize-input input::-webkit-input-placeholder {
	color: #eb4646 !important
}

@media screen and (max-width:767px) {
	.quote-landing-single .cta_header_quote p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px
	}
}

@media screen and (min-width:768px) {
	.quote-landing-single .life-insurance-quote {
		width: 95%
	}
	#mrtQuoteForm .left-column {
		padding-right: 5px
	}
	#mrtQuoteForm .right-column {
		padding-left: 5px
	}
	#mrtQuoteForm .left-column.alignForTabletView {
		width: 100%;
		padding-right: 0
	}
	#mrtQuoteForm .right-column.alignForTabletView {
		width: 100%;
		padding-left: 0
	}
	#mrtQuoteForm .phone-section {
		margin-top: 0
	}
	.quote-landing-single .life-insurance-quote-left .quote-rtf-title {
		font-weight: normal
	}
}

@media screen and (min-width:1024px) {
	.quote-landing-single .life-insurance-quote {
		width: 85%
	}
	#mrtQuoteForm .left-column {
		padding-right: 10px
	}
	#mrtQuoteForm .right-column {
		padding-left: 10px
	}
	#mrtQuoteForm .left-column.alignForTabletView {
		width: 50%;
		padding-right: 10px
	}
	#mrtQuoteForm .right-column.alignForTabletView {
		width: 50%;
		padding-left: 10px
	}
	#mrtQuoteForm .phone-section {
		margin-top: 16px
	}
}

@media screen and (min-width:1025px) and (max-width:1100px) {
	.quote-landing-single .life-insurance-quote {
		width: 90%
	}
}

.quote-office {
	position: relative;
	z-index: 100;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.quote-office--left,
.quote-office--right {
	display: table;
	width: 100%;
	color: #333;
	background-color: #e3e3e3;
	padding: 20px 20px;
	margin-bottom: 15px
}

@media screen and (min-width:768px) {
	.quote-office {
		width: 95%;
		margin: -230px auto 55px
	}
	.quote-office--left,
	.quote-office--right {
		height: 150px;
		min-height: 150px;
		width: calc(50% - 10px);
		background-color: rgba(242, 242, 242, 0.85);
		padding: 20px;
		margin-bottom: 0
	}
	.quote-office--left {
		float: left;
		margin-left: 0
	}
	.quote-office--right {
		float: right;
		margin-right: 0
	}
	.quote-office--single {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
}

@media screen and (min-width:1024px) {
	.quote-office {
		width: 85%;
		max-width: 1300px;
		margin: -265px auto 70px
	}
	.quote-office>.row {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0
	}
	.quote-office--left,
	.quote-office--right {
		width: calc(50% - 10px);
		padding: 30px
	}
}

[data-comp-id="sitemap"] {
	background-color: #fff
}

@media screen and (max-width:767px) {
	.sitemap>.wrapper {
		padding: 0 20px
	}
}

.breadcrumb {
	display: none;
	position: absolute;
	width: 100%;
	color: #333;
	font-size: 11px;
	line-height: 20px;
	padding: 10px 0 10px 30px
}

.breadcrumb--static {
	position: static
}

.breadcrumb--back {
	display: inline-block
}

.breadcrumb__crumb:last-of-type {
	border: 0
}

.breadcrumb__crumb:not(:last-child)::after {
	content: "\0020\203A\0020"
}

.aem:not(:last-child)::after {
	content: ""
}

@media screen and (min-width:768px) {
	.breadcrumb {
		display: block;
		z-index: 999
	}
}

[data-comp-id="category-banner"] {
	background-color: #f2f2f2
}

.promocard__container {
	background-color: #fff
}

.promocard__image {
	width: 100%;
	background-size: cover;
	height: 200px
}

.promocard__content {
	color: #333;
	text-align: center;
	padding: 20px 20px
}

.promocard__content__header {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px
}

.promocard__content__text {
	width: 80%;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 auto 20px
}

.promocard_content__list {
	text-align: center;
	margin: 0 auto 10px
}

.promocard_content__list ol {
	display: inline-block;
	text-align: left;
	list-style-type: decimal
}

.promocard_content__list li {
	list-style-type: none;
	counter-increment: list;
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px
}

.promocard_content__list li:before {
	content: counter(list);
	position: absolute;
	left: -25px;
	width: 20px;
	height: 20px;
	text-align: right;
	color: #2c77c5;
	border-radius: 50%;
	background-color: #fff;
	padding-right: 7px;
	padding-top: 1px;
	font-size: 12px
}

@media screen and (min-width:768px) {
	.promocard {
		width: 100%;
		min-height: 260px
	}
	.promocard__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.promocard__image {
		height: auto;
		-ms-flex-preferred-size: 60%;
		-webkit-flex-basis: 60%;
		flex-basis: 60%;
		left: 40%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.promocard__content {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		padding: 20px 30px;
		right: 60%;
		-ms-flex-preferred-size: 40%;
		-webkit-flex-basis: 40%;
		flex-basis: 40%
	}
	.promocard__image.image-left {
		left: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
	.promocard__content.content-right {
		right: 0
	}
	.promocard__content__header {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px
	}
	.promocard__content__text {
		font-size: 14px;
		line-height: 20px;
		padding: 0;
		margin-bottom: 25px
	}
	.promocard_content__list li {
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.promocard {
		width: 100%;
		max-width: none;
		min-height: 300px
	}
	.promocard__content {
		padding: 20px 5%
	}
	.promocard__content__header {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px
	}
	.promocard__content__text {
		margin-bottom: 30px
	}
}

.subnav {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 999;
	height: 100%;
	width: 100%;
	text-transform: none
}
.subnav__list {
	width: 100%;
	height: 100%;
	margin: auto
}

.subnav__list__item {
	float: none;
	width: 100%;
	display: block
}

.subnav__list__item:last-child {
	border-bottom: 1px solid #ccc
}

.subnav__list__item__anchor {
	display: block;
	background-color: #e3e3e3;
	border-top: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 30px 20px 20px
}

.subnav__list__item__anchor svg {
	vertical-align: bottom
}

.subnav__list__item__anchor__label {
	margin: auto 0
}

.subnav__list__item__anchor:focus,
.subnav__list__item__anchor:hover {
	outline-color: #fff;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}


@media screen and (min-width:768px) {
	.subnav {
		display: block;
		text-align: center;
		min-height: 60px;
		position: static;
		background: #0061a0
	}
	.subnav__list {
		margin: auto;
		font-size: 0
	}
	.subnav__list__item {
		display: inline-table;
		width: 20%;
		height: 100%;
		vertical-align: top
	}
	.subnav__list__item:last-child {
		border-bottom: 0
	}
	.subnav__list__item:first-child:nth-last-child(5),
	.subnav__list__item:first-child:nth-last-child(5) ~ .subnav__list__item {
		float: left
	}
	.subnav__list__item:first-child:nth-last-child(6),
	.subnav__list__item:first-child:nth-last-child(6) ~ .subnav__list__item {
		float: left;
		width: 16.66667%
	}
	.subnav__list__item:first-child:nth-last-child(7),
	.subnav__list__item:first-child:nth-last-child(7) ~ .subnav__list__item {
		float: left;
		width: 14.2857%
	}
	.subnav__list__item:first-child:nth-last-child(8),
	.subnav__list__item:first-child:nth-last-child(8) ~ .subnav__list__item {
		float: left;
		width: 12.5%
	}
	.subnav__list__item__anchor {
		display: table;
		width: 100%;
		height: 100%;
		min-height: 60px;
		color: white;
		padding: 0;
		border-top: 0;
		background-color: #0061a0
	}
	.subnav__list__item__anchor:hover,
	.subnav__list__item__anchor:focus {
		background-color: #007abc;
		color: white;
		text-decoration: underline
	}
	.subnav__list__item__anchor__label {
		display: table-cell;
		vertical-align: middle;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		padding: 0 5px
	}
	.subnav__list__item__anchor.active {
		background-color: #f2f2f2
	}
	.subnav__list__item__anchor.active:hover,
	.subnav__list__item__anchor.active:focus {
		color: #333;
		text-decoration: underline;
		outline-color: #333;
		outline-offset: -2px;
		outline-style: solid;
		outline-width: 2px
	}
	.subnav__list__item__anchor.active .subnav__list__item__anchor__label {
		color: #333
	}
}

@media screen and (min-width:1024px) {
	.subnav {
		position: static
	}
	.subnav__list {
		width: 85%;
		margin: auto
	}
	.subnav__list__item__anchor__label {
		font-size: 12px;
		line-height: 15px
	}
}

.social_share--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.social__chat--button {
	padding: 7px 10px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	color: #333;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.social__chat--button>.social__sharing--share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 10
}

.social__chat--container .icon {
	height: 16px;
	width: 16px;
	fill: #0061a0;
	vertical-align: middle
}

.social__chat--container .icon.icon-gplus,
.social__chat--container .icon.icon-weibo {
	width: 21px;
	height: 19px
}

.social__chat--container .icon.icon-email {
	width: 24px;
	height: 21px
}

.social__sharing--share a {
	padding-right: 10px
}

.social__chat--button .social__sharing--share {
	padding-right: 0
}

.social__chat--button svg {
	margin-left: 10px
}

.social__chat--socialItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #FFF
}

.social__chat--socialItems-slider {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 200px;
	position: absolute;
	left: 69%;
	background-color: #f2f2f2;
	height: 50px;
	top: 0;
	z-index: 1
}

.campaign-share-container .social__chat--socialItems-slider {
	width: 95px;
	left: -40px;
	background-color: #fff
}

.campaign-share-container .social__chat--socialItems-slider.campaign-social-slider {
	background-color: #f2f2f2;
	width: 118px;
	left: -158px
}

.campaign-share-container .wrapper .social__chat--socialItems-slider.campaign-social-slider {
	background-color: #fff
}

.campaign-card--with-form .campaign-share-container .social__chat--socialItems-slider {
	width: 95px;
	left: -30px;
	background-color: #fff
}

.campaign-card--with-form .campaign-share-container .social__chat--socialItems-slider.campaign-social-slider {
	background-color: #f2f2f2;
	width: 118px;
	left: -148px
}

.social__chat--socialItems a {
	padding-left: 5px;
	padding-right: 5px
}

.social__chat--socialItems a:hover {
	text-decoration: none
}

@media screen and (max-width:767px) {
	.social__chat--container {
		padding: 0 10px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.campaign-share-container .social__chat--container {
		padding: 0
	}
	.social__chat--container>.box-shadow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: auto;
		background-color: #FFF;
		padding: 10px 20px;
		margin: 0 auto;
		max-width: 100%
	}
	.social_share--container {
		background-color: #FFF;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-left: 10px;
		border-left: 1px solid #e3e3e3
	}
	.social_share--container:only-child,
	.social__chat--button:only-child {
		margin: 0 auto
	}
	.social_share--container:only-child {
		border-left: 0;
		width: auto
	}
	.social_share--container:only-child .social__chat--socialItems,
	.social_share--container:only-child .social__chat--socialItems a,
	.social_share--container:only-child social__chat--button {
		width: auto
	}
	.social_share--container:only-child .social__chat--socialItems a {
		margin: 0 5px
	}
	.social_share--container:only-child .social__chat--button .social__sharing--share {
		margin-right: 5px
	}
	.social_share--container .social__chat--button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.social__chat--button {
		padding: 0
	}
	.social__chat--button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.social__sharing--share {
		white-space: nowrap
	}
	.social_share--container:not(:last-child) .social__sharing--share {
		margin-left: 10px
	}
	.social__chat--button.box-shadow {
		box-shadow: none
	}
	.social__sharing .icon-share {
		display: none
	}
	.social__sharing .social__sharing--share a {
		padding-right: 0
	}
	.social__sharing a {
		color: #333;
		cursor: default
	}
	.social__sharing a:hover {
		text-decoration: none
	}
	.social__chat--socialItems {
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 100%
	}
	.social__chat--socialItems a {
		padding-left: 0;
		text-align: center;
		margin: 0 5px
	}
	.social__chat--socialItems.box-shadow {
		box-shadow: none
	}
	.social__chat--socialItems-slider {
		display: none
	}
}

@media screen and (min-width:768px) {
	.click-to-chat-on-page-title>.container {
		position: absolute;
		top: 130px
	}
	.click-to-chat-on-page-title>.container.social-no-subnav {
		top: 70px
	}
	.campaign-share-container {
		background-color: #fff;
		position: relative;
		top: 0
	}
	.social__chat--container {
		position: absolute;
		right: 0;
		padding: 15px 30px 0 0;
		z-index: 999
	}
	.campaign-share-container .social__chat--container {
		position: relative;
		padding: 0
	}
	.campaign-card--with-form .campaign-share-container .social__chat--container {
		position: relative
	}
	.social__chat--container>.box-shadow {
		box-shadow: none
	}
	.social_share--container {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		padding-right: 5px;
		position: relative
	}
	.campaign-share-container .social_share--container {
		padding-right: 0
	}
	.social_share--container.box-shadow {
		box-shadow: none
	}
	.social__chat--button {
		width: auto;
		height: 40px;
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		font-size: 11px;
		color: #007abc;
		border: 2px solid #007abc
	}
	.social__chat--button:hover,
	.social__sharing--share:hover {
		background-color: #007abc;
		cursor: pointer
	}
	.social__chat--button:hover a {
		color: #FFF;
		text-decoration: underline
	}
	.social__chat--button:hover {
		color: #FFF;
		text-decoration: underline
	}
	.social__chat--button:hover .icon {
		fill: #FFF
	}
	.social__sharing--active {
		background-color: #007abc
	}
	.social__sharing--active {
		color: #FFF
	}
	.social__sharing--active .icon-share {
		fill: #FFF
	}
	.social__sharing--active:focus {
		color: #FFF
	}
	.social__chat--socialItems {
		position: relative;
		right: -200px;
		background-color: #FFF;
		z-index: 0;
		top: 1px;
		height: 38px;
		line-height: 38px;
		border: .1px solid #ccc;
		border-right: 0
	}
	.social__chat--socialItems a:first-of-type {
		padding-left: 10px
	}
	.campaign-share-container .social__chat--socialItems {
		right: 160px;
		border: .1px solid #ccc;
		border-left: 0
	}
	.social__chat--socialItems .arrow-left {
		display: none
	}
	.social__chat--socialItems a:last-of-type {
		padding-right: 10px
	}
	.social__sharing--active .arrow-left {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #007abc;
		position: relative;
		right: 0;
		top: 9px;
		display: block;
		z-index: 20
	}
	.campaign-share-container .social__sharing--active .arrow-left {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #007abc;
		border-right: 0
	}
	.social__chat--container .icon.icon-gplus,
	.social__chat--container .icon.icon-weibo {
		width: 23px;
		height: 23px
	}
	.social__chat--container .icon.icon-email {
		width: 25px;
		height: 25px
	}
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.social__chat--socialItems {
		line-height: 34px
	}
}

@media screen and (min-width:1024px) {
	.social__chat--container .icon.icon-gplus,
	.social__chat--container .icon.icon-weibo {
		width: 24px;
		height: 22px
	}
	.social__chat--container .icon.icon-email {
		width: 24px;
		height: 24px
	}
	.campaign-card--with-form .campaign-share-container .social__chat--container {
		position: relative
	}
	.campaign-share-container .social__chat--socialItems-slider {
		width: 95px;
		left: -40px;
		background-color: #fff
	}
	.campaign-share-container .social__chat--socialItems-slider.campaign-social-slider {
		background-color: #f2f2f2;
		width: 118px;
		left: -158px
	}
	.campaign-card--with-form .campaign-share-container .social__chat--socialItems-slider {
		width: 95px;
		left: -40px;
		background-color: #fff
	}
	.campaign-card--with-form .campaign-share-container .social__chat--socialItems-slider.campaign-social-slider {
		background-color: #f2f2f2;
		width: 118px;
		left: -158px
	}
}

[data-comp-id="contact-advisory"],
[data-comp-id="contact-form-card-argentina"],
[data-comp-id="contact-form-image-card"] {
	background-color: #f2f2f2
}

.form-card {
	padding: 0;
	line-height: 20px
}

.form-card__img {
	display: none
}

@media screen and (min-width:768px) {
	.form-card {
		display: table
	}
	.form-card__img {
		display: table-cell;
		width: 60%;
		position: relative
	}
	.form-card__img__inner {
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		min-height: 365px
	}
	.form-card__img__text {
		position: absolute;
		color: white;
		top: 30px;
		left: 30px;
		width: 40%
	}
	.form-card__img__text h3 {
		font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
		font-size: 24px;
		line-height: 28px;
		font-weight: bold
	}
	.form-card__img__text p {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal
	}
}

@media screen and (min-width:1024px) {
	.form-card__img {
		width: 66%
	}
	.form-card__img__text h3 {
		font-size: 32px;
		line-height: 36px
	}
	.form-card__img__text p {
		font-size: 18px;
		line-height: 24px
	}
}

[data-comp-id="content-banner"] {
	padding: 0
}

.content-banner.bg-color1 {
	background-color: #0061a0
}

.content-banner.bg-color1.variation-1 {
	background: -webkit-linear-gradient(top, #007abc, #0061a0);
	background: linear-gradient(to bottom, #007abc, #0061a0)
}

.content-banner.bg-color2 {
	background-color: #fff
}

.content-banner.bg-color3 {
	background-color: #f2f2f2
}

.content-banner>.wrapper {
	padding: 0
}

.content-banner .media-container .videoWrapper {
	position: relative;
	padding-top: 56.25%
}

.content-banner .media-container .vjs-poster {
	background-color: transparent
}

.content-banner .content-container {
	text-align: center;
	padding: 40px 20px
}

.content-banner.bg-color1 .content-container {
	color: #fff
}

.content-banner.bg-color2 .content-container,
.content-banner.bg-color3 .content-container {
	color: #333
}

.content-banner .content-container__title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .4px;
	margin-bottom: 20px
}

.content-banner .content-container__subtitle,
.content-banner .content-container__bodytext {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 30px
}

.content-banner .content-container__title:last-child,
.content-banner .content-container__subtitle:last-child,
.content-banner .content-container__bodytext:last-child,
.content-banner .content-container__bodytext>*:last-child,
.content-banner .content-container__cta {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.content-banner .media-container .bg {
		height: 200px;
		background-position: center top
	}
	.content-banner.variation-3 .content-container__bodytext {
		text-align: left
	}
}

@media screen and (min-width:768px) {
	.content-banner>.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%
	}
	.content-banner.variation-1>.wrapper {
		display: block
	}
	.content-banner.media-left .media-container {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
	.content-banner.media-right .media-container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.content-banner.media-left .content-container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		padding: 60px 30px
	}
	.content-banner.media-right .content-container {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
		padding: 60px 30px
	}
	.content-banner .media-container,
	.content-banner .content-container {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%
	}
	.content-banner .media-container.image {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch
	}
	.content-banner .media-container.video {
		height: auto;
		-ms-flex-item-align: stretch;
		-webkit-align-self: stretch;
		align-self: stretch
	}
	.content-banner .media-container .videoWrapper {
		height: 100%
	}
	.content-banner .media-container .bg {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.content-banner .media-container img {
		display: none
	}
	.content-banner .content-container {
		text-align: left
	}
	.content-banner.media-left.variation-1 .content-container,
	.content-banner.media-right.variation-1 .content-container {
		-webkit-box-flex: 0;
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
		width: 100%;
		text-align: center;
		padding: 80px
	}
	.content-banner .content-container__title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px
	}
	.content-banner .content-container__subtitle,
	.content-banner .content-container__bodytext {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 40px
	}
}

@media screen and (min-width:1024px) {
	.content-banner>.wrapper {
		width: 85%;
		max-width: 1300px
	}
	.content-banner.variation-3 .media-container,
	.content-banner.variation-3 .content-container {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
	.content-banner.variation-2 .media-60 .media-container,
	.content-banner.variation-3 .media-60 .media-container {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 58.33%;
		-webkit-flex: 1 1 58.33%;
		flex: 1 1 58.33%
	}
	.content-banner.variation-1 .content-container {
		width: 66.67%
	}
	.content-banner.variation-2 .media-60 .content-container,
	.content-banner.variation-3 .media-60 .content-container {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 41.67%;
		-webkit-flex: 1 1 41.67%;
		flex: 1 1 41.67%
	}
	.content-banner.media-left .media-container {
		padding: 40px 15px 40px 0
	}
	.content-banner.media-left.variation-3 .media-container {
		padding: 40px 0
	}
	.content-banner.media-left .content-container {
		padding: 40px 50px 40px 65px
	}
	.content-banner.media-left.variation-1 .content-container {
		padding: 80px 0;
		width: 66.67%;
		margin: auto
	}
	.content-banner.media-left.variation-3 .content-container {
		padding: 40px 50px 40px 80px
	}
	.content-banner.media-right .media-container {
		padding: 40px 0 40px 15px
	}
	.content-banner.media-right.variation-3 .media-container {
		padding: 40px 0
	}
	.content-banner .media-container .bg {
		padding-top: 56.25%
	}
	.content-banner.media-right .content-container {
		padding: 40px 65px 40px 50px
	}
	.content-banner.media-right.variation-1 .content-container {
		padding: 80px 0;
		width: 66.67%;
		margin: auto
	}
	.content-banner.media-right.variation-3 .content-container {
		padding: 40px 80px 40px 50px
	}
	.content-banner .content-container__title {
		font-size: 44px;
		line-height: 52px
	}
	.content-banner .content-container__subtitle,
	.content-banner .content-container__bodytext {
		font-size: 20px;
		line-height: 28px
	}
}

.contextual-link {
	display: block;
	height: 60px;
	border-bottom: 1px solid #ccc
}

.contextual-link__content {
	padding-left: 25px;
	height: 100%
}

.contextual-link__content svg {
	position: relative;
	top: 20px;
	right: 20px
}

.contextual-link__content__label {
	position: relative;
	height: 100%
}

.contextual-link__content__label p {
	height: 100%;
	width: 100%;
	color: #0061a0;
	font-size: 16px;
	line-height: 60px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0
}

.contextual-link:hover .contextual-link__content__label p {
	color: #0090da;
	text-decoration: underline
}

.contextual-link__content__label svg {
	position: absolute;
	top: 35%;
	height: 14px;
	width: 14px
}

@media screen and (max-width:767px) {
	.contextual-link {
		width: 100%
	}
	.contextual-link:first-of-type {
		border-top: 1px solid #ccc
	}
	.contextual-link__content__label {
		display: table;
		width: 100%
	}
	.contextual-link__content__label p,
	.contextual-link__content__label svg {
		display: table-cell;
		vertical-align: middle
	}
}

@media screen and (min-width:768px) {
	.contextual-link {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		height: auto;
		border-bottom: 0
	}
	.contextual-link:hover {
		background-color: rgba(173, 208, 240, 0.2)
	}
	.contextual-link__content {
		padding: 40px 15px;
		font-size: 11px;
		line-height: 16px
	}
	.contextual-link__content svg {
		display: none
	}
	.contextual-link__content__img {
		height: 50px;
		width: auto;
		margin: 0 auto;
		display: block
	}
	.contextual-link__content__label p {
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		padding: 0;
		margin: 5px auto 0
	}
}

@media screen and (min-width:1024px) {
	.contextual-link__content {
		padding-left: 20px;
		padding-right: 20px
	}
}

[data-comp-id="contextual-links-cont-home"],
[data-comp-id="contextual-links-home-us"] {
	background-color: #f2f2f2
}

.more-content {
	background-color: inherit;
	text-align: center
}

.more-content__title {
	display: none;
	width: 100%;
	color: #333;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	padding: 0 20px 20px
}

.more-content__section {
	background-color: #fff;
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px
}

.more-content__section:last-child {
	margin-bottom: 0
}

.more-content__section img {
	width: 100%;
	height: auto;
	padding-bottom: 20px
}

.more-content__section h2 {
	font-size: 22px;
	line-height: 26px;
	padding: 20px;
	margin-bottom: 0
}

.more-content__section a:hover {
	color: #0090DA;
}

.more-content__section a:nth-child(2) {
	display: inline-block;
	color: #333;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 20px 20px
}

.more-content__section a:nth-child(3) {
	display: block;
	color: #0061a0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 20px
}

@media screen and (min-width:768px) {
	[data-comp-id="contextual-links-cont-home"],
	[data-comp-id="contextual-links-home-us"] {
		background-color: #fff
	}
	.more-content__title {
		display: block
	}
	.more-content__section {
		display: inline-block;
		float: left;
		width: 32%;
		background-color: transparent;
		box-shadow: none;
		margin: 0 2% 0 0
	}
	.more-content__section:first-of-type:nth-last-of-type(1),
	.more-content__section:first-of-type:nth-last-of-type(1) ~ .more-content__section:first-of-type {
		margin-left: 34%
	}
	.more-content__section:first-of-type:nth-last-of-type(2),
	.more-content__section:first-of-type:nth-last-of-type(2) ~ .more-content__section:first-of-type {
		margin-left: 18%
	}
	.more-content__section:first-of-type:nth-last-of-type(4),
	.more-content__section:first-of-type:nth-last-of-type(4) ~ .more-content__section {
		width: 23.5%
	}
	.more-content__section:last-child {
		margin-right: 0
	}
	.more-content__section img {
		padding-bottom: 10px
	}
	.more-content__section h2 {
		font-size: 20px;
		line-height: 24px;
		padding: 0
	}
	.more-content__section a:nth-child(2) {
		font-size: 14px;
		line-height: 18px;
		font-weight: normal
	}
	.more-content__section a:nth-child(3) {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 0
	}
	.more-content__section a:nth-child(2):hover,
	.more-content__section a:nth-child(2):focus,
	.more-content__section a:nth-child(3):hover,
	.more-content__section a:nth-child(3):focus,
	.more-content__section a:nth-child(3):active {
		color: #0061a0;
		text-decoration: underline
	}
}

@media screen and (min-width:1024px) {
	.more-content__title {
		font-size: 26px;
		line-height: 30px
	}
	.more-content__section a:nth-child(2) {
		font-size: 16px;
		line-height: 20px
	}
	.more-content__section a:nth-child(3) {
		font-size: 14px;
		line-height: 18px
	}
}

[data-comp-id="contextual-links-container"] {
	background-color: #f2f2f2;
	padding-top: 0;
	padding-bottom: 0
}

.contextual-links-row a:hover {
	text-decoration: none
}

@media screen and (min-width:768px) {
	.contextual-links-row {
		width: 100%;
		text-align: center;
		font-size: 0
	}
}

@media screen and (min-width:768px) {
	.contextual-links-row {
		width: 85%
	}
}

[data-comp-id="disclaimer"] {
	padding-bottom: 0;
	background-color: #f2f2f2
}

.disclaimer {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left
}

.disclaimer>.wrapper {
	padding: 0 20px 20px;
}

.disclaimer--border>.wrapper {
	border-bottom: 1px solid #ccc
}

.disclaimer p {
	margin-bottom: 15px
}

.disclaimer p:last-child {
	margin-bottom: 0
}

.disclaimer .bold {
	font-weight: bold
}

@media screen and (min-width:768px) {
	.disclaimer>.wrapper {
		border-bottom: 1px solid #ccc;
		padding: 0 0 30px;
	}
}

@media screen and (min-width:1024px) {
	.disclaimer>.wrapper {
		padding: 0 0 40px
	}
}

.global-footer {
	color: #999;
	padding-bottom: 25px
}

.global-footer .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.global-footer a:hover {
	color: #0090DA;
}

.social-alignment {
	float: right
}

.footer-logo {
	display: block;
	font-size: 2em;
	padding: 25px 20px;
}

.footer-logo img {
	width: 130px
}

.footer-social {
	text-align: right;
	padding-top: 32px;
	padding-right: 15px
}

.social__link {
	display: inline-block
}

.social__link:not(:first-of-type) {
	margin-left: 10px
}

.social__link svg {
	height: 16px;
	width: 16px;
	fill: #0061a0
}

a.social__link:hover svg {
	fill: #007abc
}

a.social__link:focus svg {
	display: block;
	fill: #007abc;
	outline-color: #007abc;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.social__link svg.icon-gplus,
.social__link svg.icon-weibo {
	width: 21px;
	height: 19px
}

.social__label {
	display: none
}

@media screen and (min-width:768px) {
	.global-footer {
		padding-bottom: 110px
	}
	.global-footer .wrapper {
		padding-top: 30px
	}
	.footer-logo {
		display: none
	}
	.social-alignment {
		float: right
	}
	.social__link {
		float: left;
		margin-top: 8px;
		margin-left: 10px
	}
	.social__link:not(:first-of-type) {
		margin-left: 15px
	}
	.social__link svg {
		height: 19px;
		width: 19px
	}
	.social__link svg.icon-gplus,
	.social__link svg.icon-weibo {
		width: 23px;
		height: 23px
	}
	.social__label {
		font-size: 12px;
		display: inline-block;
		float: left;
		margin-top: 6px;
		line-height: 2.3em
	}
	.footer-country-language-social {
		width: 100%;
		padding: 0 0 30px
	}
	.footer-logo {
		display: none
	}
	.footer-social {
		text-align: right;
		float: right;
		padding: 0
	}
	.footer-social svg:hover {
		fill: #0061a0
	}
}

@media screen and (min-width:1024px) {
	.global-footer {
		padding-bottom: 150px
	}
	.global-footer .wrapper {
		padding-top: 40px
	}
	.social__link svg {
		height: 18px;
		width: 18px
	}
	.social__link svg.icon-gplus,
	.social__link svg.icon-weibo {
		width: 24px;
		height: 22px
	}
	.social__label {
		font-size: 16px;
		margin-top: 0
	}
	.footer-country-language-social {
		padding: 0 0 40px;
		margin: 0
	}
}

.footer-main__items {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	padding: 0 0 30px
}

.footer-main__label {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal
}

.footer-sub__items a {
	color: #0061a0;
	font-weight: normal
}

.footer-sub__item {
	width: 100%;
	margin-bottom: 5px
}

.footer-sub__label,
.footer-sub__label:visited {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal
}

.footer-sub__label:hover {
	text-decoration: underline
}

@media screen and (min-width:768px) {
	.footer-main__item {
		width: 20%
	}
	.footer-sub__items a:hover {
		color: #0090DA;
		text-decoration: underline
	}
	.footer-main__label {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 10px;
		text-align: left
	}
	.footer-sub__label,
	.footer-sub__label:visited {
		font-size: 11px;
		line-height: 15px
	}
}

@media screen and (min-width:1024px) {
	.footer-main__items {
		padding: 0 0 40px
	}
	.footer-main__label {
		font-size: 16px;
		line-height: 20px
	}
	.footer-sub__label,
	.footer-sub__label:visited {
		font-size: 12px;
		line-height: 16px
	}
}

.footer-language {
	border: 1px solid #ccc;
	border-left-width: 0;
	border-right-width: 0;
	line-height: 2.26em;
	padding: 15px 0;
	text-align: center
}

.footer-language>a {
	color: #0061a0;
	font-weight: normal
}

.language__link {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal
}

.language__link:nth-child(3) {
	display: inline-block
}

@media screen and (max-width:767px) {
	.language__link {
		display: none
	}
	.language__link:last-of-type {
		display: inline-block
	}
}

@media screen and (min-width:768px) {
	.footer-language {
		text-align: left;
		border: 0;
		padding: 0
	}
	.footer-language>a:hover {
		color: #0090DA;
		text-decoration: underline
	}
	.language__link {
		display: inline-block;
		padding: 0 5px 0 10px;
		font-size: 11px;
		line-height: 15px;
		font-weight: bold
	}
}

@media screen and (min-width:1024px) {
	.footer-language {
		text-align: left
	}
	.language__link {
		font-size: 12px;
		line-height: 16px
	}
	.language__link:first-child {
		padding-left: 20px
	}
}

.footer-legal {
	color: #999;
	font-size: 12px;
	padding-top: 20px
}

.footer-legal__disclaimer {
	display: block;
	margin: 10px 0
}

.footer-legal__call {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto 25px;
	font-size: 14px;
	line-height: 15px
}

.footer-legal__copy {
	font-size: 12px;
	line-height: 20px
}

.footer-legal__copy a {
	color: #0061a0;
	font-weight: normal
}

.footer-legal__link {
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 20px
}

.footer-legal__link a {
	margin: 0 3px
}

.footer-legal__link>.footer-legal__bullet:before {
	content: "\2022";
	padding: 0;
	display: inline-block
}

.footer-legal__bullet {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	margin: 0 5px
}

.footer-disclaimer {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 25px
}

.footer-legal__copyright {
	font-size: 12px;
	line-height: 20px;
	text-align: left
}

.footer-legal__logo:focus {
	outline: auto
}

.footer-legal__logo img {
	height: auto;
	width: 130px;
	margin: 0 auto 10px
}

.footer-legal__copyright p {
	margin: 0
}

.footer-legal__copyright p:nth-child(1) {
	display: inline
}

.footer-legal__copyright p:nth-child(n+1) {
	margin: 15px 0 0 0
}

.footer-legal__copyright p.footer-legal__doc-id {
	margin: 0
}

.footer-partner-logos {
	font-size: 14px;
	line-height: 15px;
	margin: 15px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-partner-logos>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 30px 20px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.footer-partner-logos>span:last-of-type {
	border-right: 0
}

.footer-partner-logos img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 25px;
	width: 25px;
	text-align: left
}

.footer-partner-logos a,
.footer-partner-logos span span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 18px;
	margin: 0 0 0 15px;
	width: 80px
}

@media screen and (max-width:367px) {
	.footer-legal__link a {
		font-size: 14px;
		line-height: 15px
	}
}

@media screen and (max-width:767px) {
	.footer-legal__copyright {
		padding: 20px 20px 0
	}
	.footer-partner-logos {
		padding: 0 10px
	}
}

@media screen and (min-width:768px) {
	.footer-legal {
		border-top: 1px solid #ccc;
		padding-top: 30px
	}
	.footer-legal:only-child {
		border-top: 0;
		padding-top: 0
	}
	.footer-legal__logo-container {
		width: auto
	}
	.footer-legal__copy {
		padding-left: 50px
	}
	.footer-legal__copy a:hover {
		color: #0090DA;
		text-decoration: underline
	}
	.footer-legal__link {
		display: inline;
		font-size: 12px;
		text-align: left;
		border: 0;
		padding: 0;
		margin: 0
	}
	.footer-legal__link a {
		margin: 0
	}
	.footer-legal--quote-results {
		padding-top: 40px
	}
	.footer-legal__logo {
		display: block;
		width: 130px
	}
	.footer-legal__logo i {
		font-size: 36px
	}
	.footer-legal__logo img {
		margin-bottom: 0
	}
	.footer-disclaimer {
		display: inline;
		padding: 0
	}
	.footer-legal__copyright {
		display: inline
	}
	.footer-legal__call {
		font-size: 13px;
		line-height: 15px;
		padding: 0;
		margin: 0;
		margin-top: 15px
	}
	.feedback--link {
		display: none
	}
	.footer-partner-logos img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
}

@media screen and (min-width:1024px) {
	.footer-legal {
		padding-top: 40px
	}
	.footer-legal__link {
		font-size: 12px;
		line-height: 20px
	}
	.footer-legal__copy {
		padding-left: 100px
	}
	.footer-disclaimer {
		width: auto
	}
}

[data-comp-id="grouped-list"] {
	padding: 0
}

.grouped-list.bg-color1 {
	background-color: #f2f2f2
}

.grouped-list.bg-color2 {
	background-color: #0061a0
}

.grouped-list>.wrapper {
	text-align: center;
	word-wrap: break-word;
	padding-top: 40px;
	padding-bottom: 40px
}

.grouped-list .grouped-list__text-container {
	padding-bottom: 40px
}

.grouped-list.bg-color1 .grouped-list__text-container {
	color: #333
}

.grouped-list.bg-color2 .grouped-list__text-container {
	color: #fff
}

.grouped-list .grouped-list__title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: .2px;
	margin-bottom: 20px
}

.grouped-list .grouped-list__subtitle {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 30px;
	padding: 0 20px
}

.grouped-list .grouped-list__title:last-child,
.grouped-list .grouped-list__subtitle:last-child,
.grouped-list .grouped-list__subtitle>*:last-child,
.grouped-list .content-container__cta {
	margin-bottom: 0
}

.grouped-list .grouped-list__groups-container {
	background-color: #fff;
	padding: 0 20px
}

.grouped-list .group {
	position: relative;
	width: 100%;
	color: #333;
	padding: 20px 0
}

.grouped-list .group:not(:last-child):after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
	margin: auto
}

.grouped-list .group__image img {
	width: 40px;
	height: auto
}

.grouped-list .group__content {
	width: 100%;
	min-width: 0
}

.grouped-list .group__name {
	width: 100%;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px
}

.grouped-list .group__name p {
	width: 100%;
	min-width: 0;
	margin-bottom: 0
}

.grouped-list .group__description {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 20px
}

.grouped-list .group__name:last-child,
.grouped-list .group__description:last-child,
.grouped-list .group__description>*:last-child {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.grouped-list .group__image {
		margin-bottom: 10px
	}
	.grouped-list .group__name img {
		display: none
	}
}

@media screen and (min-width:768px) {
	.grouped-list>.wrapper {
		text-align: left;
		padding-top: 80px;
		padding-bottom: 80px
	}
	.grouped-list .grouped-list__text-container {
		width: 75%;
		margin: auto;
		padding-left: 40px;
		padding-right: 40px
	}
	.grouped-list .grouped-list__groups-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 75%;
		margin: auto;
		padding: 20px 25px
	}
	.grouped-list .grouped-list__title {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: .3px;
		margin-bottom: 30px
	}
	.grouped-list .grouped-list__subtitle {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 40px;
		padding: 0
	}
	.grouped-list .group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 20px 15px 20px
	}
	.grouped-list .group.cta {
		padding-bottom: 40px
	}
	.grouped-list .group:not(:last-child):after {
		left: 15px;
		width: calc(100% - 30px)
	}
	.grouped-list .group:first-child:nth-last-child(4),
	.grouped-list .group:first-child:nth-last-child(4) ~ .group {
		width: 50%
	}
	.grouped-list .group:first-child:nth-last-child(5),
	.grouped-list .group:first-child:nth-last-child(5) ~ .group {
		width: 50%
	}
	.grouped-list .group:first-child:nth-last-child(5) {
		width: 100%
	}
	.grouped-list .group:first-child:nth-last-child(6),
	.grouped-list .group:first-child:nth-last-child(6) ~ .group {
		width: 50%
	}
	.grouped-list .group:first-child:nth-last-child(4) ~ .group:nth-last-child(-n+2):after,
	.grouped-list .group:first-child:nth-last-child(5) ~ .group:nth-last-child(-n+2):after,
	.grouped-list .group:first-child:nth-last-child(6) ~ .group:nth-last-child(-n+2):after {
		content: "";
		height: 0
	}
	.grouped-list .group:nth-last-child(-n+3):first-child .group__name img,
	.grouped-list .group:nth-last-child(-n+3):first-child ~ .group .group__name img {
		display: none
	}
	.grouped-list .group:nth-last-child(n+4) .group__image,
	.grouped-list .group:nth-last-child(n+4) ~ .group .group__image {
		display: none
	}
	.grouped-list .group__image img {
		width: 50px;
		margin-right: 20px
	}
	.grouped-list .group__name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 20px;
		line-height: 28px
	}
	.grouped-list .group__name img {
		width: 40px;
		height: auto;
		margin-right: 10px
	}
	.grouped-list .group__cta {
		position: absolute;
		bottom: 20px
	}
}

@media screen and (min-width:1280px) {
	.grouped-list>.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-top: 40px;
		padding-bottom: 40px
	}
	.grouped-list .grouped-list__text-container {
		height: 100%;
		width: 50%
	}
	.grouped-list.text-left .grouped-list__text-container {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
		padding: 0 80px 0 50px
	}
	.grouped-list.text-right .grouped-list__text-container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		padding: 0 50px 0 80px
	}
	.grouped-list .grouped-list__groups-container {
		height: 100%;
		width: 50%
	}
	.grouped-list .grouped-list__title {
		font-size: 36px;
		line-height: 44px;
		letter-spacing: .4px
	}
	.grouped-list .grouped-list__subtitle {
		font-size: 20px;
		line-height: 28px
	}
	.grouped-list .group__image img {
		width: 60px
	}
	.grouped-list .group__name {
		font-size: 24px;
		line-height: 32px
	}
}

.skip {
	position: fixed;
	top: 0;
	left: 0;
	background: #f2f2f2;
	width: 100%;
	padding: 10px 30px;
	border-bottom: 1px solid #e3e3e3;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #0061a0
}

.skip-devices {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.global-header {
	position: fixed;
	top: 0;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
	z-index: 1000;
}

.global-header,
.global-header__row,
.global-header__left,
.global-header__right {
	height: 50px;
	-webkit-transition: height .5s;
	transition: height .5s;
}


.global-header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.global-header__left,
.global-header__right {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	line-height: 50px;
}

.global-header__right {
	text-align: right;
}



.global-header__logo.img-responsive {
	display: inline-block;
}

.global-header__logo.img-responsive:first-of-type {
	margin-right: 10px;
}

.global-header__logo-metlife {
	height: auto;
	max-height: 27px;
	width: 120px;
	color: #333;
	font-weight: normal;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.global-header__logo-sponsor {
	height: auto;
	/*max-height: 27px;*/ max-height: 35px;
	width: auto;
	color: #333;
	font-weight: normal;
	-webkit-transition: all .5s;
	transition: all .5s;
}


.login-trigger__label,
.contact-trigger__label,
.search-trigger__label,
.home-trigger__label,
.megamenu-trigger__label,
.extra-content-trigger__label {
	color: #333;
	font-weight: normal
}

.megamenu-trigger {
	width: 43px;
	margin-left: 0;
	height: 50px;
	color: #333;
	cursor: pointer
}

.megamenu-trigger__icon {
	position: absolute;
	top: 15px;
	z-index: 920
}

.megamenu-trigger__icon.icon-close {
	display: none;
	position: absolute;
	top: 17px
}

.home-trigger {
	display: none;
	color: #333;
	cursor: pointer
}

.home-trigger__label,
.megamenu-trigger__label {
	display: none;
	text-decoration: none
}

.home-trigger__icon:before,
.megamenu-trigger__icon:before {
	padding-right: 3px;
	position: relative;
	font-size: 1.78em;
	top: 5px
}

#overlayerback {
	text-align: start;
	position: absolute;
	top: 10px;
	left: 10px;
	background: 0;
	color: #333;
	z-index: 0
}

#searchInPage {
	position: relative;
	z-index: 1
}

#searchInPage:focus {
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

#Search {
	position: relative;
	z-index: 1
}

.search-trigger__icon,
.megamenu-trigger__icon {
	left: 12px
}

.search_location_image .icon-search {
	top: 3px
}

.search-trigger {
	position: relative;
	width: 43px;
	height: 50px;
	color: #333
}

.search-trigger--open {
	background-color: #fff
}

.search-trigger__icon {
	position: absolute;
	z-index: 920;
	height: 100%
}

.search-trigger__icon .icon-search {
	top: 15px
}

.search-trigger__icon:before {
	padding-right: 10px;
	top: 1px;
	position: relative;
	font-size: 1.5em
}

.search-trigger__label {
	display: none
}

.search-trigger__search-box {
	width: 100%;
	height: 38px;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	outline-style: none;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	padding: 0 10px
}

.search-trigger__search-box--open {
	width: 100%
}

.search-trigger__container {
	display: none;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 59px;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: -1;
	-webkit-transition: all 500ms ease 0;
	transition: all 500ms ease 0
}

.search-trigger__container--open {
	display: block;
	top: 50px;
	-webkit-transition: all 500ms ease 0;
	transition: all 500ms ease 0
}

.search-trigger__container .search_location_image {
	position: absolute;
	top: 17px;
	right: 15px;
	z-index: 2
}

.login-trigger {
	color: #333;
	cursor: pointer;
	position: relative;
	padding: 0 10px
}

.contact-trigger,
.user-trigger {
	display: none;
	cursor: pointer
}

.login-arrow {
	width: 13px;
	height: 13px;
	top: 2px;
	left: 1px
}

.login-trigger__label p {
	line-height: 12px;
	margin-bottom: 0
}

.login-trigger__label,
.contact-trigger__label,
.user-trigger__label,
.extra-content-trigger__label {
	display: inline-block;
	text-decoration: none
}

.login-trigger__label:hover,
.contact-trigger__label:hover,
.user-trigger__label:hover,
.extra-content-trigger__label:hover {
	text-decoration: none;
	color: #333
}

.contact-trigger__label:focus,
.user-trigger__label:focus,
.extra-content-trigger__label:focus {
	color: #0061a0;
	text-decoration: underline
}

.login-trigger__label .icon-secure-locked {
	position: relative;
	width: 14px;
	height: 14px;
	top: 3px;
	margin-left: 5px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.extra-content-trigger__label {
	text-align: right
}

.extra-content-trigger,
.extra-content-trigger__label {
	height: 50px
}

.extra-content-trigger p {
	margin-bottom: 0
}

.contact-trigger:hover,
.login-trigger:hover,
.home-trigger__label:hover,
.search-trigger:hover,
.login-trigger__label:hover,
.contact-trigger__label:hover,
.user-trigger__label:hover,
.megamenu-trigger__label:hover,
.extra-content-trigger__label:hover,
.extra-content-trigger:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	color: #0061a0
}

.home-trigger__icon,
.megamenu-trigger__icon,
.search-trigger__icon .icon-search,
.search-trigger__icon--open .icon-search,
.search_location_image .icon-search,
.login-trigger__label .icon-secure-locked,
.login-container--close svg,
.extra-content-trigger svg {
	fill: #333
}

.extra-content-trigger svg {
	top: 4px
}

@media screen and (max-width:767px) {
	.login-trigger {
		font-size: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		line-height: 50px
	}
	.login-trigger__label {
		height: 50px;
		text-align: center
	}
	.search-trigger--open,
	.search-trigger__container {
		background-color: #e3e3e3
	}
	.extra-content-trigger {
		line-height: 50px
	}
	.extra-content-trigger__label {
		padding-right: 5px
	}
	.extra-content__hide {
		display: none !important
	}
}

@media screen and (min-width:768px) {
	.global-header,
	.global-header__row,
	.global-header__left,
	.global-header__right {
		height: 70px;
		-webkit-transition: height .5s;
		transition: height .5s
	}

	.global-header--minimized {
		box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0;
	}


	.global-header--minimized,
	.global-header__row--minimized,
	.global-header__left--minimized,
	.global-header__right--minimized {
		height: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.global-header__left,
	.global-header__right {
		line-height: 70px;
	}

	.global-header__left--minimized,
	.global-header__right--minimized {
		line-height: 50px;
	}

	.search-trigger:hover span,
	.search-trigger:focus span,
	.home-trigger:hover span,
	.home-trigger:focus span,
	.megamenu-trigger:hover span,
	.megamenu-trigger:focus span,
	.contact-trigger:hover a,
	.contact-trigger:focus a,
	.user-trigger:hover a,
	.user-trigger:focus a,
	.login-trigger:hover a,
	.login-trigger:focus a,
	.extra-content-trigger:hover a,
	.extra-content-trigger:focus a {
		color: #0061a0;
		text-decoration: underline
	}
	.search-trigger:hover svg,
	.search-trigger:focus svg,
	.home-trigger:hover svg,
	.home-trigger:focus svg,
	.megamenu-trigger:hover svg,
	.megamenu-trigger:focus svg,
	.login-trigger:hover svg,
	.login-trigger:focus svg,
	.extra-content-trigger:hover svg,
	.extra-content-trigger:focus svg,
	.megamenu-trigger__link:focus svg,
	.home-trigger__link:focus svg,
	.search-trigger__link:focus svg,
	.login-trigger__label:focus svg {
		fill: #0061a0
	}
	.contact-trigger:hover,
	.login-trigger:hover,
	.home-trigger__label:hover,
	.search-trigger:hover,
	.login-trigger__label:hover,
	.contact-trigger__label:hover,
	.user-trigger__label:hover,
	.megamenu-trigger__label:hover,
	.megamenu-trigger__link:focus span,
	.home-trigger__link:focus span,
	.search-trigger__link:focus span,
	.extra-content-trigger__label:hover {
		color: #0061a0;
		cursor: pointer;
		text-decoration: underline
	}
	.login-trigger__label {
		background-color: #f2f2f2
	}
	.login-trigger,
	.contact-trigger,
	.user-trigger,
	.extra-content-trigger {
		padding: 0 15px
	}
	.login-trigger__label .icon-secure-locked {
		margin-left: 8px
	}


	.global-header__logo-metlife {
		height: auto;
		max-height: 38px;
		width: auto;
	}
	.global-header__logo-sponsor {
		height: auto;
		/*max-height: 38px;*/ max-height: 50px;
		width: auto;
	}

	.global-header__logo-metlife--minimized {
		height: auto;
		max-height: 27px;
		width: auto;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.global-header__logo-sponsor--minimized {
		height: auto;
		/*max-height: 27px;*/ max-height: 35px;
		width: auto;
		-webkit-transition: all .5s;
		transition: all .5s;
	}


	.megamenu-trigger__icon {
		-webkit-transition: all .5s;
		transition: all .5s;
		left: 0;
		top: 25px
	}
	.home-trigger,
	.megamenu-trigger {
		position: relative;
		display: block;
		height: 70px;
		margin-right: 30px;
		padding: 0;
		width: 19px
	}
	.home-trigger__link,
	.megamenu-trigger__link {
		display: inline-block;
		height: 100%;
		width: 19px;
		padding: 15px 0
	}
	.home-trigger__icon {
		z-index: 920;
		top: 10px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.menu--left {
		left: -8px
	}
	.search-trigger {
		position: relative;
		height: 70px;
		width: 19px;
		background-color: transparent;
		box-sizing: border-box;
		padding: 0;
		margin: auto
	}
	.search-trigger__container {
		background-color: transparent;
		position: absolute;
		height: auto;
		z-index: 1;
		top: 10px;
		left: 0;
		padding: 5px
	}
	.search-trigger__container--open {
		top: 10px;
		width: 180px
	}
	.search-trigger__icon {
		display: inline-block;
		position: relative;
		left: 0;
		height: 100%;
		z-index: 920;
		padding: 15px 0;
		-webkit-transition: all 500ms ease 0;
		transition: all 500ms ease 0
	}
	.search-trigger__icon--open {
		left: 145px
	}
	.search-trigger__icon .icon-search {
		top: 10px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.search-trigger__container .search_location_image {
		display: none
	}
	.search-trigger__icon--open .icon-search {
		fill: #0e5dae
	}
	.search-trigger__label {
		-webkit-transition: all 500ms ease 0;
		transition: all 500ms ease 0
	}
	.search-trigger__container .search-trigger__search-box {
		padding-right: 35px;
		width: 100%
	}
	.contact-trigger,
	.user-trigger,
	.extra-content-trigger {
		background-color: transparent
	}
	.login-trigger,
	.contact-trigger,
	.user-trigger,
	.extra-content-trigger {
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: auto;
		text-align: center;
		height: 70px;
		line-height: 70px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.login-trigger {
		background-color: #f2f2f2
	}
	.login-trigger--minimized,
	.contact-trigger--minimized,
	.user-trigger--minimized,
	.extra-content-trigger--minimized {
		height: 50px;
		line-height: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	#overlayerback {
		top: 5px;
		left: 5px;
		max-width: 170px
	}
	.extra-content__hide {
		display: table !important
	}
}

@media screen and (min-width:1024px) {
	#overlayerback {
		text-align: start;
		position: absolute;
		top: 5px;
		left: 5px;
		max-width: 170px
	}
	.home-trigger,
	.megamenu-trigger {
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 30px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.home-trigger__link,
	.megamenu-trigger__link {
		width: auto
	}
	.home-trigger__label,
	.megamenu-trigger__label {
		display: inline-block
	}
	.home-trigger__label {
		vertical-align: top;
		margin-left: 2px;
		margin-top: 9px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.megamenu-trigger__label {
		margin-left: 27px;
		margin-top: 9px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.search-trigger {
		width: auto
	}
	.search-trigger__label {
		display: inline-block;
		height: 100%;
		vertical-align: top;
		padding-left: 2px;
		padding-top: 24px;
		margin-left: -4px
	}
	.login-trigger,
	.contact-trigger,
	.user-trigger,
	.extra-content-trigger {
		padding: 0 30px
	}
}

.cookieShell {
	position: fixed;
	top: 0;
	z-index: 1010;
	height: auto;
	width: 100%;
	background-color: #f2f2f2;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px
}

.cookieShell .wrapper {
	padding: 0
}

.cookieShell--title p {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px
}

.cookieShell--description p {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px
}

.cookieShell--description p:last-child {
	margin-bottom: 0
}

.cookieShell--description a {
	color: #0061a0
}

.cookieShell--description a:hover {
	color: #0090da;
	text-decoration: underline
}

.cookieShell--button a {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.cookieShell {
		padding: 20px 30px
	}
	.cookieShell .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	.cookieShell--title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-top: -5px;
		width: 20%
	}
	.cookieShell--title p {
		margin-bottom: 0
	}
	.cookieShell--description {
		-webkit-box-flex: 3;
		-ms-flex: 3 1 auto;
		-webkit-flex: 3 1 auto;
		flex: 3 1 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		padding: 0 30px;
		width: 75%
	}
	.cookieShell--button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		margin-bottom: 0;
		margin-left: 0;
		width: 25%
	}
	.cookieShell--button a {
		float: right
	}
}

@media screen and (min-width:1024px) {
	.cookieShell--description {
		padding: 0 40px
	}
	.cookieShell--description p {
		font-size: 14px;
		line-height: 20px
	}
	.cookie-megamenu--minimized {
		top: 183px
	}
}

@media screen and (max-width:767px) {
	.cookieShell--title {
		margin-bottom: 20px
	}
	.cookieShell--title p {
		display: inline
	}
}

.login-container {
	padding: 0 0 100px 0;
	top: 0;
	z-index: 4999;
	position: fixed;
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #efefef;
	-webkit-transition: top .3s ease 0;
	transition: top .3s ease 0;
	color: #4a4a4a;
	font-size: 1em;
	overflow: hidden
}

.login-container-header {
	background-color: #fff;
	margin-bottom: 20px
}

.login-container--close {
	width: 43px;
	margin-left: 0;
	height: 50px
}

.login-container--close .icon {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 17px;
	display: inline-block;
	left: 12px
}

.login-container--close .login-container--close__label {
	color: #333;
	cursor: pointer
}

.login-container--close__label {
	display: none;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin-left: 27px;
	margin-top: 9px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.login-container--close__label:hover {
	color: #0090da
}

.login-container-header--left {
	float: right
}

.login-container--close .megamenu-trigger__label {
	cursor: pointer
}

.login-container--close svg {
	cursor: pointer
}

.login-container .login-popout__title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	color: #333
}

.login-popout {
	text-align: center;
	text-transform: none;
	max-width: 250px;
	margin: 0 auto 20px
}

.login-popout .form-item__label {
	padding: 0
}

.login-popout .form-item__field {
	display: block;
	font-size: .9em
}

.login-popout .form-item__field .icon.info {
	right: -32px !important;
	top: 6px;
	z-index: 1999;
	fill: #429dd9;
	width: 30px;
	height: 30px;
	padding-right: 9px
}

.form-item {
	position: relative
}

.login-popout-msg-container {
	position: absolute;
	right: 9px;
	background-color: #edf5d0;
	z-index: 2001;
	top: 0;
	width: 200px;
	height: auto;
	margin-left: 10px;
	border-radius: 5px;
	border: 1px solid #dce7b3;
	padding: 20px;
	font-weight: normal;
	font-size: .7em;
	line-height: 1.35em;
	display: none;
	text-align: left
}

.login-popout-msg-container:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	left: 198px;
	top: 8px;
	border: 10px solid transparent;
	border-left: 12px solid #dce7b3
}

.login-container .form-item .icon-arrow-left-triangle {
	position: absolute;
	z-index: 2001;
	left: -15px;
	top: 8px;
	fill: #dce7b3
}

.login-popout-msg__title,
.login-popout-msg__copy {
	display: block;
	font-weight: bold;
	padding-bottom: 10px
}

.login-popout-msg__copy {
	font-weight: normal
}

.login-popout__action {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 auto;
	width: 100%;
	text-align: center
}

.login-popout__not-registered {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal
}

.login-type-trigger {
	font-size: .9em;
	font-weight: 400;
	padding: 20px;
	text-align: center
}

.login-type-trigger__title {
	display: inline-block
}

.login-type-trigger__title:hover {
	cursor: pointer;
	text-decoration: none
}

.login-type-trigger__title h2 {
	color: #0061a0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0
}

.login-type-trigger__title h2:hover {
	color: #0090da;
	text-decoration: underline
}

.login-type-trigger__title h2:before {
	content: "Show "
}

.login-type-trigger__title--open h2:before {
	content: "Hide "
}

.login-type-trigger__title .icon {
	width: 16px;
	height: 16px;
	fill: #0061a0;
	margin-left: 10px;
	left: initial
}

.login-type-trigger__title .icon:hover {
	fill: #0090da
}

.login-type-trigger__title .icon-plus,
.login-type-trigger__title--open .icon-minus {
	display: inline-block
}

.login-type-trigger__title--open .icon-plus,
.login-type-trigger__title .icon-minus {
	display: none
}

.login-types {
	position: fixed;
	top: 500px;
	width: 100%;
	z-index: 2000;
	height: 100%
}

.login-types--open {
	width: 100%;
	z-index: 3000;
	top: 100px
}

.login-type-biz-account,
.login-type-biz-purpose {
	display: none
}

.login-type-biz-account .form-item__field,
.login-type-biz-purpose .form-item__field {
	width: 250px
}

.login-type__details {
	padding: 0 0 20px 0;
	border-top: 0 solid #dfdfdf;
	display: none
}

.login-type__detail {
	position: relative
}

.login-type__detail ul {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none
}

.login-type__detail .icon {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1500;
	height: 16px;
	width: 16px;
	fill: #333
}

.login-type__detail .icon-chevron-right {
	display: block
}

.login-type__detail .icon-chevron-down {
	display: none
}

.login-type__detail--open .icon-chevron-right {
	display: none
}

.login-type__detail--open .icon-chevron-down {
	display: block
}

.login-type__title {
	margin-bottom: 0;
	padding: 15px 50px 15px 15px;
	border-top: 1px solid #ddd;
	background-color: #efefef;
	font-size: 14px;
	line-height: 20px
}

.login-type__title:hover {
	cursor: pointer
}

.login-type__contact {
	padding: 10px 20px 20px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	display: none
}

.login-type__contact b {
	font-weight: bold
}

.login-type__contact p {
	padding: 10px 0 40px 0
}

.login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type .login-type__title {
	border-bottom: 1px solid #dfdfdf
}

.login-type__link {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	padding: 5px 15px;
	line-height: 20px
}

.login-type__link a:hover {
	text-decoration: underline;
	color: #0090da
}

.login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type ul {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px
}

[data-popout-msg="for_benefits"],
[data-popout-msg="for_businesses"],
[data-popout-msg="for_brokers"] {
	display: none
}

.login-popout:nth-last-of-type(4) {
	margin-bottom: 0
}

.icon.info:hover {
	cursor: pointer
}

.login-submit .btn-brand-2nd {
	margin-bottom: 0
}

.login-submit input.btn-brand-2nd:focus,
.login-submit input.btn-brand-2nd:hover {
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

span.contact-close:focus,
span.contact-close:hover,
.login-container--close:focus,
.login-container--close:hover {
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.login-container-alert {
	margin-top: -20px;
	margin-bottom: 20px;
	background-color: #fff
}

.login-container-alert div {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.login-container-alert h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px
}

.login-container-alert p {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0
}

.login-popout[data-popout-msg] {
	height: 135px
}

.overlay-scroll__parent {
	height: 100% !important;
	width: 100% !important;
	overflow: hidden !important
}

.overlay-scroll__child {
	width: 100% !important;
	height: 100% !important;
	overflow-y: scroll !important
}

.login-help-question-mark {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 9px;
	background-color: #969696;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	top: 12px;
	right: 8px
}

.login-help-question-mark:hover {
	background-color: #777
}

.form-icon-wrapper svg.login-help-position-select,
.login-type-options .form-icon-wrapper svg.login-help-position-select {
	position: absolute;
	right: 24px;
	height: 16px;
	width: 16px;
	top: 12px;
	pointer-events: inherit !important
}

.login-type {
	z-index: 0
}

.guide-field-description {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin: 10px 0 0 1px;
	word-break: break-word;
	background: transparent;
	float: left;
	text-align: left
}

.guide-field-description span:last-child {
	padding-bottom: 0
}

.login-popout .form-item {
	clear: both;
	float: left;
	width: 100%
}

@media screen and (max-width:767px) {
	.login-container-header--left {
		width: 43px
	}
}

@media screen and (min-width:768px) {
	.login-container {
		top: 0
	}
	.login-container-header {
		margin-bottom: 40px
	}
	.login-container-header--left {
		padding: 0 0 0 30px;
		-webkit-transition: padding .3s ease 0;
		transition: padding .3s ease 0;
		float: left
	}
	.login-container-header--middle {
		left: 0
	}
	.login-container--close {
		height: 70px;
		width: auto;
		padding: 15px 0;
		position: relative
	}
	.login-container--close .icon {
		top: 27px;
		position: absolute;
		left: 0
	}
	.login-container--close__label {
		display: inline-block
	}
	.login-popout-msg-container {
		right: -235px
	}
	.login-type__details {
		padding: 40px 40px 20px 40px;
		border-top: 1px solid #dfdfdf
	}
	.login-type__detail ul {
		margin-bottom: 20px;
		display: block
	}
	.login-type__detail .icon,
	.login-type__detail--open .icon {
		display: none
	}
	.login-type__title {
		margin-bottom: 10px;
		background-color: transparent;
		font-size: 14px;
		border-top: 0 solid #ddd;
		padding: 0
	}
	.login-type__title:hover {
		cursor: text
	}
	.login-type__contact {
		padding: 20px 0 40px 0
	}
	.login-type__contact p {
		padding-top: 20px
	}
	.login-type-trigger {
		font-size: .9em
	}
	.login-type-trigger__title h2 {
		font-size: 18px;
		line-height: 22px
	}
	.login-type__link {
		font-size: 13px;
		padding: 5px 10px 5px 0;
		line-height: 16px
	}
	.login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type .login-type__title {
		border-bottom: 0 solid #dfdfdf
	}
	.login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type ul {
		border-bottom: 0 solid #dfdfdf;
		padding-bottom: 0
	}
	.login-popout-msg-container:after {
		left: -22px;
		top: 8px;
		border: 10px solid transparent;
		border-right: 12px solid #dce7b3
	}
	.login-container-alert {
		margin-top: -40px;
		margin-bottom: 40px
	}
	.login-container-alert div {
		width: 80%;
		padding: 20px 0
	}
	.login-container .login-popout__title {
		font-size: 18px;
		line-height: 22px
	}
	.login-type__contact b {
		font-weight: bold
	}
}

@media screen and (min-width:1024px) {
	.login-container {
		top: 0
	}
	.login-container--close .megamenu-trigger__icon--open {
		top: 33px
	}
	.login-container--close .megamenu-trigger__label {
		margin-top: 23px;
		margin-left: 55px;
		color: #fff
	}
	.login-container-alert div {
		width: 60%
	}
	.login-container-alert h2 {
		margin-bottom: 20px
	}
	.login-type__title {
		font-size: 16px
	}
	.login-type__link {
		font-size: 14px;
		line-height: 18px
	}
}

.megamenu {
	font-size: 0;
	display: none;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: calc(100% - 70px);
	margin: 0;
	color: #333;
	background-color: #f2f2f2;
	border-top: 1px solid #e3e3e3;
	overflow: scroll;
	webkit-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	overflow-y: auto
}

.megamenu--minimized {
	top: 50px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.megamenu--open {
	-webkit-transition: all .90s;
	transition: all .90s;
	display: block;
	position: absolute;
	top: 50px
}

.megamenu__main-item {
	background-color: #e3e3e3;
	border-bottom: 1px solid #ccc;
	position: relative
}

.megamenu__main-items {
	font-family: 'Arial', 'Helvetica', 'sans-serif'
}

.megamenu__main-item-label,
.megamenu__main-item-label:visited {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 10px
}

.megamenu__main-item-label.hidden-xs:hover {
	text-decoration: underline
}

.megamenu__sub-items {
	display: none;
	background-color: #f2f2f2;
	padding-bottom: 20px
}

.megamenu__sub-item-label {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #0061a0;
	text-decoration: none;
	margin: 10px 7% 10px 20px
}

.megamenu__main-icons {
	position: absolute;
	right: 20px;
	top: 22px;
	z-index: 1500
}

.megamenu__main-icons .icon {
	fill: #333;
	height: 16px;
	width: 16px
}

.megamenu__main-icons .icon-chevron-right {
	display: block
}

.megamenu__main-icons.menu-open .icon-chevron-right {
	display: none
}

.megamenu__main-icons .icon-chevron-down {
	display: none
}

.megamenu__main-icons.menu-open .icon-chevron-down {
	display: block
}

@media screen and (max-width:767px) {
	.megamenu--open--hide {
		display: none
	}
	html.megamenu--open--style {
		height: 100%;
		position: fixed;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch
	}
	body.megamenu--open--style {
		height: 100%;
		position: fixed;
		overflow: hidden
	}
	.megamenu--open--mobile {
		height: calc(100% - 50px);
		overflow-y: auto;
		position: absolute;
		overflow-x: hidden;
		z-index: 2001;
		-webkit-transition: none !important;
		transition: none !important
	}
	.megamenu {
		border-top: 0
	}
	.megamenu__sub-items {
		font-weight: normal
	}
	.megamenu__main-item-label {
		font-weight: bold;
		padding-top: 20px;
		padding-left: 20px;
		width: 100%;
		height: 60px
	}
	.megamenu__sub-items {
		padding-bottom: 0
	}
	.megamenu__sub-item {
		height: 50px;
		font-size: 14px;
		color: #0061a0;
		padding-left: 0
	}
	.megamenu__sub-item-label {
		margin: 0;
		margin-left: 20px;
		display: block;
		text-decoration: none;
		padding-bottom: 15px;
		padding-top: 15px;
		font-weight: bold
	}
}

@media screen and (min-width:768px) {
	.megamenu {
		top: 70px;
		position: fixed;
		padding: 40px 0 150px;
		overflow: hidden;
		overflow-y: auto;
		z-index: 2000
	}
	html.megamenu--open--style {
		overflow-y: hidden
	}
	.megamenu--minimized {
		top: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.megamenu__main-items {
		font-size: 0;
		width: 90%;
		max-width: 1300px;
		margin: 0 auto
	}
	.megamenu__main-item {
		background-color: transparent;
		border-bottom-width: 0
	}
	.megamenu__main-item-label {
		padding: 0 0 10px;
		font-size: 14px
	}
	.megamenu__main-item-label:hover {
		color: #0061a0
	}
	.megamenu__sub-items {
		display: block;
		padding-bottom: 0
	}
	.megamenu__sub-item-label {
		color: #0061a0;
		font-size: 12px;
		text-transform: capitalize;
		margin: 9px 0 0
	}
	.megamenu__sub-item-label:hover {
		color: #0061a0
	}
	.megamenu__top--promo>.megamenu__main-item,
	.megamenu__bottom--promo>.megamenu__main-item {
		width: 25%;
		float: left;
		margin-bottom: 25px;
		padding-right: 15px
	}
	.megamenu__top--promo>.megamenu__main-item.megamenu__two--columns {
		width: 50%;
		float: left
	}
	.megamenu__divider {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		border-top: 1px solid #ccc;
		margin-bottom: 25px
	}
	.megamenu__main-icons .icon,
	.megamenu__main-icons.menu-open .icon {
		display: none
	}
	.megamenu__sub-items--two-col .megamenu__sub-item {
		width: 50%;
		float: left
	}
	.megamenu__sub-items--two-col .megamenu__sub-item:nth-child(2n+3) {
		clear: left
	}
	.megamenu__main-item-label,
	.megamenu__main-item-label:visited {
		min-height: 30px
	}
}

@media screen and (min-width:1024px) {
	.megamenu {
		padding: 50px 0 150px
	}
	.megamenu__divider {
		margin-bottom: 40px
	}
	.megamenu__main-items {
		width: 80%
	}
	.megamenu__main-item-label,
	.megamenu__main-item-label:visited {
		min-height: 30px
	}
	.megamenu__top--promo>.megamenu__main-item,
	.megamenu__bottom--promo>.megamenu__main-item {
		padding-left: 20px;
		margin-bottom: 40px;
		padding-right: 40px
	}
	.megamenu__top--promo>.megamenu__main-item:last-of-type {
		padding-left: 0;
		padding-right: 20px
	}
	.megamenu__bottom--promo>.megamenu__main-item:nth-of-type(1n+2) {
		padding-right: 0
	}
	.megamenu__sub-item-label {
		font-size: 13px;
		margin: 9px 8% 0 0
	}
}

.alertMessage {
	position: fixed;
	top: 0;
	z-index: 1010;
	height: auto;
	width: 100%;
	background-color: #f2f2f2;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px
}

.alertMessage.white-bg {
	background-color: #fff
}

.alertMessage .wrapper {
	padding: 0
}

.alertMessage--title {
	text-align: left
}

.alertMessage--title p {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold
}

.alertMessage--description p {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 20px;
	margin: 0
}

.alertMessage--description a {
	color: #0061a0
}

.alertMessage--description a:hover,
.alertMessage--description a:focus {
	color: #0090da;
	text-decoration: underline
}

.alert-image-section {
	text-align: center
}

.alert-image-section img {
	width: 60px;
	height: 60px;
	margin-bottom: 20px
}

.alertMessage--button {
	float: left;
	margin-bottom: 0
}

.alertMessage--button [role="button"] {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.alertMessage {
		padding: 20px 30px
	}
	.alertMessage .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%
	}
	.alertMessage--title {
		text-align: right;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-top: -5px
	}
	.alertMessage--title p {
		margin-bottom: 0
	}
	.alertMessage--description {
		-webkit-box-flex: 3;
		-ms-flex: 3 1 auto;
		-webkit-flex: 3 1 auto;
		flex: 3 1 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		padding: 0 30px 0 0
	}
	.alertMessage--description p {
		padding-bottom: 0
	}
	.alert-image-section {
		width: 20%
	}
	.alert-image-section img {
		height: 80px;
		width: 80px;
		margin-bottom: 0
	}
	.alert-title-section {
		width: 60%;
		float: left
	}
	.alertMessage--button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		width: 20%;
		float: none;
		margin-left: 0;
		margin-bottom: 0
	}
	.alertMessage--button [role="button"] {
		float: right
	}
	.alertMessage--header {
		padding-bottom: 20px
	}
}

@media screen and (min-width:1024px) {
	.alertMessage .wrapper {
		width: 85%
	}
	.alertMessage--header {
		padding-bottom: 20px
	}
	.alertMessage--description {
		padding: 0 40px 0 0
	}
	.alertMessage--title p {
		font-size: 18px
	}
	.alertMessage--description p {
		font-size: 14px;
		line-height: 20px
	}
}

.overlay-table-section {
	padding-bottom: 40px
}

.overlay-table-section__description {
	padding-top: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0
}

.overlay-table-section__title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400
}

.overlay-table-section__subtitle {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400
}

.rate_table--variation .content .content_table td {
	padding: 15px 5px
}

.rate_table--variation .content .content_table td:not(.sticky-left-column) {
	display: none
}

.rate_table--variation .content .content_table td.active {
	display: table-cell
}

.rate_table--variation .content .content_table td.sticky-left-column {
	width: 30%;
	text-align: center;
	font-weight: 600
}

.rate_table--variation-1 .content .content_table td {
	width: 70%
}

.rate_table--variation-1 .content .content_table td {
	text-align: left
}

.rate_table--variation-2 .content .table-striped tbody tr:nth-child(odd) {
	background-color: #f2f2f2
}

.rate_table--variation-2 .content .table-striped tbody tr:nth-child(even) {
	background-color: #fff
}

@media screen and (min-width:768px) {
	.rate_table--variation .content .content_table td:not(.sticky-left-column) {
		display: table-cell;
		width: auto
	}
	.rate_table--variation .content .content_table {
		border: 1px solid #ccc
	}
	.rate_table--variation .content .table-striped thead tr {
		background-color: #f2f2f2;
		border: 1px solid #ccc
	}
	.rate_table--variation .content .table-striped thead tr th,
	.rate_table--variation-2 .content .table-striped tbody tr:first-of-type {
		text-transform: uppercase;
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
		padding: 20px 5px;
		width: 25%
	}
	.rate_table--variation-2 .content .table-striped tbody tr:first-of-type {
		border: 1px solid #ccc
	}
}

.homepage-nav {
	z-index: 996;
	width: 100%;
	background-color: #0061a0
}

.homepage-nav a:hover,
.homepage-nav a:focus {
	text-decoration: none;
	outline-color: #fff;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.homepage-nav .homepage-sub-main a:hover,
.homepage-nav .homepage-sub-main a:focus {
	text-decoration: underline;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.homepage-nav--active {
	background-image: none
}

.homepage-nav__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 0;
	background-color: #0061a0;
	max-width: 1300px;
	margin: auto
}

.homepage-nav__items--active {
	background-color: #0061a0
}

.homepage-nav__item {
	display: inline-block;
	background-color: transparent;
	position: relative;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-weight: bold
}

.homepage-nav__item--active {
	background-color: #007abc
}

.subpage-nav__link,
.homepage-nav__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	min-height: 60px;
	color: #fff;
	font-weight: bold;
}

.homepage-nav__link {
	text-transform: uppercase
}

.subpage-nav__link:hover,
.subpage-nav__link:focus,
.homepage-nav__link:hover,
.homepage-nav__link:focus {
	color: #fff
}



.homepage-nav__link.active-page,
.homepage-nav__link.active-page:hover,
.homepage-nav__link.active-page:focus {
	color: #333;
	background-color: #f2f2f2;
}

.homepage-nav__link.active-page:hover,
.homepage-nav__link.active-page:focus {
	outline-color: #333;
}

.homepage-nav__icon {
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: -7px;
	z-index: 999;
	display: block;
	font-size: 18px
}

.homepage-sub {
	position: fixed;
	z-index: 9997;
	width: 100%;
	background-color: transparent;
	text-align: center;
	display: none;
	height: 200px;
	left: 0;
	top: 70px
}

.homepage-sub__container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	font-size: 0
}

.homepage-sub-main,
.homepage-sub-side {
	display: table
}

.homepage-sub__link,
.homepage-sub-side__grid {
	display: table-cell;
	vertical-align: middle
}

.homepage-sub-side__grid a:focus {
	outline-color: #0061a0
}

.homepage-sub-main {
	width: 100%;
	margin: auto
}

.homepage-sub__link {
	width: 25%;
	text-align: center;
	color: #333;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-weight: normal
}

.homepage-sub__link:first-child:nth-last-child(5),
.homepage-sub__link:first-child:nth-last-child(5) ~ .homepage-sub__link {
	width: 20%
}

.homepage-sub__link:first-child:nth-last-child(6),
.homepage-sub__link:first-child:nth-last-child(6) ~ .homepage-sub__link {
	width: 16.667%
}

.homepage-sub__link img {
	width: 40px;
	height: 40px;
	margin: 0 auto
}

.homepage-sub__link div {
	line-height: 18px
}

.homepage--sub__icon--last {
	padding: 5px 30px
}

.homepage-sub-side__link {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #666
}

.homepage-sub-side__link:not(:last-child) {
	padding-bottom: 10px
}

.homepage-sub__link:hover,
.homepage-sub-side__link:hover {
	color: #2377c5
}

.homepage-sub-side__icon {
	float: left;
	width: 30px;
	margin-right: 10px
}

.homepage-sub-side__label {
	float: left;
	margin-top: 5px
}

@media screen and (min-width:768px) {
	.homepage-nav__item--active:hover>a {
		text-decoration: underline
	}
	.homepage-nav__item {
		line-height: 18px;
		overflow-wrap: break-word;
		text-align: center
	}
	.homepage-nav__item:first-child:nth-last-child(4),
	.homepage-nav__item:first-child:nth-last-child(4) ~ .homepage-nav__item {
		width: 20%
	}
	.homepage-nav__item:first-child:nth-last-child(5),
	.homepage-nav__item:first-child:nth-last-child(5) ~ .homepage-nav__item {
		width: 20%
	}
	.homepage-nav__item:first-child:nth-last-child(6),
	.homepage-nav__item:first-child:nth-last-child(6) ~ .homepage-nav__item {
		width: 16.667%
	}

	.subpage-nav__link,
	.homepage-nav__link {
		font-size: 12px;
		line-height: 14px;
		/*padding: 10px 15px;*/
		padding: 10px 12px;
		/*padding: 10px 10px;*/
	}
	.subpage-nav__link:hover,
	.subpage-nav__link:focus,
	.homepage-nav__link:hover,
	.homepage-nav__link:focus {
		text-decoration: underline;
		background-color: #007abc
	}
	.homepage-sub__container,
	.homepage-sub-main,
	.homepage-sub-side {
		height: 180px
	}
	.homepage-sub__link div {
		margin-top: 10px;
		font-size: 14px
	}
	.homepage-sub__link:hover,
	.homepage-sub-side__link:hover span {
		color: #0061a0;
		text-decoration: underline
	}
	.homepage--sub__icon--first {
		height: 40px;
		width: 40px;
		margin: auto
	}
	.homepage--sub__icon--last {
		padding: 5px 20px
	}
	.homepage-sub-side__icon {
		width: 25px;
		margin-right: 8px
	}
}

@media screen and (min-width:1024px) {
	.subpage-nav__link,
	.homepage-nav__link {
		font-size: 12px;
		line-height: 14px;
		/*padding: 10px 40px;*/
		padding: 10px 25px;
		/*padding: 10px 20px;*/
	}
	.homepage-sub__container,
	.homepage-sub-main,
	.homepage-sub-side {
		height: 200px
	}
	.homepage-sub__link img {
		width: 60px;
		height: 60px;
		margin: auto
	}
	.homepage-sub__link div {
		font-size: 16px
	}
	.homepage--sub__icon--first {
		height: 60px;
		width: 60px;
		margin: auto
	}
	.homepage--sub__icon--last {
		padding: 5px 20px
	}
}

.language-trigger,
.language-trigger__label {
	display: none
}

@media screen and (max-width:767px) {
	.language-dropdown-content {
		display: inline
	}
	.language-dropdown-content .icon-arrow-down-triangle {
		display: none
	}
	.language-dropdown-list {
		margin: 0;
		padding: 25px 5px 15px;
		background-color: #333;
		font-size: 0;
		line-height: 0
	}
	.language-dropdown-list a {
		color: #fff;
		font-size: 14px;
		line-height: 14px;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 15px;
		font-weight: bold;
		display: inline !important
	}
	.language-dropdown-list li {
		display: inline-block;
		margin-bottom: 10px;
		line-height: 0
	}
	.language-dropdown-list li:not(:last-child) a {
		border-right: 2px white solid
	}
}

@media screen and (min-width:768px) {
	.language-trigger {
		font-size: 11px;
		height: 70px;
		text-transform: uppercase;
		color: #333;
		background-color: #fff;
		display: table;
		position: relative;
		right: 0;
		width: auto;
		text-align: center;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.language-trigger--minimized {
		height: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.language-trigger__label {
		color: #333;
		font-weight: normal;
		line-height: 13px;
		display: table-cell;
		vertical-align: middle;
		text-decoration: none;
		padding: 0 15px
	}
	.language-trigger__label .icon-down,
	.language-trigger__label .icon-up {
		fill: #333;
		position: relative;
		width: 14px;
		height: 14px;
		top: 3px;
		margin-left: 8px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.language-trigger__label:active,
	.language-trigger__label:focus {
		color: #333;
		text-decoration: none
	}
	.language-trigger__label:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
		cursor: pointer;
		color: #0090da;
		text-decoration: underline
	}
	.language-trigger__label .icon-up {
		display: none
	}
	.language-dropdown--open .icon-down {
		display: none
	}
	.language-dropdown--open .icon-up {
		display: inline
	}
	.language-trigger__label:hover .icon-down,
	.language-trigger__label:hover .icon-up {
		fill: #0090da
	}
	.language-dropdown-content {
		display: none;
		position: absolute;
		top: 70px;
		right: 0;
		background-color: #333;
		width: 100%;
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
		z-index: 1
	}
	.language-dropdown-content--minimized {
		top: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.icon-arrow-down-triangle {
		position: absolute;
		top: -4.6px;
		left: 40%;
		z-index: 999;
		display: block;
		font-size: 18px;
		height: 20px !important;
		width: 20px !important
	}
	.language-dropdown-content a {
		color: #fff;
		text-decoration: none;
		display: block;
		line-height: 11px;
		white-space: nowrap
	}
	.language-dropdown-content a:hover {
		text-decoration: underline
	}
	.language-dropdown-list {
		padding: 10px 15px 20px
	}
	.language-dropdown-list li {
		padding-top: 20px;
		text-align: left
	}
}

@media screen and (min-width:1024px) {
	.language-trigger__label {
		padding: 0 30px
	}
	.language-dropdown-list {
		padding: 10px 30px 20px
	}
}

.language-error-overlay {
	display: none;
	position: fixed;
	z-index: 15000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8)
}

.language-error-overlay>.row {
	padding: 0 20px
}

.language-error-overlay .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	min-height: 100%;
	margin: 50px auto
}

.language-error-overlay>.row>.container {
	position: relative;
	margin: 50px 0
}

.language-error-overlay .view-close {
	display: block;
	position: absolute;
	float: right;
	clear: both;
	top: 7px !important;
	right: 7px;
	width: 16px;
	height: 16px;
	z-index: 9;
	cursor: pointer
}

.language-error-overlay .view-header {
	text-align: center;
	font-weight: 400;
	text-transform: none;
	padding: 20px 0;
	color: #333
}

.language-error-overlay .view-content {
	width: 80%;
	padding: 0;
	margin: 0 auto
}

.language-error-overlay .view-content h2 {
	font-size: 22px;
	line-height: 26px
}

.language-error-overlay .view-content p {
	font-size: 14px;
	line-height: 18px
}

.language-error-overlay .btn-brand-2nd {
	margin: 0
}

@media screen and (min-width:768px) {
	.language-error-overlay>.row {
		padding: 0
	}
	.language-error-overlay .wrapper {
		width: 75%
	}
	.language-error-overlay .view-header {
		padding: 40px 0
	}
	.language-error-overlay .view-content h2 {
		font-size: 24px;
		line-height: 30px
	}
	.language-error-overlay .view-content p {
		line-height: 20px;
		margin-bottom: 25px
	}
}

@media screen and (min-width:1024px) {
	.language-error-overlay .wrapper {
		width: 65%
	}
	.language-error-overlay .view-header {
		padding: 50px 0
	}
	.language-error-overlay .view-content h2 {
		font-size: 28px
	}
	.language-error-overlay .view-content p {
		margin-bottom: 30px
	}
}

[data-comp-id="life-stages-container"] {
	background-color: #fff
}

.divider--snoopy {
	padding: 0 9% 20px 9%;
	color: #333;
	text-align: center
}

.divider--snoopy__title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px
}

.divider--snoopy__copy {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 0
}

.product-module__medium {
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px
}

.product-module__medium:last-child {
	margin-bottom: 0
}

.product-module__medium img {
	width: 60px;
	height: auto;
	margin-bottom: 10px;
	padding-top: 20px
}

.product-module__medium__header {
	display: block;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 20px
}

.product-module__medium .product-module__bottom {
	padding: 0 20px
}

.product-module__list--medium {
	width: 100%;
	margin: 20px auto 15px
}

.product-module__list--medium ul {
	width: 100%;
	padding: 0 20px 0 35px
}

.product-module__list--medium li {
	font-size: 13px;
	line-height: 16px
}

.product-module__list--medium li b {
	font-weight: bold
}

.product-module__list--medium li i {
	font-style: italic
}

.product-tile__action--medium {
	padding-bottom: 20px
}

@media screen and (min-width:768px) {
	.product-module__medium {
		display: inline-block;
		float: left;
		width: 25%;
		margin: 0
	}
	.product-module__medium:not(:first-child) {
		border-left: 1px solid #e3e3e3
	}
	.product-module__medium:first-child:nth-last-child(1),
	.product-module__medium:first-child:nth-last-child(1) ~ .product-module__medium:first-child {
		margin-left: 37.5%
	}
	.product-module__medium:first-child:nth-last-child(2),
	.product-module__medium:first-child:nth-last-child(2) ~ .product-module__medium:first-child {
		margin-left: 25%
	}
	.product-module__medium:first-child:nth-last-child(3),
	.product-module__medium:first-child:nth-last-child(3) ~ .product-module__medium:first-child {
		margin-left: 12.5%
	}
	.product-module__medium:first-child:nth-last-child(4),
	.product-module__medium:first-child:nth-last-child(4) ~ .product-module__medium:first-child {
		margin-left: 0
	}
	.product-module__medium__header {
		font-size: 16px;
		line-height: 20px
	}
	.product-module__medium .product-module__bottom {
		padding: 0 15px
	}
	.product-module__list--medium {
		width: 100%;
		margin: 20px auto 10px
	}
	.product-module__list--medium p {
		width: 100%;
		padding: 0 15px
	}
	.product-module__list--medium ul {
		width: 100%;
		padding: 0 15px 0 30px;
		margin-left: 0
	}
	.product-module__list--medium li {
		font-size: 12px;
		line-height: 15px
	}
}

@media screen and (min-width:1024px) {
	.product-module__medium:not(:last-child) {
		border-bottom: 1px solid #e3e3e3;
	}
	.product-module__medium .product-module__bottom {
		padding: 0 30px
	}
	.product-module__medium__header {
		font-size: 22px;
		line-height: 26px
	}
	.product-module__list--medium {
		margin: 20px auto 15px
	}
	.product-module__list--medium p {
		padding: 0 30px
	}
	.product-module__list--medium ul {
		width: 100%;
		padding: 0 30px 0 45px;
		margin-left: 0;
		margin-bottom: 10px
	}
	.product-module__list--medium li {
		font-size: 13px;
		line-height: 16px
	}
}
[data-comp-id="medium-product-container"] {
	background-color: #f2f2f2
}

.vision_dental_overlay_close {
	display: block;
	position: absolute;
	float: right;
	clear: both;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	z-index: 9;
	cursor: pointer
}

.vision_dental_overlay_header {
	height: auto;
	background-color: #f2f2f2;
	text-align: center;
	padding: 10px 5px
}

.vision_dental_overlay_header h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 20px
}

.vision_dental_overlay_header p {
	line-height: 21px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px
}

.vision_dental_overlay_body {
	padding: 25px 10px;
	background-color: #fff;
	text-align: left
}

.overlay_network_description {
	padding-bottom: 25px
}

.overlay_network_description h3 {
	line-height: 24px;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 0
}

.overlay_network_description ul {
	padding-top: 10px;
	font-weight: 300;
	padding-left: 30px;
	font-size: 20px
}

.overlay_network_description ul li {
	list-style: disc;
	font-size: 14px
}

@media screen and (min-width:768px) {
	.vision_dental_overlay_header {
		height: 200px
	}
	.vision_dental_overlay_header h2 {
		font-size: 44px;
		line-height: 44px
	}
	.vision_dental_overlay_header p {
		margin: 10px auto 60px
	}
	.vision_dental_overlay_body {
		padding: 25px 50px
	}
}

@media screen and (min-width:1024px) {
	.overlay_network_description {
		padding-bottom: 25px
	}
}

.page-title {
	padding: 25px 20px;
	text-align: center;
	position: relative
}

.page-title__footer {
	padding: 5px 20px 25px;
	text-align: center;
	position: relative
}

.page-title__heading {
	width: 100%;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px
}

.page-title__heading.page-title__heading__banner {
	font-size: 22px;
	line-height: 24px;
}

.page-title__heading .icon {
	width: 60px;
	height: 60px;
	fill: green;
	position: relative;
	top: 10px
}

.page-title__subtitle {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin: auto;
	margin-top: 20px
}
.page-title__subtitle.page-title__subtitle__banner {
	font-size: 12px;
	line-height: 14px;
}


.page-title__subtitle__footer {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin: auto
}

.page-title__subtitle>* {
	margin: 0 auto 20px
}

.page-title__subtitle>*:last-child {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.page-title {
		padding: 35px 0 35px
	}
	.page-title__footer {
		padding: 5px 0 35px
	}
	.page-title__heading {
		width: 85%;
		font-size: 36px;
		line-height: 40px
	}
	.page-title__subtitle {
		width: 85%;
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px
	}
	.page-title__subtitle__footer {
		width: 65%;
		font-size: 14px;
		line-height: 18px
	}
}

@media screen and (min-width:1024px) {
	.page-title {
		padding: 45px 0 45px
	}
	.page-title__footer {
		padding: 5px 0 45px
	}
	.page-title__heading {
		font-size: 44px;
		line-height: 50px;
	}
	.page-title__heading.page-title__heading__banner {
		font-size: 44px;
		line-height: 46px;
	}
	.page-title__subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
	}
	.page-title__subtitle.page-title__subtitle__banner {
		font-size: 18px;
		line-height: 24px;
		margin-top: 20px;
	}
	.page-title__subtitle__footer {
		font-size: 14px;
		line-height: 18px
	}
}

[data-comp-id="product-card-tile"],
[data-comp-id="image-product-card"],
[data-comp-id="product-card-quote"] {
	background-color: #f2f2f2
}

.product-card {
	display: block;
	background: #fff;
	box-shadow: 1px 3px 5px 0 #ccc;
	width: 100%
}

.product-card__img {
	min-height: 150px;
	max-height: 188px;
	background-size: cover;
	background-position: center center
}

.product-card .title {
	display: block;
	padding: 20px;
	background-color: #0061a0;
}

.product-card .title h3 {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0
}

.product-card .content {
	display: block
}

.product-card .content-body {
	padding: 20px
}

.product-card .content-body a {
	color: #0061a0
}

.product-card .content-body a:hover {
	text-decoration: underline;
	color: #0090DA;
	outline-color: #0090DA;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.product-card .content-body .intro {
	display: block
}

.product-card .content-body .content-body__action a {
	color: #fff
}

.product-card .content span,
.product-card .content p,
.product-card ul {
	margin-bottom: 20px
}

.product-card .content .accordion__title span {
	margin-bottom: 0;
}
.current-item-card {
	border-color: darkgray;
	border-width: 2px;
}
.product-card .content span:last-child,
.product-card .content p:last-child,
.product-card .content ul:last-child {
	margin-bottom: 0
}

.product-card__content-body--margin {
	margin-bottom: 0 !important
}

.product-card ul {
	list-style-type: disc;
	padding-left: 15px
}

.product-card ol {
	list-style-type: decimal;
	padding-left: 15px;
	font-size: 14px;
}
.product-card li {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 10px
}
.signature li {
	font-size: 15px;
	line-height: 20px;
}
.product-card li:last-child {
	margin-bottom: 0
}
.product-card ul ul {
	list-style-type: circle
}

.product-card ol ul {
	list-style-type: circle
}

.product-card ol li ul,
.product-card ol li ol,
.product-card ul li ul,
.product-card ul li ol {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-card ol li ul:last-child,
.product-card ol li ol:last-child,
.product-card ul li ul:last-child,
.product-card ul li ol:last-child {
	margin-bottom: 0
}

.product-card .content .intro,
.product-card .content .expand-content__intro {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold
}

.product-card .content span,
.product-card .content p {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal
}

.content-body__action {
	text-align: center
}

.product-card .action {
	display: block;
	padding: 20px;
	padding-top: 0
}
.product-card .action p,
.product-card .action a {
	margin-bottom: 10px
}

.product-card .action p:last-child,
.product-card .action a:last-child {
	margin-bottom: 0
}

.product-card .action p a {
	color: #0061a0
}
.product-card .action p a:hover {
	text-decoration: underline;
	color: #0090DA;
	outline-color: #0090DA;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}
.product-card .action .btn-brand-1st span {
	display: table-cell;
	vertical-align: middle
}

.product-card .action .btn-brand-1st svg {
	display: table-cell;
	margin-left: 5px
}

.product-card .read-more {
	color: #0061a0;
	font-size: 13px;
	line-height: 16px
}

.product-card .read-more strong {
	font-weight: normal
}

.product-card .read-more:hover {
	color: #0061a0;
	text-decoration: underline
}


.product-card__landing-col {
	padding: 0 10px 20px;
	width: 100%;
	float: left;
}

.product-card__landing {
	background-color: #fff;
	box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.1);
}

.pc-tel-number {
	display: block;
	margin-bottom: 20px;
	color: #0061a0;
	text-decoration: none;
	font-weight: bold
}

.company-search-label {
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important
}

.company-search-input-container button {
	margin-left: 5px
}

.company-search-input-container {
	text-align: center
}

.content-body input {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-body b,
.expand-content b {
	font-weight: bold
}

.expand-content:focus,
.expand-content:hover,
.expand-close:focus,
.expand-close:hover,
.expand-open-close:focus,
.expand-open:focus,
input.comapny-name-search:focus {
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.expand-open-close {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold
}

.expand-content {
	display: block;
	font-weight: normal;
	padding: 0 20px 20px
}

.expand-content__intro {
	display: block;
	margin-bottom: 10px
}

.expand-content__list {
	list-style-position: inside;
	list-style-type: none;
	text-indent: -16px;
	padding-left: 18px;
	margin-bottom: 20px
}

.expand-content__contact {
	display: block;
	margin-bottom: 10px
}

.expand-open .icon,
.expand-close .icon {
	fill: #8caa0a;
	top: 7px;
	right: 5px
}

.company-search-container {
	position: relative;
	text-align: center
}

.company-search-container button {
	padding-top: 14px !important
}

.shadow {
	background: #fff;
	top: 68px !important;
	position: absolute;
	display: table-row-group !important
}

.shadow .output {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	line-height: 16px;
	margin-top: -1px;
	z-index: 900;
	position: absolute
}

.shadow .output div {
	font-size: 13px;
	padding: 5px 10px
}

.shadow .output {
	text-align: left
}

@media screen and (min-width:768px) {
	.product-card {
		display: table
	}
	.product-card .title,
	.product-card .content,
	.product-card .action {
		display: table-cell;
		vertical-align: middle
	}
	.product-card .action a:hover {
		text-decoration: underline
	}
	.product-card .title {
		width: 25%;
		padding: 30px 10px
	}
	.product-card .title h3 {
		font-size: 22px;
		line-height: 28px;
		padding-left: 20px;
		padding-right: 20px
	}
	.product-card .content {
		width: 55%
	}
	.product-card .content-body {
		padding: 30px 10px 30px 30px
	}
	.product-card .no-cta-action {
		padding: 30px 30px 30px 30px
	}
	.image-product-card .content-body {
		padding: 30px 30px 30px 30px
	}
	.product-card .action {
		width: 20%;
		padding: 30px 10px
	}
	.product-card__content-body--margin {
		margin-bottom: 20px !important
	}
	.pc-tel-number {
		pointer-events: none;
		color: #333
	}
	.company-search-label {
		text-align: left;
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 40px
	}
	.company-search-container {
		text-align: left
	}
	.expand-content {
		display: none;
		font-weight: normal;
		padding: 0 30px 20px
	}
	.expand-open,
	.expand-close {
		display: table;
		width: 100%;
		padding: 20px;
		text-align: center;
		text-transform: uppercase;
		border: #ccc;
		border-top-style: solid;
		border-top-width: 1px;
		cursor: pointer
	}
	.product-card .content .expand-open span,
	.product-card .content .expand-close span {
		font-size: 11px;
		font-weight: bold
	}
	.expand-close {
		display: none
	}
	.shadow {
		top: 68px !important;
		left: 0 !important
	}
	.company-search-input-container {
		text-align: left
	}
	.content-body__action {
		text-align: left
	}
	.expand-open-close .visible-xs {
		display: block !important
	}
	.product-card--last-margin-bottom {
		margin-bottom: 20px
	}
	.product-card__promo--margin-bottom {
		margin-bottom: 30px
	}

	.product-card__landing-col {
		width: calc(100% / 3);
	}
}

@media screen and (min-width:1024px) {
	.product-card .title {
		padding: 40px 10px
	}
	.product-card .content-body {
		padding: 40px 10px 40px 40px
	}
	.product-card .no-cta-action {
		padding: 40px 40px 40px 40px
	}
	.image-product-card .content-body {
		padding: 40px 40px 40px 40px
	}
	.product-card .action {
		padding: 40px 10px
	}
	.product-card .content .intro,
	.product-card .content .expand-content__intro {
		font-size: 18px;
		line-height: 22px
	}
	.product-card .content li {
		font-size: 14px;
		line-height: 18px
	}
	.product-card .content li:before {
		line-height: 18px
	}
	.product-card .content span,
	.product-card .content p {
		font-size: 14px;
		line-height: 18px
	}
	.product-card .content p.company-search-label {
		display: inline;
		width: 30%;
		text-align: left;
		font-size: 13px
	}
	.product-card .read-more {
		font-size: 14px;
		line-height: 18px
	}
	.current-item-card {
		display: block;
		background: #fff;
		box-shadow: 1px 3px 5px 0 #ccc;
		width: 100%;
		color: gray;
	}
	.content-body input {
		margin-top: 10px;
		width: 95%
	}
	.expand-content {
		padding: 0 40px 20px
	}
	.shadow {
		left: 167px !important;
		top: 62px !important
	}
	.company-search-input-container {
		display: inline
	}
	.company-search-input-container input {
		margin-left: 5px
	}
}

[data-comp-id="related-content"] {
	background-color: #f2f2f2
}

.media-card {
	background: #fff;
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px
}

.media-card:last-child {
	margin-bottom: 0
}

.media-card__content {
	padding: 20px
}

.media-card__content p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal
}

@media screen and (min-width:768px) {
	[data-comp-id="related-content"] {
		background-color: #fff
	}
	.media-card {
		display: inline-block;
		float: left;
		vertical-align: top;
		width: 32%;
		box-shadow: none;
		margin-right: 1.6%;
		margin-bottom: 0
	}
	.media-card:last-of-type {
		margin-right: 0
	}
	.media-card__content {
		padding-left: 0;
		padding-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.media-card__content p {
		font-size: 14px;
		line-height: 20px
	}
}

.media-card__tag {
	position: absolute;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 25px;
	margin-top: 20px
}

.media-card__content__title {
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px
}

@media screen and (min-width:768px) {
	.media-card__content__title {
		font-size: 20px;
		line-height: 24px
	}
}

@media screen and (min-width:1024px) {
	.media-card__tag {
		font-size: 14px;
		line-height: 20px
	}
	.media-card__content__title {
		font-size: 24px;
		line-height: 28px
	}
}

.media-card__content--link-list h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal
}

.media-card__content--link-list a {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px
}

.media-card__content__link {
	display: block;
	font-size: 14px;
	margin-bottom: 10px
}

@media screen and (min-width:768px) {
	.media-card__content--link-list {
		border: 0 solid transparent;
		border-top: 1px solid #ccc
	}
	.media-card__content--link-list h2 {
		font-size: 20px;
		line-height: 24px
	}
}

@media screen and (min-width:1024px) {
	.media-card__content--link-list h2 {
		font-size: 24px;
		line-height: 28px
	}
	.media-card__content--link-list a {
		font-size: 14px;
		line-height: 20px
	}
}

.scroll-form-more-container {
	position: absolute;
	left: 90%;
	top: 675px;
	z-index: 2
}

.scroll-form-more-container .scroll-more {
	display: inline-block;
	text-align: center
}

.scroll-form-more-container .scroll-more a {
	color: black
}

.scroll-form-more-container .scroll-more a:hover {
	color: black;
	text-decoration: none
}

.scroll-form-more-container .scroll-more img {
	height: 50px;
	width: 65px
}

.cta-promo__container h3,
.cta-promo__container p {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-weight: normal
}

.cta-promo__container h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px
}

.cta-promo__container p {
	font-size: 13px;
	line-height: 18px
}

.cta-promo__container a {
	display: table;
	width: auto;
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.cta-promo__container h3 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px
	}
	.cta-promo__container p {
		font-size: 14px;
		line-height: 20px
	}
}

.sitemap-category {
	padding-bottom: 20px
}

.sitemap-category:last-child {
	padding-bottom: 0
}

.sitemap-category p {
	margin-bottom: 0
}

.sitemap-link--Title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 0 20px 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px
}

.sitemap-link--Title a {
	color: #333
}

.sitemap-link--Title a:hover {
	color: #0090da
}

.sitemap-link--Links {
	padding-right: 20px
}

.sitemap-category-column {
	padding-left: 20px;
	padding-bottom: 20px
}

.sitemap-category-column:last-child {
	padding-bottom: 0
}

.sitemap-category-row {
	width: 100%;
	padding-bottom: 20px
}

.sitemap-category-row:last-child {
	padding-bottom: 0
}

.sitemap-category-row a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px
}

.sitemap-category-row .sitemap-link--LinksTitle a {
	font-size: 14px;
	font-weight: bold
}

@media screen and (min-width:768px) {
	.sitemap-category {
		padding-bottom: 30px
	}
	.sitemap-category-column {
		display: inline-block;
		width: 25%;
		float: left;
		vertical-align: top;
		padding-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.sitemap-category {
		padding-bottom: 40px
	}
}

.sitemap-category-global {
	padding-bottom: 20px
}

.sitemap-category-global:last-child {
	padding-bottom: 0
}

.sitemap-category-global p {
	margin-bottom: 0
}

.sitemap-category-global .sitemap-link--LinksTitle {
	line-height: 18px;
	margin-bottom: 5px
}

.sitemap-category-global .sitemap-link--LinksTitle a {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold
}

.sitemap-category-global .sitemap-category-column {
	display: inline-block;
	vertical-align: top
}

.sitemap-category-global .sitemap-category-column:nth-last-child(2) {
	padding-bottom: 0
}

.sitemap-category-global .sitemap-category-column a {
	display: block;
	cursor: default;
	font-size: 13px;
	line-height: 16px;
	word-wrap: break-word;
	margin-bottom: 7px
}

.sitemap-category-global .sitemap-category-column a:active,
.sitemap-category-global .sitemap-category-column a:focus,
.sitemap-category-global .sitemap-category-column a:hover {
	text-decoration: none;
	color: #0090DA;
}

.sitemap-category-global .sitemap-category-column a:last-child {
	margin-bottom: 0
}

.sitemap-category-global .sitemap-category-column .sitemap-link--LinksTitle a {
	display: inline;
	cursor: pointer;
	pointer-events: auto
}

.sitemap-category-global .sitemap-category-column .sitemap-link--LinksTitle a:hover {
	text-decoration: underline;
	color: #0090da
}

.sitemap-category-global .sitemap-category-column p {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	word-wrap: break-word;
	margin-bottom: 7px;
	cursor: pointer;
	pointer-events: auto
}

.sitemap-category-global .sitemap-category-column p:active,
.sitemap-category-global .sitemap-category-column p:focus {
	text-decoration: none;
	color: #0061a0
}

.sitemap-category-global .sitemap-category-column p:hover {
	text-decoration: underline;
	color: #0090da
}

@media screen and (max-width:767px) {
	.sitemap-category-global .sitemap-category-column {
		width: 49%
	}
}

@media screen and (min-width:768px) {
	.sitemap-category-global {
		padding-bottom: 30px
	}
	.sitemap-category-global .row-divider {
		padding-bottom: 30px
	}
	.sitemap-category-global .row-divider:last-child {
		padding-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.sitemap-category-global {
		padding-bottom: 40px
	}
	.sitemap-category-global .row-divider {
		padding-bottom: 40px
	}
}

.product-row__tile__img-tile__img {
	cursor: auto
}

.product-module__small {
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	position: relative
}

.product-module__small--main {
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3
}

.product-module__small--main h2 {
	width: 90%;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px
}

.product-module__small--main p {
	width: 90%;
	font-size: 13px;
	line-height: 16px
}

.product-module__small--product {
	border-bottom: 1px solid #e3e3e3;
	width: 50%;
	float: left;
	display: table
}

.product-module__small--product:nth-child(even) {
	border-right: 1px solid #e3e3e3
}

.product-module__small--product__wrapper {
	padding: 20px 20px 15px;
	display: table-cell;
	height: 130px
}

.product-module__small__img {
	height: 50px;
	width: auto;
	margin: auto
}

.product-module__small--product__wrapper__label {
	position: static;
	top: auto;
	left: auto;
	margin-left: 0;
	display: inline-block
}

.product-tile__action--small {
	font-size: 13px;
	line-height: 16px;
	padding-top: 20px
}

@media screen and (min-width:768px) {
	.product-module__small {
		display: table-cell;
		float: none;
		height: 130px;
		vertical-align: middle
	}
	.product-module__small--main {
		vertical-align: middle
	}
	.product-module__small--main h2 {
		width: 85%;
		font-size: 16px;
		line-height: 20px
	}
	.product-module__small--main p {
		width: 85%
	}
	.product-module__small--product {
		width: 16.66667%;
		border-left: 1px solid #e3e3e3
	}
	.product-module__small--product:nth-child(even) {
		border-right: 0
	}
	.product-module__small--product__wrapper {
		display: block;
		height: auto;
		padding: 20px 20px 30px
	}
	.product-module__small__img {
		height: 40px
	}
}

@media screen and (min-width:1024px) {
	.product-module__small {
		height: 160px
	}
	.product-module__small--main h2 {
		font-size: 22px;
		line-height: 26px
	}
}

[data-comp-id="small-product-container"] {
	background-color: #f2f2f2
}

[data-comp-id="small-product-container"] .product-module {
	min-height: 170px
}

@media screen and (min-width:768px) {
	[data-comp-id="small-product-container"] .product-module {
		display: table
	}
}

.subnav-go-back {
	position: relative;
	width: 100%;
	background: #0061a0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	z-index: 996;
	box-shadow: 1px 3px 5px 0 #CCC;
	text-transform: none
}

.subnav-go-back__menu a {
	width: 100%;
	display: table;
	color: white;
	padding: 0 0 0 12px
}

.subnav-go-back__menu a span {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	height: 40px
}

.subnav-go-back__menu img {
	float: right;
	vertical-align: middle;
	display: table-cell;
	height: 40px;
	width: auto
}

.subnav-go-back__menu--mobile a {
	width: 100%;
	display: table;
	color: white;
	padding: 0 0 0 12px
}

.subnav-go-back__menu--mobile a span {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	height: 40px
}

.subnav-go-back__menu--mobile img {
	float: right;
	vertical-align: middle;
	display: table-cell;
	height: 40px;
	width: auto
}

.subnav-go-back__mobile--title {
	display: table-cell !important;
	font-weight: bold
}

.subnav-go-back__desktop--title {
	display: none !important;
	font-weight: bold
}

.subnav-go-back__list {
	display: none;
	z-index: 1;
	background: #f2f2f2;
	position: absolute;
	width: 100%;
	box-shadow: 1px 3px 5px 0 #CCC
}

.subnav-go-back__list li a {
	display: block;
	color: #333;
	text-decoration: none;
	min-height: 40px
}

.subnav-go-back__list li a p {
	font-size: 14px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px
}


.subnav-min {
	position: fixed;
	top: 50px;
	z-index: 1000;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
}

.subnav-min__button {
	background-color: #0061a0;
	color: #fff;
	cursor: pointer;
	padding: 14px 0;
}
.subnav-min__menu {
	background-color: #f2f2f2;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0;
}

.subnav-min__items {
	margin: 0;
}

.subnav-min__item {}

.subnav-min__link {
	display: block;
	padding-bottom: 14px;
}

.subnav-min__item:first-of-type .subnav-min__link {
	padding-top: 14px;
}

.subnav-min__link,
.subnav-min__link:hover,
.subnav-min__link:focus {
	outline: 0;
	color: #333;
}

@media screen and (max-width:767px) {
	.subnav-go-back.fixed {
		position: fixed
	}
}

@media screen and (min-width:768px) {
	.subnav-go-back {
		box-shadow: none
	}
	.subnav-go-back__list {
		font-size: 0
	}
	.subnav-go-back__menu {
		display: inline-block;
		width: 16%;
		float: left;
		font-size: 11px;
		min-height: 60px;
		line-height: 15px
	}
	.subnav-go-back__menu ~ .subnav-go-back__list {
		width: 84%
	}
	.subnav-go-back__menu:hover {
		text-decoration: underline
	}
	.subnav-go-back__menu a {
		width: auto;
		padding: 0 10px 0 30px
	}
	.subnav-go-back__menu a span {
		height: 60px
	}
	.subnav-go-back__menu img {
		float: none;
		height: auto;
		width: 20px
	}
	.subnav-go-back__menu span:first-child {
		padding-right: 10px
	}
	.subnav-go-back__mobile--title {
		display: none !important
	}
	.subnav-go-back__desktop--title {
		display: table-cell !important
	}
	.subnav-go-back__list {
		display: inline-block !important;
		width: 100%;
		float: left;
		z-index: auto;
		background: transparent;
		box-shadow: none;
		position: relative;
		text-align: center
	}
	.subnav-go-back__menu ~ .subnav-go-back__list {
		text-align: left
	}
	.subnav-go-back__list li {
		display: inline-block;
		width: 25%;
		vertical-align: top
	}
	.subnav-go-back__list li a {
		display: block;
		height: 60px;
		width: 100%
	}
	.subnav-go-back__list li a:hover,
	.subnav-go-back__list li a:focus {
		background: #007abc;
		color: #fff;
		text-decoration: underline
	}
	.subnav-go-back__list li a.active {
		background-color: #f2f2f2;
		color: #333
	}
	.subnav-go-back__list li a.active:hover {
		background-color: #f2f2f2;
		text-decoration: underline;
		outline-color: #333;
		outline-offset: -2px;
		outline-style: solid;
		outline-width: 2px
	}
	.subnav-go-back__list li a.active:focus {
		text-decoration: underline;
		outline-color: #333;
		outline-offset: -2px;
		outline-style: solid;
		outline-width: 2px
	}
	.subnav-go-back__list li a p {
		height: 60px;
		color: white;
		font-size: 11px;
		line-height: 15px;
		text-align: center;
		padding: 0 10px
	}
	.subnav-go-back__list li a.active p {
		color: #333
	}
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1),
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
		margin-left: calc(28% - 2px)
	}
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2),
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
		margin-left: calc(16% - 4px)
	}
	.subnav-go-back__list__item:first-child:nth-last-child(3),
	.subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__list__item {
		width: 25%
	}
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3),
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
		margin-left: calc(4% - 6px)
	}
	.subnav-go-back__list__item:first-child:nth-last-child(4),
	.subnav-go-back__list__item:first-child:nth-last-child(4) ~ .subnav-go-back__list__item {
		width: 25%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(5),
	.subnav-go-back__list__item:first-child:nth-last-child(5) ~ .subnav-go-back__list__item {
		width: 20%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(6),
	.subnav-go-back__list__item:first-child:nth-last-child(6) ~ .subnav-go-back__list__item {
		width: 16.6%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(7),
	.subnav-go-back__list__item:first-child:nth-last-child(7) ~ .subnav-go-back__list__item {
		width: 14.28%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(8),
	.subnav-go-back__list__item:first-child:nth-last-child(8) ~ .subnav-go-back__list__item {
		width: 12.5%;
		float: left
	}
	.subnav-go-back__list__item__anchor div {
		display: table;
		width: 100%
	}
}

@media screen and (min-width:1024px) {
	.subnav-go-back__menu {
		width: 12%;
		font-size: 12px
	}
	.subnav-go-back__menu ~ .subnav-go-back__list {
		width: 88%
	}
	.subnav-go-back__list {
		width: 100%
	}
	.subnav-go-back__list li {
		width: 22.5%
	}
	.subnav-go-back__list li a p {
		font-size: 12px
	}
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1),
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
		margin-left: calc(32% - 2px)
	}
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2),
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
		margin-left: calc(21% - 6px)
	}
	.subnav-go-back__list__item:first-child:nth-last-child(3),
	.subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__list__item {
		width: 22.5%
	}
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3),
	.subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
		margin-left: calc(9.5% - 3px)
	}
	.subnav-go-back__list__item:first-child:nth-last-child(4),
	.subnav-go-back__list__item:first-child:nth-last-child(4) ~ .subnav-go-back__list__item {
		width: 22.5%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(4),
	.subnav-go-back__list__item:first-child:nth-last-child(4) ~ .subnav-go-back__list__item:first-of-type {
		margin-left: 5%
	}
	.subnav-go-back__list__item:first-child:nth-last-child(5),
	.subnav-go-back__list__item:first-child:nth-last-child(5) ~ .subnav-go-back__list__item {
		width: 18%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(5),
	.subnav-go-back__list__item:first-child:nth-last-child(5) ~ .subnav-go-back__list__item:first-of-type {
		margin-left: 5%
	}
	.subnav-go-back__list__item:first-child:nth-last-child(6),
	.subnav-go-back__list__item:first-child:nth-last-child(6) ~ .subnav-go-back__list__item {
		width: 15%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(6),
	.subnav-go-back__list__item:first-child:nth-last-child(6) ~ .subnav-go-back__list__item:first-of-type {
		margin-left: 5%
	}
	.subnav-go-back__list__item:first-child:nth-last-child(7),
	.subnav-go-back__list__item:first-child:nth-last-child(7) ~ .subnav-go-back__list__item {
		width: 12.85%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(7),
	.subnav-go-back__list__item:first-child:nth-last-child(7) ~ .subnav-go-back__list__item:first-of-type {
		margin-left: 5%
	}
	.subnav-go-back__list__item:first-child:nth-last-child(8),
	.subnav-go-back__list__item:first-child:nth-last-child(8) ~ .subnav-go-back__list__item {
		width: 11.25%;
		float: left
	}
	.subnav-go-back__list__item:first-child:nth-last-child(8),
	.subnav-go-back__list__item:first-child:nth-last-child(8) ~ .subnav-go-back__list__item:first-of-type {
		margin-left: 5%
	}
}




.landing-banner-col,
.register-banner-col {
	display: none;
	background-color: #0090da;
}
.landing-banner-col,
.register-banner-col {
	padding: 15px 0;
}
.landing-banner-reg,
.register-banner-reg {
	padding: 60px 0;  text-align: center; width: 100%;
}

.landing-banner-col:nth-child(2),
.register-banner-col:nth-child(2) {
	display: inline-block;
	width: 100%;
}

@media screen and (min-width:768px) {
	.landing-banner-col {
		display: inline-block;
	}
	.landing-banner-col {
		padding: 50px 0;
	}

	.landing-banner-col:nth-child(1) {
		width: 0%;
	}

	.landing-banner-col:nth-child(2) {
		width: 55%;
	}

	.landing-banner-col:nth-child(3) {
		width: 40%;
		padding: 0;
	}

	.landing-banner-col:nth-child(4) {
		width: 5%;
		background-color: #a4ce4e;
	}

	.landing-banner-col-overlay {
		width: 33%;
	}

	.register-banner-col {
		display: inline-block;
	}
	.register-banner-col {
		padding: 50px 0;
	}

	.register-banner-col:nth-child(1) {
		width: 20%;
	}

	.register-banner-col:nth-child(2) {
		width: 100%;
	}

	.register-banner-col:nth-child(3) {
		width: 0%;
	}

	.register-banner-col:nth-child(4) {
		width: 35%;
	}

	.register-banner-col:nth-child(5) {
		width: 10%;
		background-color: #a4ce4e;
	}
}


@media screen and (min-width:1500px) {
	.landing-banner-col {
		padding: 50px 0;
	}

	.landing-banner-col:nth-child(1) {
		width: 10%;
	}

	.landing-banner-col:nth-child(2) {
		width: 55%;
	}

	.landing-banner-col:nth-child(3) {
		width: 30%;
	}

	.landing-banner-col:nth-child(4) {
		width: 5%;
	}
}


.product-module__top {
	margin-bottom: 20px
}

.product-module__top p {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-align: left;
}

.product-module__top h3 {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-weight: bold
}

.product-module__list {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px
}

.product-module__list p {
	width: 100%;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px
}

.product-module__list ul {
	width: 90%;
	list-style: disc;
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.product-module__list li {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 5px 0
}

.product-module__list p:last-child,
.product-module__list ul:last-child {
	margin-bottom: 0
}

.product-module__list li:last-child {
	padding-bottom: 0
}

.product-module__landing h3 {
	text-align: center;
}

.product-module__landing .product-module__cta-button {
	text-align: center;
}

.product-module__cta-button .btn-brand-2nd {
	margin-bottom: 20px
}

.product-module__cta-button:last-child .btn-brand-2nd {
	margin-bottom: 0
}

.product-module__large {
	vertical-align: top;
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px
}

.product-module__large:last-child {
	margin-bottom: 0
}

.product-module__large h3 {
	font-size: 22px;
	line-height: 26px;
	padding: 20px 20px 0;
	margin-bottom: 30px
}

.productmodule_section1 {
	background-size: cover;
	background-position: center center;
}

.product-module__landing .productmodule_section1 {
	height: 120px;
	line-height: 140px;
	text-align: center;
}

.product-module__landing .productmodule_section1 img {
	display: inline-block;
}

.flex-container .productmodule_section1,
.flex-container .productmodule_section2 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}

.promo-style .bg-white:last-of-type {
	background-color: #0061a0;
	color: #fff
}

.promo-style .bg-white:last-of-type .btn-brand-2nd {
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
	background: linear-gradient(#a4ce4e, #a4ce4e);
	color: #333
}

.promo-style .bg-white:last-of-type .btn-brand-2nd:active,
.promo-style .bg-white:last-of-type .btn-brand-2nd:focus,
.promo-style .bg-white:last-of-type .btn-brand-2nd:hover {
	background-color: #0090DA;
	box-shadow: rgba(0, 0, 0, 0) 0 1px 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0090DA), to(#0090DA));
	background: -webkit-linear-gradient(#0090DA, #0090DA);
	background: linear-gradient(#0090DA, #0090DA);
	text-decoration: underline;
	color: #333
}

@media screen and (min-width:768px) {
	.product-module__list {
		font-size: 13px;
		line-height: 16px
	}
	.product-module__list p {
		width: 90%;
		padding: 0 10px
	}
	.product-module__list li {
		font-size: 12px;
		line-height: 16px;
		padding: 3px 0 5px 0
	}
	.product-module__bottom {
		display: block;
		margin: 0 auto
	}
	.product-module__large {
		display: inline-block;
		width: 32%;
		float: left;
		text-align: center;
		margin-bottom: 0
	}
	.product-module__large h3 {
		font-size: 20px;
		line-height: 24px
	}
	.product-module__large:not(:last-of-type) {
		margin-right: 2%
	}
	.product-module__large:first-child:nth-last-child(1),
	.product-module__large:first-child:nth-last-child(1) ~ .product-module__large:first-child {
		margin-left: 34%
	}
	.product-module__large:first-child:nth-last-child(2),
	.product-module__large:first-child:nth-last-child(2) ~ .product-module__large:first-child {
		margin-left: 17%
	}
	.product-module__large:first-child:nth-last-child(3),
	.product-module__large:first-child:nth-last-child(3) ~ .product-module__large:first-child {
		margin-left: 0
	}
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(1),
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(1) ~ .product-module__large {
		width: 49%
	}
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(1),
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(1) ~ .product-module__large:first-child {
		margin-left: 25.5%
	}
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(2),
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(2) ~ .product-module__large {
		width: 49%
	}
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(2),
	.comparison-boxes-container .product-module__large:first-child:nth-last-child(2) ~ .product-module__large:first-child {
		margin-left: 0
	}
	.half_width .product-module__large {
		width: 49%
	}
	.half_width .product-module__large:first-child:nth-last-child(1),
	.half_width .product-module__large:first-child:nth-last-child(1) ~ .half_width .product-module__large:first-child {
		margin-left: 25.5%
	}
	.half_width .product-module__large:first-child:nth-last-child(2),
	.half_width .product-module__large:first-child:nth-last-child(2) ~ .half_width .product-module__large:first-child {
		margin-left: 0
	}
	.full_width .product-module__large:first-child:nth-last-child(1),
	.full_width .product-module__large:first-child:nth-last-child(1) ~ .half_width .product-module__large:first-child {
		margin-left: 0;
		width: 100%
	}
	.combo_width .product-module__large:nth-last-child(1) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		width: 66%;
		padding-bottom: 0
	}
	.combo_width .product-module__large:first-child:nth-last-child(2),
	.combo_width .product-module__large:first-child:nth-last-child(2) ~ .combo_width .product-module__large:first-child {
		margin-left: 0
	}
	.combo_width .product-module__large:last-of-type h3 {
		padding-top: 40px
	}
	.combo_width .subcategory-tile:last-of-type .product-module__top {
		padding-left: 30px;
		padding-right: 30px
	}
	.combo_width .subcategory-tile:last-of-type .product-module__bottom .product-module__cta-button:only-child {
		margin-top: -20px
	}
}

@media screen and (min-width:1024px) {
	.product-module__list p {
		padding: 0 30px;
		width: 100%
	}
	.product-module__list li {
		font-size: 13px;
		line-height: 16px
	}
	.product-module__large h3 {
		font-size: 22px;
		line-height: 26px
	}
	.combo_width .product-module__large:last-of-type h3 {
		padding-top: 50px
	}
	.combo_width .subcategory-tile:last-of-type .product-module__top {
		padding-left: 40px;
		padding-right: 40px
	}
	.combo_width .subcategory-tile:last-of-type .product-module__bottom .product-module__cta-button:only-child {
		margin-top: -30px
	}
}

[data-comp-id="subcategory-tile-container"],
[data-comp-id="comparison-boxes-container"],
[data-comp-id="microsite-info-modules"] {
	background-color: #f2f2f2
}

.product-module {
	display: block;
	text-align: center
}

.disclaimer--product-module {
	text-align: center;
	padding: 20px 20px 0
}

@media screen and (min-width:768px) {
	.product-module {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		text-align: center
	}
	.disclaimer--product-module {
		padding-left: 0;
		padding-right: 0
	}
}

[data-comp-id="unsubscribe-customer"] {
	background-color: #fff
}

.email--unsubscribe p {
	font-size: 14px;
	line-height: 20px
}

.email--unsubscribe__form-fields {
	display: inline-block;
	width: 100%
}

.email--unsubscribe__form-fields input {
	display: inline-block;
	width: 100%
}

.email--unsubscribe__form-fields button {
	display: inline-block;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.email--unsubscribe__form-fields input {
		margin-bottom: 10px
	}
}

@media screen and (min-width:768px) {
	.email--unsubscribe__form-fields {
		width: 50%;
		display: inline-block
	}
	.email--unsubscribe__form-fields input {
		display: inline-block;
		margin-bottom: 0
	}
}

[data-comp-id="find-a-widget"] {
	background-color: #f2f2f2
}

.company-search .wrapper {
	position: relative;
	text-align: center
}

.company-search .form-user-grp {
	display: inline-block;
	text-align: left;
	padding: 0
}

.company-search .twitter-typeahead {
	display: inline !important
}

.company-search .btn-brand-2nd:focus {
	outline-color: #333
}

.company-search .btn-brand-2nd:hover,
.company-search .btn-brand-2nd:focus {
	background-color: #0090DA;
	background: -webkit-gradient(linear, left top, left bottom, from(#0090DA), to(#0090DA));
	background: -webkit-linear-gradient(#0090DA, #0090DA);
	background: linear-gradient(#0090DA, #0090DA)
}

.company-search__label {
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle
}

.company-search__label,
.company-search__input,
.company-search__action {
	display: inline-block !important;
	width: auto;
	vertical-align: inherit !important
}

.company-search__action {
	margin-bottom: 0;
	margin-left: 0
}

.company-search .error {
	color: #db1818;
	border-color: #db1818;
	background-color: #fde8e8 !important
}

.company-search .error:focus {
	border-color: #db1818
}

.company-search .tt-menu {
	top: 23px !important;
	margin: 10px 0 0 0;
	font-size: 13px
}

@media screen and (max-width:767px) {
	.company-search .wrapper {
		padding: 0 20px
	}
	.company-search .form-user-grp {
		display: block
	}
	.company-search__label {
		width: 100%;
		text-align: left;
		margin-top: 15px;
		margin-bottom: 20px
	}
	.company-search__input {
		width: 100%;
		margin-bottom: 20px
	}
	.company-search__action {
		width: 100%
	}
}

@media screen and (min-width:768px) {
	.company-search__label {
		font-size: 18px;
		line-height: 40px;
		padding-right: 10px;
		margin-bottom: 0
	}
	.company-search__action {
		margin-left: 10px
	}
	.company-search .form-user-grp,
	.company-search .form-user-grp .company-search__input {
		width: 220px
	}
}

@media screen and (min-width:1024px) {
	.company-search__label {
		font-size: 20px
	}
}

[data-comp-id="press-article-container"] {
	background-color: #fff
}

.article.wrapper {
	padding: 0 20px
}

.breadcrumb__crumb--back {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: middle
}

.breadcrumb__crumb--back-glyph::before {
	content: "\2039";
	border-bottom: 0
}

.article-body {
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0
}

.article-body p,
.article-body ul {
	margin-bottom: 20px
}

.article-body p:last-child,
.article-body ul:last-child,
.article-body li:last-child {
	margin-bottom: 0
}

.article-body li {
	margin-bottom: 10px
}

.article-body ol {
	list-style-type: decimal;
	padding-left: 15px
}

.article-body ul {
	list-style-type: disc;
	padding-left: 15px
}

.article-body ul ul {
	list-style-type: circle
}

.article-body ol ul {
	list-style-type: circle
}

.article-body ol li ul,
.article-body ol li ol,
.article-body ul li ul,
.article-body ul li ol {
	margin-top: 10px;
	margin-bottom: 10px
}

.article-body ol li ul:last-child,
.article-body ol li ol:last-child,
.article-body ul li ul:last-child,
.article-body ul li ol:last-child {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.article.wrapper {
		padding: 0
	}
	.breadcrumb__crumb--back {
		font-size: 10px;
		line-height: 14px
	}
	.article-body {
		padding: 30px 0
	}
}

@media screen and (min-width:1024px) {
	.breadcrumb__crumb--back {
		font-size: 11px;
		line-height: 15px
	}
}

[data-comp-id="disclaimer-article"] {
	background-color: #fff
}

.news-article__resources p:last-child {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.news-article__resources {
		margin-bottom: 0;
		font-size: .95em
	}
	.news-article__resources--title {
		margin: 0
	}
	.news-article__resources--copy {
		margin-bottom: 20px
	}
}

.faq_filter_default,
.default-category-title {
	padding: 0 20px 5px
}

@media screen and (max-width:767px) {
	.faq-filter .list-filter__item--single .form-item__label {
		text-align: center;
		line-height: 40px
	}
}

@media screen and (min-width:768px) {
	.faq_filter_default,
	.default-category-title {
		padding: 0 20px 10px
	}
}

.find-office .quote-office__heading {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 15px
}

.find-office .btn-group {
	margin-bottom: 15px;
	display: table
}

.find-office .btn-group .btn.pill {
	padding: 0 10px
}

.find-office .btn-group .btn {
	height: 40px;
	line-height: 14px;
	-webkit-transition: width .5s;
	transition: width .5s;
	display: table-cell;
	float: none;
	vertical-align: middle;
	white-space: normal
}

.find-office .btn-group__icon {
	top: 100%;
	margin: 0 -10px
}

.find-office .icon-arrow-up-triangle {
	height: 20px;
	width: 100%;
	fill: #f2f2f2;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	stroke: #333;
	stroke-width: 2px
}

.find-office .find-a-x__hp__input-container {
	float: left;
	margin-bottom: 15px
}

.find-office .find-a-x__hp__input-container .form-item {
	margin-bottom: 0
}

.find-office .find-a-x__hp__input-container input {
	padding-right: 40px
}

.find-office .fao_search_location_image {
	position: absolute;
	top: 7px;
	right: 7px
}

.find-office .find-office--submit {
	margin-left: 0;
	float: left
}

.find-office .find-office__submit {
	margin-bottom: 0
}

.find-office .error-span {
	background-color: #eb4646;
	color: white;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 2px;
	display: none;
	position: relative;
	font-size: .85em;
	padding: 0 10px;
	line-height: 2.5em
}

.find-office .error-span .icon.error {
	position: absolute;
	top: -14px
}

.find-office .error-span .icon.info {
	top: 4px
}

.find-office .pill:nth-of-type(1):nth-last-of-type(1) {
	width: 100%
}

.find-office .pill:nth-of-type(1):nth-last-of-type(2),
.find-office .pill:nth-of-type(2):nth-last-of-type(1) {
	width: 40%
}

.find-office .pill:nth-of-type(1):nth-last-of-type(2).active,
.find-office .pill:nth-of-type(2):nth-last-of-type(1).active {
	width: 60%
}

.find-office .pill:nth-of-type(1):nth-last-of-type(3),
.find-office .pill:nth-of-type(2):nth-last-of-type(2),
.find-office .pill:nth-of-type(3):nth-last-of-type(1) {
	width: 30%
}

.find-office .pill:nth-of-type(1):nth-last-of-type(3).active,
.find-office .pill:nth-of-type(2):nth-last-of-type(2).active,
.find-office .pill:nth-of-type(3):nth-last-of-type(1).active {
	width: 40%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.find-office .btn-group__icon {
		top: 36px
	}
}

@media screen and (max-width:767px) {
	.find-office .btn-group .btn:not(.active) {
		border-top: 0;
		border-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.find-office .quote-office__heading {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px
	}
	.find-office .icon-arrow-up-triangle {
		height: 20px
	}
	.find-office .find-a-x__hp__input-container {
		margin-bottom: 0
	}
	.find-office .find-office--submit {
		margin-left: 10px;
		float: right
	}
}

@media screen and (min-width:1024px) {
	.find-office .find-a-x__hp__input-container input {
		padding-right: 12px
	}
	.find-office .fao_search_location_image {
		display: none
	}
}

[data-comp-id="forms-library"] {
	background-color: #fff
}

[data-comp-id="forms-library-disclaimer"] {
	background-color: #f2f2f2
}

.form-library .list__item__date {
	color: #333
}

.form-library .list__item__title {
	color: #0061a0
}

.form-library .list__item--right a:first-of-type {
	margin-right: 0
}

.form-library .list__item p {
	color: #333
}

.section-title p {
	margin-bottom: 0
}

.section-title .section-title__title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #333
}

.section-title .brand-gray-2nd.hidden-xs {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666
}

.document-size {
	color: #666;
	font-size: 10px;
	line-height: 14px
}

.download-link {
	font-size: 14px;
	line-height: 20px
}

.document-icon {
	height: 20px;
	width: auto
}

@media screen and (min-width:768px) {
	.form-library .section-title p:first-child {
		margin-bottom: 20px
	}
	.section-title .section-title__title {
		font-size: 14px;
		line-height: 20px
	}
	.section-title .brand-gray-2nd.hidden-xs {
		font-size: 11px;
		line-height: 16px
	}
	.download-link {
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		text-transform: uppercase
	}
	.form-library .list__item__title {
		color: #333
	}
}

@media screen and (min-width:1024px) {
	.section-title .brand-gray-2nd.hidden-xs {
		font-size: 12px;
		line-height: 18px
	}
	.document-size {
		font-size: 11px;
		line-height: 15px
	}
	.download-link:hover {
		text-decoration: underline
	}
}

.forms-library-category-others {
	padding-top: 20px
}

.forms-library-category-others h2 {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 5px
}

.forms-library-category-others p {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	list-style-type: disc;
	padding-left: 20px
}

.forms-library-category-others ul {
	font-size: 14px;
	list-style-type: disc;
	margin: 10px 0 20px 60px
}

.forms-library-category-others li b {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold
}

@media screen and (min-width:768px) {
	.forms-library-category-others h2 {
		font-size: 16px
	}
	.forms-library-category-others p {
		font-size: 14px;
		line-height: 20px
	}
}

[data-comp-id="general-content"] {
	background-color: #fff
}

.general-content .unexpanded {
	display: none
}

.general-content .expand_button {
	display: block;
	height: 60px;
	color: #0061a0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-top: 1px solid #ccc
}

.general-content .expand_button.open {
	margin-top: 30px
}

.general-content .expand_button:active,
.general-content .expand_button:hover {
	color: #0061a0;
	background-color: #e5f4fb
}

.general-content .expand_button:active span,
.general-content .expand_button:hover span {
	text-decoration: underline
}

.general-content .expand_button .icon {
	fill: #0061a0
}

.general-content .expand_button_open,
.general-content .expand_button_close {
	display: inline-block;
	height: 100%
}

.general-content .expand_button_open div,
.general-content .expand_button_close div {
	display: table;
	height: 100%
}

.general-content .expand_button_open span,
.general-content .expand_button_close span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px
}

@media screen and (max-width:767px) {
	.general-content.wrapper {
		padding: 0 20px
	}
}

@media screen and (min-width:768px) {
	.general-content .expand_button.open {
		margin-top: 30px
	}
}

@media screen and (min-width:1024px) {
	.general-content .expand_button.open {
		margin-top: 40px
	}
}

[data-comp-id="generic-table"] {
	background-color: #fff
}

.generic-table .table-heading {
	color: #333;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px
}

.generic-table .table-layout {
	width: 100%
}

.generic-table.double .table-container:nth-child(2) {
	margin-top: 20px
}

.generic-table .table-title h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
	margin-bottom: 0
}

.generic-table .table-title p {
	margin: 0
}

.generic-table .table-content {
	max-height: 400px;
	width: 100%;
	overflow: auto
}

.generic-table.double .table-content {
	max-height: 200px
}

.generic-table .table-content table {
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
	border: hidden
}

.generic-table .table-content table td,
.generic-table .table-content table th {
	width: 100px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle
}

.generic-table .table-content.font-size-small table td,
.generic-table .table-content.font-size-small table th {
	font-size: 10px
}

.generic-table .table-content.font-size-large table td,
.generic-table .table-content.font-size-large table th {
	font-size: 18px
}

.generic-table .table-content.font-left table td,
.generic-table .table-content.font-left table th {
	text-align: left
}

.generic-table .table-content.font-right table td,
.generic-table .table-content.font-right table th {
	text-align: right
}

.generic-table .table-title h2,
.generic-table .table-content thead th,
.generic-table .table-content tbody tr th,
.generic-table .table-title.table-blue h2,
.generic-table .table-content.table-header-blue thead th,
.generic-table .table-content.table-column-blue tbody tr th {
	background-color: #007abc;
	color: #fff;
	text-decoration: underline
}

.generic-table .table-title.table-darkblue h2,
.generic-table .table-content.table-header-darkblue thead th,
.generic-table .table-content.table-column-darkblue tbody tr th,
.generic-table .table-content.table-column-darkblue tbody tr th a {
	background-color: #0061a0;
	color: #fff;
	text-decoration: underline
}

.generic-table .table-title.table-white h2,
.generic-table .table-content.table-header-white thead th,
.generic-table .table-content.table-column-white tbody tr th,
.generic-table .table-content tbody tr td,
.generic-table .table-content.table-row-white tbody tr td,
.generic-table .table-content.table-row-white-gray tbody tr:nth-child(odd) td,
.generic-table .table-content.table-row-gray-white tbody tr:nth-child(even) td {
	background-color: #fff;
	color: #333
}

.generic-table .table-title.table-gray h2,
.generic-table .table-content.table-header-gray thead th,
.generic-table .table-content.table-column-gray tbody tr th,
.generic-table .table-content.table-row-gray tbody tr td,
.generic-table .table-content.table-row-white-gray tbody tr:nth-child(even) td,
.generic-table .table-content.table-row-gray-white tbody tr:nth-child(odd) td {
	background-color: #f2f2f2;
	color: #333
}

.generic-table .table-title,
.generic-table .table-title.table-header-border,
.generic-table .table-content,
.generic-table .table-content.border-outside,
.generic-table .table-content.border-horizontal,
.generic-table .table-content.border-vertical-horizontal {
	border: solid 1px #a7a8aa
}

.generic-table .table-title:not(.border-none) ~ .table-content,
.generic-table .table-title.table-header-border ~ .table-content.border-outside,
.generic-table .table-title.table-header-border ~ .table-content.border-horizontal,
.generic-table .table-title.table-header-border ~ .table-content.border-vertical-horizontal,
.generic-table .table-title:not(.border-none) ~ .table-content.border-outside thead tr,
.generic-table .table-title:not(.border-none) ~ .table-content.border-horizontal thead tr,
.generic-table .table-title:not(.border-none) ~ .table-content.border-vertical-horizontal thead tr {
	border-top: hidden
}

.generic-table .table-content tr,
.generic-table .table-content.border-horizontal tr,
.generic-table .table-content.border-vertical-horizontal tr {
	border-bottom: solid 1px #a7a8aa
}

.generic-table .table-content td:nth-child(n+2),
.generic-table .table-content.border-vertical-horizontal td:nth-child(n+2),
.generic-table .table-content th:nth-child(n+2),
.generic-table .table-content.border-vertical-horizontal th:nth-child(n+2) {
	border-left: solid 1px #a7a8aa
}

.generic-table .table-content.border-outside tr,
.generic-table .table-content tbody tr:last-of-type,
.generic-table .table-content.border-horizontal tbody tr:last-of-type,
.generic-table .table-content.border-vertical-horizontal tbody tr:last-of-type,
.generic-table .table-content.border-none tr {
	border-bottom: hidden
}

.generic-table .table-content.border-horizontal td,
.generic-table .table-content.border-horizontal th,
.generic-table .table-content.border-outside td,
.generic-table .table-content.border-outside th,
.generic-table .table-content.border-none td,
.generic-table .table-content.border-none th {
	border-left: hidden
}

.generic-table .table-title.border-none,
.generic-table .table-content.border-none {
	border: hidden
}

.generic-table .table-content table th {
	font-weight: bold
}

.generic-table .table-content table td,
.generic-table .table-content table th,
.generic-table .table-content.cell-padding-10 table th,
.generic-table .table-content.cell-padding-10 table td {
	font-weight: normal;
	padding: 10px 10px
}

.generic-table .table-content.cell-padding-5 table th,
.generic-table .table-content.cell-padding-5 table td {
	padding: 5px 5px
}

.generic-table .table-content.cell-padding-20 table th,
.generic-table .table-content.cell-padding-20 table td {
	padding: 20px 20px
}

.generic-table .table-content table p {
	padding: 0;
	margin: 0
}

.generic-table .table-content table thead th:focus,
.generic-table .table-content table th:focus,
.generic-table .table-content table td:focus {
	outline: hidden;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.table-header-sticky thead th,
.table-column-sticky tbody th {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky
}

.table-header-sticky thead th {
	top: -1px;
	z-index: 5
}

.table-column-sticky tbody th {
	left: -1px;
	z-index: 2
}

.generic-table .disclaimer--table {
	color: #333;
	padding-top: 20px
}

@media screen and (max-width:767px) {
	.generic-table>.wrapper {
		padding: 0 20px
	}
}

@media screen and (min-width:768px) {
	.generic-table .table-heading {
		font-size: 20px;
		line-height: 24px
	}
	.generic-table.double .table-layout {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.generic-table.double .table-container {
		width: 50%
	}
	.generic-table.double .table-container:nth-child(2) {
		margin-top: 0;
		border-left: hidden
	}
	.generic-table.double .table-container:only-child {
		width: 100%
	}
}

[data-comp-id="glossary-container"] {
	background-color: #fff;
	padding-top: 0
}

.glossary {
	padding-top: 20px
}

@media screen and (min-width:768px) {
	.glossary {
		padding-top: 30px
	}
}

@media screen and (min-width:1024px) {
	.glossary {
		padding-top: 40px
	}
}

.glossary-definitions:last-child dl:last-of-type {
	margin-bottom: 0
}

.glossary-group span {
	display: block
}

.glossary-group span {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px
}

.glossary-group dt,
.glossary-group dd {
	padding-left: 20px
}

.glossary-group dl {
	margin-bottom: 20px
}

.glossary-group dt {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px
}

.glossary-group dd {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px
}

@media(min-width:768px) {
	.glossary-group dl {
		margin-bottom: 30px
	}
	.glossary-group dl:last-of-type {
		margin-bottom: 40px
	}
	.glossary-group dt {
		margin-bottom: 10px
	}
	.glossary-group dd {
		line-height: 18px
	}
	.glossary-group span {
		padding-bottom: 10px
	}
}

@media(min-width:1024px) {
	.glossary-group span {
		font-size: 20px;
		line-height: 24px
	}
	.glossary-group dl:last-of-type {
		margin-bottom: 50px
	}
}

.glossary-selector {
	display: none
}

.selector {
	position: static;
	top: auto;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #fff;
	border-bottom: solid 1px #ccc
}

.selector.fixed {
	position: fixed
}

.selector a {
	color: #ccc;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: text;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 0
}

.selector a:not(:last-child) {
	border-right: 1px solid #ccc
}

.selector a.active {
	color: #0061a0;
	cursor: pointer
}

.selector a.active:hover {
	color: #0090da;
	text-decoration: underline
}

.selector-container {
	position: relative;
	font-size: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto
}

@media screen and (min-width:768px) {
	.selector a:not(:last-child) {
		border: 0
	}
	.selector-container {
		right: 0 !important
	}
}

[data-comp-id="image-gallery"] {
	background-color: #fff
}

.image-gallery .slide-items-mobile {
	display: none
}

.image-gallery .slide {
	display: inline
}

.image-gallery .slide-main-image {
	float: left;
	width: 66%
}

.image-gallery .slide-main-image img {
	max-width: 859px
}

.image-gallery .slide-content {
	display: block;
	float: right;
	width: 32%
}

.image-gallery .slide-content.right {
	float: none;
	margin: 0
}

.image-gallery .slide-count {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	display: block
}

.image-gallery .slide-description p:last-of-type,
.image-gallery .slide-description ul:last-of-type,
.image-gallery .slide-description li:last-of-type {
	margin-bottom: 0
}

.image-gallery .slide-description ul {
	padding-left: 20px
}

.image-gallery .slide-description li {
	line-height: 18px
}

.image-gallery .slide-items {
	margin-top: 15px;
	width: 66%;
	float: left;
	position: relative
}

.image-gallery .slide-items .previous {
	width: 25px;
	height: 100%;
	position: absolute;
	left: 0
}

.image-gallery .slide-items .next {
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0
}

.image-gallery .slide-thumbnails {
	overflow: hidden;
	float: left;
	white-space: nowrap;
	margin: 0 30px;
	text-align: center
}

.image-gallery .slide-thumbnails li {
	display: inline
}

.image-gallery .slide-thumbnails li a:focus,
.image-gallery .slide-thumbnails li a:hover {
	text-decoration: none;
	padding: 23px 0;
	border: 0;
	outline: 0
}

.image-gallery .slide-thumbnails li a img {
	width: 23%;
	opacity: .6;
	border: 0
}

.image-gallery .slide-thumbnails li a:focus img,
.image-gallery .slide-thumbnails li a.active:focus img {
	border: 2px solid #0061a0
}

.image-gallery .slide-thumbnails li a.active img {
	opacity: 1;
	border: 2px solid #666
}

.image-gallery .slide-thumbnails a.previous,
.image-gallery .slide-thumbnails a.next {
	width: 20px;
	height: 33px;
	display: inline-block
}

.image-gallery .slide-content.left {
	display: none
}

.image-gallery .slide-items .icon-chevron-left {
	left: 0
}

.image-gallery .slide-items .icon-chevron-right {
	right: 0
}

.image-gallery ol {
	list-style: decimal;
	padding-left: 20px
}

.image-gallery li {
	list-style: inherit;
	font-size: 13px;
	line-height: 16px
}

.image-gallery .slide-main-image .slide-items {
	display: none
}

@media screen and (min-width:768px) {
	.image-gallery .slide-content.right {
		display: none
	}
	.image-gallery .slide-content.left {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px
	}
	.image-gallery .slide-description h3 {
		font-size: 18px;
		line-height: 22px
	}
	.image-gallery .slide-description p {
		font-size: 13px;
		line-height: 18px
	}
	.image-gallery .slide-description li {
		font-size: 13px;
		line-height: 16px
	}
	.image-gallery .slide-thumbnails {
		margin: 0 25px
	}
	.image-gallery .slide-thumbnails a.previous,
	.image-gallery .slide-thumbnails a.next {
		width: 15px;
		height: 25px
	}
	.image-gallery .slide-items .previous a,
	.image-gallery .slide-items .next a {
		height: 52%;
		display: block
	}
	.image-gallery .container-width-80 {
		width: 100%
	}
	.image-gallery .slide-items .icon {
		fill: #333;
		height: 20px;
		position: absolute;
		top: 13%
	}
}

@media screen and (max-width:767px) {
	.image-gallery .slide-main-image .slide-items {
		display: block
	}
	.image-gallery .slide-content {
		margin: 10px 20px 0 20px;
		width: 90% !important
	}
	.image-gallery .slide-main-image,
	.image-gallery .slide-content {
		float: none;
		width: 100%
	}
	.image-gallery .slide-items .previous,
	.image-gallery .slide-thumbnails,
	.image-gallery .slide-items .next {
		display: none
	}
	.image-gallery .slide-items .slide-content {
		text-align: left
	}
	.image-gallery .slide-main-image {
		position: relative
	}
	.image-gallery .slide-items {
		display: none;
		margin: 0
	}
	.image-gallery .slide-items-mobile .next,
	.image-gallery .slide-items-mobile .previous {
		display: block;
		position: absolute;
		top: 50%
	}
	.image-gallery .slide-items-mobile .next {
		right: 0
	}
	.image-gallery .slide-items-mobile .previous {
		left: 0
	}
	.image-gallery .slide-count.right {
		display: block
	}
	.image-gallery .slide-content.left {
		display: none
	}
	.image-gallery .slide-main-image .slide-items {
		width: 100%;
		display: block;
		position: absolute;
		top: calc(50% - 12px)
	}
	.image-gallery .slide-main-image .slide-items .next,
	.image-gallery .slide-main-image .slide-items .previous {
		position: absolute;
		display: block
	}
	.image-gallery .slide-main-image .slide-items .previous {
		left: 5px
	}
	.image-gallery .slide-main-image .slide-items .next {
		right: 5px
	}
	.image-gallery .slide-items .icon {
		fill: #fff;
		height: 25px;
		position: absolute
	}
}

@media screen and (min-width:1024px) {
	.image-gallery .slide-items .previous a,
	.image-gallery .slide-items .next a {
		display: block;
		height: 100%
	}
	.image-gallery .container-width-80 {
		width: 80%
	}
	.image-gallery .slide-content.right {
		display: block
	}
	.image-gallery .slide-content.left {
		display: none
	}
	.image-gallery .slide-items .icon {
		height: 25px;
		position: absolute;
		top: 32%
	}
}

[data-comp-id="information-link-widget"] {
	background-color: #f2f2f2
}

.information-link-widget .options-small-component {
	font-size: 0
}

.information-link-widget .options-small-component div {
	font-size: 16px
}

.information-link-widget .options-small-component-text {
	padding-left: 10px
}

.information-link-widget .options-small-component-link {
	padding-left: 20px
}

@media screen and (max-width:767px) {
	.information-link-widget .options-small-component-link {
		display: block;
		padding-top: 5px;
		padding-left: 0
	}
}

.mobile-cta-button {
	text-align: center
}

.mobile-cta-button .btn {
	margin-bottom: 0
}

.mobile-cta-button .sticky-header-cta .btn,
.mobile-cta-button .sticky-bottom-cta .btn {
	width: 100%
}

.mobile-cta-button-container.sticky-bottom-cta {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	padding: 0
}

.mobile-cta-button-container.sticky-header-cta {
	position: fixed;
	width: 100%;
	z-index: 0;
	padding: 0
}

.mobile-cta-button-container.sticky-header-cta.no-subnav {
	z-index: 9999
}

@media screen and (min-width:768px) {
	.mobile-cta-button {
		display: none
	}
}

.monthly-rates .general-content .generic-table {
	padding-top: 0
}

.monthly-rates .general-content .generic-table:nth-child(2) {
	padding-bottom: 0
}

.monthly-rates .comparison-modal-link {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px
}

.monthly-rates .view-all-rates {
	color: #2377c5;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer
}

.monthly-rates-overlay .table-container {
	display: none
}

.monthly-rates-overlay .table-container.active {
	display: block
}

.page-not-found {
	background-color: #f2f2f2;
	color: #007abc;
	font-size: 100px;
	line-height: 120px;
	text-align: center
}

@media screen and (min-width:1024px) {
	.page-not-found {
		font-size: 150px;
		line-height: 170px
	}
}

[data-comp-id="press-article"] {
	background-color: #fff
}

.article-title,
.article-subtitle {
	margin-bottom: 20px
}

.article-title,
.article-subtitle,
.article-date {
	font-size: 14px;
	line-height: 20px
}

.article-title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-weight: bold;
	text-transform: uppercase
}

.article-subtitle {
	font-weight: normal
}

.article-date {
	font-weight: bold
}

@media screen and (min-width:768px) {
	.article-title {
		font-size: 20px;
		line-height: 24px
	}
	.article-subtitle {
		font-size: 16px;
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.article-title,
	.article-subtitle {
		margin-bottom: 30px
	}
	.article-title {
		font-size: 22px;
		line-height: 26px
	}
	.article-subtitle {
		font-size: 18px;
		line-height: 22px
	}
}

[data-comp-id="press-file-download"],
[data-comp-id="download-file"] {
	background-color: #fff
}

.video-text__document {
	text-align: left;
	margin-bottom: 20px
}

.video-text__document:last-child {
	margin-bottom: 0
}

.video-text__document img {
	float: left;
	width: 15px;
	height: 20px;
	margin-right: 5px
}

.video-text__document__descriptor {
	font-size: 13px;
	line-height: 16px
}

.video-text__document__descriptor p {
	margin-bottom: 0;
	display: inline;
	font-size: 11px;
	line-height: 16px
}

.video-text__document__descriptor div {
	font-size: 11px;
	line-height: 16px;
	padding-left: 15px
}

@media screen and (min-width:768px) {
	.video-text__document__descriptor--full div {
		display: inline-block
	}
	.video-text__document__descriptor {
		font-size: 14px;
		line-height: 20px
	}
	.video-text__document__descriptor p {
		font-size: 11px;
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.video-text__document__descriptor div {
		display: inline-block
	}
}

[data-comp-id="press-room-archive"] {
	background-color: #fff
}

.press-room-archive .wrapper {
	padding: 0
}

.news-room .list__item {
	padding-right: 20px
}

.news-room .list__item__title {
	margin-bottom: 0
}

.divider--load-more__link {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px
}

.divider--load-more__link:hover {
	text-decoration: none
}

@media screen and (min-width:768px) {
	.divider--load-more__link {
		font-size: 14px;
		line-height: 18px
	}
}

[data-comp-id="pressroom-contact"] {
	background-color: #fff
}

.pressroom-contact__title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 15px
}

.contact-item {
	font-size: 0
}

@media screen and (min-width:768px) {
	.pressroom-contact__title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px
	}
}

@media screen and (min-width:1024px) {
	.pressroom-contact__title {
		font-size: 20px;
		line-height: 24px
	}
}

[data-comp-id="pressroom-image"] {
	background-color: #fff
}

.optional-image__img {
	margin-bottom: 10px
}

.disclaimer--image {
	color: #333
}

@media screen and (min-width:768px) {
	.optional-image {
		margin: auto
	}
	.optional-image__img {
		display: block
	}
}

[data-comp-id="pressroom-media-contact"] {
	background-color: #fff
}

.media-contact--absolute {
	position: absolute;
	top: 50px;
	z-index: 600;
	height: 100%;
	width: 100%
}

.media-contact__title {
	display: block;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px
}

.media-contact__title__icon {
	fill: #0061a0;
	vertical-align: bottom
}

.media-contact__title__icon:hover {
	fill: #0090da
}

.media-contact__title--hidden {
	display: none
}

.media-contact__list--variation {
	display: none
}

.media-contact__list__section:last-of-type {
	border-bottom: 1px solid #ccc
}

.media-contact__list__section__title {
	color: #0061a0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #ccc;
	padding: 15px 20px
}

.media-contact__list__section__title:after {
	content: "+";
	float: right;
	font-size: 1.75em;
	font-weight: bold
}

.media-contact__list__section__title:hover {
	color: #0090da
}

.media-contact__list__section__title.open {
	border-bottom: 0
}

.media-contact__list__section__title.open:after {
	content: "\2013";
	float: right;
	font-size: 1.75em;
	font-weight: bold
}

.media-contact__list__section__title.open:last-of-type ~ .media-contact__list__section__content {
	border-bottom: 1px solid #ccc
}

.media-contact__list__section__title__icon--hidden {
	display: none
}

.media-contact__list__section__title__chevron {
	fill: grey
}

.media-contact__list__section__title--bg-variation {
	background-color: #efefef;
	color: inherit
}

.media-contact__list__section__content {
	display: none;
	font-size: 0;
	padding-left: 20px;
	padding-bottom: 20px
}

.media-contact__item {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-top: 15px
}

.media-contact__item:nth-child(1) {
	margin-top: 20px
}

.media-contact__item--variation {
	margin-bottom: 0
}

.media-contact__item__title {
	vertical-align: top;
	font-weight: bold
}

.pressroom-media-contact-row {
	display: inline
}

@media screen and (min-width:768px) {
	.media-contact__title {
		font-size: 28px;
		line-height: 32px
	}
	.media-contact__title__icon {
		vertical-align: inherit
	}
	.media-contact__list--variation {
		border-top: 1px solid #ccc;
		padding: 30px 20px
	}
	.media-contact__list__section {
		padding-bottom: 20px
	}
	.media-contact__list__section:last-child {
		border-bottom: 0;
		padding-bottom: 0
	}
	.media-contact__list__section__title {
		color: inherit;
		font-size: 18px;
		line-height: 22px;
		cursor: default;
		border-top: 0;
		border-bottom: 1px solid #ccc;
		padding: 0 20px 10px;
		margin-bottom: 20px
	}
	.media-contact__list__section__title:hover {
		color: inherit
	}
	.media-contact__list__section__title:after {
		content: ""
	}
	.media-contact__list__section__title.open {
		border-bottom: 1px solid #ccc
	}
	.media-contact__list__section__title.open:after {
		content: ""
	}
	.media-contact__list__section__variation {
		display: inline-block;
		width: 32%
	}
	.media-contact__list__section__title--bg-variation {
		background-color: white;
		border-bottom: 0;
		font-size: 16px
	}
	.media-contact__list__section__title .icon {
		display: none
	}
	.media-contact__list__section__content {
		display: block !important;
		padding-bottom: 0
	}
	.media-contact__list__section__content--variation {
		padding: 0
	}
	.media-contact__list__section__content .pressroom-media-contact-row:last-of-type .media-contact__item {
		margin-bottom: 0
	}
	.media-contact__item {
		display: inline-block;
		width: 33.33%;
		vertical-align: top;
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 20px
	}
	.media-contact__item--variation {
		width: auto
	}
	.pressroom-media-contact-row {
		display: block;
		padding-bottom: 20px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.media-contact__item:nth-child(-n+3) {
		margin-top: 0
	}
	.media-contact__item:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 10px
	}
	.media-contact__item:nth-child(3n+3) {
		padding-left: 10px;
		padding-right: 0
	}
}

@media screen and (min-width:1024px) {
	.media-contact__title {
		font-size: 30px;
		line-height: 34px
	}
	.media-contact__list__section__title {
		font-size: 20px;
		line-height: 24px
	}
	.media-contact__item {
		width: 25%
	}
	.media-contact__item:nth-child(-n+4) {
		margin-top: 0
	}
	.media-contact__item:nth-child(4n+1) {
		padding-left: 0;
		padding-right: 10px
	}
	.media-contact__item:nth-child(4n+4) {
		padding-left: 10px;
		padding-right: 0
	}
	.media-contact__item--variation {
		width: auto
	}
}

[data-comp-id="privacy-policy-header"] {
	background-color: #fff
}

.privacy-policy-index {
	padding: 0
}

.privacy-policy-index .width-80 {
	width: 100%
}

.privacy-policy-index p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal
}

.privacy-policy-index ul {
	list-style: disc;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-left: 40px;
	margin-bottom: 20px
}

.privacy-policy-index li {
	margin-bottom: 10px
}

.privacy-policy-index p:last-child,
.privacy-policy-index ul:last-child {
	margin-bottom: 0
}

.privacy-policies-header,
.privacy-policies-section,
.privacy-policies-section__header {
	padding-bottom: 20px
}

.privacy-policies-section:last-child {
	padding-bottom: 0
}

.privacy-policy-index__Description {
	padding: 0 20px 20px
}

.privacy-policy-index__linkContainer a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	padding: 15px 20px
}

.privacy-policy-index__linkContainer a:last-child {
	border-bottom: 1px solid #ccc
}

.privacy-policies-section__title,
.privacy-policies-section__description,
.privacy-policies-section__lastupdated {
	display: inline-block;
	padding: 0 20px 20px;
	margin-bottom: 0
}

.privacy-policies-section__description:last-child,
.privacy-policies-section__lastupdated:last-child {
	padding-bottom: 0
}

.privacy-policies-section__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold
}

.privacy-policies-section__lastupdated {
	color: #999;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal
}

@media screen and (min-width:768px) {
	.privacy-policies-header,
	.privacy-policy-index__Description,
	.privacy-policy-index__linkContainer,
	.privacy-policies-section,
	.privacy-policies-section__header {
		padding-bottom: 30px
	}
	.privacy-policy-index__linkContainer {
		border-bottom: 1px solid #ccc
	}
	.privacy-policy-index__linkContainer a {
		width: 50%;
		float: left;
		border-top: 0;
		font-size: 14px;
		line-height: 18px;
		padding: 0 20px 30px
	}
	.privacy-policy-index__linkContainer a:last-child {
		border-bottom: 0
	}
	.privacy-policy-index__linkContainer a:last-child,
	.privacy-policy-index__linkContainer a:nth-last-child(-n+2):not(:nth-child(even)) {
		padding-bottom: 0
	}
	.privacy-policies-section__lastupdated {
		font-size: 11px;
		line-height: 16px
	}
}

@media screen and (min-width:1024px) {
	.privacy-policies-header,
	.privacy-policy-index__Description,
	.privacy-policy-index__linkContainer,
	.privacy-policies-section,
	.privacy-policies-section__header {
		padding-bottom: 40px
	}
	.privacy-policies-section__title {
		font-size: 20px;
		line-height: 24px
	}
	.privacy-policies-section__lastupdated {
		font-size: 12px;
		line-height: 18px
	}
}

[data-comp-id="quote-landing"],
[data-comp-id="quote-landing-single"] {
	background-color: #f2f2f2
}

.button-disabled {
	pointer-events: none;
	cursor: default
}

.button-disabled:hover {
	text-decoration: none;
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
	background: linear-gradient(#a4ce4e, #a4ce4e)
}

.life-insurance-quote-left {
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	word-wrap: break-word;
	box-shadow: rgba(0, 0, 0, 0.09) 1px 3px 5px 0;
	padding: 30px
}

.life-insurance-quote-left ul {
	list-style-type: disc;
	padding-left: 20px
}

.life-insurance-quote-left ol {
	list-style-type: decimal;
	padding-left: 20px
}

.life-insurance-quote-left p,
.life-insurance-quote-left ul,
.life-insurance-quote-left ol {
	margin-bottom: 20px
}

.life-insurance-quote-left li {
	margin-bottom: 10px
}

.life-insurance-quote-left p:last-child,
.life-insurance-quote-left ul:last-child,
.life-insurance-quote-left ol:last-child,
.life-insurance-quote-left li:last-child {
	margin-bottom: 0
}

.life-insurance-quote-left .quoteBorder {
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px
}

.life-insurance-quote-left-text p:last-child:not(.quoteBorder) {
	margin-top: 15px
}

.life-insurance-quote-left .quote-rtf-title {
	color: #333;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	text-align: center
}

.life-insurance-quote-right {
	float: left;
	width: 100%;
	background: #0061a0;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.09) 1px 3px 5px 0;
	padding: 30px
}

.life-insurance-quote-right a,
.life-insurance-quote-right a:active,
.life-insurance-quote-right a:focus {
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
	background: linear-gradient(#a4ce4e, #a4ce4e);
	color: #333
}

.life-insurance-quote-right a:hover {
	background-color: #b7dd58;
	box-shadow: rgba(0, 0, 0, 0) 0 1px 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7dd58), to(#b7dd58));
	background: -webkit-linear-gradient(#b7dd58, #b7dd58);
	background: linear-gradient(#b7dd58, #b7dd58);
	text-decoration: underline;
	color: #333
}

.life-insurance-quote-right .life-quote-form__header {
	color: #fff
}

.life-insurance-quote-right .quote-right-header {
	margin-bottom: 15px
}

.life-insurance-quote-right .quote__tool__dob-label {
	color: #fff
}

.life-insurance-quote-right .contactDisclaimer p {
	font-size: 11px;
	line-height: 15px;
	color: #fff
}

.life-insurance-quote-right .contactDisclaimer a {
	background: 0;
	text-decoration: underline
}

.life-insurance-quote-right .contactDisclaimer a:hover {
	color: #fff;
	background: 0
}

.life-insurance-quote-right .contact-container--form-card {
	padding: 0
}

@media screen and (min-width:768px) {
	.life-insurance-quote {
		display: table;
		width: 96%;
		margin: 0 auto
	}
	.life-insurance-quote-left {
		display: table-cell;
		width: 50%;
		font-size: 14px
	}
	.life-insurance-quote-left p {
		font-size: 14px
	}
	.life-insurance-quote-left .quoteBorder {
		border-top: 1px solid #ccc;
		padding-top: 20px;
		margin-top: 20px
	}
	.life-insurance-quote-left .quote-rtf-title {
		font-weight: bold
	}
	.life-insurance-quote-right {
		display: table-cell;
		float: none;
		width: 50%
	}
	.life-insurance-quote-right .quote-right-header {
		font-size: 16px
	}
	.life-insurance-quote-right .cta_header_quote .btn_global {
		float: left
	}
}

@media screen and (min-width:1024px) {
	.life-insurance-quote {
		width: 85%;
		max-width: 1300px
	}
	.life-insurance-quote-left {
		font-size: 16px;
		padding: 40px
	}
	.life-insurance-quote-left p {
		font-size: 16px
	}
	.life-insurance-quote-right {
		font-size: 16px;
		padding: 40px
	}
	.life-insurance-quote-left .quote-rtf-title {
		font-size: 24px;
		line-height: 28px
	}
	.life-insurance-quote-right .quote-right-header {
		font-size: 18px
	}
}

[data-comp-id="quote-results"] {
	background-color: #f2f2f2
}

.wrapper__quote-card #lpButtonDiv {
	display: block
}

.results-card__premium-card__container {
	background-color: #fff;
	padding: 20px
}

.results-card__premium-card--inactive {
	-webkit-filter: opacity(35%);
	-moz-filter: opacity 35%;
	-o-filter: opacity(35%);
	filter: opacity(35%);
	pointer-events: none
}

.results-card__premium-card__title {
	font-family: Georgia;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px
}

.results-card__premium-card__error {
	text-align: center;
	font-weight: normal;
	padding-top: 20px
}

.results-card__quoteinfo {
	background-color: #e5f4fb;
	text-align: center;
	min-height: 180px;
	padding: 30px 20px;
	margin-bottom: 20px
}

.results-card__quoteinfo__currency {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	vertical-align: top;
	margin-right: 5px
}

.results-card__quoteinfo__value {
	font-size: 48px;
	line-height: 32px;
	font-weight: bold
}

.results-card__quoteinfo__frequency {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal
}

.results-card__quoteinfo__error {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	padding: 52px 0
}

.results-card__quoteinfo__viewrates {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #0e5dae;
	cursor: pointer
}

.results-card__quoteinfo__edit {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer
}

.results-card__quoteinfo__edit a {
	color: #333
}

.results-card__quoteinfo__terms {
	margin-bottom: 20px
}

.results-card__quoteinfo__arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	margin: -30px auto 32px
}

.results-card__quoteinfo__edit svg {
	fill: #0e5dae
}

.results-card__coverageinfo__value {
	font-weight: bold;
	font-size: 20px;
	line-height: 18px
}

.results-form__wrapper {
	padding: 20px;
	background-color: #0061a0
}

.results-form__header {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px
}

.results-form__text h1 {
	font-weight: normal
}

.results-form__text h2 {
	font-weight: normal;
	text-align: center;
	line-height: 34px;
	font-size: 28px;
	font-family: Georgia, Times, "Times New Roman"
}

.results-form__text__list {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 40px
}

.results-form__button {
	padding-top: 20px;
	text-align: center
}

.results-form__inputs .form-user-grp {
	padding: 5px 0
}

.results-form__inputs .form-user-grp svg {
	position: absolute;
	top: 15px;
	right: 8px;
	fill: #666;
	width: 19px;
	height: 18px;
	z-index: 601;
	pointer-events: none
}

.results-form__inputs .contact-container--form-card {
	background-color: #0061a0;
	min-height: 0
}

.contact-thanks ul {
	list-style-type: disc
}

.contact-thanks ul li {
	margin-left: 30px
}

.contact-thanks .thanks-header {
	text-align: center
}

.contact-thanks .thanks-subheader {
	text-align: center
}

.contact-thanks .thanks-content {
	text-align: left
}

.contact-thanks .thanks-content p {
	margin-bottom: 10px
}

.apply-disclaimer {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 100%
}

.apply-disclaimer p {
	margin-top: 10px;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal
}

.apply-disclaimer a {
	color: #fff;
	text-decoration: underline
}

.edit-quote__form__wrapper {
	background-color: #0061a0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 662;
	padding: 20px
}

.edit-quote__form__wrapper .form-close {
	padding: 0
}

.edit-quote__form__wrapper .form-close svg {
	fill: #fff
}

.edit-quote__form__wrapper .error_age_coverage {
	position: relative;
	right: auto;
	left: 0;
	margin-bottom: 10px;
	bottom: auto;
	margin-top: -5px
}

.edit-quote__form__actual-form {
	padding: 15px 20px 10px 20px
}

.edit-quote__form__title {
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #fff;
	line-height: 28px;
	padding: 20px 0
}

.edit-quote__form__wrapper .js-hideButton {
	margin-top: 10px
}

.edit-quote__form a,
.edit-quote__form a:active,
.edit-quote__form a:focus {
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: -webkit-gradient(linear, left top, left bottom, from(#a4ce4e), to(#a4ce4e));
	background: linear-gradient(#a4ce4e, #a4ce4e);
	color: #333
}

.edit-quote__form a:hover {
	background-color: #b7dd58;
	box-shadow: rgba(0, 0, 0, 0) 0 1px 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7dd58), to(#b7dd58));
	background: -webkit-linear-gradient(#b7dd58, #b7dd58);
	background: linear-gradient(#b7dd58, #b7dd58);
	text-decoration: underline;
	color: #333
}

.quote_edit_form select {
	background-color: #fff
}

.quote_edit_form .errorField {
	border: 1px solid #eb4646 !important;
	color: #db3535 !important;
	background-color: #f5d0d0 !important
}

.quote_edit_form .quote__tool__dob-label {
	color: #fff
}

.icon-edit {
	width: 16px;
	height: 16px
}

.results-form__wrapper .quoteToolContact {
	padding: 0
}

@media screen and (min-width:768px) {
	.wrapper__quote-card {
		display: table
	}
	.wrapper__quote-card #lpButtonDiv {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000
	}
	.results-card__premium-card__container {
		padding-top: 30px;
		min-height: 400px
	}
	.results-card__premium-card {
		margin: 20px;
		display: table-cell;
		width: 41.66666667%
	}
	.results-card__premium-card__title {
		font-size: 28px;
		line-height: 32px;
		font-weight: bold
	}
	.results-card__premium-card__error {
		padding-top: 30px
	}
	.results-card__quoteinfo__arrow-down {
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		border-top: 14px solid #fff
	}
	.results-form__wrapper {
		width: 58.33333333%;
		display: table-cell;
		vertical-align: top;
		padding: 40px 30px;
		min-height: 400px
	}
	.results-form__text__list {
		font-size: 16px
	}
	.results-form__text h2 {
		text-align: left;
		font-weight: bold
	}
	.results-form__button {
		text-align: left;
		padding-top: 5px
	}
	.results-disclaimer__wrapper {
		padding: 100px 0 0 0
	}
	.contact-thanks .thanks-content p {
		margin-bottom: 0
	}
	.apply-disclaimer p {
		margin-bottom: 0
	}
	.edit-quote__form__wrapper {
		display: table-cell;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		width: 66.6666667%;
		vertical-align: top;
		padding: 30px 20px
	}
}

@media screen and (min-width:1024px) {
	.results-card__premium-card {
		width: 33.3333333%
	}
	.results-card__premium-card__container {
		padding-top: 50px
	}
	.results-card__premium-card__title {
		font-size: 28px;
		line-height: 32px
	}
	.results-card__premium-card__error {
		padding-top: 50px;
		font-size: 1.5em;
		line-height: 1.2em
	}
	.results-card__price-wrapper {
		margin-bottom: 20px
	}
	.results-card__quoteinfo {
		margin-bottom: 30px
	}
	.results-form__wrapper {
		width: 66.6666667%;
		padding: 50px 40px
	}
	.results-form__text {
		width: 50%;
		float: left;
		padding-right: 10px
	}
	.results-form__text__list {
		margin: 50px 0 0 0;
		font-size: 20px;
		line-height: 26px;
		padding-top: 0;
		padding-bottom: 0
	}
	.results-form__text__error__title {
		font-size: 28px;
		line-height: 34px;
		padding-bottom: 50px;
		font-weight: normal;
		color: #fff
	}
	.results-form__text__error__desc {
		font-size: 20px;
		line-height: 26px;
		font-weight: normal
	}
	.results-form__inputs {
		display: inline-block;
		width: 50%;
		padding-left: 10px
	}
	.results-form__image {
		width: 180px;
		margin-left: -40px;
		margin-bottom: -40px
	}
	.results-form__button {
		clear: both
	}
	.results-form__header {
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 24px
	}
	.results-disclaimer__wrapper {
		padding: 100px 0 0 0;
		width: 66.6666667%
	}
	.contact-thanks,
	.contact-error {
		padding: 0 10%
	}
	.contact-thanks .thanks-header {
		font-size: 28px;
		line-height: 34px
	}
	.contact-thanks .thanks-subheader {
		font-size: 16px;
		line-height: 22px;
		padding-top: 20px
	}
	.contact-thanks .thanks-subheader p {
		margin-bottom: 0
	}
	.contact-thanks .thanks-content {
		font-size: 18px;
		line-height: 22px;
		padding-top: 20px
	}
	.contact-thanks .thanks-content p {
		margin-bottom: 10px
	}
	.contact-error .error-header {
		padding-left: 20%;
		padding-right: 20%
	}
	.contact-error .error-subheader {
		padding-left: 10%;
		padding-right: 10%
	}
	.edit-quote__form__wrapper {
		padding: 40px 75px
	}
	.edit-quote__form__actual-form .form-user-grp {
		width: 50%;
		float: left
	}
	.edit-quote__form__actual-form .form-user-grp:nth-child(odd) {
		padding-right: 5px
	}
	.edit-quote__form__actual-form .form-user-grp:nth-child(even) {
		padding-left: 5px
	}
	.edit-quote__form__actual-form .form-user-grp::nth-last-child(3):nth-child(odd) {
		padding-right: 0;
		clear: both;
		width: 100%
	}
	.edit-quote__form__title {
		font-size: 20px;
		line-height: 36px
	}
}

[data-comp-id="quote-results-mrt"] {
	background-color: #f2f2f2
}

.quote-results-card-mrt {
	padding: 0
}

.quote-results-card-mrt .results-card__premium-card__container,
.quote-results-card-mrt .results-form__wrapper {
	min-height: 300px
}

.quote-results-card-mrt .results-card__quoteinfo {
	padding: 40px 0 20px 0;
	margin-bottom: 0
}

.quote-results-card-mrt .results-card__quoteinfo__arrow-down {
	margin: -40px auto 32px
}

.quote-results-card-mrt .mrt-result-success .results-card__price-wrapper {
	font-size: 0
}

.quote-results-card-mrt .results-card__quoteinfo__currency {
	margin-right: 0
}

.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__pertext,
.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__frequency,
.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms__currency,
.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms__coveragetext {
	font-size: 14px;
	display: inline;
	padding-left: 5px
}

.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms.text-normal {
	font-size: 0;
	line-height: 20px;
	font-weight: normal
}

.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms.text-normal span {
	font-size: 14px;
	display: inline
}

.quote-results-card-mrt .mrt-result-error .results-card__quoteinfo__terms.text-normal {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal
}

.quote-results-card-mrt .results-card__quoteinfo__edit {
	cursor: pointer;
	margin: 15px 0 0 0
}

.quote-results-card-mrt .results-card__quoteinfo__edit .icon-edit {
	top: 5px
}

.quote-results-card-mrt .results-card__quoteinfo__edit a {
	color: #0061a0
}

.quote-results-card-mrt .results-form__text h2 {
	margin-bottom: 0
}

.quote-results-card-mrt .results-form__text ul {
	margin: 30px 0 0 15px;
	padding: 0
}

.quote-results-card-mrt .results-form__text a {
	color: #fff;
	text-decoration: underline
}

.quote-results-card-mrt .results-form__wrapper ul {
	list-style-type: disc
}

.quote-results-card-mrt .results-form__buttons {
	margin-bottom: 0
}

.quote-results-card-mrt .results-form__buttons__btn {
	margin-bottom: 0
}

.quote-results-card-mrt .res-error-title {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	padding-top: 50px
}

.quote-results-card-mrt .align-to-date-of-birth {
	margin-top: 15px
}

.quote-results-card-mrt .contact-container--form-card {
	padding: 0;
	min-height: inherit
}

.mrt-session-timeout-overlay.rates-overlay .view-header {
	padding-bottom: 20px
}

.mrt-session-timeout-overlay.rates-overlay .view-header h2 {
	margin-bottom: 0
}

.mrt-session-timeout-overlay p {
	padding-left: 10px;
	padding-right: 10px
}

.quote-results-card-mrt .results-card__premium-card--inactive {
	opacity: .5
}

.quote-results-card-mrt #mrtTermLength {
	padding-right: 5px;
	padding-left: 5px
}

.quote-results-card-mrt .edit-quote-icon-close {
	width: 16px;
	height: 16px;
	cursor: pointer
}

@media screen and (max-width:767px) {
	.quote-results-card-mrt.more-coverage-disclaimer-height {
		height: 600px
	}
	.quote-results-card-mrt.less-coverage-disclaimer-height {
		height: 500px
	}
	.quote-results-card-mrt .results-card__premium-card__title {
		font-weight: bold
	}
	.quote-results-card-mrt .results-card__price-wrapper {
		margin-bottom: 20px
	}
	.quote-results-card-mrt .edit-quote__form__title {
		padding-bottom: 0
	}
	.quote-results-card-mrt .results-card__premium-card__container.mrt-result-error {
		min-height: 350px
	}
	.quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
		padding: 0 35px
	}
	.quote-results-card-mrt .results-form__text h2 {
		text-align: center;
		font-size: 22px;
		line-height: 28px;
		font-weight: bold
	}
	.quote-results-card-mrt .results-form__text ul {
		margin-top: 20px
	}
	.quote-results-card-mrt .results-form__buttons {
		text-align: center;
		margin-top: 20px
	}
	.mrt-session-timeout-overlay.rates-overlay .view-header {
		padding-top: 20px
	}
	.mrt-session-timeout-overlay.rates-overlay .view-header h2 {
		font-size: 22px;
		line-height: 26px
	}
	.quote-results-card-mrt .results-form__wrapper {
		padding-bottom: 20px
	}
	.quote-results-card-mrt .edit-quote__form__wrapper {
		height: auto;
		top: 150px
	}
	.mrt-session-timeout-overlay p {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 20px
	}
}

@media screen and (min-width:768px) {
	.quote-results-card-mrt .results-card__premium-card__title {
		font-weight: bold
	}
	.quote-results-card-mrt .results-card__price-wrapper {
		margin-bottom: 20px
	}
	.mrt-session-timeout-overlay.rates-overlay .view-header h2 {
		font-size: 24px;
		line-height: 30px
	}
	.mrt-session-timeout-overlay p {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 40px
	}
	.quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
		padding: 0 35px
	}
	.quote-results-card-mrt .results-form__text h2 {
		font-weight: bold
	}
	.quote-results-card-mrt .results-form__buttons {
		margin-top: 30px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.quote-results-card-mrt .edit-quote__form__wrapper #mrtQuoteForm .right-column.alignForTabletView {
		width: 50%;
		padding-left: 5px
	}
}

@media screen and (min-width:1024px) {
	.quote-results-card-mrt .results-card__quoteinfo {
		margin-bottom: 0
	}
	.quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
		padding: 0 40px
	}
	.quote-results-card-mrt .results-form__text {
		width: 100%
	}
	.quote-results-card-mrt .results-form__text h2 {
		font-weight: bold
	}
	.quote-results-card-mrt .results-form__buttons {
		margin-top: 30px
	}
	.mrt-session-timeout-overlay.rates-overlay .view-header {
		padding-top: 50px
	}
	.mrt-session-timeout-overlay.rates-overlay .view-header h2 {
		font-size: 28px
	}
	.mrt-session-timeout-overlay p {
		padding-bottom: 50px
	}
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
	.quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
		padding: 0 25px
	}
}

@media screen and (device-width:320px) and (device-height:568px) and (-webkit-device-pixel-ratio:2) {
	.quote-results-card-mrt .edit-quote__form__wrapper {
		top: 175px
	}
}

.quote-tool-form {
	display: none;
	float: left;
	width: 100%
}

.quote-tool-form .form-user-grp {
	padding: 5px 0
}

.quote-tool-form .form-focus,
.quote-tool-form .generic-form .floatContentLeft {
	display: block;
	width: 100%
}

.quote-tool-form>div>form>div:nth-last-child(2) {
	margin-bottom: 10px
}

.quote-tool-form input:disabled,
.quote-tool-form select:disabled {
	background-color: #ccc;
	border-color: #ccc
}

.cta_header_quote .btn_global.js-submitQuote {
	float: left
}

.quote__tool__dob-label {
	color: #333;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-bottom: 0
}

.dob-group select {
	width: 100%
}

.dob-group .form-icon-wrapper {
	display: inline-block;
	width: -o-calc((100% - 10px) / 3);
	width: calc((100% - 10px) / 3)
}

.image_radio {
	margin-right: 10px
}

.image_radio .icon {
	width: 25px;
	height: 25px;
	fill: #fff;
	position: relative;
	margin-right: 5px;
	vertical-align: bottom
}

@media screen and (max-width:767px) {
	.dob-group .form-icon-wrapper {
		display: inline-block;
		width: -o-calc((100% - 9px) / 3);
		width: calc((100% - 9px) / 3)
	}
}

@media screen and (min-width:768px) {
	.quote-tool-form .form-focus,
	.quote-tool-form .generic-form .floatContentLeft {
		display: inline-block;
		width: -o-calc((100% - 5px) / 2);
		width: calc((100% - 5px) / 2)
	}
	.quote-tool-form .form-focus:last-child,
	.quote-tool-form .generic-form .form-focus:nth-last-child(2):nth-child(odd),
	.quote-tool-form .floatContentLeft:last-child,
	.quote-tool-form .floatContentLeft:nth-last-child(2):nth-child(odd) {
		padding-right: 0;
		clear: both;
		width: 100%
	}
	.quote-tool-form .form-focus:nth-child(odd),
	.quote-tool-form .floatContentLeft:nth-child(odd) {
		padding-right: 5px
	}
	.quote-tool-form .form-focus:nth-child(even),
	.quote-tool-form .floatContentLeft:nth-child(even) {
		padding-left: 5px
	}
}

.rtf-horizontal-rule--top {
	border-top: 1px solid #ccc;
	margin-bottom: 20px
}

.rtf-horizontal-rule--bottom {
	border-bottom: 1px solid #ccc;
	margin-top: 20px
}

.rtf-top-margin-fix {
	margin-top: 20px
}

@media screen and (min-width:768px) {
	.rtf-horizontal-rule--top {
		margin-bottom: 30px
	}
	.rtf-horizontal-rule--bottom {
		margin-top: 30px
	}
	.rtf-top-margin-fix {
		margin-top: 30px
	}
}

@media screen and (min-width:1024px) {
	.rtf-horizontal-rule--top {
		margin-bottom: 40px
	}
	.rtf-horizontal-rule--bottom {
		margin-top: 40px
	}
	.rtf-top-margin-fix {
		margin-top: 40px
	}
}

[data-comp-id="search-results-comp"] {
	background-color: #fff
}

.icon-spacing {
	padding-left: 10px
}

.form-item__search {
	width: 100%;
	margin-right: 15px
}

.form-item__display {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}

.search-results-container__display-results {
	font-size: 13px;
	margin: 10px 0 20px 0
}

.searchterm-display {
	font-weight: bold
}

.search-results-container__correction-text {
	font-size: 14px;
	line-height: 18px;
	margin: 20px 15px 20px
}

.search-results-container__correction-text a {
	text-decoration: underline
}

.search-results-container .results_pagination {
	border-top: 1px solid #ccc;
	line-height: 0
}

.search-filter__button {
	vertical-align: top
}

.no-results {
	margin: 20px 0 20px 20px;
	display: block
}

.no-results span {
	display: block;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px
}

.no-results ul {
	list-style: disc !important;
	margin-left: 10px
}

.no-results li {
	margin-left: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px
}

.phoneLocal {
	width: 57%;
	margin-left: 3%
}

#frm_refineSearchResult fieldset {
	margin: 0;
	border: 0;
	position: relative;
	padding: 0
}

#frm_refineSearchResult input:last-of-type {
	text-align: start;
	position: absolute;
	top: 0;
	left: 0;
	background: 0;
	border: 0;
	color: #999;
	z-index: 0
}

#form-refineSearchQuery_sr {
	z-index: 2;
	position: relative
}

.search-results-comp .results_content .list__item__anchor {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px
}

.search-results-comp .results_content p {
	font-size: 13px;
	line-height: 16px
}

.search-results-comp .results_content p br {
	display: none
}

.form-item--search-filter {
	margin-bottom: 20px
}

.form-item--search-filter button {
	margin-bottom: 0
}

.search-results-comp sup {
	color: #0061a0
}

.search-results-comp .gm_results_content p.gm_results_title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 20px;
	line-height: 20px;
	font-weight: bold
}

.search-results-comp .no-results.no-res-results {
	margin-left: 0
}

@media screen and (max-width:767px) {
	.placeholder-parsys {
		margin-bottom: 20px
	}
	.search-results-comp .wrapper {
		padding: 0 20px
	}
	.search-results-container .pagination {
		margin-bottom: 20px
	}
	.form-item--search-filter .icon-search {
		position: absolute;
		right: 15px;
		top: 5px;
		z-index: 3
	}
	.search-filter__button {
		position: absolute;
		right: 0;
		top: 5px;
		background: 0;
		box-shadow: none
	}
	.search-filter__button:hover,
	.search-filter__button:active,
	.search-filter__button:focus {
		background: 0;
		box-shadow: none
	}
}

@media screen and (max-width:768px) {
	.search-results-comp .gm_results_content {
		padding-top: 10px
	}
}

@media screen and (min-width:768px) {
	.placeholder-parsys {
		overflow: hidden;
		width: 34%;
		margin-left: 66%
	}
	.placeholder-parsys .search-parsys.parsys {
		float: right;
		width: 100%;
		margin-top: 13%
	}
	.placeholder-parsys .search-parsys.parsys .single-promo {
		width: 100%;
		float: left;
		clear: none;
		margin: 0 -6px 10px 0
	}
	.placeholder-parsys .search-parsys.parsys .product-row__tile__bottom {
		padding-bottom: 25px
	}
	.placeholder-parsys .search-parsys.parsys .product-row__tile {
		min-height: 210px
	}
	.placeholder-parsys .search-parsys.parsys .product-row__tile__top {
		min-height: 0
	}
	.placeholder-parsys .search-parsys.parsys .product-row__tile__top .white p {
		width: 80%
	}
	.form-item--search-filter .icon-search {
		display: none
	}
	.form-item__search {
		width: 450px;
		margin-right: 10px
	}
	.search-results-container {
		width: 60%;
		float: left;
		padding-right: 20px
	}
	.search-results-container .form-icon-wrapper {
		display: inline-block
	}
	.form-icon-wrapper select.form-item__display__page-count {
		display: inline-block;
		width: auto;
		line-height: 16px;
		padding-right: 25px
	}
	.search-results-comp .results_content p {
		font-size: 13px;
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.placeholder-parsys {
		overflow: hidden;
		width: 34%;
		margin-left: 66%
	}
	.placeholder-parsys .search-parsys.parsys {
		float: right;
		width: 100%;
		margin-top: 13%
	}
	.placeholder-parsys .search-parsys.parsys .single-promo {
		width: 100%;
		float: left;
		clear: none;
		margin: 0 -6px 10px 0
	}
	.form-item__search {
		margin-right: 10px
	}
	.search-results-container {
		padding-right: 0;
		margin-top: 0
	}
	.search-results-container__correction-text {
		margin: 20px 0 30px
	}
	.form-item--search-filter {
		margin-bottom: 50px
	}
	.search-results-comp .results_content .list__item__anchor sup {
		padding-bottom: 1px
	}
}

[data-comp-id="text-video"] {
	background-color: #f2f2f2
}

.text-video .video-text__description h3 {
	margin-bottom: 15px
}

.text-video .disclaimer {
	padding-top: 10px
}

@media screen and (max-width:767px) {
	.text-video .wrapper {
		padding: 0 20px
	}
}

@media screen and (min-width:768px) {
	.text-video .video-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.text-video .video-text__video {
		width: 50%;
		vertical-align: top;
		padding-right: 20px
	}
	.text-video .video-text__description {
		width: 50%;
		vertical-align: top;
		padding-left: 20px
	}
	.text-video .video-text__description h3 {
		margin-bottom: 20px
	}
}

@media screen and (min-width:1024px) {
	.text-video .disclaimer {
		padding-top: 20px
	}
}

.generic_global_overlay_container_close {
	display: block;
	position: absolute;
	float: right;
	clear: both;
	top: 15px;
	right: 5px;
	width: 16px;
	height: 16px;
	z-index: 9;
	cursor: pointer
}

.generic-overlay-open {
	display: none
}

.generic_global_overlay_container_close:focus {
	outline-color: #333;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.generic_global_overlay_header {
	display: block;
	height: auto;
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
	padding: 10px 5px
}

.generic_global_overlay_header p {
	margin-top: 10px
}

.generic_global_overlay_header h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: auto;
	margin-bottom: 0
}

.generic_global_overlay_body {
	width: 100%;
	background-color: #fff;
	text-align: left
}

.generic_global_overlay_form {
	padding: 30px
}

.generic_global_overlay_form.form-bg-blue {
	background-color: #0061a0
}

.generic_global_overlay_form.grey {
	background-color: #e3e3e3
}

.generic_global_overlay_form .icon {
	fill: #666
}

.generic_global_overlay_form [data-comp-id] {
	background: 0
}

.sticky-overlay-form {
	position: relative
}

.generic_global_overlay_container_close.no-header.form-bg-blue {
	fill: #fff
}

.generic_global_overlay_container_close.no-header.form-bg-blue:focus {
	fill: #fff;
	outline-color: #fff;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.form-bg-blue.generic_global_overlay_form {
	color: #fff
}

.form-bg-blue.generic_global_overlay_form a {
	color: #fff;
	text-decoration: underline
}

@media screen and (min-width:768px) {
	.generic_global_overlay_container .width-60 {
		width: 60%;
		margin-left: auto;
		margin-right: auto
	}
	.generic_global_overlay_header {
		padding: 65px 60px 60px 60px
	}
	.generic_global_overlay_header p {
		margin: 0
	}
	.generic_global_overlay_header h2 {
		font-size: 44px;
		line-height: 44px;
		padding: initial;
		margin: 0
	}
	.generic_global_overlay_body {
		padding: 0
	}
	.form_enabled.generic_global_overlay_body {
		width: 66.666667%
	}
	.generic_global_overlay_form {
		width: 33.33333333%
	}
	.generic_global_overlay_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: relative;
		width: 100%
	}
	.sticky-overlay-form {
		position: fixed;
		top: 20px
	}
}

@media screen and (min-width:1024px) {
	.generic_global_overlay_header h2 {
		padding-bottom: 20px
	}
	.generic_global_overlay_form {
		padding: 40px
	}
}

[data-comp-id="lucene-search-results-comp"] {
	background-color: #fff
}

.lucene-search-results-comp .results_content .list__item__anchor {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px
}

.lucene-search-results-comp .results_content p {
	font-size: 13px;
	line-height: 16px
}

.lucene-search-results-comp .results_content p br {
	display: none
}

.lucene-search-results-comp sup {
	color: #0061a0
}

.lucene-search-results-comp .gm_results_content p.gm_results_title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 20px;
	line-height: 20px;
	font-weight: bold
}

.lucene-search-results-comp .no-results.no-res-results {
	margin-left: 0
}

@media screen and (max-width:767px) {
	.lucene-search-results-comp .wrapper {
		padding: 0 20px
	}
	.lucene-search-results-comp .gm_results_content {
		padding-top: 10px
	}
}

@media screen and (min-width:768px) {
	.lucene-search-results-comp .results_content p {
		font-size: 13px;
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.lucene-search-results-comp .results_content .list__item__anchor sup {
		padding-bottom: 1px
	}
}

.cl-interest-calc .left-column {
	clear: both
}

.cl-interest-form-label p,
.cl-interest-form-result p {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 16px
}

.cl-interest-form-result {
	text-align: right
}

.cl-investment-payment-date .day,
.cl-investment-payment-date .month {
	padding-right: 10px
}

.cl-investment-payment-date .day svg,
.cl-investment-payment-date .month svg {
	right: 12px
}

#btnClInterestCalc {
	margin: 0
}

.cl-interest-results .left-column {
	display: inline-block;
	float: left;
	width: 50%
}

.cl-interest-results .right-column {
	display: inline-block;
	float: right
}

.cl-investment-quotation-period .month {
	padding-right: 10px
}

.cl-investment-quotation-period .month svg {
	right: 11px
}

.cl-interest-results .form__title {
	margin: 10px 0
}

@media screen and (min-width:768px) {
	.cl-interest-form-label,
	.cl-interest-form-result {
		display: table;
		height: 40px
	}
	.cl-interest-form-result {
		text-align: right;
		width: 100%
	}
	.cl-investment-quotation-period .month {
		padding-right: 5px
	}
	.cl-investment-quotation-period .month svg {
		right: 4px
	}
}

.apr-calculator-form {
	padding: 0;
	min-height: 0
}

.apr-calculator-form .form-section {
	margin-bottom: 0
}

.apr-calculator-form #aprAnsResult label {
	padding-top: 0
}

.apr-calculator-form #aprAnsResult input#aprAns {
	border: 0;
	background: transparent;
	pointer-events: none;
	color: #fff;
	padding: 0;
	height: auto;
	font-size: 16px;
	text-align: right
}

.apr-calculator-form .input-symbol-dollar {
	position: relative
}

.apr-calculator-form .input-symbol-dollar input {
	padding-left: 25px
}

.apr-calculator-form .input-symbol-dollar:after {
	position: absolute;
	top: 15px;
	content: "\0024";
	left: 12px;
	color: #333
}

.apr-calculator-form .icon {
	top: 16px
}

@media screen and (max-width:767px) {
	.apr-calculator-form .contactSidebarBtns button {
		width: 100%;
		margin-left: 0
	}
}

@media screen and (min-width:768px) {
	.apr-calculator-form .contatMeSidebarBtn {
		float: right
	}
	.apr-calculator-form #aprAnsResult {
		margin-top: 30px
	}
	.apr-calculator-form #aprAnsResult .form-user-grp {
		padding: 0
	}
}

@media screen and (min-width:1024px) {
	.apr-calculator-form .form-user-grp {
		padding: 0
	}
	.apr-calculator-form .form-row {
		margin-bottom: 15px
	}
	.apr-calculator-form .form-row:last-child {
		margin-bottom: 0
	}
	.apr-calculator-form .contactSidebarBtns {
		margin: 0;
		display: block
	}
	.apr-calculator-form label {
		display: inline-block;
		padding-top: 8px
	}
	.apr-calculator-form .input-symbol-dollar:after {
		top: 10px
	}
	.apr-calculator-form .icon {
		top: 12px
	}
}

.blog-rtf .quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	color: #0061a0;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 5px 0 5px 20px;
	margin-bottom: 20px
}

.blog-rtf .quote::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #0061a0
}

.blog-rtf img {
	padding-top: 20px;
	padding-bottom: 20px
}

@media screen and (min-width:768px) {
	.blog-rtf .quote {
		width: 75%
	}
}

@media screen and (min-width:1024px) {
	.blog-rtf .quote {
		font-size: 20px;
		line-height: 24px
	}
	.blog-post-content__rtf .subcategory-product-card .blog-product-card-image {
		position: absolute;
		height: 100%
	}
}

.blog-subnav .subnav__list {
	width: 100%;
	height: 100%;
	margin: auto
}

.blog-subnav .subnav__list__item {
	float: none;
	width: 100%;
	display: block
}

.blog-subnav .subnav__list__item:last-child {
	border-bottom: 0
}

.blog-subnav .subnav__list__item__anchor {
	border-top: 0;
	padding: 0
}

@media screen and (max-width:767px) {
	.blog-subnav .subnav-go-back__menu a:hover {
		text-decoration: none
	}
	.blog-subnav .subnav-go-back__mobile--title {
		color: #fff
	}
}

@media screen and (min-width:768px) {
	.blog-subnav .subnav-go-back {
		text-align: center;
		height: 60px
	}
	.blog-subnav .subnav-go-back__menu {
		display: none
	}
	.blog-subnav .subnav__list {
		position: relative;
		width: 100%;
		float: none;
		vertical-align: top;
		margin: auto
	}
	.blog-subnav .subnav__list li a p {
		line-height: 14px
	}
	.blog-subnav .subnav__list__item {
		display: inline-table;
		width: 20%;
		height: 100%
	}
	.blog-subnav .subnav__list__item__anchor {
		display: inline-table
	}
	.blog-subnav .subnav__list__item__anchor__label {
		letter-spacing: 1px
	}
	.blog-subnav .active .subnav__list__item__anchor {
		background-color: #f2f2f2
	}
	.blog-subnav .active .subnav__list__item__anchor:hover {
		color: #333;
		text-decoration: underline
	}
	.blog-subnav .active .subnav__list__item__anchor__label {
		color: #333
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(1),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(1) ~ .subnav__list__item {
		float: left;
		width: 100%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(2),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(2) ~ .subnav__list__item {
		float: left;
		width: 50%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(3),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(3) ~ .subnav__list__item {
		float: left;
		width: 33.33%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(4),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(4) ~ .subnav__list__item {
		float: left;
		width: 25%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(5),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(5) ~ .subnav__list__item {
		float: left;
		width: 20%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(6),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(6) ~ .subnav__list__item {
		float: left;
		width: 16.66667%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(7),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(7) ~ .subnav__list__item {
		float: left;
		width: 14.2857%
	}
	.blog-subnav .subnav__list__item:first-child:nth-last-child(8),
	.blog-subnav .subnav__list__item:first-child:nth-last-child(8) ~ .subnav__list__item {
		float: left;
		width: 12.5%
	}
	.blog-subnav .subnav__list__item:last-child {
		border-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.blog-subnav .subnav__list {
		width: 85%;
		max-width: 1300px
	}
	.blog-subnav .subnav__list li a p {
		line-height: 15px;
		padding: 0
	}
	.blog-subnav .subnav__list__item__anchor__label {
		padding: 0;
		letter-spacing: 0
	}
}

@media screen and (min-width:768px) {
	.breadcrumb--blog {
		padding-left: 20px;
		padding-top: 5px
	}
}

[data-comp-id="category-article-list"] {
	background-color: #fff
}

.category-article__content .blog-article {
	width: 100%;
	float: left
}

.category-list__row:last-child .blog-article {
	padding-bottom: 0
}

.category-article__content .pagination {
	margin: 0
}

@media screen and (max-width:767px) {
	.category-article__container {
		padding-left: 20px;
		padding-right: 20px
	}
	.category-article__content .results_pagination {
		text-align: left
	}
}

@media screen and (min-width:768px) {
	.category-article__content {
		padding-right: 20px
	}
	.category-article__content .blog-article {
		padding-bottom: 30px
	}
	.category-article__content .blog-article__text {
		padding-top: 5px;
		padding-left: 15px
	}
	.category-article__content .blog-article__description {
		display: block
	}
}

@media screen and (min-width:1024px) {
	.category-article__content {
		padding-right: 30px
	}
	.category-article__content .blog-article {
		padding-bottom: 40px
	}
	.category-article__content .blog-article__title {
		font-size: 24px;
		line-height: 28px
	}
	.category-article__content .blog-article__text {
		padding-top: 5px;
		padding-left: 20px
	}
	.category-article__content .blog-article__description {
		margin-top: 15px
	}
}

.blog-container {
	background-color: #fff
}

.blog-container [data-comp-id]>.wrapper,
.blog-container [data-comp-id] .container-width-60,
.blog-container [data-comp-id] .container-width-80,
.blog-container [data-comp-id] .container-width-100,
.blog-container [data-comp-id] .width-60,
.blog-container [data-comp-id] .width-65,
.blog-container [data-comp-id] .width-80,
.blog-container [data-comp-id] .width-100 {
	width: 100%;
	padding: 0
}

@media screen and (max-width:767px) {
	.blog-container__header,
	.blog-container__left,
	.featured-posts {
		padding: 0 20px
	}
	.email-subscription .container {
		padding-bottom: 0
	}
	.reset-right-rail,
	.fix-right-rail,
	.position-right-rail {
		position: static;
		top: auto;
		bottom: auto;
		width: 100% !important
	}
}

@media screen and (min-width:768px) {
	.blog-container__left {
		padding-right: 20px
	}
	.fix-right-rail {
		position: fixed
	}
	.position-right-rail {
		position: absolute;
		top: auto
	}
	.reset-right-rail {
		bottom: auto;
		width: 33.33% !important
	}
}

@media screen and (min-width:1024px) {
	.blog-container__left {
		padding-right: 30px
	}
}

[data-comp-id="email-subscription"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #fff
}

.blog-container__right .email-subscription__container {
	display: inline-block
}

.blog-container__right .email-subscription__text-section,
.blog-container__right .email-subscription__input-section {
	width: 100%;
	text-align: center;
	padding: 0
}

.blog-container__right .updateInfoForm .input-txt-field {
	margin-top: 0;
	margin-bottom: 0
}

.blog-container__right .email-subscription__sub-header {
	margin: 10px 0 20px 0
}

.blog-container__right .input-txt-field {
	float: none
}

.blog-container__right .email-subscription__container .subscription-field .errorIcon {
	float: left;
	width: 17px;
	height: 17px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin-left: 5px
}

.blog-container__right .email-subscription__container .subscription-field .errorLabel {
	float: left;
	margin-left: 0
}

.email-subscription__container {
	background: #006298;
	padding: 30px
}

.email-subscription__text-section,
.email-subscription__input-section {
	display: inline-block;
	width: 100%
}

.email-subscription__header {
	color: #fff;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0
}

.email-subscription__sub-header {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px
}

.email-subscription .investments-contact-form-error {
	background-color: #db1818;
	padding: 7px 12px;
	color: #FFF;
	position: absolute;
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 13px;
	text-align: left;
	margin-top: 4px;
	top: 40px;
	width: 260px
}

.email-subscription__container .updateInfoForm {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0
}

.form-user-size {
	width: 260px;
	float: left
}

.email-subscription__container .thanksHeaderText,
.email-subscription__container .thanksSubText {
	color: #fff
}

.subscribe-btn {
	float: left;
	margin-top: 0;
	margin-left: 10px
}

.blog-container__right .email-subscription__container .subscription-field .errorIcon {
	width: auto;
	height: 1px;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
	margin-left: 5px;
	float: left
}

.blog-container__right .email-subscription__container .subscription-field .errorLabel {
	float: left;
	margin-left: 15px
}

.email-subscription__container .subscription-field .errorIcon {
	width: auto;
	height: 1px;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
	margin-left: 5px;
	float: left
}

.email-subscription__container .subscription-field .errorLabel {
	float: left;
	margin-left: 15px
}

.blog-container__right .form-user-size {
	width: 100%;
	float: none
}

.blog-container__right .subscribe-btn {
	float: none;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 0
}

.blog-container__right .error-warn-span {
	position: absolute;
	width: 85%;
	margin-top: 50px
}

.blog-container__right .email-subscription__input-section .contactSideThankyou,
.blog-container__right .email-subscription__input-section .contactSideSubmitError {
	padding: 0
}

.email-subscription__sub-header {
	margin-top: 10px
}

.home-list__row .email-subscription__input-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.home-list__row .email-subscription__input-section .updateInfoForm {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.home-list__row .input-txt-field {
	margin: 0
}

.home-list__row .subscribe-btn {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.subscription-field {
		padding: 0
	}
	.subscribe-btn {
		float: none;
		text-align: center;
		margin-top: 15px;
		margin-left: 0
	}
	.form-user-size {
		width: 100%;
		float: none
	}
	.email-subscription__sub-header,
	.email-subscription__header {
		text-align: center
	}
	.subscribe-btn .btn-mobile-view {
		width: auto
	}
	.error-icon {
		margin-left: 5px
	}
	.updateInfoForm .subscribe-btn {
		width: auto;
		margin-bottom: 0
	}
	.email-subscription .error-warn-span {
		width: 100%;
		position: relative;
		margin-top: 5px
	}
	.home-list__row .email-subscription__input-section .contactSideThankyou,
	.home-list__row .email-subscription__input-section .contactSideSubmitError {
		padding: 20px 0 0 0
	}
}

@media screen and (min-width:768px) {
	.email-subscription__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.email-subscription__text-section {
		width: 30%;
		padding-right: 30px;
		word-break: break-all
	}
	.email-subscription__input-section {
		width: auto
	}
	.email-subscription__header {
		font-size: 18px;
		line-height: 22px
	}
	.email-subscription__sub-header {
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0
	}
	.input-txt-field {
		float: right
	}
	.error-warn-span {
		width: auto
	}
	.email-subscription__container .errorLabel {
		margin-left: 0
	}
	.home-list__row .email-subscription__input-section .contactSideThankyou,
	.home-list__row .email-subscription__input-section .contactSideSubmitError {
		padding: 0;
		padding-top: 30px
	}
	.form-user-size {
		width: 160px
	}
}

@media screen and (min-width:1024px) {
	.email-subscription__container {
		padding: 40px
	}
	.email-subscription__header {
		font-size: 22px;
		line-height: 26px
	}
	.email-subscription__text-section {
		-webkit-box-flex: 3;
		-ms-flex-positive: 3;
		-webkit-flex-grow: 3;
		flex-grow: 3;
		padding-right: 40px
	}
	.input-txt-field {
		float: right
	}
	.blog-container__right .subscribe-btn {
		margin-top: 20px
	}
	.home-list__row .email-subscription__input-section .contactSideThankyou,
	.home-list__row .email-subscription__input-section .contactSideSubmitError {
		padding: 10px 0 0 0
	}
}

[data-comp-id="featured-posts"] {
	background-color: #fff
}

.sidebar-content {
	border-top: 1px solid #ccc;
	padding: 15px 0 0
}

.sidebar-content__header {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0 auto
}

.sidebar-content__header a {
	font-size: 14px;
	line-height: 18px
}

span.sidebar-content__header-feature::after {
	content: "|";
	color: #333;
	margin: 0 10px
}

.sidebar-content__link {
	color: #0061a0;
	cursor: pointer
}

.sidebar-content__link.active {
	color: #333;
	text-decoration: none;
	cursor: text
}

.sidebar-content__list {
	padding-top: 15px
}

.sidebar-list__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 15px
}

.sidebar-list__row:last-child {
	padding: 0
}

.sidebar-list__icon {
	display: inline-block;
	width: 25%;
	padding-right: 5px
}

.sidebar-list__text {
	display: inline-block;
	width: 75%;
	font-size: 13px;
	line-height: 16px;
	padding-left: 5px
}

@media screen and (min-width:768px) {
	.sidebar-content {
		border: 1px solid #ccc;
		padding: 15px
	}
	.sidebar-list__icon {
		width: 33.33%
	}
	.sidebar-list__text {
		width: 66.66%
	}
}

@media screen and (min-width:1024px) {
	.sidebar-content {
		padding: 15px 20px 20px 20px
	}
	.sidebar-content__header a {
		font-size: 16px;
		line-height: 20px
	}
	.sidebar-content__list {
		padding-top: 20px
	}
	.sidebar-list__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-bottom: 20px
	}
	.sidebar-list__text {
		padding-bottom: 10px
	}
	.sidebar-list__text span {
		font-size: 14px;
		line-height: 18px
	}
	.sidebar-list__icon {
		width: 25%
	}
	.sidebar-list__text {
		width: 75%
	}
}

[data-comp-id="home-article-list"] {
	background-color: #fff
}

.home-article__title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	text-align: center
}

.home-list__row {
	display: none
}

.home-list__row .blog-article {
	width: 100%;
	float: left
}

.home-article__load-more {
	float: left;
	width: 100%;
	text-align: center
}

.home-article__load-more p {
	margin-bottom: 0
}

.home-article__load-more .loadMore {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0
}

.home-list__row .blog-article__text .blog-article__read-more {
	margin-top: 10px;
	display: inline-block
}

.home-list__row .blog-article__description {
	display: block
}

.blog-article {
	padding-bottom: 20px
}

.blog-article__img {
	width: 100%;
	margin-bottom: 10px
}

.blog-article__img img {
	display: block;
	width: 100%;
	height: auto
}

.blog-article__date::after {
	content: "|";
	color: #333;
	margin: 0 10px
}

.blog-article__date:last-child::after {
	content: ""
}

.blog-article__menu-link,
.blog-article__text .blog-article__read-more {
	color: #0061a0
}

.blog-article__title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 0
}

.blog-article__text .blog-article__read-more:hover,
.blog-article__menu-link:hover {
	color: #0061a0;
	text-decoration: underline
}

.blog-article__text .blog-article__read-more:focus,
.blog-article__menu-link:focus {
	color: #0061a0;
	text-decoration: none;
	outline-color: #0061a0;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

.blog-article__text span,
.blog-article__read-more {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px
}

.blog-article__text a {
	color: #333
}

.blog-article__text a:hover {
	color: #0090DA;
}

.blog-article__read-more a,
.blog-article__read-more a:hover {
	color: #0090DA;
}

.blog-article__item-img {
	background-repeat: no-repeat
}

@media screen and (max-width:767px) {
	.home-article__container {
		padding: 0
	}
	.home-list__row:last-child .blog-article:last-child {
		padding-bottom: 0
	}
	.home-article__load-more .loadMore {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		margin: 0
	}
	.home-list__row,
	.home-list__row:nth-child(3) .blog-article {
		padding-right: 20px;
		padding-left: 20px
	}
	.home-list__row:nth-child(3) {
		padding-right: 0;
		padding-left: 0
	}
	.blog-article__date {
		float: left
	}
}

@media screen and (min-width:768px) {
	.home-list__row .blog-article {
		width: 50%
	}
	.home-list__row:last-child .blog-article {
		padding-bottom: 0
	}
	.home-article__content .blog-article__text {
		padding: 0 15px 0 15px
	}
	.home-article__title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px
	}
	.home-article__load-more p {
		margin-top: 10px
	}
	.blog-article {
		padding-bottom: 20px
	}
	.blog-article__title {
		font-size: 16px;
		line-height: 20px
	}
	.blog-article__img {
		width: 40%;
		float: left;
		margin-bottom: 0
	}
	.blog-article__text {
		width: 60%;
		float: right
	}
	.blog-article__date::after {
		content: none
	}
	.blog-article__text,
	.blog-article__menu-link {
		display: inline-block
	}
}

@media screen and (min-width:1024px) {
	.home-article__title {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 30px
	}
	.home-article__load-more p {
		margin-top: 10px
	}
	.home-article__content .blog-article__text {
		padding-right: 30px
	}
	.blog-article {
		padding-bottom: 30px
	}
	.blog-article__title {
		font-size: 20px;
		line-height: 24px
	}
	.blog-article__description,
	.blog-article__read-more {
		margin-top: 15px
	}
	.blog-article__read-more,
	.blog-article__text .blog-article__description {
		font-size: 14px;
		line-height: 20px
	}
	.blog-article__text .blog-article__date,
	.blog-article__text .blog-article__menu-link {
		font-size: 12px;
		line-height: 16px
	}
	.blog-article__date::after {
		content: "|"
	}
	.home-article__content .blog-article__text,
	.blog-article__menu-link {
		display: inline-block;
		margin-top: 10px
	}
	.blog-article__date {
		float: left
	}
}

@media screen and (min-width:768px) {
	.page-title--blogs {
		padding: 40px 0 40px
	}
}

@media screen and (min-width:1024px) {
	.page-title--blogs {
		padding: 50px 0 50px
	}
}

.blog-container--post .blog-container__header {
	margin-top: 20px
}

.blog-container--post .blog-container__title {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0
}

.blog-container--post .blog-container__subtitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.blog-container--post .blog-container__header {
		margin-top: 40px
	}
	.blog-container--post .blog-container__title {
		font-size: 22px;
		line-height: 26px
	}
	.blog-container--post .blog-container__subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px
	}
}

@media screen and (min-width:1024px) {
	.blog-container--post .blog-container__header {
		margin-top: 60px
	}
	.blog-container--post .blog-container__title {
		font-size: 28px;
		line-height: 32px
	}
	.blog-container--post .blog-container__subtitle {
		font-size: 18px;
		line-height: 22px
	}
}

[data-comp-id="post-content"] {
	background-color: #fff
}

.blog-post-content {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333
}

.blog-post-content__image,
.blog-post-content__author-share,
.blog-post-content__rtf,
.blog-post-content__posted-date {
	width: 100%;
	padding-bottom: 20px
}

.blog-post-content__share,
.blog-post-content__author {
	display: block
}

.blog-post-content__author>span:nth-child(1),
.blog-post-content__tags>span:nth-child(1) {
	font-weight: bold
}

.blog-post-content__posted-date {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal
}

.updatepipe {
	color: #333;
	margin: 0 5px
}

.blog-post-content__tags {
	color: #333;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal
}

.blog-post-content__tags-head,
.blog-post-content__tags-option {
	display: inline
}

@media screen and (max-width:767px) {
	.blog-post-content__image {
		padding-bottom: 10px
	}
	.blog-post-content__author {
		padding-bottom: 5px
	}
}

@media screen and (min-width:768px) {
	.blog-post-content__share {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		float: right
	}
	.blog-post-content__author {
		display: inline-block;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		vertical-align: middle
	}
}

.post-page-tags ul {
	list-style-type: none;
	display: inline
}

.post-page-tags__head,
.post-page-tags__option {
	display: inline-block;
	width: auto;
	float: left
}

.post-page-tags__head,
.post-page-tags__option .tag-link {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal
}

.post-page-tags__head {
	font-weight: bold;
	margin-bottom: 0
}

@media screen and (min-width:1024px) {
	.post-page-tags__head,
	.post-page-tags__option .tag-link {
		font-size: 14px
	}
}

[data-comp-id="related-posts"] {
	background-color: #fff
}

.category-suggestions__header {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px
}

.category-suggestions__img-caption {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0
}

.category-suggestions__img-caption:hover {
	text-decoration: underline
}

@media screen and (max-width:767px) {
	.category-suggestions__option {
		padding-top: 20px
	}
	.category-suggestions__option:nth-child(-n+2) {
		padding-top: 0
	}
	.category-suggestions__option:nth-child(odd) {
		padding-right: 10px;
		clear: both
	}
	.category-suggestions__option:nth-child(even) {
		padding-left: 10px
	}
}

@media screen and (min-width:768px) {
	.category-suggestions__articles {
		padding-right: 5px
	}
	.category-suggestions__option {
		display: -ms-inline-flexbox;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: inline-flex;
		width: 25%;
		padding-right: 15px
	}
	.category-suggestions__img-caption {
		font-size: 13px;
		line-height: 18px
	}
}

@media screen and (min-width:1024px) {
	.category-suggestions__articles {
		padding-right: 10px
	}
	.category-suggestions__header {
		margin-bottom: 20px
	}
	.category-suggestions__option {
		padding-right: 20px
	}
}

.blog-social-icons {
	font-size: 14px;
	font-weight: bold;
	position: relative
}

.blog-social-icons ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex
}

.blog-social-icons__list img {
	width: 35px
}

.blog-social-icons__list {
	margin-left: 15px
}

.blog-social-icons {
	display: table
}

.blog-social-icons span {
	vertical-align: top
}

.blog-social-icons li a:focus svg.brand-1st,
.blog-social-icons li a:hover svg.brand-1st {
	fill: #007abc
}

a.sharingButton:focus {
	outline-color: #007abc;
	outline-offset: -2px;
	outline-style: solid;
	outline-width: 2px
}

@media screen and (max-width:767px) {
	.blog-social-icons {
		display: block
	}
	.blog-social-icons .blog-social-icons__list .google {
		width: 21px;
		height: 19px
	}
	.blog-social-icons .blog-social-icons__list .mail {
		width: 24px;
		height: 21px
	}
	.blog-social-icons ul,
	.blog-social-icons__list .icon {
		width: 16px;
		height: 16px
	}
	.blog-social-icons ul {
		display: inline
	}
	.blog-social-icons__list {
		margin-left: 10px;
		display: inline-block;
		vertical-align: sub
	}
}

@media screen and (min-width:768px) {
	.blog-social-icons {
		float: right
	}
	.blog-social-icons .blog-social-icons__list .google {
		width: 23px;
		height: 23px
	}
	.blog-social-icons .blog-social-icons__list .mail {
		width: 25px;
		height: 25px
	}
	.blog-social-icons__list .icon {
		width: 19px;
		height: 19px
	}
}

@media screen and (min-width:1024px) {
	.blog-social-icons .blog-social-icons__list .google {
		width: 24px;
		height: 22px
	}
	.blog-social-icons .blog-social-icons__list .mail {
		width: 24px;
		height: 24px
	}
	.blog-social-icons__list .icon {
		width: 18px;
		height: 18px
	}
}

.campaign-container {
	background-color: #f2f2f2
}

.campaign-card--with-form .aemform {
	background-color: #e3e3e3 !important
}

.campaign-card-section {
	position: relative
}

.campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:last-child {
	padding: 30px
}

.campaign-card-filmstrip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 15px
}

.campaign-card-filmstrip .campaign-card-filmstrip__barOne {
	width: 75%;
	background-color: #0090da
}

.campaign-card-filmstrip .campaign-card-filmstrip__barTwo {
	width: 10%;
	background-color: #0061a0
}

.campaign-card-filmstrip .campaign-card-filmstrip__barThree {
	width: 15%;
	background-color: #a4ce4e
}

@media screen and (min-width:768px) {
	.campaign-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.campaign-card--with-form {
		padding-top: 30px
	}
	.campaign-card-section {
		vertical-align: top
	}
	.campaign-card-section:first-child:nth-last-child(1),
	.campaign-card-section:first-child:nth-last-child(1) ~ .campaign-card-section {
		width: 100%
	}
	.campaign-card-section:first-child:nth-last-child(2),
	.campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:last-child {
		width: 33.33333333%
	}
	.campaign-card-section:first-child:nth-last-child(2),
	.campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:first-child {
		width: 66.66666667%
	}
}

@media screen and (min-width:1024px) {
	.campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:last-child {
		padding: 40px
	}
}

.footer-partnerLogo-section {
	margin-top: 20px
}

.footer-partnerLogo {
	height: 32px;
	width: auto;
	margin: 0 20px 20px 0;
	display: inline-block
}

@media screen and (max-width:767px) {
	.footer-partnerLogo-section {
		padding: 0 10px
	}
	.footer-legal__link {
		line-height: 24px
	}
}

.campaign-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	top: 0;
	background-color: #fff;
	color: #333;
	width: 100%;
	height: 50px;
	z-index: 1000;
	-webkit-transition: height .5s;
	transition: height .5s
}
.campaign-header__left,
.campaign-header__right {
	width: 40%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.campaign-header__middle {
	text-align: center
}

.campaign-header a.campaign-header--logo {
	display: block
}

.campaign-header--on-scroll {
	height: 50px !important;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0
}

.campaign-header .login-trigger,
.campaign-header .url-trigger {
	display: table;
	height: 50px;
	text-align: center;
	background-color: #0061a0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.campaign-header .login-trigger__label,
.campaign-header .url-trigger__label {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-webkit-transition: padding 0 .3s ease 0;
	transition: padding 0 .3s ease 0;
	white-space: nowrap;
	padding: 0 10px
}

.campaign-header .login-trigger:hover a {
	text-decoration: underline;
	color: #fff
}

.campaign-header .login-trigger:hover svg {
	fill: #fff
}

.campaign-header .login-trigger a:focus {
	outline-color: #fff
}

.campaign-header .login-trigger__label {
	background-color: #0061a0
}

.campaign-header .login-trigger__label .icon-secure-locked {
	fill: #fff
}

@media screen and (max-width:767px) {
	.campaign-header .language-trigger {
		position: relative;
		height: 50px;
		width: auto;
		font-size: 10px;
		line-height: 10px;
		text-transform: uppercase;
		text-align: center;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.campaign-header .language-trigger__label {
		display: inline-block;
		height: 50px;
		color: #333;
		font-weight: normal;
		text-decoration: none;
		padding: 15px 10px 0
	}
	.campaign-header .language-trigger__label .icon-down,
	.campaign-header .language-trigger__label .icon-up {
		fill: #333;
		position: relative;
		width: 14px;
		height: 14px;
		top: 3px;
		margin-left: 5px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.campaign-header .language-trigger__label:active,
	.campaign-header .language-trigger__label:focus {
		color: #333;
		text-decoration: none
	}
	.campaign-header .language-trigger__label:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
		cursor: pointer;
		color: #0090da;
		text-decoration: underline
	}
	.campaign-header .language-trigger__label .icon-up {
		display: none
	}
	.campaign-header .language-dropdown--open .icon-down {
		display: none
	}
	.campaign-header .language-dropdown--open .icon-up {
		display: inline
	}
	.campaign-header .language-trigger__label:hover .icon-down,
	.campaign-header .language-trigger__label:hover .icon-up {
		fill: #0090da
	}
	.campaign-header .language-dropdown-content {
		display: none;
		position: absolute;
		top: 50px;
		width: 100%;
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
		z-index: 1;
		line-height: 10px
	}
	.campaign-header .language-dropdown-content .icon-arrow-down-triangle {
		position: absolute;
		top: -4.6px;
		left: 36%;
		z-index: 999;
		display: block
	}
	.campaign-header .language-dropdown-content a {
		text-decoration: none;
		line-height: 10px;
		font-size: 10px;
		font-weight: normal;
		white-space: nowrap;
		padding: 0
	}
	.campaign-header .language-dropdown-content a:hover {
		text-decoration: underline
	}
	.campaign-header .language-dropdown-list {
		padding: 10px 10px 20px;
		text-align: left
	}
	.campaign-header .language-dropdown-list li {
		padding-top: 20px;
		margin-bottom: 0;
		display: list-item
	}
	.campaign-header .language-dropdown-list li:not(:last-child) a {
		border-right: 0
	}
}

@media screen and (min-width:768px) {
	.campaign-header {
		height: 70px;
		-webkit-transition: height .5s;
		transition: height .5s
	}
	.campaign-header.campaign-header--on-scroll .campaign-header__left_content {
		padding: 5px 30px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.campaign-header .login-trigger,
	.campaign-header .url-trigger {
		height: 70px
	}
	.campaign-header .login-trigger__label,
	.campaign-header .url-trigger__label {
		width: auto;
		font-size: 11px;
		line-height: 13px;
		padding: 0 15px
	}
	.campaign-header.campaign-header--on-scroll .login-trigger,
	.campaign-header.campaign-header--on-scroll .url-trigger {
		height: 50px;
		-webkit-transition: all .5s;
		transition: all .5s
	}
}

@media screen and (max-width:767px) {
	.campaign-header__left_content {
		display: none;
		width: 100%;
		background-color: #0061a0;
		text-align: center;
		padding: 30px
	}
	.campaign-header__left_content p {
		color: #fff;
		font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
		font-size: 22px;
		line-height: 26px
	}
	.campaign-header__left_content p:first-child {
		font-weight: bold;
		margin-bottom: 20px
	}
	.campaign-header__left_content .btn-brand-4th {
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.campaign-header__left_content {
		width: auto;
		float: left;
		text-align: center;
		-webkit-transition: all .5s;
		transition: all .5s;
		padding: 16px 30px
	}
	.campaign-header__left_content p {
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		margin-bottom: 0
	}
	.campaign-header__left_content a {
		font-size: 14px;
		line-height: 18px;
		font-weight: bold
	}
	.campaign-header__left_content .disabled-anchor,
	.campaign-header__left_content .disabled-anchor:hover {
		color: #333;
		text-decoration: none
	}
}

[data-comp-id="image-title"] {
	background-color: #fff
}

.campaign-card-title {
	padding-left: 20px;
	padding-right: 20px
}

.campaign-card-image-title {
	text-align: center
}

.campaign-card--with-form .campaign-card-image-title {
	text-align: left
}

.campaign-card-image-section img {
	height: auto;
	max-height: 400px
}

.campaign-card-image-section a {
	display: block
}

.campaign-card-content__title p {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0
}

.campaign-card-content__subtitle p {
	font-size: 18px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.campaign-card-image-title .wrapper {
		padding: 0 20px
	}
}

@media screen and (min-width:768px) {
	.campaign-card-content__title p {
		font-size: 28px;
		line-height: 32px
	}
}

@media screen and (min-width:1024px) {
	.campaign-card-content__title p {
		font-size: 40px;
		line-height: 40px
	}
	.campaign-card-content__subtitle p {
		font-size: 20px;
		line-height: 24px
	}
}

[data-comp-id="additional-info"],
[data-comp-id="cta-button"] {
	background-color: #fff
}

.content--microsite p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal
}

.content--microsite ul {
	padding-left: 25px;
	font-size: 14px;
	line-height: 20px;
	list-style-type: disc;
	padding-bottom: 20px
}

.content--microsite .content_anchor__variation {
	display: block;
	margin: 0 auto;
	text-align: center
}

.content-header h2 {
	font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 18px;
	line-height: 22px;
	font-weight: bold
}

.content-header h4 {
	font-weight: bold
}

.content-header h2:first-child,
.content-header p:first-child {
	margin-bottom: 10px
}

.content-header h2:last-child,
.content-header p:last-child {
	margin-bottom: 20px
}

.content-header ul {
	list-style: disc;
	margin-bottom: 10px;
	padding-left: 30px
}

.content-header li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px
}

.content-header__linkTitle {
	display: block;
	margin: 10px 0
}

.content-action {
	text-align: center
}

.content-action--left {
	float: left
}

.content-action--center {
	float: none
}

.content-action--right {
	float: right
}

.content-action--primary,
.content-action--secondary,
.content-action--text p {
	margin-bottom: 20px
}

.content-action--primary:last-child,
.content-action--secondary:last-child,
.content-action--text p:last-child {
	margin-bottom: 0
}

.content-action--primary {
	display: table
}

.content-action--secondary {
	padding: 0
}

.microsite-content-header {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px
}

.microsite-page-secondary-header {
	font-weight: normal
}

@media screen and (min-width:768px) {
	.content-header h2 {
		font-size: 24px;
		line-height: 28px
	}
	.microsite-content-header {
		font-size: 22px;
		line-height: 26px;
		margin-top: 30px
	}
	.microsite-page-secondary-header {
		font-size: 16px;
		line-height: 20px
	}
}

@media screen and (min-width:1024px) {
	.content-header h2 {
		font-size: 28px;
		line-height: 32px
	}
	.microsite-content-header {
		font-size: 26px;
		line-height: 30px;
		margin-top: 40px;
		margin-bottom: 10px
	}
	.microsite-page-secondary-header {
		font-size: 16px;
		line-height: 20px
	}
}

.promocard--microsite .promocard__container {
	background-color: #0061a0
}

.promocard--microsite .promocard__content {
	color: #fff;
	background-color: #0061a0;
	padding: 20px 20px 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.promocard--microsite .promocard__content a {
	margin-bottom: 0
}

.promocard--microsite .promocard__content__header {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px
}

.promocard--microsite .promocard__content__text {
	margin-bottom: 15px
}

.promocard--microsite .promocard__image {
	background-color: #0061a0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.search-parsys .promocard--microsite .promocard__content {
	padding: 30px 20px
}

.search-parsys .promocard--microsite .promocard__content__header {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px
}

.search-parsys .promocard_content__list {
	margin-bottom: 15px
}

.search-parsys .promocard_content__list li {
	margin-bottom: 5px
}

.search-parsys .promocard__image {
	display: none
}

@media screen and (min-width:768px) {
	.promocard--microsite {
		width: 95%
	}
	.promocard--microsite .promocard__image {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		left: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.promocard--microsite .promocard__content {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		-webkit-flex: 50%;
		flex: 50%;
		right: 50%;
		padding: 40px 30px
	}
	.promocard--microsite .promocard__content__header {
		font-size: 26px;
		line-height: 30px
	}
	.search-parsys .promocard--microsite .promocard__content {
		padding: 40px 30px
	}
	.search-parsys .promocard--microsite .promocard__content__header {
		font-size: 20px;
		line-height: 24px
	}
}

@media screen and (min-width:1024px) {
	.promocard--microsite {
		width: 85%;
		max-width: 1300px
	}
	.promocard--microsite .promocard__content {
		padding: 50px 40px
	}
	.promocard--microsite .promocard__content__header {
		font-size: 30px;
		margin-bottom: 20px
	}
	.promocard--microsite .promocard__content__text {
		margin-bottom: 20px
	}
	.search-parsys .promocard--microsite .promocard__content {
		padding: 50px 40px
	}
	.search-parsys .promocard--microsite .promocard__content__header {
		font-size: 22px;
		line-height: 26px
	}
}

.cta-box:last-child,
.cta-box:nth-last-child(-n+2):not(:nth-child(even)) {
	margin-bottom: 0
}

.cta-box__content {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc
}

.cta-box__content a {
	display: table-cell;
	color: #0061a0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 5px
}

.cta-box__content a:hover {
	text-decoration: none
}

.cta-box__content a:focus {
	outline: auto
}

.cta-box__content img {
	width: 35px
}

.cta-box__content__copy {
	display: block;
	width: 60%;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 5px;
	margin: 0 auto
}

@media screen and (min-width:768px) {
	.cta-box__content img {
		width: 52px
	}
}

@media screen and (min-width:1024px) {
	.cta-box__content img {
		width: 60px
	}
	.cta-box__content__copy {
		font-size: 11px;
		line-height: 16px;
		font-weight: bold
	}
}

[data-comp-id="cta-boxes-container"] {
	background-color: #fff
}

.cta-box-module {
	display: none;
	font-size: 0;
	text-align: center;
	margin: auto
}

.cta-box {
	display: inline-table;
	width: calc(50% - 20px);
	vertical-align: top;
	margin: 0 10px 20px
}

@media screen and (min-width:768px) {
	.cta-box-module.small .cta-box {
		margin: 0 2% 0 0;
		width: 15%
	}
	.cta-box-module.large .cta-box {
		margin: 0 3% 0 0;
		width: 22.75%
	}
	.cta-box-module.small .cta-box:last-child,
	.cta-box-module.large .cta-box:last-child {
		margin-right: 0
	}
}

@media screen and (min-width:1024px) {
	.cta-box-module.large {
		width: 80%
	}
}

[data-comp-id="dental-plan-rates"] {
	background-color: #fff
}

.zipcode-wrapper .zip-section {
	height: auto;
	background-color: #0061a0;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px
}

.zipcode-wrapper .zip-section label {
	color: white;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px
}

.zipcode-wrapper input {
	width: 100px;
	margin-right: 8px;
	border-radius: 0;
	margin-left: 6px
}

.zipcode-wrapper .btn-brand-4th {
	width: 85%;
	margin-top: 10px
}

.zipcode-wrapper input:focus {
	border-color: #0090da
}

.zipcode-char-container {
	display: none
}

@media screen and (min-width:768px) {
	.zipcode-wrapper .zip-section {
		display: table;
		min-width: 365px;
		max-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
		margin: 0 auto 30px
	}
	.zipcode-wrapper .zip-section label {
		font-size: 20px
	}
	.zipcode-wrapper .btn-brand-4th {
		width: auto
	}
}

@media screen and (min-width:1024px) {
	.zipcode-wrapper .zip-section {
		min-width: 500px;
		margin: 0 auto 40px
	}
}

[data-comp-spacing="drop-down-page-linka"] {
	background-color: #fff
}

.dropdown-page-linka-select_wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	max-width: 300px;
	height: 40px;
	float: left;
	border-radius: 2px;
	font-weight: normal
}

.dropdownpagelinka .list-filter__item--single {
	width: auto;
	margin-right: 8px
}

.dropdown-product__selector.form-user-ctrl.user-select.display-font-style {
	padding-right: 25px
}

.drop-down-linka-error {
	background-color: #db1818;
	padding: 7px 12px;
	color: #FFF;
	margin-top: 8px;
	position: relative;
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 13px;
	text-align: left
}

.drop-down-linka-error:before {
	content: "";
	background: #db1818;
	position: absolute;
	left: 20px;
	width: 17px;
	height: 6px;
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	display: block;
	top: -8px
}

.drop-down-linka-errorMsg {
	display: none
}

@media screen and (max-width:767px) {
	.dropdownpagelinka .list-filter__item--single {
		margin-right: 0
	}
	.dropdownpagelinka .list-filter {
		padding: 0
	}
	.dropdown-page-linka-btn_global {
		width: 100%
	}
	.dropdown-page-linka-select_wrapper {
		max-width: 100%
	}
	h2.page-link-title {
		font-size: 22px;
		text-align: center
	}
	.dropdownpagelinka.section.xk-section-base {
		padding: 0 10px
	}
}

@media screen and (min-width:768px) {
	.width-100 {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
	.btn-brand-2nd .dropdown-page-linka-btn_global {
		margin: 0;
		float: right
	}
	.page-link-title {
		width: 100%;
		color: #333;
		font-family: 'Arial';
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		text-align: center !important
	}
}

[data-comp-spacing="drop-down-linkb"] {
	background-color: #f2f2f2
}

.drop-down-linkb select {
	-moz-appearance: none;
	background-color: white;
	border-radius: 2px;
	font-size: 13px;
	height: 40px;
	margin-bottom: 0;
	padding: 8px 17px 8px 12px;
	width: 100%
}

.dropdown-page-linkb-select_wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 2px;
	font-weight: 400
}

.button-disabled {
	pointer-events: none;
	cursor: default
}

.button-disabled:hover {
	text-decoration: none;
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: linear-gradient(#a4ce4e, #a4ce4e)
}

.drop-down-linkb-left {
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	word-wrap: break-word;
	box-shadow: rgba(0, 0, 0, 0.09) 1px 3px 5px 0;
	padding: 30px
}

.drop-down-linkb-left ul {
	list-style-type: disc;
	padding-left: 20px
}

.drop-down-linkb-left ol {
	list-style-type: decimal;
	padding-left: 20px
}

.drop-down-linkb-left p,
.drop-down-linkb-left ul,
.drop-down-linkb-left ol {
	margin-bottom: 20px
}

.drop-down-linkb-left li {
	margin-bottom: 10px
}

.drop-down-linkb-left p:last-child,
.drop-down-linkb-left ul:last-child,
.drop-down-linkb-left ol:last-child,
.drop-down-linkb-left li:last-child {
	margin-bottom: 0
}

.drop-down-linkb-left .dropdown-linkb-Border {
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px
}

.drop-down-linkb-left-text p:last-child:not(.dropdown-linkb-Border) {
	margin-top: 15px
}

.drop-down-linkb-left .dropdown-linkb-rtf-title {
	color: #333;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	text-align: center
}

.drop-down-linkb-right {
	float: left;
	width: 100%;
	background: #0061a0;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.09) 1px 3px 5px 0;
	padding: 30px
}

.drop-down-linkb-right a,
.drop-down-linkb-right a:active,
.drop-down-linkb-right a:focus {
	background-color: #a4ce4e;
	background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
	background: linear-gradient(#a4ce4e, #a4ce4e);
	color: #333
}

.drop-down-linkb-right a:hover {
	background-color: #b7dd58;
	box-shadow: rgba(0, 0, 0, 0) 0 1px 1px 0;
	background: -webkit-linear-gradient(#b7dd58, #b7dd58);
	background: linear-gradient(#b7dd58, #b7dd58);
	text-decoration: underline;
	color: #333
}

.drop-down-linkb .dropdown-product__selectors {
	padding-right: 24px
}

.drop-down-linkb-error {
	background-color: #db1818;
	padding: 7px 12px;
	color: #FFF;
	margin-top: 66px;
	position: relative;
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 13px;
	text-align: left
}

.drop-down-linkb-error:before {
	content: "";
	background: #db1818;
	position: absolute;
	left: 20px;
	width: 17px;
	height: 6px;
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	display: block;
	top: -8px
}

.drop-down-linkb-errorMsg {
	display: none
}

@media screen and (max-width:767px) {
	.drop-down-linkb-margin-bottom {
		margin-bottom: 15px
	}
}

@media screen and (min-width:768px) {
	.drop-down-linkb {
		display: table;
		width: 96%;
		margin: 0 auto
	}
	.drop-down-linkb-left {
		display: table-cell;
		width: 50%;
		font-size: 14px
	}
	.drop-down-linkb-left p {
		font-size: 14px
	}
	.drop-down-linkb-left .dropdown-linkb-Border {
		border-top: 1px solid #ccc;
		padding-top: 20px;
		margin-top: 20px
	}
	.drop-down-linkb-left .dropdown-linkb-rtf-title {
		font-weight: bold
	}
	.drop-down-linkb-right {
		display: table-cell;
		float: none;
		width: 50%
	}
	.drop-down-linkb-right .dropdown-linkb-header .drop-down-btn_global {
		float: left
	}
	.drop-down-linkb-margin-bottom {
		margin-bottom: 15px
	}
}

@media screen and (min-width:1024px) {
	.drop-down-linkb {
		width: 85%;
		max-width: 1300px
	}
	.drop-down-linkb-left {
		font-size: 16px;
		padding: 40px
	}
	.drop-down-linkb-left p {
		font-size: 16px
	}
	.drop-down-linkb-right {
		font-size: 20px;
		padding: 40px
	}
	.drop-down-linkb-left .dropdown-linkb-rtf-title {
		font-size: 24px;
		line-height: 28px
	}
	.drop-down-linkb-margin-bottom {
		margin-bottom: 15px
	}
}

.explore-main-container {
	background: #f2f2f2
}

.explore-main-container .list-filter {
	padding: 0
}

.exp_btn {
	font-size: 12px;
	line-height: 15px;
	min-width: 40px;
	border: 0 solid transparent;
	color: #fff;
	border-radius: 2px;
	background-color: #007abc;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0 10px;
	padding: 12.5px 30px;
	font-family: Arial
}

.exp_btn:hover {
	color: #fff;
	background-color: #0090da;
	button-shadow: none;
	text-decoration: underline
}

.teaser-description {
	font-family: Arial;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 20px
}

.block1 {
	display: inline-block;
	margin: 0
}

.block2 {
	display: inline-block;
	padding: 0
}

.brd {
	border-bottom: 1px solid #ccc
}

.brd.mob {
	margin-bottom: 40px
}

.space-around {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto
}

.list-filter {
	width: 100%;
	margin: 0
}

.list-filter.text-center.explore-container-background {
	padding: 0 40px 40px 40px
}

@media screen and (max-width:767px) {
	.teaser-title-align {
		padding-top: 0
	}
	.explore-container-background {
		text-align: center
	}
	.explore-container-background .office-search__label {
		text-align: center;
		padding-left: 0;
		margin: 0;
		width: 100%
	}
	.exp_btn {
		font-size: 12px;
		margin: 0;
		display: inline-block;
		width: 100%
	}
	.teaser-description {
		padding-top: 20px
	}
	.block1 {
		display: inline-block;
		margin: 0
	}
	.block2 {
		display: inline-block;
		padding: 0;
		width: 100%
	}
	.brd {
		margin-top: 0
	}
	.brd.mob {
		margin-bottom: 20px
	}
	.list-filter.text-center.explore-container-background {
		padding: 0 10px 20px 10px
	}
}

@media screen and (min-width:768px)and (max-width:1023px) {
	.exp_btn {
		font-size: 11px
	}
	.teaser-title-align {
		text-align: center
	}
	.teaser-description {
		padding-top: 0
	}
	.block1 {
		display: inline-block;
		margin: 0
	}
	.block2 {
		display: inline-block;
		padding: 0
	}
	.brd.mob {
		margin-bottom: 30px
	}
	.space-around {
		width: 100%
	}
	.list-filter.text-center.explore-container-background {
		padding: 0 30px 30px 30px
	}
}

@media screen and (min-width:1024px) {
	.explore-container-background .office-search__label {
		margin: 0
	}
}

.share__via_email {
	position: absolute;
	right: 0;
	display: block;
	padding-top: 15px;
	height: 45px;
	padding-right: 30px;
	z-index: 999
}

.share__via_email a:hover,
.share__via_email a:active {
	text-decoration: none
}

.share__via_email div {
	display: table
}

.share__via_email_click_chat_enabled {
	margin-right: 15%
}

.share__via_email--social {
	left: 155px;
	position: relative;
	background-color: #fff;
	font-size: 12px;
	line-height: 39px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	min-width: 40px;
	width: auto;
	border: 0 solid transparent;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
	padding: 0 20px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0
}

.share__chat-social__open {
	left: 23px;
	opacity: 1
}

.share__chat--social a svg {
	padding-top: 7px
}

.share__via_email-buttons {
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: table
}

.share__via_email-buttons:hover,
.share__via_email-buttons:focus {
	background-color: #007abc;
	background: -webkit-linear-gradient(#007abc, #007abc);
	background: linear-gradient(#007abc, #007abc)
}

.share__via_email-buttons a {
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle
}

.share__via_email-buttons svg {
	display: table-cell;
	margin-left: 5px;
	fill: #fff
}

.mobile-share-btn .hidden-xs {
	display: none
}

.bg-gray-1st .share__via_email-buttons:hover {
	background-color: #007abc
}

*::-ms-backdrop,
.share__via_email-buttons {
	margin-top: -3px
}

.global-share-btn .visible-xs .share__via_email-buttons {
	display: none
}

.share__via_email-buttons.btn-brand-1st {
	background: #007abc
}

.not-share .share__via_email-buttons.btn-brand-1st {
	background: #fff
}

.not-share .share__via_email-buttons svg {
	fill: #007abc
}

.not-share .share__via_email-buttons:hover svg {
	fill: #fff
}

.not-share .share__via_email-buttons a {
	color: #007abc
}

.not-share .share__via_email-buttons:hover a {
	color: #fff;
	text-decoration: underline
}

.not-share .share__via_email-buttons {
	border: 2px solid #007abc
}

.not-share .share__via_email-buttons:hover {
	background-color: #007abc;
	background: -webkit-linear-gradient(#007abc, #007abc);
	background: -moz-linear-gradient(#007abc, #007abc);
	color: #fff
}

.share__via_email-buttons {
	display: inline-block;
	background: #fff;
	box-shadow: 2px 2px 10px #999;
	padding: 12.5px 20px
}

@media screen and (max-width:767px) {
	.share__via_email_click_chat_enabled {
		display: block
	}
	.mobile-share-btn .share__via_email {
		padding: 8px 0 4px 0;
		margin: 10px 0
	}
	.mobile-share-btn .share__via_email,
	.mobile-share-btn .share__via_email-buttons {
		position: static
	}
	.mobile-share-btn .share__via_email.share__via_email_click_chat_enabled {
		background: #fff;
		display: inline-block;
		z-index: 11111;
		width: 100%;
		height: auto
	}
	.mobile-share-btn .not-share .share__via_email-buttons.btn-brand-1st {
		background: #fff;
		margin: 0;
		padding: 10px 10px 6px 10px;
		border: 1px solid #007abc;
		box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
		font-size: 12px;
		border-right: 1px solid #ccc
	}
	.mobile-share-btn .not-share .share__via_email-buttons a {
		color: #007abc
	}
	.share__via_email-buttons.btn-brand-1st {
		background: #fff;
		color: #007abc;
		margin-top: 20px;
		padding: 10px 20px;
		margin-bottom: 0;
		height: 40px
	}
	.share__via_email-buttons svg {
		fill: #007abc
	}
	.mobile-share-btn .global-share-btn .visible-xs .share__via_email-buttons {
		display: inline-block;
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
		padding: 10px 20px;
		border: 1px solid #007abc
	}
	.share__via_email-buttons a {
		color: #007abc;
		float: left;
		line-height: 20px;
		margin-right: 2px
	}
	.share__via_email-buttons.btn-brand-1st:hover {
		background: #fff
	}
}

@media screen and (min-width:768px) {
	.share__via_email_click_chat_enabled {
		margin-right: 16%
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.share__via_email-buttons.btn-brand-1st {
		padding: 5px 10px
	}
}

@media screen and (min-width:1024px) {
	.share__via_email_click_chat_enabled {
		margin-right: 12.5%
	}
}

.processStage_headline {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333;
	min-height: 22px
}

.processStage_description {
	font-size: 13px;
	text-align: left;
	color: #333
}

@media screen and (max-width:767px) {
	.processStageHeader {
		display: inline-block
	}
	.processstage_alignment {
		padding: 0
	}
	.col-ctrlr {
		padding-bottom: 0;
		padding-top: 20px
	}
	.col0,
	.col1,
	.col2,
	.col3,
	.col4 {
		margin: 0 10px 20px 10px
	}
	.col-cntl-1,
	.col-cntl-2,
	.col-cntl-3,
	.col-cntl-4,
	.col-cntl-5 {
		float: left;
		width: 100%;
		position: relative;
		background: #fff;
		text-align: center
	}
	.col-cntl-5,
	.col-cntl-4,
	.col-cntl-3,
	.col-cntl-2,
	.col-cntl-1 {
		overflow: hidden
	}
	.processStageHeader .col0 {
		margin-top: 20px
	}
}

@media screen and (min-width:768px) {
	.processstage_main {
		background: #fff;
		display: table;
		width: 85%;
		margin-left: 6%;
		max-width: 1300px
	}
	.col-cntl-5,
	.col-cntl-4,
	.col-cntl-3,
	.col-cntl-2,
	.col-cntl-1 {
		overflow: hidden;
		padding: 30px 0
	}
	.col-cntl-2 .col0,
	.col-cntl-2 .col1,
	.col-cntl-2 .col2,
	.col-cntl-3 .col0,
	.col-cntl-3 .col1,
	.col-cntl-3 .col2,
	.col-cntl-4 .col0,
	.col-cntl-4 .col1,
	.col-cntl-4 .col2,
	.col-cntl-4 .col3,
	.col-cntl-5 .col0,
	.col-cntl-5 .col1,
	.col-cntl-5 .col2,
	.col-cntl-5 .col3,
	.col-cntl-5 .col4 {
		float: left;
		position: relative;
		overflow: hidden;
		background: #fff
	}
	.col-cntl-2 .col0,
	.col-cntl-2 .col1,
	.col-cntl-2 .col2 {
		width: 50%
	}
	.col-cntl-3 .col0,
	.col-cntl-3 .col1,
	.col-cntl-3 .col2 {
		width: 33.3%
	}
	.col-cntl-4 .col0,
	.col-cntl-4 .col1,
	.col-cntl-4 .col2,
	.col-cntl-4 .col3 {
		width: 25%
	}
	.col-cntl-5 .col0,
	.col-cntl-5 .col1,
	.col-cntl-5 .col2,
	.col-cntl-5 .col3,
	.col-cntl-5 .col4 {
		width: 20%
	}
	.processstage_alignment {
		padding: 0 15px
	}
	.col0 .processstage_alignment {
		padding-left: 0
	}
}

@media screen and (min-width:1024px) {
	.col-cntl-5,
	.col-cntl-4,
	.col-cntl-3,
	.col-cntl-2,
	.col-cntl-1 {
		overflow: hidden;
		padding: 40px 0
	}
	.processstage_alignment {
		padding: 0 20px
	}
}

[data-comp-spacing="resource-filter-mega"] {
	background-color: #fff
}

.resource-filter-mega .explore-main-container {
	background: #fff
}

.resource-filter-mega .brd {
	margin-bottom: 15px
}

.resource-filter-mega .list__item p {
	color: #333
}

.resource-filter-mega .list__item__date {
	color: #999
}

.document-icon {
	height: 20px;
	width: auto;
	padding-right: 5px
}

.download-link {
	font-size: 14px;
	line-height: 20px
}

.document-size {
	color: #666;
	font-size: 10px;
	line-height: 14px
}

.teaser-descrip {
	font-family: Arial;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.resource-filter-mega .list__item--right.linkLeftItem {
	margin-right: 65px
}

.resource-filter-mega .space-around {
	padding: 0
}

.resource-filter-mega .results_pagination {
	width: 80%;
	text-align: left;
	margin: 0 auto
}

.resource-filter-mega .explore-main-container .list-filter {
	padding-bottom: 0;
	padding-top: 20px
}

.resource-filter-mega .explore--main-container .office-search__label {
	text-align: center;
	padding-left: 0;
	margin: 0
}

.resource-filter-mega .form-item__field .js-formLib-mega {
	max-width: 300px;
	padding-right: 25px
}

.resource-filter-mega .list__item__title {
	display: inline-block;
	margin-bottom: 5px
}

@media screen and (max-width:767px) {
	.resource-filter-mega .list-filter {
		margin: 0 auto 0
	}
	.resource-filter-mega .display-filter-none {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold
	}
	.resource-filter-mega .list__item__title {
		font-size: 14px;
		line-height: 18px
	}
	.resource-filter-mega .list__title {
		font-size: 16px
	}
	.resource-filter-mega .brd {
		margin-top: 0
	}
	.resource-filter-mega .form-item__label {
		padding-bottom: 20px
	}
	.resource-filter-mega .list-filter__item .form-item {
		text-align: center
	}
	.mega-list {
		margin-top: 10px
	}
	.more-content__title.teaser-title-ali {
		margin-top: 10px
	}
	div.more-content__title.teaser-title-ali.line-border {
		text-align: left;
		padding-top: 20px
	}
	.resource-filter-mega .text-center {
		text-align: left
	}
	.resource-filter-mega .explore-main-container .block1 {
		width: 100%
	}
	.resource-filter-mega .list-filter {
		padding: 0 10px
	}
	.resource-filter-mega .form-item__field .js-formLib-mega {
		max-width: initial;
		padding-right: 25px
	}
	.resource-filter-mega .list-filter__item--single .form-item__field {
		width: 100%;
		min-width: 150px
	}
	.resource-filter-mega .list__item--right.linkLeftItem {
		margin-right: 38px
	}
	.resource-filter-mega .results_pagination {
		text-align: center
	}
}

@media screen and (min-width:768px) {
	.resource-filter-mega .list__title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 22px
	}
	.resource-filter-mega .display-filter-none {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 22px
	}
	.teaser .more-content__title.teaser-title-ali {
		text-align: center
	}
	.line-border {
		border-top: 1px solid #ccc;
		margin-bottom: 5px
	}
	.download-link {
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		text-transform: uppercase
	}
	.resource-filter-mega .results_pagination {
		width: 100%
	}
}

@media screen and (min-width:1024px) {
	.resource-filter-mega .results_pagination {
		width: 80%
	}
	.resource-filter-mega .more-content__title {
		margin-bottom: 0
	}
	.download-link:hover {
		text-decoration: underline
	}
	.document-size {
		font-size: 11px;
		line-height: 15px
	}
	.resource-filter-mega .list__title {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px
	}
	.resource-filter-mega .display-filter-none {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px
	}
}

.generic_overlay_close {
	display: block;
	position: absolute;
	float: right;
	clear: both;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	z-index: 9;
	cursor: pointer
}

.generic_overlay_header {
	height: auto;
	background-color: #f2f2f2;
	text-align: center;
	padding: 40px 20px 25px 20px
}

.generic_overlay_header h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px
}

.generic_overlay_header p {
	font-size: 13px;
	line-height: 16px
}

.generic_overlay_body {
	background-color: #fff;
	text-align: left;
	padding: 20px
}

.generic_overlay_body .overlay_network_description {
	padding-bottom: 20px
}

.generic_overlay_body .overlay_network_description h3 {
	line-height: 24px;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 10px
}

.generic_overlay_body .overlay_network_description ul {
	font-size: 20px;
	font-weight: normal;
	padding-top: 0;
	padding-left: 30px
}

.generic_overlay_body .overlay_network_description li {
	list-style: disc;
	font-size: 14px
}

.generic_overlay_body .overlay_network_description a {
	display: block
}

.generic_overlay_body .overlay_network_description p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px
}

.generic_overlay_body .overlay_network_description p img {
	max-width: 300px
}

.generic_overlay_body .overlay_network_description div:first-child {
	margin: 20px 0
}

@media screen and (max-width:768px) {
	.generic_overlay_body .overlay_network_description h3 {
		font-size: 14px;
		line-height: 20px
	}
	.generic_overlay_header {
		padding: 40px 20px 25px 20px
	}
	.generic_overlay_header p {
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.generic_overlay_header {
		padding: 55px 30px 50px 30px
	}
	.generic_overlay_header h2 {
		font-size: 36px;
		line-height: 40px;
		padding: initial
	}
	.generic_overlay_body {
		padding: 30px
	}
	.generic_overlay_body .overlay_network_description {
		padding-bottom: 30px
	}
	.generic_overlay_body .overlay_network_description p {
		font-size: 14px;
		line-height: 20px
	}
	.generic_overlay_header p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0
	}
	.generic_overlay_body .overlay_network_description h3 {
		font-size: 20px;
		line-height: 24px
	}
	.generic_overlay_close {
		top: 0;
		right: 0
	}
}

@media screen and (min-width:1024px) {
	.generic_overlay_header {
		padding: 65px 40px 60px 40px
	}
	.generic_overlay_body {
		padding: 40px
	}
	.generic_overlay_header h2 {
		font-size: 44px;
		line-height: 44px
	}
	.generic_overlay_body .overlay_network_description h3 {
		font-size: 22px;
		line-height: 26px
	}
	.generic_overlay_header p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0
	}
}

[data-comp-spacing="faq-contactus"] {
	background-color: #fff
}

.faq-contactus-content-container .faq-contactus-content-header {
	text-align: center
}

.faq-contactus-result-container {
	padding-top: 20px
}

.faq-contactus-content-container .faq-contactus-contact-header {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold
}

.faq-contactus-content-container .form-icon-wrapper select {
	font-size: 14px
}

.faq-contactus-content-container .faq-contactus-category-selector {
	margin: 0 0 15px
}

.faq-contactus-content-container .faq-contactus-contact-profile-container .row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px
}

.faq-contactus-content-container .faq-contactus-contact-profile-container:last-child .row:last-child {
	margin-bottom: 0
}

.faq-contactus-content-container .faq-contactus-contact-profile-container p {
	font-size: 14px;
	margin: 0;
	word-wrap: break-word;
	line-height: 20px
}

.faq-contactus-content-container p.faq-contactus-contact-profile_name {
	font-weight: bold
}

@media screen and (max-width:767px) {
	.faq-contactus-content-container {
		padding: 0 10px
	}
	.faq-contactus-content-container .faq-contactus-contact-profile-container:last-child .row:last-child {
		border-bottom: 0;
		padding-bottom: 0
	}
	.faq-contactus-content-container .faq-contactus-contact-profile-container .col-xs-12 {
		text-align: left
	}
}

@media screen and (min-width:768px) {
	.faq-contactus-content-container {
		margin: 0 auto
	}
	.faq-contactus-result-container {
		padding-top: 30px
	}
	.faq-contactus-content-container .faq-contactus-contact-header {
		font-size: 18px;
		margin-bottom: 30px
	}
	.faq-contactus-content-container .form-icon-wrapper {
		width: 250px;
		display: inline-block;
		margin: 0 6px
	}
	.faq-contactus-content-container .faq-contactus-contact-profile_fax,
	.faq-contactus-content-container .faq-contactus-contact-profile_tel {
		font-weight: normal
	}
	.faq-contactus-content-container .faq-contactus-contact-profile_tel {
		color: #000
	}
}

@media screen and (min-width:1024px) {
	.faq-contactus-result-container {
		padding-top: 40px
	}
	.faq-contactus-content-container .faq-contactus-contact-header {
		font-size: 20px
	}
	.faq-contactus-content-container .form-icon-wrapper {
		width: 300px
	}
}

.variable-value {
	/*color: #F0F!important;*/
}

.variable-value input,
.variable-value select,
.variable-value textarea {
	/*color: #F0F;*/
}

.variable-value__phone-link-pink,
.variable-value__phone-link-pink:hover {
	/*color: #F0F;*/
	text-decoration: none;
}

.variable-value__phone-link-white,
.variable-value__phone-link-white:hover {
	/*color: #F0F;*/
	color: #FFF;
	text-decoration: none;
}

.variable-value-black {
	color: #333!important;
}

.variable-value__block {
	display: block;
}

.img-link {
	display: inline-block;
}

.img-link,
.img-link:focus {
	outline: none;
}
