/******************************************
TYPOGRAPHY
******************************************/
.no-padding {
	padding: 0 !important;
}
.no-padding .container-fluid {
	padding: 0;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.display-flex {
	display: flex;
}
.flex-ai-center {
	align-items: center;
}
.flex-ai-flex-end {
	align-items: flex-end;
}
.flex-ai-flex-start {
	align-items: flex-start;
}
.flex-ai-baseline {
	align-items: baseline;
}
.flex-jc-center {
	justify-content: center;
}
.flex-jc-flex-end {
	justify-content: flex-end;
}
.flex-jc-space-around {
	justify-content: space-around;
}
.flex-jc-space-between {
	justify-content: space-between;
}
.flex-jc-space-evenly {
	justify-content: space-evenly;
}
.border-bottom .container:before,
.border-top .container:before {
	background: rgba(149,152,154,0.5);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.border-top .container:before {
	bottom: auto;
	top: 0;
}
.border-bottom .container,
.border-top .container {
	position: relative;
}
.border-bottom {
	padding-bottom: 50px;
}
.border-top .container {
	padding-top: 50px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 0 none;
	color: #505050;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1.063rem;
	margin: 0;
	max-width: 100%;
	padding: 7px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	height: 45px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	color: #323A3B;
	height: 145px;
	padding: 7px 20px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #3ec7c0;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 700 16px/1.2em 'Kaleko205W00', sans-serif;
	padding: 14px 55px 13px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #14aca4;
	color: #fff;
}
a.em-button {
	background-color: #3ec7c0;
	border: 2px solid rgba(0,0,0,0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font: 700 16px/1.2em 'Kaleko205W00', sans-serif;
	padding: 14px 40px 13px;
	text-align: center;
	text-decoration: none;
}
a.em-gradient {
	border: 0;
	padding: 16px 35px 15px;
	background-color: #3ec7c0;
	background-image: -webkit-linear-gradient(to right, #5ca0dd, #3ec7c0);
	background-image: -moz-linear-gradient(to right, #5ca0dd, #3ec7c0);
	background-image: -ms-linear-gradient(to right, #5ca0dd, #3ec7c0);
	background-image: -o-linear-gradient(to right, #5ca0dd, #3ec7c0);
	background-image: linear-gradient(to right, #5ca0dd, #3ec7c0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5ca0dd, endColorstr=#3ec7c0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
a.em-blue-background {
	background-color: #00529c;
}
a.em-blue-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #00529c;
	color: #00529C;
}
a.em-white-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #272525;
	color: #fff;
}
a.em-red-border {
	background-color: rgba(0,0,0,0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	background-color: #14aca4;
	color: #fff;
	text-decoration: none;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #00529C;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
    padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(../index.html) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-circle,
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}
.list-check-square:before,
.list-check-square:after,
.list-check-circle:before,
.list-check-circle:after{
	content: "";
	display: table;
	line-height: 0;
}
.list-check-square:after,
.list-check-circle:after{
	clear: both;
}
.list-check-circle li {
	background: url(../png/check-circle%402x.png) no-repeat 0 0.12em;
	-webkit-background-size: 22px auto;
	-moz-background-size: 22px auto;
	-o-background-size: 22px auto;
	background-size: 22px auto;
	margin: 0 0 15px;
	padding: 1px 0 1px 45px;
}
.list-check-square li {
	background: url(../png/check-square%402x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
.big-margin li {
	margin-bottom: 1.5rem;
}
table.table-style-1 {
	background: #0d294a5;
	width: 100%;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #cfcfd1;
	border-right: none;
	/* border-top: 1px solid #fff; */
	padding: 12px;
	text-align: center;
}
.table-style-1 th{
	border-color: #2f2f3b;
}
.table-style-1 th {
	background: #2f2f3b;
	color: #fff;
	font-size: 1.188rem;
	font-weight: 600;
	line-height: 1.1em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr td {
	background: #f8f8f8;
	font-size: 1.063rem;
	font-weight: 600;
	color: #505050;
}
.table-style-1 tr:nth-child(2n) td {
	background: #f4f4f4;
}
.table-style-2 tr td, .table-style-2 th  {
	border: 1px solid #cfcfd1 !important;
	border-right: none;
	padding: 15px 20px !important;
	text-align: center;
}
table.notable {
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1199px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	a.em-button,
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 14px 35px 13px;
	}
	.jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}

	.list-check-circle li {
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-o-background-size: 20px auto;
		background-size: 20px auto;
		padding: 1px 0 1px 40px;
	}
}

@media (max-width: 991px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	.table-style-2 td:before {
		text-align: center !important;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	.two-dimension td:before {
		font-size: 0.9em;
		font-style: italic;
	}
	.two-dimension tr td:first-child {
		background: #333;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}
