/* Matthew Styling */

/* contact us */
.header-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0px;
    font-style: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
}

.page-header {
	display: none;
}
/* contact us */
.header-text {
	text-align: center;
	margin-top: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 50px;
}

/* hide contact us */
.field--label {
	display: none;
}

/* hide padding on "Your first name" and "Your last name" */
.panel-body {
	padding: 0px
	;
}
/* hide panel heading - full name */
.panel-heading {
	display: none;
}

/* hide panel */
.panel-default {
	border-color:white;
}

/* hide labels - "your name", "first", "last", "email" */
.form-required {
	display: none;
}

/* hide labels - "telephone number", "your message" */
.control-label {
	display: none;
}

/* resizing "Your first name" input field */
#edit-full-name-first {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* resizing "Your last name" input field */
#edit-full-name-last {
	width:100%;
	height:60px;
	font-size:18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

/* resizing "Email address required" input field */
#edit-email-address {
	width: 100%;
	height: 60px;
	font-size:18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* resizing "Telephone number optional" input field */
#edit-telephone-number {
	width: 100%;
	height: 60px;
	font-size:18px;
}

/* Resizing "Please enter your message" input field */
#edit-your-message {
	width: 100%;
	height: 110px;
	font-size:18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Styling "Send Now" button */
#edit-actions-submit {
	  background: #ffcd00;
    border-color: #ffcd00;
    color: #455a64;
    font-size: 25px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 15px 17px;
    width: 100%
}

/* Styling "Send  Now" botton hover */
#edit-actions-submit:hover {
	background-color:#747474;
	border-color: #747474;
	color: white;
	font-weight: 500;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Styling "edit-captcha response" input field */
#edit-captcha-response {
	width: 100%;
	height: 60px;
	font-size:18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Styling "captha description" text ("This question is for...") */
#captcha--description {
    width: 100%;
}

/* hide block-title "Contact" */
.block-title {
	display: none;
}

/* Styling "IDA Ireland & Tipperary Co. Council" */
.hub_location_text  {
	float: right;
	color: #455a64;
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  width: 100%;
}

/* Styling for submission form */
.webform-submission-form {
	width: 50%;
}

.field.field--name-field-contact-us.field--type-webform.field--label-hidden.field--item {
    position: absolute;
    float: right;
    width: 100%;
    padding-right: 15px;
}

.block-block-layout-builder-block-field-blockparagraphleft-image-right-textfield-hub-location-text-clearfix {
    display: block;
    padding-top: 40px;
}

.hub_location_text.field.field--name-field-hub-location-text.field--type-text-long.field--label-hidden.field--item {
    float: right;
    padding-left: 100px;
}

field-field--name-field-contact-us-field--type-webform-field--label-hidden-field--item {
    display: block;
    padding-top: 60px;
}
/* footer container - padding */
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 200px;
}