@font-face {
	font-family: 'robotolight';
	src: url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-light-webfont.eot);
	src: url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-light-webfont.eot?#iefix) format('embedded-opentype'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-light-webfont.woff2) format('woff2'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-light-webfont.woff) format('woff'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-light-webfont.ttf) format('truetype'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-light-webfont.svg#robotoregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-regular-webfont.eot);
	src: url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-regular-webfont.woff2) format('woff2'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-regular-webfont.woff) format('woff'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-regular-webfont.ttf) format('truetype'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-regular-webfont.svg#robotoregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-bold-webfont.eot);
	src: url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-bold-webfont.woff2) format('woff2'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-bold-webfont.woff) format('woff'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-bold-webfont.ttf) format('truetype'), url(//medicarefreequote.org/wp-content/uploads/dynamik-gen/theme/fonts/roboto-bold-webfont.svg#robotobold) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document for Screens */
body {
	font-family: 'robotoregular', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #242424;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	/* Fix Firefox Font Weight Issue */
}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}

#logoParade {
	width: 100%;
	height: 75px;
	position: relative;
	display: none;
	margin-top: 5px;
}

#logoParade div.scrollableArea {
	display: block;
	float: left;
	padding-left: 10px;
}

#logoParade div.scrollableArea img {
	width: auto;
	max-height: 75px;
	padding: 0 20px 10px;
	vertical-align: middle;
}

.highlight {
	color: yellow
}

.orange_link,
.quote_step_4 a.orange_link {
	color: rgb(251, 121, 4);
}

.quote_container {
	background-color: rgb(215, 230, 255);
	color: #242424;
	box-shadow: 2px -6px 6px rgba(116, 116, 116, 1);
	z-index: 1;
	margin: -2px 0 10px;
	padding: 10px 0px;
	border-radius: 0px 0px 15px 15px;
}

.quote_table {
	color: #2671A0;
}

.quote_tab {
	padding: 10px;
	border-radius: 15px 15px 0px 0px;
	position: relative;
}


.quote_step_1_tab {
	background-color: #FFF;
	color: #193768;
	box-shadow: 2px -2px 5px rgba(116, 116, 116, 1);
}


.quote_step_2_tab {
	background-color: #FFF;
	color: #193768;
	border-left: 1px rgba(193, 193, 193, 1) solid;
	box-shadow: 2px -2px 5px rgba(116, 116, 116, 1);
}



.quote_step_3_tab {
	background-color: #FFF;
	color: #193768;
	border-left: 1px rgba(193, 193, 193, 1) solid;
	box-shadow: 2px -2px 5px rgba(116, 116, 116, 1);
}



.quote_step_3 a {
	color: #FFF;
}

.quote_step_3 .help {
	color: yellow;
}


.quote_step_4_tab {
	border-left: 1px rgba(193, 193, 193, 1) solid;
	background-color: #FFF;
	color: #193768;
	box-shadow: 2px -2px 5px rgba(116, 116, 116, 1);
}

.quote_step_4 a {
	color: rgb(59, 59, 59);
}

.quote_step_4 a:hover {
	color: #242424
}


.spinner {
	color: red;
	width: 10px;
	height: 10px;
	font-size: 100%;
	background-color: #FFF;
	padding: 10px;
	border-radius: 100%;
	font-weight: bold
}

.tab_active {
	background-color: rgba(222, 222, 222, 1);
	color: #242424;
	box-shadow: 2px -5px 5px rgba(116, 116, 116, 1);
	z-index: 2
}

body.mobile .tab_inactive {
	display: none !important;
}

.hover_tab {
	cursor: pointer;
}

.hover_tab:hover {
	background-color: #F5F5F5;
}

#quote_info {
	padding: 10px;
	font-weight: 700;
	border-radius: 0 0 10px 10px;
}

.quote_company_name {
	font-family: 'robotobold';
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #cc1928;
}

.quote_company_parent_name {
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	color: #05468B
}

.quote_rate_box {
	text-align: center;
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	background-color: #034687;
	padding: 20px;
	border-radius: 15px;
	min-width: 250px;
}

body.mobile .quote_rate_box {
	text-align: center;
}


.quote_plan {
	font-size: 1.5em;
}

.quote_rate {
	font-size: 2em;
}

.quote_rate_small {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	font-weight: 400;
}

.quote_blue {
	color: #2671A0;
}

.quote_extra {
	font-size: .8em;
	text-align: left;
	font-weight: 400;
	color: #2671A0;
	padding: 0 10px 0px;
}

.quote_disc {
	font-size: .8em;
	color: #00588F;
}

.quote_logos {
	text-align: left;
	padding: 0;
}

.quote_logos_mobile {
	display: none;
}

body.mobile .quote_logos_mobile {
	display: block;
}

.quote_logos_desktop {
	display: block;
	margin-bottom: 20px;
}

body.mobile .quote_logos_desktop {
	display: none;
}

.quote_logos img {
	max-width: 200px !important;
}

.quote_logos img.united-world-life-insurance-company,
.quote_logos img.medi-share-65 {
	max-width: 400px !important;
}

body.mobile #page .quote_logos img {
	max-width: 200px !important;
}

body.mobile #page .quote_logos img.united-world-life-insurance-company {
	max-width: 300px !important;
}

/* Begin Home Page Quote Form */

#quote_background_mobile {
	display: none;
}

#quote_background_mobile img {
	width: 100%;
	height: auto;
}

#quote_background {
	position: relative;
	max-height: 600px;
	overflow: hidden;
	max-width: 1600px;
	height: 764px;
	margin: 0px auto 0;
	background-image: url('/inc/templates/current/quotes/images/slides/slider-2.jpg');
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}



.get-quote-overlay-top {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 600;
	color: #193768;
	padding: 15px;
	text-align: center;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, 0.5);
}

.get-quote-overlay-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 600;
	color: #193768;
	padding: 15px;
	text-align: center;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, 0.5);
}

.quoteform-overlay {
	line-height: 1.5em;
	text-align: center;
	width: 40%;
	z-index: 600;
	position: absolute;
	top: 100px;
	right: 0px;
	padding: 25px 25px 25px 0;
	color: #fff;
	overflow: hidden;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

section.form_box {
	width: 100%;
	margin: auto;
	border-radius: 10px;
	padding: 25px 5px;
	background-color: rgba(6, 86, 146, .85);
}


@media screen and (max-width: 960px) {

	#quote_background_mobile {
		display: block;
	}

	.quoteform-overlay {
		width: 100%;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		margin-top: 0;
		padding: 0;
	}

	section.form_box {
		position: relative;
		border-radius: 0;
		padding: 15px;
		background-color: rgba(255, 255, 255, 0.5);
	}

	#quote_background {
		background-image: none;
		height: auto;
	}

	.get-quote-overlay-top {
		position: relative;
		top: auto;
		background-color: rgba(255, 255, 255, 0.5);
		color: white;
	}

	.get-quote-overlay-bottom {
		position: relative;
		bottom: auto;
		background-color: rgba(255, 255, 255, 0.5);
		color: white;
	}

}

div.quoteform-overlay a,
div.quoteform-overlay a:hover {
	color: #FFF;
}

div.quoteform-overlay div:first-child {
	color: #fff;
}

div.quoteform-overlay div:nth-child(2) {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1)
}

div.quoteform-overlay div:nth-child(3) {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
}

div.quoteform-overlay div:nth-child(5) {
	font-size: 0.9em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	padding: 5px 0 10px 0;
}


div.quoteform-overlay div.extra {
	margin-top: 15px;
}

div.quoteform-overlay div.extra span {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: none;
	background-color: red;
	padding: 5px;
}

.quoteform-overlay img {
	width: auto;
	vertical-align: middle;
	display: inline-block
}



.quoteform-overlay::before {
	display: inline-block;
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	transform: scale(1, 1.3);
	-webkit-transform: scale(1, 1.3);
	-moz-transform: scale(1, 1.3);
	-ms-transform: scale(1, 1.3);
	-o-transform: scale(1, 1.3);
	padding: 0 150px 0 0;
}


/* End Home Page Quote Form */

.styled-select {
	background: url("/inc/templates/current/quotes/images/select-menu.png") no-repeat 96% 0;
	height: 29px;
	overflow: hidden;
	width: 240px;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 268px;
}

.styled-select.slate {
	background: url("/inc/templates/current/quotes/images/select-menu.png") no-repeat right center;
	height: 34px;
	width: 240px;
}

.styled-select.slate select {
	border: 1px solid #ccc;
	font-size: 16px;
	height: 34px;
	width: 268px;
}


.rounded {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.semi-square {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.slate {
	background-color: #ddd;
}

.green {
	background-color: #779126;
}

.blue {
	background-color: #3b8ec2;
}

.red {
	background-color: #E6002F;
}

.yellow {
	background-color: yellow;
}

.black {
	background-color: #242424;
}


.slate select {
	color: #242424;
}

.green select {
	color: #fff;
}

.blue select {
	color: #fff;
}

.yellow select {
	color: #242424;
}

.black select {
	color: #fff;
}



#mainselection select {
	border: 0;
	color: #FFF;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px;
	width: 240px;
	-webkit-appearance: none;
}

#mainselection select option {
	color: #242424;
}


#mainselection {
	overflow: hidden;
	width: 250px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	background: #E6002F url("/inc/templates/current/quotes/images/select-menu.png") no-repeat scroll 219px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow,
select#soflow-color {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url("/inc/templates/current/quotes/images/select-menu.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 20px;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}

select#soflow-color {
	color: #fff;
	background-image: url("/inc/templates/current/quotes/images/select-menu.png"), -webkit-linear-gradient(#779126, #779126 40%, #779126);
	background-color: #779126;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 15px;
}

.Table-form-white {
	font-size: 2em;
	font-weight: 700;
	color: #0872B6;
	padding: 20px;
	border-radius: 15px;
	background-color: #D5E4F7;
}

#csg_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.fill01 {
	background-color: #FFF;
	border: #193768 solid thin;
}

.fill02 {
	background-color: #FFF;
	border: #193768 solid thin;
}

.fill03 {
	background-color: #DAEAD0;
}

blockquote {
	font-size: 1em;
	margin: 10px 30px;
	padding: 10px 40px;
	line-height: 1.45;
	position: relative;
	text-align: left;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-family: Times;
	font-size: 4em;
	position: absolute;
	left: 0;
	top: -10px;
	color: #242424;
}

blockquote:after {
	display: block;
	content: "\201D";
	font-family: Times;
	font-size: 4em;
	position: absolute;
	right: 0;
	top: -10px;
	color: #242424;
}

body.mobile blockquote:before,
body.mobile blockquote:after {
	font-size: 4em;
}

/*
#details_container, #market_container, .market_overlay_container {
	position:fixed;
	overflow:scroll;
	z-index:997;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	display:none;
	background-color:rgba(0,0,0,0.5);
}
*/

#curtain {
	background: rgba(0, 42, 74, 0.85);
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900
}

#details_container,
#market_container,
.market_overlay_container,
#overlay_container {
	position: fixed;
	overflow: scroll;
	z-index: 997;
	top: 50px;
	left: 50px;
	right: 50px;
	min-height: 200px;
	max-height: 85vh;
	display: none;
	background-color: #fff;
	box-shadow: 1px 1px 15px rgba(125, 125, 125, 0.81);
	border-radius: 25px;
	padding: 25px;
}

body.mobile #details_container,
body.mobile #market_container,
body.mobile .market_overlay_container,
body.mobile #overlay_container {
	left: 15px;
	right: 15px;
}

/*
#details, .market_analysis {
	position:relative;
	vertical-align:middle;
	background-color:#F6F7FB;
	margin:5%;
	padding:50px;
	box-shadow:1px 1px 15px rgba(125,125,125,0.81);
	border-radius:25px;
	font-size:.7em;
	z-index:998;
}
*/

#details,
.market_analysis,
#overlay {
	position: relative;
	vertical-align: middle;
	background-color: #FFF;
	color: #242424;
	z-index: 998;
}

#overlay_content {
	position: relative;
	z-index: 999;
}

.overlay_link {
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	font-size: .8em;
	color: #ff0;
}

.overlay_link:hover {
	color: #FFF;
}

.close_overlay {
	font-size: 2.5em;
	cursor: pointer;
	position: fixed;
	top: 70px;
	right: 70px;
	z-index: 1000
}

body.mobile .close_overlay {
	right: 35px;
}

.close_overlay a {
	color: #193768 !important
}

.close_overlay a:hover {
	color: #cc1928 !important
}

body.mobile #details {
	margin: 0;
	padding: 0;
}

body.mobile #details_container,
body.mobile #market_container,
body.mobile .market_overlay_container,
body.mobile #overlay_container {
	margin: 0;
	padding: 0 15px;
}

.details-social a {
	padding: 0 10px 0 5px;
	color: #56596C;
	font-size: 24px;
}

.details-social a a:hover {
	color: #d1a72b !important;
}

.blue_text {
	color: #193768;
}

.explanation {
	color: red;
}

/* Begin Progress Bar */
#progress_bar_container {
	position: fixed;
	z-index: 99999999999999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: scroll;
	background-color: rgba(0, 0, 0, 0.5);
}

#progress_logo {
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#progress_text {
	position: relative;
	vertical-align: middle;
	background-color: #F6F7FB;
	margin: 20%;
	padding: 40px;
	box-shadow: 1px 1px 15px rgba(125, 125, 125, 0.81);
	border-radius: 25px;
	text-align: center;
	color: #D00030;
	font-size: 1.5em;
	font-weight: 700;
}

body.mobile #overlay {
	margin: 5%;
	padding: 10px;
}

/* End Progress Bar */
table.chart {
	background-color: #dcd9c7;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0 0 2px #757575;
	color: #193768;
	width: 100%;
	margin: 40px auto;
	border-radius: 10px;
	padding: 10px;
	font-size: .9em;
}

table.chart:not(.columns) tr:nth-child(odd) {
	background-color: #F1EFE4;
}

table.chart th {
	background-color: #488AB0;
	color: #fff;
	padding: 8px 10px;
	font-size: .8em;
	vertical-align: top;
}

table.chart tr.subhead {
	background-color: rgba(72, 138, 176, 0.53) !important;
	color: #fff !important;
	font-weight: bold !important;
}

table.chart td {
	padding: 5px !important;
}

table.chart td:not(body.mobile table.chart td) {
	padding: 5px;
	font-size: .8em;
}

table.chart tr:not(.nohover):hover {
	background-color: #ff0 !important;
}

table.chart a {
	color: #193768;
}

body.mobile table.chart {
	font-size: .7em;
}

body.mobile table.chart td {
	padding: 5px 15px !important;
}

body.mobile table.chart th {
	display: none;
}

body.mobile table.chart td[data-col-name]:before {
	content: attr(data-col-name) ":";
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

header {
	/* 	background:rgba(22, 28, 38, 0.75); */
	background: #FFF;
	display: block;

	top: 0;
	width: 100%;
	z-index: 700;

}

#header_content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
	max-width: 1600px;
}

header .company_name {
	display: block;
	position: absolute;
	top: 15px;
	left: 120px;
	text-align: left;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	transform: scale(1, 1.3);
	-webkit-transform: scale(1, 1.3);
	-moz-transform: scale(1, 1.3);
	-ms-transform: scale(1, 1.3);
	-o-transform: scale(1, 1.3);
}

header .company_name_below {
	display: block;
	position: absolute;
	top: 68px;
	left: 120px;
	text-align: left;
	color: #fff;
	font-size: .6em;
	font-style: italic;
	font-weight: bold;
}

header .company_name_below a {
	color: #fff;
	text-decoration: none;
}

header .company_name_below a:hover {
	color: orange;
}

.help {
	font-size: .8em;
	color: green;
}

/* Fix for floated elements causing empty space mid-sentence in Fluid Layouts - keep floated images in a separate container */
p:before {
	content: "";
	width: 25%;
	display: block;
	overflow: hidden;
}

.text_blue {
	color: #193768;
}

.text_red {
	color: #d11848;
}

.text_green {
	color: green;
}

a.button {
	background-color: #193768;
	color: #FFF;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
	overflow: hidden;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	white-space: nowrap;
	border: #193768 solid thin;
	border-radius: 50px;
}

a.button:hover {
	background-color: #F5F5F5;
	color: #193768;
	text-decoration: none;
	border: #193768 solid thin;
	transition: background-color .7s;
}

