.not-bold {
	font-weight: normal !important;
}

#ProgressBar {
	display: none;
}

.Skin #Header {
	padding: 0;
	text-align: center;
}

#Header img {
	display: inline-block;	
	margin: 20px 0;
	padding: 0 20px;
}

.Skin #LogoContainer {
	background: 0 0;
}

.JFEScope .Separator ~ .Separator {
	display: none;
}

/*.Skin .QuestionBody {
	padding: 0 20px 0;
}*/

.Skin .QuestionBody {
	padding: 0 15px 0;
}

.Skin .MC .QuestionBody {
	padding-left: 15px;
	padding-right: 15px;
}

.Skin .QuestionText {
	padding: 0;
	margin: 0;
	max-width: none;
}

.Skin .QuestionText .contents {
	padding: 10px 15px 7px 15px;
}

.q_label {
	padding: 5px 20px 0 20px;
}

div.separator {
	height: 0;
	border-top: 1px dashed #8c8b8b;
	margin: 0;
	padding: 0;
}

.Skin .QuestionOuter.Highlight .Inner div.separator {
	border-top: none;
	margin: 0;
}

.Skin .ValidationError {
	border-top: 1px dashed #8c8b8b;
	background: #FFE6E6;
	padding: 10px 0 10px 20px;
	text-align: left;
}

.Skin .MC .QuestionBody label {
	vertical-align: middle;
}

.Skin .QuestionText {
	color: #43464D;
	line-height: 1.5em;
}

.MultipleAnswer, .SingleAnswer span {
	color: #777;
}

.Skin .TE textarea, .Skin input.TextEntryBox, .Skin input[type="text"], .Skin input[type="password"], .Skin input[type="search"], .Skin select, .Skin textarea {
	border: 2px solid #d2d2d6;
	padding: 2px;
	border-radius: 2px;
}

.Skin .SkinInner {
	max-width: 720px !important;
	margin: 0 auto;
	background: #FFF;
	border-radius: 0;
	position: relative;
	z-index: 2;
	border: 1px solid #353535;
	box-shadow: 0 0 8px #535353;
}

.Skin button, .Skin input, .Skin select, .Skin textarea {
	font-size: 16px;
	color: #43464D;
}

#RestoredResponseBar, .Skin, .Skin .yui-skin-sam .yui-calcontainer, .Skin button, .Skin input, .Skin select, .Skin textarea {
	font-family: "Helvetica Neue",Arial,sans-serif;
}

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
    border: none;
    color: #FFF;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    text-decoration: none;
    background-color: #841617;
}

.Skin #Buttons #NextButton:hover, .Skin #Buttons #PreviousButton:hover {
	background-color: #6E1213;
}

input[type=checkbox], input[type=radio] {
	vertical-align: top;
	margin: 3px;
}

.Skin .MC .QuestionBody label {
	vertical-align: top;
}

.Skin input[type=text]:focus, .Skin input[type=textarea]:focus {
	border-color: #872323;
}

.ChoiceStructure {
	padding-bottom: 15px;
}

.Skin input[title="Other"] {
	margin: 15px 0 5px 0 !important;
}

#Header hr {
	margin-bottom: 15px;
}

.Skin .QuestionText .contents.extra_padding {
	padding-bottom: 15px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #D0D0D0;
	border-top: 1px solid #CCC;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
	line-height: 1.6;
}

.Skin #PushStickyFooter, #Footer {
	display: none;
}

.Skin #Buttons {
	text-align: center;
	padding: 15px;
	background: #535353;
	border-top: 1px solid #CCC;
	margin: 0 auto;
	max-width: 720px !important;
	width: 100% !important;
	border: 1px solid #353535;
	box-shadow: 0 0 8px #535353;
	border-top: none;
	z-index: 1;
}

.Skin #Plug {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.Skin #Plug a {
	color: #555;
	padding: 0;
}

#Overlay {
	background: #872323 !important;
}

.Skin .EndOfSurvey {
	/*padding: 5px 0 0 0;*/
	padding: 0 !important;
}

