/*
Theme Name: RLL Stillwater
*/
@import url("https://use.typekit.net/kqk5hjd.css");
/**** Foundation.css ****/
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.row {
	clear: both;
	width: 1170px;
	margin: 0 auto !important;
	max-width: 100%
}
.row:before, .row:after {
	content: "";
	display: table
}
.row:after {
	clear: both
}
.row .row {
	width: auto;
	min-width: 0;
	max-width: none
}
.row.collapse .columns {
	padding: 0
}
.row .row.collapse {
	margin: 0
}
.columns {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative
}
.columns.centered {
	float: none;
	margin: 0 auto
}
.one, .row .one {
	width: 8.33333%
}
.two, .row .two {
	width: 16.66667%
}
.three, .row .three {
	width: 25%
}
.four, .row .four {
	width: 33.33333%
}
.five, .row .five {
	width: 41.66667%
}
.six, .row .six {
	width: 50%
}
.seven, .row .seven {
	width: 58.33333%
}
.eight, .row .eight {
	width: 66.66667%
}
.nine, .row .nine {
	width: 75%
}
.ten, .row .ten {
	width: 83.33333%
}
.eleven, .row .eleven {
	width: 91.66667%
}
.twelve, .row .twelve {
 	width: 100%
}
@media only screen and (max-width: 767px) {
	.row {
		clear: both;
		width: auto;
		min-width: 0
	}
	.columns {
		float: none;
		width: auto !important
	}
	.columns:last-child {
		float: none
	}
	.columns:before, .columns:after {
		content: "";
		display: table
	}
	.columns:after {
		clear: both
	}
}


/**** Common.css ****/

* {
	outline: none;
	text-decoration: none !important;
	/*transition:background 0.3s linear; 
	-webkit-transition:background 0.3s linear; 
	-moz-transition:background 0.3s linear;*/
}
img {
	max-width: 100%;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:200;
	margin: 0 0 20px;
	line-height: 1.1;
	font-family: "pragmatica",sans-serif; 
}
p {
	margin: 0 0 22px
}

/**** Main.css ****/

