/************************  Paragraph style settings  ************************/
      
.ParagraphContent {
	margin-bottom: 		20px;
	text-align: 		left;	
	clear:				both; /*important fixes content with floating element like align=left*/
}

/************************  Gallery popup style settings  ************************/

.GalleryPopupBody {
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	text-align:			center;
	width:				100%;
	color: 				#000000;
}

.GalleryPopupTable {
	width:				100%;
	border:				0px solid #FFFFFF;

}

.GalleryPopupInfo {
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-weight:		bold;
	display:			block;
}

.GalleryPopupPrevious {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupNext {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupGotoSite {
	height:				40px;
	border:				1px solid #CCCCCC;
	margin-bottom:		5px;	
}

.GalleryPopupToolTipAuthorTitle{
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	
}

.GalleryParagraphCell {
	padding-right: 		5px;
	padding-bottom: 	5px;
	float: left;
}

.GalleryParagraphTable {
	
}

/****************  Form, buttons and fields style settings  ***************/

/*
.FormFieldTitleCell {
	padding-bottom:		2px;
	padding-right: 		10px;
	vertical-align: 	top;
	text-align : 		left;
}

.FormFieldTextCell, .FormFieldTextareaCell {
	padding-bottom:		2px;
	vertical-align: 	top;
	text-align : 		left;
}

.FormFieldText {
	background-color: 	#FFFFFF;
	padding:  			1px;
	border: 			1px solid #333333;
	width:				250px;
	vertical-align: 	middle;
	text-align:   		left;
	max-width: 100%;
}

.FormFieldRadio {
}

.FormFieldRadioCell {
	width: 				100px;
}

.FormFieldRadioCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldRadioCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckboxGroupCheckbox {
}

.FormFieldCheckboxGroupCell {
	width: 				100px;
}

.FormFieldCheckboxGroupCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldCheckboxGroupCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckbox {
}

.FormFieldSelect {
	background-color: 	#FFFFFF;
	padding:    		1px;
	border: 			1px solid #333333;
	vertical-align:		top;
	text-align :      	left;
}

.FormFieldTextarea {
	background-color: 	#FFFFFF;
	font-weight:      	normal;
	padding:    		1px;
	border: 			1px solid #333333;
	width:				250px;
	vertical-align:		top;
	text-align :      	left;
	height: 150px;
}

.FormButtonSubmit {
	background-color: 	#FFFFFF;
	font-weight:      	bold;
	cursor: 			pointer;
	text-align :      	center;
	padding: 		   	1px;
	border: 			1px solid #333333;
	vertical-align:		middle;
}

.FormError > label > textarea,
.FormError > label > select,
.FormError > label input {
	border: solid .1px red;    
	outline: solid 0.1px red;
} */

.input-required > label > strong:after {
	content: "*";
	color: grey;
	margin-left: 3px;
}

.form-element.FormError:after { 
/*	content: "!";
	float: right;*/
}

.FormError {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.FormThanksDiv {

}

.form-element {
	margin-bottom: 10px;
	display: flex;
    align-items: start;
}

.form-element > label > strong {
	vertical-align: top;
}

#form_24_field_283-form-element label {
	order: 2;
}

#form_24_field_283-form-element label strong {
	width: 510px;
}

#form_24_field_283-form-element input {
	order: 1;	
}

#form_24_field_437-form-element label strong {
	width: 560px;
}

#form_24_field_437 {
	display: none;
}

#recaptcha_widget_div,
ul.form-radio-list,
ul.form-checkbox-list {
	list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
    display: inline-table;
}

.form-radio-list > li,
.form-checkbox-list > li {
	list-style: none;
}

.form-element > label {
	display: inline-block;
}

.form-element > label > strong {
	width: 250px;
    display: inline-block;
    clear: both;
    font-weight: normal;
}

/****************  Paragraph layout  ***************/
.ParagraphContent.columns {
	-webkit-column-gap: 3rem;
    -webkit-column-count: 2;
	
	-moz-column-gap: 3rem;
    -moz-column-count: 2;
	
	-o-column-gap: 3rem;
    -o-column-count: 2;
	
	column-gap: 3rem;
    column-count: 2;
	
	text-align: justify;
}

/****************  CKEDITOR images  ***************/
.image-left {
	float:left;
	margin-right: 2em;
}

.image-center {
	text-align: center;
	margin-left: 2em;
	margin-right: 2em;
}

.image-right {
	float: right;
	margin-left: 2em;
}

.image-captioned {
	text-align: center;
}

FIGURE {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

FIGURE > figcaption {
    display: block;
	text-align: center;
	font-size: 0.7em;
	margin-top: 0.5em;
}

/****************  CKEDITOR templates  ***************/
.columns-2:after {
	content: '';
	clear: both;
	display: block;
}
.columns-2 > .column {
	width: 49%;
}

.column {
	display: block;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.columns-2 > .column {
		width: 100%;
		margin-bottom: 18px;
	}
}