/************************************************************************************************
* RESET HTML ************************************************************************************
************************************************************************************************/

/*
Base Size of 16px
10px = 0.625em
11px = 0.688em
12px = 0.75em
13px = 0.813em
14px = 0.875em
15px = 0.938em
16px = 1em
17px = 1.063em
18px = 1.125em
19px = 1.188em
20px = 1.25em
21px = 1.313em
22px = 1.375em
23px = 1.438em
24px = 1.5em
25px = 1.563em
26px = 1.625em
27px = 1.688em
28px = 1.75em
29px = 1.813em
30px = 1.875em
31px = 1.938em
32px = 2em
33px = 2.063em
34px = 2.125em
35px = 2.188em
*/

/*
Colors
#f69050 = button
#ffb17e = button hover
#f69050 = link
#1f4382 = link hover
*/

html {
	--text-base: 16px;

	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 48rem) {
	html {
		--text-base: 18px;
	}
}

@media (min-width: 80rem) {
	html {
		--text-base: 20px;
	}
}

@media (min-width: 120rem) {
	html {
		--text-base: 22px;
	}
}

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

*,
body,
figure,
html {
	margin: 0;
	padding: 0;
}
html,
body {
	width: 100%;
	height: 100%;
	font-size: var(--text-base);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	background-color: #fff;
	margin: 0;
	color: #212529;
	text-align: left;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 2em;
}
ol.no-indent,
ul.no-indent,
dl.no-indent {
	padding: 0 !important;
}
main ol,
main ul,
main dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
a[href^="tel"] {
	text-decoration: inherit;
	color: inherit;
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	line-height: 1.2;
	color: inherit;
}
h1,
.h1 {
	font-size: 2.5rem;
}
h2,
.h2 {
	font-size: 2rem;
}
h3,
.h3 {
	font-size: 1.75rem;
}
h4,
.h4 {
	font-size: 1.5rem;
}
h5,
.h5 {
	font-size: 1.25rem;
}
h6,
.h6 {
	font-size: 1rem;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
	font-size: 80%;
	font-weight: 400;
}
mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

/************************************************************************************************
* PRESET STYLES *********************************************************************************
************************************************************************************************/
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

/* WRAPPER CONTAINER */
#wrapper {
	position: relative;
	min-height: 100%;
}
div.wrapper,
nav.wrapper {
	position: relative;
	width: 96%;
	padding: 0 2%;
}

@media (min-width: 1366px) {
	div.wrapper,
	nav.wrapper {
		max-width: 1366px;
	}
}
@media (min-width: 1280px) and (max-width: 1365px) {
	div.wrapper,
	nav.wrapper {
		max-width: 1280px;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	div.wrapper,
	nav.wrapper {
		max-width: 1024px;
	}
}
@media (min-width: 1024px) {
	div.wrapper,
	nav.wrapper {
		margin: 0 auto;
	}
}
@media (max-width: 1023px) {
	div.wrapper,
	nav.wrapper {
		width: 90%;
		padding: 0 5%;
	}
}

.wrap-wide,
.wrap-full {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/*.wrapper:after { content:' '; display:block; clear:both; height:0; }*/

.hidden {
	display: none;
}

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	loat: none !important;
}

.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}

.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

.text-underline {
	text-decoration: underline !important;
}
.text-lowercase,
.lowercase {
	text-transform: lowercase !important;
}
.text-uppercase,
.uppercase {
	text-transform: uppercase !important;
}
.text-capitalize,
.capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}
.text-primary {
	color: #007bff !important;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

/*.iframe-wrapper { padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.iframe-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.iframe-wrapper:after, .iframe-wrapper iframe:after { clear:both; }*/

img.align-left,
img.alignleft {
	float: left;
	margin-right: 34px;
	margin-bottom: 1rem;
}
img.align-right,
img.alignright {
	float: right;
	margin-left: 34px;
	margin-bottom: 1rem;
}
.align-center img,
img.align-center,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both; /*clear: both; display: block; margin: auto 0; margin-bottom: 1rem;*/
}

ul.list-inline {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.list-inline li {
	display: inline-block;
}

div.inline,
span.inline,
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
	display: inline-block;
}