body.mobile a.button {
	font-size: 14px;
	padding: 5px 20px;
}

.button_small {
	font-size: 14px !important;
	line-height: 32px !important;
	padding: 5px 20px !important;
}

.button_large {
	font-weight: bold !important;
	font-size: 1.75em !important
}

a.button.orange {
	background-color: orange;
	color: #FFF;
	border: orange solid thin;
}

a.button.orange:hover {
	background-color: rgb(223, 223, 223);
	border: orange solid thin;
	color: orange;
}

a.button.orange:hover {
	background-color: #FFF;
	border: orange solid thin;
	color: orange
}

a.button.gray {
	background-color: #F5F5F5;
	color: #193768;
	border: #193768 solid thin;
}

a.button.gray:hover {
	background-color: #193768;
	color: #FFF;
}

a.button.green {
	background-color: green;
	color: #FFF;
	border: green solid thin;
}

a.button.green:hover {
	background-color: #F5F5F5;
	color: green;
}

a.button.purple {
	background-color: #712C92;
	color: #FFF;
	border: #712C92 solid thin;
}

a.button.purple:hover {
	background-color: #F5F5F5;
	color: #712C92;
}

a.button.red {
	background-color: red;
	color: #FFF;
	border: red solid thin;
}

a.button.red:hover {
	background-color: #F5F5F5;
	color: red;
}

.circle {
	width: 10px;
	height: 10px;
	font-size: 200%;
	padding: 10px;
	border-radius: 100%;
	border: white solid 5px;
}

.flash {
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

#page {
	min-height: 400px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
}

.spacer {
	clear: both;
	height: 100px;
}

#content {
	padding: 0 50px;
}

.no_wrap {
	white-space: nowrap;
}

.no_decoration,
.no_decoration a {
	text-decoration: none;
}

iframe {
	max-width: 100% !important;
}

body.mobile table:not(table.no_resize) {
	width: 100% !important;
	height: auto !important;
	border-collapse: collapse;
}

body.mobile table th:not(table.no_resize th),
body.mobile table td:not(table.no_resize td) {
	padding: 5px;
}

body.mobile table:not(.no_resize) td {
	display: block;
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	text-align: center;
}

body.mobile table td p:not(table.no_resize td p),
body.mobile table:not(table.chart) td div:not(table.no_resize td div),
body.mobile table td ul li:not(table.no_resize td ul li),
body.mobile table:not(table.chart) td:not(table.no_resize td p) {
	text-align: left;
}

body.mobile table td img:not(table.no_resize table td img) {
	max-width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin: auto;
}

#page img {
	max-width: 100%;
	height: auto !important;
}

/* Convert floated images to blocks in mobile view */
body.mobile #content img {
	float: none !important;
	margin: 0 auto !important;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
	display: block;
}

.external-icon {
	vertical-align: baseline;
	font-size: 60% !important;
	padding: 3px;
	vertical-align: super;
}

a.external {
	white-space: nowrap;
}

a.phone {
	text-decoration: none;
}

#mobile_phone {
	display: none;
	position: absolute;
	top: 60px;
	right: 25px;
	margin: 0;
	transition: all .4s ease;
}

#mobile_phone a {
	text-decoration: none;
	color: #F9A843;
	font-size: 1.5em;
}

#mobile_phone a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Text */

h1 {
	font-family: 'robotobold' !important;
}

h2,
h3,
h4 {
	font-family: 'robotolight' !important;
}

h1,
h3,
h4,
h5,
h6 {
	color: #034687;
}

h2 {
	color: #cc1928;
}

a {
	color: #193768;
}

a:hover,
a:focus {
	color: #cc1928;
	text-decoration: none;
}

#content ul {
	list-style: none;
	padding: 0;
	margin-left: 40px;
}

#content ol {
	padding: 0;
	margin-left: 40px;
}

#content ul li,
#content ol li {
	padding: 10px 0;
}

#content ul li:before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 0;
	width: 1em;
	color: #005791;
}

a.btn {
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 15px;
	background-color: rgba(107, 4, 4, 0.3);
	transition: background-color .5s;
}

a.btn:hover {
	background-color: rgba(107, 4, 4, .7);
}

/* header */
#slider {
	height: auto;
	position: relative;
}

#header_content a.logo {
	z-index: 800;
	position: absolute;
	display: block;
	width: 258px;
	height: 253px;
	background: url(../images/NCSCA_logoRev_2019.gif) no-repeat 0 0;
	background-size: contain;
	top: 5px;
	left: 5px;
	transition: width .4s ease, height .4s ease;
}



#header_content a.logo span {
	display: none;
}

#header_content a.logo.tiny {
	width: 100px !important;
	height: 100px !important;
	transition: width .4s ease, height .4s ease;
}

#header_content a.logo.locked {
	width: 100px !important;
	height: 100px !important;
}

#slider div.hero,
#slider div.hero_2 {
	position: absolute;
	width: 42%;
	top: 130px;
	left: 55%;
	z-index: 101;
	animation-name: animate_1;
	animation-duration: 2s;
}

@keyframes animate_1 {
	0% {
		opacity: 0;
		left: 0;
		top: 0;
	}

	100% {
		opacity: 1;
		left: 55%;
		top: 130px;
	}
}

#slider div.hero h1 {
	line-height: 1em;
	margin: 0 0 30px;
	color: #fff;
	text-shadow: 1px 1px 6px #242424;
}

/* Social */
body.mobile #social {
	display: none;
}

#social {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	font-size: 22px;
}

#social i {
	padding-top: 10px;
}

#social.hide {
	display: none;
}

#social.show {
	display: block;
}

#social span {
	color: #fff;
	font-size: 40px;
	padding: 0 10px;
	text-decoration: none;
}

#social span a,
#social span a:visited,
#social span a:hover {
	color: #fff !important;
}

.social_connect {
	display: inline-block;
	font-size: 15px;
	padding: 10px 5px 7px 0;
	vertical-align: top;
}

.social_connect a {
	background-color: rgba(0, 22, 30, .7);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 33px !important;
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
	border-radius: 0px 0px 15px 15px
}

.social_connect a:hover {
	background: rgba(0, 22, 30, 1);
	color: #fff !important;
}

/* Slideshow */
.slider_content {
	position: absolute;
	bottom: 100px;
	right: 0;
	width: 900px;
	height: 92px;
	background-color: #9E120F;
}

.slider_heading {
	text-align: left;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	text-shadow: 1px 1px 1px #242424;
	padding: 25px 0 0 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.slider_content.tablet {
	bottom: 20%;
}

.slider_subheading {
	font-weight: 700;
}

/* all */
section {
	padding: 0 30px;
}

section::after {
	content: '';
	display: block;
	clear: both;
}

/* main */
section.main {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 1em;
}

section.main aside {
	width: 33%;
	float: left;
	text-align: center;
}

section.main .content {
	margin: 15px;
	background: no-repeat center top;
	background-size: 75px 75px;
	padding-top: 85px;
}

section.main aside h3 a {
	color: #242424;
	text-decoration: none;
}

section.main aside h3 a:hover {
	text-decoration: underline;
}

section.main aside .content.trending {
	background-image: url(../images/icon_star.svg);
}

section.main aside .content.find-it {
	background-image: url(../images/icon_marker.svg);
}

section.main aside .content.tools {
	background-image: url(../images/icon_gear.svg);
}

/* Section - Atmosphere */
section.atmosphere {
	background-color: #c63;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

section.atmosphere article {
	padding: 0 20px 0 515px;
	background: url(../images/photo_lounge.jpg) no-repeat 0 5px;
	min-height: 220px;
}

/* Section - How To */
section.how-to {
	background-color: #eee9d9;
	position: relative;
}

section.how-to aside {
	width: 30%;
	float: left;
	margin-right: 10px;
}

section.how-to aside .content {
	padding: 30px 30px 20px 0;
}

section.how-to aside .content img {
	display: block;
	margin-bottom: 15px;
	width: 70%;
}

section.how-to aside .content h4 {
	margin-bottom: 0;
}

section.how-to aside .content p {
	margin-bottom: .5em;
}

section.how-to aside .content a {
	display: inline-block;
	color: #c63;
	font-weight: 700;
}

section.how-to blockquote {
	margin: 0;
	width: 32%;
	color: #444;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 4%;
}

section.how-to blockquote p {
	margin: 30px 30px 20px 50px;
}

section.how-to blockquote p.quote {
	font-style: italic;
	font-size: 1.2em;
}

section.how-to blockquote p.credit {
	color: #777;
	font-size: .9em;
	margin-top: 0;
	padding-left: 20px;
	line-height: 1.3em;
	position: relative;
}

section.how-to blockquote::before {
	content: '\201c';
	color: #d2bd65;
	position: absolute;
	top: 10px;
	left: 8px;
	font-size: 5em;
	font-family: serif;
}

section.how-to blockquote p.quote::after {
	content: '\201d';
	font-family: serif;
}

section.how-to blockquote p.credit::before {
	content: '\2014';
	position: absolute;
	top: -1px;
	left: 0;
}

/* navbar */
#mobile_nav {
	display: none;
}

nav {
	position: relative;
	padding: 40px 0 0;
	width: 100%;
	text-align: right;
	font-family: 'robotomedium';
}

nav::after {
	content: '';
	display: block;
	clear: both;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: -15px;
}

nav ul li {
	text-align: right;
}

nav ul li.nav_active {
	background-color: #286090;
}

nav ul li:hover {
	background-color: #286090;
}

nav ul li:hover>ul {
	display: block;
}

nav ul li.last:hover>ul {
	right: 0;
}

nav ul li a {
	display: inline-block;
	/* color:#fff; */
	font-size: 14px;
	font-weight: 500;
	/* 	padding: 10px 20px; */
	text-decoration: none;
	width: 125px;
	position: relative;
	text-transform: uppercase;
}

nav>ul>li {
	border-right: #FFF solid 1px;
}

nav>ul>li.last {
	border-right: none;
}

nav>ul>li.last {
	border-right: none;
}

nav ul li a:visited {
	color: #193768;
}

nav ul li a:hover {
	background-color: #D1D9E5;
	color: #193768;
}

nav ul ul {
	position: absolute;
	top: 100%;
	background-color: #7E91B0;
	display: none;
	z-index: 1
}

nav ul ul li {
	position: relative;
}

nav ul ul ul {
	left: 100%;
	top: 0;
}

/* nav top-level */
nav>ul {
	padding-left: 100px;
}

nav>ul>li {
	float: left;
}

nav.right>ul {
	float: right;
}

nav.centered>ul {
	padding: 0;
}

nav.centered>ul>li {
	float: none;
	display: inline-block;
	/* 	white-space: nowrap; */
	margin-right: -4px;
}

nav ul>li>a {
	width: auto;
	padding: 11px 15px 11px 15px;
	/* 	white-space:nowrap; */
}

nav ul>li>ul>li>a {
	width: auto;
	padding: 10px;
	/* 	white-space:nowrap; */
}

nav a[aria-haspopup="true"]::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 18px;
	right: 10px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #286090;
}

nav>ul>li>a[aria-haspopup="true"]::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #286090;
	left: 20px;
	right: auto;
	bottom: -10px;
	top: auto;
}

nav.sub-menu {

	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 0px !important;
	width: auto;
	text-align: left !important;
	position: inherit;
	min-height: 45px;
	margin-top: 60px;
}

nav.sub-menu>ul.subnav-menu {
	text-align: center;
}

nav.sub-menu>ul.subnav-menu>li {
	position: relative;
	float: none;
	display: inline-block;
}

ul.subnav-content {
	z-index: 9999;
}

.subnav-content li {
	text-align: left;
}

@media only screen and (max-width:990px) {
	nav {
		display: none;
	}
}

/* nav mobile */
#mobile_nav {
	padding-top: 20px;
}

#mobile_nav a {
	text-decoration: none;
	line-height: auto;
}

.mobile_nav_label {
	float: left;
	color: #fff;
	font-size: 22px;
	padding: 13px 0 0 20px;
	white-space: nowrap;
	overflow: hidden;
}

.mobile_nav_icon {
	float: right;
	color: #F9A843;
	font-size: 40px;
	padding: 5px 20px 0 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: auto;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: 400;
	text-decoration: none;
	line-height: 1em;
	font-size: 18px;
	position: relative;
	text-align: left;
}

#cssmenu {
	width: 100%;
	margin: auto;
	z-index: 600;
	position: fixed;
	top: 86px;
	background: rgba(6, 86, 146, .85);
	padding-top: 20px;
}

#cssmenu a {
	line-height: auto;
}

#cssmenu>ul>li {}

#cssmenu>ul>li>a {
	display: block;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
}

#cssmenu>ul>li>a>span,
#cssmenu>ul>li>ul>li>a>span {
	display: block;
	padding: 8px 20px;
}

#cssmenu a:hover {
	text-decoration: none;
	color: #F9A843 !important;
	background-color: #286090;
}

#cssmenu>ul>li.active,
#cssmenu>ul>li.active>ul>li {
	border: none;
	color: #F9A843 !important;
	background-color: #286090;
}

#cssmenu>ul>li.has-sub>a i.nav_plus,
#cssmenu>ul>li>ul>li.has-sub>a i.nav_plus {
	float: right;
	display: inline-block;
}

#cssmenu>ul>li.has-sub>a i.nav_minus,
#cssmenu>ul>li>ul>li.has-sub>a i.nav_minus {
	float: right;
	display: none;
}

#cssmenu>ul>li.has-sub.active>a i.nav_plus,
#cssmenu>ul>li>ul>li.has-sub.active>a i.nav_plus {
	display: none;
}

#cssmenu>ul>li.has-sub.active>a i.nav_minus,
#cssmenu>ul>li>ul>li.has-sub.active>a i.nav_minus {
	display: inline-block;
}

#cssmenu ul ul {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

#cssmenu ul ul a {
	padding: 5px 0 5px 25px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
}

#cssmenu ul ul a span {
	padding: 0 0 0 15px;
}

#cssmenu ul ul ul a {
	padding: 5px 0 5px 60px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

#cssmenu ul ul ul a:before {
	left: 90px;
}

#cssmenu ul ul a.nav_active {
	background-color: #286090;
}

#cssmenu ul ul a.nav_active span {
	color: #F9A843 !important;
}

.box {
	border-radius: 20px;
	background-color: #3C69AE;
	margin: 10px 20px 15px 10px;
	padding: 18px;
	font-size: 1.25em;
	line-height: 1.5em;
}

/* Begin Drug Area*/
.drug-area {
	width: 100%;
	background: #516b82 url(../images/features.png);
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	table-layout: fixed;
	/* keep table cells same width */
}

.drug-area h3 {
	color: #fff;
	font-weight: 700;
	font-size: 1.15em;
	font-family: sans-serif;
}

.drug-area img {
	width: 100%;
	height: auto;
	background: #165f94;
	padding: 10px;
	border-radius: 100%;
	margin-top: 10px;
	vertical-align: middle;
	border: 0;
	box-sizing: border-box;
}

.row {
	margin-right: 25px;
	margin-left: 25px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.col-md-2 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.drug-area .col-md-2 {
	width: 20%;
}

/* End Drug Area*/
/* Begin Apply Area */
.apply-area {
	overflow: hidden;
	/*     padding-top: 50px; */
}

.apply-area a,
.apply-area a h3 {
	color: #fff;
	text-decoration: none;
}

.apply-area a:hover h3 {
	color: #b1c0cc;
}

.col-md-4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.apply-area .row .col-sm-6:last-child {
	margin-bottom: 0;
}

.apply-area img {
	width: 100%;
	height: 124px;
}

.apply-area h3 {
	margin-top: -80px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
}

.apply-area h3 span {
	display: block;
	font-size: .5em;
	font-weight: 500;
}

.last-apply h3 {
	margin-top: -98px;
}

.apply-area .col-sm-6 {
	margin-bottom: 60px;
}

.col-md-4 {
	width: 33.33333333%;
}

/* End Apply Area */
/* Begin Phone Area */
.phone-area {
	background: #cc2426;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 1.6em;
}

.phone-area a {
	color: #fff;
}

/* End Phone Area */
/* footer */

.footer_top {
	color: white;
	background-color: #193768;
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold
}

.footer_middle {
	color: white;
	background-color: rgba(22, 28, 38, 0.75);
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
}

footer {
	background-color: #151B25;
	font-size: .8em;
	margin: 0;
	padding: 20px 80px;
	color: #e3e3e3;
	width: 100%;
}

footer::after {
	content: '';
	display: block;
	clear: both;
}

#footer {
	max-width: 1600px;
	margin: auto;
}

