@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #f0f0f0;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
textarea,
select {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	color: #777;
	line-height: 1.65em;
	font-size: 15pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	text-transform: uppercase;
	color: #888;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
	border: 0;
}

h2 {
	font-size: 1.65em;
	font-weight: 400;
	letter-spacing: 4px;
	margin: 0 0 1.5em 0;
	line-height: 1.75em;
}

h3 {
	font-size: 1em;
	letter-spacing: 2px;
	margin: 0 0 1.25em 0;
}

a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #666;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}

a strong {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

a:hover {
	color: #3b90ec;
	border-bottom-color: rgba(255, 255, 255, 0);
}

a:hover strong {
	color: #3b90ec;
}

strong,
b {
	font-weight: 600;
	color: #666;
}

em,
i {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p {
	text-align: justify;
	margin-bottom: 2em;
}

ul,
ol,
dl,
table,
blockquote {
	margin-bottom: 2em;
}

br.clear {
	clear: both;
}


/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 70em;
	padding: 0px!important;

}

@media screen and (max-width: 1680px) {

	.container {
		width: 68em;
	}

}

@media screen and (max-width: 1280px) {

	.container {
		width: calc(100% - 80px);
	}

}

@media screen and (max-width: 980px) {

	.container {
		width: calc(100% - 100px);
	}

}

@media screen and (max-width: 736px) {

	.container {
		width: calc(100% - 40px);
	}

	#main article header h2{
		margin-top: 1em;
	}

}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 8.33333%;
}

.row>.off-1 {
	margin-left: 8.33333%;
}

.row>.col-2 {
	width: 16.66667%;
}

.row>.off-2 {
	margin-left: 16.66667%;
}

.row>.col-3 {
	width: 25%;
}

.row>.off-3 {
	margin-left: 25%;
}

.row>.col-4 {
	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}

.row>.col-5 {
	width: 41.66667%;
}

.row>.off-5 {
	margin-left: 41.66667%;
}

.row>.col-6 {
	width: 50%;
}

.row>.off-6 {
	margin-left: 50%;
}

.row>.col-7 {
	width: 58.33333%;
}

.row>.off-7 {
	margin-left: 58.33333%;
}

.row>.col-8 {
	width: 66.66667%;
}

.row>.off-8 {
	margin-left: 66.66667%;
}

.row>.col-9 {
	width: 75%;
}

.row>.off-9 {
	margin-left: 75%;
}

.row>.col-10 {
	width: 83.33333%;
}

.row>.off-10 {
	margin-left: 83.33333%;
}

.row>.col-11 {
	width: 91.66667%;
}

.row>.off-11 {
	margin-left: 91.66667%;
}

.row>.col-12 {
	width: 100%;
}

.row>.off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0px;
	margin-left: 0px;
}

.row.gtr-0>* {
	padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0px;
}

.row.gtr-25 {
	margin-top: -12.5px;
	margin-left: -12.5px;
}

.row.gtr-25>* {
	padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
	margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 12.5px;
}

.row.gtr-50 {
	margin-top: -25px;
	margin-left: -25px;
}

.row.gtr-50>* {
	padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
	margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 25px;
}

.row {
	margin-top: -50px;
	margin-left: -50px;
}

.row>* {
	padding: 50px 0 0 50px;
}

.row.gtr-uniform {
	margin-top: -50px;
}

.row.gtr-uniform>* {
	padding-top: 50px;
}

.row.gtr-150 {
	margin-top: -75px;
	margin-left: -75px;
}

.row.gtr-150>* {
	padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
	margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 75px;
}

.row.gtr-200 {
	margin-top: -100px;
	margin-left: -100px;
}

.row.gtr-200>* {
	padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
	margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 100px;
}

@media screen and (max-width: 1680px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xlarge {
		order: -1;
	}

	.row>.col-1-xlarge {
		width: 8.33333%;
	}

	.row>.off-1-xlarge {
		margin-left: 8.33333%;
	}

	.row>.col-2-xlarge {
		width: 16.66667%;
	}

	.row>.off-2-xlarge {
		margin-left: 16.66667%;
	}

	.row>.col-3-xlarge {
		width: 25%;
	}

	.row>.off-3-xlarge {
		margin-left: 25%;
	}

	.row>.col-4-xlarge {
		width: 33.33333%;
	}

	.row>.off-4-xlarge {
		margin-left: 33.33333%;
	}

	.row>.col-5-xlarge {
		width: 41.66667%;
	}

	.row>.off-5-xlarge {
		margin-left: 41.66667%;
	}

	.row>.col-6-xlarge {
		width: 50%;
	}

	.row>.off-6-xlarge {
		margin-left: 50%;
	}

	.row>.col-7-xlarge {
		width: 58.33333%;
	}

	.row>.off-7-xlarge {
		margin-left: 58.33333%;
	}

	.row>.col-8-xlarge {
		width: 66.66667%;
	}

	.row>.off-8-xlarge {
		margin-left: 66.66667%;
	}

	.row>.col-9-xlarge {
		width: 75%;
	}

	.row>.off-9-xlarge {
		margin-left: 75%;
	}

	.row>.col-10-xlarge {
		width: 83.33333%;
	}

	.row>.off-10-xlarge {
		margin-left: 83.33333%;
	}

	.row>.col-11-xlarge {
		width: 91.66667%;
	}

	.row>.off-11-xlarge {
		margin-left: 91.66667%;
	}

	.row>.col-12-xlarge {
		width: 100%;
	}

	.row>.off-12-xlarge {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}

	.row.gtr-25>* {
		padding: 12.5px 0 0 12.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 12.5px;
	}

	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}

	.row.gtr-50>* {
		padding: 25px 0 0 25px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 25px;
	}

	.row {
		margin-top: -50px;
		margin-left: -50px;
	}

	.row>* {
		padding: 50px 0 0 50px;
	}

	.row.gtr-uniform {
		margin-top: -50px;
	}

	.row.gtr-uniform>* {
		padding-top: 50px;
	}

	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}

	.row.gtr-150>* {
		padding: 75px 0 0 75px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 75px;
	}

	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}

	.row.gtr-200>* {
		padding: 100px 0 0 100px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 100px;
	}

}

