/* === General === */

html,
body {
	height: 100%;
}

body {
	color: #5d656c;
	fill: #5d656c;
	color: #6C798C;
	fill: #6C798C;
	color: #546172;
	fill: #546172;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
	font-size: .9375rem;
	font-weight: 300;
	line-height: 1.5rem;
	min-width: 320px;
	overflow-x: hidden;
	text-rendering: geometricPrecision;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	background-color: #da242a;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #da242a;
	color: #fff;
	text-shadow: none;
}

:focus,
button:focus,
a,
a:hover,
a:focus,
a:active:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
	text-decoration: none;
	outline: 0;
	outline-offset: 0;
}

main,
section,
article,
footer,
.container,
.row {
	position: relative;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

img {
	width: 100%;
	height: auto;
}

/* === Typography === */

p {
	margin-bottom: .75rem;
}

p.lead {
	color: #546172;
	font-size: 1.1875rem;
	line-height: 1.875rem;
	letter-spacing: -.2px;
	margin-bottom: 1.875rem;
}

p b {
	font-weight: 400;
}

h1 {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 2.25rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.25rem;
	margin-bottom: .75rem;
}

h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: .375rem;
}

h4 {
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: .375rem;
}

h5 {
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.125rem;
	margin-bottom: .375rem;
}

@media (min-width: 992px) {
	h1 {
		font-size: 2.625rem;
		line-height: 3rem;
	}
}

p:last-child,
q:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f2d3d;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
}

.page-title {
	text-transform: uppercase;
	margin-bottom: 3rem;
}

h1 small {
	display: block;
}

li b {
	font-weight: 600;
}

p a,
p a:hover,
p a:focus,
p a:active:focus,
.linked,
.linked:hover,
.linked:focus,
.linked:active:focus {
	color: #b81e24;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	-webkit-text-decoration-line: underline;
			text-decoration-line: underline;
	-webkit-text-decoration-style: solid;
			text-decoration-style: solid;
	-webkit-text-decoration-color: currentColor;
			text-decoration-color: currentColor;
	-webkit-text-decoration-skip: ink;
			text-decoration-skip: ink;
	-webkit-transition: all .2s;
			transition: all .2s;
}

p a:hover,
.linked:hover {
	color: #da242a;
}

.section-title {
	margin-bottom: 1.125rem;
/*
	text-transform: uppercase;
*/
}

.section-title a,
.section-title span {
	color: #da242a;
}

.saving-content p,
.app-content p,
.card-testimonial q,
.home-content p {
	color: #546172;
	margin-bottom: 1.875rem;
}

.saving-content p:last-child,
.app-content p:last-child, {
	margin-bottom: 0;
}

/* === Buttons === */

.btn,
.btn:hover,
.btn:focus,
.btn:active:focus {
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: .4px;
	text-transform: uppercase;
	text-decoration: none;
	padding: .75rem 1.3125rem;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
			box-shadow: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: background-color .2s;
			transition: background-color .2s;
}

/* Red button */

.btn-red {
	background-color: #da242a;
	color: #fff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active:focus {
	background-color: #b81e24;
	color: #fff;
}

/* White button */