footer .content {
	text-align: left;
	line-height: 1.25em;
}

footer a {
	color: #e3e3e3;
}

footer a:visited {
	color: #e3e3e3;
}

footer a:hover {
	color: #fff;
}

footer a.location {
	color: #F9AA19;
}

#company_name,
#company_address,
#company_phone,
#footer_links,
#footer_credits {
	margin: 20px 0;
}

#footer_credits {
	font-size: .8em;
	line-height: 1em;
	text-align: left
}

#footer_credits div {
	padding-bottom: 10px;
}

#social_footer {
	float: right;
	margin: 0 20px 0 0;
	font-size: 18px;
}

#social_footer.hide {
	display: none;
}

#social_footer.show {
	display: block;
}

#social_footer a {
	color: #C1AD57;
	padding: 0 3px;
	text-decoration: none;
}

#social_footer a:hover {
	color: #a89a5c;
}

#back-top-wrapper div a {
	width: 40px;
	height: 40px;
	opacity: 1;
}

#back-top {
	display: none;
}

#back-top-wrapper {
	position: fixed;
	right: 20px;
	bottom: 50px;
	overflow: hidden;
	z-index: 10000;
}

#back-top span {
	display: block;
	width: 40px;
	height: 45px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	color: #CCC;
	font-size: 40px;
	opacity: .5;
}

#back-top span:hover {
	color: #F9A843;
	opacity: 1;
}

/* Media Queries */
/* iPad in landscape */
@media screen and (max-width: 1124px) {
	body {
		font-size: 15px;
	}

	.slider_content {
		display: none;
	}

	#header_content a.logo {
		width: 200px !important;
		height: 196px !important;
	}

	header .company_name_below {
		top: 58px;
	}

	/* Header */
	#slider div.hero {
		left: 56%;
		animation-name: animate_1000;
	}

	@keyframes animate_1000 {
		0% {
			opacity: 0;
			left: 0;
			top: 0;
		}

		100% {
			opacity: 1;
			left: 56%;
			top: 130px;
		}
	}

	#slider div.hero h1 {
		margin-bottom: 20px;
	}

	/* Section - Atmosphere */
	section.atmosphere article {
		padding-left: 400px;
		background-size: 375px auto;
	}
}

@media screen and (max-width: 970px) {
	nav ul li a {
		font-size: 12px;
	}

	#header_content a.logo {
		width: 100px !important;
		height: 98px !important;
	}


	#social span {
		font-size: 40px;
	}

}

@media screen and (max-width: 807px) {
	body {
		font-size: 13px;
	}

	#csg_table tr td,
	#csg_table tr td div {
		font-size: 16px;
		text-align: center !important;
	}

	.circle {
		font-size: 100%;
	}

	.flash {
		-webkit-animation: none;
		animation: none;
	}

	.button_box_left {
		float: none !important;
		width: 100% !important;
		margin: auto !important;
	}

	.button_box_left p {
		text-align: center;
	}

	#content {
		padding: 0 10px;
	}

	a.btn {
		font-size: .9em;
	}

	/* Header */
	#slider {
		padding-top: 86px;
	}

	#slider div.hero {
		width: 300px;
		top: 85px;
		left: 130px;
		animation-name: animate_625;
	}

	@keyframes animate_625 {
		0% {
			opacity: 0;
			left: 0;
			top: 0;
		}

		100% {
			opacity: 1;
			left: 130px;
			top: 85px;
		}
	}

	#slider div.hero h1 {
		margin-bottom: 10px;
	}

	/* Section - Main */
	section.main aside {
		width: 100%;
		float: none;
		text-align: left;
	}

	section.main aside div.content {
		margin: 8px 20px 8px 0;
		padding: 5px 0 10px 85px;
		background-size: 50px 50px;
		background-position: 20px 5px;
	}

	/* Section - Atmosphere */
	section.atmosphere article {
		padding: 160px 20px 0 0;
		background-size: 300px auto;
		min-height: initial;
	}

	/* Section - How To */
	section.how-to aside {
		width: 100%;
		float: none;
		margin: 0;
		position: relative;
	}

	section.how-to aside div.content {
		padding: 20px 20px 20px 150px;
	}

	section.how-to aside div.content p {
		font-size: .9em;
	}

	section.how-to aside div.content img {
		display: inline-block;
		width: 125px;
		position: absolute;
		top: 30px;
		left: 0;
	}

	section.how-to blockquote {
		margin: 0 20px 0 40px;
		width: 90%;
		padding: 1px 0 20px;
		position: relative;
	}

	section.how-to blockquote p.credit {
		margin-bottom: 0;
	}

	header {
		height: auto;
	}

	header .company_name {
		display: block;
		font-size: 1.25em;
	}

	/* Navbar */
	#mobile_nav {
		display: block;
	}

	#mobile_phone {
		display: block;
	}

	nav {
		display: none;
		position: static;
		width: auto;
		padding: 20px 15px;
		background-color: #4b0a0c;
	}

	nav ul,
	nav ul ul,
	nav ul ul ul {
		display: block;
		position: static;
	}

	nav>ul {
		padding: 0;
	}

	nav>ul>li {
		float: none;
		margin-top: 25px;
	}

	nav ul li:hover {
		background: none;
	}

	nav ul li a {
		width: auto;
		display: block;
		margin: 8px 10px;
		padding: 8px 15px;
		border: 1px solid rgba(255, 255, 255, .25);
	}

	nav ul li a:hover {
		background-color: rgba(255, 255, 255, .2);
	}

	nav ul ul {
		background: none;
	}

	nav ul ul li a {
		margin-left: 30px;
	}

	nav ul ul ul li a {
		margin-left: 60px;
	}

	nav a[aria-haspopup="true"]::after {
		display: none;
	}

	/* Footer */
	footer div.content {
		display: block;
		margin-top: 15px;
	}

	footer div.content a {
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 600px) {

	header .company_name {
		font-size: .7em;
	}

	header .company_name_below {
		top: 40px;
		max-width: 250px;
	}


}

@media screen and (max-width: 425px) {

	/* Header */
	body {
		font-size: 12px;
	}

	.spacer {
		clear: both;
		height: 80px;
	}

	header .company_name_below {
		display: none;
	}

	header a.logo {
		width: 100%;
		height: 66px;
		background: rgba(0, 0, 0, .65) url(../images/logo_small.svg) no-repeat center center;
		background-size: 126px 17px;
	}

	#slider div.hero {
		width: 100%;
		left: 0;
		top: 46px;
		text-align: center;
		animation-name: animate_425;
	}

	@keyframes animate_425 {
		0% {
			opacity: 0;
			left: 0;
			top: 0;
		}

		100% {
			opacity: 1;
			left: 0;
			top: 46px;
		}
	}

	#slider div.hero h1 {
		font-size: 1em;
		margin-bottom: 10px;
	}

	#slider div.hero a.btn {
		padding: 2px 30px;
		font-size: .8em;
	}

	#slider div.hero a.btn span {
		display: none;
	}

	/* Section - How to */
	section.how-to aside div.content {
		padding: 140px 20px 20px 0;
	}

	section.how-to aside div.content img {
		width: auto;
		height: 100px;
		top: 30px;
	}

	section.how-to blockquote {
		margin: 10px 40px 0 20px;
	}

	/* Footer */
	footer::after {
		content: '';
		display: block;
		clear: both;
	}

	footer .content {
		text-align: left;
	}

	#mobile_phone {
		top: 45px;
	}
}

@media screen and (max-width: 340px) {

	/* Header */
	#cssmenu {
		top: 60px;
	}

	#csg_table tr td,
	#csg_table tr td div {
		font-size: 14px;
		padding: 5px !important;
	}

	.spacer {
		clear: both;
		height: 70px;
	}

	header a.logo {
		width: 100%;
		height: 60px;
	}



}




.clearfix:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	content: " ";
	clear: both
}

.clearfix {
	display: block
}

#header {
	background: url(../images/bg-contact.png) top left no-repeat;
	min-height: 100px;
	border-top: 0 solid #DDD;
	border-bottom: 0 solid #DDD;
	border-left: 0 solid #DDD;
	border-right: 0 solid #DDD;
	clear: both;
	height: 200px;
}

#header .wrap {
	margin: 0 auto;
	padding: 0;
	float: none;
	overflow: hidden
}

.content-sidebar-sidebar #header .wrap {
	width: 1080px
}

.sidebar-sidebar-content #header .wrap {
	width: 1080px
}

.sidebar-content-sidebar #header .wrap {
	width: 1080px
}

.content-sidebar #header .wrap {
	width: 1080px
}

.sidebar-content #header .wrap {
	width: 1080px
}

.full-width-content #header .wrap {
	width: 1080px
}

#title-area {
	width: 215px;
	padding: 16px 0 0 20px;
	float: left;
	overflow: hidden
}

#title {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.25
}

#title a,
#title a:visited {
	color: #333;
	text-decoration: none
}

#title a:hover {
	color: #333;
	text-decoration: none
}

#description {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300
}

#header .widget-area {
	width: 360px;
	padding: 0;
	float: right;
	text-align: right
}

.header-image #header .wrap #title-area {
	background: url(images/logo.jpg) left top no-repeat;
	height: 100px;
	margin: 0
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	width: 215px;
	height: 100px;
	padding: 0;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden
}

.header-image #description {
	display: block;
	overflow: hidden
}

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%
}

.one-third,
.two-sixths {
	width: 31%
}

.four-sixths,
.two-thirds {
	width: 65%
}

.one-fourth {
	width: 22.5%
}

.three-fourths {
	width: 73.5%
}

.one-fifth {
	width: 17.4%
}

.two-fifths {
	width: 37.8%
}

.three-fifths {
	width: 58.2%
}

.four-fifths {
	width: 78.6%
}

.one-sixth {
	width: 14%
}

.five-sixths {
	width: 82%
}

.first,
.ez-only {
	padding-left: 0;
	clear: both
}

.ez-only {
	width: 100%;
	float: left
}

.ez-widget-area {
	margin-bottom: 0
}

.ez-widget-area h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-weight: 300
}

.ez-widget-area ul,
.ez-widget-area ol {
	margin: 0;
	padding: 0 0 15px
}

.ez-widget-area ul li,
.ez-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0
}

.ez-widget-area ul li {
	list-style-type: square
}

.ez-widget-area ul ul,
.ez-widget-area ol ol {
	padding: 0
}

#home-hook-wrap {
	background: #FFF;
	border-top: 0 solid #DDD;
	border-bottom: 0 solid #DDD;
	border-left: 0 solid #DDD;
	border-right: 0 solid #DDD;
	padding: 20px;
	clear: both
}

#ez-home-container-wrap {
	max-width: -moz-available
}

#ez-home-container-wrap .post {
	margin: 0 0 20px
}

#ez-home-container-wrap .post p {
	margin: 0 0 18px
}

#ez-home-container-wrap .page p {
	margin: 0 0 18px
}

#ez-home-container-wrap .post p.post-info,
#ez-home-container-wrap .page p.byline {
	margin: -5px 0 15px
}

#ez-home-container-wrap .ez-widget-area img.wp-post-image {
	margin-bottom: 10px !important
}

#ez-home-container-wrap .ez-widget-area h4,
#ez-home-slider-container-wrap .ez-widget-area h4 {
	border-bottom: 1px solid #DDD;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 20px
}

#ez-home-container-wrap .ez-widget-area {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px
}

#ez-home-container-wrap .ez-widget-area a,
#ez-home-container-wrap .ez-widget-area a:visited {
	color: #0D72C7;
	text-decoration: none
}

#ez-home-container-wrap .ez-widget-area a:hover {
	color: #0D72C7;
	text-decoration: underline
}

#ez-home-container-wrap .ez-widget-area #wp-calendar caption,
#ez-home-container-wrap .ez-widget-area #wp-calendar th {
	color: #333
}

#ez-home-container-wrap img,
#ez-home-container-wrap p img {
	max-width: 100%;
	height: auto;
	display: block
}

#ez-home-container-wrap .nivoSlider img {
	max-width: none
}

.ez-home-sidebar #ez-home-container-wrap {
	margin-right: 300px;
	float: left
}

.ez-home-sidebar.home-sidebar-left #ez-home-container-wrap {
	margin-left: 300px;
	margin-right: 0;
	float: right
}

.ez-home-container-area {
	margin: 0 0 20px;
	overflow: hidden
}

.ez-home-bottom {
	margin: 0
}

#ez-home-sidebar-wrap {
	width: 280px;
	margin-left: -280px;
	float: right
}

.home-sidebar-left #ez-home-sidebar-wrap {
	margin-left: 0;
	margin-right: -280px;
	float: left
}

#ez-home-sidebar.sidebar {
	float: none
}

#ez-home-slider-container-wrap {
	margin: 0 0 20px;
	overflow: hidden
}

#ez-home-slider {
	width: 100%;
	height: 300px
}

#ez-home-slider .nivoSlider img {
	max-width: none
}

#ez-feature-top-container-wrap {
	background: #FFF;
	border-top: 0 solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 0 solid #DDD;
	border-right: 0 solid #DDD;
	margin: 0 0 20px;
	clear: both
}

.feature-top-outside #ez-feature-top-container-wrap {
	margin: 0
}

.content-sidebar-sidebar #ez-feature-top-container {
	max-width: 1080px
}

.sidebar-sidebar-content #ez-feature-top-container {
	max-width: 1080px
}

.sidebar-content-sidebar #ez-feature-top-container {
	max-width: 1080px
}

.content-sidebar #ez-feature-top-container {
	max-width: 1080px
}

.sidebar-content #ez-feature-top-container {
	max-width: 1080px
}

.full-width-content #ez-feature-top-container {
	max-width: 1080px
}

#ez-feature-top-container {
	margin: 0 auto;
	padding: 0 0 20px
}

#ez-feature-top-container .ez-widget-area h4 {
	border-bottom: 1px solid #DDD;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 20px
}

#ez-feature-top-container .ez-widget-area {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px
}

#ez-feature-top-container .ez-widget-area a,
#ez-feature-top-container .ez-widget-area a:visited {
	color: #0D72C7;
	text-decoration: none
}

#ez-feature-top-container .ez-widget-area a:hover {
	color: #0D72C7;
	text-decoration: underline
}

#ez-feature-top-container .ez-widget-area #wp-calendar caption,
#ez-feature-top-container .ez-widget-area #wp-calendar th {
	color: #333
}

#ez-feature-top-container img,
#ez-feature-top-container p img {
	max-width: 100%;
	height: auto
}

#ez-feature-top-container .nivoSlider img {
	max-width: none
}

#ez-fat-footer-container-wrap,
.fat-footer-inside #ez-fat-footer-container-wrap {
	background: #193768 url(../images/footer-bg.png) top center no-repeat;
	border-top: 0 solid #DDD;
	border-bottom: 0 solid #DDD;
	border-left: 0 solid #DDD;
	border-right: 0 solid #DDD;
	clear: both;
	font-weight: 600
}

.content-sidebar-sidebar #ez-fat-footer-container {
	max-width: 1080px
}

.sidebar-sidebar-content #ez-fat-footer-container {
	max-width: 1080px
}

.sidebar-content-sidebar #ez-fat-footer-container {
	max-width: 1080px
}

.content-sidebar #ez-fat-footer-container {
	max-width: 1080px
}

.sidebar-content #ez-fat-footer-container {
	max-width: 1080px
}

.full-width-content #ez-fat-footer-container {
	max-width: 1080px
}

.ez-home.fat-footer-inside #ez-fat-footer-container-wrap {
	margin-top: 20px;
	float: left
}

#ez-fat-footer-container {
	margin: 0 auto;
	padding: 65px 0 5px
}

#ez-fat-footer-container .ez-widget-area h4 {
	border-bottom: 0 solid #DDD;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}

#ez-fat-footer-container .ez-widget-area {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

#ez-fat-footer-container .ez-widget-area a,
#ez-fat-footer-container .ez-widget-area a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 800
}

#ez-fat-footer-container .ez-widget-area a:hover {
	color: #D51D2B;
	text-decoration: none
}

