/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */

/* ========================================================================== Base styles: opinionated defaults ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 62.5%;
	line-height: 1.4;
}

/* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */
audio,
canvas,
img,
video {
	vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
}

/* ========================================================================== Browse Happy prompt ========================================================================== */
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #fff;
	padding: 0.2em 0;
}

/* ===== Initializr Styles ================================================== Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template ========================================================================== */
body {
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

@-ms-viewport {
	width: device-width;
}

/* ========================================================================== Author's custom styles ========================================================================== */
ul,
img,
header,
footer,
section,
figure {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	display: inline-block;
}

a {
	text-decoration: none;
}

a:focus {
	border: 0;
	outline: 0;
}

a,
a:hover,
i,
i:hover {
	transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.no-padding {
	padding: 0px !important;
}

.t-r {
	text-align: right !important;
}

.t-c {
	text-align: center !important;
}

.flt-l {
	float: left !important;
}

.flt-r {
	float: right !important;
}

::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */

	color: #585858;
}

::-moz-placeholder {

	/* Firefox 19+ */

	color: #585858;
}

:-ms-input-placeholder {

	/* IE 10+ */

	color: #585858;
}

:-moz-placeholder {

	/* Firefox 18- */

	color: #585858;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"] {

	/*-webkit-appearance: none;

	*/

	border-radius: 0;
}

header {
}

header .top_row {
	background: #1c4970;
	text-align: center;
	padding: 1% 0;
}

header .top_row ul li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 21px;
}

header .top_row ul li:last-child {
	border: none;
}

header .top_row ul li a {
	color: #fff;
}

header .top_row ul li a:hover {
	color: #dadada;
	text-decoration: none;
}

header .mid_row {
	background: #fff;
	text-align: center;
	padding: 1% 0;
}

.mid_sec {
	background: #e9e9e9;
	padding: 0 0 2% 0;
}

.mid_sec .container {
	position: relative;
	width: 880px;
}

.mid_sec h2 {
	text-align: center;
	font-family: times-new-roman;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
}

.mid_sec h2::before {
	content: '';
	background: #000;
	width: 178px;
	height: 1px;
	position: absolute;
	left: 40px;
	top: 31px;
}

.mid_sec h2::after {
	content: '';
	background: #000;
	width: 178px;
	height: 1px;
	position: absolute;
	right: 40px;
	top: 31px;
}

.mid_sec ul {
	width: 100%;
	text-align: center;
}

.mid_sec ul li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	color: #525252;
	font-size: 17px;
	font-family: times-new-roman;
	text-align: left;
	font-weight: bold;
	margin: 12px 0 0 0;
}

.btm_sec .container {
	width: 839px;
}

.btm_sec h1 {
	text-align: center;
	font-size: 36px;
	font-family: times-new-roman;
	font-weight: bold;
}

.btm_sec .outer {
	background: url(../images/mid-blue.jpg) no-repeat center #1c4970;
	border: 1px solid #d9d8d6;
	width: 100%;
	float: left;
}

.btm_sec li {
	width: 33.33%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-family: times-new-roman;
	font-weight: bold;
	border: 1px solid #d9d8d6;
	border-top: none;
	border-left: none;
	padding: 2% 0;
	-webkit-box-shadow: inset 0 0 10px 0 #0b3052;
	box-shadow: inset 0 0 10px 0 #0b3052;
}

.btm_sec li:nth-child(3),
.btm_sec li:nth-child(6),
.btm_sec li:nth-child(9) {
	border-right: none;
}

.btm_sec li h2 {
	margin: 0px;
	padding: 0px;
}

.btm_sec li a {
	background: url(../images/white-bullet.png) no-repeat 40px 1px;
	color: #fff;
	font-size: 14px;
	padding: 0 35px 0 0;
	font-family: arial;
}

.btm_sec li a:hover {
	text-decoration: none;
	color: #b9b9b9;
}

.img_sec img {
	display: inline;
	float: left;
}

footer {
	background: #7f7f7f;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	float: left;
	padding: 2% 0;
}

/*------------ answers page --------------*/
.answers {
}

.answers .container {
	width: 1015px;
}

.answers h3 {
	color: #1c4970;
	font-size: 36px;
	font-family: times-new-roman;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	padding: 0px;
}

.answers .block {
	background: #1c4970;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	float: left;
	padding: 5%;
	margin: 0 0 94px 0;
}

