/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 26px;
	min-width: 360px;
}
p {
	margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}
h1 {
	font-size: 40px;
	line-height: 44px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 32px;
	line-height: 36px;
}
h4 {
	color: #76756a;
	font-size: 18px;
	font-family: 'Roboto', serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 26px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
h5 {
	color: #8dc71b;
	font-family: 'Roboto', serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 10px 0;
}
small {
	font-size: 14px;
}
.button {
	background-color: #8dc71b;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: 20px 25px;
	text-decoration: none;
	transition: all .5s ease;
}
.button:hover {
	background-color: #7aac18;
	color: #fff;
	text-decoration: none;
}
.button2 {
	background-color: #8dc71b !important;
	color: #fff !important;
	display: inline-block;
	font-size:18px;
	font-weight: 300;
	margin-left:1rem;
	padding: 15px 25px;
	text-decoration: none;
	transition: all .5s ease;
}
.button2:hover {
	background-color: #7aac18;
	color: #fff;
	text-decoration: none;
}
.checked {
	color: #8dc71b;
	margin: 0 0 20px 0;
}
.checked li {
	display: inline-block;
	margin: 0 2% 4% 0;
	width: 45%;
}
.checked li:before {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	margin: 0 5px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

/* Layout */
#page-container {
	padding: 96px 0 0 0;
}
.wrapper {
	margin: 0 auto;
	max-width: 1365px;
}
.clear {
	clear: both;
}
img {
	height: auto;
	max-width: 100%;
}
.column {
	float: left;
	margin-bottom: 20px;
}
.one-third {
	margin-right: 2%;
	width: 32%;
}
.two-third {
	margin-right: 2%;
	width: 65%;
}
.one-half {
	margin-right: 2%;
	width: 49%;
}
.column-right {
	text-align: right;
}
.last {
	margin-right: 0;
}
.highlight {
	font-size: 18px;
 	font-weight: 400;
	margin: 0 15px;
}

/* Header */
.header-nav {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#logo {
	display: block;
	line-height: 0;
	float: left;
	width: 27%;
}
#logo img {
	transition: all .5s ease;
}
.header-nav.scroll #logo img {
	max-width: 258px;
}
.nav-collapse {
	float: right;
	text-align: right;
	width: 73%;
}

/* Menu */
.menu li {
	display: inline-block;
	width: auto;
}
.menu a {
	color: #000;
	display: block;
	font-family: 'Roboto', serif;
	font-size: 18px;
	font-weight: 500;
	padding: 35px 15px;
	text-decoration: none;
	transition: all .5s ease;
}
.menu a:hover {
	color: #8dc71b;
	text-decoration: none;
}
.menu a.button {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	padding: 35px;
}
.menu a.button:hover {
	color: #fff;
}
.header-nav.scroll .menu a {
	padding: 19px 20px;
}
.header-nav.scroll .menu a.button {
	padding: 19px 35px;
}

/* Featured */
#featured {
	background: transparent url('../images/featured-bg-inner.jpg') no-repeat top left;
	background-size: cover;
	color: #fff;
}
#featured.featured-home {
	background: transparent url('../images/featured-bg.jpg') no-repeat top left;
	background-size: cover;
}
#featured .wrapper {
	max-width: 1098px;
	padding: 75px 135px;
}
#featured.featured-home .wrapper {
	padding: 100px 135px;
}
#featured .content {
	float: right;
	font-size: 20px;
  	line-height: 28px;
	font-weight: 300;
	width: 50%;
}
#featured h1 {
	margin: 0;
	text-align: center;
}
#featured.featured-home h1 {
	color: #f9e009;
	margin: 0 0 30px 0;
	text-align: left;
}
#featured .button {
	background-color: #4852fb;
	float:left;
	font-size: 18px;
	line-height: 18px;
}
#featured .button:hover {
	background-color: #3b43c6;
}

/* Video */
#video {
	background-color: #dcdcdc;
	padding: 50px 20px;
	text-align: center;
}
#video-wrapper {
	max-width: 840px;
}
#video h2 {
	font-size: 46px;
	line-height: 50px;
	margin: 0 0 46px 0;
}
#video .fluid-width-video-wrapper {
	margin: 0 0 36px 0;
}

/* Main */
#main {
	font-size: 20px;
	font-weight: 300;
	padding: 50px 0 30px 0;
}
#main .wrapper {
	max-width: 1325px;
	padding: 0 20px;
}

