﻿/* Page Loader */
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	text-align: center;
}
/* center logo and loader */
.loader-wrap {
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}
/* loading page spinner */
.circle {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	border-bottom-color: #1B75BB; /* Blue */
	border-left-color: green !important; /* blue */
	border-right-color: green; /* green */
	border-top-color: #1B75BB; /* green */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
}
/* Page Loader Animations */
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}
body {
	margin: 0 auto;
	max-width: 1440px;
	min-width: 1000px;
	color: #6A6A6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
header {
	width: 100%;
	min-width: 1000px;
	background-color: #ebebeb;
	min-height: 50px;
	text-align: right;
	position: relative;
	z-index: 1;
}
a:hover {
	color: #2DC5B9;
}
p, li {
	max-width: 800px;
	line-height: 130%;
	text-justify: auto;
}
h1, h2, h3, h4 {
	font-weight: 300;
}
.title {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 26px;
	color: #515151;
}
.title-border {
	display: block;
	width: 100px;
	height: 4px;
	background-color: #ccc;
	margin-bottom: 30px;
}
button {
	background-color: #949494;
	border: none;
	color: #fff;
	width: 200px;
	height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
button:hover, input[type=submit]:hover {
	background-color: #2DC5B9;
	cursor: pointer;
	opacity: .8;
	filter: alpha(opacity=80);
}
.lit {
	background-color: #2DC5B9;
}
.wrapper {
	max-width: 1060px;
	min-width: 960px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.content-height {
	min-height: 76vh;
}
.padding {
	padding: 10px 20px;
}
.logo, nav, .social-box {
	display: inline-block;
	vertical-align: middle;
}
nav, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav {
	text-align: center;
	position: absolute;
	top: 10px;
	left: 25%;
	overflow: visible;
	z-index: 77;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
nav ul li a {
	color: #838383;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}
nav ul li span {
	color: #C0C0C0;
	font-size: 16px;
}
nav ul li ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
	background-color: #ebebeb;
	position: relative;
}
nav ul li ul li {
	display: block;
	line-height: 30px;
	
}
.logo-wrap {
	position: relative;
	float: left;
}
.logo-wrap span {
	display: block;
	clear: both;
	font-stretch: semi-condensed;
	color: #838383!important;
}
.logo {
	float: left;
	height: 40px;
	width: auto;
	margin-bottom: 10px;
}
.social-box {
	margin-top: 20px;
}
.social-box i {
	color: #4e4e4e;
	margin-right: 10px;
	font-size: 16px;
}
.social-box i.search-button {
	background-color: #015B7D;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 16px;
	margin-top: 10px;
	padding: 8px;
	z-index: 9000;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.leading {
	font-size: 1.1em;
	text-align: center;
}
.srv-post-block {
	width: 20%;
	display: inline-block;
	margin: 1%;
	background-color: #015B7D;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 15px 0px #ccc;
	padding: 10px 1% 20px;
	vertical-align: top;
	min-height: 200px;
	color: #fff;
}
.srv-post-block h2, .srv-post-block p {
	padding-right: 5%;
	text-align: left;
}
.srv-post-block h2 {
	font-weight: 600;
	color: #fff;
	font-size: 1.2em;
}
.post-lead {
	font-weight: 400;
	font-size: 1.1em;
}
.post-text {
	font-size: 10px;
	color:  #999999;
}
.srv-post-block button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 120px;
	height: 40px;
	color: #fff;
	border-radius: 0;
}
.quote-block {
	width: 100%;
	text-align: center;
	background-image: url('../images/service-bg.jpg.png');
	background-size: cover;
	height: 200px;
	font-style: italic;
}
.quote-block .wrapper {
	padding-top: 30px;
}
.quote-block h3 {
	font-size: 26px;
	color: #CCCCCC;
}
.quote-block blockquote {
	color: #999999;
	font-size: 18px;
}
#search-btn:hover {
	background-color: #2DC5B9;
	cursor: pointer;
}
.search-box {
	width: 100%;
	background-color: #fff;
	color: #ccc;
	height: 0;
	overflow: hidden;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.menu-height {
	height: 80px;
}
.search-box form input[type=search] {
	width: 70%;
	border: 1px #ccc solid;
	height: 30px;
	padding: 5px;
	color: #808080;
}
.search-box form input[type=submit] {
	width: 150px;
	height: 30px;
	border: none;
	color: #fff;
	background-color: #015B7D;
}
.search-box form ::-webkit-input-placeholder, .comment-form ::-webkit-input-placeholder {
	color: #ccc;
}
::-webkit-input-placeholder {
	color: #C0C0C0;
}
.comment-box {
	margin: 0 auto;
	position: relative;
	max-width: 800px;
	max-height: 500px;
	overflow-y: scroll;
}
.comment-form {
	max-width: 800px;
	text-align: left;
	letter-spacing:  normal;
	
}
.comment-form input {
	border: 1px #ccc solid;
	width: 45%;
	padding: 3px 1%;
	display: inline-block;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0 0 3px 1px #F3F3F3 inset;
	-moz-box-shadow: 0 0 3px 1px #F3F3F3 inset;
	box-shadow: 0 0 3px 1px #F3F3F3 inset;

}
.comment-form input[type=text] {
	margin-right: 20px;
}
.comment-form textarea {
	width: 95%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 1%;
	border: 1px #ccc solid;
	margin-top: 20px;
	height: 80px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow:  0 0 3px 1px #F3F3F3 inset;
	-moz-box-shadow: 0 0 3px 1px #F3F3F3 inset;
	box-shadow: 0 0 3px 1px #F3F3F3 inset;
}
.comment-form input[type=submit] {
	color: #fff;
	background-color: #003366;
	border: none;
	height: 40px;
	box-shadow: none;
	width: 200px;
}
/* Contact page section ********************************************************/

.contact > div {
	position: relative;
	display: inline-block;
	width: 45%;
	vertical-align: top;
	text-align: left;
}
.contact-sub1 {
	margin-right: 5%;
}
.contact-sub1 div {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.contact-sub1 div:nth-child(odd) {
	margin-right: 5%;
}
.line {
	width: 100%;
	height:2px;
	background-color: #C0C0C0;
	opacity: .1;
	margin: 0 auto 50px;
	display: block;
}
.full-width {
	width: 100% !important;
	display: block !important;
	margin-right: 0!important;
}
.contact-sub1 div input {
	width: 90%;
}
.contact-sub1 div textarea {
	width: 95.5%;
	height: 100px;
	border: none;
	padding: 8px 2%;
	background-color: #666;
	opacity: .5;
	border-radius: 10px;
	color: #fff;
}
.contact-sub1 div input[type=text], .contact-sub1 div input[type=tel], .contact-sub1 div input[type=email] {
	border-radius: 20px;
	background-color: #666666;
	padding-left: 5%;
	padding-right: 5%;
	opacity: .5;
	border: none;
	height: 25px;
	color: #fff;
}
.contact-sub1 div input:focus, .contact-sub1 div textarea:focus {
	opacity: 1;
}
.contact-sub1 div label {
	display: block;
	margin-bottom: 7px;
	padding-left: 8px;
}
.contact-sub1 div input[type=submit] {
	border-radius: 20px;
	background-color:  #2DC5B9;
	color: #000;
	height: 30px;
	width: 99.5%;
	border: none;
	font-weight: bold;
}
::-webkit-input-placeholder, :-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
	color: #fff !important;
}
.contact-sub2 {
	padding-top: 25px;
}
.contact-sub2 div {
	margin-bottom: 35px;
}
.contact-sub2 div i, .contact-sub2 div span {
	display: inline-block;
	vertical-align: middle;
}
.contact-sub2 div i {
	width: 40px;
	font-size: x-large;
	margin-right: 20px;
	text-align: center;
	color: #2dc5b9;
}
.contact-sub2 div span {
	width: 70%;
}
.contact-sub2 div span b {
	font-size: 14px;
	font-weight: 600;
	margin-right: 7px;
}
.contact-sub2 div span a {
	color: #fff;
	text-decoration: none;
}
.contact-sub2 div span a:hover {
	color: #2dc5b9;
}
/* home page ************************************************************************/
.home-top {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.home-top > div {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
}
.home-top p {
	text-align: center;
	margin: 0 auto;
	margin-top: -10px;
	color: #2dc5b9;
	font-size: 13px;
}
.home-top h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}
.home-top > div img {
	margin: 5px 10px;
}
.home-top > div img:hover {
	background-color: #2dc5b9;
	border-radius: 5px;
}
/* knowledge hub *****************************************************************************/

.hub-content {
	background-image: url('../images/hub-sec-bg.png');
	background-attachment: fixed;
	background-size: cover;
	margin-top: -40px;
	padding-top: 30px;
}
.block-wrap {
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 2% 1%;
}
.icon-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 90px;
	border: 4px #999999 solid;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	color: #2685BB;
	text-align: center;
	line-height: 90px;
	font-size: 48px;
	z-index: 10;
}
.icon-wrap i {
	background: -webkit-linear-gradient(#146696, #44B9EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-content {
	position: relative;
	display: inline-block;
	border: 4px #999 solid;
	border-left: none;
	background-color: #fff;
	margin-left: -12px;
	z-index: 9;
	height: 50px;
	vertical-align: middle;
	width: 70%;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	font-size: 14px;
	font-weight: bold;
}
.block-content span {
	text-align: center;
	margin-left: 5px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	padding: 0 10px;
}
.block-link-wrap {
	position: absolute;
	width: 150px;
	color: #fff;
	top: 77px;
	right: 40px;
	line-height: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: linear-gradient(to right, #5D080D, #BC1526);
}
.block-link-wrap a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
}
.link-btn-hover {
	background: linear-gradient(to right, #BC1526, #5D080D);
}
.block-link-wrap i {
	font-size: 18px;
	vertical-align: middle;
}
/*  affiliates page *******************************************************************/
.affiliates-wrapper {
	padding-top: 120px;
}
.affiliates-wrapper a img {
	border-width:0;
	border: none;
	width: auto;
	margin: 10px 25px;
	vertical-align: middle;
}
.affiliates-wrapper a img:hover {
	border-bottom: 2px #2dc5b9 solid;
}
/* blog *****************************************************************************/
.main-post {
	max-width: 700px;
	background-color: #fff;
	border: 1px #eee solid;
	-webkit-box-shadow: 3px 4px 4px 0px #f1f1f1;
	-moz-box-shadow: 3px 4px 4px 0px #f1f1f1;
	box-shadow: 3px 4px 4px 0px #f1f1f1;
	padding: 30px 0 20px;
	overflow: hidden;
	position: relative;
	border-top: none;
	border-left: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.img-wrap {
	position: relative;
	overflow: hidden;
	border-bottom: 2px #CC0066 solid;
}
.main-post img {
	margin-top: -30%;
	clear: both;
	margin-bottom: -3px;
}
.main-post #line {
	display: block;
	width: 120px;
	height: 4px;
	margin-bottom: 20px;
	background-color: #00274F;
}
.main-post label {
	position: absolute;
	top: 12px;
	width: 40px;
	left: 0px;
	background-color: #00274F ;
	color: #fff;
	font-weight: 100;
	padding: 10px;
	font-size: 16px;
	border-left: 3px #CC0066 solid;

}
.main-post h1, .main-post h2, .secondary-post h1 {
	text-transform: uppercase;
}
.main-post h1 {
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #00274F !important;
}
.main-post h2 {
	color: #00274F !important;
	font-size: 16px;
}
.post-info {
	padding: 10px 0;
	position: relative;
	font-size: 18px;
	
}
.post-info i:first-of-type {
	margin-right: 30px;
}
.post-info i span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main-post img:hover, .secondary-post img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.secondary-post {
	max-width: 700px;
	background-color: #fff;
	border: 1px #eee solid;
	-webkit-box-shadow: 3px 4px 4px 0px #f1f1f1;
	-moz-box-shadow: 3px 4px 4px 0px #f1f1f1;
	box-shadow: 3px 4px 4px 0px #f1f1f1;
	padding: 30px 0 20px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 40px;
	text-align: left;
}
.width-pad {
	padding-left: 10px;
	padding-right: 10px;
}
.secondary-post > div {
	position: relative;
	width: 300px;
	margin-right: 20px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.secondary-post > h1 {
	margin-top: 0;
	font-size: 17px;
	font-weight: 100;
	color: #898D8E;
}
.secondary-post > h2 {
	font-size: 13px;
	margin-top: 0px;
	color: #CC0066;
	padding-right: 20px;
}
.secondary-post .info {
	position: relative;
	margin-left: -10%;
	height: 103px;
	width: 58.5%;
	background-color: #f8f8f8;
	color: #898D8E;
} 
.secondary-post .info .date-wrap {
	width: 60px;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
.secondary-post .info .date-wrap > div {
	background-color: #03AFF1;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 13px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
.secondary-post .info .detail {
	padding: 10px 0;
}
.secondary-post .info .detail i {
	margin-right: 20px;
}
.secondary-post .info .detail i span {
	margin-left: 7px;
}
.secondary-post .info p {
	font-size: 11px;
	padding-right: 5px;
}
.secondary-post .info a {
	color: #898D8E;
	text-decoration: none;
	float: right;
	margin-right: 15px;
	margin-top: -5px;
}
.secondary-post .info a:hover {
	color: #03aff1;
}
.page-num {
	color: #fff;
	text-decoration: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #808080;
	display: inline-block;
	line-height: 30px;
	margin: 0 5px;
	font-size: 11px;
	overflow: hidden;
}
.next, .prev {
	background-color: #cc3300;
	color: #fff;
	font-size: 14px;
}
.next:hover, .prev:hover {
	background-color: green!important;
}
.page-num:hover, table tr td button:hover {
	color: #fff;
	background-color: #2DC5B9;
	cursor: pointer;
}
.mce-branding {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.post-text {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
}
/*    Footer **********************************************************************/
footer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #252525;
	color: #ccc;
	font-size: 10px;
	overflow: hidden !important;
	clear: both;
	float: none;
}
footer span {
	float: right;
}
