/************************  Section style settings  ************************/
.SectionContent {
	padding: 			0 10px; 
	text-align:			left;
} 

.SectionImage {
	
}

/************************  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;
	font-family:		Helvetica, Arial, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
}

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

}

.GalleryPopupImage {
	
	
}

.GalleryPopupInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#484848;
	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-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

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

/****************  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,
.FormFieldSelect,
.FormFieldTextarea {
    background-color: #f6f6f6;
    padding: 8px 15px;
    border: 1px solid transparent;
    font-size: 18px;
    width: 320px;
    max-width: 100%;
    height: 52px;
    text-align: left;
    border-radius: 8px;
    margin: 0 0 10px 0;
}

.FormFieldRadio + label {
    display: inline-block;
    margin: 0 0 8px 10px;
    font-size: 17px;
    vertical-align: middle;
}

.FormFieldText:focus,
.FormFieldSelect:focus,
.FormFieldTextarea:focus {
	outline: 0;
	border-color: #26b6be;
}

.FormFieldRadioCell {
	width: 				100px;
}

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

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

.FormFieldCheckboxGroupCell {
	width: 				100px;
}

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

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

.FormButtonSubmit {
    display: block;
    float: right;
    background: #00a18b ;
    border: transparent solid 2px;
    padding: 12px 25px;
    width: 180px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    margin: 5px 0 15px 0;
}

.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;
}
.input-required.FormError > label>strong:after {
	color:red;
}

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

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

.form-element {
	margin-bottom: 4px;
}

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

#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: 150px;
	display: inline-block;
	clear:both;
}

/****************  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;
	}
}