#ez-fat-footer-container .ez-widget-area #wp-calendar caption,
#ez-fat-footer-container .ez-widget-area #wp-calendar th {
	color: #FFF
}

#ez-fat-footer-container img,
#ez-fat-footer-container p img {
	max-width: 100%;
	height: auto
}

#ez-fat-footer-container .nivoSlider img {
	max-width: none
}

.dynamik-widget-area {
	background: transparent;
	border-top: 0 solid #DDD;
	border-bottom: 0 solid #DDD;
	border-left: 0 solid #DDD;
	border-right: 0 solid #DDD;
	float: none;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.dynamik-widget-area p,
.dynamik-widget-area ul li,
.dynamik-widget-area.entry-content ol li {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.dynamik-widget-area h4,
#content .dynamik-widget-area h4 {
	padding: 0 0 5px;
	color: #193768;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.25;
	font-family: 'Roboto', sans-serif;
	font-weight: normal
}

.dynamik-widget-area a,
.dynamik-widget-area a:visited {
	color: #193768;
	text-decoration: none
}

.dynamik-widget-area a:hover {
	color: #D51D2B;
	text-decoration: underline
}

.dynamik-widget-area #wp-calendar caption,
.dynamik-widget-area #wp-calendar th {
	color: #000
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%
}

.genesis-grid-even {
	float: right
}

.genesis-grid-odd {
	clear: both;
	float: left
}

.entry-content ol,
.entry-content ul,
.dynamik-widget-area ol,
.dynamik-widget-area ul {
	margin: 0;
	padding: 0 0 20px
}

.archive-page ul li,
.entry-content ul li,
.dynamik-widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0
}

.entry-content ol li,
.dynamik-widget-area ol li {
	margin: 0 0 0 35px
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul,
.dynamik-widget-area ol ol,
.dynamik-widget-area ul ul {
	padding: 0
}

.post-info {
	margin: -5px 0 15px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

.post-info a,
.post-info a:visited {
	color: #193768;
	text-decoration: none
}

.post-info a:hover {
	color: #D51D2B;
	text-decoration: underline
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px
}

.post-meta {
	border-top: 1px solid #DDD;
	padding: 5px 0 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	clear: both;
	font-family: 'Roboto', sans-serif;
}

.post-meta a,
.post-meta a:visited {
	color: #193768;
	text-decoration: none
}

.post-meta a:hover {
	color: #D51D2B;
	text-decoration: underline
}

.author-box {
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
	clear: both
}

.author-box strong {
	color: #193768;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-weight: normal
}

.author-box p {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.author-box a,
.author-box a:visited {
	color: #193768 !important;
	text-decoration: none !important
}

.author-box a:hover {
	color: #D51D2B !important;
	text-decoration: none !important
}

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px
}

#footer-widgets {
	background-color: #F5F5F5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0
}

#footer-widgets .textwidget {
	padding: 0
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px
}

#footer-widgets ul {
	margin: 0
}

#footer-widgets ul li {
	margin: 0 0 0 20px
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px
}

.footer-widgets-2 {
	float: left;
	width: 280px
}

.footer-widgets-3 {
	float: right;
	width: 280px
}

#footer {
	background: transparent;
	border-top: 0 solid #DDD;
	border-bottom: 0 solid #DDD;
	border-left: 0 solid #DDD;
	border-right: 0 solid #DDD;
	overflow: hidden;
	clear: both
}

#footer .wrap {
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden
}

.content-sidebar-sidebar #footer .wrap {
	max-width: 1050px
}

.sidebar-sidebar-content #footer .wrap {
	max-width: 1050px
}

.sidebar-content-sidebar #footer .wrap {
	max-width: 1050px
}

.content-sidebar #footer .wrap {
	max-width: 1050px
}

.sidebar-content #footer .wrap {
	max-width: 1050px
}

.full-width-content #footer .wrap {
	max-width: 1050px
}

#footer p {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px
}

#footer a,
#footer a:visited {
	color: #333;
	text-decoration: none
}

#footer a:hover {
	color: #0D72C7;
	text-decoration: none
}

#footer .gototop {
	float: left;
	width: 200px
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px
}

#comments {
	margin: 0 0 15px;
	overflow: hidden
}

#respond {
	margin: 0 0 15px;
	padding: 20px 0 0
}

#comments h3,
#respond h3 {
	margin: 0 0 10px;
	color: #193768;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.25;
	font-family: 'Roboto', sans-serif;
	font-weight: normal
}

#author,
#comment,
#email,
#url {
	background: #F5F5F5;
	border: 1px solid #DDD;
	width: 250px;
	margin: 0 5px 10px 0;
	padding: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 2px #E8E8E8 inset;
	box-shadow: 0 1px 2px #E8E8E8 inset;
	font-family: 'Roboto', sans-serif;
}

#comment {
	width: 98%;
	height: 150px;
	margin: 0 0 10px
}

#commentform #submit {
	background: #F5F5F5;
	border: 1px solid #DDD;
	width: auto;
	padding: 5px 7px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

#commentform #submit:hover {
	background: #FFF;
	border: 1px solid #DDD;
	color: #111;
	text-decoration: none
}

.comment-author {
	color: #333;
	font-family: Arial, sans-serif
}

.comment-author cite,
.comment-author .says {
	font-size: 16px;
	font-family: 'robotolight'
}

.comment-author cite a,
.comment-author cite a:visited {
	color: #193768;
	text-decoration: none
}

.comment-author cite a:hover {
	color: #0D72C7;
	text-decoration: underline
}

.ping-list {
	margin: 0 0 40px
}

.comment-list ol,
.ping-list ol {
	padding: 10px
}

.comment-list li,
.ping-list li {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin: 15px 0 5px;
	padding: 10px 15px;
	font-weight: 700;
	list-style-type: none
}

.comment-list li .avatar {
	background: #FFF;
	border: 1px solid #DDD;
	width: 48px;
	height: 48px;
	margin: 5px 0 0 10px;
	padding: 4px;
	float: right
}

.comment-list li ul li {
	background: #F5F5F5;
	margin-right: -16px;
	list-style-type: none
}

.comment-content p {
	margin: 0 0 20px
}

.comment-content p,
#respond p {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.comment-notes {
	margin: 0 0 10px
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: 400
}

.commentmetadata {
	margin: 0 0 5px;
	color: #193768;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.commentmetadata a,
.commentmetadata a:visited {
	color: #193768 !important;
	text-decoration: none !important
}

.commentmetadata a:hover {
	color: #0D72C7 !important;
	text-decoration: underline !important
}

a.comment-reply-link,
a.comment-reply-link:visited {
	background: transparent;
	border-top: 0 solid #E8E8E8;
	border-bottom: 0 solid #E8E8E8;
	border-left: 0 solid #E8E8E8;
	border-right: 0 solid #E8E8E8;
	padding: 0;
	color: #193768;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

a.comment-reply-link:hover {
	background: transparent;
	border-top: 0 solid #E8E8E8;
	border-bottom: 0 solid #E8E8E8;
	border-left: 0 solid #E8E8E8;
	border-right: 0 solid #E8E8E8;
	color: #0D72C7;
	text-decoration: underline
}

.comment-content a,
.comment-content a:visited,
#comments .navigation a,
#comments .navigation a:visited,
#respond a,
#respond a:visited {
	color: #193768;
	text-decoration: none
}

.comment-content a:hover,
#comments .navigation a:hover,
#respond a:hover {
	color: #0D72C7;
	text-decoration: underline
}

.nocomments {
	text-align: center
}

#comments .navigation {
	padding: 20px 0;
	display: block
}

.thread-even {
	background: #F5F5F5
}

.thread-alt {
	background: #F5F5F5
}

.even,
.alt {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD
}

.commentlist .depth-2,
.commentlist .depth-3,
.commentlist .depth-4,
.commentlist .depth-5,
.commentlist .depth-6 {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 0
}

.form-allowed-tags {
	background: #F5F5F5;
	border: 1px solid #DDD;
	margin: 10px 0 20px;
	padding: 20px
}

#respond p.form-allowed-tags {
	color: #888;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

div.item-list-tabs {
	margin: 25px 0 20px
}

div.item-list-tabs#subnav {
	margin: -15px 0 15px
}

.padder div.pagination {
	margin: -20px 0 0
}

form#whats-new-form textarea {
	width: 97%
}

table.forum {
	margin: 0
}

table.forum tr>td:first-child,
table.forum tr>th:first-child {
	padding: 10px 15px
}

ul#topic-post-list p {
	padding: 0 0 20px
}

div.dir-search {
	margin: -29px 0 0
}

ul.button-nav li,
div#item-header ul li,
ul.item-list li {
	list-style: none
}

ul#topic-post-list {
	margin: 0 0 15px
}

#post-topic-reply {
	margin: 15px 0 0
}

#sidebar .item-options,
#sidebar-alt .item-options,
#sidebar .avatar-block,
#sidebar-alt .avatar-block {
	padding: 10px 10px 0
}

#sidebar ul.item-list .vcard,
#sidebar-alt ul.item-list .vcard,
#sidebar .avatar-block,
#sidebar-alt .avatar-block {
	overflow: auto
}

#sidebar a img.avatar,
#sidebar-alt a img.avatar {
	background: #F6F6F6;
	margin: 0 10px 10px 0;
	padding: 5px;
	float: left
}

#sidebar ul.item-list,
#sidebar-alt ul.item-list {
	width: auto;
	padding: 0 10px
}

#primary ul.item-list,
#primary ul.item-list li {
	list-style-type: none
}

.widget-error {
	padding: 10px
}

.bbPress #content .hentry p {
	padding: 0
}

.bbPress #content .hentry ul li p {
	padding: 0 0 20px
}

.bbPress #content .hentry ul {
	padding: 0
}

.bbPress #content .hentry ul li {
	margin: 0;
	list-style: none
}

.bbPress .post-format-icon {
	display: none
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important
}

div.gform_footer input.button {
	color: #333
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0
}

@media screen and (min-device-width:320px) and (max-device-width:1024px) {
	html {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (max-width:990px) {
	#mobile_nav {
		display: block !important;
	}

	#wrap {
		border: 0;
		margin: 0 auto;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	body.override #header .wrap,
	#title-area,
	#header .widget-area {
		width: 100%
	}

	#title-area {
		height: 84px;
		padding-left: 0;
		text-align: center;
		float: none
	}

	#header .widget-area {
		padding: 0
	}

	.header-image #header .wrap #title-area {
		margin: 0 auto;
		float: none
	}

	#nav,
	#subnav {
		display: none
	}

	#header .widget-area,
	#header .genesis-nav-menu {
		width: 100%
	}

	#header .widget-area {
		float: none
	}

	#header ul.genesis-nav-menu {
		float: none;
		text-align: center
	}

	#header .genesis-nav-menu li {
		display: inline-block;
		float: none
	}

	#header .genesis-nav-menu li li {
		text-align: left
	}

	#dropdown-nav-wrap,
	#dropdown-subnav-wrap {
		display: block
	}

	body.override #inner {
		padding-bottom: 10px
	}

	body.override #content-sidebar-wrap,
	body.override #content {
		width: 100%
	}

	#content {
		padding: 0 10px
	}

	body.override .breadcrumb {
		margin: 0 0 30px
	}

	body.override #sidebar,
	body.override #sidebar-alt {
		width: 100%;
		float: left
	}

	#sidebar {
		margin: 20px 0 0
	}

	#ez-home-container-wrap,
	#ez-home-sidebar-wrap {
		width: 100%;
		max-width: 100%
	}

	#ez-home-sidebar-wrap {
		margin: 20px 0 0;
		float: left
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
		padding: 0 0 18px
	}

	.first {
		padding-top: 0 !important
	}

	#ez-home-slider.ez-widget-area,
	.slider-inside #ez-home-slider.ez-widget-area {
		padding-bottom: 0
	}

	#home-hook-wrap {
		padding-bottom: 0;
		padding-left: 30px;
		padding-right: 30px
	}

	#ez-home-container-wrap,
	.ez-home-container-area,
	#ez-feature-top-container,
	#ez-fat-footer-container {
		margin: 0 auto;
		padding-bottom: 0
	}

	body.override.fat-footer-inside #ez-fat-footer-container-wrap {
		margin-top: 0;
		margin-bottom: 20px
	}

	#ez-home-container-wrap .ez-widget-area,
	#ez-feature-top-container .ez-widget-area,
	#ez-fat-footer-container .ez-widget-area {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 0 !important
	}

	#ez-home-sidebar-wrap {
		margin: 0
	}

	#footer .creds,
	#footer .gototop {
		width: 100%;
		text-align: center;
		float: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	body.override .breadcrumb {
		margin: 0 20px 20px
	}

	.author-box {
		margin: 0 20px 40px
	}

	#comments {
		margin: 0 20px 15px
	}

	#pings {
		margin: 0 20px
	}

	#respond {
		margin: 0 20px 15px
	}
}

@media only screen and (max-width:479px) {
	body.override .breadcrumb {
		margin: 0 0 20px
	}
}

@font-face {
	font-family: 'robotoregular';
	src: url(fonts/roboto-regular-webfont.eot);
	src: url(fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/roboto-regular-webfont.woff2) format("woff2"), url(fonts/roboto-regular-webfont.woff) format("woff"), url(fonts/roboto-regular-webfont.ttf) format("truetype"), url(fonts/roboto-regular-webfont.svg#robotoregular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'robotolight';
	src: url(fonts/roboto-light-webfont.eot);
	src: url(fonts/roboto-light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/roboto-light-webfont.woff2) format("woff2"), url(fonts/roboto-light-webfont.woff) format("woff"), url(fonts/roboto-light-webfont.ttf) format("truetype"), url(fonts/roboto-light-webfont.svg#robotolight) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'robotoblack';
	src: url(fonts/roboto-black-webfont.eot);
	src: url(fonts/roboto-black-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/roboto-black-webfont.woff2) format("woff2"), url(fonts/roboto-black-webfont.woff) format("woff"), url(fonts/roboto-black-webfont.ttf) format("truetype"), url(fonts/roboto-black-webfont.svg#robotoblack) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'robotobold';
	src: url(fonts/roboto-bold-webfont.eot);
	src: url(fonts/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/roboto-bold-webfont.woff2) format("woff2"), url(fonts/roboto-bold-webfont.woff) format("woff"), url(fonts/roboto-bold-webfont.ttf) format("truetype"), url(fonts/roboto-bold-webfont.svg#robotobold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'robotomedium';
	src: url(fonts/roboto-medium-webfont.eot);
	src: url(fonts/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/roboto-medium-webfont.woff2) format("woff2"), url(fonts/roboto-medium-webfont.woff) format("woff"), url(fonts/roboto-medium-webfont.ttf) format("truetype"), url(fonts/roboto-medium-webfont.svg#robotomedium) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'robotolight_italic';
	src: url(fonts/roboto-lightitalic-webfont.eot);
	src: url(fonts/roboto-lightitalic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/roboto-lightitalic-webfont.woff2) format("woff2"), url(fonts/roboto-lightitalic-webfont.woff) format("woff"), url(fonts/roboto-lightitalic-webfont.ttf) format("truetype"), url(fonts/roboto-lightitalic-webfont.svg#robotolight_italic) format("svg");
	font-weight: 400;
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-family: 'robotobold'
}

.blog div.entry-content>p .clear {
	display: none
}

.blog div.entry-content>p:after {
	content: "...";
	display: inline-block
}

table>tbody>tr>td div.featured-box>div>iframe {
	width: 100%;
	min-width: 300px;
	min-height: 100%;
	height: 206px
}

#header {
	padding: 30px 15px 18px;
	background: url(../images/bg-contact.png) no-repeat center 30px
}

.header-image #header .wrap #title-area {
	float: none;
	margin: 0 auto;
	background: none;
	height: auto;
	width: auto
}

#custom_html-2 {
	min-height: 125px
}

#header .header-widget-area {
	position: relative;
	right: -12px;
	top: 0;
	width: 830px
}

#header .genesis-nav-menu {
	width: auto;
	letter-spacing: 1px;
	margin-top: 36px;
	margin-right: -16px
}

#header .genesis-nav-menu li.current_page_item a,
#header .genesis-nav-menu li.current-cat a,
#header .genesis-nav-menu li.current-menu-item a {
	font-family: 'robotobold'
}

