
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	scroll-behavior: smooth;
}

a:hover {
	text-decoration: none;
	color: #a8a8a8;
}

#agent-info {
	color: white;
}

#agent-info h4 {
	font-size: calc(1rem + .25vw);
}

#agent-info p {
	font-size: calc(.75rem + .25vw);
	font-weight: 400;
}

#alliance-logo img {
	width: calc(12rem + 4vw);
}

#americas-best {
	position: relative;
	display: inline-block;
}

#americas-best img {
	width: 100%;
}

#benefits {
	background-color: #eaeaea;
	padding: 60px 0;
}

#best-seller {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 35%;
	color: #fff;
}

#best-seller img {
	width: calc(50px + 7vw);
	margin-bottom: calc(1rem + 1vw);
}

.btn-primary {
	border-radius: 30px;
	padding: 5px 20px;
	background-color: #cf202f;
	border: solid 2px #cf202f;
}

.btn-primary:hover {
	color: #cf202f;
	border-radius: 30px;
	padding: 5px 20px;
	background-color: transparent;
	border: solid 2px #cf202f
}

.btn-secondary {
	background-color: transparent !important;
	border: solid 2px #fff !important;
	border-radius: 30px;
	padding: 5px 20px;
}

.btn-secondary:hover {
	color: #000;
	background-color: #fff !important;
	border: solid 2px #fff !important;
	border-radius: 30px;
	padding: 5px 20px;
}

#compensation {
	margin-bottom: 40px;
}

#compensation img {
	height: 100px;
	margin-bottom: 25px;
}

.container {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	padding: 60px 0 0;
}

#contact-button {
	margin: 0 auto;
	display: block;
	margin-top: 25px;
}

#contact-submit {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 30px;
}

#contact h1 {
	font-family: lato-black;
	font-weight: 900;
	line-height: calc(1.75rem + .5vw);
	margin-bottom: 25px;
}

#contact-form {
	padding: 80px 0;
}

#copywrite {
	padding-top: 15px;
	padding-bottom:50px;
	border-top: solid 2px #a8a8a8;
	opacity: 0.4;
}

.navbar .current {
	color: #000;
}

.embed-responsive {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 80%;
	padding: 0;
	overflow: hidden;
}

#health, #other, #retire, #life {
	margin-top: 80px;
	margin-bottom: 80px;
}

@font-face {
	font-family: lato-black;
	src: url(/assets/fonts/Lato/Lato-Black.ttf) format("truetype");
}

@font-face {
	font-family: lato-black-italic;
	src: url(/assets/fonts/Lato/Lato-BlackItalic.ttf) format("truetype");
}

@font-face {
	font-family: lato-bold;
	src: url(/assets/fonts/Lato/Lato-Bold.ttf) format("truetype");
}

@font-face {
	font-family: lato-bolditalic;
	src: url(/assets/fonts/Lato/Lato-BoldItalic.ttf) format("truetype");
}

@font-face {
	font-family: lato-italic;
	src: url(/assets/fonts/Lato/Lato-Italic.ttf) format("truetype");
}

@font-face {
	font-family: lato-light;
	src: url(/assets/fonts/Lato/Lato-Light.ttf) format("truetype");
}

@font-face {
	font-family: lato-light-italic;
	src: url(/assets/fonts/Lato/Lato-LightItalic.ttf) format("truetype");
}

@font-face {
	font-family: lato-regular;
	src: url(/assets/fonts/Lato/Lato-Regular.ttf) format("truetype");
}

@font-face {
	font-family: lato-thin;
	src: url(/assets/fonts/Lato/Lato-Thin.ttf) format("truetype");
}

@font-face {
	font-family: lato-thin-italic;
	src: url(/assets/fonts/Lato/Lato-ThinItalic.ttf) format("truetype");
}

#footer {
	background-color: #092340;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #a8a8a8;
	font-size: calc(.75rem + .10vw);
	line-height: calc(1rem + .70vw);
}

#footer h4 {
	margin-bottom: calc(1rem + .1vw);
}

