form.contact-form { width: 100%; text-align: left; }
form.contact-form textarea { width: 96%; }
form.contact-form label { float: none; display: inline; }
.form-error, form.contact-form p label.form-error { color: maroon; }

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

input, select, textarea {
    font-size: 1.1em;
    border-color: #E0E0E0;
    border-radius: 3px;
	margin-bottom: .3em !important;
    margin-top: .3em !important;
}
input, select {
	height: 2.5em;	
}
.theme-coda input,
.theme-coda select,
.theme-headlines input,
.theme-headlines select {
	height: auto;
}
#expertiseSearch {
	max-width: 100%;
}

/* twitter widget */
iframe.twitter-follow-button,
iframe.twitter-hashtag-button { 
	display: block;
	margin: 0 auto;
}

/* cets-childpages */
ul.cets-childpages {
	margin-top: 14px;
	margin-bottom: 14px;
}
ul.cets-childpages li {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
}
ul.cets-childpages ul {
	margin-top: 10px;
}
ul.cets-childpages ul li {
	list-style-type: circle;
	font-size: inherit;
	font-weight: normal;
	font-size: 14px;
}

/* comment form discussion policy */
div.cets-discussion-policy {
	margin-top: 2px;
	padding: 2px;
}
 
div.cets-discussion-policy p {
	font-size: 12px;
	line-height: 14px;
 }
 /* hide admin bar search */
#wpadminbar #adminbarsearch {display: none;}

/*cets help box */
div.cets-help-box, div.cets-help-box-short {
	margin: 5px 0 15px;
	border-left: 4px solid #0f4b91;
	background-color: #F3F3F3;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	background-image:url(../images/tiny-cow.png);
	background-repeat: no-repeat;
	min-height: 25px;
	padding: 1px 12px;
	background-position: left center;
}
div.cets-help-box-short {
	margin-top: -30px;
}
div.cets-help-box p, div.cets-help-box-short p {
	margin: 0.5em 0;
	padding: 2px;
	padding-left: 23px;
	line-height: 1.5em;
}

/*Google Custom Search Message*/
.cets-cse-suggest-global {
	background: #F2F6FF;
	border: 1px solid #C7D1E0;
	min-height: 50px;
	margin: 0 auto;
	width: 98%;
}
.cets-cse-suggest-global p {
	margin: 20px 10px 20px 10px;
}

#___gcse_0 {
	width: 98%;
	margin: 0 auto;
}

/* columns */
.cs-column-half {
                width: 47%;  
                float: left;
                margin-right: 1.5%;
				margin-left: 1.5%;
}
.cs-column-third{
                width: 30%;
                float: left;
                margin-right: 1.5%;
				margin-left: 1.5%;
}
.cs-column-two-thirds {
                width: 64%; 
                float: left;
                margin-right: 1.5%;
				margin-left: 1.5%;
}
.cs-column-four-fifths {
                width: 77%; 
                float: left;
                margin-right: 1.5%;
				margin-left: 1.5%;
}
.cs-column-one-fifth {
                width: 17%; 
                float: left;
                margin-right: 1.5%;
				margin-left: 1.5%;
}
.cs-column-one-fourth {
                width: 22%;  
                float: left;
                margin-right: 1.5%;
				margin-left: 1.5%;
}

.cs-column-half img, .cs-column-third img, .cs-column-two-thirds img, .cs-column-one-fifth img, .cs-column-four-fifths img, .cs-column-one-fourth img {
                max-width: 98%;
                height: auto;
}
.cs-column-half iframe, .cs-column-third iframe, .cs-column-two-thirds iframe, .cs-column-one-fifth iframe, .cs-column-four-fifths iframe, .cs-column-one-fourth iframe {
                max-width: 98%;
}

.cs-clearer {clear: both;}

.cs-column-one-fourth p,
.cs-column-third p,
.cs-column-two-thirds p,
.cs-column-half p,
.cs-column-one-fifth p,
.cs-column-four-fifths p {
	margin-bottom: 0; 
	padding-bottom: 0;
}

.cs-column-one-fourth + p,
.cs-column-half + p,
.cs-column-third + p,
.cs-column-two-thirds + p,
.cs-column-four-fifths + p,
.cs-column-one-fifth + p {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Clear Class */
.clear {
	clear: both;
}
p.clear {
	margin: 0;
	padding: 0;
	height: 0;
}

@media only screen and (max-width:800px) {
				.cs-column-one-fourth{width: 47%; margin-bottom: 10px;}
}
@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
               .cs-column-two-thirds, .cs-column-third {float: none; width: 98%; margin-bottom: 10px;}
}
@media only screen and (max-width:600px), only screen and (max-device-width:600px) {
                .cs-column-half, .cs-column-one-fifth, .cs-column-four-fifths {float: none; width: 98%; margin-bottom: 10px;}
				.cs-column-one-fourth{width: 98%; margin-bottom: 10px;}
}

.e2ma_signup_form #e2ma_signup_form_button_row,
.e2ma_signup_form .e2ma_signup_form_button_row{
	float: left;
}

.hidden { display: none; }