#header .genesis-nav-menu li ul {
	right: -37px
}

#header .genesis-nav-menu li ul li {
	text-align: right
}

#header .genesis-nav-menu li ul li a {
	font-size: 17px
}

#header #header_center.widget-area {
	position: relative;
	right: 0;
	top: 0;
	width: 215px
}

#header .wrap {
	position: relative;
	overflow: visible
}

a.srp-post-title-link {
	font-weight: 700
}

.contact-with-us {
	float: right;
	padding-top: 18px;
	position: relative
}

.contact-with-us h5 {
	font-family: 'robotobold';
	font-size: 48px;
	font-weight: 400;
	margin: 0;
	display: block;
	line-height: 1.1;
	letter-spacing: 1px
}

.contact-with-us h5 img {
	position: relative;
	top: -3px;
	margin-right: 12px
}

.contact-with-us h5 a {
	text-decoration: none !important;
	color: #fff !important
}

.contact-with-us h5 a:hover {
	color: #d51d2b !important
}

.contact-with-us span {
	font-family: 'robotobold';
	font-size: 22px;
	color: #fff;
	text-decoration: underline;
	letter-spacing: 2.3px;
	line-height: normal;
	display: block
}

.contact-with-us span a {
	text-decoration: none !important;
	color: #fff !important
}

.contact-with-us span a:hover {
	color: #d51d2b !important
}

.clear {
	clear: both;
	display: block
}

#header #header_left {
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	top: -20px;
	width: 215px
}

#header #header_left .widget {
	margin: 0 auto;
	width: auto
}

ul#social-media {
	float: left;
	margin: 38px 0 0;
	padding: 0;
	text-align: left
}

#social-media h5 {
	color: #193768 !important;
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px
}

ul#social-media li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 12px 0 0;
	padding: 0;
	text-align: center
}

ul#social-media li a {
	color: #fff !important;
	background: #193768;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 100px;
	font-size: 22px;
	padding-top: 7px
}

ul#social-media li a:hover {
	background: #d51d2b;
	color: #fff !important
}

#header .wrap {
	width: auto !important;
	max-width: 1080px
}

.menu-primary {
	text-align: center;
	letter-spacing: 1px;
	max-width: 1170px !important;
	width: auto !important
}

.menu-primary>li {
	background: url(images/blue-divider.png) no-repeat right center;
	float: left;
	padding-right: 3px
}

.menu-primary>li:last-child {
	background: none;
	padding-right: 0
}

.menu-primary li#menu-item-36 {
	background: none
}

#header #title {
	display: none
}

#header #header_logo {
	float: none;
	padding: 0;
	width: auto
}

#header #header_logo a {
	display: block;
	float: left;
	height: auto;
	width: 100%
}

#header #header_logo a img {
	display: block
}

#ez-fat-footer-container-wrap {
	background: #193768 url(../images/footer-bg.png) no-repeat top center /100% 556px
}

#ez-fat-footer-container {
	margin: 0 auto;
	max-width: 986px !important
}

#ez-fat-footer-1 {
	width: 30%
}

#ez-fat-footer-2 {
	width: 40%;
	padding: 0%;
	text-align: center
}

.contact-with-us-footer h5 {
	font-family: 'robotomedium';
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	letter-spacing: 2px;
	color: #fff
}

.big-white-btn {
	background: #fff;
	display: inline-block;
	padding: 5px 0;
	margin: 18px auto 0
}

.big-white-btn .fa {
	font-size: 14px;
	margin: 0 8px
}

.big-white-btn a {
	color: #193768 !important;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-size: 15px;
	background: #fff;
	display: inline-block;
	border-top: 3px solid #193768;
	border-bottom: 3px solid #193768;
	padding: 11px 0
}

.big-white-btn a:hover {
	border-top: 3px solid #d51d2b;
	border-bottom: 3px solid #d51d2b;
	color: #d51d2b !important
}

#sidebar .big-white-btn {
	margin: 0 auto
}

ul#social-media-footer {
	margin: 0;
	padding: 15px 0 52px
}

ul#social-media-footer li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 21px;
	padding: 0
}

ul#social-media-footer li a {
	color: #193768 !important;
	background: #fff;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 100px;
	font-size: 22px;
	padding-top: 7px
}

ul#social-media-footer li a:hover {
	background: #d51d2b;
	color: #fff !important
}

#ez-fat-footer-3 {
	width: 25%
}

#ez-fat-footer-4 {
	width: 100%;
	padding: 35px 0 0;
	margin: 0 auto
}

.info-content {
	font-family: 'robotolight';
	letter-spacing: .4px;
	line-height: 1.4
}

.info-content h5 {
	font-family: 'robotomedium';
	font-size: 18px;
	line-height: 1.2;
	margin: 0
}

.info-content h5 span {
	font-style: italic
}

.info-content h6 {
	font-size: 16px;
	margin-bottom: 15px
}

.info-content p {
	font-family: 'robotoregular';
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 14px
}

.info-content p u {
	text-decoration: underline !important
}

.info-content p span {
	font-size: 11px
}

ul#menu-footer-menu {
	margin: 0;
	padding: 0;
	float: none
}

ul#menu-footer-menu li {
	display: block;
	text-transform: uppercase;
	list-style: none outside none;
	margin: 0 0 8px;
	padding: 2px 0 2px 25px;
	background: url(../images/list-arrow-white.png) no-repeat 0 2px;
	line-height: 1.2
}

ul#menu-footer-secondary-menu {
	margin: 0;
	padding: 0;
	float: none
}

ul#menu-footer-secondary-menu li {
	display: block;
	text-transform: uppercase;
	list-style: none outside none;
	margin: 0 0 8px;
	padding: 2px 0 2px 25px;
	background: url(../images/list-arrow-white.png) no-repeat 0 2px;
	line-height: 1.2
}

#bottom_footer {
	background: #193768;
	padding: 15px;
	color: #fff
}

#bottom_footer .widget {
	margin: 0 auto;
	max-width: 986px;
	border-top: 1px solid #fff;
	padding: 18px 0
}

.copy-right-logo {
	float: left;
	width: 78%
}

.copy-right-logo p {
	padding: 0;
	margin: 0
}

.copy-right-logo img {
	float: left;
	width: 118px
}

.copy-right-content {
	float: left;
	padding: 0px 0 0 30px
}

.copy-right-content h5 {
	font-family: 'robotobold';
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	line-height: normal;
	margin: 15px 0 0 0
}

.copy-right-content p {
	font-family: 'robotoregular';
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	font-weight: 700
}

.one-market {
	float: right;
	padding-top: 0px
}

.notice {
	color: #fff;
	padding: 5px 0 12px
}

#silider_section {
	background: url(images/slider-banner-1.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
	width: auto;
	height: 640px;
	padding: 70px 0 20px
}

#silider_section .widget {
	margin: 0 auto;
	max-width: none;
	position: relative;
	width: 53%;
	background: rgba(213, 29, 43, 0.85);
	float: left;
	border-radius: 0 50px 50px 0
}

.front-banner-area {
	background: url(images/optin-arrow.png) no-repeat left center;
	float: right;
	width: 512px;
	margin-right: 74px;
	padding: 80px 0 96px 74px
}

.front-banner-area h5 {
	font-family: 'robotobold';
	color: #fff;
	margin: 0;
	font-size: 24px;
	text-transform: uppercase
}

.front-banner-area h1 {
	font-family: 'robotobold';
	color: #fff;
	margin: 0;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: .5px
}

.front-banner-area p {
	font-family: 'robotobold';
	color: #fff;
	margin: 10px 0 8px;
	font-size: 21px;
	letter-spacing: .2px
}

.front-banner-area h4 {
	font-family: 'robotobold';
	color: #fff;
	margin: 15px 0 0;
	font-size: 20px;
	line-height: 1.5
}

.front-banner-area h4 strong {
	font-family: 'robotoblack';
	font-weight: 400;
	letter-spacing: .5px
}

.front-banner-area .form-group {
	position: relative;
	margin: 0;
	padding: 0
}

.front-banner-area input,
.quote-form input {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	background: none;
	color: #fff !important;
	border: 2px solid #fff;
	padding: 7px 12px !important;
	height: auto;
	border-radius: 12px 0 0 12px;
	width: 57%
}

.front-banner-area button,
.btn-primary {
	font-family: 'robotoblack';
	color: #d51d2b !important;
	background: #fff !important;
	border: 2px solid #fff !important;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	padding: 7px 10px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 0;
	top: 0
}

.front-banner-area input::placeholder {
	color: #fff;
	opacity: 1
}

.front-banner-area input:-ms-input-placeholder {
	color: #fff
}

.front-banner-area input::-ms-input-placeholder {
	color: #fff
}

#feature_box_1 {
	background: #fff;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 48px 15px 40px;
	position: relative;
	width: auto
}

#feature_box_1 .widget {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0
}

.review-rating {
	text-align: center
}

.review-rating img {
	margin: 0 22px;
	display: inline-block
}

#feature_box_2 {
	background: #193768 url(images/blue-bg.png) no-repeat bottom center;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: auto;
	min-height: 298px
}

#feature_box_2 .widget {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: 298px
}

.highlight-section {
	text-align: center;
	padding: 55px 0 0
}

.highlight-section h3 {
	font-family: 'robotolight';
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	padding: 0 0 10px
}

.highlight-section h1 {
	font-family: 'robotoblack';
	color: #fff;
	font-size: 72px;
	margin: 0;
	line-height: 72px;
	text-transform: uppercase;
	letter-spacing: 6px
}

.highlight-section a {
	color: #193768;
	font-size: 24px;
	line-height: 24px;
	font-family: 'robotoblack';
	letter-spacing: 2px;
	position: absolute;
	bottom: 13px;
	right: 68px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 4px
}

.highlight-section a .fa {
	font-size: 29px;
	position: relative;
	top: 2px;
	margin-right: 8px
}

.highlight-section a:hover {
	text-decoration: none;
	color: #d51d2b !important
}

.home #inner {
	padding: 65px 0 70px;
	max-width: none
}

.home #content-sidebar-wrap {
	float: none;
	margin: 0 auto
}

.home #content {
	width: 1170px;
	float: none;
	margin: 0 auto
}

.home #content .page {
	background: none
}

.home #inner .info {
	max-width: 920px;
	margin: 0 auto;
	text-align: center
}

.home #inner h3 {
	font-family: 'robotolight';
	color: #909090;
	font-size: 30px;
	margin: 0
}

.home #inner h1 {
	font-family: 'robotolight_italic';
	color: #193768;
	font-size: 36px;
	line-height: 42px;
	margin: 20px 0 25px
}

.home #inner p {
	font-family: 'robotolight';
	color: #231f20;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 18px
}

.blue-btn a {
	color: #193768 !important;
	background: none;
	border: 1px solid #193768;
	font-family: 'robotobold';
	font-size: 18px;
	line-height: 18px;
	width: 200px;
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

.blue-btn a:hover {
	color: #fff !important;
	background: #193768;
	text-decoration: none
}

.blue-btn1 a {
	color: #193768 !important;
	background: none;
	border: 1px solid #193768;
	font-family: 'robotobold';
	font-size: 16px;
	line-height: 16px;
	width: 150px;
	padding: 13px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

.blue-btn1 a:hover {
	color: #fff !important;
	background: #193768;
	text-decoration: none
}

.white-btn a {
	color: #193768 !important;
	background: #fff;
	border: 0;
	font-family: 'robotobold';
	font-size: 16px;
	line-height: 16px;
	width: 150px;
	padding: 13px 0;
	text-transform: uppercase;
	display: inline-block;
	text-align: center
}

.white-btn a:hover {
	color: #fff !important;
	background: #d51d2b;
	text-decoration: none
}

#feature_box_3 {
	background: url(images/services-bg.jpg) no-repeat center / cover;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 35px 15px 80px;
	position: relative;
	width: auto
}

#feature_box_3 .widget {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0
}

.services-section {
	text-align: center
}

.services-section h3 {
	font-family: 'robotobold';
	color: #fff;
	font-size: 36px;
	padding: 0 0 25px
}

.services-section .column {
	width: 198px;
	border: 1px solid #E0E2E6;
	padding: 50px 10px 60px;
	margin: 0 22px 0 0;
	float: left
}

.services-section .last {
	margin: 0 !important
}

.services-section .column h4 {
	font-family: 'robotobold';
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding: 30px 5% 25px;
	letter-spacing: 2px;
	text-transform: uppercase
}

#feature_box_4 {
	background: #fff url(images/flag-bg.jpg) no-repeat center bottom / 100% 448px;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 75px 15px 370px;
	position: relative;
	width: auto
}

#feature_box_4 .widget {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0
}

.video-testimonial-section {
	width: 955px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.testimonial-section {
	width: 460px;
	float: left
}

.testimonial-section h3 {
	font-family: 'robotobold';
	color: #193768;
	font-size: 36px;
	padding: 0 0 24px
}

.testimonial-section blockquote {
	font-family: 'robotolight';
	font-size: 20px;
	line-height: 36px;
	color: #000;
	position: relative;
	margin: 0
}

.testimonial-section .bx-wrapper {
	margin-bottom: 0;
	min-height: 332px
}

.testimonial-section .credit {
	margin: 0 !important;
	padding: 35px 0 25px;
	text-align: left !important
}

.testimonial-section .author {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-family: 'robotoregular';
	text-transform: uppercase;
	font-weight: 400
}

.video-faq-box {
	width: 420px;
	float: right;
	padding: 0
}

.video-faq-box h3 {
	font-family: 'robotobold';
	color: #193768;
	font-size: 36px;
	padding: 0 0 25px
}

.video-faq-box iframe {
	height: 254px !important;
	width: 419px !important
}

.video-faq-box .video-faq {
	padding: 0;
	width: 419px;
	display: inline-block
}

.video-faq-box .featured-video-plus.fvp-center {
	height: 254px;
	margin: 0
}

.video-faq-box .last-faq {
	margin: 0 !important
}

.video-faq-box .title-link-head {
	font-family: 'robotobold';
	color: #193768;
	font-size: 18px !important;
	line-height: 24px;
	padding: 30px 0 22px !important;
	display: block;
	text-align: left
}

.video-faq-box .title-link-head a {
	color: #193768 !important;
	text-decoration: none !important
}

.video-faq-box .title-link-head a:hover {
	color: #193768 !important;
	text-decoration: none !important
}

#feature_box_5 {
	background: #fff url(images/wings-bg.jpg) no-repeat top center / 100% 451px;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: auto
}

#feature_box_5 .widget {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0
}

.blog-section {
	background: #fff;
	padding: 80px 85px 90px;
	box-shadow: 0 7px 23px -16px #000;
	position: relative;
	top: -50px
}

.blog-section h3 {
	font-family: 'robotobold';
	color: #193768;
	font-size: 36px;
	padding: 0 0 25px
}

.blog-section h3 a {
	color: #193768
}

.blog-section h3 a:hover {
	color: #193768;
	text-decoration: none
}

.col-sm-latestblog {
	margin: 0 0 0 65px;
	width: 422px;
	padding: 0;
	border: 0;
	float: left
}

.latestblog-first {
	margin: 0 !important
}

.latestblog-img {
	height: 201px;
	width: 422px
}

.latestblog-view img {
	margin: 0
}

.latestblog-view .latestblog-content-area {
	position: relative
}

.latestblog-view .latestblog-title {
	font-family: 'robotobold';
	font-size: 23px;
	line-height: 24px;
	color: #193768 !important;
	padding: 7px 0 0 !important;
	display: block;
	min-height: 80px
}

.latestblog-view .latestblog-title a {
	color: #193768 !important
}

.latestblog-view .latestblog-title a:hover {
	color: #193768 !important
}

.wp-block-button__link.has-text-color {
	color: #fff !important
}

.latestblog-view .latestblog-content p {
	color: #000;
	font-family: 'robotolight';
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px
}

.latestblog-view .latestblog-morelink a {
	color: #193768 !important;
	background: none;
	border: 1px solid #193768 !important;
	font-family: 'robotobold' !important;
	font-size: 16px !important;
	line-height: 16px;
	width: 150px;
	padding: 12px 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

.latestblog-view .latestblog-morelink a:hover {
	color: #fff !important;
	background: #193768 !important;
	text-decoration: none !important
}

#feature_box_6 {
	background: #fff;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 45px 15px 55px;
	position: relative;
	width: auto
}