#footer .row {
	padding: 100px 15px;
}

#footer .col-lg-2 {
	padding: 0 15px 15px 0;
}

#fitz-pic img {
	width: 100%;
}

#fitz-video vid {
    width: 100%;
    vertical-align: center;
}

#fitz-info h1 {
	font-family: lato-black;
	font-weight: 900;
	color: #092340;
	margin-bottom: 0;
}

#fitz-info h2 {
	font-family: lato-bold;
	font-size: calc(1rem + .75vw);
	font-weight: 700;
	color: #4b4c4c;
	font-style: italic;
	margin-bottom: 15px;
}

#fitz-info h3 {
	font-family: lato-regular;
	font-size: calc(.75rem + .65vw);
	font-weight: 400;
	color: #a8a8a8;
}

#fitz .col-lg-3 {
	padding: 80px 15px 180px;
}

#fitz-video .col-lg-6 {
	padding: 80px 15px 180px;
}

header {
	background-color: #092340;
}

h1 {
	font-family: lato-bold;
	font-size: calc(1.25rem + 1vw);
	font-weight: 700;
}

h2 {
	font-family: lato-bold;
	font-size: calc(1.25rem + .75vw);
	font-weight: 700;
}

h3 {
	font-size: calc(.75rem + .75vw);
}

h4 {
	font-family: lato-bold;
	font-size: calc(1.25rem + .1vw);
	font-weight: 700;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: calc(.75rem + .20vw);
}

#get-a-quote .col-lg-6 {
	padding: 80px 0;
}

#how {
	background-color: #fff;
	padding: 60px 0;
}

#hero {
	background-image: url('/images/protect-fam.jpg');
	position: relative;
	height: 85%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#hero-text h1 {
	font-family: lato-bold;
	font-size: calc(2rem + 1vw);
	font-weight: 700;
}
/*
#hero img {
	width: 100%;
}
*/
#hero-op {
	position: relative;
}

#hero-op img {
	width: 100%;
}

#hero-op-text {
	color: #fff;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

#hero-text {
	color: #fff;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

#hero-text .btn-secondary {
	margin-top: 25px;
}

#how-much {
	background-color: #eaeaea;
	padding: 30px 0;
}

#how-much .col-lg-4 {
	padding: 80px 0;
}

#how-much-button {
	text-align: center;
}

#here-to-help {
	background-image: url(/images/products.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 0% 25%;
}

#here-to-help h1 {
	font-weight: 900;
}

#health img {
	width: 100%;
}

#help-left {
	padding: 80px 15px 180px;
}

#help-right {
	padding: 80px 15px 180px;
}

#help-right p {
	margin-bottom: 25px;
}

#help-button {
	text-align: center;
}

#insurance-products {
	padding: 80px 15px;
}

#insurance-products p {
	margin-bottom: 60px;
}

#insurance-products h3 {
	font-family: lato-bold;
	margin-bottom: 15px;
	font-weight: 700;
}

#index-home {
	width: 65%;
	position: relative;
}

.input-prepend button {
	background-color: #092340;
	border: solid 2px #092340;
	vertical-align: middle;
	border-radius: 30px;
	padding: 5px 20px;
}

.input-prepend button:hover {
	border: solid 2px #092340;
	background-color: transparent;
	color: #092340;
}

input[type=submit] {
	background-color: #cf202f;
	color: #fff;
	border: solid 2px #cf202f;
	border-radius: 30px;
	padding: 5px 25px;
	text-transform: uppercase;
}

input[type=submit]:hover {
	background-color: transparent;
	color: #cf202f;
	border: solid 2px #cf202f;
	border-radius: 30px;
	padding: 5px 25px;
	text-transform: uppercase;
}

input[type=text] {
	width: 100%;
	padding: 5px 15px;
	border: solid 2px #eaeaea;
	border-radius: 30px;
	margin-bottom: 10px;
}

input[type=email] {
	width: 100%;
	padding: 5px 15px;
	border: solid 2px #eaeaea;
	border-radius: 30px;
	margin-bottom: 10px;
}

