﻿body {
	background-color: rgb(248,248,248)
}

@media screen and (max-width: 1000px) {

	.img-fluid2 {
		display: none;
	}

	.test {
		margin: 0;
		padding: 0;
	}

	.row {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 50px !Important;
	}
}


/* The above media query removes images on resize with the class img-fluid */
input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
	margin: 0;
}

.form-control:-moz-placeholder {
	text-transform: none;
}

.form-control::-moz-placeholder {
	text-transform: none;
}

.form-control:-ms-input-placeholder {
	text-transform: none;
}

.form-control::-webkit-input-placeholder {
	text-transform: none;
}

.form-control[readonly] {
	cursor: not-allowed;
}

.validation-summary-valid,
.field-validation-valid {
	display: none;
}

.field-validation-error {
	color: #a00;
}

.validation-summary-errors {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
}

.validation-summary-errors > p,
.validation-summary-errors > ul {
	margin-bottom: 0;
}

.validation-summary-errors > p + p {
	margin-top: 5px;
}

.validation-summary-errors hr {
	border-top-color: #e4b9c0;
}

.validation-summary-errors a {
	color: #843534;
	font-weight: bold;
}

.expand-link > .fa::before {
	content: "\f151";
}

.expand-link.collapsed > .fa::before {
	content: "\f150";
}


.footer a {
	color: inherit;
}


.Quotes p {
	text-rendering: optimizeLegibility;
}

.Quotes h6 {
	font-size: 75%;
}

.Quotes blockquote {
	border-radius: 3px;
	position: relative; /*  <--- */
	font-style: italic;
	text-align: center;
	padding: 1rem 1.2rem;
	width: 80%; /* create space for the quotes */
	color: #4a4a4a;
	margin: 1rem auto 2rem;
	color: #4a4a4a;
}
/* -- create the quotation marks -- */
.Quotes blockquote:before,
.Quotes blockquote:after {
	font-family: FontAwesome;
	position: absolute;
	/* -- inside the relative position of blockquote -- */
	top: 13px;
	color: #888b8d;
	font-size: 34px;
}

.Quotes blockquote:before {
	content: "\f10d";
	margin-right: 13px;
	right: 100%;
}

.Quotes blockquote:after {
	content: "\f10e";
	margin-left: 13px;
	left: 100%;
	top: auto;
	bottom: 13px;
}

.Quotes2 blockquote {
	border-radius: 3px;
	position: relative; /*  <--- */
	font-style: italic;
	text-align: center;
	padding: 1rem 0.8rem;
	width: 100%; /* create space for the quotes */
	color: #4a4a4a;
}
/* -- create the quotation marks -- */
.Quotes2 blockquote:before,
.Quotes2 blockquote:after {
	font-family: FontAwesome;
	position: absolute;
	/* -- inside the relative position of blockquote -- */
	color: #888b8d;
	font-size: 34px;
}

.Quotes2 blockquote:before {
	content: "\f10d";
	margin-right: 13px;
	right: 100%;
}

.Quotes2 blockquote:after {
	content: "\f10e";
	left: 99%;
	top: auto;
	bottom: 10px;
}

/* News: */
.news-row {
	margin-bottom: 15px;
}

.news-row h1 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid silver;
}

.news-row > div {
	padding: 15px 0;
}

.news-row > .sidebar a {
	color: inherit;
}

.news-row > .sidebar .active > a,
.news-row > .sidebar .active > p > a {
	color: black;
}

.news-year {
	font-size: 120%;
	font-weight: bold;
	color: #444;
}

.news-article-list > li:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid silver;
}

.news-article-list a > svg {
	display: none;
}

.news-article-list b {
	font-size: 120%;
	text-transform: uppercase;
}

.news-article-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
}

@media (min-width: 500px) {
	.news-article-list a {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.news-article-list a > svg {
		width: 96px;
		margin-right: 15px;
		display: block;
	}

	.news-article-list a > div {
		flex: 1 1 0;
	}

	.news-article-list .news-list-date {
		display: none;
	}
}

@media (min-width: 768px) {
	.news-row {
		display: flex;
	}

	.news-row > .sidebar {
		flex-basis: 20%;
		order: -1;
		min-width: 250px;
		border-right: 1px dotted silver;
	}

	.news-row > div:not(.sidebar) {
		flex-grow: 1;
	}

	.news-row > div {
		padding: 0 15px;
		vertical-align: top;
		display: table-cell;
	}

	.news-article-date-icon {
		width: 96px;
		margin-left: 15px;
	}
}

.wordcloud {
	display: none;
}

@media (min-width: 768px) {
	.wordcloud {
		display: block;
		list-style: none;
		padding: 15px 0;
		margin: 15px 0;
		text-align: center;
		border-top: 1px solid silver;
	}

	.wordcloud li {
		display: inline-block;
	}

	.wordcloud li:not(:first-child) {
		margin-left: 5px;
	}

	.wordcloud li.active {
		color: #a94442;
	}

	.wordcloud .word-size-1 {
		font-size: 80%;
	}

	.wordcloud .word-size-2 {
		font-size: 100%;
	}

	.wordcloud .word-size-3 {
		font-size: 120%;
	}

	.wordcloud .word-size-4 {
		font-size: 140%;
	}

	.wordcloud .word-size-5 {
		font-size: 160%;
	}
	/* unvisited link */


	/* visited link */
	a:hover {
		color: #ff1a44
	}

	/* selected link */
	a:active {
		color: black;
	}

	.fas fa-desktop {
		color: #e4002b !important;
	}

	.fab fa-instagram fab {
		color: #414a4c !important;
	}
}

@property --tier-border-color {
	syntax: "<color>";
	inherits: true;
	initial-value: #D12F2F;
}

@property --tier-header-color {
	syntax: "<color>";
	inherits: true;
	initial-value: inherit;
}

.license-options > div {
	width: 100%;
	border-top: 10px solid var(--tier-border-color);
	transition: transform .4s, opacity .4s;
}

body:not(.cke_editable) .license-options > div:hover {
	transform: scale(1.05);
}

body:not(.cke_editable) .license-options:has(> div:hover) > div:not(:hover) {
	opacity: 0.5;
}

.license-options > div h3 {
	color: var(--tier-header-color);
}

.license-lite {
	--tier-border-color: #f7b8c4;
	--tier-header-color: #888;
}

.license-standard {
	--tier-border-color: #eb7088;
}

.license-premium {
	--tier-border-color: #E4002B;
	--tier-header-color: darkgoldenrod;
}

@media (min-width: 768px) {
	.license-options > div {
		flex: 1 1 calc(90% / 3);
	}
}
