@charset "UTF-8";
@import "/webforms/Content/bootstrap.css";
@import "/webforms/Content/bootstrap-select.css";
@import "/webforms/Content/bootstrap-datepicker3.min.css";
@import "/webforms/Content/jquery.bxslider.css";

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/webforms/Content/Font-Awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/webforms/Content/Font-Awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/webforms/Content/Font-Awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/webforms/Content/Font-Awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/webforms/Content/Font-Awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/webforms/Content/Font-Awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}






.osu-semantic {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Buckeye Alert */
#buckeye_alert {
  background: #900;
  color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  font-family: Arial,sans-serif;
}

#buckeye_alert h3 {
  color: #fff;
  padding: .5em 0 0 0;
  margin-bottom: 0;
}

#buckeye_alert p {
  padding: 0.8em 0;
  margin: 0 0.8em;
}

#buckeye_alert a {
  color: #fff;
  text-decoration: underline;
}

#buckeye_alert_msg, #buckeye_alert_extra {
  margin: 0 auto;
  padding: 0px;
}

#buckeye_alert_msg p {
  font-size: 1.2em;
  font-weight: bold;
}

#buckeye_alert_extra p {
  font-size: 1em;
  padding-top: 0;
}

/* Uncomment to use OSU web fonts
  #buckeye_alert {font-family:'proximanova',Arial,sans-serif; font-weight:400;}
  #buckeye_alert_msg p {font-weight:700;}
*/
@media only screen and (max-width: 990px) {
  #buckeye_alert p {
    padding: 0.8em;
  }
  #buckeye_alert_extra p {
    padding-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  #buckeye_alert_msg p {
    font-size: 1em;
  }
  #buckeye_alert_extra p {
    font-size: 0.9em;
  }
}

#osu_navbar {
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #b9b9ba;
  background: linear-gradient(to bottom, #e3e3e3 0%, #b9b9ba 100%);
  height: 38px;
  border-bottom: 5px solid #bb0000;
}

#osu_navbar * {
  font-family: "proximanova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: normal;
}

#osu_navbar p {
  margin: 0;
  padding: 0;
  font-size: 0.825em;
}

#osu_navbar .univ_info {
  padding-top: 0.625em;
}

#osu_navbar .univ_links {
  padding-top: 0.325em;
}

#osu_navbar .univ_name a {
  height: 16px;
  width: 80px;
  display: block;
  text-indent: -9999px;
  background-image: url(/webforms/images/osu-nav-bar/osu_name@2x.png) !important;
  background-size: contain;
}

#osu_navbar div.links {
  float: right;
}

#osu_navbar div.links ul {
  margin: 0;
}

#osu_navbar div.links ul li {
  list-style: none;
  float: left;
  margin-right: 0.75em;
}

#osu_navbar div.links ul li:last-of-type {
  margin-right: 0;
}

#osu_navbar div.links a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
}

#osu_navbar div.links a:hover {
  text-decoration: underline;
}

#osu_navbar div.search {
  display: inline-block;
  float: right;
}

#osu_navbar div.search form {
  float: right;
  clear: none;
  margin-top: -0.2em;
}

#osu_navbar div.search input[type="text"] {
  color: #999;
  font-style: italic;
  padding: 1px 1px 1px 3px;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: auto;
}

#osu_navbar div.search button[type="submit"] {
  width: 23px;
  height: 18px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url(/webforms/images/osu-nav-bar/button-search.png) no-repeat top left;
  margin: 2px 0 0 0;
  *font-size: 0px;
  padding: 0;
}

#osu_navbar div.search button[type="submit"]:hover {
  background: transparent url(/webforms/images/osu-nav-bar/button-search.png) no-repeat 0 -18px;
}

@media only screen and (max-width: 990px) {
  /*--------------------------------------------------
    osu navbar styles
  ----------------------------------------------------*/
  #osu_navbar div.container .univ_name a {
    margin-left: 0;
  }
  /* end osu navbar styles */
}