#feature_box_6 .widget {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0
}

.resource-contact-section {
	width: 925px;
	margin: 0 auto
}

.resource-box {
	width: 425px;
	float: left
}

.resource-box h3 {
	font-family: 'robotobold';
	color: #193768;
	font-size: 36px;
	padding: 0 0 27px
}

.resource-box li {
	list-style: none !important;
	margin: 0 !important;
	border-bottom: 1px solid #193768;
	padding: 26px 0 28px 5px !important
}

.resource-box li:last-child {
	border-bottom: 0 solid #193768
}

.resource-box li a {
	font-family: 'robotoregular';
	color: #193768 !important;
	font-size: 24px;
	padding: 0;
	font-style: italic
}

.resource-box li a .fa {
	font-size: 28px;
	margin-right: 10px
}

.resource-box li a:hover {
	text-decoration: none !important;
	color: #d51d2b !important
}

.contact-box {
	width: 100%;
	float: right
}

.contact-box h3 {
	font-family: 'robotobold';
	color: #193768;
	font-size: 36px;
	padding: 0 0 27px;
	text-align: center
}

.contact-box .gform_wrapper {
	position: relative;
	z-index: 999
}

.contact-box .gform_wrapper .top_label input.medium {
	color: #000 !important;
	border: 1px solid #F3F3F3;
	font-family: 'robotolight' !important;
	font-size: 14px !important;
	padding: 13px 20px !important;
	width: 100% !important;
	display: inline-block;
	margin: 0 !important;
	font-weight: 400;
	background: none !important;
	text-transform: capitalize;
	letter-spacing: 0 !important
}

.contact-box .gform_wrapper .top_label select.medium {
	color: #000 !important;
	border: 1px solid #F3F3F3;
	font-family: 'robotolight' !important;
	font-size: 14px !important;
	padding: 13px 20px !important;
	width: 100% !important;
	display: inline-block;
	margin: 0 !important;
	font-weight: 400;
	background: none !important;
	text-transform: capitalize;
	letter-spacing: 0 !important
}

.contact-box .gform_wrapper .top_label textarea.medium {
	color: #000 !important;
	border: 1px solid #F3F3F3;
	font-family: 'robotolight' !important;
	font-size: 14px !important;
	padding: 13px 20px !important;
	width: 100% !important;
	display: inline-block;
	margin: 0 !important;
	font-weight: 400;
	background: none !important;
	text-transform: capitalize;
	letter-spacing: 0 !important;
	height: 85px
}

.contact-box .gform_wrapper .top_label textarea.medium::placeholder {
	color: #000 !important;
	opacity: 1 !important
}

.contact-box .gform_wrapper .top_label input.medium::placeholder {
	color: #000 !important;
	opacity: 1 !important
}

.contact-box div.gform_wrapper li#field_2_1,
.contact-box div.gform_wrapper li#field_2_5,
.contact-box div.gform_wrapper li#field_2_6,
.contact-box div.gform_wrapper li#field_2_7,
.contact-box div.gform_wrapper li#field_2_2,
.contact-box div.gform_wrapper li#field_2_3,
.contact-box div.gform_wrapper li#field_2_4 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 0 none !important;
	clear: none !important;
	margin: 0 0 15px !important;
	width: 100%
}

.contact-box div.gform_wrapper li#field_2_6,
.contact-box div.gform_wrapper li#field_2_7,
.contact-box div.gform_wrapper li#field_2_2,
.contact-box div.gform_wrapper li#field_2_3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 0 none !important;
	clear: none !important;
	margin: 0 15px 15px 0 !important;
	width: 48.2%;
	float: left
}

.contact-box div.gform_wrapper li#field_2_7,
.contact-box div.gform_wrapper li#field_2_3 {
	margin: 0 0 15px !important
}

.contact-box .gform_wrapper .gform_body {
	position: relative
}

body .contact-box .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important
}

.contact-box div.gform_wrapper .gform_footer {
	padding: 12px 0 0 !important;
	display: block;
	text-align: center
}

.contact-box .gform_wrapper .gform_footer input.button,
.contact-box .gform_wrapper .gform_footer input[type="submit"],
.contact-box .gform_wrapper .gform_page_footer input.button,
.contact-box .gform_wrapper .gform_page_footer input[type="submit"] {
	color: #193768 !important;
	background: none !important;
	font-family: 'robotoblack';
	font-size: 18px !important;
	line-height: 18px;
	width: 125px;
	padding: 12px 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	display: inline-block;
	text-align: center;
	border: 1px solid #193768;
	font-weight: 400
}

.contact-box .gform_wrapper .gform_footer input.button:hover,
.contact-box .gform_wrapper .gform_footer input[type="submit"]:hover,
.contact-box .gform_wrapper .gform_page_footer input.button:hover,
.contact-box .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color: #fff !important;
	background: #193768 !important;
	text-decoration: none !important
}

#feature_box_1 h4.widget-title,
#feature_box_2 h4.widget-title,
#feature_box_3 h4.widget-title,
#feature_box_4 h4.widget-title,
#feature_box_5 h4.widget-title,
#feature_box_6 h4.widget-title {
	display: none
}

#sidebar {
	padding-top: 11px;
	text-align: center
}

.align-left {
	float: left;
	margin: 0 8px 0 0
}

.annual-report h3 {
	color: #01679B;
	font-size: 19px
}

.click-more {
	color: #193768 !important;
	background: none;
	border: 1px solid #193768;
	font-family: 'robotobold';
	font-size: 18px;
	line-height: 18px;
	width: 200px;
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

.click-more:hover {
	color: #fff !important;
	background: #193768;
	text-decoration: none
}

ul#social-media-sidebar {
	margin: 0;
	padding: 0
}

ul#social-media-sidebar li {
	border: 0;
	display: inline-block;
	list-style: outside none none;
	margin: 0 5px;
	padding: 0
}

ul#social-media-sidebar li a {
	color: #193768 !important;
	background: #fff;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 100px;
	font-size: 22px;
	padding-top: 7px
}

ul#social-media-sidebar li a:hover {
	background: #d51d2b;
	color: #fff !important
}

div.sharedaddy h3.sd-title {
	font-size: 12px !important
}

#content .post {
	padding-bottom: 10px
}

.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important
}

.gform_wrapper .top_label input.medium {
	border: 1px solid #CCC;
	padding: 10px 12px !important;
	width: 280px !important
}

.gform_button {
	background: none repeat scroll 0 0 #01679B;
	border: 0 none;
	color: #FFF !important;
	display: inline-block;
	font-weight: 400;
	margin: 0 !important;
	text-decoration: none !important
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	padding: 10px 12px !important
}

.recent-post-home-style h4 {
	background: none !important;
	font-size: 14px;
	font-variant: normal;
	line-height: normal;
	margin: 4px 0 0 !important;
	padding: 0 !important
}

.recent-post-home-style a {
	background: none !important;
	color: #015D9B !important
}

.recent-post-home-style div.srp-widget-singlepost {
	border-bottom: 0 none !important
}

.ltw_tes_item {
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px
}

.ltw_tes_content_cont {
	font-style: italic;
	width: 485px !important
}

.ltw_tes_testimonial {
	color: #444 !important;
	font-size: 13px !important;
	line-height: 20px !important
}

.ltw_tes_client_name {
	text-align: right
}

.ltw_tes_client_company {
	color: #0E3868 !important;
	text-align: right
}

.post-date {
	display: inline;
	background: url(images/dot.jpg) no-repeat right center;
	margin-right: 5px;
	padding-right: 6px
}

.ecae-link {
	float: right;
	font-weight: 800;
	margin-top: 20px
}

#content .post {
	border-bottom: 1px solid #ccc
}

#respond {
	padding: 0
}

.adds-row {
	margin-bottom: 7px
}

table {
	width: 100%
}

.featured-box-content {
	text-align: justify;
	line-height: normal
}

.tv-video-box {
	width: 49%;
	float: none;
	padding: 0 1.5% 8px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 20px;
	clear: right;
	display: inline-block;
	vertical-align: top;
	min-height: 290px
}

.tv-video-section .zero {
	padding-left: 0
}

.tv-video-section td {
	border-top: 1px solid #EDEDED;
	padding: 18px 0 5px;
	vertical-align: top;
	width: 288px
}

.tv-video-section .two {
	padding-right: 0
}

.tv-video-box .featured-video-plus iframe,
.featured-video-plus {
	width: 100% !important
}

.featured-video-plus.fvp-center {
	overflow: hidden
}

.featured-box {
	height: auto;
	padding-bottom: 4px
}

.featured-link {
	line-height: 26px;
	padding-bottom: 3px;
	padding-top: 7px
}

.featured-link a {
	color: #193768 !important;
	font-family: open sans;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: 400;
	text-decoration: none
}

.featured-date {
	color: #777;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	padding-bottom: 1px
}

.featured-box-single {
	padding-bottom: 8px
}

#content {
	position: relative;
	line-height: 1.5
}

.single-video #content .post h1,
.single-video #content .page h1,
.single-video #content h1.entry-title,
.single-video #content .entry-content h1 {
	padding-right: 115px
}

.single-video .post-info {
	padding-right: 115px
}

.single-video .ssba,
.single-video .ts-fab-wrapper {
	display: none
}

.single-video .featured-box-content-single .ssba,
.single-video .featured-box-content-single .ts-fab-wrapper {
	display: block
}

.ts-fab-text h4 {
	font-size: 16px !important
}

.back-video-page {
	background: none repeat scroll 0 0 #777;
	border-radius: 5px;
	color: #FFF !important;
	padding: 5px 10px;
	float: right;
	position: absolute;
	right: 0;
	top: 11px
}

.ssbp-wrap p {
	margin: 0;
	display: inline !important
}

.sidebar .searchform {
	padding: 15px 15px 5px
}

#content .gform_wrapper .top_label input.medium {
	border: 1px solid #CCC;
	padding: 10px 12px !important;
	width: 280px !important
}

textarea {
	border: 1px solid #CCC;
	padding: 10px 12px !important;
	width: 100% !important
}

#sidebar .gform_wrapper .top_label input.medium {
	border: 0 solid #CCC;
	padding: 10px 12px !important;
	width: 100% !important;
	color: #000
}

#sidebar .gform_wrapper .gform_footer input.button,
#sidebar .gform_wrapper .gform_footer input[type="submit"],
#sidebar .gform_wrapper .gform_page_footer input.button,
#sidebar .gform_wrapper .gform_page_footer input[type="submit"] {
	color: #fff !important;
	background: none;
	border: 1px solid #fff;
	font-family: 'robotobold';
	font-size: 16px !important;
	line-height: 16px;
	width: 180px;
	padding: 14px 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

#sidebar .gform_wrapper .gform_footer input.button:hover,
#sidebar .gform_wrapper .gform_footer input[type="submit"]:hover,
#sidebar .gform_wrapper .gform_page_footer input.button:hover,
#sidebar .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color: #fff !important;
	background: #d51d2b;
	text-decoration: none;
	border: 1px solid #d51d2b
}

#sidebar div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 6px 0 0;
	text-align: center
}

.apply-online-box {
	margin-bottom: 20px;
	border-bottom: 1px dashed #1F4380;
	padding-bottom: 18px
}

.apply-online-box p {
	font-size: 19px;
	line-height: 1.3;
	padding-bottom: 10px
}

.apply-online-box a {
	color: #fff !important;
	background: none;
	border: 1px solid #fff;
	font-family: 'robotobold';
	font-size: 16px !important;
	line-height: 16px;
	width: 180px;
	padding: 14px 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

.apply-online-box a:hover {
	color: #fff !important;
	background: #d51d2b;
	text-decoration: none;
	border: 1px solid #d51d2b
}

.apply-online-box:last-child {
	margin-bottom: 0;
	border-bottom: 0 dashed #1F4380;
	padding-bottom: 0
}

#content .gform_wrapper .gform_footer input.button,
#content .gform_wrapper .gform_footer input[type="submit"],
#content .gform_wrapper .gform_page_footer input.button,
#content .gform_wrapper .gform_page_footer input[type="submit"] {
	color: #193768 !important;
	background: none;
	border: 1px solid #193768;
	font-family: 'robotobold';
	font-size: 16px !important;
	line-height: 18px;
	width: 180px;
	padding: 15px 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

#content .gform_wrapper .gform_footer input.button:hover,
#content .gform_wrapper .gform_footer input[type="submit"]:hover,
#content .gform_wrapper .gform_page_footer input.button:hover,
#content .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color: #fff !important;
	background: #193768;
	text-decoration: none
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none !important;
	border: 0 none !important;
	margin: 0 0 10px !important;
	padding: 0 !important
}

h4.author-name {
	font-size: 14px !important
}

.author-profile,
.content .series {
	margin-bottom: 15px !important
}

.page-id-26 #gform_wrapper_3 {
	float: left;
	width: auto
}

.map-layout iframe {
	width: 100%;
	height: 320px
}

.s,
#subbox {
	margin: 0 auto 15px;
	background: #fff;
	border: 0;
	color: #666;
	width: 100%;
	padding: 11px 12px
}

.searchsubmit,
#subbutton {
	color: #fff !important;
	background: none;
	border: 1px solid #fff;
	font-family: 'robotobold';
	font-size: 16px;
	line-height: 16px;
	width: 180px;
	padding: 14px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center
}

.searchsubmit:hover,
#subbutton:hover {
	border: 1px solid #d51d2b;
	color: #fff !important;
	background: #d51d2b;
	text-decoration: none
}

.big-download-bt {
	color: #193768 !important;
	background: none;
	border: 1px solid #193768;
	font-family: 'robotobold';
	font-size: 18px;
	line-height: 18px;
	width: 200px;
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	margin-top: 20px
}

.big-download-bt:hover {
	color: #fff !important;
	background: #193768;
	text-decoration: none
}

#content .type-testimonials-widget {
	border-bottom: 1px solid #CCC;
	margin: 0 0 25px;
	padding: 0 0 5px
}

#content blockquote {
	background: none;
	border: 0 none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left
}

#content blockquote p {
	font-style: normal;
	margin-bottom: 5px
}

.testimonials-widget-testimonial cite:before,
.testimonials-widget-testimonial div.credit:before {
	content: " " !important
}

.testimonials-widget-testimonial .author,
.testimonials-widget-testimonial .email,
.testimonials-widget-testimonial .job-title,
.testimonials-widget-testimonial .location,
.testimonials-widget-testimonial .company,
.testimonials-widget-testimonial .url {
	display: block
}

.testimonials-widget-testimonial .join-title,
.testimonials-widget-testimonial .join,
.testimonials-widget-testimonial .join-location {
	display: none
}

#content .testimonials-widget-testimonials {
	padding-top: 15px
}

#content .testimonials-widget-testimonials .credit .job-title {
	color: #193768 !important;
	font-style: italic;
	text-align: right
}

#content .testimonials-widget-testimonials .credit .author {
	color: #444 !important;
	font-style: italic;
	font-weight: 700;
	text-align: right;
	font-size: 16px
}

.device-version {
	display: none
}

.entry-content li.page-item-28 {
	display: none !important
}

@media only screen and (max-width:1200px) {
	.menu-primary a {
		padding: 15px 17px
	}
}

@media only screen and (max-width:1169px) {
	#header .header-widget-area {
		right: 0;
		top: 0
	}

	.menu-primary a {
		padding: 15px 17px
	}

	.front-banner-area {
		width: 528px;
		margin-right: 58px;
		padding: 80px 0 96px 90px;
		background-position: 15px center
	}

	.services-section .column {
		width: 198px;
		padding: 50px 10px 60px;
		margin: 0 20px 0 0;
		float: left
	}

	.blog-section {
		padding: 80px 78px 90px
	}

	#header .genesis-nav-menu {
		margin-right: 0
	}

	.menu-primary>li {
		float: none;
		padding-right: 3px;
		display: inline-block
	}

	.full-width-content #content {
		width: auto !important;
		max-width: 1080px;
		float: none;
		clear: both
	}

	.col-sm-latestblog {
		padding: 0;
		border: 0;
		float: none;
		display: inline-block
	}

	.recent-post-home-style {
		text-align: center
	}

	#header .genesis-nav-menu li ul {
		right: -21px
	}
}