@media screen and (max-width: 1280px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-large {
		order: -1;
	}

	.row>.col-1-large {
		width: 8.33333%;
	}

	.row>.off-1-large {
		margin-left: 8.33333%;
	}

	.row>.col-2-large {
		width: 16.66667%;
	}

	.row>.off-2-large {
		margin-left: 16.66667%;
	}

	.row>.col-3-large {
		width: 25%;
	}

	.row>.off-3-large {
		margin-left: 25%;
	}

	.row>.col-4-large {
		width: 33.33333%;
	}

	.row>.off-4-large {
		margin-left: 33.33333%;
	}

	.row>.col-5-large {
		width: 41.66667%;
	}

	.row>.off-5-large {
		margin-left: 41.66667%;
	}

	.row>.col-6-large {
		width: 50%;
	}

	.row>.off-6-large {
		margin-left: 50%;
	}

	.row>.col-7-large {
		width: 58.33333%;
	}

	.row>.off-7-large {
		margin-left: 58.33333%;
	}

	.row>.col-8-large {
		width: 66.66667%;
	}

	.row>.off-8-large {
		margin-left: 66.66667%;
	}

	.row>.col-9-large {
		width: 75%;
	}

	.row>.off-9-large {
		margin-left: 75%;
	}

	.row>.col-10-large {
		width: 83.33333%;
	}

	.row>.off-10-large {
		margin-left: 83.33333%;
	}

	.row>.col-11-large {
		width: 91.66667%;
	}

	.row>.off-11-large {
		margin-left: 91.66667%;
	}

	.row>.col-12-large {
		width: 100%;
	}

	.row>.off-12-large {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -10px;
		margin-left: -10px;
	}

	.row.gtr-25>* {
		padding: 10px 0 0 10px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -10px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 10px;
	}

	.row.gtr-50 {
		margin-top: -20px;
		margin-left: -20px;
	}

	.row.gtr-50>* {
		padding: 20px 0 0 20px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -20px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 20px;
	}

	.row {
		margin-top: -40px;
		margin-left: -40px;
	}

	.row>* {
		padding: 40px 0 0 40px;
	}

	.row.gtr-uniform {
		margin-top: -40px;
	}

	.row.gtr-uniform>* {
		padding-top: 40px;
	}

	.row.gtr-150 {
		margin-top: -60px;
		margin-left: -60px;
	}

	.row.gtr-150>* {
		padding: 60px 0 0 60px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -60px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 60px;
	}

	.row.gtr-200 {
		margin-top: -80px;
		margin-left: -80px;
	}

	.row.gtr-200>* {
		padding: 80px 0 0 80px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -80px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 80px;
	}

}

@media screen and (max-width: 980px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-medium {
		order: -1;
	}

	.row>.col-1-medium {
		width: 8.33333%;
	}

	.row>.off-1-medium {
		margin-left: 8.33333%;
	}

	.row>.col-2-medium {
		width: 16.66667%;
	}

	.row>.off-2-medium {
		margin-left: 16.66667%;
	}

	.row>.col-3-medium {
		width: 25%;
	}

	.row>.off-3-medium {
		margin-left: 25%;
	}

	.row>.col-4-medium {
		width: 33.33333%;
	}

	.row>.off-4-medium {
		margin-left: 33.33333%;
	}

	.row>.col-5-medium {
		width: 41.66667%;
	}

	.row>.off-5-medium {
		margin-left: 41.66667%;
	}

	.row>.col-6-medium {
		width: 50%;
	}

	.row>.off-6-medium {
		margin-left: 50%;
	}

	.row>.col-7-medium {
		width: 58.33333%;
	}

	.row>.off-7-medium {
		margin-left: 58.33333%;
	}

	.row>.col-8-medium {
		width: 66.66667%;
	}

	.row>.off-8-medium {
		margin-left: 66.66667%;
	}

	.row>.col-9-medium {
		width: 75%;
	}

	.row>.off-9-medium {
		margin-left: 75%;
	}

	.row>.col-10-medium {
		width: 83.33333%;
	}

	.row>.off-10-medium {
		margin-left: 83.33333%;
	}

	.row>.col-11-medium {
		width: 91.66667%;
	}

	.row>.off-11-medium {
		margin-left: 91.66667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}

	.row.gtr-25>* {
		padding: 12.5px 0 0 12.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 12.5px;
	}

	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}

	.row.gtr-50>* {
		padding: 25px 0 0 25px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 25px;
	}

	.row {
		margin-top: -50px;
		margin-left: -50px;
	}

	.row>* {
		padding: 50px 0 0 50px;
	}

	.row.gtr-uniform {
		margin-top: -50px;
	}

	.row.gtr-uniform>* {
		padding-top: 50px;
	}

	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}

	.row.gtr-150>* {
		padding: 75px 0 0 75px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 75px;
	}

	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}

	.row.gtr-200>* {
		padding: 100px 0 0 100px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 100px;
	}

}