@media only screen and (max-width: 600px) {
  /*--------------------------------------------------
    osu navbar styles
  ----------------------------------------------------*/
  #osu_navbar div.links ul {
    margin-right: 0;
  }
  #osu_navbar div.links ul li {
    list-style: none;
    float: left;
    margin-right: .25em;
  }
  #osu_navbar div.links ul li a {
    height: 23px;
    width: 23px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
  }
  #osu_navbar div.links ul li a:hover {
    text-decoration: none;
  }
  #osu_navbar div.links ul li a.help {
    background: url(/webforms/images/osu-nav-bar/resp-help.png) 0 0 no-repeat;
  }
  #osu_navbar div.links ul li a.buckeyelink {
    background: url(/webforms/images/osu-nav-bar/resp-buckeyelink.png) 0 0 no-repeat;
  }
  #osu_navbar div.links ul li a.map {
    background: url(/webforms/images/osu-nav-bar/resp-map.png) 0 0 no-repeat;
  }
  #osu_navbar div.links ul li a.findpeople {
    background: url(/webforms/images/osu-nav-bar/resp-findpeople.png) 0 0 no-repeat;
  }
  #osu_navbar div.links ul li a.webmail {
    background: url(/webforms/images/osu-nav-bar/resp-webmail.png) 0 0 no-repeat;
  }
  #osu_navbar div.links ul li a.search {
    background: url(/webforms/images/osu-nav-bar/resp-search.png) 0 0 no-repeat;
  }
  #osu_navbar div.search {
    display: none;
  }
  /* end osu navbar styles */
}

/* Retina icons - changed to 600px from 700px*/
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 600px) and (min-device-pixel-ratio: 2) {
  /*--------------------------------------------------
    osu navbar styles
  ----------------------------------------------------*/
  #osu_navbar .univ_name a {
    background-image: url(/webforms/images/osu-nav-bar/osu_name@2x.png) !important;
    background-size: contain;
  }
  #osu_navbar div.links ul li a.help {
    background-image: url(/webforms/images/osu-nav-bar/resp-help@2x.png) !important;
  }
  #osu_navbar div.links ul li a.buckeyelink {
    background-image: url(/webforms/images/osu-nav-bar/resp-buckeyelink@2x.png) !important;
  }
  #osu_navbar div.links ul li a.map {
    background-image: url(/webforms/images/osu-nav-bar/resp-map@2x.png) !important;
  }
  #osu_navbar div.links ul li a.findpeople {
    background-image: url(/webforms/images/osu-nav-bar/resp-findpeople@2x.png) !important;
  }
  #osu_navbar div.links ul li a.webmail {
    background-image: url(/webforms/images/osu-nav-bar/resp-webmail@2x.png) !important;
  }
  #osu_navbar div.links ul li a.search {
    background-image: url(/webforms/images/osu-nav-bar/resp-search@2x.png) !important;
  }
  #osu_navbar div.links ul li a.help, #osu_navbar div.links ul li a.buckeyelink, #osu_navbar div.links ul li a.map, #osu_navbar div.links ul li a.findpeople, #osu_navbar div.links ul li a.webmail, #osu_navbar div.links ul li a.search {
    background-size: 23px;
  }
  /* end osu navbar styles */
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.2.1
* Docs at http://davidtheclark.github.io/scut
*/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/*----------------------------------
    Baseline styles
----------------------------------*/
body, h1, h2, h3, h4, h5, h6, td, button, .button {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'proximanova','Helvetica Neue', Helvetica, Arial,sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

h5, h6, strong {
  font-weight: 600;
}

a:hover {
  color: #222222;
  text-decoration: underline;
}

small, .small {
  font-size: 80%;
}

hr {
  border-color: #333;
}

.center {
  text-align: center;
}

blockquote {
  border-left: 1px solid #bb0000;
  font-style: italic;
}

img {
  max-width: 100%;
}

/*----------------------------------
    Ohio State Navbar styles
----------------------------------*/
.osu-semantic {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.osu-semantic:active, a.osu-semantic:focus {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  font-family: 'proximanova',Arial,sans-serif;
}

a#skip:active, a#skip:focus {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  text-align: center;
  padding: 0.5em 0 2em 0;
  display: block;
  color: #ffffff;
  z-index: 999999999999999999;
  text-decoration: none;
  background: #666666;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 6px 6px;
}

a#skip:active:hover, a#skip:focus:hover {
  background: #bb0000;
  background: rgba(187, 0, 0, 0.8);
}