.Skin .QuestionText .contents.extra_padding.section_header {
	padding: 10px 20px;
	background: #D0D0D0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.Skin .QuestionText .contents.extra_padding.section_header2 {
	padding: 10px 20px;
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.Skin .QuestionText .contents.after_section_header {
	padding-top: 10px;
}

.EndOfSurvey .message {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 10px 15px 15px 15px;
	line-height: 1.4;
}

div.nav-buttons {
	text-align: center;
	padding: 20px 0 0 0;
	background: #EEE;
}

.nav-button {
	border: 1px solid #B3B3B3;
	background-color: #E0E0E0;
	cursor: pointer;
	color: #333;
	display: inline-block;
	padding: 6px 13px;
	text-decoration: none;
	margin: 0 10px 20px 10px;
	min-width: 250px;
}

.nav-button:hover {
	background-color: #CCC;
	transition: background-color 250ms linear;
	text-decoration: none;
}

span.note {
	font-size: 15px;
	color: #b0b0b0;
}

.Skin .TE .ESTB .InputText {
	margin-top: 8px;
}

.Skin .TE td.ControlContainer {
	width: auto;
}

.Skin .TE .FORM .InputText {
	max-width: 350px;
	width: 100%;
}

.header_2 {
	color: #932d2d;
}

.Skin .MC .TextEntryBox, .Skin .TE .ESTB input.InputText, .Skin .TE .FORM input.InputText, .Skin .TE .ML input.InputText, .Skin .TE .PW input.InputText, .Skin .TE .SL input.InputText {
	min-width: 250px;
	max-width: none;
	width: 100%;
}

.Skin .MC .TextEntryBox, .Skin .TE .ESTB textarea.InputText, .Skin .TE .FORM textarea.InputText, .Skin .TE .ML textarea.InputText, .Skin .TE .PW textarea.InputText, .Skin .TE .SL textarea.InputText {
	width: 100%;
	min-height: 500px;
	margin-top: 2px;
}

.dib {
	display: inline-block;
}

.contents.after_section_header.empty {
	height: 0;
}

p {
	margin-bottom: 15px;
}

.Skin select {
	margin-bottom: 10px;
}

.Skin .TE tr, .Skin .TE td.ControlContainer {
	display: block;
}

.Skin .TE .FORM td.ControlContainer input.InputText {
	margin-bottom: 15px;
}

.Skin .TE .FORM td span.LabelWrapper {
	display: inline-block;
}

.ChoiceStructure table {
	margin-top: 0;
}

.text-only-spacer {
	height: 7px;
}

b {
	margin-bottom: 5px;
	display: block;
}

.JFEScope .dropzone {
	background: #CCC;
}

.JFEScope .dropzone.dz-drag-hover, .JFEScope .dropzone:not(.dz-max-files-reached):hover {
	background: #BBB;
}

.QuestionText ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

.InputText[readonly] {
	background: #DDD;
	border-color: #D2D2D2 !important;
	cursor: not-allowed;
	user-select: none;
}

.hidden_form {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden !important;
}

.Skin .SkinInner {
	padding-top: 0;
}

.Skin #SkinContent {
	width: 100%;
	max-width: none;
	margin: 0;
}

.Skin .QuestionOuter {
	padding-bottom: 0;
}

.Skin .MC .TextEntryBox, .Skin .TE .ESTB .InputText, .Skin .TE .FORM .InputText, .Skin .TE .ML .InputText, .Skin .TE .PW .InputText, .Skin .TE .SL .InputText, .Skin input.TextEntryBox {
	padding: 8px !important;
	min-height: 0;
	line-height: 18px;
}

.Skin .TE .FORM .QuestionText {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.Skin label.MultipleAnswer, .Skin label.SingleAnswer {
	padding: 8px 38px 8px 8px;
	min-height: 0;
	background: #FFF;
	transition: all 0s ease 0s;
}

.Skin label.MultipleAnswer > span::after, .Skin label.SingleAnswer > span::after {
	/*right: 15px;
	width: 15px;
	height: 15px;*/
}

.Skin .MC .TextEntryBox, .Skin .TE .ESTB .InputText, .Skin .TE .FORM .InputText, .Skin .TE .ML .InputText, .Skin .TE .PW .InputText, .Skin .TE .SL .InputText, .Skin .TE textarea, .Skin input.TextEntryBox, .Skin input[type="password"], .Skin input[type="search"], .Skin input[type="text"], .Skin textarea {
	border-width: 1px;
	margin: 0;
	background-color: #FFF;
}

.Skin .MC .TextEntryBox:hover, .Skin .TE .ESTB .InputText:hover, .Skin .TE .FORM .InputText:hover, .Skin .TE .ML .InputText:hover, .Skin .TE .PW .InputText:hover, .Skin .TE .SL .InputText:hover, .Skin .TE textarea:hover, .Skin input.TextEntryBox:hover, .Skin input[type="password"]:hover, .Skin input[type="search"]:hover, .Skin input[type="text"]:hover, .Skin textarea:hover {
	background-color: #FFF;
}

.Skin .MC .TextEntryBox[readonly], 
.Skin .TE .ESTB .InputText[readonly], 
.Skin .TE .FORM .InputText[readonly], 
.Skin .TE .ML .InputText[readonly], 
.Skin .TE .PW .InputText[readonly], 
.Skin .TE .SL .InputText[readonly], 
.Skin .TE textarea[readonly], 
.Skin input.TextEntryBox[readonly], 
.Skin input[type="password"][readonly], 
.Skin input[type="search"][readonly], 
.Skin input[type="text"][readonly], 
.Skin textarea[readonly] {
	background-color: #ededed;
	box-shadow: none;
	border-color: rgba(0,0,0,.2);
}

.JFEScope .QuestionOuter {
	border: none;
}

legend .QuestionText .contents {
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
}

.Skin .TE .FORM span.LabelWrapper {
	margin-left: 0;
}

.Skin label.MultipleAnswer > span::after, .Skin label.SingleAnswer > span::after {
	right: 8px;
}

@media (min-width: 480px) {
	
	.Skin .QuestionBody {
		padding-bottom: 0 !important;
		font-size: 16px;
		margin: 0;
		max-width: none;
	}
	
}

@media (max-width: 480px) {
	
	.Skin .QuestionText {
		font-size: 16px;
	}
	
}

@media (max-width: 600px) {
	
	.Skin .QuestionBody {
		padding-bottom: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}

@media (max-width: 640px) {
	
	.Skin .TE .QuestionText {
		padding: 0;
	}
	
}

.Skin #Plug {
	visibility: hidden;
	pointer-events: none;
}

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
	padding: 8px 20px;
	width: auto;
	min-height: 0;
}

