/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


html {
	font-family: sans-serif;
	line-height: 1.15;
	text-decoration: none;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

html,
body {
	-webkit-text-size-adjust: none;
	height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

iframe {
	vertical-align: top;
}

audio {
	width: 100%;
}

textarea:focus,
input:focus,
a,
div,
img {
	outline: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
	color: #000;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.2;
	font-family: inherit;
}

.h1,
h1 {
	font-size: 36px;
	margin-bottom: 24px;
}

.h2,
h2 {
	font-size: 30px;
	margin-bottom: 24px;
}

.h3,
h3 {
	font-size: 24px;
	margin-bottom: 24px;
}

.h4,
h4 {
	font-size: 20px;
	margin-bottom: 24px;
}

.h5,
h5 {
	font-size: 18px;
	margin-bottom: 24px;
}

.h6,
h6 {
	font-size: 16px;
	margin-bottom: 24px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: inherit;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom:0;
}

ul {
	padding-left: 20px;
}

ul li {
	padding-bottom: 10px;
}

ul li:last-child {
	padding-bottom: 0;
}

ol {
	padding-left: 20px;
}

ol li {
	padding-bottom: 10px;
}

ol li:last-child {
	padding-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}


abbr[title] {
	border-bottom: 1px dotted rgb(230, 230, 230);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 24px;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
	padding-top: 10px;
	padding-bottom: 0;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
	display: block;
	text-align: left;
	position: relative;
	background: #f2f2f2;
	padding: 20px 20px;
	border-left: 4px solid #ff8200;
	margin-bottom: 24px;
}

blockquote p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

hr {
	border: 0 #dddddd solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 10px auto 40px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
	color:#4777ac;
	text-decoration: none;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

*:focus,
a:focus {
	outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/

select {
	overflow: auto;
	-webkit-appearance:none;
}

#page .listradio-wrap .nf-field-element label.nf-checked-label:before {
	top: 0.35em;
}

#page .checkbox-container.label-right label:before {
	top: -9px;
}

#page .nf-form-content label,
label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
	display: block;
}


	#page .nf-form-content input[type="checkbox"] + label {
		line-height: initial;
		padding-top: 3px;
	}

		#page .nf-form-content .checkbox-wrap label {
			padding-top: 0;
		}

	#page .nf-form-content .label-above .nf-field-label,
	#page .nf-form-content .label-below .nf-field-label,
	#page .nf-form-content .label-hidden .nf-field-label,
	#page .nf-form-content label {
		margin-top: 0;
		margin-bottom: 0;
	}

input,
textarea,
button {
	font-family: sans-serif;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}


#page .nf-form-content input.ninja-forms-field,
#page .nf-form-content select.ninja-forms-field:not([multiple]),
#page .nf-form-content .list-select-wrap .nf-field-element>div,
#page .nf-form-content input:not([type=button]),
#page .nf-form-content input:not([type=radio]),
#page .nf-form-content input:not([type=checkbox]),
#page .nf-form-content textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
select,
textarea {
	background-color: #ffffff;
	display: block;
	height: 40px;
	padding: 5px 10px;
	width: 168px;
	font-size: 12px;
	color: rgb(18, 18, 18);
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 0px 4px 8px 0px rgba(185, 204, 240, 0.25);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
}

	.header-leftstyle #primary-menu li.menu-search .search-form .search-field,
	#page .nf-form-content input.ninja-forms-field,
	#page .nf-form-content select.ninja-forms-field[multiple],
	#page .nf-form-content input:not([type=button]),
	#page .nf-form-content input:not([type=radio]),
	#page .nf-form-content input:not([type=checkbox]),
	#page .nf-form-content textarea,
	input[type="search"],
	textarea,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	.widget .search-field {
		background-image: none;
	}

	#page .nf-form-content .list-select-wrap .nf-field-element>div {
		box-shadow: none;
	}


	#page .nf-form-content input[type="radio"],
	#page .nf-form-content input[type="checkbox"] {
		height: auto;
		display: none;
		background: none;
		padding: initial;
	}

	.no-results input[type="search"] {
		background: none;
		width: 100%;
	}

	#page .nf-form-content select.ninja-forms-field:not([multiple]),
	select {
		background-image: url( ../images/placeholder/drop-arrow.jpg );
	}

#page .nf-error.field-wrap .nf-field-element:after {
	background: transparent;
	color: red;
	height: 100%;
	line-height: 40px;
}

#page .nf-pass.field-wrap .nf-field-element:after {
	height: 100%;
	line-height: 40px;
}

#page .nf-form-content textarea,
textarea {
	height: 150px;
	resize: none;
	overflow: auto;
	padding: 20px 15px;
}

#page .nf-form-content input.ninja-forms-field:focus,
#page .nf-form-content select.ninja-forms-field:not([multiple]):focus,
#page .nf-form-content input:not([type=button]):focus,
#page .nf-form-content input:not([type=radio]):focus,
#page .nf-form-content input:not([type=checkbox]):focus,
#page .nf-form-content select.ninja-forms-field:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: 0;
	box-shadow: 0px 4px 15px 0px rgba(185, 204, 240, 0.50);
}
	#page .nf-form-content select.ninja-forms-field:focus {
		border-style: solid;
		border-width: 1px;
		border-color: rgb(230, 230, 230);
		box-shadow: 0px 4px 15px 0px rgba(185, 204, 240, 0.50);
	}

#page .nf-form-content button,
#page .nf-form-content input[type=button],
#page .nf-form-content input[type=submit],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 0 15px;
	height: 40px;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	color: #fff;
	background-color: #f37229;
	border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #f8a16e;
	color: #fff;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#page .nf-error .nf-error-msg {
	font-size: 13px;
	line-height: 1.2;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

:-moz-placeholder {
	opacity: 1;
	color: #000;
}

::-moz-placeholder {
	opacity: 1;
	color: #000;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.form-group {
	margin-bottom: 30px;
}

/* buttons */
.btn {
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px;
	font-size: 13px;
	background-color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #f37229;
	border-radius: 5px;
	color: #f37229;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #f8a16e;
	border-color: #f8a16e;
	text-decoration: none;
}

.btn-sm {
	padding: 8px 16px;
}

.btn-md {
	padding: 12px 24px;
}

.btn-link {
	color: #98989c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 1px solid #98989c;
	margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus{
	color: #0eb769;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #0eb769;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
	width: 100%;
	max-width: 100%;
	text-align: left;
}

.table-bordered th,
.table-bordered td {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

@media (max-width:992px){
	.entry-content h1,
	.h1,
	h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.entry-content h2,
	.h2,
	h2 {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.entry-content h3,
	.h3,
	h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.entry-content h4,
	.h4,
	h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.entry-content h4,
	.h5,
	h5 {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.entry-content h6,
	.h6,
	h6 {
		font-size: 14px;
		margin-bottom: 12px;
	}
}

@media (max-width:640px){

	.entry-content h1,
	.h1,
	h1 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.entry-content h2,
	.h2,
	h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.entry-content h3,
	.h3,
	h3 {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.entry-content h4,
	.h4,
	h4 {
		font-size: 16px;
		margin-bottom: 13px;
	}

	.entry-content h5,
	.h5,
	h5 {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.entry-content h6,
	.h6,
	h6 {
		font-size: 13px;
		margin-bottom: 11px;
	}
}