@media screen and (max-width: 736px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.33333%;
	}

	.row>.off-1-small {
		margin-left: 8.33333%;
	}

	.row>.col-2-small {
		width: 16.66667%;
	}

	.row>.off-2-small {
		margin-left: 16.66667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.33333%;
	}

	.row>.off-4-small {
		margin-left: 33.33333%;
	}

	.row>.col-5-small {
		width: 41.66667%;
	}

	.row>.off-5-small {
		margin-left: 41.66667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.33333%;
	}

	.row>.off-7-small {
		margin-left: 58.33333%;
	}

	.row>.col-8-small {
		width: 66.66667%;
	}

	.row>.off-8-small {
		margin-left: 66.66667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.33333%;
	}

	.row>.off-10-small {
		margin-left: 83.33333%;
	}

	.row>.col-11-small {
		width: 91.66667%;
	}

	.row>.off-11-small {
		margin-left: 91.66667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -7.5px;
		margin-left: -7.5px;
	}

	.row.gtr-25>* {
		padding: 7.5px 0 0 7.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -7.5px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 7.5px;
	}

	.row.gtr-50 {
		margin-top: -15px;
		margin-left: -15px;
	}

	.row.gtr-50>* {
		padding: 15px 0 0 15px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -15px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 15px;
	}

	.row {
		margin-top: -30px;
		margin-left: -30px;
	}

	.row>* {
		padding: 30px 0 0 30px;
	}

	.row.gtr-uniform {
		margin-top: -30px;
	}

	.row.gtr-uniform>* {
		padding-top: 30px;
	}

	.row.gtr-150 {
		margin-top: -45px;
		margin-left: -45px;
	}

	.row.gtr-150>* {
		padding: 45px 0 0 45px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -45px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 45px;
	}

	.row.gtr-200 {
		margin-top: -60px;
		margin-left: -60px;
	}

	.row.gtr-200>* {
		padding: 60px 0 0 60px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -60px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 60px;
	}

}

/* Sections/Article */

section,
article {
	margin-bottom: 3em;
}

section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

/* Image */

.image {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	display: inline-block;
	border: solid 6px #ebebeb !important;
}

.image:hover {
	opacity: 0.9;
}

.image img {
	display: block;
	width: 100%;
	min-height: 225px;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 1.05em 0;
}

.image.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
	position: relative;
	top: 0.5em;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* List */

ul {
	list-style: disc;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
	margin: 0.75em 0 0.75em 0;
}

#logo{
	padding-left: 0.1em;
	margin: 0em 0 0em 0;
	padding-top: 0em;
}


ul li:first-child {
	margin-top: 0;
}

ol {
	list-style: decimal;
	padding-left: 1em;
}

ol li {
	padding-left: 0.5em;
	margin: 0.75em 0 0.75em 0;
}

ol li:first-child {
	margin-top: 0;
}

/* Links */

ul.links {
	list-style: none;
	padding-left: 0;
}

ul.links li {
	display: inline;
	border-left: solid 1px #d0d0d0;
	padding-left: 1em;
	margin: 0 0 0 1em;
}

ul.links li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

/* Actions */

ul.actions {
	margin-top: 2.5em;
	clear: both;
	list-style: none;
	padding-left: 0;
}

ul.actions li {
	padding-left: 0;
	display: inline-block;
	margin: 0 0 0 1em;
}

ul.actions li:first-child {
	margin-left: 0;
}

/* Divided */

ul.divided {
	list-style: none;
	padding-left: 0;
}

ul.divided li {
	border-top: solid 2px #e5e5e5;
	padding-left: 0;
	margin: 2.5em 0 0 0;
	padding: 2.5em 0 0 0;
}

ul.divided li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

/* Icons */

ul.icons {
	list-style: none;
	padding-left: 0;
}

ul.icons>li {
	position: relative;
	padding: 2em 0 0 3em;
	margin: 0;
}

ul.icons>li:before {
	position: absolute;
	left: 0;
	top: 2.6em;
	display: block;
	font-size: 0.8em;
	background: #878787;
	color: #e4e4e4;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	line-height: 2em;
	text-align: center;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
}

ul.icons>li:first-child {
	padding-top: 0;
}

ul.icons>li:first-child:before {
	top: 0;
}

/* Form */

form label {
	font-weight: 600;
	text-transform: uppercase;
	color: #888;
	display: block;
	margin: 0 0 1em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	-webkit-appearance: none;
	display: block;
	border: 0;
	background: #e8e8e8;
	width: 100%;
	box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	line-height: 1.25em;
	padding: 0.75em 1em 0.75em 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	background: #f0f0f0;
}

form textarea {
	min-height: 11em;
}

form ::-webkit-input-placeholder {
	color: #555 !important;
	line-height: 1.35em;
}

form :-moz-placeholder {
	color: #555 !important;
}

form ::-moz-placeholder {
	color: #555 !important;
}

form :-ms-input-placeholder {
	color: #555 !important;
}

form ::-moz-focus-inner {
	border: 0;
}

/* Table */

table {
	width: 100%;
}

table tbody tr {
	border-top: solid 1px #E5E5E5;

}

table tbody tr:first-child {
	border-top: 0;
}

table td {
	padding: 0.75em 1em 0.75em 1em;
}

table th {
	text-align: left;
	font-weight: bold;
	padding: 0.75em 1em 0.75em 1em;
}

table thead {
	background: #878787;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	border: 0;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	font-size: 0.85em;
	letter-spacing: 2px;
}

table tfoot {
	background: #F0F0F0;
	border-top: solid 2px #E5E5E5;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #3b90ec;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	font-weight: 600;
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 2px;
	padding: 0.85em 2.75em 0.85em 2.75em;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
	position: relative;
	padding-right: 0.75em;
	opacity: 0.5;
	top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background: #3b90ec61;
	color: black !important;
	font-weight: 700;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	background: #3b90ec;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background: #878787;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background: #979797;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
	background: #878787;
}

/* Box */

.no-sidebar .box.post>header {
	text-align: center;
}

