/* Styling for Contact Us page*/

#pgc-44-0-0 {
	width: 100%;
}

#pl-44 .so-panel {
	margin-bottom: 30px;
}

#pl-44 .so-panel:last-child {
	margin-bottom: 0;
}

@media (max-width: 780px) {
	#pg-44-0.panel-no-style,
	#pg-44-0.panel-has-style > .panel-row-style {
		flex-direction: column;
	}

	#pg-44-0 > .panel-grid-cell,
	#pg-44-0 > .panel-row-style > .panel-grid-cell {
		width: 100%;
		margin-right: 0;
	}

	.courses-title {
		text-align: center;
	}
}

.courses-title {
	margin-top: 15px;
	margin-bottom: 35px;
}

.so-widget-sow-contact-form-default-50d1e0df1ffa .sow-form-field {
	display: block;
	margin-bottom: 1em;
}

.so-widget-sow-contact-form-default-50d1e0df1ffa .sow-form-field label {
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-form-field
	label.sow-form-field-label-right {
	float: right;
	margin-left: 10px;
}
.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-form-field
	.sow-field-container {
	overflow: hidden;
	display: block;
}
.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-form-field
	.sow-field-container
	textarea:focus,
.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-form-field
	.sow-field-container
	input:focus,
.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-form-field
	.sow-field-container
	> :focus {
	/* outline-style: solid;
    outline-color: blue;
    outline-width: 1px; */
	border: 1px solid blue;
}

.so-widget-sow-contact-form-default-50d1e0df1ffa .sow-form-field textarea,
.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-form-field
	.sow-text-field {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0px;
	border: 1px solid #c0c0c0;
}

.so-widget-sow-contact-form-default-50d1e0df1ffa .sow-contact-form {
	padding: 10px;
	border: #c0c0c0 solid 1px;
	background-color: #f2f2f2;
}

.so-widget-sow-contact-form-default-50d1e0df1ffa
	.sow-contact-form
	.sow-submit-styled
	.sow-submit {
	color: #5a5a5a;
	background: #ffffff;
	border: 1px solid #989a9c;
	border-radius: 3px;
	font-weight: 500;
	padding: 10px 20px;
	display: inline-block;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}
