
body {
	font-size: 13px;
	line-height: 21px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	background: #f6f6f6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
a {
    color: #8cc641;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #cedc00;
}
.header {
	background: #fff;
}

.header .logo {
	margin: 30px 0;
}

.header .logo img {
       width: 50%;
}

.header .logo a {
	display: block;
	transition: all .25s ease-in-out;
}

.header .logo a:hover {
	transform: translateY(-2px);
}

.header .tagline {
	margin-top: 45px;
	background: none;
}

.header .tagline h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.4em;
	color: #999;
}

/*.header > div > div > div {
	border: 1px solid #333;
}*/

.top-one.bg { min-height: 400px; }

.top-one.small { min-height: 0; }
.top-one.small { min-height: 0; padding: 40px 0 30px 0; }

.left-wrapper {
	min-height: 0;
	background: none;
}

.top-left-content {
    bottom: auto;
    padding: 40px 0 40px 0;
    position: relative;
    left: auto;
}


.top-left-content h2 {
	display: inline-block;
    font-size: 1.44em;
    padding: 10px 16px;
    margin: 0 0 15px 0;
    font-weight: 700;
    color: #ffffff;
        background: #9b9c9b;
    line-height: 1.69em;
}

.top-left-content p {
	font-size: 1.21em;
	line-height: 1.44em;
	max-width: 657px;
}

