
.sectionHead {
	float: left;
}

.contactSocial {
   font-size: 10pt;

   margin: 100px 0px 0px 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
	width: 900px;
	height: auto;
}

.contactIcon {
    margin: 0px 0px 10px 5px;
    vertical-align: middle;
    border: none;
}

.info, .mailer {
	width: 46%;
	float: left;
   margin: 2%;
}

.infoWrapper {
   width: 100%;
	border: none;
	
	float: left;
   margin-bottom: 20px;
   border: solid 1px #bbbbbb;
}

.headingContact {
	font-size: 1em;
	color: var(--pres-main-fg-color);
   background: #eeeeee; /* Old browsers */
	margin: 0px;
	clear: both;
	font-weight: bold;
	padding: 10px;
   width: 100%;
   border-bottom: solid 1px #bbbbbb;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.location {
   float: left;
   clear: both;
   width: 100%;
   padding: 20px;
}

.subHead {
	font-size: 10pt;
	color: #4e7791;
	float: left;
	clear: both;
	margin: 0px 0px 0px 15px;
	width: 900px;
}

.headerCopy {
	font-size: 1em;
	color: var(--pres-main-fg-color);
	clear: both;
	margin: 0px;
   padding: 20px;
	float: left;
	width: 100%;
}

.locationCopy {
	font-size: 1em;
	color: var(--pres-main-fg-color);
	clear: both;
	float: left;
   width: 100%;
   padding: 0px 0px;
   margin: 0px 0px 5px 0px;
	font-weight: normal;
}

#recaptcha_area, 
#recaptcha_widget_div {
   float: left;
   clear: both;
   width: 100%;
}

.captcha {
    float: left;
    clear: both;
    width: 100%;  
}

#recaptcha_table {
   width: 100%;
   display: inherit;
   height: auto;
   border:none;
   float: left;
}

#recaptcha_table * {
   display: inherit;
   float: left;
   box-sizing: border-box;
}

#recaptcha_table tr {
   width: 100%;
}

#recaptcha_table td {
   padding: 5px;
}

.recaptcha_input_area {
   width: 100%;
}

.recaptcha_input_area input {
   border: solid 1px #bbbbbb;
   padding: 5px;
   font-size: 1em;   
   width: 100% !important;
}

#recaptcha_privacy {
   padding: 10px;
}

#recaptcha_image {
   width: 100% !important;
   height: auto !important;
   float: left !important;
}

.recaptchatable td.recaptcha_image_cell center img{
   padding: 0px !important;
   width: 100% !important;
   height: auto !important;
   float: left !important;
}

#recaptcha_reload_btn,
#recaptcha_switch_audio_btn,
#recaptcha_whatsthis_btn {
   clear:both;
}

.italicHead {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.row {
	float: left;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.buttonRow {
	float: left;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px 0px 5px 0px;
	border-top: solid 1px #bbbbbb;
}

.mailForm {
	margin: 0px;
	float: left;
	width: 100%;
   padding: 20px;
}

.mailFormLabel {
	float: left;
	font-size: 10pt;
	color: #4d7791;
	margin: 0px 0px 5px 0px;
	width: 70px;
}

.mailFormText {
	float: left;
   padding: 10px;
   font-size: 1em;
	width: 100%;
	color: var(--pres-main-fg-color);
	margin: 5px 0px 0px 0px;
	border: solid 1px #bbbbbb;
}

.mailFormBody {
	float: left;
	margin: 0px;
	font-size: 1em;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	color: var(--pres-main-fg-color);
   border: solid 1px #bbbbbb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mailFormError
{
   color: #910000;
   margin: 5px 0px 0px 5px;
   font-size: 8pt;
   float: left;
}

.mailFormButtons {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px;
   border-top: solid 1px #ffffff;
}

.button {
	float: right;
	margin: 10px 0px 0px 5px;
	padding: 0px 10px;
}

.mailStar
{
   font-size: 12pt;
   color: #cc0000;
}

.required {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.mailButtons {
    box-shadow: 0px 1px 2px #15384e;
    
	background-color: #15384e;
	color: var(--pres-light-fg-color);
	font-size: 8pt;
	font-weight: bold;
	border: none;
	float: left;
	margin: 10px 5px 0px 0px;
	height: 20px;
	width: 55px;
	cursor: pointer;
}

.floatLeft 
{
    font-size: 9pt;
    float:left;
    padding-right: 50px;
    color: #212121;
    border: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #dddddd;
    margin: 10px 0px 0px 0px;
}

.iconsFloatLeft 
{
    font-size: 14pt;
    float:left;
    padding-left: 50px;
}

.contain {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	clear: both; 
   background: var(--pres-main-bg-light);
}

.containContent {
   float: left;
   width: 100%;
}

.headingImg {
	display: inline-block;
   vertical-align: top;
   text-align: center;
   width: 30px;
   height: 30px;
	line-height: 30px;
   margin: 0px 0px 0px 0px;
   color: var(--pres-light-fg-color);
   font-size: 1em;
	padding: 0px;
}

.headingText {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 35px);
	margin-left: 5px;
	line-height: 30px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
   #recaptcha_table tbody tr td.recaptcha_image_cell {
      clear:none !important;
   }
}

@media all and (min-width: 320px) and (max-width: 767px) {
   .info, .mailer {
      width: 96%;  
   }   
}