/* #Forms
================================================== */
input.full {width: 100%;}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="number"],
textarea,
select,
.select2-container--default .select2-selection--single {
	border: 1px solid #c5b783 !important;
	padding: 6px 4px !important;
	outline: none !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #777 !important;
	margin: 0 !important;
	width: 210px;
	max-width: 100% !important;
	margin-bottom: 5px !important;
	background: #fff;
	height: 31px !important;
}

.select2-container--default .select2-selection--single {
	width: 400px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	line-height: inherit !important;
	color: #777 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;  }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }

input.dis,
input[type="text"].dis,
input[type="password"].dis,
input[type="email"].dis,
input[type="phone"].dis,
input[type="number"].dis,
textarea.dis,
select.dis {
	background: #ddd;
}

.checkboxes label {
  display: inline;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
	font-size: 16px !important;
	line-height: 1em;
}

#fsu-home a:hover, #fsu-fsu-global a:hover, #fsu-masthead a:hover {
	background-image: none;
}

.asterisk {color: #fff;}

.errors {background: #d5d1c4; padding: 9px; margin: 2em 0;}
.errors h5 {margin: 0 0 .5em;}
ul.error {padding-left: 0; list-style: none;}
ul.error {margin: 0;}
ul.error li {padding: .125em .5em .25em 0;}
.error li  {background: url(../img/forms/error.png) 2px 6px no-repeat !important; padding-left: 18px !important;}

.form {
	margin: 1em 0;
}

.form strong {
	font-weight: 500;
}

.input--flex {width: 90% !important;}

.required, .error {padding: 2px;padding-left: 18px;border: 0 !important;}
.required {background: url(../img/forms/required.png) 2px 6px no-repeat !important;}
.error {background: url(../img/forms/error.png) 2px 6px no-repeat !important;}
ul.error {background: transparent !important;}
.row:hover .asterisk {color: #fbf5e5;}

.show-me {display: none !important;}

/* Form: Fancy */
.form--fancy {
	padding: 1em 0;
	border-top: 3px #d8d7d7 double;
}

.p--fancy {
	font-family: "Roboto", Helvetica, Arial, san-serif;
	font-size: 85%;
	color: #3b3939;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 0 .25em;
}

.input--fancy {
	padding: 5px !important;
	background: #eeeada !important;
	border-color: #d6d2c4 !important;
	margin: 0 !important;
}

.errors--fancy {
	background: #eeeada !important;
	padding: 9px;
	border: 3px #c5b783 double;
	border-right: 0;
	border-left: 0;
	margin: 1em 0;
}

.errors__heading {
	font-size: 100%;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 .5em;
}

ul.error {
	padding-left: 0;
	list-style: none;
}

ul.error {margin: 0;}

ul.error li {
	font-family: "Roboto", Helvetica, Arial, san-serif;
	font-size: 90%;
	padding: 0 0 .25em 0;
	margin: 0;
}

.error li  {
	background: url(../img/forms/error.png) 2px 6px no-repeat !important;
	padding-left: 18px !important;
}

/* / Form: Fancy */

.progress {background: #d8d7d7;color: #212020;padding: .25em 10px;margin: .5em 0 .25em;}
.progress span {padding: .25em 8px;}
.progress-text {font-weight: 600;}
.progress .active {background: #862633;color: #fff;font-weight: 700;}

/**************
CAPTCHA
**************/
.recaptchatable {
	background:#fff;
}

.recaptchatable a, .recaptchatable a:hover {
	color: #ccc !important;
	font-size:80%;
}

.select2-results__options {
	font-size: 12px !important;
}

.select2-container--default .select2-selection--single, .select2.container .select2-selection--single {
        border: 1px solid #c5b783;
}

.requests {
	border-top:2px solid #782f40;
	font-weight: 400;
	border-bottom:1px solid #782f40;
	background: #eeeada;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 340px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  font-size: 88%;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -178px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.page-header {
	border-bottom: 1px solid #ccc;
}

main p + h4 {
  margin-top: 0.5em;
}

.row .skinny {
	margin: 0;
}

.marg {
	margin: 10px;
	width: 100%;
	height: 200px;
}

.marg img {
	padding-top: 20px;
}

.col-sm-3 {
	width: 23.2%;
}

.col-sm-4 {
	width: 31.4%;
}

.s3-bg-gt {
	color: #2c2a29;
}

a.box-hover div:hover {
	background: #dacaa6 !important;
}

/* Localized */
.alert-warning {
	background-color: #e7dcc4 !important;
	border-color: #e7dcc4 !important;
	color: #2c2a29;
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
	background-image: none;
}

/* Mobile adjustments */

@media only screen and (max-width: 1200px) {
	h1.page-header {
		text-align: center;
	}
	div.col-sm-3.marg {
		width: 31%;
		text-align:center;
	}
}

@media only screen and (max-width: 1000px) {
	div.col-sm-3.marg {
		width: 47.2%;
	}
}

@media only screen and (max-width: 760px) {
	div.col-sm-3.marg {
		width: 46.6%;
	}
}

@media only screen and (max-width: 634px) {
	div.col-sm-3.marg {
		width: 46%;
	}
}


@media only screen and (max-width: 546px) {
	div.col-sm-3.marg {
		width: 45%;
	}
}

@media only screen and (max-width: 580px) {
	div.col-sm-3.marg {
		width: 96%;
	}
	div.col-sm-3.marg h4 {
		font-size: 1.6em;
	}
}