.answers .block h4 {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	font-family: times-new-roman;
	margin: 0 0 39px 0;
}

.answers .block .search_block {
	background: #fff;
	border: 2px solid #7792a9;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	line-height: 62px;
	height: 62px;
	margin: 0 0 39px 0;
}

.answers .block .search_block input[type="text"] {
	background: transparent;
	border: none;
	line-height: 62px;
	color: #c5c5c5;
	font-size: 18px;
	font-family: arial;
	padding: 0 25px;
}

.answers .block .search_block input[type="image"] {
	float: right;
	margin: 15px 15px 0 0;
}

.answers .block .font20 {
	color: #fff;
	font-family: times-new-roman;
	font-size: 20px;
	font-weight: bold;
}

.answers .block ul {
	width: 100%;
	float: left;
}

.answers .block ul li {
	background: url(../images/bullet-01.gif) no-repeat 0 6px;
	margin: 11px 0;
	padding: 0 0 0 14px;
	width: 100%;
	float: left;
	color: #8e8e8e;
	font-size: 14px;
	font-family: times-new-roman;
}

.answers .block .bluesec {
	background: #4678a4;
	color: #fff;
	font-family: times-new-roman;
	font-size: 14px;
	line-height: 30px;
	padding: 0 17px;
	display: inline-block;
}

.answers .block img {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

.page-template-default {
	color: #000;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.page-template-default  h1 {
	color: #1c4970;
	text-align: center;
	margin: 10px 0 30px;
}

.page-template-default .epkb-boxed {
	background: #1c4970;
	overflow: hidden;
	margin-bottom: 40px !important;
}

.page-template-default .epkb-doc-search-container {
	background: none !important;
}

.page-template-default #epkb-content-container {
	background: none !important;
}

.page-template-default .section-head.section_divider {
	background-color: #3774a9 !important;
	font-size: 18px;
}

.page-template-default  footer {
	background: #1c4970;
}

.page-template-default #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container h2 {
	margin-bottom: 45px;
}

.page-template-default #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search-form-4 input[type="text"] {
	border-radius: 5px !important;
	padding: 27px 20px !important;
	color: #666 !important;
	width: 100%;
	height: 56px;
}

.page-template-default #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search-form-4 #epkb-search-kb {
	font-size: 0px;
	background: url('../images/search-icon.gif') no-repeat center !important;
	border: none !important;
	border-radius: 0 5px  5px 0 !important;
	height: 54px;
}

.page-template-default #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container #epkb_search_results {
	width: 100%;
	border: none;
	float: right;
}

.epkb_post_type_1-template-default.single .answers .block {
	background: #f6f6f6 !important;
}

.epkb_post_type_1-template-default.single .eckb-breadcrumb-nav {
	list-style: none;
	margin: 10px 0 !important;
	padding: 10px !important;
	background: #e7e7e7 !important;
}

.epkb_post_type_1-template-default.single .eckb-breadcrumb-nav li {
	float: left;
	width: auto;
	display: inline;
	list-style: none;
	padding: 10px 0;
	background: none !important;
}

.epkb_post_type_1-template-default.single .eckb-navigation-button {
	position: absolute;
	top: -20px;
	right: 0;
	background: #1c4970 !important;
	color: #fff !important;
	font-size: 12px !important;
	padding: 8px 13px !important;
}

span.eckb-article-title {
	color: #666 !important;
}