.btn-white,
.btn-white:hover {
	background-color: #fff;
	color: #273444;
	-webkit-box-shadow: 0 0 0 0 #fff;
			box-shadow: 0 0 0 0 #fff;
	-webkit-transition: box-shadow .2s;
			transition: box-shadow .2s;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active:focus {
	-webkit-box-shadow: 0 0 0 2px #fff;
			box-shadow: 0 0 0 2px #fff;
}

/* PayPal blue button */

.btn-pp-blue,
.btn-pp-blue:hover,
.btn-pp-blue:focus,
.btn-pp-blue:active:focus {
	background-color: #0070ba;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.68' fill='%23ffffff' d='M18.33,6.1c0.29-1.87,0-3.14-1.01-4.29C16.21,0.54,14.2,0,11.63,0H4.17 C3.64,0,3.2,0.38,3.11,0.9L0.01,20.6c-0.06,0.39,0.24,0.74,0.63,0.74h4.61l-0.32,2.02C4.87,23.69,5.14,24,5.48,24h3.88 c0.46,0,0.85-0.33,0.92-0.79l0.04-0.2l0.73-4.64l0.05-0.26c0.07-0.45,0.46-0.79,0.92-0.79h0.58c3.76,0,6.7-1.53,7.57-5.95 c0.36-1.85,0.17-3.39-0.78-4.47C19.1,6.59,18.75,6.32,18.33,6.1L18.33,6.1'/%3E%3Cpath opacity='0.68' fill='%23ffffff' d='M18.33,6.1c0.29-1.87,0-3.14-1.01-4.29C16.21,0.54,14.2,0,11.63,0H4.17 C3.64,0,3.2,0.38,3.11,0.9L0.01,20.6c-0.06,0.39,0.24,0.74,0.63,0.74h4.61L6.4,14l-0.04,0.23c0.08-0.52,0.53-0.9,1.05-0.9h2.19 c4.3,0,7.66-1.75,8.65-6.8C18.28,6.38,18.31,6.24,18.33,6.1'/%3Epath opacity='0.68' fill='%23ffffff' d='M7.64,6.12c0.05-0.31,0.25-0.57,0.52-0.7c0.12-0.06,0.26-0.09,0.4-0.09h5.85c0.69,0,1.34,0.05,1.93,0.14 c0.17,0.03,0.33,0.06,0.49,0.09C17,5.6,17.15,5.64,17.3,5.69c0.07,0.02,0.15,0.04,0.22,0.07c0.29,0.1,0.56,0.21,0.81,0.34 c0.29-1.87,0-3.14-1.01-4.29C16.21,0.54,14.2,0,11.63,0H4.17C3.64,0,3.2,0.38,3.11,0.9L0.01,20.6c-0.06,0.39,0.24,0.74,0.63,0.74 h4.61L6.4,14L7.64,6.12z'/%3E%3C/svg%3E");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 24px 12px;
	color: #fff;
	font-size: .9375rem;
	text-transform: none;
	padding-left: 3.75rem;
	padding-right: 1.875rem;
	margin: 0 auto;
	border-radius: 24px;
}

.btn-pp-blue:hover,
.btn-pp-blue:focus,
.btn-pp-blue:active:focus,
.btn-pp-blue:not(:disabled):not(.disabled):active {
	background-color: #005ea6;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.68' fill='%23ffffff' d='M18.33,6.1c0.29-1.87,0-3.14-1.01-4.29C16.21,0.54,14.2,0,11.63,0H4.17 C3.64,0,3.2,0.38,3.11,0.9L0.01,20.6c-0.06,0.39,0.24,0.74,0.63,0.74h4.61l-0.32,2.02C4.87,23.69,5.14,24,5.48,24h3.88 c0.46,0,0.85-0.33,0.92-0.79l0.04-0.2l0.73-4.64l0.05-0.26c0.07-0.45,0.46-0.79,0.92-0.79h0.58c3.76,0,6.7-1.53,7.57-5.95 c0.36-1.85,0.17-3.39-0.78-4.47C19.1,6.59,18.75,6.32,18.33,6.1L18.33,6.1'/%3E%3Cpath opacity='0.68' fill='%23ffffff' d='M18.33,6.1c0.29-1.87,0-3.14-1.01-4.29C16.21,0.54,14.2,0,11.63,0H4.17 C3.64,0,3.2,0.38,3.11,0.9L0.01,20.6c-0.06,0.39,0.24,0.74,0.63,0.74h4.61L6.4,14l-0.04,0.23c0.08-0.52,0.53-0.9,1.05-0.9h2.19 c4.3,0,7.66-1.75,8.65-6.8C18.28,6.38,18.31,6.24,18.33,6.1'/%3Epath opacity='0.68' fill='%23ffffff' d='M7.64,6.12c0.05-0.31,0.25-0.57,0.52-0.7c0.12-0.06,0.26-0.09,0.4-0.09h5.85c0.69,0,1.34,0.05,1.93,0.14 c0.17,0.03,0.33,0.06,0.49,0.09C17,5.6,17.15,5.64,17.3,5.69c0.07,0.02,0.15,0.04,0.22,0.07c0.29,0.1,0.56,0.21,0.81,0.34 c0.29-1.87,0-3.14-1.01-4.29C16.21,0.54,14.2,0,11.63,0H4.17C3.64,0,3.2,0.38,3.11,0.9L0.01,20.6c-0.06,0.39,0.24,0.74,0.63,0.74 h4.61L6.4,14L7.64,6.12z'/%3E%3C/svg%3E");
}

/* Gray button */

.btn-gray {
	background-color: rgba(31, 45, 61, .5);
	color: #fff;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active:focus {
	background-color: rgba(31, 45, 61, .6);
	color: #fff;
}

/* Medium size button */

.btn-md,
.btn-md:hover,
.btn-md:focus,
.btn-md:active:focus {
	padding: .5625rem 1.3125rem;
}

/* Small size button */

.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active:focus {
	font-size: .75rem;
	padding: .375rem 1rem;
}

/* Navbar buttons */

.navbar-action .btn,
.navbar-action .btn:hover,
.navbar-action .btn:focus,
.navbar-action .btn:active:focus {
	background-color: rgba(31, 45, 61, .4);
	color: #fff;
	font-size: .625rem;
	padding: .125rem .9375rem;
	margin: 2px 0;
}

.navbar-action .btn:hover {
	background-color: #da242a;
	color: #fff;
}

.navbar-action span,
.navbar-action span,
.navbar-action span,
.navbar-action span {
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
}

@media (max-width: 991px) {
	.navbar-action .btn:only-child,
	.navbar-action .btn:only-child:hover,
	.navbar-action .btn:only-child:focus,
	.navbar-action .btn:only-child:active:focus {
		margin: 18px 0;
	}
	.navbar-action span,
	.navbar-action span,
	.navbar-action span,
	.navbar-action span {
		text-align: center;
		max-width: 108px;
	}
}

@media (min-width: 992px) {
	.navbar-action .btn,
	.navbar-action .btn:hover,
	.navbar-action .btn:focus,
	.navbar-action .btn:active:focus {
		font-size: .6875rem;
		padding: .5rem .9375rem;
		margin: 1px 0 1px 8px;
	}
	.navbar-action span,
	.navbar-action span,
	.navbar-action span,
	.navbar-action span {
		font-size: .9375rem;
		font-weight: 400;
		line-height: 2.625rem;
	}
}

@media (min-width: 1400px) {
	.navbar-action .btn,
	.navbar-action .btn:hover,
	.navbar-action .btn:focus,
	.navbar-action .btn:active:focus {
		font-size: .75rem;
	}
}

/* === Cards === */

.card {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.card-header,
.card-body,
.card-footer {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
}

.card hr {
	margin-top: .75rem;
	margin-bottom: .75rem;
}

/* === Nav === */

.navbar {
	background-color: rgba(255, 255, 255, 1);
	padding: .5625rem 0;
	-webkit-box-shadow: 0 1px 0 rgba(239, 242, 247, 1);
			box-shadow: 0 1px 0 rgba(239, 242, 247, 1);
	-webkit-transition: all .2s;
			transition: all .2s;
}

.navbar.navbar-transparent {
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0 rgba(239, 242, 247, 0);
			box-shadow: 0 0 0 rgba(239, 242, 247, 0);
}

.navbar-expand-lg > .container {
	padding-left: .9375rem;
	padding-right: 1.875rem;
	padding-left: 0;
	padding-right: .9375rem;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231f2d3d' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 10h20 M4 16h22 M4 22h18'/%3E%3C/svg%3E");
	width: 2rem;
	height: 2rem;
}

.navbar-brand {
	line-height: 0;
	margin-right: 0;
}

.navbar-brand img,
.navbar-brand svg {
	width: 120px;
	height: 20px;
	overflow: visible;
	-webkit-transition: all .2s;
			transition: all .2s;
}

@media (max-width: 991px) {
	.navbar {
		padding: .25rem 0;
	}
	.navbar-brand:nth-last-child(2) {
		padding-left: .9375rem;
	}
	.navbar-brand:only-child {
		padding-left: .9375rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-expand-lg > .container {
		padding-right: .9375rem;
	}
}

@media (min-width: 768px) {
	.navbar-brand img,
	.navbar-brand svg {
		width: 144px;
		height: 24px;
	}
}

@media (min-width: 992px) {
	.navbar.navbar-transparent {
		padding: 1.3125rem 0;
	}
	.navbar-expand-lg > .container {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	.navbar-brand {
		padding: .1875rem 0;
	}
	.navbar-transparent .navbar-brand img,
	.navbar-transparent .navbar-brand svg {
		width: 180px;
		height: 30px;
	}
	.navbar-brand img,
	.navbar-brand svg {
		width: 156px;
		height: 26px;
	}
	.navbar-nav {
		margin-left: auto;
	}
}

@media (min-width: 1400px) {
	.navbar {
		padding: .9375rem 0;
	}
	.navbar.navbar-transparent {
		padding: 1.5rem 0;
	}
/*
	.navbar-expand-lg > .container {
		max-width: 100%;
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
*/
	.navbar-transparent .navbar-brand img,
	.navbar-transparent .navbar-brand svg {
		width: 204px;
		height: 34px;
	}
	.navbar-brand img,
	.navbar-brand svg {
		width: 180px;
		height: 30px;
	}
}

@media (min-width: 1900px) {
	.navbar.navbar-transparent {
		padding: 1.875rem 0;
	}
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #1f2d3d;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: .625rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-transform: uppercase;
	padding: .75rem 1rem .6875rem 0;
	margin-left: 1rem;
	border-bottom: 1px solid #eff2f7;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
	border: none;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #da242a;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
	color: #da242a;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link,
	.navbar-expand-lg .navbar-nav .nav-link:hover {
		font-size: .6875rem;
		padding: .5625rem .75rem;
		margin-left: 0;
		border: none;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-lg .navbar-nav .nav-link,
	.navbar-expand-lg .navbar-nav .nav-link:hover {
		font-size: .75rem;
	}
}

.navbar-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-preferred-size: auto;
		flex-basis: auto;
}

@media (min-width: 992px) {
	.navbar-action {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
	}
}

/* --- Nav reorder --- */

@media (max-width: 991.98px) {
	.navbar-brand {
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
	}
	.navbar-toggler {
		-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
				order: 0;
	}
	.navbar-collapse {
		-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3;
	}
	.navbar-action {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
	}
}

/* === Footer === */

footer {
	background-color: #eff2f7;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width: 768px) {
	footer {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.footer-legal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.footer-legal p,
.footer-legal a {
	color: #8492a6;
	font-size: .875rem;
	letter-spacing: -.1px;
	margin-bottom: 0;
}

.footer-legal p {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
}

.footer-legal a {
	position: relative;
	margin-right: 1.5rem;
}

.footer-legal a:hover {
	color: #3c4858;
}

.footer-legal a::after,
.footer-legal a:hover::after {
	color: #8492a6;
	content: "\002F";
	position: absolute;
	right: -1rem;
	pointer-events: none;
}

.footer-legal a:last-of-type::after {
	display: none;
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1rem;
}

@media (min-width: 768px) {
	.footer-social {
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
		padding-top: 0;
	}
}

.footer-social a {
	color: #8492a6;
	fill: #8492a6;
	font-size: .875rem;
	line-height: 2rem;
	text-align: center;
	width: 2rem;
	height: 2rem;
	border-radius: 3px;
	-webkit-transition: all .2s;
			transition: all .2s;
}

.footer-social a:not(:first-child) {
	margin-left: .5rem;
}

.footer-social i {
	display: block;
}

.footer-social a:hover {
	color: #fff;
	fill: #fff;
}

.social-facebook:hover {
	background-color: #3b5998;
}

.social-twitter:hover {
	background-color: #1da1f2;
}

.social-linkedin:hover {
	background-color: #0077b5;
}

/* === Forms === */

.form-title,
.form-group {
	position: relative;
	margin-bottom: .75rem;
}

.form-row .form-title,
.form-row .form-group {
	margin-bottom: .625rem;
}

.hero-quote-form .form-row .form-title,
.hero-quote-form .form-row .form-group {
	margin-bottom: .75rem;
}

.form-control,
.form-control:focus,
.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
	background-image: none;
	color: #1f2d3d;
	font-size: .9375rem;
	line-height: 1.5rem;
	display: block;
	padding: 13px 14px 15px 14px;
	height: 54px;
	border: 1px solid rgba(229, 233, 242, .75);
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: border .2s ease-in-out, padding .2s ease-in-out;
			transition: border .2s ease-in-out, padding .2s ease-in-out;
}

.hero-quote-form .form-control,
.hero-quote-form .form-control:focus,
.hero-quote-form .form-control:disabled,
.hero-quote-form .form-control[readonly] {
	padding: 10px 11px 11px 11px;
	height: 48px;
}

.form-control:focus {
	border-color: #e0e6ed;
}

.is-floating .form-control,
.is-floating .form-control:focus,
.form-control.parsley-error,
.form-control.parsley-error:focus,
.is-floating .select2-container--bootstrap .select2-selection--single,
.is-floating .select2-container--bootstrap .select2-selection--single:focus,
.parsley-error ~ .select2-container--bootstrap .select2-selection--single,
.parsley-error ~ .select2-container--bootstrap .select2-selection--single:focus {
	padding: 22px 14px 6px 14px;
}

.hero-quote-form .is-floating .form-control,
.hero-quote-form .is-floating .form-control:focus,
.hero-quote-form .form-control.parsley-error,
.hero-quote-form .form-control.parsley-error:focus,
.hero-quote-form .is-floating .select2-container--bootstrap .select2-selection--single,
.hero-quote-form .is-floating .select2-container--bootstrap .select2-selection--single:focus,
.hero-quote-form .parsley-error ~ .select2-container--bootstrap .select2-selection--single,
.hero-quote-form .parsley-error ~ .select2-container--bootstrap .select2-selection--single:focus {
	padding: 19px 11px 3px 11px;
}

.form-control-help,
.form-control-help:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23da242a' fill-opacity='%23da242a' d='M10,0C4.48,0,0,4.48,0,10c0,5.52,4.48,10,10,10s10-4.48,10-10 C20,4.48,15.52,0,10,0z M11.03,15.61c0,0.08-0.02,0.14-0.07,0.19c-0.05,0.05-0.11,0.07-0.19,0.07H8.83c-0.08,0-0.14-0.02-0.19-0.07 c-0.05-0.05-0.07-0.11-0.07-0.19v-1.94c0-0.08,0.02-0.14,0.07-0.19c0.05-0.05,0.11-0.07,0.19-0.07h1.94c0.08,0,0.14,0.02,0.19,0.07 c0.05,0.05,0.07,0.11,0.07,0.19V15.61z M13.95,8.72c-0.11,0.3-0.29,0.57-0.53,0.79c-0.24,0.23-0.44,0.4-0.61,0.52 c-0.17,0.12-0.4,0.26-0.7,0.43c-0.26,0.14-0.45,0.26-0.58,0.35c-0.12,0.08-0.23,0.19-0.34,0.31c-0.11,0.14-0.16,0.28-0.16,0.43v0.39 c0,0.08-0.02,0.14-0.07,0.19c-0.05,0.05-0.11,0.07-0.19,0.07H8.83c-0.08,0-0.14-0.02-0.19-0.07c-0.05-0.05-0.07-0.11-0.07-0.19 v-0.82c0-0.27,0.04-0.51,0.11-0.73c0.08-0.23,0.18-0.42,0.27-0.55c0.1-0.13,0.25-0.27,0.44-0.4c0.21-0.15,0.37-0.25,0.48-0.31 c0.13-0.06,0.31-0.15,0.54-0.25c0.44-0.21,0.75-0.38,0.93-0.54c0.21-0.17,0.31-0.4,0.31-0.69c0-0.38-0.2-0.71-0.59-0.96 c-0.37-0.26-0.78-0.39-1.22-0.39c-0.48,0-0.89,0.12-1.22,0.35c-0.25,0.17-0.57,0.51-1,1.03c-0.05,0.06-0.11,0.1-0.2,0.1 c-0.06,0-0.11-0.02-0.15-0.05L5.97,6.74C5.92,6.7,5.89,6.65,5.88,6.58c-0.01-0.07,0-0.13,0.04-0.19c0.96-1.5,2.34-2.26,4.12-2.26 c1.01,0,1.95,0.36,2.8,1.06c0.85,0.69,1.29,1.53,1.29,2.49C14.12,8.06,14.07,8.42,13.95,8.72z'/%3E%3C/svg%3E");
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 17px;
	right: 12px;
	border-radius: 10px;
	width: 1.25rem;
	height: 1.25rem;
}

.form-control-help + .form-control,
.form-control-help + .form-control:focus {
	padding-right: 36px;
}
/*
.form-control.parsley-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline fill='none' stroke='%2300ab2c' stroke-width='1.5' points='1.5,5.5 3.5,7.5 8.5,2.5'/%3E%3C/svg%3E");
}

.form-control.parsley-error {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fb5152' stroke-width='1.5' stroke-linecap='round' d='M5.25,6V1h-0.5v5H5.25z M5.25,9V8.75h-0.5V9H5.25z'/%3E%3C/svg%3E");
}

.form-control.parsley-success,
.form-control.parsley-error {
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	padding-right: 2rem;
}
*/
/*
.form-control.parsley-error {
	border-color: #d91d1d;
}

.form-control.parsley-success:focus {
	border-color: #00ab2c;
}
*/
/*
form .btn {
	display: block;
	width: 100%;
	white-space: normal;
}
*/
/* --- Checkbox / radio --- */

input[type=checkbox],
input[type=radio] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.checkbox-group {
	padding-top: 1.875rem;
	margin-top: -.75rem;
}

.radio-group {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-top: .9375rem;
	padding-bottom: .9375rem;
}

.radio-group > p {
	font-weight: 400;
	margin-bottom: 0;
}

.radio-group label {
	margin-left: .75rem;
}

.radio-group label > label {
	display: none;
	visibility: hidden;
}

.input-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	background-color: #fff;
	background-clip: padding-box;
	position: relative;
	padding: 2.1875rem;
	margin: 0;
	min-height: 100%;
	border: 1px solid rgba(229, 233, 242, .75);
	pointer-events: all;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: border .2s ease-in-out;
			transition: border .2s ease-in-out;
}

.input-checkbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	position: relative;
	margin: 0;
	pointer-events: all;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.input-radio:hover {
	border: 1px solid #e0e6ed;
}

.input-radio .input-title,
.input-checkbox .input-title {
	font-size: .6875rem;
	font-weight: 400;
	margin: .1875rem 0 .5625rem 2.25rem;
}

.input-radio p,
.input-checkbox p {
	font-size: .875rem;
	margin-left: 2.25rem;
}

.radio-group .input-checkbox p {
	margin-left: 1.875rem;
}

.input-radio .input-title + p,
.input-checkbox .input-title + p {
	margin-top: .75rem;
	margin-left: 0;
}

.input-radio img,
.input-checkbox img {
	margin-top: .25rem;
	margin-right: auto;
	width: auto;
	height: 32px;
}

.input-radio .input-indicator {
	background-color: #fff;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 35px;
	left: 35px;
	width: 24px;
	height: 24px;
/*	-webkit-box-shadow: 0 0 0 1px rgba(229, 233, 242, .75);
			box-shadow: 0 0 0 1px rgba(229, 233, 242, .75);*/
	border: 1px solid rgba(229, 233, 242, .75);
}

.input-checkbox .input-indicator {
	background-color: #fff;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
/*	-webkit-box-shadow: 0 0 0 1px rgba(229, 233, 242, .75);
			box-shadow: 0 0 0 1px rgba(229, 233, 242, .75);*/
	border: 1px solid rgba(229, 233, 242, .75);
}

.radio-group .input-checkbox .input-indicator {
	border-radius: 12px;
}

.input-radio input:checked ~ .input-indicator,
.input-checkbox input:checked ~ .input-indicator {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' width='14px' height='14px'%3E%3Cpolyline fill='none' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1.5,8.5 5,12 12.5,2'/%3E%3C/svg%3E");
}

.radio-group .input-checkbox input:checked ~ .input-indicator {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' width='14px' height='14px'%3E%3Ccircle fill='%23212529' cx='7' cy='7' r='4'/%3E%3C/svg%3E");
}

/* --- Labels --- */

label {
	cursor: text;
}

select ~ label {
	pointer-events: none;
}

label.floating-label,
input.parsley-error ~ label.floating-label,
select.parsley-error ~ label.floating-label {
	color: #007ae9;
	color: #adb5bd;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: .625rem;
	font-weight: 500;
	letter-spacing: .2px;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	padding: 0;
	margin: 0;
	opacity: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.is-floating label.floating-label {
	top: 6px;
	opacity: 1;
}

.hero-quote-form label.floating-label,
.hero-quote-form input.parsley-error ~ label.floating-label,
.hero-quote-form select.parsley-error ~ label.floating-label {
	left: 12px;
}

.hero-quote-form .is-floating label.floating-label {
	top: 3px;
}

/* --- Placeholders --- */

.form-control::-webkit-input-placeholder {
	color: #546172;
}

.form-control::-moz-placeholder {
	color: #546172;
}

.form-control:-ms-input-placeholder {
	color: #546172;
}

.form-control::placeholder {
	color: #546172;
}

/* --- Validation --- */

-moz-ui-invalid:not(output) {
	box-shadow: none;
}

input:invalid,
select:invalid {
	-webkit-box-shadow: none;
			box-shadow: none;
}

input.parsley-success ~ .parsley-errors-list,
select.parsley-success ~ .parsley-errors-list,
label.parsley-success ~ .parsley-errors-list {
	color: #11a95e;
}

input.parsley-error ~ .parsley-errors-list,
select.parsley-error ~ .parsley-errors-list,
label.parsley-error ~ .parsley-errors-list {
	color: #d91d1d;
}

label.parsley-error .input-indicator {
/*	-webkit-box-shadow: 0 0 0 1px #da242a;
			box-shadow: 0 0 0 1px #da242a;*/
	border: 1px solid #da242a;
}

.parsley-errors-list {
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: .625rem;
	font-weight: 500;
	letter-spacing: .2px;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	padding: 0;
	margin: 0;
	max-width: 93%;
	max-width: calc(100% - 30px);
	opacity: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	pointer-events: none;
	-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
	z-index: 1;
}

.parsley-errors-list.filled {
	top: 6px;
	opacity: 1;
}

.hero-quote-form .parsley-errors-list {
	left: 12px;
}

.hero-quote-form .parsley-errors-list.filled {
	top: 3px;
	opacity: 1;
}

.parsley-errors-list li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* --- Webkit autofill --- */

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
select.form-control:-webkit-autofill,
select.form-control:-webkit-autofill:hover,
select.form-control:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 60px #fff inset;
	-webkit-text-fill-color: #273444 !important;
	-webkit-transition: background-color 0s;
}

/* --- Select --- */

select.form-control,
select.form-control:not([size]):not([multiple]) {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='none' stroke='%23212529' vector-effect='non-scaling-stroke' d='M7,2.5l-3,3l-3-3'/%3E%3C/svg%3E");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right .9375rem center;
	background-clip: padding-box;
	color: #1f2d3d;
	font-size: .9375rem;
	line-height: 1.5rem;
	display: block;
	padding: 13px 14px 15px 14px;
	height: 54px;
	border: 1px solid rgba(229, 233, 242, .75);
	border-radius: 0;
	vertical-align: middle;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	-webkit-transition: border .2s ease-in-out, padding .2s ease-in-out;
			transition: border .2s ease-in-out, padding .2s ease-in-out;
}

.hero-quote-form select.form-control,
.hero-quote-form select.form-control:not([size]):not([multiple]) {
	padding: 10px 11px 12px 11px;
	padding: 19px 11px 3px 11px;
	height: 48px;
}

.select2-results__options::-webkit-scrollbar-track {
	background-color: #f5f7f6;
	width: 20px;
}

.select2-results__options::-webkit-scrollbar {
	background-color: transparent;
	width: 20px;
	height: 20px;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #c0ccda;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	border: 2px solid #fff;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	display: none;
}

.select2-container {
	position: relative;
	display: block;
	margin: 0;
	width: 100% !important;
	vertical-align: middle;
}

.select2-dropdown {
	background-color: #fff;
	position: absolute;
	display: block;
	left: -100000px;
	border: none;
	z-index: 2;
}

.select2-results {
	display: block;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	background-color: #fff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	border: 0;
	opacity: 0;
	z-index: 99;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
}

.form-control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
}

/* Select2 Bootstrap Theme v0.1.0-beta.10 */

.select2-container--bootstrap .select2-selection--single {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='none' stroke='%23212529' vector-effect='non-scaling-stroke' d='M7,2.5l-3,3l-3-3'/%3E%3C/svg%3E");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right .9375rem center;
	background-clip: padding-box;

	color: #1f2d3d;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5rem;

	display: block;
	padding: 13px 14px 15px 14px;
	width: 100%;
	max-width: 100%;
	height: 54px;

	border: 1px solid rgba(229, 233, 242, .75);
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;

	vertical-align: middle;
	z-index: 0;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-transition: border .2s ease-in-out, padding .2s ease-in-out;
			transition: border .2s ease-in-out, padding .2s ease-in-out;
}

.hero-quote-form .select2-container--bootstrap .select2-selection--single {
	padding: 10px 11px 12px 11px;
	height: 48px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: rgba(229, 233, 242, .75);
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
	border-color: rgba(229, 233, 242, .75);
	-webkit-box-shadow: none;
			box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
	cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
	background-color: #fff;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
	display: none;
}

.select2-container--bootstrap .select2-dropdown {
	-webkit-box-shadow: 24px 32px 64px rgba(31, 45, 61, .05), -24px 32px 64px rgba(31, 45, 61, .05);
			box-shadow: 24px 32px 64px rgba(31, 45, 61, .05), -24px 32px 64px rgba(31, 45, 61, .05);
	overflow-x: hidden;
}

.select2-container--bootstrap .select2-dropdown--above {
	-webkit-box-shadow: 32px -12px 48px rgba(31, 45, 61, .03), -32px -12px 48px rgba(31, 45, 61, .03);
			box-shadow: 32px -12px 48px rgba(31, 45, 61, .03), -32px -12px 48px rgba(31, 45, 61, .03);
}

.select2-results__options {
	margin: 0;
	padding: 0;
	list-style: none;
}

.select2-results__option {
	padding: 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-results > .select2-results__options {
	padding: 4px 0;
	max-height: 198px;
	overflow-y: overlay;
}

.select2-container--bootstrap .select2-results__option {
/*	color: #868e96;*/
	font-size: .875rem;
	line-height: 1.5rem;
	padding: 7px 15px;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
	color: #c0ccda;
	cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
	position: relative;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline fill='none' stroke='%23da242a' stroke-width='1.5' points='1.5,5.5 3.5,7.5 8.5,2.5'/%3E%3C/svg%3E");
	background-color: transparent;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	right: 12px;
	top: 14px;
	width: 10px;
	height: 10px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	color: #da242a;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
	padding: 6px 12px;
}

.select2-container .select2-selection .select2-selection__rendered {
	display: block;
	padding-right: 16px;
	line-height: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color: #546172;
	font-weight: 400;
}

/* --- Tooltips --- * /

.tooltip {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.125rem;
	display: none;
	top: -100%;
	padding: 6px 0;
	margin: 0;
	opacity: 0;
}

[data-toggle="tooltip"]:hover ~ .tooltip {
	display: block;
	opacity: .8;
}

.tooltip .arrow {
	left: calc(50% - 6px);
	width: 12px;
	height: 6px;
}

.tooltip-inner {
	padding: 3px 6px;
	border-radius: 2px;
}

/* === Home === */

/* --- Hero --- */

.home-hero {
	background-color: #e1f3ff;
	background-image: url(../img/hero-flip.jpg);
	background-size: cover;
	background-position: bottom left;
}


.home-hero > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
/*
	height: 660px;
*/
	min-height: 100vh;
	padding-top: 144px;
}

.home-hero > .container > .row {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: auto;
}

.home-hero h1 {
	font-weight: 700;
	margin-bottom: 0;
}

.home-hero .lead {
	font-size: 1.375rem;
	margin-bottom: 2.25rem;
}

.hero-quote-form form {
	background-color: #fff;
	padding: .75rem .1875rem 0 .1875rem;
	padding: 1.125rem .1875rem .375rem .1875rem;
	padding: 1.125rem .75rem .375rem .75rem;
	margin: 0;
}
/*
.hero-quote-form form.row > [class*="col-"] {
	padding-top: .375rem;
	padding-bottom: .375rem;
}
*/
.hero-quote-form .form-row {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.hero-quote-form .package-row {
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}

.hero-quote-form .col-md-auto {
	margin-left: auto;
}

.hero-quote-form .btn {
	margin-bottom: .75rem;
}

.hero-quote-form h5 {
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: .375rem;
}

/* Quote type buttons */
/*
.hero-quote-form .btn-group {
	width: 100%;
	border-bottom: 3px solid #da242a;
}
*/
.btn[data-quote-for],
.btn[data-quote-for]:hover,
.btn[data-quote-for]:focus,
.btn[data-quote-for]:active:focus {
	background-color: rgba(22, 29, 37, .3);
	color: #fff;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5rem;
	letter-spacing: .6px;
	text-transform: uppercase;
	text-decoration: none;
	padding: .75rem 1.125rem;
	margin-bottom: 0;
	border: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: background-color .1s;
			transition: background-color .1s;
}

.btn[data-quote-for]:hover,
.btn[data-quote-for]:active:focus {
	background-color: rgba(22, 29, 37, .4);
}

.btn[data-quote-for].active,
.btn[data-quote-for].active:active:focus {
	background-color: #fff;
	color: #1f2d3d;
}

.btn[data-quote-for] + .btn {
	margin-left: 1px;
}

/* Courier brands */

.courier-brands {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.courier-brands svg {
/*
	-webkit-box-flex: 0;
		-ms-flex: 0 0 33.25%;
			flex: 0 0 33.25%;
	max-width: 33.25%;
*/
	max-height: 30px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.courier-brands svg path {
	-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.courier-brands svg:not(:hover) path {
	fill: #fff;
}

.courier-brands svg:not(:hover) path[fill-opacity] {
	fill-opacity: 0;
}

@media (min-width: 576px) {
	.courier-brands svg {
		max-height: 36px;
	}
}

@media (min-width: 768px) {
	.courier-brands {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.courier-brands svg {
/*
		-webkit-box-flex: 0;
			-ms-flex: 0 0 16.65%;
				flex: 0 0 16.65%;
		max-width: 16.65%;
*/
		max-height: 42px;
	}
/*
	.courier-brands {
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
		padding-bottom: 18px;
	}
*/
}

@media (min-width: 992px) {
	.courier-brands {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.courier-brands svg {
		max-height: 48px;
	}
}

@media (min-width: 1400px) {
	.courier-brands svg {
		max-height: 54px;
	}
}

@media (min-width: 1900px) {
	.courier-brands svg {
		max-height: 60px;
	}
}

/* --- Services --- */

.home-services {
	background-color: #fff;
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
	.home-services {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.home-services {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

@media (max-width: 992px) {
	.card-service:not(:last-child) {
		margin-bottom: 2.25rem;
	}
}

.card-service .card-header {
	display: block;
	margin-bottom: .375rem;
}

.card-service .card-img {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 9px;
}

@media (min-width: 992px) {
	.card-service .card-img {
		margin-bottom: 15px;
	}
}

.card-service .card-title {
/*
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
*/
/*
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 0;
*/
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.3125rem;
	margin-bottom: 0;
}

.card-service .card-subtitle {
	color: #919eab;
	font-family: Georgia, "Droid Serif", Times, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
}

.card-service .card-body p {
/*
	color: #546172;
	font-size: 15px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 0;
*/
	font-size: 1rem;
	line-height: 1.6875rem;
	margin-bottom: 0;
}

.card-service .card-body p:first-child {
	cursor: pointer;
}

.card-service .card-body p:first-child:hover {
	color: #da242a;
}

.card-service .collapse:not(.show) {
	display: block;
	height: 0;
	overflow: hidden;
}

/* --- Saving --- */

.home-saving {
/*
	background-color: #f9fafc;
*/
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
	.home-saving {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.home-saving {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

.home-saving .row {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
/*
.saving-table {
	height: 330px;
}

@media (max-width: 575px) {
	.saving-table {
		height: 300px;
	}
}

@media (max-width: 420px) {
	.saving-table {
		height: 228px;
	}
}
*/
/*
.saving-table::after {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f9fafc), to(rgba(249, 250, 252, 0)));
	background-image: linear-gradient(0deg, #f9fafc 50%, rgba(249, 250, 252, 0));
	position: absolute;
	content: "";
	left: 0;
	bottom: -86px;
	width: 100%;
	height: 192px;
	z-index: 6;
}
*/
.card-saving,
.card-saving:not(:root) {
	position: absolute;
	display: none;
	left: .9375rem;
	right: .9375rem;
	padding-top: .375rem;
	padding-bottom: .375rem;
	overflow: visible;
}

.card-saving .card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	background-color: #fff;
	padding: 1.125rem;
	border-radius: 2px;
	-webkit-box-shadow: 0 24px 48px -24px rgba(131, 140, 148, .5);
			box-shadow: 0 24px 48px -24px rgba(131, 140, 148, .5);
}

.card-saving .card > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.card-saving .card span {
	color: #6c798c;
	font-family: "Montserrat", sans-serif;
	font-size: .625rem;
	font-weight: 500;
	line-height: .875rem;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.card-saving .card > :first-child p {
	color: #1f2d3d;
	font-size: 1rem;
	font-weight: 400;
}

.card-saving .card > :nth-child(2) {
	margin-left: auto;
	padding-right: 1rem;
	text-align: right;
}

.card-saving .card > :nth-child(2) p {
	color: #e67700;
	font-size: 1rem;
	font-weight: 400;
}

.card-saving .card > :nth-child(3) {
	text-align: right;
}

.card-saving .card > :nth-child(3) p {
	color: #da242a;
	font-size: 1rem;
	font-weight: 400;
}

@media (max-width: 575px) {
	.card-saving .card > :first-child span {
		letter-spacing: .2px;
	}
	.card-saving .card > :first-child p,
	.card-saving .card > :nth-child(2) p {
		font-size: .9375rem;
	}
}

@media (max-width: 767px) {
	.card-saving .card > :first-child span {
		letter-spacing: .2px;
	}
	.card-saving .card > :first-child p,
	.card-saving .card > :nth-child(2) p {
		font-size: .9375rem;
	}
}

.card-saving .card > :last-child {
	background-color: #fcedee;
	color: #da242a;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: center;
	padding: .625rem .5rem;
	margin-left: 1rem;
	border-radius: 2px;
}

/* Svg saving cards */

.card-filter {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.saving-title {
	font-family: 'Montserrat', sans-serif;
	font-size: .625rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.saving-text {
	font-weight: 400;
}

@media (max-width: 575px) {
	.saving-text {
		font-size: 1rem;
	}
}

/* Table */

.saving-table .table {
	border: none;
}

.saving-table .table thead th {
	vertical-align: bottom;
}

.saving-table .table td {
	vertical-align: top;
}

.saving-table .table th,
.saving-table .table td {
	background-color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -.1px;
	padding: 8px;
	border: 1px solid #e9ecef;
}

.saving-table .table thead:first-child tr th {
	background-color: #546172;
	color: #fff;
	border: 1px solid #3c4858;
}

.saving-table .table thead:first-child tr th:last-child {
	background-color: #da242a;
	border: 1px solid #da242a;
}

.saving-table .table td:nth-last-child(2) {
	border-right: none;
}

.saving-table .table td:last-child {
	background-color: #fcedee;
	color: #da242a;
	border: 1px solid #f7cccd;
}

@media (min-width: 768px) {
/*
	.saving-content {
		padding-left: 0;
		padding-right: 38px;
	}
	.saving-table {
		padding-left: 0;
		padding-right: 0;
	}
*/
	.saving-table .table th,
	.saving-table .table td {
		line-height: 21px;
		padding: 8px 9px;
	}
}

/* --- CTA (Home) --- */

.home-cta {
/*
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f9fafc), color-stop(50%, #ffffff));
	background-image: linear-gradient(to bottom, #f9fafc 50%, #ffffff 50%);
*/
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.home-cta video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.home-cta span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: .9375rem;
	margin-right: .9375rem;
	overflow: hidden;
}

.home-cta span::after {
	background: rgba(31, 45, 61, .5);
	background-image: linear-gradient(120deg, rgba(218, 121, 36, .75), rgba(218, 36, 133, .75));
	background-image: linear-gradient(120deg, rgba(36, 42, 218, .75), rgba(218, 36, 133, .75));
	background-image: linear-gradient(120deg, rgba(36, 42, 218, .75), rgba(36, 133, 218, .75), rgb(36, 218, 121, .75));
	background-clip: content-box;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cta-content {
	text-align: center;
/*
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
*/
	margin: auto;
	z-index: 1;
}

.cta-content h2 {
/*
	text-transform: uppercase;
*/
}

.cta-content h2,
.cta-content p {
/*
	color: #fff;
*/
}

@media (max-width: 767px) {
	.home-cta video {
		width: auto;
	}
}

/* --- App --- */

.home-app {
	background-color: #fff;
	position: relative;
	padding-top: 36px;
	padding-bottom: 0;
	overflow: visible;
}

@media (min-width: 768px) {
	.home-app {
		padding-top: 72px;
		padding-bottom: 60px;
	}
}

.app-content {
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left: auto;
/*
	text-align: center;
*/
}

.app-image {
	display: block;
	padding-top: 1.125rem;
	margin: 0 auto;
	width: auto;
	max-width: 80%;
}

@media (min-width: 768px) {
	.app-content {
		padding-left: 0;
		padding-right: 0;
	}
	.app-image {
		position: absolute;
		bottom: -.375rem;
		right: 51%;
		padding-top: 0;
		max-width: 100%;
		z-index: 1;
	}
}

/* --- Testimonials --- */

.home-testimonials {
	background-color: #f9fafc;
	padding-top: 60px;
	padding-bottom: 36px;
}

@media (min-width: 768px) {
	.home-testimonials {
		padding-top: 96px;
		padding-bottom: 60px;
	}
}

.home-testimonials .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.home-testimonials .section-title {
	text-align: center;
	margin-bottom: 1.125rem;
}

.card-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	padding-top: 1.125rem;
}

.card-testimonial .testimonial-rating {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 18'%3E%3Cpath fill='%234b9dcd' d='M16.5,7.1l-4.7,3.6l1.9,5.8L9,12.8l-4.7,3.7l1.9-5.8L1.5,7.1h5.7L9,1.5l1.8,5.6H16.5z M28.8,7.1L27,1.5 l-1.8,5.6h-5.7l4.7,3.6l-1.9,5.8l4.7-3.7l4.7,3.7l-1.9-5.8l4.7-3.6H28.8z M46.8,7.1L45,1.5l-1.8,5.6h-5.7l4.7,3.6l-1.9,5.8l4.7-3.7 l4.7,3.7l-1.9-5.8l4.7-3.6H46.8z M64.8,7.1L63,1.5l-1.8,5.6h-5.7l4.7,3.6l-1.9,5.8l4.7-3.7l4.7,3.7l-1.9-5.8l4.7-3.6H64.8z M82.8,7.1L81,1.5l-1.8,5.6h-5.7l4.7,3.6l-1.9,5.8l4.7-3.7l4.7,3.7l-1.9-5.8l4.7-3.6H82.8z'/%3E%3C/svg%3E");
	background-size: 90px 18px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 90px;
	height: 18px;
	margin: 0 auto 1.125rem auto;
}

.card-testimonial q {
	font-family: Georgia, "Droid Serif", Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: 36px;
	display: block;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1.125rem;
}

@media (max-width: 767px) {
	.card-testimonial q {
		font-size: 1.0625rem;
		line-height: 1.875rem;
	}
	.card-testimonial {
		padding-top: 0;
	}
}

.testimonial-name {
	color: #1f2d3d;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.card-testimonial a {
	width: auto !important;
}

.card-testimonial a > * {
	-webkit-transition: color .2s;
			transition: color .2s;
}

.card-testimonial a:hover > * {
	color: #da242a;
}

/* Slider */

.testimonials-content .carousel-indicators {
	position: relative;
	bottom: 0;
	margin-top: 1.5rem;
}

.testimonials-content .carousel-indicators li {
	background-color: #da242a;
	margin: 0 2px;
	width: .375rem;
	height: .375rem;
	border-radius: .1875rem;
	opacity: .5;
	cursor: pointer;
}

.testimonials-content .carousel-indicators li.active {
	opacity: 1;
}

/* Ecommerce brands */

.ecommerce-brands {
	-ms-flex-pack: distribute;
		justify-content: space-around;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-top: 48px;
}

.ecommerce-brands a {
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 0;
	text-align: center;
}

.ecommerce-brands svg {
	width: 3rem;
	height: 3rem;
	max-width: 100%;
}

.ecommerce-brands svg path {
	-webkit-transition: fill .2s;
			transition: fill .2s;
}

.ecommerce-brands a:not(:hover) svg path {
	fill: #b8bdc2;
}

@media (min-width: 576px) {
	.ecommerce-brands svg {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 768px) {
	.ecommerce-brands {
		padding-top: 60px;
	}
}

@media (min-width: 992px) {
	.ecommerce-brands svg {
		width: 72px;
		height: 72px;
	}
}

@media (min-width: 1300px) {
	.ecommerce-brands svg {
		width: 90px;
		height: 90px;
	}
}

/* --- Blog --- */

.home-blog {
	padding-top: 52px;
	padding-bottom: 36px;
}

@media (min-width: 768px) {
	.home-blog {
		padding-top: 72px;
		padding-bottom: 56px;
	}
}

.home-blog .section-title {
	text-align: center;
}

@media (min-width: 768px) {
	.home-blog .section-title {
		margin-bottom: 36px;
	}
}

.card-blog {
	padding-top: 18px;
	padding-bottom: 18px;
}

.card-blog .card-image {
	background-size: cover;
	background-position: center;
	height: 11.25rem;
	margin-bottom: .75rem;
	border-radius: 2px;
}

.card-blog .card-title {
	margin: 0;
}

.card-blog .card-title a {
	color: #1f2d3d;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
	display: block;
}

.card-blog .card-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 12px;
}

.card-blog .card-meta li,
.card-blog .card-meta li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #919eab;
	font-family: Georgia, "Droid Serif", Times, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5rem;
}

.card-blog .card-meta li a:hover {
	color: #6c798c;
}

.card-blog .card-meta li:not(:last-child) {
	margin-right: 10px;
}

.card-blog .card-meta li:not(:last-child)::after {
	display: inline-block;
	content: "\002F";
	margin-left: 10px;
	opacity: .5;
}

.card-blog .card-meta i {
	margin-right: 5px;
}

.card-blog .card-body p {
	color: #546172;
	font-size: .9375rem;
	line-height: 1.5rem;
}

.card-blog .card-body a {
	color: #da242a;
	font-size: .9375rem;
	font-weight: 400;
	text-decoration: underline !important;
	display: block;
	margin-top: .75rem;
}

.card-blog .card-body a:hover {
	color: #b81e24;
}

/* --- Content section --- */

.home-content {
	background-color: #f9fafc;
	padding-top: 52px;
	padding-bottom: 18px;
}

.home-content .section-title {
	text-align: center;
	margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
	.home-content {
		padding-top: 72px;
		padding-bottom: 36px;
	}
	.home-content .section-title {
		margin-bottom: 52px;
	}
}

.home-content p,
.home-content p:last-child {
	margin-bottom: 16px;
}

.home-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	list-style: none;
	margin-top: 24px;
	margin-bottom: 0;
}

.home-content ul li {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 0 5px;
}

.home-content ul li:first-child {
	-webkit-box-flex: 1;
		-ms-flex: auto;
			flex: 0 0 100%;
}

.home-content ul li a {
	background: #fff;
	color: #454f5b;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: .5px;
	display: block;
	padding: 9px;
	margin-top: 12px;
	border-radius: 2px;
}

.home-content ul li a:hover {
	color: #da242a;
}

@media (min-width: 992px) {
	.home-content ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-content ul li:first-child,
	.home-content ul li {
		-webkit-box-flex: 1;
			-ms-flex: auto;
				flex: 0 0 20%;
		padding: 0 15px;
	}
}

/* === CTA === */

.break-cta {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f9fafc), color-stop(50%, #eff2f7));
	background-image: linear-gradient(to bottom, #f9fafc 50%, #eff2f7 50%);
	z-index: 1;
}

.card-cta {
	padding-top: 18px;
	padding-bottom: 18px;
}

.card-cta .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-color: #da242a;
	padding: 33px;
	-webkit-box-shadow: 0 24px 48px -24px #838c94 !important;
			box-shadow: 0 24px 48px -24px #838c94 !important;
	border-radius: 2px;
}

.card-cta .card-text {
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: -.2px;
	margin-bottom: 0;
}

.card-cta .btn {
	margin-left: auto;
	margin-right: 0;
}

@media (max-width: 991px) {
	.card-cta .card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
		text-align: center;
	}
	.card-cta .card-text {
		margin-bottom: 18px;
	}
	.card-cta .btn {
		margin-left: 0;
	}
}
/* === Get Quote === */

.getquote-content {
	padding-top: 30px;
	padding-bottom: 36px;
}

@media (min-width: 768px) {
	.getquote-content {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

.getquote-content-top {
	background-color: #fff;
}

.getquote-content-bottom {
	background-color: #f4f6f8;
}

.getquote-content-bottom h2	{
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 16px;
}

.getquote-content p {
	margin-bottom: 16px;
}

.getquote-content p:last-child {
	margin-bottom: 0;
}

.getquote-content p + h2 {
	padding-top: 16px;
}

/* === Log in / Sign up pages === */

.login-page h3,
.signup-page h3 {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .75rem;
}

.login-page .card-form .card {
	background-color: #fff;
	-webkit-box-shadow: 0 24px 48px -24px rgba(131, 140, 148, .5);
			box-shadow: 0 24px 48px -24px rgba(131, 140, 148, .5);
}

.login-page .card-form .card {
	padding: 1.875rem;
}
/*
.signup-page .card-form .card {
	padding: 1.125rem;
}
*/
.col-body {
	padding: 1.875rem;
}

@media (min-width: 992px) {
	.login-page .card-form .card,
	.col-body {
		padding: 2.25rem;
	}
	.signup-page .card-form .card {
		padding: 2.25rem 0;
	}
}

.card-form .form-group {
	margin-bottom: .75rem;
}

.card-form .card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 0;
}

.card-form .card-footer a:not(.btn-pp-blue) {
	color: #546172;
	font-size: .8125rem;
}

.card-form .card-footer a:not(.btn-pp-blue):hover {
	color: #1f2d3d;
}

.card-form .card-message:not(:empty) {
	background: rgba(218, 36, 42, .2);
	color: #b81e24;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: center;
	padding: 7px 20px;
	margin-bottom: .75rem;
}

.card-form .card-message.info-message:not(:empty) {
	background-color: #ffea8a;
	color: #573b00;
}

@media (min-width: 992px) {
	.card-form .card-message:not(:empty) {
		padding: 7px 40px;
	}
	.card-form .card-message.info-message:not(:empty) {
		padding: 7px 20px;
	}
	.signup-page .card-form .card-message:not(:empty) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		margin-bottom: 0;
		min-height: 100%;
	}
	.signup-page .card-form .col-lg {
		order: 1;
	}
}

/* --- Log in --- */

.login-page {
	background-color: #f9fafc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#eff2f7));
	background-image: linear-gradient(to bottom, #f9fafc, #eff2f7);
	padding-top: 6rem;
	padding-bottom: 3rem;
	min-height: 100vh;
	min-height: calc(100vh - 168px);
}

@media (min-width: 992px) {
	.login-page {
		padding-top: 10.5rem;
	}
}

.login-page .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.login-page h1 {
	font-size: 1.3125rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.875rem;
}

.login-page .card-form p {
	text-align: center;
}

/* --- Sign up --- */

.there-can-be-only-one {
	display: none;
}

.signup-page {
	background-color: #eff2f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#eff2f7));
	background-image: linear-gradient(to bottom, #f9fafc, #eff2f7);
	min-height: 100%;
}

.signup-page footer {
	background-color: transparent;
}

.signup-page footer .row {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}

.signup-page h1 {
	color: #fff;
	font-size: 1.875rem;
	line-height: 2.25rem;
	text-transform: uppercase;
	text-align: left;
	padding: 2.25rem 0;
}

.signup-background {
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 33%;
	overflow: hidden;
}

.signup-background video {
	position: relative;
	top: 0;
	left: -65%;
	height: 100%;
}

.signup-netparcel .signup-background {
	background-image: linear-gradient(to bottom left, rgba(31, 45, 61, 0), rgba(31, 45, 61, .25)), url(../img/signup-bg.jpg);
}

.signup-purolator .signup-background {
	background-image: linear-gradient(to bottom left, rgba(31, 45, 61, 0), rgba(31, 45, 61, .25)), url(../img/purolator-signup-bg.jpg);
}

.signup-staples .signup-background {
	background-image: linear-gradient(to bottom left, rgba(31, 45, 61, 0), rgba(31, 45, 61, .25)), url(../img/staples-signup-bg2.jpg);
}

.signup-page {
	padding-top: 4.5rem;
}


@media (max-width: 991px) {
	.signup-background {
		display: none;
	}
	.signup-page .page-title {
		background-size: cover;
		background-clip: content-box;
		margin-top: 3rem;
		margin-bottom: 2.25rem;
	}
	.signup-netparcel .page-title {
		background-image: linear-gradient(to left, rgba(31, 45, 61, 0), rgba(31, 45, 61, .3)), url(../img/signup-bg.jpg);
		background-position: bottom right;
	}
	.signup-purolator .page-title {
		background-image: linear-gradient(to left, rgba(31, 45, 61, 0), rgba(31, 45, 61, .3)), url(../img/purolator-signup-bg.jpg);
		background-position: center;
	}
	.signup-staples .page-title {
		background-image: linear-gradient(to left, rgba(31, 45, 61, 0), rgba(31, 45, 61, .3)), url(../img/staples-signup-bg2.jpg);
		background-position: center;
	}
	.signup-page .page-title h1 {
		padding: 2.25rem 1.125rem;
		-webkit-box-shadow: 0 24px 48px -24px rgba(131, 140, 148, .5);
				box-shadow: 0 24px 48px -24px rgba(131, 140, 148, .75);
	}
	.signup-helper {
		position: absolute;
		top: 8px;
		right: 36px;
		width: 104px;
		height: auto;
		pointer-events: none;
	}
}

@media (min-width: 992px) {
	.signup-page {
		padding-top: 7.5rem;
	}
	.signup-background {
		width: 28%;
	}
	.signup-helper {
		position: absolute;
		right: 60px;
		top: -54px;
		pointer-events: none;
	}
	.signup-staples .signup-background {
		background-position: bottom center;
	}
	.signup-page.signup-staples h1 {
		color: #1f2d3d;
	}
}

@media (min-width: 1100px) {
	.signup-background {
		width: 30%;
	}
}

@media (min-width: 1200px) {
	.signup-background {
		width: 33%;
	}
}

@media (min-width: 1400px) {
	.signup-background {
		width: 35%;
	}
}

@media (min-width: 1921px) {
	.signup-background {
		width: 38%;
	}
}

@media (min-width: 2560px) {
	.signup-background {
		width: 40%;
	}
}

.card-info .card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	background-color: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 3rem;
}

.card-info .card-body {
	color: #495057;
	padding: 2.25rem;
}

.card-info span {
	position: absolute;
	top: -.5rem;
	left: .4325rem;
	width: 3.75rem;
	height: 3.75rem;
	color: #00529c;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 3.75rem;
	text-align: center;
}

.card-info span:first-of-type {
	border: 3px solid #ef3829;
}

/* === Inner pages === */

/* --- About --- */

/* Hero */

.about-hero {
	background-image: url(../img/about-bg.jpg);
	background-position: center;
	background-size: cover;
	height: 384px;
	text-align: center;
}

.about-hero .hero-content {
	padding-top: 120px;
}

.about-hero .hero-content h1 {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.about-hero {
		height: 636px;
	}
	.about-hero .hero-content {
		padding-top: 192px;
	}
}

/* about_us_ae */

.about-hero_ae {
	background-image: url(../img/Burj_skyline.jpg);
	background-position: center;
	background-size: cover;
	height: 384px;
	text-align: center;
}

.about-hero_ae .hero-content {
	padding-top: 120px;
}

.about-hero_ae .hero-content h1 {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.about-hero_ae {
		height: 636px;
	}
	.about-hero_ae .hero-content {
		padding-top: 192px;
	}
}
/* Page */

.about-content {
	background-color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.about-content:nth-child(even) {
	background-color: #f9fafc;
}

@media (min-width: 768px) {
	.about-content {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.about-content + .break-cta .card-cta {
	padding-top: 0;
}

.about-content > .container > .row > [class*="col"] {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

/* Content */

.card-content .card-title {
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: .375rem;
}

.card-content .linked,
.card-content .linked:active {
	color: #da242a;
	font-weight: 400;
}

/* Counters */

.card-counter .card {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
}

.card-counter .card-icon {
	fill: #4a5768;
	width: 60px;
	height: 60px;
	margin-bottom: 1.125rem;
	line-height: 0;
}

.card-counter span {
	color: #4a5768;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}

.card-counter hr {
	width: 4rem;
	border-bottom: 1px solid #da242a;
	border-top: 1px solid #da242a;
	margin-top: .75rem;
	margin-bottom: 1rem;
}

.card-counter p {
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}

/* --- How it works --- */

/* Hero */

.howitworks-hero {
	background-color: #f9fafc;
/*
	background-image: linear-gradient(to bottom, #fff, #f9fafc);
	background-image: radial-gradient(circle farthest-side at 50% 100%, #fff, #f9fafc);
*/
}

.howitworks-hero .hero-content {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	padding-top: 7.5rem;
	text-align: center;
}

.howitworks-hero .hero-content h1 {
	text-transform: uppercase;
	margin-bottom: 2.25rem;
}

.hero-steps {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	justify-content: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
	.howitworks-hero .hero-content {
		padding-top: 10rem;
	}
	.hero-steps {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.card-step .card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}

.card-step .card-body {
	padding: 1.125rem;
}

.card-step span {
	color: #da242a;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: 2.625rem;
	line-height: 5.25rem;
}

.card-step .card-title {
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: .375rem;
}

.card-step .card-text {
	color: #6c798c;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.card-step .card-body {
		padding: 1.6875rem;
	}
}

/* Page content */

.howitworks-content .row {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.howitworks-content .row > [class*="col"] {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

@media (min-width: 992px) {
	.howitworks-content .row {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.col-lg-5.order-lg-1 {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.howitworks-content .row {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

.howitworks-content h2 {
	text-transform: uppercase;
	margin-bottom: .375rem;
}

.howitworks-content p:not(.lead) {
	font-size: 1rem;
}

.howitworks-content .btn {
	margin-top: .75rem;
}

.howitworks-content ul {
	margin-bottom: .75rem;
	padding-left: 18px;
}

.howitworks-content ul li {
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' width='14px' height='14px'%3E%3Cpolyline fill='none' stroke='%2350b83c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1.5,8.5 5,12 12.5,2'/%3E%3C/svg%3E");
}

.howitworks-content ul li:not(:last-child) {
	margin-bottom: .375rem;
}

.howitworks-content hr {
	border-color: #eff2f7;
	margin-top: -1px;
	margin-bottom: 0;
}

/* Zoom image on click */

img[data-action="zoom"] {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
	position: relative;
	-webkit-transition: all .3s;
			transition: all .3s;
	z-index: 1032;
}

img.zoom-img {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.zoom-overlay {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	filter: "alpha(opacity=0)";
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	-webkit-transition: opacity .3s;
			transition: opacity .3s;
	z-index: 1031;
}

.zoom-overlay-open .zoom-overlay {
	opacity: 1;
	filter: "alpha(opacity=100)";
}

/* --- Services --- */

/* Hero */

.services-hero {
	background-color: #f9fafc;
}

.services-hero .hero-content {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	padding-top: 7.5rem;
}

.services-hero .hero-content h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2.25rem;
}

.services-hero .hero-content p.lead {
	font-size: 1.125rem;
}

.services-hero .hero-content p:not(.lead) {
	color: #546172;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.services-hero .hero-content {
		padding-top: 10rem;
		padding-bottom: .75rem;
	}
}

/* Content */

.services-content {
	background-color: #fff;
	border-top: 48px solid #f9fafc;
	padding-top: 3rem;
}

.services-content:nth-child(even) {
	background-color: #f9fafc;
	border-top: 48px solid #fff;
}

.services-content:last-of-type {
	padding-bottom: 3rem;
}

@media (min-width: 992px) {
	.services-content {
		padding-top: 4.5rem;
		padding-bottom: .75rem;
		border-top: 3.75rem solid #f9fafc;
	}
	.services-content:nth-child(even) {
		border-top: 3.75rem solid #fff;
	}
	.services-content:last-of-type {
		padding-bottom: 4.5rem;
	}
}

.services-content .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.services-content .content-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.services-content svg {
	margin: 0 auto .75rem auto;
}

.services-content h2 {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2.25rem;
}

.services-content h2 span {
	font-weight: 500;
	text-transform: none;
	opacity: .5;
}

.services-content p:not(.lead) {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.services-content ul {
	margin-bottom: .375rem;
}

.services-content ul + ul {
	margin-bottom: 1.5rem;
}

.services-content ul li {
	color: #3c4858;
	font-family: "Montserrat", "Nunito Sans", sans-serif;
	font-size: .875rem;
/*	list-style: square inside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');*/
}

.services-content ul li:not(:last-child) {
	margin-bottom: .375rem;
}

.services-content ul li::before {
	content: "-\0020";
}

.services-content ul li span {
	font-family: "Nunito Sans";
	font-size: .815rem;
	font-weight: 400;
	line-height: 1;
	opacity: .6;
}

.services-content .col-10 {
	text-align: center;
}

.services-content .btn {
	margin-top: .9375rem;
}

@media (min-width: 576px) {
	.services-content ul {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 992px) {
	.services-content .btn {
		margin-top: 1.5rem;
	}
}

/* --- Support --- */

/* Hero */

.support-hero {
	background-color: #f9fafc;
}

.support-hero .hero-content {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	padding-top: 7.5rem;
	padding-bottom: 3rem;
	text-align: center;
}

.support-hero .hero-content h1 {
	text-transform: uppercase;
	margin-bottom: 2.25rem;
}

.support-hero .hero-content h3 {
	font-size: .8125rem;
	text-transform: uppercase;
	margin-bottom: .75rem;
}

.support-hero .content-video {
	padding-top: 2.25rem;
}

@media (min-width: 992px) {
	.support-hero .hero-content {
		padding-top: 10rem;
		padding-bottom: 4.5rem;
	}
	.support-hero .content-video {
		padding-top: 4.5rem;
	}
	.support-hero .hero-content h3 {
		font-size: 1.0625rem;
	}
}

.icon-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: .875rem;
}

.icon-link a,
.icon-link a:hover,
.icon-link a:focus,
.icon-link a:active:focus {
	color: #546172;
	font-size: .9375rem;
	line-height: 1.875rem;
	letter-spacing: -.2px;
	white-space: nowrap;
}

.icon-link svg {
	width: 48px;
	height: 48px;
}

.icon-link svg path {
	fill: transparent;
}

.icon-link svg path + path {
	fill: #ca2628;
}

@media (min-width: 992px) {
	.icon-link a,
	.icon-link a:hover,
	.icon-link a:focus,
	.icon-link a:active:focus {
		font-size: 1.1875rem;
	}
	.icon-link svg {
		width: 60px;
		height: 60px;
		margin-right: .75rem;
	}
	.icon-link svg path {
		fill: #ca2628;
	}
	.icon-link svg path + path {
		fill: #fff;
	}
}

/* Content */

.support-content {
	background-color: #fff;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width: 992px) {
	.support-content {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

.support-content .row {
	-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
			justify-content: space-evenly;
}

.support-content h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.25rem;
}

.card-faq {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

.card-faq .card-header p {
	color: #3c4858;
	font-size: 1.125rem;
	font-weight: 400;
}

.card-faq .card-body {
	padding: 0;
	margin-top: .375rem;
}

.card-faq .card-body p {
	color: #6c798c;
}

/* --- Content rich pages --- */

.content-page {
	background-color: #f9fafc;
	padding-top: 7.5rem;
	padding-bottom: 3rem;
}

@media (min-width: 992px) {
	.content-page {
		padding-top: 9rem;
		padding-bottom: 4.5rem;
	}
}

.content-page .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.content-page h1 {
	text-transform: uppercase;
}

.content-page h2 {
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
	font-weight: 400;
	padding-top: 1.5rem;
	margin-bottom: .75rem
}

.content-page ul li {
	margin-bottom: .75rem;
}

/* --- Legal pages --- */

.legal-page {
	background-color: #f9fafc;
	padding-top: 7.5rem;
	padding-bottom: 3rem;
}

@media (min-width: 992px) {
	.legal-page {
		padding-top: 9rem;
		padding-bottom: 4.5rem;
	}
}

.legal-page .row {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.legal-page h1 {
	text-transform: uppercase;
}

.legal-page h2 {
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 1.125rem;
	margin-bottom: .75rem
}

.legal-page p,
.legal-page ul,
.legal-page ol {
	font-size: 1rem;
	margin-bottom: .75rem;
}

.legal-page p + ul,
.legal-page p + ol {
	margin-top: -.75rem;
}

.legal-page ul:last-child,
.legal-page ol:last-child {
	margin-bottom: 0;
}

/* === Tracking page === */

/* --- Hero --- */

.tracking-hero {
	background-color: #f9fafc;
	padding-top: 7.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
	.tracking-hero {
		padding-top: 10rem;
		padding-bottom: 3rem;
		min-height: 100vh;
		min-height: calc(100vh - 337px);
	}
	.login-staples-page {
		min-height: calc(100vh - 268px);
	}
}

.tracking-hero > .container > .row {
	justify-content: center;
	margin-top: auto;
}

.tracking-hero .hero-content svg {
	display: block;
	width: 156px;
	margin: auto;
}

@media (min-width: 992px) {
	.tracking-hero .hero-content svg {
		width: 208px;
	}
}

.tracking-hero h1 {
	text-transform: uppercase;
	margin-bottom: 1.125rem;
	text-align: center;
}

.tracking-hero h1 small {
	font-weight: 600;
}

.tracking-hero .input-group {
	box-shadow: 0px 18px 30px 0 rgba(20, 52, 92, .1);
}

.tracking-hero .form-control,
.tracking-hero .form-control:focus {
	border: none;
	z-index: 0;
}

.tracking-hero .form-text {
	margin-top: 0;
}

.tracking-hero .form-message:not(:empty) {
	background-color: rgba(218, 36, 42, .2);
	color: #b81e24;
	padding: .75rem 1.125rem;
	margin-top: .75rem;
}

/* --- Tracking checkpoints --- */

[data-tracking-num],
[data-tracking-from],
[data-tracking-to],
[data-tracking-status],
[data-tracking-signature] {
	display: none;
}

.tracking-details,
.tracking-status {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.tracking-details [class*="col-"],
.tracking-status [class*="col-"] {
	padding-top: .375rem;
	padding-bottom: .375rem;
}

@media (min-width: 992px) {
	.tracking-details,
	.tracking-status {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
	.tracking-details [class*="col-"],
	.tracking-status [class*="col-"] {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.tracking-status p,
.tracking-status h2,
.tracking-status h4 {
	color: #fff;
	margin-bottom: 0;
}

.tracking-details div p {
	margin-bottom: 0;
}

.tracking-status h4 {
	margin-top: 8px;
}

.status-in-transit {
	background-color: #1fb6ff;
}

.status-delivered {
	background-color: #13ce66;
}

.status-not-available {
	background-color: #ff4949;
}

.status-not-pickedup {
	background-color: #c0ccda;
}

.status-exception {
	background-color: #ff4949;
}

.tracking-shipment {
	background-color: #f9fafc;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.tracking-shipment .container > .row {
	justify-content: center;
}

@media (min-width: 992px) {
	.tracking-shipment {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.card-checkpoint {
	background-color: #fff;
	-ms-flex-direction: row;
		flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
}

.checkpoint-time {
	flex: 0 0 30%;
	max-width: 30%;
	padding: 1.5rem .9375rem;
	text-align: right;
}

.checkpoint-illo {
	flex: 0 0 54px;
	max-width: 54px;
	position: relative;
}

.checkpoint-desc {
	flex: 0 1 auto;
	padding: 1.5rem .9375rem;
}

@media (min-width: 768px) and (max-width: 991px) {
	.checkpoint-time {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.checkpoint-time {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.card-checkpoint p {
	color: #1f2d3d;
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

.card-checkpoint p + p {
	color: #8492a6;
	font-size: .875rem;
	font-weight: 400;
}

.card-checkpoint .checkpoint-illo::after {
	position: absolute;
	content: "";
	top: 32px;
	left: 26px;
	width: 2px;
	height: 100%;
	border: 1px dashed #c0ccda;
	z-index: 1;
}

.card-checkpoint:last-child .checkpoint-illo:after {
	display: none;
}

.card-checkpoint svg {
	position: relative;
	display: block;
	width: 54px;
	height: 96px;
	z-index: 2;
}

.card-checkpoint svg path {
	fill: #da242a;
	fill: #fff;
	stroke: #c0ccda;
	stroke-width: 2;
}

.card-checkpoint:first-child svg path {
	fill: #c0ccda;
	stroke: #fff;
}

.status-in-transit + .tracking-checkpoints .card-checkpoint:first-child svg path {
	fill: #1fb6ff;
}

.status-delivered + .tracking-checkpoints .card-checkpoint:first-child svg path {
	fill: #13ce66;
}

.status-not-available + .tracking-checkpoints .card-checkpoint:first-child svg path {
	fill: #ff4949;
}

.status-not-pickedup + .tracking-checkpoints .card-checkpoint:first-child svg path {
	fill: #c0ccda;
}

.status-exception + .tracking-checkpoints .card-checkpoint:first-child svg path {
	fill: #ff4949;
}

.card-checkpoint:last-child svg path {
	fill: #c0ccda;
	stroke: #fff;
}

@media (max-width: 991px) {
	.card-checkpoint .card-body {
		padding: 1.875rem;
	}
	.card-checkpoint .card-body::after {
		left: -30px;
	}
	.card-checkpoint > svg {
		top: 12px;
		left: -30px;
	}
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */ 
    background-image: none !important;
    height: 0px;
}
.pac-container .pac-item .pac-icon {
    /* Disclaimer: not needed to show location icon*/ 
    background-image: none !important;
    height: 0px;
    width: 0px;
}

.pac-container{  
    box-shadow : none;
    border-top : 0px;
    width: 350px !important; 
   -webkit-box-shadow: 24px 32px 64px rgba(31, 45, 61, .05), -24px 32px 64px rgba(31, 45, 61, .05);
			box-shadow: 24px 32px 64px rgba(31, 45, 61, .05), -24px 32px 64px rgba(31, 45, 61, .05);
}
.pac-item, .pac-matched, .pac-item-query{
	border-top : 0px !important; 
	font-size: .875rem;
	line-height: 1.5rem;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
	font-weight: 300;
	text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased; 
    text-shadow: none;
    -webkit-tap-highlight-color: transparent; 
}

.pac-item:hover .pac-matched{
	background-color: #fff;
	color: red;
} 
.pac-item:hover .pac-item-query{
	background-color: #fff;
	color: red;
} 
.pac-item:hover{
	background-color: #fff;
	color: red;
}
.green-check-mark{
	width: 50px; 
	height: 60px;
	margin-top: -15px;
	padding-bottom: 15px;
}