.box.excerpt .date {
	background: #878787;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	display: inline-block;
	font-size: 0.85em;
	letter-spacing: 2px;
	padding: 0.25em 1em 0.25em 1em;
	margin: 0 0 2.5em 0;
}

/* Icons */

.icon {
	text-decoration: none;
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
}

.icon>.label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Page Wrapper */

#page-wrapper>section {
	margin-bottom: 0;
}

/* Header */

#header {
	position: relative;
	position: relative;
	text-align: center;
}

#header>.container {
	padding: 0em 0 0em 0;

}

#header h1 {
	font-family: 'Arvo';
	font-weight: 700;
	color: #1863a4;
	text-shadow: 0.045em 0.087em 0 #0057a24d;
	font-size: 2.85em;
	letter-spacing: 14px;
}

#header h1 a {
	border: 0;
}

#header p {
	text-transform: uppercase;
	font-weight: 600;
	color: #0055b0c4;
	margin: 1.2em 0 0 0;
	font-size: 0.85em;
	letter-spacing: 3px;
	text-align: center;
}

/* Nav */

#nav {
	display: flex;
    flex-wrap: wrap;
	top: 0.01em;
	left: 10px;
	padding-top: 11px;
	width: 100%;
	cursor: default;
	background: #033f73;
	border-bottom: #bcbcbc solid 0.45em;
}

#nav>ul>li {
	display: inline-block;
	padding-right: 1.8em;
}

dropotron li>span,
.dropotron li>a {
	color: black;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#nav>ul>li:last-child {
	padding-right: 0;
}

#nav>ul>li>a {
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	outline: 0;
	display: block;
}

#nav>ul>li>a:before {
	display: inline-block;
	background: #878787;
	color: #e4e4e4;
	width: 2.25em;
	font-size: 0.8em;
	height: 2.25em;
	border-radius: 2.25em;
	line-height: 2.1em;
	text-align: center;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	margin-right: 0.75em;
	-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

#nav>ul>li>a>span {
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	font-size: 0.85em;
	letter-spacing: 3px;
}

#nav>ul>li>ul {
	display: none;
}

#nav>ul>li.active>a:before,
#nav>ul>li:hover>a:before {
	background: #3b90ec;
	color: #fff;
}

#nav>ul>li.active>a>span,
#nav>ul>li:hover>a>span {
	color: #3b90ec;
}

.dropotron {
	text-align: left;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	background: #033f73;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	padding: 0.75em 0 0.5em 0;
	min-width: 12em;
	margin-top: calc(-0.5em + 1px);
	margin-left: -2px;
	list-style: none;
}

.dropotron.level-0 {
	margin-top: 1.5em;
	margin-left: -1em;
}

.dropotron.level-0:after {
	content: '';
	display: block;
	position: absolute;
	left: 1.25em;
	top: calc(-0.75em + 1px);
	border-left: solid 0.75em rgba(255, 255, 255, 0);
	border-right: solid 0.75em rgba(255, 255, 255, 0);
	border-bottom: solid 0.75em #fff;
}

.dropotron.level-0:before {
	content: '';
	display: block;
	position: absolute;
	left: 1.25em;
	top: -0.75em;
	border-left: solid 0.75em rgba(255, 255, 255, 0);
	border-right: solid 0.75em rgba(255, 255, 255, 0);
	border-bottom: solid 0.75em #ccc;
}

.dropotron span,
.dropotron a {
	display: block;
	padding: 0.3em 1em 0.3em 1em;
	border: 0;
	border-top: solid 1px #f0f0f0;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.05rem !important;
	color: #f0f0f0;
}

.dropotron li {
	padding-left: 0;
	margin: 0;
}

.dropotron li:first-child>span,
.dropotron li:first-child>a {
	border-top: 0;
	padding-top: 0;
}

.dropotron li:hover>span,
.dropotron li:hover>a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #3b90ec;

}

/* Features */

#features {
	position: relative;
	overflow: hidden;
padding-top: 0px;
	text-align: center;

}


#features,
#header {
	background: #61bfff14;
}

#features p {
	text-align: justify;
}

.counter-box>p {
	text-align: center !important;
}

#features ul.actions {
	margin-top: 1.25em;
}

/* Banner */

#banner {
	position: relative;
	overflow: hidden;
	background:#B6D0E2 !important;
	color: #fff;
	text-align: center;
	border-top: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
	position: relative;
	text-transform: uppercase;
	background: url("../../images/banner.jpg");
	background-size: cover;
	padding: 100px  0 !important ;
}

#banner p {
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.5em;
	letter-spacing: 4px;
	text-align: center;
	margin: 0;
	color: #003366;
}

#banner strong {
	color: inherit;
}

#banner>.container {
	position: relative;
}
#banner>.container:before,
#banner>.container:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 35px;
	height: 141px;
	margin-top: -70px;
	background: url("images/bracket.svg");
	opacity: 0.15;
}

#banner>.container:before {
	left: 0;
}

#banner>.container:after {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	right: 0;
}

/* Main */

#main {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 1.5em 0;
}

/* Content */

#content>section,
#content>article {
	border-top: solid 2px #e5e5e5;
	box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
	margin: 5em 0 0 0;
	padding: 5em 0 0 0;
}

#content>section:first-child,
#content>article:first-child {
	border-top: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

/* Sidebar */

#sidebar>section,
#sidebar>article {
	border-top: solid 2px #e5e5e5;
	box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
	margin: 5em 0 0 0;
	padding: 5em 0 0 0;
}

#sidebar>section:first-child,
#sidebar>article:first-child {
	border-top: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	position: relative;
	overflow: hidden;
	border-top: solid 2px #e5e5e5;
	background: #f0f0f0;
	padding: 1em 0 1em 0;
}