.top-left-content p a { color: #fff; }
.top-left-content p a:hover { text-decoration: underline; }

.top-left-content ul.quick-links { margin: 2em 0 0 0; }

.top-left-content ul.quick-links li { margin: 0 1.6em 0 0; padding: 0; }

.top-left-content ul.quick-links li a { color: #fff; font-weight: bold; }
.top-left-content ul.quick-links li a:hover { text-decoration: underline; }

.top-left-content a.video {
	display: inline-block;
	margin: 20px 0 0 0;
}

.top-left-content a.video img {
	width: 52px;
	height: 52px;
	margin: 0 10px 0 0;
	transition: all .35s cubic-bezier(0.37, -0.5, 0.46, 1.56);
}

.top-left-content a.video span.text {
	color: #fff;
	line-height: 52px;
	text-transform: uppercase;
	margin: 20px 0;
}

.top-left-content a.video:hover img {
	transform: scale(1.1);
}

.top-left-content a.video:hover span.text {
	text-decoration: underline;
}

.right-wrapper {
	padding: 89px 60px 45px 60px;
	min-height: 578px;
	    background: #9b9c9b;
}

.right-wrapper label {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
}

.right-wrapper .form-group {
	margin: 0;
}

.right-wrapper input[type="text"],
.right-wrapper input[type="password"] {
	box-shadow: 0px 3px 15px rgba(0,0,0,.2);
}

.right-wrapper input[type="text"] {
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}

.right-wrapper input[type="password"] {
	border-radius: 0 0 4px 4px;
	margin-top: 0;
	border-top: 1px solid #eee;
}

.right-wrapper input[type="submit"] {
	margin-top: 20px;
	box-shadow: 0px 3px 15px rgba(0,0,0,.2);
}

.right-wrapper .notice a.questions {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	padding: 0 0 0 56px;
	background: url('../images/icon-question-circle.png') no-repeat left center;
	background-size: 40px 40px;
}

.right-wrapper .notice a.questions span {
	display: block;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

.right-wrapper .notice:hover a.questions {
	text-decoration: underline;
}

.footer-wrap {
	background: #f6f6f6;
}

.footer {
	border-top: 1px solid #eee;
	padding: 14px 0 40px 0;
}

.footer p.legal {
	text-align: left;
	font-size: .8em;
	line-height: 1.5em;
	color: #bbb;
}

.plain-text {
	padding: 5em 0;
	background: #fff;
	
}

.feature { padding: 30px 0 25px 0; }

.feature h3.head {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	padding: 4px 11px;
	margin: 20px 0 15px 0;
	font-weight: 300;
	color: #ffffff;
	background: #29abe2; /* Fallback color for non-modern browsers */
	background: rgba(41, 171, 226, .75); /* Color for modern browsers */
}

.feature-content {
	display: table;
	width: 100%;
	padding: 0;
	width: 100%;
	margin: 10px 0;
	opacity: .8;
	box-shadow: 0px 2px 60px #ddd;
	transition: all .25s ease-in-out;
}

.feature-content.first {
	background: #fff url('../images/customer-service-woman.jpg') no-repeat left top;
	background-size: contain;
}

.feature-content.second {
	background: #fff url('../images/businessman-smiling.jpg') no-repeat left top;
	background-size: contain;
}
.feature-content.thired{
	background: #fff url('../images/reminder.jpg') no-repeat left top;
	background-size: contain;
	background-position: right;
	}
.feature-content .innerthird{
	display: table-cell;
    vertical-align: middle;
    height: 170px;
    padding: 39px 0px 0px 34px;
    text-align: left;
    height: 170px;
    background-size: 40px 40px;
}
.feature-content .spacethird {
    display: table-cell;
    width: 33%;
}
.feature-content:hover { 
	transform: translateY(-2px);
	opacity: .9;
	box-shadow: 0px 8px 60px #ddd;
}

.feature-content .space {
	display: table-cell;
	width: 40%;
}

.feature-content .inner {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
	width: 60%;
	padding: 0 100px 0 0;
	text-align: left;
	height: 150px;
	background: url('../images/icon-arrow-circle-right.png') no-repeat right 40px center;
	background-size: 40px 40px;
}

.feature-content h3 {
	font-family: 'Merriweather Sans', sans-serif;
    font-weight: 600;
    font-size: 1.0em;
    line-height: 1.4em;
    margin: 0 0 .5em 0;
    color: rgb(0, 0, 0);
    padding: 0;
}

.feature-content p {
	color: rgb(0, 0, 0);
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}
.feature-reminder{
	margin-top: 50px;
}

.video-wrap { margin: 10px 0; }

.video-wrap a.fancybox-media, .video-wrap a.pdf {
	position: relative;
	display: block;
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
	transition: all .25s ease-in-out;
}


.video-wrap a.fancybox-media:hover { transform: translateY(-2px); box-shadow: 0px 6px 15px rgba(0,0,0,.1); }

.video-wrap span.play {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	border-radius: 50%;
	background: rgb(174, 202, 66) url('../images/icon-play-white.png') no-repeat 55% center;
	background-size: 30% auto;
	opacity: .6;
	transition: all .25s ease-in-out;
}

.video-wrap a.fancybox-media:hover span.play { opacity: .8; }

.video-wrap img {
	position: relative;
	display: block;
	width: auto;
	max-height: 144px;
	border: 6px solid #fff;
	border-radius: 2px;
	margin: 0 0 10px 0;
	width: 100%;
}

.video-wrap .inner h5 {
	font-weight: 300;
	line-height: 1.4em;
	margin: 0 0 .2em 0;
	text-align: center;
	font-size: 1.35rem;
}

.video-wrap .inner p { margin: 0; }
.video-wrap .inner p a { color: #29ABE2; }
.video-wrap .inner p a:hover { text-decoration: underline; }

a.load { color: #DDD; text-decoration: underline; }
a.load:focus, a.load:hover { color: #BBB; text-decoration: none; }
.list-details{
	list-style: square;
    padding-left: 26px;
}
.list-details li{
	color:#ffffff;
	margin-bottom: 5px;
}



@media (max-width: 767px) {
	
	.header .logo { margin: 20px 0; }
	
	.header .logo img { width: 80%; }
	
	.header .tagline {
		text-align: left;
		margin: 0 0 20px 0;
	}
	
	.header .tagline h3 {
		font-size: 1.4em;
	}
	
	.right-wrapper {
	    padding: 4px 20px 45px 20px;
	    min-height: 0;
	    margin: 0 -15px !important;
	}
	
	.right-wrapper .top-form { padding: 0 !important; }
	
	.top-one.small {
		padding: 0;
	}

}

@media (max-width: 600px) {
	
	.top-left-content h2 {
		font-size: 1.6em;
	}
	
	.right-wrapper .notice a.questions {
		font-size: 1em;
	}
	
	.feature-content .inner {
	    height: 140px;
	    padding: 0 20px 0 0;
	    height: 120px;
	    background: none;
	    background-size: 30px 30px;
	}
	
	.feature-content .inner h3 {
		font-size: 1.5em;
		margin: 0 0 .2em 0;
	}

	.feature-content .inner p {
		font-size: .9em;
	}

}


@media (max-width: 480px) {

	.xxs-480 { width: 100% !important; }

}

.top-left-content h2{
	text-transform: uppercase;
}
.navbar-nav {
    float: right;
    margin: 0;
	text-align: center;
}
.navbar-nav>li>a{
	margin: 0px 20px;
	font-size: 16px;
}
.navbar-nav li a i{
	text-align: center;
}
h3{
	font-weight: 600;
}