@media only screen and (min-width: 721px) {
	/*img.middle-left, img.middle-right { position: absolute; top: 0; bottom: 0; margin: auto 0; }
	img.middle-left { left:0; } img.middle-right { right:0; }
	img.middle-center { display: block; margin-left: auto; margin-right: auto; clear: both; }	*/
}
@media only screen and (max-width: 720px) {
	img.align-left,
	img.alignleft,
	img.align-right,
	img.alignright {
		display: block;
		float: none !important;
		margin-right: 0;
		margin-left: 0;
	}
	img.middle-left,
	img.middle-center,
	img.middle-right {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
}

span.fa {
	padding-right: 6px;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0062cc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}
a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important;
}
a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important;
}
a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}
a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important;
}

.text-secondary {
	color: #6c757d !important;
}
.text-success {
	color: #28a745 !important;
}
.text-info {
	color: #17a2b8 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-danger {
	color: #dc3545 !important;
}
.text-light {
	color: #f8f9fa !important;
}
.text-dark {
	color: #343a40 !important;
}

.text-body {
	color: #212529 !important;
}
.text-muted {
	color: #6c757d !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}
.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}
@media (min-width: 1024px) {
	.float-left,
	.float-right {
		display: inline-block;
	}
	.float-right:after {
		clear: both;
	}
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

ul.menu,
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.menu ul li,
.menu ul li {
	display: inline-block;
}
ul.menu ul li a,
.menu ul li a {
	display: block;
}

.margin-top-5 {
	margin-top: 5px;
}
.margin-bot-5 {
	margin-bottom: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-bot-10 {
	margin-bottom: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-bot-15 {
	margin-bottom: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bot-20 {
	margin-bottom: 20px;
}

.padding-top-5 {
	padding-top: 5px;
}
.padding-bot-5 {
	padding-bottom: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-bot-10 {
	padding-bottom: 10px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-bot-15 {
	padding-bottom: 15px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-bot-20 {
	padding-bottom: 20px;
}

.margin-space-5 {
	margin: 5px 0;
}
.margin-space-10 {
	margin: 10px 0;
}
.margin-space-15 {
	margin: 15px 0;
}
.margin-space-20 {
	margin: 20px 0;
}
.margin-space-25 {
	margin: 25px 0;
}

.padding-space-5 {
	padding: 5px 0;
}
.padding-space-10 {
	padding: 10px 0;
}
.padding-space-15 {
	padding: 15px 0;
}
.padding-space-20 {
	padding: 20px 0;
}
.padding-space-25 {
	padding: 25px 0;
}

.margin-sides-5 {
	margin: 0 5px;
}
.margin-sides-10 {
	margin: 0 10px;
}
.margin-sides-15 {
	margin: 0 15px;
}

@media (min-width: 768px) {
	.show-desktop {
	}
	.show-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.show-desktop {
		display: none;
	}
	.show-mobile {
	}
}

/************************************************************************************************
* ROW & INLINE COLUMNS ************************************************************************** 
************************************************************************************************/

div.row-container {
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	div.row-container div.col-full,
	div.row-container div.col-half,
	div.row-container div.col-one-third,
	div.row-container div.col-two-thirds,
	div.row-container div.col-fourth,
	div.row-container div.col-fifth {
		display: inline-block;
		margin: 0;
		padding: 0;
		white-space: normal;
		vertical-align: top;
	}

	div.row-container div.col-full {
		width: 100%;
	}
	div.row-container div.col-half {
		width: 49%;
	}
	div.row-container div.col-half:nth-child(1) {
		margin-right: 1%;
	}
	div.row-container div.col-half:nth-child(2) {
		margin-left: 1%;
	}
	div.row-container div.col-one-third {
		width: 32%;
	}
	div.row-container div.col-one-third:nth-child(1) {
		margin-right: 1%;
	}
	div.row-container div.col-one-third:nth-child(2) {
		margin: 0 1%;
	}
	div.row-container div.col-one-third:nth-child(3) {
		margin-left: 1%;
	}
	div.row-container div.col-two-thirds {
		width: 66%;
	}
	div.row-container div.col-one-third.start {
		margin: 0 1% 0 0;
	}
	div.row-container div.col-two-thirds.end {
		margin: 0 0 0 1%;
	}
	div.row-container div.col-one-third.end {
		margin: 0 0 0 1%;
	}
	div.row-container div.col-two-thirds.start {
		margin: 0 1% 0 0;
	}
	div.row-container div.col-fourth {
		width: 23.4%;
	}
	div.row-container div.col-fourth:nth-child(1) {
		margin-right: 1%;
	}
	div.row-container div.col-fourth:nth-child(2) {
		margin: 0 1% 0 1%;
	}
	div.row-container div.col-fourth:nth-child(3) {
		margin: 0 1% 0 1%;
	}
	div.row-container div.col-fourth:nth-child(4) {
		margin-left: 1%;
	}
	div.row-container div.col-fifth {
		width: 20%;
	}
	div.row-container div.col-fifth:nth-child(1) {
		margin-right: 1%;
	}
	div.row-container div.col-fifth:nth-child(2) {
		margin: 0 1% 0 1%;
	}
	div.row-container div.col-fifth:nth-child(3) {
		margin: 0 1% 0 1%;
	}
	div.row-container div.col-fifth:nth-child(4) {
		margin: 0 1% 0 1%;
	}
	div.row-container div.col-fifth:nth-child(5) {
		margin-left: 1%;
	}
}

@media (max-width: 1023px) {
	div.row-container div.col-full,
	div.row-container div.col-half,
	div.row-container div.col-one-third,
	div.row-container div.col-two-thirds,
	div.row-container div.col-fourth,
	div.row-container div.col-fifth {
		width: 100%;
		margin: 0;
		padding: 0;
		white-space: normal;
	}
}

/************************************************************************************************
* NOTIFICATION MESSAGE BARS
************************************************************************************************/

#notification-bar-ie {
	background-color: rgba(255, 0, 0, 1);
	color: #fff;
}
#notification-bar-top {
	position: relative;
	background-color: rgba(246, 144, 80, 1);
	border-bottom: #fff 1px solid;
	color: #fff;
}
#notification-bar-bottom {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	bottom: 0; /*padding:0 50px 0 25px; line-height: 1.5em;*/
}

.notification-bar {
	display: table;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 80px;
	font-size: 1em;
	line-height: 1.1em;
	transition: height 0.3s ease;
}
.notification-bar .message {
	display: table-cell;
	vertical-align: middle;
}
.notification-bar .message p {
	margin: 0;
	padding: 0;
}
.notification-bar .message a {
	color: inherit;
	text-decoration: none;
}
.notification-bar button.close {
	position: absolute;
	border: 0;
	width: 30px;
	height: 30px;
	top: 50%;
	right: 5%;
	margin-top: -15px;
	background: url("../img/bar-close-icon.png") 6px 6px no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
}
.notification-bar button.close:after {
	display: none;
}
@media all and (min-width: 768px) {
	.notification-bar {
		text-align: center;
		height: 60px;
	}
}
@media all and (max-width: 767px) {
	#notification-bar-top .message {
		padding: 0 50px 0 25px;
	}
	#notification-bar-bottom .message {
		padding: 15px 50px 15px 25px;
	}
}

.notification-bar.hidden {
	display: none;
}
.notification-bar.visible {
	display: table !important;
}

/************************************************************************************************
* BACK TO TOP
************************************************************************************************/

#backtop {
	display: none;
	position: fixed;
	left: auto;
	right: 40px;
	top: auto;
	bottom: 80px;
	outline: none;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: rgba(69, 147, 159, 0.84);
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s linear;
	z-index: 999999;
	opacity: 1;
}
#backtop:hover {
	background-color: rgba(86, 170, 183, 0.84);
}
#backtop.mcOut {
	opacity: 0;
}