input::placeholder {
	color: #a8a8a8;
	font-style: italic;
}

#iul-videos {
	margin-bottom: 60px;
}

#insurance-products h3 {
	color: #a8a8a8;
}

#join-team {
	background-image: url(/images/team-lakeland.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: right;
}

#join-button {
	text-align: center;
	margin-bottom: 50px;
}

#join-button .btn-primary {
	background-color: #092340 !important;
	border: solid 2px #092340 !important;
}

#join-button .btn-primary:hover {
	background-color: transparent !important;
	border: solid 2px #092340 !important;
	color: #092340;
}

#join-us {
	padding: 50px 0px;
}

#join-us h2 {
	font-family: lato-black;
	font-weight: 900;
	color: #092340;
}

#join-us, #join-left, #join-middle, #join-right {
	text-align: center;
}

#join-left, #join-middle, #join-right {
	padding: 0 15px;
}

#join-left {
	margin-bottom: 40px;
}

#join-middle {
	margin-bottom: 40px;
}

#join-right {
	margin-bottom: 40px;
}

#join-left img {
	margin-bottom: 20px !important;
	height: 100px;
}

#join-middle img {
	margin-bottom: 20px !important;
	height: 100px;
}

#join-right img {
	margin-bottom: 20px !important;
	height: 100px;
}

#key {
	color: #fff;
}

#life-submit {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 30px;
}

#logo {
	padding-top: 25px;
	padding-bottom: 25px;
}

#logo img {
	max-width: 200px;
	min-width: 100px;
}

#life img {
	width: 100%;
}

li, a, button {
	text-decoration: none;
	font-family: lato-regular;
	font-weight: 400;
	color: #fff;
}

#life h4, #other h4, #health h4, #retire h4 {
	margin-bottom: 15px;
}

#life a p, #other a p, #health a p, #retire a p {
	color: #0c8aff;
	margin-bottom: 15px;
}

#life img, #other img, #health img, #retire img {
	margin-bottom: 20px;
}

/*
nav ul li a:hover {
	background-color: #000;
}
*/

#mission {
	background-image: url(/images/our-story.png)!important;
	background: no-repeat;
	background-size: 40%;
	background-position: 100% 30%;
}

#mission h1 {
	margin-bottom: 30px;
	font-weight: 900;
	color: #092340;
}

#mission .col-lg-6 {
	padding: 80px 15px 180px;
}

nav {
	background-color: #001327;
}

.nav-item {
	color: #fff;
	font-size: 14px;
	font-family: lato-regular;
	padding-right: 40px;
}

#other img {
	width: 100%;
}

#partners img {
	width: 100%;
}

#partners-sm img {
	width: 100%;
}

#partners-products img {
	width: calc(100% + 1vw);
}

#products-form {
	padding: 80px 15px;
}

#products-form h3 {
	margin-bottom: 30px;
	color: #a8a8a8;
}

#player {
	margin: 80px 15px;
}

#quote h1 {
	font-weight: 900;
	color: #092340;
}

#quote select {
	border-radius: 60px;
	width: 260px;
	margin-bottom: 25px;
	padding: 5px 10px;
}

#sales_quote_form select {
	border-radius: 60px;
	width: 260px;
	margin-bottom: 12px;
	padding: 5px 10px;
	border: solid 2px #eaeaea;
}

#recruit_form select {
	border-radius: 60px;
	width: 260px;
	margin-bottom: 12px;
	padding: 5px 10px;
	border: solid 2px #eaeaea;
}

#retire img {
	width: 100%;
}

#reliable {
	margin-bottom: 40px;
}

#reliable img {
	height: 100px;
	margin-bottom: 25px;
}

#readmore {
	display: none;
}

#read {
	background-color: #092340;
	border: solid 2px #092340;
	border-radius: 30px;
	padding: 5px 20px;
	display: block;
	margin: 0 auto;
	color: #fff;
	margin-top: 25px;
}