body {
	margin: 0;
	color: #212221;
	font-size: 20px;
	line-height: 1.5;
	background: #fff;
	font-weight: 300;
	font-family: 'Pragmatica', sans-serif;
}
header {
	clear: both;
	display: block;
	min-height: 500px;
	position: relative;
	background: url(images/banner.jpg) no-repeat center top;
	background-size: cover;
}
header::before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(0,89,179, 0.8);
}
.contact-box {
    float: right;
	width: 340px;
	margin-top: 3px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 32px;
	padding: 22px 20px 15px;
	background-color: #f1f1f1;
}
.contact-box a {
	color: #212221;
	margin: 0 15px;
    font-size: 15px;
}
.main-logo {
	float: left;
	width: 415px;
	max-width: 100%;
	margin-left: 60px;
	margin-bottom: 75px;
}
.main-logo img {
	float: left;
}
.banner-content {
	color: #fff;
	display: block;
    text-align: center;
    padding-bottom: 250px;
}
.banner-content h1 {
    font-size: 55px;
}
.banner-content p {
    font-size: 25px;
}
.btn-primary {
	color: #fff;
	border: 0px;
	height: auto;
	font-size: 19px;
	cursor: pointer;
	font-weight: 300;
	min-width: 160px;
	margin-top: 15px;
	padding: 12px 35px;
	text-align: center;
	border-radius: 0px;
	font-family: inherit;
	background-color: #43ced3;   
}
.btn-primary:hover {
	background-color: #0059b3 ;
}
.home-drop-arrow {
    left: 50%;
    width: 44px;
    color: #fff;
    height: 44px;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    position: absolute;
    margin-left: -22px;
    top: inherit;
    bottom: 25px;
    font-size: 40px;
}
.white-wrapper {
	display: block;
    padding: 60px 0;
	text-align: center;
    border-bottom: 1px solid #eeecec;
}
h3 {
	color: #1c5baa;
	font-size: 28px;
}
.white-wrapper h3, .questions-wrapper h3 {
	margin-bottom: 28px;
}
.powered-insurance {
    display: block;
    padding: 60px 0;
    border-bottom: 1px solid #eeecec;
}
/*.powered-icon {
	margin-top: 62px;
	padding-left: 60px;
	padding-right: 28px;
}*/
.grey-area-programs {
	clear: both;
	display: block;
	padding: 60px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #eeecec;
}
.program-solution {
	display: block;
	padding-left: 60px;
	padding-right: 55px;
}
ul.tick {
	margin: 0;
	padding: 0;
}
ul.tick li {
    list-style: none;
    position: relative;
    margin-bottom: 40px;
}
ul.tick li:before {
    content: url(images/li_tick.png);
    position: absolute;
    top: 7px;
    left: -60px;
}
.umbrella {
	/*padding: 60px;*/
	background: #fff;
	border-radius: 50%;
	display: inline-block;
}
/*.umbrella img {
	width: 268px;
	display: block;
}*/
.grey-bg-pic {
    width: 200px;
    height: 200px;
	padding: 28px;
    border-radius: 50%;
	margin: 0 auto 30px;
    background-color: #eeecec;
}
/*.grey-bg-pic img {
	width: 116px;
	height: 116px;
}*/
.benefits {
	display: block;
	text-align: left;
	padding-left: 60px;
	margin-top: 30px;
}
.benefits h4 {
	color: #1c5baa;
	font-size: 24px;
}
.benefits ul.tick li {
	font-size: 18px;
}
.questions-wrapper {
	float: left;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
a.callnow {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	padding: 14px 40px;
	background: #59595b;
	display: inline-block;
}
a.callnow:hover {
	background-color: #0059b3 ;
}
.gray-wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}
img.advance-icon {
	width: 205px;
    margin: 0 auto;
    display: block;
}
.gray-wrapper span {
	display: block;
	font-size: 22px;
	margin-top: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.gray-wrapper p {
	font-size: 18px;
}
.footer {
	float: left;
    width: 100%;
	color: #fff;
    font-size: 16px;
	padding: 60px 0px;
	text-align: center;
    background-color: #0059b3;
}
.footer-content {
    width: 960px;
    max-width: 100%;
	margin: 0 auto;
}
.footer-content .img-fluid {
	width: 298px;
    margin-bottom: 30px;
}
p.copyrights {
    margin: 80px 0 0 0;
}

@media only screen and (max-width: 1157px) {
	.main-logo { margin-left: 0; }
	h3 { font-size: 26px; }
	.powered-icon { padding-left: 0; }
}
@media only screen and (max-width: 1023px) {
	body { font-size: 16px; }
	.main-logo { width: 288px; }
	.banner-content h1 { font-size: 40px; }
	.banner-content p { font-size: 18px; }
	.powered-icon { padding-right: 0; }
	h3 { font-size: 24px; }
	.gray-wrapper p, .benefits ul.tick li { font-size: 16px; }
	.banner-content { padding-bottom: 150px; }
}
@media only screen and (max-width: 767px) {
	.umbrella { width:170px; }
	.grey-bg-pic { width:100px; height:100px; }
	.contact-box { float: none; margin:0 auto 32px; display: block; }
	.main-logo { float: none; margin:0 auto 40px; display: block; }
	.main-logo img { display: inline-block; float: none; }
	.banner-content h1 { font-size: 32px; line-height:1.25; }
	.banner-content p { font-size: 16px; }
	h3 { font-size: 22px; line-height:1.25; }
	.powered-icon { margin:0 auto 40px; display: block; padding: 0 15px; width: 50%;}
	.powered-insurance, .gray-wrapper, .grey-area-programs { text-align: center; }
	.program-solution { padding-right: 0; }
	.footer { font-size: 14px; }
	.program-solution { text-align: left; }
}