#footer form input[type="text"],
#footer form input[type="email"],
#footer form input[type="password"],
#footer form select,
#footer form textarea {
	background: #f7f7f7;
}

#footer form input[type="text"]:focus,
#footer form input[type="email"]:focus,
#footer form input[type="password"]:focus,
#footer form select:focus,
#footer form textarea:focus {
	background: #fff;
}

#footer h2 {
	text-align: center;
}

/* Copyright */

#copyright {
	border-top: solid 2px #e5e5e5;
	text-align: center;
	
}

/* XLarge */

@media screen and (max-width: 1680px) {

	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 13pt;
	}

	.list-style {
		margin-left: 11.5rem;
	}

	#logo h4 a {
		font-size: 1.45em;
	}

}

/* Large */

@media screen and (max-width: 1280px) {

	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 12pt;
	}

	.list-style {
		margin-left: 9rem;
	}

	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}

	/* Image */

	.image.left {
		max-width: 50%;
	}

	.image.right {
		max-width: 50%;
	}

	/* Header */

	#header>.container {
		padding: 0em 0 1em 0;
	}

	#header h1 {
		font-size: 2.5em;
	}

	/* Nav */

	#nav>ul>li {
		padding-right: 0.2em;
	}

	#logo h4 a {
		font-size:  1.165em;
	}
	/* Features */

	#features {
		padding: 1em 0;
	}

	/* Banner */

	#banner {
		padding: 8em 0;
	}

	#banner>.container {
		padding: 0 4em;
	}

	#banner>.container br {
		display: none;
	}

	/* Main */

	#main {
		padding: 4em 0;
	}

	/* Footer */

	#footer {
		padding: 2em 0;
	}

	/* Copyright */

	#copyright {
		margin-top: 2em;
		padding-top: 2em;
	}

}

/* Medium */

#navPanel,
#titleBar {
	display: none;
}

#titleBar h5{
	text-align: right;
    padding-top: 0.8em;
    padding-right: 0.85em;
    font-weight: 700;
    color: #f3faff;
    font-size: 1rem;
}

@media screen and (max-width: 980px) {

	/* Basic */

	html,
	body {
		overflow-x: hidden;
	}

	.list-style {
		margin-left: 5rem;
	}

	/* Header */

	#header>.container {
		padding: 0em 0 3em 0;
	}

	/* Nav */

	#nav {
		display: none;
	}

	/* Nav */

	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 55px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background: #033f73;
		border-bottom: #bcbcbc solid 0.45em;
	}

	#titleBar .toggle {
		text-decoration: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		height: 60px;
		border: 0;
	}

	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	#titleBar .toggle:before {
		display: inline-block;
		text-decoration: none;
		content: '\f0c9';
		display: block;
		width: 60px;
		height: 40px;
		background: rgba(232, 232, 232, 0.9);
		border-radius: 4px;
		position: absolute;
		left: 5px;
		top: 5px;
		box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
		text-align: center;
		line-height: 40px;
		font-size: 18px;
		color: #aaa;
	}

	#titleBar .toggle:active:before {
		opacity: 0.5;
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #444;
		border-right: solid 2px #3c3c3c;
		font-weight: 400;
		text-transform: uppercase;
		color: #888;
		letter-spacing: 2px;
		font-size: 0.85em;
	}

	#navPanel .link {
		display: block;
		color: #ddd;
		text-decoration: none;
		height: 44px;
		line-height: 44px;
		border: 0;
		border-top: solid 1px #3c3c3c;
		padding: 0 1em 0 1em;
	}

	#navPanel .link:first-child {
		border-top: 0;
	}

	#navPanel .link.depth-0 {
		font-weight: 600;
		color: #fff;
	}

	#navPanel .indent-1 {
		display: inline-block;
		width: 1em;
	}

	#navPanel .indent-2 {
		display: inline-block;
		width: 2em;
	}

	#navPanel .indent-3 {
		display: inline-block;
		width: 3em;
	}

	#navPanel .indent-4 {
		display: inline-block;
		width: 4em;
	}

	#navPanel .indent-5 {
		display: inline-block;
		width: 5em;
	}

	#navPanel .depth-0 {
		color: #fff;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Sidebar */

	#sidebar {
		padding-top: 6em;
	}

}

/* Small */

@media screen and (max-width: 736px) {

	#carouselExample {
	
		height: 300px;
	}
	#carouselExample img {
		height: 50%;
	}

	.h5, h5{
		font-size: 0.9rem;
	}
	.carousel-indicators {
	bottom: -30px;
	}
	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 11pt;
	}

	.list-style {
		margin-left: 1rem;
	}

	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 1.2em;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 1em 0;
	}

	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}

	/* Image */

	.image.featured {
		margin: 0 0 1.5em 0;
	}

	.image.left {
		max-width: 35%;
	}

	.image.right {
		max-width: 35%;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		letter-spacing: 2px;
		display: block;
		padding: 1em 0 1em 0;
		width: 100%;
	}

	/* Actions */

	ul.actions li {
		display: block;
		margin: 1em 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Box */

	.box.excerpt header {
		text-align: center;
	}

	/* Header */

	#header>.container {
		padding: 0em 0 2em 0;
	}

	#header h1 {
		font-size: 2em;
		letter-spacing: 8px;
		line-height: 1.325em;
	}

	#header p {
		margin: 1.25em 0 0 0;
		letter-spacing: 2px;
	}

	/* Banner */

	#banner {
		padding: 5em 0;
	}

	#banner>.container {
		padding: 0;
	}

	#banner>.container:before,
	#banner>.container:after {
		display: none;
	}

	#banner p {
		font-size: 1.25em;
	}

	/* Features */

	#features {
		margin-top: 2em;
	}

	#features ul.actions {
		margin-top: 0;
	}
	.trusty-speech{
		height: 45rem;
	}
	/* Main */

	#main {
		padding: 2em 0;
	}

	/* Content */

	#content>section,
	#content>article {
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}

	/* Sidebar */

	#sidebar {
		padding-top: 3em;
	}

	#sidebar>section,
	#sidebar>article {
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}

	/* Footer */

	#footer {
		padding: 2em 0;
	}

	#footer ul.icons {
		margin-bottom: 0;
	}

	/* Copyright */

	#copyright .links {
		margin-bottom: 0;
	}

	#copyright .links li {
		display: block;
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
	}

}