/* #Media Queries

================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width:959px) {
	.page-template-default #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search-form-4 #epkb-search-kb {
		font-size: 0px;
		background: url('../images/search-icon.gif') #fff no-repeat center !important;
		border: none !important;
		border-radius: 5px !important;
		height: 56px;
		width: 56px;
		border-radius: 100px;
		margin: 0;
		float: left;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box input[type="text"] {
		width: 443px !important;
		float: left;
		margin-left: 0 !important;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container #epkb_search_form {
		margin: 10px auto;
		float: none;
		display: block;
		width: 500px !important;
		overflow: hidden;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container #epkb_search_results {
		width: 100% !important;
		margin: 0 auto;
	}

}

@media only screen and (min-width:960px) and (max-width:1024px) {
	.answers .container {
		width: 100%;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:959px) {
	.mid_sec .container,
	.btm_sec .container {
		width: auto;
	}

	.mid_sec h2::before,
	.mid_sec h2::after {
		content: none;
	}

	.mid_sec ul li {
		width: 33.33%;
		float: left;
	}

	.btm_sec li {
		width: 100%;
		border-right: none;
	}

	.img_sec {
		text-align: center;
	}

	.img_sec img {
		float: none;
	}

	.answers .container {
		width: 100%;
	}

	.answers .block .search_block input[type="text"] {
		width: 80%;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.mid_sec .container,
	.btm_sec .container {
		width: auto;
	}

	.mid_sec h2::before,
	.mid_sec h2::after {
		content: none;
	}

	.btm_sec li {
		width: 100%;
		border-right: none;
	}

	.img_sec {
		text-align: center;
	}

	.img_sec img {
		float: none;
	}

	.answers .container {
		width: 100%;
	}

	.answers .block .search_block input[type="text"] {
		width: 80%;
	}

	.page-template-default #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search-form-4 #epkb-search-kb {
		font-size: 0px;
		background: url('../images/search-icon.gif') #fff no-repeat center !important;
		border: none !important;
		border-radius: 5px !important;
		height: 56px;
		width: 56px;
		border-radius: 100px;
		margin: 0;
		float: left;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box input[type="text"] {
		width: 240px !important;
		float: left;
		margin-left: 0 !important;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container #epkb_search_form {
		margin: 10px auto;
		float: none;
		display: block;
		width: 300px !important;
		overflow: hidden;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container #epkb_search_results {
		width: 100% !important;
		margin: 0 auto;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
}

@media only screen and (max-width:768px) {
	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box input[type="text"] {
		width: 70% !important;
		float: left;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap {
		width: 30% !important;
		float: left;
		right: 3px !important;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search-form-1 button {
		right: 4px !important;
	}

	#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap button {
		margin: 0 !important;
	}

}

@media (max-width:767px){
	#header .top_row h2{font-size:15px;text-align:center;float:none;margin:10px 0 10px 0;padding:0px;line-height:26px;}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px){
	#header .top_row h2{font-size:15px;text-align:center;float:none;margin:10px 0 10px 0;padding:0px;line-height:26px;}
}
@media only screen and (device-width:320px) and (orientation:portrait){
	#header .top_row h2{font-size:15px;text-align:center;float:none;margin:10px 0 10px 0;padding:0px;line-height:26px;}
}
@media only screen and (device-width:480px) and (orientation:landscape){
	#header .top_row h2{font-size:15px;text-align:center;float:none;margin:10px 0 10px 0;padding:0px;line-height:26px;}
}


@media only screen and (max-width: 1360px) {
#header .top_row h2{width:100%;}
}
@media only screen and (max-width: 1200px) {
#PopupMessage_text.PopupMessage_text {font-size: 14px !important;line-height: 20px !important;width: 90% !important;}
.vc_custom_1495710110990 .wpb_column.vc_column_container.vc_col-sm-8, .vc_custom_1495710110990 .wpb_column.vc_column_container.vc_col-sm-4{width:100%;}
.vc_custom_1495891607220 .wpb_column.vc_column_container.vc_col-sm-8, .vc_custom_1495891607220 .wpb_column.vc_column_container.vc_col-sm-4{width:100%;}
}
@media only screen and (max-width:767px){
    #PopupMessage_text.PopupMessage_text{font-size:12px!important;line-height:18px!important;width:90%!important;}
    #header .top_row h2{font-size:16px;line-height:20px;margin:10px 0;}
    .PopupMessage_closebtn{top:5px!important;right:5px!important;font-size:38px!important;}
    .PopupMessage_text{top:50%!important;padding:28px 25px!important;}
    .vc_custom_1495891607220 .wpb_column.vc_column_container.vc_col-sm-4 .vc_row.wpb_row{margin:0;}
    .vc_custom_1495891607220 .wpb_column.vc_column_container.vc_col-sm-4 .review-content,.vc_custom_1495891607220 .wpb_column.vc_column_container.vc_col-sm-4 .review-author{width:100%;display:block;margin:10px auto;}
    .we-calendar{width:280px!important;}
    .fc-scroller{height:auto!important;}
    .mixt-review.layout-v{width:100%;display:block!important;table-layout:fixed;}
    .mixt-review.layout-v .review-author,.mixt-review.layout-v .review-content{display:block!important;vertical-align:top;}
    .wpb_column.vc_column_container .vc_column-inner .vc_cta3-container{margin-bottom:35px;margin-left:auto;margin-right:auto;position:relative!important;left:20px!important;}
}

.page-template-default .post-password-form {
    text-align: center;
}