/*----------------------------------
    Masthead
----------------------------------*/
#masthead {
  position: relative;
}

#masthead .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(19, 19, 19, 0.85) 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(19, 19, 19, 0.85) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(19, 19, 19, 0.85) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#a333',GradientType=0 );
  /* IE6-9 */
}

#masthead .masthead {
  position: relative;
}

#masthead .masthead .title {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 2.75em;
  margin: .5em 0 .5em 0;
  display: inline-block;
  font-weight: 300;
  line-height: 1.3;
}

#masthead .masthead .title.right {
  float: right;
  font-size: 36px;
  margin: 40px 0 0 0;
}

#masthead .masthead .title a {
  overflow: hidden;
  color: #ffffff;
}

#masthead .masthead .site-subtitle {
  color: #FFF;
  font-size: 1.5em;
  margin-top: -0.5em;
}

#masthead .masthead a.logo {
  margin: 1.2em 0 0 3em;
  width: 344px;
  height: 60px;
  background: url(/webforms/images/osu-logo.png) left center no-repeat;
  text-indent: -9999px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 15px;
}

#masthead .masthead a.stacked-logo {
  margin: 2em 0;
  width: 167px;
  height: 117px;
  background: url(/webforms/images/osu-logo-stacked.png) left center no-repeat;
  text-indent: -9999px;
  display: block;
  background-size: contain;
  float: right;
}

@media only screen and (max-width: 992px) {
  #masthead .masthead .title {
    font-size: 1.75em;
  }
  #masthead .masthead a.logo {
    margin: 0.2em 0 0 3em;
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  #masthead .masthead .title {
    font-size: 1.75em;
  }
  #masthead .masthead a.logo {
    margin: 0.4em 0 0 3em;
    width: 250px;
  }
}

@media only screen and (max-width: 610px) {
  #masthead .masthead .title {
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
  #masthead .masthead a.logo {
    position: static;
    margin: 1em auto 0;
  }
  #masthead .masthead .site-subtitle {
    font-size: 1.25em;
    margin-top: -0.75em;
    text-align: center;
  }
}

/*-----------------------------------
    Footer
-----------------------------------*/
#page-footer {
  padding: 20px 0;
  background: #333;
  background-image: url("/webforms/images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
}

#page-footer * {
  color: #fff;
}

#page-footer a {
  text-decoration: underline;
}

#page-footer a.wordmark {
  width: 295px;
  height: 35px;
  background: url(/webforms/images/osu-wordmark.png) left center no-repeat;
  text-indent: -9999px;
  display: block;
  background-size: contain;
}

#page-footer ul {
  margin: 0;
}

#page-footer li {
  list-style: none;
  padding: 0;
}

#page-footer li a {
  color: #ddd;
  text-decoration: none;
  font-size: 12px;
}

#page-footer li a:hover {
  color: #fff;
  text-decoration: underline;
}

#page-footer hr {
  background: #777;
  background: rgba(255, 255, 255, 0.2);
  color: #777;
  color: rgba(255, 255, 255, 0.2);
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

#footer-info p {
  margin-bottom: 0;
  font-size: 13px;
}

#footer-social {
  text-align: right;
  margin-top: 0.2em;
}

#footer-social a {
  margin-left: 1.5em;
  text-decoration: none;
}

#footer-social a:hover i {
  color: #ccc;
}

#footer-social li:first-of-type a {
  margin-left: 0;
}

#footer-social .dept-social {
  margin-bottom: 1em;
}

#footer-social .footer-universityInfo.ada {
  margin-top: 10px;
}

#footer-social .footer-universityInfo.ada p {
  text-align: right;
}

#footer-social .footer-universityInfo.ada p a {
  margin-left: 0;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  #page-footer {
    margin-top: .5em;
  }
}

@media only screen and (max-width: 768px) {
  #footer-social .footer-universityInfo.ada p {
    margin-top: 12px;
    text-align: left;
  }
  #footer-social {
    text-align: left;
    margin-top: 1em;
  }
}