.carousel-item {
	height: 600px;
	/* Fixed height for the carousel item */
}
#carouselDonar .carousel-item img {
	height: 70%;
}

.carousel-item img {
	width: 100%;
	/* Ensures the image takes the full width of the carousel item */
	height: 100%;
	/* Ensures the image takes the full height of the carousel item */
	object-fit: ;
	/* Ensures the image covers the entire area without distortion */
}

.carousel-control-next,
.carousel-control-prev {
	width: 8% !important;
	background: transparent!important;
	box-shadow: none!important;
	font-size: 4rem;
}

#nav ul {
	padding-top: 0rem;
	margin-top: 0rem;
	margin-bottom: 0.05rem;
	padding-bottom: 0rem;
}

.counter-section {
	/* background: url(../../images/banner.jpg); */
	background: linear-gradient(185deg, #1168c5e3, #87c0ff);
	padding: 35px 0;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	margin: 50px auto;
	font-family: 'Arvo';
}

.counter-box {
	background: rgb(245 249 255 / 26%);
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 4px 6px rgb(0 25 80 / 42%);
	transition: transform 0.3sease;
	width: 95%;
	
	margin-left: 8px;
}


.counter-box:hover {
	transform: scale(1.05);
}

.counter {
	font-size: 2.25rem;
	font-weight: bold;
}

body {
	font-size: 1.05rem !important;
}

.aln-center>div>section {
	background: #1cbcff47;
	padding: 0.5rem;
	height: 480px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	/* X-offset, Y-offset, Blur, Color */
}

.shodow-white {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

.shodow-light {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	
}

/* General Page Styling */
body {
	font-family: 'Times New Roman', serif;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Slider Container (Larger Size) */
.slider-container {
	width: 90%;
	height: 700px;
	/* Keep height increased */
	margin: auto;
	overflow: hidden;
	position: relative;
}

/* Wrapper for Slides */
.slider-wrapper {
	display: flex;
	width: 400%;
	/* 4 slides */
	height: 100%;
	/* Match container height */
	transition: transform 1s ease-in-out;
}

/* Individual Blocks */
.block {
	flex: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: lightblue;
	/* Blue background */
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}

/* Alternate Image Positions */
.block:nth-child(even) {
	flex-direction: row-reverse;
}

/* Image Styling */
.slider-container.image {
	width: 40%;
	height: 90%;
	/* Adjusted height */
	align-items: center;
	position: relative;
	border: 5px solid white;
}

.slider-container.image img {
	width: 100%;
	height: auto;
	/* Keep aspect ratio */
	max-height: 100%;
	/* Fit within container */
	border: 5px solid white;
	border-radius: 10px;
}

/* Text Styling */
.text {
	width: 60%;
	font-size: 35px;
	font-weight: bold;
	color: black;
	text-align: center;
}

/* Tagline in Bottom-Right */
.block::after {
	content: "Mahadev Har Har";
	font-size: 20px;
	font-weight: bold;
	color: white;
	position: absolute;
	bottom: 15px;
	right: 25px;
}

/* Fix: Navigation Bar */
.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	/* Adjusted to be inside the slider */
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	/* Ensure it's above other elements */
	background: (255, 255, 255, 0.0001);
	padding: 5px;
	/* Space around dots */
	border-radius: 10px;
	/* Ensure it's above other elements */
}

/* Fix: Navigation Dots Smaller */
.dot {
	width: 15px;
	/* Adjusted Size */
	height: 15px;
	margin: 5px;
	background: blue;
	/* Change to White for visibility */
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: translateX(-50%);
	border: 2px solid black;
}

/* Active Navigation Dot */
.dot.active {
	background: ghostwhite;
	transform: scale(1.2);
	/* Highlighted Active Dot */
}

/* Main menu container */
.home-menu-list {
	width: 220px;
	 word-wrap: break-word; 
    background-color: white;
    border-radius: 7px;
    font-family: 'Arvo', sans-serif; /* Added fallback font */
    padding: 1px 2px; /* Combined padding for top/bottom and left/right */
    border: 2px solid black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 250px;
    width: max-content;
    display: none; /* Initially hide the menu */
    position: absolute; /* Positioning for dropdown */
    z-index: 1000; /* Ensure it appears above other elements */
}

/* List styles */
.home-menu-list ul {
    list-style: none; /* Remove default list style */
    margin: 0;
    padding: 0;
}

/* Menu item styling */
.home-menu-list li {
    font-family: 'Arvo', sans-serif; /* Added fallback font */
    padding: 4px 10px;
    color: black !important;
	background-color: white;
    font-size: 1rem; /* Adjusted font size for better readability */
    font-weight: 400;
    border-bottom: 1px solid black;
    transition: background-color 0.3s ease-in-out;
}

/* Remove border from last item */
.home-menu-list li:last-child {
    border-bottom: none; /* Corrected to remove border */
}

/* Hover effect */
.home-menu-list li:hover {
    background-color: #003366; /* Dark blue background */
    color: white !important; /* White text on hover for contrast */
    cursor: pointer;
}

.container-fluid {
	max-width: 1820px;
	width: 95%;
	margin: auto;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1800px !important;
	}
}

.navbar,
.footer {
	width: 100%;
	max-width: 100%;
}

.icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	align-items: center;
	border-right: 2px solid #2c5aa0;
	padding-top: 0px!important;
}

