@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

#Form .clf-form {
	display: flex;
	flex-wrap: wrap;
}
#Form .clf-d-fieldset {
	flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px;
    margin-bottom: 20px !important;
    box-sizing: border-box;
}
#Form .clf-d-fieldset#CampusIDSet,
#Form .clf-d-fieldset#programcategoryidSet,
#Form .clf-d-fieldset#ReceiveMessageFieldSet {
	flex: 0 0 100% !important;
    max-width: 100% !important;
}
input,select {
	display: block;
    height: 44px;
    padding: 8px 15px !important;
    font-size: 15px !important;
    color: #dfdfdf !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-family: 'Lato', sans-serif !important;
}
input:focus,
select:focus {
	outline: none;
}
input::-webkit-input-placeholder { 
  opacity: 1;
  color: #dfdfdf;
}
input::-moz-placeholder { 
  opacity: 1;
  color: #dfdfdf;
}
input:-ms-input-placeholder { 
  opacity: 1;
  color: #dfdfdf;
}
input:-moz-placeholder { 
  opacity: 1;
  color: #dfdfdf;
}
.clf-d-section-sub-heading,
.clf-d-section-sub-heading p,
.clf-d-fieldset#ReceiveMessageFieldSet .clf-padding-small {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.54;
    font-weight: 400;
}
.clf-d-section-sub-heading p a:hover{
    text-decoration: underline !important;
}
.clf-d-section-sub-heading p a{
    text-decoration: none !important;
    color: #e86404 !important;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.54;
    font-weight: 400;
}
.clf-d-section-sub-heading p:empty{
    display: none;
}
.clf-d-section-sub-heading{
    padding: 0 15px !important;
    width: auto !important;
}
#SubmitContainer {
	padding: 0 10px;
}
.clf-d-submitbutton {
    background-color: #e86404 !important;
    color: #FFF !important;
    text-transform: uppercase;
    border: 0 !important;
    height: 40px;
    line-height: 38px;
    padding: 0 20px !important;
    position: relative;
    outline: 0;
    white-space: nowrap;
    border-radius: 3px !important;
    font-size: 16px !important;
    font-family: 'Lato',sans-serif !important;
    width: auto;
    box-shadow: 1.5px 2.6px 8px 0 rgba(48, 48, 48, 0.4) !important;
}
.clf-d-submitbutton:hover {
    background-color: rgba(232, 100, 4, 0.9) !important;
}
.ui-widget-overlay {
    background: transparent;
}
.ui-widget-content {
    background: #f8d7da;
    border-color: #f5c6cb;
    padding: 0 15px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0 !important;
}
.ui-dialog-content span {
	color: #790000 !important;
	line-height: 1.7;
	text-transform: initial;
	font-family: 'Lato',sans-serif !important;
	font-size: 14px !important;
}
.ui-widget-header {
	border: none;
	background: none;
}
.ui-button:focus {
	outline: none;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: -5px;
    right: -28px;
    background: transparent;
    border: none;
	background-image: url("../../images/remove.svg");
	z-index: 9;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 4px 0;
}
.ui-state-default .ui-icon {
	background-image: none;
}
.ui-dialog .ui-dialog-title{
    margin: 0;
}
.ui-resizable-ne {
	cursor: pointer;
}
@media screen and (max-width: 375px) {
	.clf-d-fieldset#ReceiveMessageFieldSet .clf-padding-small,
	#SubmitContainer .clf-d-fieldset {
		text-align: center !important;
	}
	#Form .clf-d-fieldset {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}