/*=============================================================================

CSS RESET

=============================================================================*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

b,
strong {
	font-weight: bold;
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto !important;
}

ul,
li {
	display: list-item;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td,
caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

svg {
	overflow: hidden;
}

input[type="checkbox"] {
	margin: 0 4px 0 0;
	width: 13px;
	height: 13px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

input,
textarea,
select {
	outline: none;
	margin: 0;
	font-family: inherit;
}

textarea {
	overflow: auto;
	resize: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

/*=============================================================================

MexInsurance

=============================================================================*/

.btnHover:hover,
.buttonNext:hover,
.buttonPrev:hover {
	border-color: #003a70 !important;
	/* background: #fff !important; */
	/* color: #003a70 !important; */
	transition: .3s ease-in;
	box-shadow: 1px 2px 9px 0px #0000002b;
}

.dateOfBirth .slds-required {
	display: none !important;
}

.resonForTerminate textarea {
	height: 120px !important;
}

/*=============================================================================

TYPOGRAPHY

=============================================================================*/


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	font: 16px/1.5 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #040404;
	text-align: left;
}

a,
img,
svg,
input,
select,
textarea,
._transition,
button,
.button,
:before,
:after {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

._transition2 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a:active,
.button:active,
button:active {
	-webkit-transition: all 0.05s ease-out;
	-moz-transition: all 0.05s ease-out;
	transition: all 0.05s ease-out;
}

._no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

a {
	color: #003a70;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:active,
a:focus {
	outline: none;
}



/* Tyopgraphy Elements*/

body .slds-scope h1,
body .slds-scope h2,
body .slds-scope h3,
body h1,
body h2,
body h3 {
	margin-bottom: 35px;
	line-height: 1.1;
}

body .slds-scope h4,
body .slds-scope h5,
body .slds-scope h6 {
	margin-bottom: 20px;
	line-height: 1.4;
}

body h1,
body .slds-scope h1 {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

body h2,
body .slds-scope h2 {
	font-size: 1.750em;
}

body h3,
body .slds-scope h3 {
	font-size: 1.4em;
	font-weight: bold;
}

body h4,
body .slds-scope h4 {
	font-size: 1.4em;
	font-weight: bold;
}

body h5,
body .slds-scope h5 {
	font-size: 1.16em;
}

body h6,
body .slds-scope h6 {
	font-size: 14px;
	font-weight: bold;
}

body p,
body .slds-scope p {
	font-size: 14px;
	margin-bottom: 25px;
	color: #555555;
}

.font-thin {
	font-weight: 100
}

.font-light {
	font-weight: 300
}

.font-normal {
	font-weight: 400
}

.font-medium {
	font-weight: 600
}

.font-bold {
	font-weight: 700
}

.font-size-sm {
	font-size: 0.9em;
}

.font-size-md {
	font-size: 1.5em;
}

.font-size-lg {
	font-size: 2em;
}

.uppercase {
	text-transform: uppercase;
}

.normalcase {
	text-transform: none;
}

.lowercase {
	text-transform: lowercase;
}

.underline {
	text-decoration: underline;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.full-width {
	width: 100%;
}



/* lists */

.simple-list {
	margin-bottom: 20px;
}

.simple-list li {
	padding-left: 16px;
	margin-bottom: 10px;
	position: relative;
}

.simple-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #1080f2;
	border-radius: 100%;
}

.simple-list.white li:before {
	background: #fff;
}

.check-list {}

.check-list li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}

.check-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url(images/blue-checkmark.svg) no-repeat;
	background-size: contain;
}


.ordered-list {
	counter-reset: section;
	list-style-type: none;
	margin-bottom: 30px;
}

.ordered-list li {
	margin-bottom: 10px;
}

.ordered-list li:before {
	counter-increment: section;
	content: counters(section, ".") ")";
	margin-right: 8px;
}


/* colors */

.white {
	color: #fff;
}

.black {
	color: #000;
}

.yellow {
	color: #f4bd55;
}

.red {
	color: #cf614d;
}

.green {
	color: #003a70;
}


/* backgrounds */

.white-bg {
	background-color: #FFF
}

.black-bg {
	background-color: #000;
}

.blue-bg {
	background-color: #2b6a97;
}



/* buttons */

button,
button:active,
button:focus {
	cursor: pointer;
	outline: none;
}

.button,
.slds-scope .button {
	height: 44px;
	line-height: 42px;
	padding: 0 16px;
	border: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	-webkit-appearance: none;
	border-radius: 44px;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-transform: uppercase;
}

.button.-size-sm {
	height: 28px;
	line-height: 26px;
	font-size: 0.9em;
}

.button.-size-md {
	height: 50px;
	line-height: 48px;
	font-size: 1.125em;
}

.button.-size-lg {
	height: 74px;
	line-height: 72px;
	font-size: 1.889em;
	padding: 0 20px;
	font-weight: 400;
}

.button.-margin-left {
	margin-left: 20px
}

.button.-margin-right {
	margin-right: 20px
}

button.button,
input[type="button"] {
	line-height: normal;
}

.button.-primary {
	background: #003a70;
	color: #fff;
}

.button.-primary:hover {
	background: #003a70 !important;
}

.button.-secondary {
	border: 2px solid #003a70;
	background: none;
	color: #003a70;
	transition: all 0.35s;
}

.button.-secondary:hover {
	background: #003a70 !important;
	color: #fff !important;
	box-shadow: inset 0 0 0 2em #003a70;	
	transition: all 0.9s;	
}

.button.-terniry  {
	border: 2px solid #003a70;
	background: none;
	color: #ffffff;
}

.button.-terniry:hover {
	background: #003a70 !important;
	color: #fff !important;
}

.screenHeading{
    font-weight: 700;
}

.button.-ghost-light {}

.button.-ghost-light:hover {}

.button.-ghost-dark {}

.button.-ghost-dark:hover {}

.button.-plain {
	background: none;
	padding: 0;
	color: #003a70;
}

.button.-plain:hover {
	color: #000
}

.buttons-group .button {
	margin: 0 10px;
}

.simple-link {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: none;
	border: none;
	padding: 0;
	color: #003a70;
	position: relative;
}

.button.-wider {
	padding: 0 40px;
}

.button.-min-width {
	min-width: 270px;
}

.button.-full-width {
	width: 100%;
	padding: 0;
}

.button.-radius {
	border-radius: 3px;
}

/* forms */

.form-container {
	margin: 0 auto;
	max-width: 320px;
}

.form-container.-wider {
	max-width: 630px;
}

.slds-form-element,
.slds-scope .slds-form-element {
	margin-bottom: 10px;
}

label,
form label,
.slds-form-element__label,
.slds-scope .slds-form-element__label {
	display: block;
	padding: 0;
	margin-bottom: 5px;
	color: #003a70;
	text-transform: none;
	font-weight: 600;
	font-size: 13px;
}

.toggleContainer label,
.toggleContainer form label,
.toggleContainer .slds-form-element__label,
.toggleContainer .slds-scope .slds-form-element__label {
	padding-right: 0.5rem;
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 400 !important;
    font-size: 100% !important;
}

.slds-checkbox .slds-checkbox__label .slds-form-element__label,
.slds-radio .slds-form-element__label,
.slds-scope .slds-checkbox .slds-checkbox__label .slds-form-element__label,
.slds-scope .slds-radio .slds-form-element__label {
	font-size: inherit;
}

label.label-large {
	font-size: 18px;
	color: #4a4a4a;
}

label .required-star {
	color: #e14441;
	margin-left: 4px;
}

form .form-buttons {
	margin-top: 15px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
	background: #fff;
	color: #000;
	border: 1px solid #003a70;
	border-radius: 2px !important;
	padding: 5px 7px;
	height: 30px;
	min-height: 30px !important;
	max-width: 100%;
	width: 100%;
	font-size: 13px;
	margin-bottom: 0;
	vertical-align: top;
}
.slds-combobox{
	border: 1px solid #003a70 !important;
	border-radius: 2px;
}
.slds-input_faux {
    border: 0px !important;
    border-radius: 2px !important;
}
textarea {
	height: 200px;
	width: 100%;
	padding: 10px;
	border-radius: 2px !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
[role=combobox] input[readonly]:focus,
.slds-scope input[type="text"]:focus,
.slds-scope input[type="tel"]:focus,
.slds-scope input[type="email"]:focus,
.slds-scope input[type="password"]:focus,
.slds-scope select:focus,
.slds-scope textarea:focus,
.slds-scope [role=combobox] input[readonly]:focus {
	border-color: #003a70;
	color: #000;
	box-shadow: none;
	outline: none;
}

.slds-checkbox .slds-checkbox_faux:after,
.slds-checkbox .slds-checkbox--faux:after,
.slds-scope .slds-checkbox .slds-checkbox_faux:after,
.slds-scope .slds-checkbox .slds-checkbox--faux:after {
	border-color: #003a70 !important;
	width: 10px !important;
	height: 5px !important;
	margin-top: -1px;
}

.slds-checkbox [type=checkbox]:focus+.slds-checkbox_faux,
.slds-scope .slds-checkbox [type=checkbox]:focus+.slds-checkbox--faux,
.slds-checkbox [type=checkbox]:focus~.slds-checkbox_faux,
.slds-scope .slds-checkbox [type=checkbox]:focus~.slds-checkbox--faux,
.slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox_faux,
.slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox--faux,
.slds-scope .slds-checkbox [type=checkbox]:focus+.slds-checkbox_faux,
.slds-scope .slds-checkbox [type=checkbox]:focus+.slds-checkbox--faux,
.slds-scope .slds-checkbox [type=checkbox]:focus~.slds-checkbox_faux,
.slds-scope .slds-checkbox [type=checkbox]:focus~.slds-checkbox--faux,
.slds-scope .slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox_faux,
.slds-scope .slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox--faux {
	box-shadow: none !important;
	border-color: #003a70 !important;
}

.slds-radio [type=radio]:checked+.slds-radio_faux:after,
.slds-radio [type=radio]:checked+.slds-radio--faux:after,
.slds-radio [type=radio]:checked~.slds-radio_faux:after,
.slds-radio [type=radio]:checked~.slds-radio--faux:after,
.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after,
.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux:after,
.slds-scope .slds-radio [type=radio]:checked+.slds-radio_faux:after,
.slds-scope .slds-radio [type=radio]:checked+.slds-radio--faux:after,
.slds-scope .slds-radio [type=radio]:checked~.slds-radio_faux:after,
.slds-scope .slds-radio [type=radio]:checked~.slds-radio--faux:after,
.slds-scope .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after,
.slds-scope .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux:after {
	background: #003a70 !important;
}

.slds-radio [type=radio]:focus+.slds-radio_faux,
.slds-radio [type=radio]:focus+.slds-radio--faux,
.slds-radio [type=radio]:focus~.slds-radio_faux,
.slds-radio [type=radio]:focus~.slds-radio--faux,
.slds-radio [type=radio]:focus+.slds-radio__label .slds-radio_faux,
.slds-radio [type=radio]:focus+.slds-radio__label .slds-radio--faux,
.slds-scope .slds-radio [type=radio]:focus+.slds-radio_faux,
.slds-scope .slds-radio [type=radio]:focus+.slds-radio--faux,
.slds-scope .slds-radio [type=radio]:focus~.slds-radio_faux,
.slds-scope .slds-radio [type=radio]:focus~.slds-radio--faux,
.slds-scope .slds-radio [type=radio]:focus+.slds-radio__label .slds-radio_faux,
.slds-scope .slds-radio [type=radio]:focus+.slds-radio__label .slds-radio--faux {
	box-shadow: none !important;
	border-color: #003a70 !important;
}

body .slds-has-error .slds-input {
	box-shadow: none;
}

select[multiple] {
	height: 150px;
}

::-webkit-input-placeholder {
	color: #b3b3b3;
}

:-moz-placeholder {
	color: #b3b3b3;
}

:-ms-input-placeholder {
	color: #b3b3b3;
}

:focus::-webkit-input-placeholder {
	color: #b3b3b3;
}

:focus:-moz-placeholder {
	color: #b3b3b3;
}

:focus:-ms-input-placeholder {
	color: #b3b3b3;
}

.datepicker input {
	margin-bottom: 0;
}

.slds-form-element__control .slds-button_icon .slds-button__icon,
.slds-form-element__control .slds-input__icon-group .slds-icon,
.slds-scope .slds-form-element__control .slds-button_icon .slds-button__icon,
.slds-scope .slds-form-element__control .slds-input__icon-group .slds-icon {
	fill: #003a70;
}

.slds-form-element__control .slds-scope .slds-form-element__control {
	margin-bottom: 10px;
}

.slds-scope .adjustable-field .slds-form-element__control {
	margin-bottom: 0;
}

.slds-form-element.full-width input,
.slds-scope .slds-form-element.full-width input {
	width: 100% !important;
}

.check-group,
.radio-group,
.slds-scope .check-group,
.slds-scope .radio-group {
	margin: 20px 0;
}

.check-group .slds-form-element__control,
.radio-group .slds-form-element__control,
.slds-scope .check-group .slds-form-element__control,
.slds-scope .radio-group .slds-form-element__control {
	margin-bottom: 10px;
}


/* icons */

i[class^="icon-"] {
	display: inline-block;
	background-repeat: no-repeat;
}

.icon-info {
	background-image: url(images/icon-info-blue.png);
	background-size: contain;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.chubbDetails .icon-info {
	background-image: url(images/icon-info-blue.png);
}

.blue {
	color: #003a70;
}

.dimBlue{
    color: #5D7A8E;
}

.quote-box.-recommended .icon-info {
	background-image: url(images/icon-info-white.svg);
}

.icon-new-tab {
	background-image: url(images/icon-new-tab-blue.png);
	background-size: contain;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

.quote-box.-recommended .icon-new-tab {
	background-image: url(images/icon-new-tab-white.svg);
}

.icon-cross,
.icon-checkmark,
.icon-white-checkmark,
.icon-next,
.icon-prev,
.icon-save {
	width: 16px;
	height: 16px;
	background-position: center center;
}

.icon-Automobile-blue,
.icon-Automobile-white,
.icon-rv-blue,
.icon-rv-white,
.icon-watercraft-white,
.icon-watercraft-blue,
.icon-home-white,
.icon-home-blue,
.icon-northbound-white,
.icon-northbound-blue,
.icon-motorcycle-white,

.icon-motorcycle-blue {

	width: 52px;

	height: 42px;

	background-position: center center;
}

.icon-cross {
	background-image: url(images/icon-cross.svg);
}

.icon-checkmark {
	background-image: url(images/icon-blue-checkmark.png);
	background-size: contain;
}

.icon-white-checkmark{
	background-image: url(images/icon-white-checkmark.png);
	background-size: contain;
}

.icon-next{
	background-image: url(images/icon-next-white.png);
	background-size: contain;
}
.icon-prev{
	background-image: url(images/icon-prev-white.png);
	background-size: contain;
}
.icon-save{
	background-image: url(images/icon-save-white.png);
	background-size: contain;
}

.icon-Automobile-blue{
	background-image: url(images/icon-car-blue.png); 
}
.icon-create-case-blue{
	background-image: url(images/create-case-icon-blue.png); 
}
.icon-Automobile-white{
	background-image: url(images/icon-car-white.png);
	background-size: contain;
}
.icon-rv-blue{
	background-image: url(images/icon-rv-blue.png);
	background-size: contain;
}
.icon-rv-white{
	background-image: url(images/icon-rv-white.png);
	background-size: inherit;
}

.icon-motorcycle-blue{
	background-image: url(images/icon-motorcycle-blue.png);
	background-size: contain;
}
.icon-motorcycle-white{
	background-image: url(images/icon-motorcycle-white.png);
	background-size: inherit;
}
.icon-northbound-blue{
	background-image: url(images/icon-northbound-blue.png);
	background-size: contain;
}
.icon-northbound-white{
	background-image: url(images/icon-northbound-white.png);
	background-size: contain;
}
.icon-home-blue{
	background-image: url(images/icon-home-blue.png);
	background-size: contain;
}
.icon-home-white{
	background-image: url(images/icon-home-white.png);
	background-size: contain;
}
.icon-watercraft-blue{
	background-image: url(images/icon-watercraft-blue.png);
	background-size: contain;
}
.icon-watercraft-white{
	background-image: url(images/icon-watercraft-white.png);
	background-size: contain;
}
.towedSection label .slds-form-element__label {
    color: #d9d9d9;
    font-weight: 600;
    text-transform: lowercase;
}



.icon-nexts, .icon-prevs, .icon-saves, .icon-create-case-blues{
	width: 16px;
}

/*=============================================================================

PAGE LAYOUT

=============================================================================*/

.page {
	margin: 0 auto;
	overflow: hidden;
}

.wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
}

.wrap.-size-xs {
	max-width: 600px;
}

.wrap.-size-sm {
	max-width: 760px;
}

.wrap.-size-md {
	max-width: 960px;
}

.wrap.-size-lg {
	max-width: 1200px;
}

.wrap.-size-xl {
	max-width: 1400px;
}


.block {
	padding-top: 80px;
	padding-bottom: 80px;
}

.block.-size-md {
	padding-top: 40px;
	padding-bottom: 40px;
}

.block.-size-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

.block.-padding-top {
	padding-bottom: 0;
}

.block.-padding-bottom {
	padding-top: 0;
}


/* spacing */

.gap-10 {
	height: 10px;
}

.gap-20 {
	height: 20px;
}

.gap-30 {
	height: 30px;
}

.gap-40 {
	height: 40px;
}

.gap-50 {
	height: 50px;
}

.gap-60 {
	height: 60px;
}

.gap-70 {
	height: 70px;
}

.gap-80 {
	height: 80px;
}

.gap-90 {
	height: 90px;
}

.gap-100 {
	height: 100px;
}


/*floats*/

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after,
.grid:before,
.grid:after,
.wrap:before,
.wrap:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after,
.grid:after,
.wrap:after {
	clear: both;
}

.clearfix,
.grid,
.wrap {
	zoom: 1;
}


/* helpers */

.center-block {
	margin-left: auto;
	margin-right: auto;
}

.vertical-align {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-align>* {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}

.vertical-align.-align-bottom>* {
	vertical-align: bottom;
}

.justify-content {
	text-align: justify;
}

.justify-content>* {
	display: inline-block;
	position: relative;
}

.justify-content:before {
	content: '';
	display: block;
	width: 100%;
}

.justify-content:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}


._mg-b-xs {
	margin-bottom: 10px !important;
}

._mg-b-sm {
	margin-bottom: 30px !important;
}

._mg-b-md {
	margin-bottom: 50px !important;
}

._mg-b-lg {
	margin-bottom: 75px !important;
}

._mg-b-xl {
	margin-bottom: 120px !important;
}

._mg-t-xs {
	margin-top: 10px !important;
}

._mg-t-sm {
	margin-top: 30px !important;
}

._mg-t-md {
	margin-top: 50px !important;
}

._mg-t-lg {
	margin-top: 75px !important;
}

._mg-t-xl {
	margin-top: 120px !important;
}

._no-mg {
	margin: 0 !important;
}

._no-mg-b {
	margin-bottom: 0 !important;
}

._no-mg-t {
	margin-top: 0 !important;
}

._pd-b-xs {
	padding-bottom: 10px !important;
}

._pd-b-sm {
	padding-bottom: 30px !important;
}

._pd-b-md {
	padding-bottom: 50px !important;
}

._pd-b-lg {
	padding-bottom: 75px !important;
}

._pd-b-xl {
	padding-bottom: 120px !important;
}

._pd-t-xs {
	padding-top: 10px !important;
}

._pd-t-sm {
	padding-top: 30px !important;
}

._pd-t-md {
	padding-top: 50px !important;
}

._pd-t-lg {
	padding-top: 75px !important;
}

._pd-t-xl {
	padding-top: 120px !important;
}

._no-pd {
	padding: 0 !important;
}

._no-pd-b {
	padding-bottom: 0 !important;
}

._no-pd-t {
	padding-top: 0 !important;
}



/*=============================================================================

MAIN STYLES

=============================================================================*/

body {
	background: #f9fafb;
}

.page-header {
	background: #fff;
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
	text-align: center;
}

.page-header .product-name {
	color: #003a70;
	font-size: 30px;
}

.page-content {
	padding: 40px 0;
}

.page-title {
	padding: 0 90px;
	position: relative;
}

.page-title .button.-back-button {
	position: absolute;
	left: 0;
	top: -8px;
}

.button.-back-button .icon-back {
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-right: 5px;
	left: 0;
}

.button.-back-button:hover .icon-back {
	left: -2px;
}

/* Flow component */


.radiocontainer {
	position: relative;
	margin-bottom: 18px;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
}

.radiocontainer .radiobtn {
	border-radius: 100%;
	border: 1px solid #dcdcdc;
	background: #fff;
	display: inline-block;
	width: 28px;
	height: 28px;
	position: relative;
	vertical-align: top
}

.radiocontainer input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radiocontainer .radiobtn:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	background: transparent;
	border-radius: 100%;
}

.radiocontainer input[type="radio"]:checked~.radiobtn {}

.radiocontainer input[type="radio"]:checked~.radiobtn:after {
	background: #003a70;
}

.insurance-selection-box {
	background: #ebf3f3;
	margin-bottom: 16px;
}

.insurance-selection-box .map {
	float: left;
}

.insurance-selection-box .map img {}

.insurance-selection-box .selectors {
	padding: 30px;
	overflow: hidden;
}

.insurance-selection-box .radio-group .product-icon {
	margin: 0 10px;
}

/* Quote component */

.quote-box {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: #fff;
	padding: 5px 14px 12px;
}

.quote-box.-recommended {
	background: #f4bd55;
	color: #000;
	box-shadow: 0px 3px 15px 0px rgba(1, 2, 2, 0.17);
}

.quote-box .quote-provider {
	position: relative;
}

.quote-box .quote-provider .recommended-label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.5px;
	top: 0;
	right: 0;
	position: absolute;
	line-height: 30px;
}

.quote-box .quote-provider img {}

.quote-box .quote-pricing {
	text-align: center;
	font-size: 50px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.quote-box.-recommended .quote-pricing {
	color: #fff;
}

.quote-box h6 {
	margin-bottom: 8px !important;
	text-align: center;
}

.quote-box .slds-checkbox__label {
	padding: 10px 0 !important;
}

.quote-box .icon-info {
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.quote-box .quote-body {}

.quote-box .unit {
	margin-bottom: 20px;
}

.quote-box .datepicker {
	margin-bottom: 5px;
}

.quote-box .adjustable-fields {}

.quote-box .adjustable-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}

.quote-box .adjustable-field:last-child {
	border: none;
}

.quote-box .adjustable-field .field-label {
	font-size: 11px;
	display: inline-block;
	position: relative;
	padding-left: 24px;
	line-height: 1.2;
	width: 90px;
}

.quote-box .adjustable-field .field-item {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	/* width: 130px; */
}

.quote-box .adjustable-field .field-plus,
.quote-box .adjustable-field .field-minus {

	width: 22px;

	height: 22px;

	border-radius: 100%;

	border: 1px solid #dcdcdc;

	background: #f2f2f2;

	vertical-align: middle;

	padding: 0;

	position: relative;
}

.quote-box .adjustable-field .field-plus:hover,
.quote-box .adjustable-field .field-minus:hover {
	background: #ffffff;
}

.quote-box .adjustable-field .field-plus:before,
.quote-box .adjustable-field .field-plus:after,
.quote-box .adjustable-field .field-minus:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #003a70;
}

.quote-box .adjustable-field .field-plus:before,
.quote-box .adjustable-field .field-minus:before {
	width: 14px;
	height: 2px;
	margin-left: -7px;
	margin-top: -1px;
}

.quote-box .adjustable-field .field-plus:after {
	width: 2px;
	height: 14px;
	margin-left: -1px;
	margin-top: -7px;
}

.quote-box input {
	margin: 0;
}

.quote-box .adjustable-field input {
	width: 75px;
	margin: 0 3px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 5px;
}

.quote-box .adjustable-field .slds-form-element__control input {
	width: 125px;
	margin: 0;
}

.quote-box .adjustable-field .slds-form-element.full-width input[type="text"] {
	margin: 0;
}

.quote-box.-recommended .adjustable-field {
	border-bottom-color: #f8d799;
}

.quote-box .full-width-field input {
	width: 50%;
}

.quote-box .checkbox-field {}

.quote-box.-recommended label,
.quote-box.-recommended label .slds-form-element__label {
	color: #000;
}

.quote-box .quote-button {
	text-align: center;
	margin-bottom: 16px;
}

.quote-box .quote-terms {
	text-align: center;
}

.quote-box.-recommended .simple-link {
	color: #fff;
}


#quotes-highlights-view {
	display: none;
}