.text-container {
	width: 100%;
	
	align-items: center !important;
	justify-content: center;

}

.icon-box {
	background-color: #e8d297;
	border-radius: 69px;
	color: white;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
	width: fit-content;
	height: fit-content;
}

.text-box {
	background-color: rgba(86, 154, 242, 0.328);
	color: black;
	border-radius: 40px;
	padding:  15px;

	font-size: 1.2em;
	text-align: left;
	text:justify;
	width: 100%;
	height: 100%;
}


.certificate-header {
	text-align: center;
	color: solid grey;

	/* Keeps the header inline */
	padding: 20px 20px;
	margin-bottom: 20px;
	max-width: 100%;
	/* Allow header to take full width */
}

.certificate-header h1 {
	margin: 0;
	font-size: 32px;

	font-weight: bold;
}

.people-container {
	display: flex;
	flex-direction: row;
	/* Ensures horizontal alignment */
	justify-content: space-between;
	/* Use space-between for even distribution */
	align-items: center;
	/* Centering items */
	gap: 20px;
	/* Spacing between items */
	padding: 0;
	/* Removed padding to allow full width */
	width: 100%;
	/* Ensure it takes full width */
	max-width: 1000px;
	/* Optional: limit max width for larger screens */
	margin: 0 auto;
	/* Center the container */
}

.certificate-person {
	display: flex;
	border: 2px skyblue;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	/* Allow each person to grow and fill space */
	margin: 0 10px;
	/* Add margin for spacing */
}

.certificate-head {
	width: 300px;
	height: 200px;



	margin-bottom: 10px;
	z-index: 2;
}

.certificate-head img {
	width: 300px;
	/* Set the image width to 90px */
	height: 200px;
	/* Set the image height to 90px *   /* Background color in case of missing image */
	border-radius: 70px;
	/* Makes the image circular */
	/* Adds a solid border around the image */
	margin-bottom: -15px;
	/* Adjusts vertical spacing below the image */
	z-index: 2;
	/* Ensures the image appears above other elements */
}

.certificate-body {
	width: 300px;
	height: 200px;
	padding: 10px;
	text-align: center;
	color: black;
	border-radius: 10px;

	z-index: 1;
}

.story-container {
	display: flex;
	flex-direction: row;
	/* Align items vertically */
	align-items: center;
	height: 50vh;
	width: 100%;
	/* Center align images */
}

.story-item {
	border: 1px solid blue;
	/* Light gray border */
	margin: 35px;
	/* Spacing between items */
	padding: 10px
		/* Spacing between items */
}

.story-img {
	width: 100px;
	/* Set a fixed width or adjust as needed */
	height: 20px;
	/* Maintain aspect ratio */
}

.donar-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	/* Light blue background */
	padding: 20px;
	border-radius: 10px;
}

.donar-left-image,
.donar-right-image {
	flex: 1;
	/* Distribute width equally */
	padding: 10px;
}

.donar-left-image img,
.donar-right-image img {
	width: 100%;
	/* Make images responsive */
	border-radius: 8px;
}

.timeline-container {
	max-width: 1000px;
	margin: 100px auto 0;
	position: relative;
}

.timeline-line {
	position: absolute;
	width: 4px;
	background-color: darkblue;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: 2px;
	z-index: -1;
}

/* Timeline entry styling */
.timeline-entry {
	margin-bottom: 150px;
	position: relative;
	width: 100%;
	display: flex;
}

.ll {
	height: 70%;
	/* Increased width for better visibility */
	padding: 20px;
	/* Added padding for spacing */


}

/* Year styling */
.year {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	padding: 0 10px;
}

/* Content styling */
.content {

	width: 500px;
	/* Increased width for better visibility */
	padding: 20px;
	/* Added padding for spacing */
	background: #f8f9fa;
	/* Light background for better contrast */
	border-radius: 8px;
	/* Smooth edges */
	box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.1);
	/* Soft shadow for depth */
}

.text-content {
	text-align: justify;
	/* Justifies text for better readability */
	line-height: 1.6;
	/* Improves line spacing */
	font-size: 18px;
	/* Slightly larger font for better readability */
	color: #333;
	/* Dark color for contrast */
}

/* Positioning for right-aligned entries */
.entry-right .year {
	left: 57%;
	transform: translateX(-100%);
}

.entry-right .content {
	margin-left: 60%;
	/* Adjusted for better alignment */
}

/* Positioning for left-aligned entries */
.entry-left .year {
	left: 57%;
}

.entry-left .content {
	margin-right: 60%;
	/* Adjusted for better alignment */
}

/* ========== TRUSTEE SECTION CONTAINER ========== */
..trusty-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/* Ensures proper responsiveness */

	min-height: 20%;
	background: #f4f7fc;
	/* Light background */
	padding: 20px 5%;
	gap: 30px;
	/* Provides even spacing */
}

/* ========== LEFT PANEL (TRUSTEE PROFILE) ========== */
.left-panel {
	flex: 1;

	/* background: linear-gradient(180deg, #3a6ea5, #ff075de6); */
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
	text-align: center;
	transition: transform 0.3s ease-in-out;
}



/* Trustee Image */

.trusty-photo img {
	border-radius: 55px;
	width: 266px;
    height: 274px;
	object-fit: cover;
	border: 5px solid white;
	transition: transform 0.3s ease-in-out;
}



/* Trustee Name */
.trusty-name {
	
	background: #ffc107;
	color: #333;
	padding: 12px 16px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 60px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	line-height: 1px;
}