@media only screen and (max-width:1099px) {
	#inner {
		padding: 40px 15px
	}

	#content-sidebar-wrap {
		float: none;
		width: auto !important;
		margin: 0 auto;
		clear: both;
		max-width: 1080px
	}

	.content-sidebar #content {
		width: 61%
	}

	#header .genesis-nav-menu {
		margin-right: 0
	}

	#header .header-widget-area {
		right: 0;
		top: 0;
		width: 780px
	}

	#header {
		background-position: 51% 30px
	}

	.menu-primary a {
		padding: 15px 10px
	}

	.menu-primary>li {
		float: none;
		padding-right: 3px;
		display: inline-block
	}

	.front-banner-area {
		width: 560px;
		margin-right: 26px;
		padding: 80px 0 96px 118px;
		background-position: 45px center
	}

	.highlight-section a {
		right: 45px
	}

	.home #inner {
		padding: 65px 14px 70px;
		max-width: none
	}

	.services-section .column {
		width: 193px;
		padding: 50px 5px 60px;
		margin: 0 6px 0 0;
		float: none;
		display: inline-block
	}

	.col-sm-latestblog {
		padding: 0;
		border: 0;
		float: none;
		display: inline-block
	}

	.recent-post-home-style {
		text-align: center
	}

	.blog-section {
		padding: 80px 48px 90px
	}
}

@media only screen and (max-width:1039px) {
	#header .header-widget-area {
		right: 0;
		top: 0;
		width: 738px
	}

	.contact-with-us span {
		letter-spacing: 2px
	}

	.menu-primary a {
		padding: 15px 7px
	}

	#silider_section .widget {
		width: 55%
	}

	#silider_section {
		height: 570px;
		padding: 54px 0 20px;
		background-size: cover
	}

	.front-banner-area {
		width: 555px;
		margin-right: 26px;
		padding: 80px 0 52px 114px;
		background-position: 45px center
	}

	.highlight-section a {
		right: 26px
	}

	.services-section .column {
		width: 187px;
		padding: 50px 1px 60px;
		margin: 0 2px 0 0;
		float: none;
		display: inline-block
	}

	.blog-section {
		padding: 80px 22px 90px
	}

	.copy-right-content {
		float: left;
		padding: 25px 0 0 16px
	}

	#ez-fat-footer-container {
		padding: 65px 15px 5px
	}
}

@media only screen and (max-width:990px) {
	#header {
		background: none;
		text-align: center;
		padding: 15px 15px 12px;
		height: auto;
	}

	#header .header-widget-area {
		right: 0;
		top: 0;
		width: auto;
		text-align: center;
		float: none
	}

	#header #header_left {
		float: none;
		left: 0;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: center;
		top: 0;
	}

	ul#social-media {
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center
	}

	ul#social-media li {
		text-align: center
	}

	.contact-with-us {
		float: none;
		padding: 8px 19px 15px;
		position: relative;
		background: #193768;
		border-radius: 100px;
		margin-top: 9px;
		display: inline-block
	}

	.contact-with-us h5 {
		font-size: 32px
	}

	.contact-with-us h5 img {
		position: relative;
		top: -3px;
		margin-right: 7px;
		width: 25px
	}

	.contact-with-us span {
		font-size: 17px
	}

	#header ul.genesis-nav-menu {
		display: none !important
	}

	.nav-chosen-select {
		font-size: 14px
	}

	#dropdown-nav-wrap {
		margin-bottom: 14px
	}

	.subnav-chosen-select {
		color: #193768;
		font-size: 14px
	}

	#silider_section {
		height: 474px;
		padding: 60px 0 20px;
		background-size: cover
	}

	.video-testimonial-section {
		width: auto;
		margin: 0 auto
	}

	.resource-contact-section {
		width: auto;
		margin: 0 auto
	}

	.front-banner-area {
		width: 424px;
		margin-right: 0;
		padding: 40px 24px 43px 50px;
		background-position: 11px 61%;
		background-size: 32px
	}

	.front-banner-area h5 {
		margin: 0;
		font-size: 22px
	}

	.front-banner-area h1 {
		font-size: 37px;
		line-height: 42px;
		letter-spacing: .5px
	}

	.front-banner-area p {
		margin: 10px 0 8px;
		font-size: 16px;
		letter-spacing: .2px
	}

	.front-banner-area h4 {
		margin: 12px 0 0;
		font-size: 15px;
		line-height: 1.5
	}

	.front-banner-area button,
	.btn-primary {
		font-size: 19px;
		padding: 7px 6px
	}

	.front-banner-area input,
	.quote-form input {
		font-size: 19px;
		padding: 7px 6px !important;
		width: 57%
	}

	#feature_box_1 {
		padding: 30px 15px 20px
	}

	#feature_box_2 {
		background: #193768;
		clear: both;
		float: none;
		margin: 0 auto;
		padding: 0 15px;
		position: relative;
		width: auto;
		min-height: inherit
	}

	#feature_box_2 .widget {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		min-height: inherit
	}

	.highlight-section {
		text-align: center;
		padding: 40px 0
	}

	.highlight-section h3 {
		font-size: 41px;
		line-height: 48px;
		padding: 0 0 10px
	}

	.highlight-section h1 {
		font-size: 62px;
		margin: 0;
		line-height: 67px;
		text-transform: uppercase;
		letter-spacing: 4px
	}

	.highlight-section a {
		right: auto;
		position: relative;
		background: #d1d9e5;
		top: 0;
		border-radius: 100px;
		padding: 7px 18px 10px;
		display: inline-block;
		margin-top: 30px
	}

	.home #inner {
		padding: 35px 14px 50px !important;
		max-width: none
	}

	.services-section .column {
		width: auto;
		padding: 30px 10px;
		margin: 0 auto 15px;
		float: none;
		display: block
	}

	.services-section .column h4 {
		font-size: 18px;
		padding: 12px 0 17px;
		letter-spacing: 2px;
		text-transform: uppercase
	}

	#feature_box_3 {
		padding: 35px 15px 50px;
		text-align: center
	}

	#feature_box_4 {
		padding: 35px 15px 265px;
		text-align: center
	}

	.testimonial-section {
		width: auto;
		float: none;
		margin-bottom: 35px
	}

	.video-faq-box {
		width: auto;
		float: none;
		padding: 0
	}

	.testimonial-section blockquote {
		font-size: 18px;
		line-height: 30px;
		position: relative;
		margin: 0
	}

	.testimonial-section .credit {
		margin: 0 !important;
		padding: 15px 0 20px;
		text-align: center !important
	}

	.video-faq-box .video-faq {
		padding: 0;
		width: auto;
		display: block;
		max-width: 555px;
		margin: 0 auto
	}

	.video-faq-box iframe {
		height: 290px !important;
		width: 100% !important
	}

	.video-faq-box .featured-video-plus.fvp-center,
	.video-faq-box iframe {
		height: 290px;
		margin: 0
	}

	.video-faq-box .title-link-head {
		font-size: 18px !important;
		line-height: 24px;
		padding: 10px 0 22px !important;
		display: block;
		text-align: center;
		max-width: 555px
	}

	.blog-section {
		padding: 35px 15px 50px;
		text-align: center
	}

	.recent-post-home-style {
		text-align: center;
		max-width: 555px;
		margin: 0 auto
	}

	.col-sm-latestblog {
		padding: 0;
		border: 0;
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 40px !important
	}

	.col-sm-latestblog.latestblog-last {
		margin-bottom: 0 !important
	}

	.latestblog-img {
		height: auto;
		width: auto
	}

	.latestblog-view img {
		width: auto !important
	}

	.latestblog-view .latestblog-title {
		padding: 20px 0 7px !important;
		min-height: inherit
	}

	.latestblog-view .latestblog-content p {
		margin-bottom: 10px
	}

	#feature_box_5 {
		padding: 0 15px
	}

	#feature_box_6 {
		clear: both;
		float: none;
		margin: 0 auto;
		padding: 2px 15px 50px;
		position: relative;
		width: auto
	}

	.resource-box {
		width: auto;
		float: none;
		max-width: 426px;
		margin: 0 auto
	}

	.resource-box ul {
		display: inline-block
	}

	.resource-box li {
		list-style: none !important;
		margin: 0 !important;
		border-bottom: 1px solid #193768;
		padding: 18px 0 20px 5px !important
	}

	.contact-box {
		width: auto;
		float: none;
		text-align: center
	}

	.resource-box h3 {
		font-size: 34px;
		padding: 0;
		text-align: center
	}

	.testimonial-section h3,
	.video-faq-box h3,
	.services-section h3,
	.blog-section h3,
	.contact-box h3 {
		font-size: 34px;
		padding: 0 0 10px
	}

	.contact-box div.gform_wrapper .gform_footer {
		text-align: center
	}

	#ez-fat-footer-container {
		padding: 35px 15px 5px !important;
		text-align: center
	}

	ul#menu-footer-secondary-menu li {
		margin: 0 3px 6px;
		padding: 2px 0 2px 11px;
		font-size: 13px;
		background-size: 6px !important;
		background-position: 0 center;
		display: inline-block
	}

	ul#social-media-footer {
		margin: 0;
		padding: 0 0 16px
	}

	#ez-fat-footer-2 {
		padding: 0 0 20px !important
	}

	.footer-logo img {
		width: 100px !important
	}

	#ez-fat-footer-4 {
		padding: 0;
		margin: 0 auto
	}

	bottom_footer {
		padding: 0 15px 15px;
		text-align: center
	}

	.copy-right-logo {
		float: none;
		width: auto
	}

	.copy-right-logo img {
		float: none;
		width: 70px
	}

	.copy-right-content {
		float: none;
		padding: 4px 0 0
	}

	.copy-right-content h5 {
		text-transform: uppercase;
		font-size: 16px;
		line-height: normal
	}

	.one-market {
		float: none;
		padding-top: 13px;
		max-width: 120px;
		margin: 0 auto
	}

	#bottom_footer {
		padding: 5px 15px;
		text-align: center
	}

	#ez-fat-footer-4 {
		padding: 0 !important
	}

	#silider_section .widget {
		width: auto
	}

	#custom_html-2 {
		min-height: inherit
	}

	.tv-video-box {
		min-height: inherit;
		height: 350px
	}

	.tv-video-box .featured-video-plus iframe,
	.tv-video-box .featured-video-plus {
		width: 100% !important;
		height: 245px !important
	}

	.featured-link a {
		font-size: 22px
	}

	.featured-video-plus.fvp-center {
		overflow: hidden
	}

	#social-media h5 {
		text-align: center;
		margin-bottom: 4px;
		margin-top: 5px
	}

	ul#social-media li {
		margin: 0 10px
	}

	.testimonial-section .bx-wrapper {
		margin-bottom: 0;
		min-height: inherit
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.highlight-section h3 {
		font-size: 31px;
		line-height: 35px
	}

	.highlight-section h1 {
		font-size: 48px;
		margin: 0;
		line-height: 45px;
		text-transform: uppercase;
		letter-spacing: 3px
	}

	.highlight-section a {
		padding: 6px 18px 9px;
		letter-spacing: 3px;
		font-size: 20px
	}

	.home #inner h1 {
		font-size: 30px;
		line-height: 34px;
		margin: 12px 0 14px
	}

	.home #inner p {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 18px
	}

	.testimonial-section blockquote {
		font-size: 16px;
		line-height: 26px;
		position: relative;
		margin: 0
	}

	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1.2 !important
	}

	.contact-with-us h5 {
		font-size: 27px
	}

	.contact-with-us span {
		font-size: 14px
	}

	.front-banner-area h5 {
		margin: 0;
		font-size: 18px
	}

	.front-banner-area h1 {
		font-size: 34px;
		line-height: 36px;
		letter-spacing: .5px
	}

	.front-banner-area p {
		margin: 10px 0 8px;
		font-size: 14px;
		letter-spacing: .2px
	}

	.front-banner-area h4 {
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 1.5
	}

	.front-banner-area input,
	.quote-form input {
		font-size: 17px;
		padding: 7px 6px !important
	}

	.front-banner-area button,
	.btn-primary {
		font-size: 17px;
		padding: 7px 6px
	}

	#silider_section .widget {
		width: auto;
		padding-left: 10px
	}

	.front-banner-area {
		width: 339px;
		margin-right: 0;
		padding: 30px 9px 28px 21px;
		background-position: 1px 61%;
		background-size: 17px
	}

	#silider_section {
		height: 376px;
		padding: 39px 0 20px;
		background-size: cover
	}

	.tv-video-box .featured-video-plus iframe,
	.tv-video-box .featured-video-plus {
		width: 100% !important;
		height: 232px !important
	}

	.featured-link a {
		font-size: 21px
	}

	.tv-video-box {
		min-height: inherit;
		height: auto;
		width: 100%;
		padding: 0 0 12px !important
	}

	.featured-video-plus.fvp-center {
		overflow: hidden
	}
}

@media only screen and (max-width:575px) {
	#header #header_left {
		float: none;
		left: 0;
		margin: 0 auto 12px;
		padding: 0;
		position: relative;
		text-align: center;
		top: 0;
	}

	#header .header-widget-area {
		right: 0;
		top: 0;
		width: auto;
		text-align: center;
		float: none
	}

	.contact-with-us h5 img {
		position: relative;
		top: -2px;
		margin-right: 7px;
		width: 17px
	}

	.highlight-section h3 {
		font-size: 25px;
		line-height: 30px
	}

	.highlight-section h1 {
		font-size: 39px;
		margin: 0;
		line-height: 35px;
		text-transform: uppercase;
		letter-spacing: 2px
	}

	.highlight-section a {
		padding: 4px 16px;
		letter-spacing: 2px;
		font-size: 16px
	}

	.highlight-section a .fa {
		font-size: 22px;
		position: relative;
		top: 2px;
		margin-right: 0
	}

	.video-faq-box .featured-video-plus.fvp-center,
	.video-faq-box iframe {
		height: 220px !important;
		margin: 0
	}

	.video-faq-box iframe {
		border: 1px solid #eee
	}

	#feature_box_4 {
		padding: 35px 15px 198px;
		text-align: center;
		background-size: 100% 248px
	}

	ul#social-media-footer li {
		margin: 0 12px;
		padding: 0
	}

	.contact-with-us-footer h5 {
		font-size: 28px;
		color: #fff
	}

	.big-white-btn {
		padding: 3px 0;
		margin: 18px auto 0
	}

	.big-white-btn a {
		letter-spacing: 1px;
		font-size: 14px;
		border-top: 2px solid #193768;
		border-bottom: 2px solid #193768;
		padding: 7px 0
	}

	.big-white-btn a:hover {
		border-top: 2px solid #d51d2b;
		border-bottom: 2px solid #d51d2b
	}

	.footer-logo img {
		width: 80px !important
	}

	.home #inner h1 {
		font-size: 30px;
		line-height: 34px;
		margin: 12px 0 14px
	}

	.home #inner p {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 18px
	}

	.testimonial-section blockquote {
		font-size: 16px;
		line-height: 26px;
		position: relative;
		margin: 0
	}

	.contact-with-us {
		float: none;
		padding: 4px 19px 8px;
		margin-top: 9px
	}

	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1.2 !important
	}

	.contact-with-us h5 {
		font-size: 21px
	}

	.contact-with-us span {
		font-size: 12px;
		letter-spacing: 1px
	}

	.front-banner-area h1 {
		font-size: 29px;
		line-height: 34px;
		letter-spacing: 0
	}

	.front-banner-area p {
		margin: 10px 0 8px;
		font-size: 12px;
		letter-spacing: 0
	}

	.front-banner-area h4 {
		margin: 8px 0 0;
		font-size: 11px;
		line-height: 1.5
	}

	.front-banner-area input,
	.quote-form input {
		font-size: 12px;
		padding: 7px 6px !important
	}

	.front-banner-area button,
	.btn-primary {
		font-size: 12px;
		padding: 7px 6px
	}

	#silider_section .widget {
		width: auto;
		padding-left: 10px
	}

	.front-banner-area {
		width: 275px;
		margin-right: 0;
		padding: 20px 9px 28px 17px;
		background-position: 1px 67%;
		background-size: 13px
	}

	#silider_section {
		height: 316px;
		padding: 30px 0 20px;
		background-size: cover
	}

	.resource-box li {
		padding: 18px 0 20px !important
	}

	.resource-box li a {
		font-size: 19px;
		padding: 0
	}

	.front-banner-area h5 {
		margin: 0;
		font-size: 17px
	}

	.tv-video-box .featured-video-plus iframe,
	.tv-video-box .featured-video-plus {
		width: 100% !important;
		height: 232px !important
	}

	.featured-link a {
		font-size: 21px
	}

	.tv-video-box {
		min-height: inherit;
		height: auto;
		width: 100%;
		padding: 0 0 12px !important
	}
}

