@charset "UTF-8";

 @font-face {
    font-family: 'Calluna Sans';
    src: url('fonts/CallunaSansRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'Calluna';
    src: url('fonts/Calluna-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'Calluna Bold';
    src: url('fonts/Calluna-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@keyframes fBoxIn {
	0% {
	  opacity: 0.5;
	}

	100% {
	  opacity: 0.8;
	}
}

@keyframes fBoxOut {
	0% {
	  opacity: 0.8;
	}

	100% {
	  opacity: 0.5;
	}
}

@keyframes fBoxZoomIn {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.3);
	}
}

@keyframes fBoxZoomOut {
	0% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.fbIn {
	animation: fBoxIn 0.5s forwards;
}

.fbOut {
	animation: fBoxOut 0.5s forwards;
}

.fbZoomIn {
	animation: fBoxZoomIn 0.5s forwards;
}

.fbZoomOut {
	animation: fBoxZoomOut 0.5s forwards;
}

.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Calluna Sans";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
	display: flex;
}

.optionRow {
    padding: 2px 8px 15px 8px;
    position: relative;
    font-size: 13px;
}

.optionLabel {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 3px;
}

.optionValue {
    font-size: 14px;
    position: relative;
}

.textAreaBig {
	width: 100%;
	height: 7em;
}

.textEditBig {
	width: 100%;
}

.basicBtn {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border: 1px solid RGB(168,130,32);
    background-color: RGB(224,185,87);
    color:#FFFFFF;
    cursor: pointer;
    text-align: center;
}

.basicBtn:hover {
    background-color: RGBA(224,185,87,0.8);
}

.logoBlog {
	width: 30%;
}

.ecf_logo {
	height: 80px;
	margin-left: 1em
}

.fsp_logo {
	height: 60px;
	margin-left: 1em
}

.image1c {
    width: 80%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.secondary_header {
	width: 70%;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 42em;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Calluna";
	font-weight: normal;
	color: #666;
	letter-spacing: 1px;
	margin-left: 3px;
	text-align: center;
	padding: 2px 10px 0 10px;
	transition: all 0.3s linear;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
.secondary_header ul li:hover {
	color: #222;
	cursor: pointer;
	border: 1px solid #AAA;
	background-color: #EEE !important;
}


.secondary_header ul li a {
    color: inherit;
    text-decoration: none;
}


.menu_selected {
	color: #222 !important;
	background-color: #EEE !important;
	border: 1px solid #AAA !important;
}

.left_article {
	background-color: #FFFFFF;
	width: 60%;
	font-family: "Calluna Sans";
	color: #343434;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.contact_block {
	background-color: #FFFFFF;
	width: 40%;
	font-family: "Calluna Sans";
	color: #343434;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.noDisplay {
	display: none;
}

.fancybox {
    width: 250px;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-left: 52px;
    margin-top: 43px;
	cursor: pointer;
}

.fbOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background-color: #5bc5f1;
	opacity: 0.5;
}

.fbText {
	position: absolute;
	top:40%;
	left:7%;
	width: 90%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 30px;
	transform: translateY(-50%);
}

.fbImage {
	 width:fit-content;
}

.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #555;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Calluna Sans";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Calluna Sans";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Calluna Sans";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Calluna Sans";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Calluna Sans";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Calluna Sans";
}

@media (max-width: 320px) {
	
.image1c {
    width: 100%;
}
	
.ecf_logo {
    position: relative;
    left: 40px;
}
	
.contact_block {
	width: 100%;
}
	
.primary_header {
	border-bottom: none;
}	
	
.secondary_header ul li {
	float: none;
	margin-top: 11px;
	margin-left: 0px;
	width: 100%;
	text-align: right;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {

.contact_block {
	width: 100%;
}
	
.image1c {
    width: 100%;
}
	
.ecf_logo {
    position: relative;
    left: 40px;
}	

.primary_header {
	border-bottom: none;
}	
	
.secondary_header ul li {
	float: none;
	margin-top: 11px;
	margin-left: 0px;
	width: 100%;
	text-align: right;

}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
	
.contact_block {
	width: 100%;
}
		
.image1c {
    width: 100%;
}

.ecf_logo {
    position: relative;
    left: 40px;
}
	
.primary_header {
	border-bottom: none;
}	
		
.secondary_header {
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	text-align: right;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