.quote-box .quote-highlights {
	margin-bottom: 20px;
}

.quote-box .quote-highlight {
	border-bottom: 1px solid #dcdcdc;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 0;
}

.quote-box.-recommended .quote-highlight {
	border-color: #f8d799;
}

.quote-box .quote-highlight:last-child {
	border: none;
}

.quote-box .highlight-title {
	position: relative;
}

.quote-box .quote-highlight .icon-checkmark,
.quote-box .quote-highlight .icon-cross {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.quote-box .highlight-details-list {
	padding: 5px 0 5px 15px;
	text-transform: none;
}

.quote-box .highlight-details-list .highlight-list-item {
	float: left;
}

.quote-box .highlight-details-list .highlight-list-desc {
	float: right;
}


/* datepicker */

.slds-datepicker {
	color: #000;
}

.slds-datepicker table>tbody>tr>td {
	color: #000;
}

.slds-datepicker table>tbody>tr>td.slds-day_adjacent-month {
	opacity: 0.25;
}

.listing-table {
	width: 100%;
}

.listing-table tr th,
.listing-table tr td {
	padding: 6px 15px;
}

.listing-table tr th:first-child,
.listing-table tr td:first-child {
	padding-left: 0;
}

.listing-table tr th:last-child,
.listing-table tr td:last-child {
	padding-right: 0;
}

.listing-table tr th {
	border-bottom: 1px solid #a1a09e;
	white-space: nowrap;
	color: #cf614d;
	font-size: 16px;
	font-weight: bold;
}

.listing-table tr td {
	font-size: 12px;
	color: #4a4a4a;
}


/* verify quote */

.quote-details {
	margin-bottom: 15px !important;
}

.quote-details li {
	margin-bottom: 5px;
	line-height: 1.3;
}

h3 .separator {
	display: inline-block;
	font-weight: normal;
	color: #a1a09e;
	margin: 0 2px 0 0;
}

h3 .simple-link {
	font-size: inherit !important;
}

.quote-total-bar {
	background: #de6048;
	color: #fff;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	padding: 5px 35px;
	margin: 30px 0;
}


/* flow progress */

.flow-progress {
	padding: 50px 25px;
	background: #397f80;
}

.flow-progress .progress-inner {
	position: relative;
}

.flow-progress .step {
	width: 16.66%;
	float: left;
	padding: 20px 5px 0;
	position: relative;
	z-index: 100;
	text-align: center;
}

.flow-progress .step:before {
	position: absolute;
	content: "";
	left: 50%;
	top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #6da9aa;
	border: 6px solid #397f80;
}

.flow-progress .step-number {
	color: #fff;
	font-weight: bold;
	font-size: 16px;

}

.flow-progress .step-label {
	font-size: 14px;
	font-weight: normal;
	color: #9ED4D5;
}

.flow-progress .progress-bar,
.flow-progress .progress-bar-current {
	background: #6da9aa;
	height: 2px;
	top: -1px;
	position: absolute;
	z-index: 10;
	left: 8.33%;
	width: 0;
}

.flow-progress .progress-bar {
	width: 83.34%;
}

.flow-progress .progress-bar-current {
	background: #e2f2f2;
	z-index: 20;
}

.flow-progress .step.completed-step:before {
	background: #fff;
}

.flow-progress .step.active-step:before {
	background: #f4bd55;
	border-color: #8c9b6e;
}

.flow-progress .step.active-step .step-number {
	color: #fff;
}

.flow-progress .step.active-step .step-label {
	color: #f4bd55;
}

.flow-progress .step2.active-step~.progress-bar-current {
	width: 16.66%;
}

.flow-progress .step3.active-step~.progress-bar-current {
	width: 33.33%;
}

.flow-progress .step4.active-step~.progress-bar-current {
	width: 49.98%;
}

.flow-progress .step5.active-step~.progress-bar-current {
	width: 66.64%;
}

.flow-progress .step-completed.active-step~.progress-bar-current {
	width: 83.3%;
}

.completed-box {
	background: #fff;
	box-shadow: 0px 4px 8px rgba(10, 95, 96, 0.06);
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 20px;
}

.completed-box .completed-box-inside {
	max-width: 520px;
	margin: 0 auto;
	color: #555555;
}

.completed-box .more-text {
	font-weight: bold;
	font-size: 18px;
}

.slds-scope .cta-box {
	background: #fff !important;
	box-shadow: 0px 4px 8px rgba(10, 95, 96, 0.06);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 22px;
	display: block;
	min-height: 160px;
}

.slds-scope .cta-box:hover {
	background: #003a70 !important;
	text-decoration: none;
}

.cta-box h4 {
	margin-bottom: 20px;
}

body .slds-scope .cta-box p {
	margin: 0;
}

.cta-box:hover h4,
.cta-box:hover p {
	color: #fff;
}


/*=============================================================================

RESPONSIVE

=============================================================================*/


@media only screen and (max-width: 1500px) {}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {

	.page-header {
		padding: 5px 0;
	}

	.page-title {
		padding: 0;
	}

	.page-title .button.-back-button {
		top: -52px;
		left: -12px;
	}

	.flow-progress {
		padding: 25px 10px;
		margin: 0 -12px;
	}

	.flow-progress .step {
		padding: 20px 0 2px;
	}

	.flow-progress .step-number {
		font-size: 12px;
	}

	.flow-progress .step-label {
		font-size: 10px;
	}

	.quote-total-bar {
		font-size: 24px;
		text-align: center;
		padding: 2px 20px;
	}

}

@media only screen and (max-width: 599px) {

	.block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

@media only screen and (max-width: 450px) {}








/*=============================================================================

GRIDS

=============================================================================*/

/* 
grid sizes suffixes:

xl < 1500px
lg < 1200px
md < 1024px
sm < 768px
xs < 600px
xxs < 450px

*/

.grid {
	position: relative;
}

[class*='grid_'] {
	float: left;
	position: relative;
}

.grid.-spacing-sm {
	margin-left: -4px;
	margin-right: -4px;
}

.grid.-spacing-sm>[class*='grid_'] {
	padding-left: 4px;
	padding-right: 4px;
}

.grid.-spacing-md {
	margin-left: -10px;
	margin-right: -10px;
}

.grid.-spacing-md>[class*='grid_'] {
	padding-left: 10px;
	padding-right: 10px;
}

.grid.-spacing-lg {
	margin-left: -25px;
	margin-right: -25px;
}

.grid.-spacing-lg>[class*='grid_'] {
	padding-left: 25px;
	padding-right: 25px;
}

.float-right[class*='grid_'] {
	float: right;
}

.grid_1 {
	width: 100%;
}

.grid_1-2 {
	width: 50%;
}

.grid_1-3 {
	width: 33.33%;
}

.grid_2-3 {
	width: 66.66%;
}

.grid_1-4 {
	width: 25%;
}

.grid_3-4 {
	width: 75%;
}

.grid_1-5 {
	width: 20%;
}

.grid_4-5 {
	width: 80%;
}

.grid_1-6 {
	width: 16.66%;
}

._invisible {
	display: none;
}


@media only screen and (max-width: 1500px) {

	/* grids */

	.grid_1-xl {
		width: 100%;
	}

	.grid_1-2-xl {
		width: 50%;
	}

	.grid_1-3-xl {
		width: 33.33%;
	}

	.grid_2-3-xl {
		width: 66.66%;
	}

	.grid_1-4-xl {
		width: 25%;
	}

	.grid_3-4-xl {
		width: 75%;
	}

	.grid_1-5-xl {
		width: 20%;
	}

	.grid_4-5-xl {
		width: 80%;
	}

	.grid_1-6-xl {
		width: 16.66%;
	}

	._invisible-xl {
		display: none !important;
	}

	._visible-xl {
		display: block !important;
	}

	._visible-xl-inline {
		display: inline-block !important;
	}

	._no-pd-xl {
		padding: 0 !important;
	}

	._no-mg-xl {
		margin: 0 !important;
	}

	.align-left-xl {
		text-align: left;
	}

	.align-center-xl {
		text-align: center;
	}

	.align-right-xl {
		text-align: right;
	}


}


@media only screen and (max-width: 1200px) {

	/* grids */

	.grid_1-lg {
		width: 100%;
	}

	.grid_1-2-lg {
		width: 50%;
	}

	.grid_1-3-lg {
		width: 33.33%;
	}

	.grid_2-3-lg {
		width: 66.66%;
	}

	.grid_1-4-lg {
		width: 25%;
	}

	.grid_3-4-lg {
		width: 75%;
	}

	.grid_1-5-lg {
		width: 20%;
	}

	.grid_4-5-lg {
		width: 80%;
	}

	.grid_1-6-lg {
		width: 16.66%;
	}

	._invisible-lg {
		display: none !important;
	}

	._visible-lg {
		display: block !important;
	}

	._visible-lg-inline {
		display: inline-block !important;
	}

	._no-pd-lg {
		padding: 0 !important;
	}

	._no-mg-lg {
		margin: 0 !important;
	}

	.align-left-lg {
		text-align: left;
	}

	.align-center-lg {
		text-align: center;
	}

	.align-right-lg {
		text-align: right;
	}

}

@media only screen and (max-width: 1024px) {

	/* grids */

	.grid_1-md {
		width: 100%;
	}

	.grid_1-2-md {
		width: 50%;
	}

	.grid_1-3-md {
		width: 33.33%;
	}

	.grid_2-3-md {
		width: 66.66%;
	}

	.grid_1-4-md {
		width: 25%;
	}

	.grid_3-4-md {
		width: 75%;
	}

	.grid_1-5-md {
		width: 20%;
	}

	.grid_4-5-md {
		width: 80%;
	}

	.grid_1-6-md {
		width: 16.66%;
	}

	._invisible-md {
		display: none !important;
	}

	._visible-md {
		display: block !important;
	}

	._visible-md-inline {
		display: inline-block !important;
	}

	._no-pd-md {
		padding: 0 !important;
	}

	._no-mg-md {
		margin: 0 !important;
	}

	.align-left-md {
		text-align: left;
	}

	.align-center-md {
		text-align: center;
	}

	.align-right-md {
		text-align: right;
	}

}

@media only screen and (max-width: 1023px) {

	.grid_1-md-sm {
		width: 100%;
	}

	.grid_1-2-md-sm {
		width: 50%;
	}

	.grid_1-3-md-sm {
		width: 33.33%;
	}

	.grid_2-3-md-sm {
		width: 66.66%;
	}

	.grid_1-4-md-sm {
		width: 25%;
	}

	.grid_3-4-md-sm {
		width: 75%;
	}

	.grid_1-5-md-sm {
		width: 20%;
	}

	.grid_4-5-md-sm {
		width: 80%;
	}

	.grid_1-6-md-sm {
		width: 16.66%;
	}

	._invisible-md-sm {
		display: none !important;
	}

	._visible-md-sm {
		display: block !important;
	}

	._visible-md-sm-inline {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 768px) {

	/* grids */

	.grid_1-sm {
		width: 100%;
	}

	.grid_1-2-sm {
		width: 50%;
	}

	.grid_1-3-sm {
		width: 33.33%;
	}

	.grid_2-3-sm {
		width: 66.66%;
	}

	.grid_1-4-sm {
		width: 25%;
	}

	.grid_3-4-sm {
		width: 75%;
	}

	.grid_1-5-sm {
		width: 20%;
	}

	.grid_4-5-sm {
		width: 80%;
	}

	.grid_1-6-sm {
		width: 16.66%;
	}

	._invisible-sm {
		display: none !important;
	}

	._visible-sm {
		display: block !important;
	}

	._visible-sm-inline {
		display: inline-block !important;
	}

	._no-pd-sm {
		padding: 0 !important;
	}

	._no-mg-sm {
		margin: 0 !important;
	}

	.align-left-sm {
		text-align: left;
	}

	.align-center-sm {
		text-align: center;
	}

	.align-right-sm {
		text-align: right;
	}


}

@media only screen and (max-width: 599px) {

	/* grids */

	.grid_1-xs {
		width: 100%;
	}

	.grid_1-2-xs {
		width: 50%;
	}

	.grid_1-3-xs {
		width: 33.33%;
	}

	.grid_2-3-xs {
		width: 66.66%;
	}

	.grid_1-4-xs {
		width: 25%;
	}

	.grid_3-4-xs {
		width: 75%;
	}

	.grid_1-5-xs {
		width: 20%;
	}

	.grid_4-5-xs {
		width: 80%;
	}

	.grid_1-6-xs {
		width: 16.66%;
	}

	._invisible-xs {
		display: none !important;
	}

	._visible-xs {
		display: block !important;
	}

	._visible-xs-inline {
		display: inline-block !important;
	}

	._no-pd-xs {
		padding: 0 !important;
	}

	._no-mg-xs {
		margin: 0 !important;
	}

	._mg-b-xs {
		margin-bottom: 7px !important;
	}

	._mg-b-sm {
		margin-bottom: 15px !important;
	}

	._mg-b-md {
		margin-bottom: 25px !important;
	}

	._mg-b-lg {
		margin-bottom: 40px !important;
	}

	._mg-b-xl {
		margin-bottom: 60px !important;
	}

	._mg-t-xs {
		margin-top: 7px !important;
	}

	._mg-t-sm {
		margin-top: 15px !important;
	}

	._mg-t-md {
		margin-top: 25px !important;
	}

	._mg-t-lg {
		margin-top: 40px !important;
	}

	._mg-t-xl {
		margin-top: 60px !important;
	}


	._pd-b-xs {
		padding-bottom: 7px !important;
	}

	._pd-b-sm {
		padding-bottom: 15px !important;
	}

	._pd-b-md {
		padding-bottom: 25px !important;
	}

	._pd-b-lg {
		padding-bottom: 40px !important;
	}

	._pd-b-xl {
		padding-bottom: 60px !important;
	}

	._pd-t-xs {
		padding-top: 7px !important;
	}

	._pd-t-sm {
		padding-top: 15px !important;
	}

	._pd-t-md {
		padding-top: 25px !important;
	}

	._pd-t-lg {
		padding-top: 40px !important;
	}

	._pd-t-xl {
		padding-top: 60px !important;
	}

	/* general styles */

	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.align-left-xs {
		text-align: left;
	}

	.align-center-xs {
		text-align: center;
	}

	.align-right-xs {
		text-align: right;
	}

}

@media only screen and (max-width: 450px) {

	/* grids */

	.grid_1-xxs {
		width: 100%;
	}

	.grid_1-2-xxs {
		width: 50%;
	}

	.grid_1-3-xxs {
		width: 33.33%;
	}

	.grid_2-3-xxs {
		width: 66.66%;
	}

	.grid_1-4-xxs {
		width: 25%;
	}

	.grid_3-4-xxs {
		width: 75%;
	}

	.grid_1-5-xxs {
		width: 20%;
	}

	.grid_4-5-xxs {
		width: 80%;
	}

	.grid_1-6-xxs {
		width: 16.66%;
	}

	._invisible-xxs {
		display: none !important;
	}

	._visible-xxs {
		display: block !important;
	}

	._visible-xxs-inline {
		display: inline-block !important;
	}

	._no-pd-xxs {
		padding: 0 !important;
	}

	._no-mg-xxs {
		margin: 0 !important;
	}

	.align-left-xxs {
		text-align: left;
	}

	.align-center-xxs {
		text-align: center;
	}

	.align-right-xxs {
		text-align: right;
	}

}