/* Retina logos */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  #masthead a.logo {
    background-image: url(/webforms/images/osu-logo@2x.png) !important;
    background-size: contain;
  }
  #masthead a.stacked-logo {
    background-image: url(/webforms/images/osu-logo-stacked@2x.png) !important;
    background-size: contain;
  }
  #page-footer a.wordmark {
    background-image: url(/webforms/images/osu-wordmark@2x.png) !important;
    background-size: contain;
  }
}

.socialList-icon {
  fill: #fff;
}

/* ================================================================================ */
/* ONETRUST BUTTON STYLING ======================================================== */
/* ================================================================================ */
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  color: #fff !important;
  border: none !important;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.2;
  cursor: pointer;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background-color: #333 !important;
  text-decoration: underline;
}

/*------------------------------------*    $FORMS
\*------------------------------------*/
form ol, form ul {
  list-style: none;
  margin-left: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: block;
  padding-bottom: 0.5em;
  font-weight: 600;
  color: #666;
}

.checkboxlist label {
  display: inline-block;
}

.checkboxlist-vert label {
  float: left;
  font-weight: normal;
}

.checkbox label {
  max-width: 90%;
  font-weight: 600;
  color: #666;
  line-height: 19px;
  cursor: default;
}

.radio label {
  font-weight: 600;
  color: #666;
  line-height: 19px;
  cursor: default;
}

.main-radio-label:before {
  border: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0;
}

input, textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #666666;
  padding: 0.5em 0.65rem;
  border-radius: 4px;
}

.checkboxlist-vert input, .checkboxlist-vert textarea {
  float: left;
  clear: both;
  display: block;
}

input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none;
}

button, input[type="submit"] {
  padding: 1em;
  background: #bb0000;
  border: 1px solid #666666;
  cursor: pointer;
}

input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Validation */
.address-wrapper {
  display: none;
}

.has-error {
  border-color: #f00;
}

.is-valid {
  border-color: #089e00;
}

.parsley-error {
  border-color: #F00;
}

.parsley-required, .parsley-type, .parsley-notequalto, .parsley-length, .parsley-pattern {
  color: #F00;
}

.checkboxlist .parsley-error {
  border: 1px solid #F00;
  border-radius: 4px;
  padding: 0.5em 0.5em 0 0.5em;
}

.parsley-errors-list {
  padding-left: 0px;
}

.form-group {
  padding: 0.875em 0;
}

.form-group label {
  padding-bottom: 0.3125em;
}

.form-group button, .form-group input[type="submit"] {
  cursor: pointer;
  font-size: 1.125em !important;
}

.form-group:last-of-type {
  border: 0;
}

.form-group .desc {
  font-size: 0.75em;
  color: #999;
}

.btn.override, .form-group button.override, .form-group input.override[type="submit"] {
  background: #666666;
  border-bottom: 2px solid #333;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  white-space: normal;
}

.form-control {
  font-size: 16px;
}

.address-wrapper .dropdown-toggle.btn-default, .birthday .dropdown-toggle.btn-default, .target .dropdown-toggle.btn-default, .transfer .dropdown-toggle.btn-default, .qualify .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.address-wrapper .dropdown-toggle.btn-default:hover, .birthday .dropdown-toggle.btn-default:hover, .target .dropdown-toggle.btn-default:hover, .transfer .dropdown-toggle.btn-default:hover, .qualify .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.dropdown-menu > li > a {
  white-space: normal;
}

div.dropdown-menu.open {
  max-height: 200px !important;
}

.dropdown-menu {
  -webkit-overflow-scrolling: touch;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  -webkit-overflow-scrolling: touch;
}

.bottom-fix {
  margin-bottom: 0 !important;
}

.remove-top {
  padding-top: 0;
}

.checkbox {
  padding-left: 0;
}

.checkbox-primary {
  padding-left: 20px;
}

@media only screen and (max-width: 992px) {
  .applyfor {
    margin-top: 20px;
  }
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

#reply .form-group #indiana, #reply .form-group #michigan {
  margin-bottom: 0px;
}

article {
  width: 100%;
  background-color: #333;
}

article header {
  padding: 1.875em 0 1.25em 0;
  background-image: url(/webforms/images/leaf_bkg.png);
}

article header h1 {
  font-weight: 300;
  font-size: 1.875em;
  line-height: 1.1;
  color: #fff;
}

article header .subtitle {
  font-size: 21px;
  display: block;
}