.trusty-name p{
	text-align: center!important;
}

/* ========== RIGHT PANEL (TRUSTEE MESSAGE) ========== */
.right-panel {
	flex: 2;

	height: fit-content;
	background: linear-gradient(135deg, #0078d4, #004080);
	border-radius: 20px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.right-panel:hover {
	transform: scale(1.005);
}

/* Glassmorphism Effect for Speech Box */
.trusty-speech {
	text-align: justify;
	font-size: 1.06rem;
    line-height: 1.4;
	
	padding: 6px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(14px);
	box-shadow: 2px 2px 15px rgba(255, 255, 255, 0.2);
	transition: background 0.3s ease-in-out;
}


/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
	.trusty-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}



	.trusty-speech {
		font-size: 18px;
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.trusty-container {
		padding: 30px 5%;
	}

	.left-panel {
		max-width: 100%;
		padding: 30px;
	}

	.right-panel {
		max-width: 100%;
		padding: 30px;
	}

	.trusty-photo img {
		width: 150px;
		height: 150px;
	}

	.trusty-name {
		font-size: 16px;
		padding: 10px 15px;
	}

	.trusty-speech {
		font-size: 16px;
		padding: 15px;
	}
}

.social-icons {
	padding: 30px;
	background-color: #00506b;
	text-align: center;
	margin-left: -60px;
}

.social-icons a {
	color: #fff;
	line-height: 30px;
	font-size: 30px;
	margin: 0 5px;
	text-decoration: none;

}

.social-icons a i {
	line-height: 30px;
	font-size: 30px;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}

.social-icons a:hover i {
	box-shadow: 0px 0px 150px #000000;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.5);
}


.time-box {
	font-family: 'Arvo';
	background-color: #ff206e;
	color: #f5fafff2;
	font-size: 1.25rem;
	padding: 15px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 36%);
}

.time-box-left-border {
	border-left: 7px solid #ff206e;
	margin-left: -6px !important;
	padding: 0px 0px 10px 0px;
}

.time-box-right-border {
	border-right: 7px solid #ff206e;
	margin: 0px 0px 1px;
}

.blurred-background {
	font-family: 'Arvo';
	position: relative;
	width: 80%;
	height: 180px;
	color: white;
	background: linear-gradient(185deg, #033f73, #76b7ffe3);
	background-size: cover;
	background-repeat: no-repeat;
	backdrop-filter: blur(100px);
	padding: 20px 70px 10px 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.blurred-background p {
	border-radius: 10px;
	;
}

.marquee-content img {
	width: 100px;
	/* Adjust based on your needs */
	margin: 0;
	/* Ensure no margin to avoid gaps */
}

.sticker {
	display: flex;
	justify-content: space-around;
	width: 100%;
	border: 1px royalblue;
}

.sticker-item {
	background: #F0FFFF;
	padding: 40px;
	color:royalblue;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: white solid 5px;
	border-radius: 52px;
}

.sticker-item-head-bg {
	width: 100%;
	height: 30%;
	background-color: #0096FF;
	position: absolute;
	top: 0;
	left: 0;
}

.sticker-item-body {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: white;
	transform: translateX(-50%);
	border: 6px solid #7393B3;
	transition: transform 0.3s;
}

.sticker-item-body img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sticker-item h4 {
	margin-top: 120px;
}

#logo img {
	height: 4rem;
    width: 4rem;
	
	align-items:left;
    object-fit: cover;
}
#logo h4{
	padding-left: 1em;
    font-size: 1.5rem;
    font-weight: bold;
    color: #033f73;
    float: left;
	
}
#logo{
	background: #f3faff;
	margin-top: -11px;
    padding-top: 8px;
}
.thumbnail {
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.thumbnail img {
	width: 100%;
	height: 150px; /* Fixed height for uniformity */
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.3s ease-in-out;
}
.thumbnail img:hover {
	transform: scale(1.05);
}
/* Slideshow styles */
.slideshow-container {
	text-align: center;
	margin-bottom: 20px;
}
.slideshow-container img {
	max-width: 100%;
	height: 400px; /* Large viewport */
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.thumbnail-slider {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px 0;
}
.thumbnail-slider img {
	width: 100px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
}
.thumbnail-slider img:hover {
	transform: scale(1.1);
}

.nav-tabs .nav-link {
	color: #0057B7;
	font-weight: bold;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	transition: 0.3s;
}

.nav-tabs .nav-link.active {
	background-color: #0057B7;
	color: white;
	border-radius: 5px;
}

.tab-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}

.tab-disp{
	margin-left: 140px;
}

#carouselStd .carousel-item {
	
	padding: 10px 15px;
}
#carouselStd .carousel-item .col-md-4 {
	border-radius: 10px;
    padding: 10px 21px;
    font-size: 1.16rem;
	background: linear-gradient(185deg, #9bcaf4, #dadadae3);
    border: rgb(255, 255, 255) solid 5px;
	
}
#carouselStd img {
	
	border-radius: 10px;
	
	align-items: center;
	max-height:450px;
	width: 100%!important;
	/* X-offset, Y-offset, Blur, Color */

}

#aboutswapna section .icon-container,
#aboutswapna section .text-container{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}


    .container{
        max-width: 1505px!important;
    }
.donar-block .bank-details
{
	background-color: royalblue !important;
	color: white !important;
	border-radius: 10px  ;
	font-size: x-large  ;
	width: 100% ;

}
#carouselStd .carousel-inner p {
	margin-top: auto;
	margin-left: auto;
	max-width: fit-content;

}
.carousel-inner button {
	box-shadow: none!important;
}

#helper-side .container{
	position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;

}

#footer .container div .col-md-6{
	padding: 33px 20px;
}