/************************************************************************************************
* CSS TABLES ************************************************************************************
************************************************************************************************/

@media (min-width: 768px) {
	/*1024px*/
	div.css-table {
		display: table;
		width: 100%;
		height: 0;
	}
	div.css-table-row {
		display: table-row;
		width: 100%;
	}
	.css-table-cell {
		display: table-cell;
		vertical-align: top;
	}
	.css-table-cell.top {
		vertical-align: top;
	}
	.css-table-cell.middle {
		vertical-align: middle !important;
	}
	.css-table-cell.bottom {
		vertical-align: bottom !important;
	}

	main#sub #middle-area {
		min-height: 500px;
	}

	div.css-table .col-full {
		width: 100%;
	}
	div.css-table .col-half {
		width: 50%;
	}
	div.css-table .col-one-third {
		width: 33%;
	}
	div.css-table .col-two-thirds {
		width: 66%;
	}
	div.css-table .col-fourth {
		width: 25%;
	}
	div.css-table .col-fifth {
		width: 20%;
	}

	div.css-table .col-90 {
		width: 90%;
	}
	div.css-table .col-80 {
		width: 80%;
	}
	div.css-table .col-70 {
		width: 70%;
	}
	div.css-table .col-60 {
		width: 60%;
	}
	div.css-table .col-55 {
		width: 55%;
	}
	div.css-table .col-50 {
		width: 50%;
	}
	div.css-table .col-40 {
		width: 40%;
	}
	div.css-table .col-30 {
		width: 30%;
	}
	div.css-table .col-25 {
		width: 25%;
	}
	div.css-table .col-20 {
		width: 20%;
	}
	div.css-table .col-15 {
		width: 15%;
	}
	div.css-table .col-10 {
		width: 10%;
	}

	.css-table-row .col-half {
		width: 50%;
	}
	.css-table-row .col-one-third {
		width: 33%;
	}
	.css-table-row .col-two-thirds {
		width: 66%;
	}
	.css-table-row .col-fourth {
		width: 25%;
	}
	.css-table-row .col-fifth {
		width: 20%;
	}
}
@media (max-width: 767px) {
	/*1023px*/
	div.css-table,
	div.css-table-row {
		display: block;
	}
	.css-table-cell {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	div.css-table-row .col-half,
	div.css-table-row .col-one-third,
	div.css-table-row .col-two-thirds,
	div.css-table-row .col-fourth,
	div.css-table-row .col-fifth {
		width: 100%;
	}
	div.css-table-row .col-90,
	div.css-table-row .col-80,
	div.css-table-row .col-70,
	div.css-table-row .col-60,
	div.css-table-row .col-50,
	div.css-table-row .col-40,
	div.css-table-row .col-30,
	div.css-table-row .col-20,
	div.css-table-row .col-10,
	div.css-table-row .col-55,
	div.css-table-row .col-25,
	div.css-table-row .col-15 {
		width: 100%;
	}

	div.css-table div.css-table-row .css-table-cell {
		padding-bottom: 15px;
	}
}

.fixed-col {
	display: table-cell;
	vertical-align: top;
}
.fixed-pad-left5px {
	padding-left: 5px;
}
.fixed-pad-left10px {
	padding-left: 10px;
}
.fixed-pad-left15px {
	padding-left: 15px;
}
.fixed-pad-left20px {
	padding-left: 20px;
}
.fixed-pad-left25px {
	padding-left: 25px;
}
.fixed-pad-left30px {
	padding-left: 30px;
}
.fixed-pad-left40px {
	padding-left: 40px;
}
.fixed-pad-left50px {
	padding-left: 50px;
}
.fixed-pad-left60px {
	padding-left: 60px;
}
.fixed-pad-right5px {
	padding-right: 5px;
}
.fixed-pad-right10px {
	padding-right: 10px;
}
.fixed-pad-right15px {
	padding-right: 15px;
}
.fixed-pad-right20px {
	padding-right: 20px;
}
.fixed-pad-right25px {
	padding-right: 25px;
}
.fixed-pad-right30px {
	padding-right: 30px;
}
.fixed-pad-right40px {
	padding-right: 40px;
}
.fixed-pad-right50px {
	padding-right: 50px;
}
.fixed-pad-right60px {
	padding-right: 60px;
}

.fixed-pad-left2 {
	padding-left: 2%;
}
.fixed-pad-left3 {
	padding-left: 3%;
}
.fixed-pad-left4 {
	padding-left: 4%;
}
.fixed-pad-left5 {
	padding-left: 5%;
}
.fixed-pad-left10 {
	padding-left: 10%;
}
.fixed-pad-right2 {
	padding-right: 2%;
}
.fixed-pad-right3 {
	padding-right: 3%;
}
.fixed-pad-right4 {
	padding-right: 4%;
}
.fixed-pad-right5 {
	padding-right: 5%;
}
.fixed-pad-right8 {
	padding-right: 8%;
}
.fixed-pad-right10 {
	padding-right: 10%;
}
.fixed-pad-right15 {
	padding-right: 15%;
}
.fixed-pad-right20 {
	padding-right: 20%;
}

/* ELEMENTS */
.element-wrapper {
	position: relative;
}
.element-hv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.element-vl {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: left;
}
.element-vr {
	text-align: right;
}
.element-h {
	margin: 0 auto;
}

/************************************************************************************************
* FLEXBOX ***************************************************************************************
************************************************************************************************/

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex-container.justify-start {
	justify-content: flex-start;
}
.flex-container.justify-end {
	justify-content: flex-end;
}
.flex-container.justify-center {
	justify-content: center;
}
.flex-container.justify-space-between {
	justify-content: space-between;
}
.flex-container.justify-space-around {
	justify-content: space-around;
}
.flex-container.justify-space-evenly {
	justify-content: space-evenly;
}

.flex-item {
	position: relative;
	-ms-flex: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-container a {
	text-decoration: none;
}
.wrapping-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	color: currentColor;
}

.flex-item-wrapper {
	background: #ececec;
	position: relative;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-transition:
		padding 0.15s cubic-bezier(0.4, 0, 0.2, 1),
		margin 0.15s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition:
		padding 0.15s cubic-bezier(0.4, 0, 0.2, 1),
		margin 0.15s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.flex-item-container {
	height: 100%;
	width: 100%;
	position: relative;
}
.flex-image-top {
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
	margin-bottom: 4.5%; /*left: -10.5%; top: -4.5%;*/
}
.flex-image-top.bkgd {
	background: #fff;
}
.flex-item-content {
	padding: 0 20px 20px 20px;
}

.item-image {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-position: center;
	width: 100%;
	height: 100%;
}
.item-title {
	display: block;
	margin-bottom: 15px;
}
.item-category {
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.item-date {
	display: block;
	margin-bottom: 25px;
}
.item-excerpt {
	margin-bottom: 20px;
	display: block;
}
.more-info {
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	padding-left: 0;
	transition-duration: 0.5s;
	font-size: 12px;
	display: flex;
}
.more-info i {
	padding-left: 5px;
	transition-duration: 0.5s;
}
.flex-item:hover .more-info i {
	padding-left: 20px;
	transition-duration: 0.5s;
}
.more-info i::before {
	font-size: 16px;
}
.read-more {
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	padding-left: 0;
	transition-duration: 0.5s;
	display: flex;
}
.flex-item:hover a.read-more {
	background: #000;
	color: #fff;
}

/*.flex-item:hover .flex-item-wrapper { padding: 2% 2%; margin: -2% -2%; }*/

@media (max-width: 1333px) {
}
@media (min-width: 1024px) {
	.flex-container.half .flex-item {
		flex-basis: 50%;
	}
	.flex-container.third .flex-item {
		flex-basis: 33.33%;
	}
	.flex-container.fourth .flex-item {
		flex-basis: 25%;
	}
	.flex-container.fifth .flex-item {
		flex-basis: 20%;
	}
}
@media (max-width: 1023px) {
	/*960px 1073px*/
	.flex-container.third .flex-item,
	.flex-container.fourth .flex-item,
	.flex-container.fifth .flex-item {
		flex-basis: 33.33%;
	}
}
@media (max-width: 815px) {
	/*640px*/
	.flex-container.justify-start,
	.flex-container.justify-end,
	.flex-container.justify-center,
	.flex-container.justify-space-between,
	.flex-container.justify-space-around,
	.flex-container.justify-space-evenly {
		justify-content: center;
	}

	.flex-container.third .flex-item,
	.flex-container.fourth .flex-item,
	.flex-container.fifth .flex-item {
		flex-basis: 50%;
	}
}
@media (max-width: 555px) {
	/*320px*/
	.flex-container.half .flex-item,
	.flex-container.third .flex-item,
	.flex-container.fourth .flex-item,
	.flex-container.fifth .flex-item {
		flex-basis: 100%;
	}
}

/************************************************************************************************
* FORMS & BUTTONS *******************************************************************************
************************************************************************************************/

input[type="submit"] {
	border: none !important;
}
input[type="submit"]:hover {
	cursor: pointer !important;
}

a.button,
a.button-arrow,
a.button-double-arrow {
	display: inline-block;
	border: none;
	background-color: #f69050;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em 2em;
	font-size: 0.875em;
	text-align: center;
	cursor: pointer;
}

a.button .fas,
a.button-arrow .fas,
a.button-double-arrow .fas,
input[type="submit"] .fas,
input[type="button"] .fas,
button .fas {
	padding-right: 8px;
}

.required,
.error {
	color: #ad0336;
}

form.custom {
	width: auto;
	padding: 0;
}
form.custom fieldset,
form.custom section {
	padding: 0 0;
}
form.custom section {
	border: #d2d2d2 1px solid;
}
form.custom label,
main form.custom legend {
	width: 100%;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
form.custom label.inline {
	width: auto;
	display: inline-block !important;
}
form.custom label.inline:after {
	content: "\00a0 \00a0 \00a0 \00a0";
}

form.custom label.none {
	width: auto;
	display: inline-block;
	font-weight: normal;
}

/* -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/

form.custom input[type="text"],
form.custom input[type="email"],
form.custom input[type="url"],
form.custom input[type="password"],
form.custom textarea,
form.custom select {
	width: calc(100% - 2em);
	padding: 1em 1em;
	margin: 5px 0 5px 0;
	font-size: 13px;
	line-height: 120%;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
}
form.custom input[type="text"]:focus,
main form.custom input[type="email"]:focus,
form.custom input[type="url"]:focus,
form.custom input[type="password"]:focus,
form.custom textarea:focus {
	border-color: #566378;
	outline: 0;
	-webkit-box-shadow:
		inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(86, 99, 120, 0.6);
	box-shadow:
		inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(86, 99, 120, 0.6);
}
form.custom input.inline {
	display: inline-block;
}

form.custom select {
	border: #d2d2d2 1px solid;
	width: 100%;
	padding: 1em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #d2d2d2 50%), linear-gradient(135deg, #d2d2d2 50%, transparent 50%), linear-gradient(to right, white, white);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
}
form.custom select,
form.custom select option {
	color: #364051;
}
form.custom input[type="radio"],
form.custom input[type="checkbox"] {
	margin: 5px;
}
/*form.custom select.half:nth-of-type(2) { margin-left:1%; }*/
input.date {
	width: 100px !important;
}

/*form.custom input.half, form.custom select.half { width:48%; }
form.custom select.autosize { width:auto; } form.custom select.autosize option { padding-left: 1em; padding-right: 1em; }*/

/*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/
/* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
form.custom input[type="submit"],
form.custom input[type="button"],
button {
	border: none;
	background-color: #f69050;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em 2em;
	color: #fff !important;
	font-size: 0.875em;
	text-align: center;
	cursor: pointer;
}
form.custom input[type="submit"]:hover,
form.custom input[type="button"]:hover,
button:hover {
	background-color: #ffb17e;
	color: #ffffff;
	cursor: pointer;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
button.btn_file-upload {
	display: inline-block !important;
	background-color: #aaa;
	border: none;
	margin-top: 5px !important;
}
button.btn_file-upload:hover {
	background-color: #d2d2d2 !important;
}
.upload-btn-wrapper input[type="file"] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.form-box {
	border: #d2d2d2 1px solid;
	padding: 15px;
}

form.custom-style {
	font-size: 14px;
}
div.widget form.custom-style h3,
div.widget form.custom-style h4 {
	color: #fff;
}
div.widget form.custom-style h3 {
	font-size: 26px;
}
div.widget form.custom-style h4 {
	font-size: 20px;
}
main#sub aside div.widget form.custom-style {
	background: #8b2233;
	padding: 35px 50px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 12px 5px;
}

/*form.custom-style input, div.widget form.custom-style input { margin:0!important; }
form.custom-style input[type="text"], form.custom-style input[type="email"], form.custom-style input[type="url"], form.custom-style input[type="password"], textarea, form.custom-style select { padding: 1em 1em!important; }
form.custom-style input[type="submit"] { border:#fff 2px solid; color:#fff; background:none; padding:0.4em 2em; text-transform:uppercase; }
form.custom-style input[type="submit"]:hover { border:#fff 2px solid; background:#fff; color:#8b2233!important; cursor:pointer; }*/

/*width: calc(90% - 4em); padding:0.4em 2em;*/
/*main#home form.custom-style input[type="submit"] { width:300px; position:relative; margin:0 auto; color:#fff; }
main#home form.custom-style .gform_footer { width:100%; }

main#home form.custom-style input, main#home form.custom-style textarea { color:#555; }
main#home form.custom-style ::-webkit-input-placeholder { color:#555; }
main#home form.custom-style :-moz-placeholder { color:#555; opacity:1; }
main#home form.custom-style ::-moz-placeholder { color:#555; opacity:1; }
main#home form.custom-style :-ms-input-placeholder { color:#555; }
main#home form.custom-style ::-ms-input-placeholder { color:#555; }
main#home form.custom-style ::placeholder { color:#555; }*/

/************************************************************************************************
* MEDIA PRINT ***********************************************************************************
************************************************************************************************/
@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
	}
}