.Skin .ValidationError {
	margin: 0;
	text-indent: 0;
	padding: 10px 15px 10px 15px;
	color: #cd3434;
	text-align: center;
	background-color: #ffc9c9;
	max-width: none;
	border-bottom: 1px dashed #8c8b8b;
}

.Skin .QuestionOuter.Highlight .Inner {
	border-width: 0;
	background: #FFD8D8;
}

.Skin .QuestionOuter .Inner {
	border-width: 0;
}

.Skin fieldset {
	display: block;
	padding-bottom: 5px;
}

.Skin label.MultipleAnswer > span::after, .Skin label.SingleAnswer > span::after {
	transition: all 0s ease 0s;
	border-color: #9f9f9f;
	z-index: 1;
}

.Skin label.MultipleAnswer:hover, .Skin label.SingleAnswer:hover {
	transition: all 0s ease 0s;
	border: 2px solid rgba(0, 0, 0, .4);
	background: #FFF;
}

.Skin label.MultipleAnswer.q-checked:hover, .Skin label.SingleAnswer.q-checked:hover {
	border-color: #007ac0;
}

.Skin label.MultipleAnswer:hover > span::after, .Skin label.SingleAnswer:hover > span::after {
	border: 2px solid rgba(0, 0, 0, .4);
	transition: all 0s ease 0s;
}

.Skin label.MultipleAnswer:hover, .Skin label.SingleAnswer:hover {
	transition: all 0s ease 0s;
}

.Skin label.MultipleAnswer.q-checked, .Skin label.SingleAnswer.q-checked {
	background: #c7e2ff;
	transition: all 0s ease 0s;
}

.Skin label.MultipleAnswer:active, .Skin label.SingleAnswer:active {
	transition: all 0s ease 0s;
}

.Skin label.MultipleAnswer.q-checked.q-focused, .Skin label.SingleAnswer.q-checked.q-focused {
	transition: all 0s ease 0s;
	background: #c7e2ff;
}

@media (max-width: 770px) {
	
	.Skin .ValidationError {
		margin-left: 0 !important;
	}
	
}

.Skin label.SingleAnswer.q-checked span::after, .Skin label.SingleAnswer.q-checked.q-focused span::after {
	transition: all 0s ease 0s !important;
}

.Skin label.MultipleAnswer > span::after, .Skin label.SingleAnswer > span::after {
	transition: all 0s ease 0s !important;
}

@media (min-width: 980px) {
	
	.Skin .SkinInner {
		display: block !important;
		max-width: 720px !important;
		min-width: 0 !important;
	}
	
}

.Skin .MC .QuestionBody ul.ChoiceStructure {
	margin: 0;
	max-width: none;
}

@media (min-width: 770px) {
	
	.Skin .SkinInner {
		max-width: 720px !important;
		width: auto !important;
	}
	
}

#Wrapper {
	background-image: url(http://soms.ou.edu/img/catlett_faded.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #F0F0F0;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bg_image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://soms.ou.edu/img/catlett.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #F0F0F0;
	background-size: 1920px auto;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.6;
}

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
	border: 1px solid #353535;
}

.Skin #Buttons #NextButton:hover, .Skin #Buttons #PreviousButton:hover {
	border-color: #353535;
}

.Skin #Buttons #NextButton:focus {
	box-shadow: 0 0 4px #000;
}

.Skin #Buttons #NextButton:active {
	box-shadow: 0 0 7px #000 inset;
}

.Skin #Buttons #NextButton:focus {
	background: #6E1213;
}

@media (max-width: 719px) {
	
	#Wrapper {
		padding-top: 0;
		padding-bottom: 0;
		background-image: none;
	}
	
}

legend .QuestionText .contents p {
	font-weight: normal;
}

.Skin .TE .FORM .InputText {
	width: calc(100%) !important;
}

ul.ChoiceGroupStructure {
	margin-left: 0 !important;
}

.ChoiceGroup {
	margin-top: 10px;
	font-weight: bold;
	color: #80a9b0 !important;
}

.Skin #HeaderContainer {
	padding: 0;
}

.hidden {
	display: none !important;
}