#read:hover {
	background-color: transparent;
	border: solid 2px #092340;
	color: #092340;
}

#story {
	background-color: #eaeaea;
}

#story-text {
	padding: 80px 15px;
	margin: auto;
}

#story-image {
	padding: 80px 15px;
	margin: auto;
}

#story .col-lg-3 {
	padding: 80px 15px;
}

#story h1 {
	margin-bottom: 30px;
	font-weight: 900;
	color: #092340;
}

#story img {
	width: 100%;
}

#start-button {
	text-align: center;
	margin-top: 35px;
}

#sales-quote {
	background-image: url(/images/quote-pen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

textarea {
	border: solid 2px #eaeaea;
	border-radius: 30px;
	width: 100%;
	padding: 5px 15px;
	resize: none;
}

textarea::placeholder {
	color: #a8a8a8;
	font-style: italic;
}

#training {
	margin-bottom: 40px;
}

#training img {
	height: 100px;
	margin-bottom: 25px;
}

#turn-key {
	background-image: url(/images/turnkey.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 0 45%;
}

#turn-key h1 {
	font-weight: 900;
}

#turn-key .col-lg-4 {
	padding: 80px 0 180px;
}

#turn-key .col-lg-5 {
	padding: 80px 0 180px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul li a.active {
	color: #000;
}

#video-text {
	margin: 80px 0;
}

#video-text h1 {
	font-weight: 900;
	margin-bottom: 30px;
	color: #092340;
}

#videos .col-lg-8 {
	padding: 80px 15px;
}

#videos .col-lg-4 {
	padding: 80px 15px;
}

#video {
	background-color: black;
	height: 30%;
	width: 100%;
	overflow: hidden;
}

.video-background {
	position: relative;
	width: 100%;
	background-color: #000;
}

#wants {
	margin-bottom: 50px;
}

#wants h2 {
	font-weight: 900;
	color: #092340;
}

#why-buy {
	background-image: url(/images/index-home.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 0 45%;
}

#why-buy-button {
	text-align: center;
}

#why-buy-left {
	color: #fff;
}

#why-buy-left h2 {
	font-weight: 900;
}

#why-buy-right ul {
	margin-bottom: 35px;
}

#why-buy-right li {
	color: #000;
	display: flex;
	margin-bottom: calc(1rem + 1vw);
}

#why-buy-right img {
	width: calc(40px + 1vw);
	margin-right: 45px;
}

#why-buy-left {
	padding: 40px 15px 0;
}

#why-buy-right {
	padding: 40px 15px;
}

.error {
	border-color: red !important;
}

.notice{
	border-color: #ffd324;
}
/********************************
Bootstrap 4 breakpoints
*********************************/

@media (max-width: 768px) {
	#join-team {
		text-align: center !important;
	}
}

@media (max-width: 768px) {
	#sales-quote {
		text-align: center !important;
	}
}

@media (max-width: 1800px) {
	.embed-responsive {
		width: 100%;
	}
}

@media (max-width: 576px) {
	#video-text {
		margin: 30px 15px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#video-text {
		margin: 40px 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#video-text {
		margin: 50px 15px;
	}
}

@media (max-width: 1142px) {
	#mission {
		background-image: none !important;
	}
}

@media (max-width: 576px) {
	#mission .col-lg-6 {
		padding: 30px 15px 40px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#mission .col-lg-6 {
		padding: 30px 15px 80px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#mission .col-lg-6 {
		padding: 50px 15px 80px;
	}
}

@media (max-width: 1200px) and (min-width: 991px) {
	#mission .col-lg-6 {
		padding: 50px 15px 80px;
	}
}

@media (max-width: 576px) {
	#story-text {
		padding: 30px 15px 20px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#story-text {
		padding: 80px 15px 20px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#story-text {
		padding: 80px 15px 40px;
	}
}

@media (max-width: 576px) {
	#story-image {
		padding: 20px 15px 50px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#story-image {
		padding: 20px 15px 80px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#story-image {
		padding: 20px 15px 80px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#story .col-lg-6 {
		padding: 30px 15px 80px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#story .col-lg-6 {
		padding: 30px 15px 80px;
	}
}