@media only screen and (max-width:479px) {
	.highlight-section h3 {
		font-size: 17px;
		line-height: 20px
	}

	.highlight-section h1 {
		font-size: 29px;
		margin: 0;
		line-height: 30px;
		text-transform: uppercase;
		letter-spacing: 2px
	}

	.highlight-section a {
		padding: 4px 16px;
		letter-spacing: 2px;
		font-size: 13px;
		margin-top: 15px
	}

	.highlight-section {
		text-align: center;
		padding: 26px 0
	}

	.video-faq-box .featured-video-plus.fvp-center,
	.video-faq-box iframe {
		height: 162px !important;
		margin: 0
	}

	#feature_box_4 {
		padding: 35px 15px 140px;
		text-align: center;
		background-size: 100% 178px
	}

	.resource-box li a {
		font-size: 16px;
		padding: 0
	}

	.resource-box li {
		padding: 11px 0 13px !important
	}

	.contact-box div.gform_wrapper li#field_2_1,
	.contact-box div.gform_wrapper li#field_2_5,
	.contact-box div.gform_wrapper li#field_2_6,
	.contact-box div.gform_wrapper li#field_2_7,
	.contact-box div.gform_wrapper li#field_2_2,
	.contact-box div.gform_wrapper li#field_2_3,
	.contact-box div.gform_wrapper li#field_2_4 {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
		border: 0 none !important;
		clear: none !important;
		margin: 0 0 8px !important;
		width: 100%
	}

	.contact-box div.gform_wrapper li#field_2_6,
	.contact-box div.gform_wrapper li#field_2_7,
	.contact-box div.gform_wrapper li#field_2_2,
	.contact-box div.gform_wrapper li#field_2_3 {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
		border: 0 none !important;
		clear: none !important;
		margin: 0 0 8px !important;
		width: 100%;
		float: none
	}

	.contact-box div.gform_wrapper li#field_2_7,
	.contact-box div.gform_wrapper li#field_2_3 {
		margin: 0 0 8px !important
	}

	#content .post h1,
	#content .page h1,
	#content h1.entry-title,
	#content .entry-content h1 {
		font-size: 30px
	}

	#content .post h2,
	#content .page h2,
	#content h2.entry-title,
	#content .entry-content h2 {
		font-size: 30px
	}

	.tv-video-box .featured-video-plus iframe,
	.tv-video-box .featured-video-plus {
		width: 100% !important;
		height: 200px !important
	}

	.featured-video-plus.fvp-center {
		overflow: hidden
	}

	.single-video #content .post h1,
	.single-video #content .page h1,
	.single-video #content h1.entry-title,
	.single-video #content .entry-content h1 {
		padding-right: 0
	}

	.single-video .post-info {
		padding-right: 0
	}

	.post-info {
		font-size: 14px
	}

	.back-video-page {
		position: relative;
		right: 0;
		top: 0
	}

	.single-video .featured-video-plus {
		height: auto !important
	}

	.copy-right-content h5 {
		text-transform: uppercase;
		font-size: 11px;
		line-height: normal
	}

	.copy-right-content p {
		font-size: 10px;
		line-height: 1.2
	}

	ul#menu-footer-secondary-menu li {
		margin: 0 3px 6px;
		padding: 1px 0 2px 9px;
		font-size: 11px;
		background-size: 5px !important;
		background-position: 0 3px;
		display: inline-block
	}

	#sidebar .big-white-btn a {
		letter-spacing: 0
	}

	#silider_section .widget {
		width: auto;
		padding-left: 5px;
		border-radius: 0 30px 30px 0
	}

	.front-banner-area {
		width: 190px;
		margin-right: 0;
		padding: 15px 6px 12px 13px;
		background-position: 1px 62%;
		background-size: 10px
	}

	#silider_section {
		height: 256px;
		padding: 15px 0 20px;
		background-size: cover
	}

	.front-banner-area h5 {
		margin: 0;
		font-size: 12px
	}

	.front-banner-area h1 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0
	}

	.front-banner-area p {
		margin: 7px 0;
		font-size: 11px;
		letter-spacing: 0;
		line-height: normal
	}

	.front-banner-area h4 {
		margin: 8px 0 0;
		font-size: 10px;
		line-height: 1.5
	}

	.front-banner-area input,
	.quote-form input {
		font-size: 10px;
		padding: 7px 6px !important;
		border-width: 1px;
		border-radius: 8px 0 0 8px
	}

	.front-banner-area button,
	.btn-primary {
		font-size: 10px;
		padding: 7px 4px;
		border-width: 1px !important;
		border-radius: 0 8px 8px 0;
		letter-spacing: 1px
	}
}

main-logo {
	min-height: 250px;
}

.main-logo a img {
	max-width: 158px;
	height: auto;
}

#title-area {
	display: none;
}

#dropdown-nav {
	background: transparent;
	border-top: 2px solid #7E91B0;
	border-bottom: 2px solid #7E91B0;
	border-left: 0px solid #7E91B0;
	border-right: 0px solid #7E91B0;
	position: relative;
	min-height: 55px;
}

#dropdown-nav .responsive-menu-icon {
	margin-top: -30px;
}

#dropdown-nav .responsive-menu-icon,
#dropdown-subnav .responsive-menu-icon {
	padding-right: 15px;
	float: right;
}

#dropdown-nav .responsive-icon-bar,
#dropdown-subnav .responsive-icon-bar {
	width: 18px;
	height: 3px;
	margin: 1px 0;
	float: right;
	clear: both;
	display: block;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: #193768;
}

.nav-chosen-select,
.subnav-chosen-select {
	background: transparent;
	border: 0;
	width: 100%;
	padding: 15px;
	cursor: pointer;
	-webkit-appearance: none;
}

#dropdown-nav:focus {
	outline: none
}

.nav-chosen-select:focus,
.subnav-chosen-select:focus {
	outline: none;
	border: 0;
	box-shadow: none
}

@media only screen and (max-width:1080px) {
	nav.right>ul {
		padding-left: 0px;
	}

	nav.sub-menu>ul.subnav-menu {
		padding-left: 50px;
	}

	#header .header-widget-area {
		width: 70%;
		margin: auto;
	}

}

@media only screen and (max-width:960px) {
	#mobile_nav {
		display: block;
	}

	.topbutton {
		padding: 10px 20px !important;
		top: 5px !important;
		position: relative;
	}
}

.main-logo:after {
	content: "A Non-Profit Organization Serving Seniors Since 1977";
	background-color: #193768;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	display: block;
	margin-top: 5px;
	border-radius: 14px;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	min-width: 158px;
}


.footer-logo:after {
	content: "Non-Profit Organization";
	text-align: center;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-top: 5px;
	border-radius: 14px;
	font-size: 14px;
	color: #fff;

}

.footer-logo img,
.main-logo img {
	max-width: 158px !important;
}

.tagLineTop {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: -23px;
	color: #193768;
	font-weight: 600;
	font-family: 'robotobold';
	text-transform: uppercase;
}


@media only screen and (max-width:569px) {
	#header .header-widget-area {
		width: 100%;
		margin: auto;
	}
}

.nowrap {
	white-space: nowrap
}

/* Begin #ad-medi-share */

body #ad-medi-share {
	line-height: 1.2;
	font-size: 18px;
}

#ad-medi-share h1,
#ad-medi-share h2,
#ad-medi-share h3,
#ad-medi-share h4,
#ad-medi-share h5,
#ad-medi-share h6 {
	color: #1b4298;
	font-weight: bold;
	font-family: Lato, sans-serif !important
}

#ad-medi-share h2 {
	font-size: 36px;
}

#ad-medi-share p {
	color: #464646;
}

#ad-medi-share .bannerTable {
	padding: 0;
	margin: 0;
	background-color: #78a22f;
	box-sizing: border-box;
	border-spacing: 0;
}

#ad-medi-share .lftImg {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-image: url('/inc/templates/current/quotes/images/img-MS65-header_desktop@3x.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	min-height: 650px;
	background-position: center !important;
}

#ad-medi-share .lftImg img {
	width: 100%;
	padding: 0;
	margin: 0;
}

#ad-medi-share .bannerImg {
	width: 50%;
}

#ad-medi-share .b-forms {
	width: 50%;
}

#ad-medi-share .b-forms h3 {
	font-size: 25px;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
	padding-left: 20px;
	font-family: Lato, sans-serif !important;
}

#ad-medi-share .bannerForms h4 {
	font-size: 25px;
	color: #1b4298;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
	margin-top: 5px;
	font-family: Lato, sans-serif !important;
}

#ad-medi-share .bannerForms {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 70%;
	margin: 20px auto;
}

#ad-medi-share .bannerForms .venue-form {
	padding: 0;
}

#ad-medi-share .bannerForms .venue-form .venue_cms_form {
	padding: 0;
}

#ad-medi-share .bannerForms .venue-form .venue_cms_form .venue-column {
	float: none;
	width: 100%;
	padding: 0
}

#ad-medi-share .bannerForms .venue-form .venue_cms_form_value {
	position: relative;
	margin-bottom: 25px;
}

#ad-medi-share .bannerForms .venue-form .venue_cms_form_value label {
	display: none;
}

#ad-medi-share .bannerForms .venue-form .venue_cms_form_value input[type="text"],
#ad-medi-share .bannerForms .venue-form .venue_cms_form_value textarea {
	background-color: #f0f0f0;
	border-style: none;
	font-size: 14px;
	margin-bottom: -3px;
	margin-top: -3px !important;
	padding: 8px 12px;
}

#ad-medi-share .bannerForms .venue-form .venue_cms_form_value textarea {
	min-height: 70px;
	height: 70px;
}

#ad-medi-share .bannerForms .venue-form input::placeholder,
#ad-medi-share .bannerForms .venue-form textarea::placeholder {
	font-size: 14px;
	color: #242424;
	font-style: normal;
	font-family: Arial
}

#ad-medi-share .bannerForms .venue-form input:-ms-input-placeholder,
#ad-medi-share .bannerForms .venue-form textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #242424;
	font-style: normal;
	font-family: Arial
}

#ad-medi-share .bannerForms .venue-form input::-webkit-input-placeholder,
#ad-medi-share .bannerForms .venue-form textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #242424;
	font-style: normal;
	font-family: Arial
}

#ad-medi-share .bannerForms .alert_error_container {
	margin: 10px 0;
}

#ad-medi-share .bannerForms .alert_error_container .alert_message,
#ad-medi-share .bannerForms .alert_error_container .alert_error {
	padding: 5px 15px;
}

#ad-medi-share .venue-form {
	padding: 0 !important;
}

#ad-medi-share .venue_cms_form {
	padding: 0 !important;
}


#ad-medi-share .container {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 25px 0;
}

#ad-medi-share-footer .container {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 25px 0;
}

#ad-medi-share-footer a {
	color: #FFF;
}

#ad-medi-share-footer a:hover {
	opacity: 0.7;
}

#ad-medi-share .tr-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#ad-medi-share .tr-flex td {
	padding: 0 20px !important;
}

#ad-medi-share .tr-flex td img {
	width: 100% !important;
	height: auto !important;
}

#ad-medi-share .tr-flex.img-right td:first-child {
	width: 65.81196581200001% !important;
}

#ad-medi-share .tr-flex.img-right td:last-child {
	width: 31.623931624% !important;
}

#ad-medi-share .tr-flex.img-left td:last-child {
	width: 65.81196581200001% !important;
}

#ad-medi-share .tr-flex.img-left td:first-child {
	width: 31.623931624% !important;
}

#ad-medi-share .tr-flex td h2 {
	text-align: left !important;
}

#ad-medi-share .tr-flex td p {
	font-size: 18px;
}

#ad-medi-share .medi-share ul {
	padding: 20px 0;
	border-top: 3px solid #1b4297;
}

#ad-medi-share .medi-share ul li {
	list-style-type: none;
	font-size: 20px;
	font-weight: 400;
	color: #454249;
	margin-bottom: 24px;
}

#ad-medi-share .medi-share ul li:before {
	content: "-";
	margin-right: 20px;
}

#ad-medi-share .getcontract-bg {
	background-color: #EAE8EA;
}

#ad-medi-share .medi-share-sec {
	background-color: rgba(244, 244, 244, 1);
}

#ad-medi-share .lftImg.get-contracted {
	min-height: 785px;
}

#ad-medi-share .bannerForms .input:focus {
	outline-color: #c168c2 !important;
}

@media only screen and (max-width: 1200px) {
	#ad-medi-share .bannerForms {
		width: 90%;
	}

	#ad-medi-share .b-forms h3 {
		font-size: 22px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 1050px) {
	#ad-medi-share .bannerImg {
		display: none;
	}

	body.mobile #ad-medi-share .bannerTable .bannerTable tr td:first-child h3 {
		text-align: left
	}

	body.mobile #ad-medi-share .bannerTable .bannerTable tr td {
		width: 50% !important;
		display: inline-block;
	}

	body.mobile #ad-medi-share .b-forms {
		width: 100% !important;
	}

	body.mobile #ad-medi-share .cost-table table {
		border-collapse: separate !important;
	}

	body.mobile #ad-medi-share .cost-table table tr td {
		display: table-cell !important;
		width: 50% !important;
	}
}

@media only screen and (max-width: 989px) {
	#ad-medi-share .bannerTable td.bannerImg {
		display: none !important;
	}

	#ad-medi-share .bannerTable td.b-forms {
		padding: 30px !important;
	}

	#ad-medi-share .b-forms h3 {
		text-align: center;
	}

	#ad-medi-share .b-forms h3 br {
		display: none;
	}

	body.mobile #ad-medi-share a.button {
		padding: 15px 30px;
	}
}

@media only screen and (max-width: 768px) {
	#ad-medi-share .bannerForms {
		width: 100% !important;
	}

	body.mobile #ad-medi-share .bannerTable .bannerTable tr td {
		width: 100% !important;
		display: block;
	}

	#ad-medi-share .tr-flex {
		flex-direction: column;
	}

	#ad-medi-share .tr-flex.img-right td:first-child {
		width: 100% !important;
	}

	#ad-medi-share .tr-flex.img-right td:last-child {
		width: 100% !important;
	}

	#ad-medi-share .tr-flex.img-left td:last-child {
		width: 100% !important;
	}

	#ad-medi-share .tr-flex.img-left td:first-child {
		width: 100% !important;
	}

	#ad-medi-share .healthcare-sec .container {
		max-width: 450px !important;
	}

}

@media only screen and (max-width:600px) {
	#ad-medi-share .bannerForms {
		width: 95%;
	}

	#ad-medi-share .b-forms h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width:570px) {
	#ad-medi-share .container {
		width: 95% !important;
	}

	#ad-medi-share .medi-share ul li {
		display: flex;
	}

	#ad-medi-share .healthcare-sec .container>h2 br {
		display: none;
	}

	#ad-medi-share .tr-flex td {
		padding: 0 !important;
	}
}

@media only screen and (max-width:414px) {
	#ad-medi-share .b-forms h3 {
		font-size: 20px;
	}

	#ad-medi-share h2 {
		font-size: 24px;
	}

	#ad-medi-share .medi-share ul {
		padding: 15px 0 0;
	}

	#ad-medi-share .medi-share ul li {
		margin-bottom: 8px
	}

	#ad-medi-share .container {
		padding: 25px 5px 5px
	}

	#ad-medi-share .tr-flex td img {
		display: none
	}
}

@media only screen and (max-width:360px) {
	body.mobile #ad-medi-share>div>img {
		width: 280px !important;
	}
}

/* End #ad-medi-share */

.show_hide {
	padding: 3px 0 20px;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 12px;
	cursor: pointer;
	color: #193768;
	text-decoration: none !important
}

.show_hide:hover {
	color: #cc1928
}

.medisharevm {
	padding-top: 5px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	min-height: 200px;
	align-items: center;
}

body.mobile .medisharevm {
	padding-top: 5px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	min-height: 20px;
	align-items: center;
}