@charset "UTF-8";

* {
	outline: none !important;
}
html, body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #525b60;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*body {
	overflow: hidden;
}
body.loaded {
	overflow: auto;
}*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	/*font-family: 'EB Garamond', serif;*/
}
h1, .h1 {
	font-size: 48px;
}
h2, .h2 {
	font-size: 36px;
}
h3, .h3 {
	font-size: 24px;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
.section-hr{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #bababb;
	width: 61%;
}
ol, ul {
	padding-left: 20px;
}
.relative {
	position: relative;
}
.superscript {
	display: inline-block;
	font-size: 0.3em;
	transform: translateY(-1.3em);
}
.subscript {
	display: inline-block;
	font-size: 0.4em;
}
.disable-scroll {
	overflow: hidden;
}
.btn {
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	border: 0;
	border-radius: 0;
}
.btn.btn-theme {
	color: #30373f;
	background-color: #e6cc90;
}
.btn.btn-theme-inverse {
	color: #e6cc90;
	background-color: #30373f;
	border: 2px solid #e6cc90;
}
.btn.btn-dark {
	color: #e6cc90;
	background-color: #30373f;
	border: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px;
}
.wrapper {
	overflow-x: hidden;
	position: relative;
	padding-bottom: 0px;
	min-height: 100vh;
}
.wrapper.detail {
	padding-bottom: 0 !important;
}
.page-spacer {
	height: 110px;
}

.section-wrapper {
	position: relative;
	overflow: hidden;
}
.section-wrapper.expanded {
	padding: 110px 0;
}
.section-wrapper.theme-dark {
	background-color: #30373f;
}
.section-wrapper .section-title {
	position: relative;
	display: block;
	margin: 20px 0 55px 0;
	font-family: Nunito;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #525b60;
}
/*.section-wrapper .section-title:before {
	content: "";
	position: absolute;
	top: 33px;
	right: 0;
	width: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #30373f;
}*/
.section-wrapper.theme-dark .section-title {
	color: #e6cc90;
}
.section-wrapper.theme-dark .section-title:before {
	border-top-color: #e6cc90;
}
.section-wrapper .section-content {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
}
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  	.section-wrapper .section-title {
		position: relative;
		display: block;
		margin: 20px 0 30px 0;
		line-height: 1.2em;
		font-size: 34px;
		font-weight: 700;
		color: #30373f;
	}
	.section-hr{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		border: solid 1px #bababb;
		width: 85%;
	}
  	
}
@media (min-width: 992px) and (max-width:1199px) {
	.section-wrapper .section-title {
		position: relative;
		display: block;
		margin: 20px 0 20px 0;
		font-family: Nunito;
		font-size: 32px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #525b60;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	h1, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 24px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	.app-footer .footer-content {
		font-size: 18px;
	}
	.section-wrapper .section-title {
		font-size: 36px;
	}
	.section-wrapper .section-title {
		position: relative;
		display: block;
		margin: 20px 0 20px 0;
		line-height: 1.2em;
		font-size: 21px;
		font-weight: 700;
		color: #30373f;
	}
	.section-wrapper .section-title:before {
		top: 25px;
	}
	.section-wrapper .section-content {
		font-size: 14px;
	}
	.heading {
		display: block;
	}
}
@media (max-width:767.5px) {
	h1, .h1 {
		font-size: 24px;
	}
	h2, .h2 {
		font-size: 18px;
	}
	h3, .h3 {
		font-size: 14px;
	}
	.wrapper {
		padding-bottom: 0px;
	}
	.page-spacer {
		height: 70px;
	}
	.section-wrapper .section-title {
		position: relative;
		display: block;
		margin:15px auto 20px auto;
		line-height: 1.2em;
		font-size: 21px;
		font-weight: 700;
		color: #30373f;
	}
	
}
@media (max-width:320px) {
	h1, .h1 {
		font-size: 22px;
	}
	h2, .h2 {
		font-size: 14px;
	}
	h3, .h3 {
		font-size: 12px;
	}
	.wrapper {
		padding-bottom: 0px;
	}
	
	.section-wrapper .section-title {
		font-size: 21px;
		text-align: center;
		margin:5px auto 20px auto;
	}
	.section-wrapper .section-title:before {
		display: none;
	}
	.section-wrapper .section-content {
		font-size: 12px;
	}
	
}
.text-gold {
	color: #e6cc90;
}
.text-white {
	color: #ffffff;
}