/* Testimonials */
#testimonials {
	background-color: #191717;
	color: #dbda02;
	font-style: italic;
	font-weight: 300;
	padding: 50px 20px 30px 20px;
	text-align: center;
}
#testimonials .wrapper {
    max-width: 1325px;
}
#testimonials a {
	color: #95979b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#testimonials a:hover {
	color: #fff;
}
.testimonial-content {
	box-sizing: border-box;
	float: right;
	margin: 0 auto;
	max-width: 650px;
    padding: 10%;
	width: 50%;
}

/* Slideshow */
.slideshow {
	float: left;
	width: 50%;
}
.cycle-slideshow {
	margin: 0 auto;
	max-width: 650px;
}
.cycle-prev,
.cycle-next {
	color: #fff;
    position: absolute;
    top: 0;
    width: 100px;
    opacity: .75;
    z-index: 800;
    height: 100%;
    cursor: pointer;
    transition: all .5s ease;
}
.cycle-prev {
    left: 0;
}
.cycle-next {
    right: 0;
}
.cycle-prev:hover,
.cycle-next:hover {
    opacity: 1;
}
.cycle-slideshow .fa {
    display: block;
    margin-top: -27px;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 998;
}
.cycle-prev .fa {
	left: 10px;
}
.cycle-next .fa {
	right: 10px;
}

/* Call To Action */
#call-to-action {
	background-color: #000;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
#call-to-action .wrapper {
	max-width: 1325px;
	padding: 0 20px;
}
#call-to-action h2 {
	color: #f9e009;
	margin-bottom: 40px;
}
#call-to-action .column {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 40px;
	text-align: left;
}
#call-to-action .column p {
	margin: 0 0 30px 21px;
}

/* Testimonials */
.testimonial {
	background: #e1e1e1;
	margin: 20px 0;
	padding: 30px 20px 15px;
}
.testimonial p{
	font-size:15px;
	font-style:italic;
	line-height:auto;
}

.testimonial img {
	float:left;
	margin-right:20px;
}

/* Footer */
#footer {
	background-color: #dcdcdc;
	padding: 40px 0;
}
#footer .wrapper {
	max-width: 735px;
	padding: 0 20px;
}
.footer-menu {
	margin-bottom: 10px;
}
.footer-menu a {
	padding: 10px 15px;
}
#footer .column {
	font-size: 16px;
	line-height: 20px;
}
#footer .column a {
	color: #000;
}
#footer .column a:hover {
	text-decoration: none;
}
#footer a.phone {
	color: #4852fb;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}
#footer a.phone:hover {
	color: #3b43c6;
}

/* Tablet View */
@media screen and (max-width: 1380px) {

	#page-container {
	    padding: 76px 0 0 0;
	}
	#logo {
		max-width: 305px;
		width: auto;
	}
	.header-nav.scroll #logo img {
		max-width: 215px;
	}
	.menu a {
		font-size: 16px;
		padding: 25px 15px;
	}
	.menu a.button {
		padding: 25px;
	}
	.header-nav.scroll .menu a {
	    padding: 14px 15px;
	}
	.header-nav.scroll .menu a.button {
	    padding: 14px 25px;
	}
	#featured .content {
		font-size: 16px;
		width: 60%;
	}
}

/* Mobile Views */
@media screen and (max-width: 1200px) {
	.testimonial-content {
	    padding: 5%;
	}
}
@media screen and (max-width: 1036px) {
	#featured .content {
	  font-size: 16px;
	  width: 100%;
	  float: none;
	}
}
@media screen and (max-width: 900px) {
	.testimonial-content {
	    padding: 0 5%;
	}
}
@media screen and (max-width: 800px) {
	.slideshow {
		float: none;
		margin: 0 0 25px 0;
		width: 100%;
	}
	.testimonial-content {
		float: none;
	    padding: 0;
		width: 100%;
	}
}
@media screen and (max-width: 760px) {
	#featured .wrapper {
	  padding: 40px;
	}
	h1 {
	  font-size: 30px;
	  line-height: 36px;
	}
	#featured .checked {
	  font-size: 14px;
	}
	#featured.featured-home .wrapper {
	  padding: 35px;
	}
	.column {
	  float: none;
	}
	.one-third,
	.two-third,
	.one-half {
	  margin-right: 0;
	  width: 100%;
	}
	.column-right {
	  text-align: left;
	}
	.column img {
		display: block;
		margin: 0 auto;
	}
	.footer-menu {
	  text-align: center;
	}
	.footer-menu a {
		padding: 10px;
	}
	#footer .column {
		text-align: center;
	}
}
@media screen and (max-width: 460px) {
	.nav-toggle {
	  padding: 18px 15px;
	}
	#logo {
	  max-width: 250px;
	}
	.checked li {
	  display: inline-block;
	  margin: 0 2% 2% 0;
	  width: 98%;
	}
}