@media (max-width: 576px) {
	#benefits {
		padding: 50px 0 10px;
	}
}

@media (max-width: 1142px) {
	#turn-key {
		background-image: none !important;
	}
}

@media (max-width: 1142px) {
	#key {
		color: #000;
	}
}

@media (max-width: 576px) {
	#turn-key .col-lg-4 {
		padding: 30px 15px 15px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#turn-key .col-lg-4 {
		padding: 30px 15px 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#turn-key .col-lg-4 {
		padding: 30px 15px 15px;
	}
}

@media (max-width: 576px) {
	#turn-key .col-lg-5 {
		padding: 15px 15px 30px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#turn-key .col-lg-5 {
		padding: 30px 15px 30px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#turn-key .col-lg-5 {
		padding: 45px 15px 45px;
	}
}

@media (max-width: 1142px) {
	#why-buy {
		background-image: none !important;
	}
}

@media (max-width: 991px) {
	#here-to-help {
		background-image: none !important;
	}
}

@media (max-width: 576px) {
	#fitz .col-lg-3 {
		padding: 30px 15px 40px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#fitz .col-lg-3 {
		padding: 70px 15px 50px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#fitz .col-lg-3 {
		padding: 80px 15px 60px;
	}
}

@media (max-width: 576px) {
	#fitz .col-lg-8 {
		padding: 0 15px 40px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#fitz .col-lg-8 {
		padding: 0 15px 50px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#fitz .col-lg-8 {
		padding: 0 15px 30px;
	}
}

@media (min-width: 991px) {
	#help-left {
		color: #fff;
	}
}

@media (max-width: 1142px) {
	#why-buy-left {
		color: #000;
	}
}

@media (max-width: 576px) {
	#get-a-quote .col-lg-6 {
		padding: 40px 15px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#get-a-quote .col-lg-6 {
		padding: 50px 15px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	#get-a-quote .col-lg-6 {
		padding: 60px 15px;
	}
}

@media (max-width: 576px) {
	#how-much .col-lg-4 {
		padding: 30px 15px;
	}
}

@media (max-width: 769px) and (min-width: 576px) {
	#how-much .col-lg-4 {
		padding: 40px 15px;
	}
}

@media (max-width: 992px) and (min-width: 769px) {
	#how-much .col-lg-4 {
		padding: 40px 15px;
	}
}

@media (max-width: 576px) {
	#health, #other, #retire, #life {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#health, #other, #retire, #life {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	#help-left {
		padding: 40px 15px 0;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#help-left {
		padding: 50px 15px 0;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	#help-left {
		padding: 60px 15px 0;
	}
}

@media (max-width: 576px) {
	#help-right {
		padding: 0 15px 30px !important;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#help-right {
		padding: 0 15px 50px !important;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	#help-right {
		padding: 0 15px 60px !important;
	}
}

@media (max-width: 576px) {
	#how-much .col-lg-4 {
		padding: 15px 15px 15px;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	#how-much .col-lg-4 {
		padding: 20px 15px 20px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	#how-much .col-lg-4 {
		padding: 25px 15px 25px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1650px;
	}
}

@media (max-width: 991px) {
	#why-buy-number, #agent-info, #best-seller {
		display: none;
	}
}

@media (max-width: 991px) {
	.navbar {
		display: block;
		text-align: right !important;
	}
}

@media (max-width: 768px) {
	#logo {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.nav-item {
		padding-right: 0;
		text-align: center;
		margin: 25px 0;
		font-size: 1.25rem;
		margin-left: 15px;
	}
}

@media (max-width: 991px) {
	#partners {
		display: none;
	}
}

@media (max-width: 991px) {
	#alliance-logo {
		text-align: center !important;
		margin-top: 25px;
	}
}

@media (max-width: 991px) {
	#footer .row {
		padding: 40px 15px;
	}
}

#fitz vid {
    max-height: 425px;
    max-width: 780px;
}