article h2,
article h3,
article h4 {
  padding-bottom: 0.375em;
}

article p {
  font-size: 1.125em;
  margin-bottom: 1.25em;
}

h1 {
  font-weight: 800;
  font-size: 2.25em;
}

h2 {
  margin-top: 35px;
  font-size: 1.875em;
}

h3 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 1.05em;
  }
}

.btn, .form-group button, .form-group input[type="submit"] {
  display: inline-block;
  background: #bb0000;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-size: 0.875em;
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-bottom: 2px solid #6c0302;
  text-align: center;
}

.btn:link, .form-group button:link, .form-group input[type="submit"]:link, .btn:visited, .form-group button:visited, .form-group input[type="submit"]:visited, .btn a, .form-group button a, .form-group input[type="submit"] a {
  color: #fff;
  text-decoration: none;
}

.btn:hover, .form-group button:hover, .form-group input[type="submit"]:hover, .btn:focus, .form-group button:focus, .form-group input[type="submit"]:focus {
  background: #666666;
  color: #fff;
  border-bottom: 2px solid #333;
}

.btn.disabled, .form-group button.disabled, .form-group input.disabled[type="submit"] {
  background: #eee;
  color: #666666;
}

.btn i, .form-group button i, .form-group input[type="submit"] i {
  position: relative;
  top: -1px;
  font-size: 9px;
  padding-left: 6px;
  color: #fff;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-small {
  padding: 0.5em;
}

.btn-large {
  padding: 0.5em;
  text-transform: uppercase;
  background: #666666;
  font-size: 1.4rem;
  font-weight: normal;
}

.text-btn {
  font-style: italic;
}

@media only screen and (max-width: 992px) {
  #reply .form-group > :first-child {
    margin-bottom: 30px;
  }
}

.buffer {
  margin-bottom: 25px;
}

.buffer p {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .success-callout {
    height: 125px;
  }
}

@media only screen and (min-width: 992px) {
  .success-callout {
    margin-bottom: 50px;
    background-image: url("/webforms/Content/images/end_cap.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
  }
}

@media only screen and (min-width: 1200px) {
  .success-callout {
    height: 150px;
  }
}

.success-callout p {
  padding-right: 20px;
}

.form-horizontal .checkbox.middle {
  padding-top: 41px;
}

@media only screen and (max-width: 992px) {
  .form-horizontal .checkbox.middle {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.checkbox.left {
  padding-left: 0;
}

.checkbox.middle-2 {
  padding-top: 27px;
}

@media only screen and (max-width: 992px) {
  .checkbox.middle-2 {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.checkbox.add-left {
  margin-left: 22px;
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .checkbox.add-left {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .checkbox.add-left {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}

.label-bold {
  font-weight: 800;
  color: #000;
}

.label-extra {
  padding-bottom: 25px !important;
}

@media only screen and (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .pad-btm-xs {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .form-horizontal .checkbox.textbox-adjust, .form-horizontal .checkbox-inline.textbox-adjust {
    margin-top: 33px;
  }
}

#ask-student .center-block {
  display: block;
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-bottom: 2px solid #6c0302;
}

.inquiry h2 {
  margin-bottom: 0;
}

.inquiry hr {
  margin-top: 0;
}

.inquiry .boldest {
  font-weight: 800;
}

.twitter-typeahead {
  width: 100%;
}

.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  font-size: 16px;
  top: 2px !important;
  left: -1px !important;
  padding: 6px 12px;
}

.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
}

.tt-suggestion.tt-is-under-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.tt-menu {
  max-height: 200px;
  overflow-y: auto;
}

.selected h3 {
  margin-top: 0;
  line-height: 1em;
  font-size: 1.5em;
}

.selected-school h3 {
  color: #666;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}

input.link {
  font-size: .8em;
  text-align: left;
  color: #337ab7;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  text-decoration: underline;
}

input.link:hover, input.link:focus {
  color: #bb0000;
}

input.link:focus {
  outline-offset: 1px;
  outline: dotted 1px #000;
}

.transfer-text {
  font-style: italic;
  font-size: 14px;
  margin: 17px 0 5px 0;
}

p.regional-text {
  margin-bottom: 20px;
}

.country-of-citizenship {
  margin-top: 20px;
}
