/* Defaults */
/*** Right-to-left Support ***/
/* Grid */
/* Font Family */
/* Font Size */
/* Font Weight */
/* Text Color + Opacity */
/* Colors */
/*Grays*/
/*Janus Pale Color Pallete*/
/* Buttons */
/* Layout */
/* Header */
/* Footer */
/* Breakpoints */
/* Screen Size */
/* Icon glyphs */
/* Margins and Padding */
/* Spacing */
/* Nav dimensions & color */
/* Modal */
/* Tab */
/* Cards */
/* Banner Images */
/* Avatar Sizes */
/* Icon */
/* Typography */
tabs .job_tabs ul {
  padding-left: 0;
}
.progress-bar {
  color: white;
  background-color: grey;
}
.progress-bar-current {
  color: black;
  background-color: cyan;
}
table.rsvp-list {
  width: 100%;
}
table.rsvp-list td {
  vertical-align: top;
}
.topTenMarker {
  text-align: center;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
  cursor: default;
  margin: -5px auto;
}
.topTenMarker .fa {
  position: absolute;
  font-size: 24px;
  color: #00bf7c;
  z-index: 1;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
}
.topTenMarker .text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: arial;
  font-size: 11px;
  display: inline-block;
  padding-top: 2px;
}
table.table-list {
  width: 100%;
}
table.table-list tr {
  border-bottom: 1px solid #DDD;
}
table.table-list tr:last-child {
  border-bottom: none;
}
table.table-list td {
  vertical-align: top;
}
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.list-unstyled li {
  padding-bottom: 3px;
}
.list-actions {
  margin-top: 20px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.list-actions > * {
  float: left;
  display: block;
  margin-right: 5px;
}
.section-dates, .sidebar-links {
  width: 275px;
  float: right;
}
.overview-section .pick-top-ten-notice {
  height: 92px;
  background: transparent url("/si_ei/images/pick-top-ten-notice-bg.png") repeat center center;
  border: solid 1px #538788;
  border-radius: 2px;
  color: #538788;
  padding: 0;
  display: table;
  width: 100%;
}
.overview-section .pick-top-ten-notice .notice_text {
  padding: 0 0 0 100px;
  width: 460px;
  height: 92px;
  vertical-align: middle;
  display: table-cell;
}
.overview-section .pick-top-ten-notice .notice_text h3, .overview-section .pick-top-ten-notice .notice_text p {
  margin: 0;
}
.overview-section .pick-top-ten-notice .btn {
  float: right;
  margin: 30px 20px 0 0;
}
.overview-section .section-dates {
  overflow: auto;
}
.section-when-where .cf-day-details {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section-when-where .cf-day-details:last-child {
  border-bottom: none;
}
.clear {
  clear: both;
}
.job_tabs {
  margin-bottom: 20px;
}
.job_tabs li {
  cursor: pointer;
}
.page-tabs {
  margin: 25px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DDD;
  padding-bottom: 7px;
}
.page-tabs li {
  display: inline;
  border: 1px solid #DDD;
  border-bottom: 0;
  margin-right: 15px;
  padding: 10px 15px;
  cursor: pointer;
}
.page-tabs li.active {
  color: #226600;
  font-weight: bold;
  background-color: white;
}
.page-tabs li a {
  text-decoration: none;
}
.row-rsvp {
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}
.row-rsvp h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.row-rsvp table td {
  padding: 2px;
  padding-right: 10px;
}
.overview {
  float: left;
  width: 650px;
}
.overview img {
  float: left;
  margin-right: 25px;
}
.overview p {
  margin-top: 0;
}
.sidebar-links ul {
  margin-left: 0;
  padding-left: 16px;
}
input.ng-invalid {
  background-color: #FA787E;
}
.growl-container > .alert {
  font-family: "lato_latinbold";
  font-weight: normal;
  font-size: 14px;
  padding: 5px 10px;
}
.growl-container > .alert-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.growl-container > .alert-success {
  background-color: #1abc9c;
  color: #ffffff;
}
.growl-container > .alert-info {
  background-color: #3498db;
  color: #ffffff;
}
.growl-container > .alert-warning {
  background-color: #e67e22;
  color: #ffffff;
}
.growl-container > .growl-message {
  word-wrap: break-word;
}
.growl-container > div[class*="alert"].icon {
  background-image: none;
}
/* Form */
.form-group {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}
.form-group:last-child {
  border-bottom: none;
}
.form-group label, .form-group .label {
  font-weight: bold;
  float: left;
  width: 40%;
}
.form-group label input[type=checkbox], .form-group .label input[type=checkbox] {
  float: left;
}
.form-group .input-block {
  float: left;
  width: 50%;
}
.input-block p {
  margin: 0;
}
.input-block input {
  width: 225px;
}
.input-block input[type="radio"] {
  width: inherit;
  margin-left: -20px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.section-dates .address, .company .company-details {
  line-height: 10px;
}
h4.panel-title a {
  position: relative;
}
h3.section-heading, h4.panel-title {
  position: relative;
  padding: 12px 12px 12px 30px;
  background-color: #EFEFEF;
  font-size: 13px;
}
h3.section-heading:before, h4.panel-title a span:before, h4 a.accordion-toggle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid;
  position: absolute;
  left: 10px;
}
h4.panel-title a span:before, h4 a.accordion-toggle:before {
  top: 10%;
  left: -15px;
}
h4.panel-title a span.expanded:before, h4 a.accordion-toggle.expanded:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  top: 30%;
  left: -21px;
  background-color: #EFEFEF;
  z-index: 10;
}
h4.panel-title a span.expanded:after, h4 a.accordion-toggle.expanded:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #EFEFEF;
  position: absolute;
  left: -24px;
}
.overview-section, .event-section {
  margin-bottom: 40px;
}
.public-events-overview .overview-section, .public-events-overview .event-section {
  margin-bottom: 60px;
}
.interior-overview {
  padding-top: 20px;
}
.interior-overview .event-section.event-banner {
  margin-bottom: 20px;
}
.overview-section .section-header, .event-section .section-header {
  margin: 0px 0px 20px;
}
.public-events-overview .section-header {
  margin: 0px 0px 40px;
  padding: 0;
  text-align: center;
  font-size: 30px;
}
.overview-section a.input-button {
  text-decoration: none;
}
.student-overview hr {
  margin-bottom: 25px;
}
.student-overview .column-aside-left {
  padding-right: 0;
  width: 234px;
}
.column-aside-left {
  padding-right: 25px;
  width: 235px;
  float: left;
}
.company-list.column-main {
  width: 640px;
  margin-left: 20px;
  float: left;
}
.public-events-overview-participants .company-list.column-main {
  width: 100%;
  margin-left: 0;
}
.company-list .list-item-main {
  width: 500px;
  padding: 0;
}
.list_rows .list-item-main {
  padding: 0;
}
.list-item-main h2 {
  margin-top: 0;
}
.list-item-main th, .list-item-main td {
  vertical-align: top;
  padding: 0 0 5px 0;
}
.list-item-main td {
  color: #000;
}
.list-item-main th, .list-item-emps strong {
  text-transform: uppercase;
  color: #666;
  padding-right: 10px;
  max-width: 140px;
  font-size: 10px !important;
}
.list-item-main th:last-child, .list-item-main td:last-child {
  padding-bottom: 0;
}
.list-item-main-actions {
  margin-top: 15px;
}
.list-item-logo {
  margin: 0;
  float: right;
  width: 150px;
}
.list-item-logo img {
  width: 135px;
}
.company {
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
.company .company-details {
  padding-top: 10px;
  float: left;
}
.company-details .topten-btn {
  margin-top: 25px;
}
.company-details .job-title {
  width: 450px;
  line-height: 20px;
}
.company .company-logo {
  float: right;
}
.company-filters {
  padding-bottom: 20px;
}
.company-filters ul {
  margin: 0;
  padding: 0;
}
.company-filters ul li {
  padding-right: 20px;
  list-style: none;
  display: inline;
}
.company-filters ul li:last-child {
  padding-right: 0;
}
.company-filters select {
  width: 20%;
}
#si_ei a.input-button, #si_ei .company a, #si_ei .company a:active, #si_ei .company a:visited, #si_ei .table-list h2 a {
  color: #221C58;
  text-decoration: none;
}
.topten {
  position: relative;
}
.topten > span {
  margin: 10px 20px 10px 0;
  text-align: center;
  line-height: 54px;
}
.topten > span.company-slots-container {
  margin: 10px 17px 10px -2px;
}
.topten > span:nth-child(3n+3) {
  margin-right: 0;
}
.topten > span:nth-child(10) {
  left: 50%;
  margin-left: -27px;
}
h3.top-ten-heading {
  font-weight: normal;
  text-align: center;
}
.notify-button {
  margin: 10px 0 0;
  text-align: center;
}
.notify-button a {
  display: block;
}
.topten img {
  max-width: 50px;
  max-height: 50px;
}
.notified-row {
  padding: 20px 0;
}
.notified-row .notified {
  position: inherit;
  padding: 5px 15px;
}
.section-dates {
  float: left;
}
.section-dates p {
  line-height: 18px;
}
.company-container {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
}
.topten .notified {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  border: solid 1px #367E2E;
  color: #367E2E;
  background: #F6F6F6;
  overflow: hidden;
  border-radius: 2px;
  line-height: normal;
}
.topten .notified img {
  vertical-align: middle;
  width: 15px;
}
.company-slots-container {
  position: relative;
  border: 2px solid #DDD;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 10px 8px;
  border-radius: 50%;
}
.company-slots {
  display: block;
  padding: 0;
  text-align: center;
  color: #D8D8D8;
}
.remove-from-top-ten {
  position: absolute;
  right: 6px;
  top: 5px;
  background: url("/si_ei/images/star-X.png") center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.company-favorite {
  background: url("/si_ei/images/star-white-16.png") center no-repeat;
  margin: 0 0 0 -7px;
  padding: 15px;
}
.company-favorite:hover {
  background: url("/si_ei/images/star-plus.png") center no-repeat;
}
.company-favorite-solid {
  background: url("/si_ei/images/star-16.png") center no-repeat;
}
.company-favorite-solid:hover {
  background: url("/si_ei/images/star-X.png") center no-repeat;
}
.job_tabs {
  margin-top: 25px;
}
.virtual-days-list th, .virtual-days-list td {
  padding: 0 20px 10px 0;
}
.virtual-days-list [class^="icn-"] {
  padding-left: 20px;
}
.modal-backdrop.am-fade {
  opacity: 0.5;
  transition: opacity 0.15s linear;
}
.modal-backdrop.am-fade.ng-enter {
  opacity: 0;
}
.modal-backdrop.am-fade.ng-enter-active {
  opacity: 0.5;
}
.modal-backdrop.am-fade.ng-enter {
  opacity: 0.5;
}
.modal-backdrop.am-fade.ng-leave-active {
  opacity: 0;
}
.modal-header .close {
  float: right;
}
.modal-taggable-image .modal-body {
  padding: 0 15px;
}
.modal-body .field {
  margin-bottom: 15px;
}
.modal-body .input-button {
  margin-top: 5px;
  height: inherit;
  display: inline-block;
  text-decoration: none;
}
.modal-body a.btn-action {
  background-image: url("../dawn/dawn/btn_list_blank.png");
  background-color: #406666;
  color: white;
  text-shadow: none;
}
.panel-collapse {
  transition: all 0.2s;
  -webkit-transition: all 0.1s;
}
.sub-heading {
  margin-top: 5px;
  font-size: 15px;
}
#si_ei a.button.button-anchor {
  display: inline;
}
.input-button-add {
  margin-top: -5px;
}
.input-button-back {
  margin-bottom: 15px;
}
.input-location {
  margin-bottom: 12px;
}
.multi-select ul li {
  margin-bottom: 5px;
}
.multi-select .btn-search {
  display: none;
}
.positions-view {
  margin-bottom: 20px;
}
.positions-view .list-item-body {
  width: 100%;
}
.positions-view .panel-title {
  display: none;
}
.positions-view .list-item-main {
  padding-left: 0;
}
p.btn-company-profile {
  width: 200px;
}
.employer-events-list .column-options > div {
  margin-top: 6px;
}
.employer-events-list .column-options > div:first-child {
  margin-top: 0;
}
.employer-events-list .column-options button {
  white-space: nowrap;
}
.employer-table-striped {
  width: 100%;
  margin: 10px 0 25px;
}
.employer-table-striped th {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  max-width: 180px;
}
.employer-table-striped tr:nth-child(odd) {
  background-color: #efefef;
}
.employer-table-striped td:first-child {
  width: 35%;
}
.employer-table-striped td, .employer-table-striped th {
  padding: 10px;
  vertical-align: top;
}
.employer-profile {
  margin-top: 30px;
}
.employer-profile img {
  float: left;
  margin-right: 20px;
}
.employer-profile img, .employer-profile h2 {
  vertical-align: middle;
}
.position-details .column-aside-right {
  margin-top: 60px;
}
.pipeline-list {
  width: 100%;
}
.pipeline-list tbody {
  display: inline-block;
  padding-bottom: 15px;
}
.button-pipeline {
  overflow: hidden;
  position: absolute;
  right: 25px;
}
.dropdown-menu.datepicker {
  padding: 15px;
}
.dropdown-menu.datepicker table td {
  padding: 0 0 5px 0;
}
.dropdown-menu.datepicker button {
  margin: 0;
  padding: 0px;
  height: 20px;
  border: 0;
  background: none;
  box-shadow: none;
}
#si_ei .dropdown-menu.datepicker button:hover {
  color: white;
  text-shadow: none;
}
#si_ei th.text-center, #si_ei tr.text-center th {
  padding-bottom: 10px;
  text-align: center;
}
span.req-indicator {
  color: red !important;
}
textarea.ng-invalid, input.ng-invalid {
  background-color: white;
}
.select-filter {
  margin-right: 25px;
}
.notified-label {
  background-color: #EEE;
  border-radius: 3px;
  color: #666;
  padding: 5px 15px;
}
.reg-form {
  overflow: hidden;
}
.reg-form .column-main {
  width: 700px;
}
.reg-form .form-group .input-block.pricing-data {
  width: 100%;
}
.reg-form .form-group .input-block.pricing-data .info-slim {
  margin-top: 10px;
}
.reg-form .form-group .input-block p input {
  margin-left: -17px;
  margin-right: 5px;
}
.reg-form table.special_attendee {
  margin: 20px 0;
  width: 100%;
}
.reg-form table.special_attendee:last-child {
  margin-bottom: 0px;
}
.reg-form table.special_attendee tbody tr {
  background-color: #EEE;
  height: 15px;
}
.reg-form table.special_attendee tbody tr td:last-child {
  width: 73px;
}
.reg-form .special_attendee th, .reg-form .special_attendee td {
  padding: 10px;
  padding-right: 20px;
  vertical-align: middle;
}
.reg-form .form-group label, .reg-form .form-group .label {
  padding-bottom: 5px;
  width: 27%;
  margin-right: 1%;
  display: inline-block;
}
.reg-form .form-group .input-inline {
  width: auto;
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: normal;
}
.reg-form .form-group .input-inline input {
  margin-right: 5px;
}
.reg-form .form-group .day-block {
  margin: 5px 0 10px 18px;
}
.reg-form .form-group .day-block label {
  font-weight: bold;
}
.reg-form .form-group .day-block p {
  margin: 0;
}
.reg-form .form-group .day-block input {
  margin-left: -18px;
}
.reg-form .more-info-details {
  padding-left: 0;
}
.reg-form .more-info-details .field-blurb {
  margin-left: 15px;
}
.reg-form .form-group .radio {
  margin-left: 20px;
}
.reg-form .form-group .radio:first-child {
  margin-left: 0;
}
.multi-select-container {
  max-height: 155px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #EEE;
  padding: 10px 5px;
  margin: 0;
  border: solid 1px #b9bdbc;
  padding-bottom: 0;
}
.multi-select {
  clear: both;
}
.multi-select .input-search, .multi-select .btn-search {
  margin-bottom: -1px;
}
.multi-select-container label {
  font-weight: normal;
  float: none;
}
.multi-select-container input {
  margin-right: 10px;
}
.multi-select .btn-block .input-search {
  border: 1px solid #CCC;
  color: #333;
  width: 100%;
  padding: 5px;
}
.multi-select-info {
  padding: 10px 15px;
  color: #777777;
  background-color: #eeeeee;
  border: 1px solid #B9BDBC;
  border-top: none;
  display: block;
}
.multi-select-info:before, .multi-select-info:after {
  content: "";
  display: table;
  clear: both;
}
accordion .panel {
  margin-bottom: 3px;
}
accordion h4.panel-title {
  margin: 0;
}
accordion .panel-body {
  border: solid 1px #EFEFEF;
  border-top: 0;
  padding: 10px;
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}
#si_ei table.rsvp-list tr td.pipeline-button {
  vertical-align: middle;
  text-align: center;
}
.regform-link {
  margin: 3px 0;
  padding: 8px 12px;
  background: #eee;
  font-weight: normal;
}
.regform-link.active {
  background: #0033a0;
  color: #fff;
}
.regform-link .number-outline {
  position: relative;
  padding-right: 10px;
}
.regform-link .number-outline:before {
  content: "";
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -7px;
  top: -2px;
}
.regform-link.done .number-outline {
  color: #AAA;
}
.regform-link.done .number-outline:before {
  background: url("/images/check.png") center no-repeat;
  content: "";
  border-radius: 0;
  border: none;
}
.regform-link.done {
  color: white;
  background-color: #AAA;
}
.regform-widget {
  display: inline-block;
  width: 70%;
}
.regform-widget .regform-widget {
  float: none;
}
.regform-widget .input-location {
  max-width: 80%;
}
.regform-widget locations #selections {
  margin-top: 10px;
}
.regform-widget locations .btn-small {
  padding: 0 10px;
}
.regform-widget .chip {
  display: inline-block;
  border-radius: 100px;
  background-color: #ececec;
  cursor: pointer;
  margin: 0 5px 5px 0;
  padding: 0 13px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.regform-widget .chip .chip-value {
  height: 30px;
}
.regform-widget .chip .chip-close {
  padding-left: 10px;
}
.regform-widget .chip .chip-close:after {
  font-family: "unicon";
  speak: none;
  color: #6c6c6c;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  vertical-align: text-top;
}
.regform-widget compensation input {
  max-width: 120px;
  line-height: 38px;
  border: 1px solid #ccc;
  padding: 0 0 0 6px;
}
.regform-widget compensation .compensation-error .split-btn-left, .regform-widget compensation .compensation-error input, .regform-widget compensation .compensation-error select {
  border: 1px solid #bf3e24 !important;
}
.n1Editor-addExisting {
  margin-bottom: 20px;
}
.multi-select-container .list-unstyled {
  float: left;
  width: 50%;
  margin-top: 0;
}
.multi-select-info ul.list-unstyled {
  clear: both;
  margin-top: 0;
}
.multi-select-info ul.list-unstyled li {
  float: left;
  margin: 0;
  padding: 0;
}
.multi-select-container ul.list-unstyled li label {
  color: #333;
  display: inline;
  width: auto;
}
.multi-select-info ul.list-unstyled li:last-child {
  border-left: 1px solid #aaa;
  margin-left: 15px;
  padding-left: 15px;
}
.multi-select-info ul.list-unstyled li:first-child {
  float: right;
  padding-right: 13px;
}
.public-event-list {
  width: 100%;
}
.public-event-list thead tr {
  border-bottom: none;
}
.public-event-list thead tr th {
  padding: 5px;
  color: white;
  font-weight: normal;
  background-color: #aaa;
  border-right: 1px solid #333;
}
.public-event-list tr {
  border-bottom: 1px solid #CCCCCC;
}
.public-event-list tr.odd {
  background-color: #E2ECED;
}
.public-event-list td {
  padding: 20px 10px;
  vertical-align: top;
}
.public-event-list td p {
  margin-top: 0;
  margin-bottom: 20px;
}
.public-event-list td p:last-child {
  margin-bottom: 0;
}
.public-event-list td .label-day {
  color: #717171;
}
.public-event-list td .status {
  color: #2D7D36;
}
.virtual-section p:first-child {
  margin-top: 0;
}
#si_ei .countdown {
  width: 100%;
}
#si_ei .countdown tr:first-child td {
  font-size: 1.5em;
}
#si_ei .countdown tr:last-child td {
  padding-bottom: 5px;
}
#si_ei .countdown tr td {
  margin: 0;
  padding: 5px 5px 0;
  border-right: 1px solid white;
  text-align: center;
  width: 25%;
  text-transform: uppercase;
}
#si_ei .countdown tr td:last-child {
  border: 0;
}
.chat-status {
  margin-right: 15px;
}
.chat-status img {
  margin-bottom: -14px;
}
.live-chat-online, .live-chat-offline {
  padding: 4px 8px;
  border-radius: 25px;
  margin-top: 10px;
  display: inline-block;
}
.live-chat-online {
  color: white;
  background-color: #017BC5;
  cursor: pointer;
}
.live-chat-offline {
  color: #DFDFDF;
  background-color: #A8A8A8;
}
.event-banner {
  margin-bottom: 60px;
  height: 570px;
  position: relative;
  overflow: hidden;
  background-color: #333;
  background: #333;
}
.event-banner-cover {
  height: 570px;
  width: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.event-banner-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 280px;
  top: 290px;
  position: absolute;
  color: #fff;
}
.event-banner-overlay a {
  color: white;
  text-decoration: underline;
}
.event-banner.has-banner {
  background-color: #eee;
}
.event-banner.has-no-banner {
  height: 280px;
}
.has-no-banner .event-banner-overlay {
  top: 0;
  background-color: transparent;
}
.has-no-banner .banner-column-right.event-banner-overlay {
  background-color: #222;
}
.event-banner.has-photo.has-countdown .event-banner-overlay {
  top: 175px;
  height: 395px;
}
.event-banner.has-photo.has-countdown .banner-column-main .header {
  top: 175px;
  height: 333px;
}
.event-banner.has-no-banner.has-countdown, .event-banner.has-no-banner.has-countdown .event-banner-overlay {
  height: 356px;
}
.event-banner.has-no-banner.has-countdown .banner-column-main .header {
  height: 294px;
}
.event-banner.has-no-banner.has-countdown .cf-stats .body {
  height: 151px;
}
.column-main {
  width: 650px;
  float: left;
}
.banner-column-main {
  left: 0;
  width: 714px;
}
#si_ei .banner-column-main h1 {
  margin: 30px 30px 20px;
  color: #fff;
}
.banner-column-main .header {
  height: 218px;
  overflow: hidden;
}
.banner-column-main .header p {
  margin: 20px 30px;
}
.banner-column-main .header.no-body {
  height: 250px;
}
.banner-column-main .body {
  padding-left: 30px;
}
.banner-column-main .body .btn {
  margin-left: 15px;
}
.banner-column-main .overview {
  float: none;
  width: auto;
}
.event-banner-overview {
  margin: 0 30px;
  overflow: auto;
  max-height: 90px;
}
.employer-overview .has-banner .event-banner-overview {
  max-height: 140px;
}
.event-banner-overview p {
  margin: 0 0 1.5em !important;
}
.banner-column-right {
  left: 719px;
  width: calc(100% - 719px);
  overflow: auto;
}
.column-aside-right {
  width: 304px;
  float: right;
  margin-left: 20px;
}
.employer-booth-numbers h3 {
  text-align: left;
}
.employer-booth-numbers table {
  width: 100%;
}
.employer-booth-numbers th, .employer-booth-numbers td {
  padding: 10px 0;
  vertical-align: top;
  text-align: left;
}
.employer-booth-numbers th {
  padding-right: 10px;
  text-transform: uppercase;
  color: #ccc;
}
.employer-booth-numbers tr {
  border-top: 1px solid #444;
}
.public-events-overview .cf-event-header {
  padding-top: 0;
  margin-top: 0;
}
.public-events-overview .column-aside-right p:first-child, .public-events-overview .cf-days:first-child p:first-child {
  margin-top: 0;
}
.column-one-third {
  float: left;
  width: 33%;
}
.column-two-thirds {
  float: left;
  width: 66%;
}
.column-2, .column-3 {
  float: left;
  text-align: center;
}
.column-2 {
  width: 150px;
  padding-right: 15px;
}
.column-3 {
  margin-right: 70px;
  padding: 0 25px;
  width: 250px;
  position: relative;
}
.column-4 {
  float: left;
  width: 280px;
}
.column-3 h3 {
  font-size: 15px;
  border: none;
  margin: 0;
  padding: 0;
}
.column-3 h3, .column-3 p {
  margin: 0;
  padding: 0;
}
.column-3.cf-meet, .column-3.cf-days {
  margin-right: 0;
}
.column-3:after {
  content: "";
  background: url("/si_ei/images/cf-arrow.png") no-repeat center;
  padding: 30px;
  position: absolute;
  top: 5px;
  right: -52px;
}
.column-3 img {
  margin-bottom: 10px;
}
.section-cf-days {
  position: absolute;
  z-index: 2;
  margin: 0;
  background: #F3F3F3;
  width: 255px;
  height: 410px;
  overflow: auto;
  top: 0;
  left: 0;
}
.section-cf-days ul, .section-cf-days li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-cf-days li {
  border-bottom: solid 1px #ccc;
  padding: 20px;
}
.section-cf-days li:last-child {
  border-bottom: 0;
}
.section-cf-days h4 {
  margin: 0;
  text-transform: uppercase;
}
.cf-days-data {
  margin-top: 10px;
}
.page-main .icn-date {
  background: url(/images/icn16_calendars.gif) no-repeat left top;
}
.page-main .icn-address {
  background: url(/images/icn16_map.gif) no-repeat left top;
}
.page-main .icn-time {
  background: url(/images/icn16_clock.gif) no-repeat left top;
}
.page-main .icn-briefcase {
  background: url(/images/icn16_briefcase.gif) no-repeat left top;
}
.page-main .icn-jobs {
  background: url(/images/icn16_jobs.gif) no-repeat left top;
}
.page-main .icn-world {
  background: url(/images/icn16_world.gif) no-repeat left top;
}
.page-main .icn-profiles {
  background: url(/images/icn16_profiles.gif) no-repeat left top;
}
.page-main .icn-map-marker {
  background: url(/images/cf-map-marker.png) no-repeat left top;
}
.page-main .icn-padding:before {
  margin-right: 10px;
}
.events_list .list-item-main.withaction {
  margin-top: 12px;
}
.events_list .list-item-main.withaction .section-cf-days-date {
  min-width: 280px;
}
.map-listings {
  position: relative;
}
.section-map {
  height: 410px;
}
.section-map h3 {
  border: none;
}
.events_list .list-item-rsvp {
  min-width: 80px;
}
.section-map .map_canvas {
  position: inherit !important;
  -webkit-transform: none !important;
  height: 410px !important;
  background: #F3F3F3;
  text-align: center;
}
.section-map .map_canvas img {
  float: right;
}
.section-map h2 {
  margin-bottom: 15px;
}
.section-map .gmap {
  position: relative;
}
.event-list-map {
  height: 200px;
  width: 200px;
  overflow: hidden;
  position: relative;
}
.event-list-map .map_canvas {
  height: 200px;
  width: 200px;
}
.column-wrapper {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}
.column-3.cf-meet:after, .column-3.cf-days:after {
  background: none;
}
.column-3.cf-days {
  text-align: left;
}
.column-3.cf-days p {
  margin: 7px 0;
}
.column-8 {
  width: 600px;
  float: left;
}
.cf-callout {
  padding: 15px;
}
.cf-callout h3 {
  border-bottom: 0;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.cf-callout-title {
  padding: 15px;
  margin: 0;
  text-align: center;
}
.cf-callout input {
  margin-top: 10px;
}
.cf-employer-callout {
  display: inline-block;
}
.virtual-dates .cf-callout, .virtual-dates .cf-callout-title {
  background: #0072ce;
}
.virtual-dates .cf-callout-title {
  padding: 20px 20px 10px;
}
.virtual-dates .cf-callout {
  padding: 0 20px 15px;
  color: #fff;
}
.employer-overview .virtual-dates .cf-callout {
  margin-bottom: 20px;
}
.virtual-dates .cf-callout-title, .virtual-dates .cf-callout-title a, .virtual-dates .cf-callout-title a:hover {
  color: #fff !important;
  text-decoration: none;
}
.virtual-dates .cf-callout-title.no-body {
  padding: 20px;
}
.virtual-dates .countdown {
  width: 100%;
}
.virtual-dates .countdown td {
  text-align: center;
  padding: 0 5px;
}
#si_ei .virtual-dates .countdown tr td {
  border: none;
}
#si_ei .cf-callout a.btn {
  display: block;
  text-align: center;
}
.section-emp {
  clear: both;
  text-align: center;
}
.section-emp input {
  float: right;
  width: 280px;
  margin-right: 17px;
}
input.cf-button-wide {
  width: 100%;
}
.extended-section {
  background: #f3f3f3;
  padding: 60px 0;
}
.public-events-overview .section-blurb {
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 30px;
}
.event-promo {
  margin-bottom: 30px;
}
.get-noticed {
  margin: 0 60px 30px;
  border-radius: 2px;
  background: #333;
  color: #fff;
}
.get-noticed .header, .get-noticed .body {
  display: inline-block;
  padding: 20px;
}
.get-noticed .header {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: #966600;
  width: 22%;
  text-align: center;
}
.get-noticed h3 {
  font-size: 15px;
  margin: 0;
}
.get-noticed span {
  font-size: 12px;
  display: block;
}
.get-noticed .body {
  width: 65%;
}
.attend-section {
  text-align: center;
}
.attend-section h3 {
  font-size: 15px;
  font-weight: normal;
}
.attend-section .btn {
  margin-right: 20px;
}
.attend-section .btn:last-child {
  margin-right: 0;
}
.event-banner-cover {
  height: 570px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.position-event-banner {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.position-event-banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.cf-stats {
  text-align: right;
  color: #fff;
  margin: 30px 30px 0;
}
.cf-stats .body {
  height: 189px;
}
.cf-stats .footer span {
  cursor: pointer;
}
.cf-stats a, .cf-stats a:hover {
  color: #fff !important;
  font-size: 40px;
  line-height: 45px;
  display: block;
  padding: 0 60px 0 0;
  vertical-align: middle;
  text-decoration: none;
}
.cf-stats a span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.cf-stat-student {
  background: url("/si_ei/images/cf-student-cap.png") right center no-repeat;
  margin-bottom: 18px;
}
.cf-stat-employer {
  background: url("/si_ei/images/cf-briefcase.png") right center no-repeat;
}
.has-countdown .cf-stats a {
  font-size: 25px;
  line-height: 30px;
}
.cf-passed {
  color: #999;
}
.cf-upcoming {
  color: black;
}
.cf-ongoing {
  color: #4F8988;
}
.cf-sub-header {
  font-size: 16px;
}
h2.cf-event-header {
  font-size: 24px;
}
.cf-event-header .tag {
  font-size: 11px;
  line-height: 24px;
  padding: 0 10px;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.list-item-location .tag {
  width: 180px;
  display: block;
}
img.cf-banner {
  width: 100%;
}
.social-share {
  padding-left: 20px;
}
.tooltip {
  min-width: 150px;
}
.tooltip-arrow {
  display: none;
}
.fav-tooltip {
  position: relative;
}
.fav-tooltip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 20px;
  z-index: 10;
}
.btn .cf-map-marker {
  margin: 0 2px -4px 0;
}
[class*="cf-section"] {
  clear: both;
}
.cf-section-boothmap img {
  float: left;
}
.cf-section-boothmap {
  padding-top: 10px;
}
.cf-section-addmap {
  border-top: 1px solid #DDD;
}
.modal .modal-header .close {
  font-size: 2em;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  margin-top: -8px;
  cursor: pointer;
}
.modal.modal-taggable-image .close {
  margin-top: -15px;
  font-size: 16px;
  font-weight: bold;
}
.modal.modal-taggable-image {
  z-index: 1045;
}
.modal-taggable-image .modal-dialog {
  margin: 20px 0;
  padding: 0 20px;
  height: 883px;
  width: auto;
}
.modal.modal-taggable-image .modal-content {
  overflow: hidden;
}
.modal-taggable-image .modal-footer {
  clear: both;
}
.taggable-left {
  float: left;
  width: 70%;
}
.taggable-sidebar {
  width: 30%;
  margin: 0 -1px;
  float: right;
  border-left: 1px solid #DDD;
}
.actions-container {
  clear: both;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #DDD;
}
.actions-container .dialog-actions a {
  padding-right: 5px;
}
.cf-tag-list, .tag-stats {
  width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DDD;
  padding: 15px;
}
.cf-tag-list input {
  width: calc(100% - 40px);
}
.cf-booth-list {
  overflow: auto;
  height: 558px;
}
.tag-stat-item {
  padding-right: 15px;
}
.tag-stat-item span {
  color: #268DC0;
}
.cf-bm-tip {
  padding: 5px 15px 0 0;
}
.modal.modal-taggable-image .cf-tag-list a.close {
  margin: 0 -8px 0;
}
.cf-bm-image-listing {
  max-width: 200px;
  max-height: 200px;
  margin-top: -6px;
}
.edit-tag-item {
  padding: 10px 0 11px 15px;
  display: inline-block;
  border-bottom: 1px solid #DDD;
  background-color: white;
  width: 100%;
}
.edit-tag-item select {
  margin-left: 10px;
  border: 1px solid #CCC;
  height: 23px;
  width: 125px;
}
.edit-tag-item input {
  padding: 2px;
}
.edit-tag-item .sidebar-action {
  background-repeat: no-repeat;
  height: 9px;
  width: 9px;
  display: inline-block;
  vertical-align: middle;
}
.edit-tag-item .sidebar-save {
  background-image: url("/si_ei/images/check-gray-9.png");
}
.edit-tag-item .sidebar-discard {
  background-image: url("/si_ei/images/x-gray-8.png");
}
.cf-actionbar {
  border-bottom: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.student-actionbar {
  margin-top: -5px;
  height: 28px;
}
.singlecol .company-list.column-main {
  width: 100%;
}
.flow-drop {
  margin-top: 20px;
}
.flow-drop img {
  display: block;
  margin: 10px 0;
}
.drop-box {
  background-color: #f1f1f1;
  border: 2px dashed #DDD;
  height: 175px;
  width: 700px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #666;
}
a.record-actions {
  font-size: 12px;
  font-weight: normal;
}
a.record-actions:first-child {
  padding: 0 0 0 20px;
}
.bm-thumb {
  width: 210px;
}
.bm-thumb, .bm-thumb-actions {
  float: left;
}
.bm-thumb-actions p:first-child {
  margin-top: 0;
}
a.bm-link {
  padding-right: 20px;
  color: #3580BA;
}
.location-instructions {
  float: left;
}
.more_filters_tag {
  margin-left: 5px;
  margin-right: 15px;
}
.adv_filters.field {
  width: 90%;
}
.bm-legend {
  float: left;
}
.bm-legend p {
  margin: 5px 0;
}
.bm-legend p img {
  padding: 0 15px 0 0;
  margin-bottom: -4px;
}
.event-participants {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
.event-participant {
  display: inline-block;
  margin: 15px 0 0;
  padding-left: 20px;
  padding-right: 20px;
}
.event-participant-logo-container {
  height: 86px;
  white-space: nowrap;
}
.event-participant-logo-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -5px;
}
.event-participant span {
  display: inline-block;
  height: 75px;
}
.event-participant img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.event-participant-logo {
  height: 75px;
  width: 205px;
  position: relative;
}
.event-participant-name {
  height: 30px;
  width: 205px;
  margin-top: 10px;
}
.event-participant-list-label {
  margin-bottom: 30px;
}
.event-status {
  text-align: center;
}
.reg_customized_header {
  margin-bottom: 30px;
}
.reg_customized_header ul {
  list-style: disc inside;
}
.reg_customized_header ol {
  list-style: decimal inside;
}
.parking-info-class {
  background-color: white;
  z-index: 1000;
  border: 1px solid #cccccc;
  position: absolute;
  padding: 10px 20px;
  display: none;
  height: 0;
  width: 0;
}
.parking-info-class-hover {
  background-color: white;
  z-index: 1000;
  position: absolute;
  border: 1px solid #cccccc;
  padding: 10px 20px;
}
.column-main .button-group-actions:first-child {
  padding-top: 5px;
}
.student-view-employer-filter-div {
  width: 50%;
  margin-right: 10px;
}
.student-view-employer-filter-div, .student-view-employer-filter-clearbutton-div, .student-view-employer-filter-advancedsearch-div {
  float: left;
}
.student-view-employer-filter-clearbutton-div {
  margin-right: 20px;
}
.student-view-employer-filter-advancedsearch-div {
  line-height: 27px;
}
.student-view-employer-filter-input-div {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 0 0 10px;
  display: block;
}
.student-view-employer-filter-input-span {
  display: table-cell;
  width: 100%;
}
.student-view-employer-filter-inputbox {
  border: none;
  height: 24px;
  width: 100%;
  outline-width: 0;
}
.student-view-employer-filter-searchpanel {
  display: table-cell;
  padding: 0 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.public-events-overview-participants .list-item-main {
  max-width: 759px;
}
.positions-view .list-item-title h2 {
  margin-bottom: 15px;
}
.container-boothmap {
  border: 3px dashed #EEE;
}
ul.bm-items {
  margin: 0;
  padding: 3px 0;
}
ul.bm-items li {
  list-style: none;
  display: inline;
  padding-right: 10px;
}
ul.bm-items li.bm-number {
  display: inline-block;
  vertical-align: middle;
}
ul.bm-items li .bm-legend-icon {
  margin-bottom: -4px;
  padding-right: 2px;
}
.public-events-overview-participants .list-item-main {
  max-width: 759px;
}
.positions-view .list-item-title h2 {
  margin-bottom: 15px;
}
.container-boothmap {
  border: 3px dashed #EEE;
}
/* UI2 Adjustments */
.page-students .virtual-days-list span {
  padding-left: 0;
  vertical-align: middle;
}
.page-students [class^="icn-"] {
  background: none;
}
/* MSP */
@media (min-width: 992px) {
  .msp_panel {
    max-width: 600px;
    width: 50% !important;
  }
}
.msp_panel .ui-dialog-titlebar {
  background: #fff;
  color: #333;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.msp_panel .ui-dialog-title {
  position: relative;
  top: 30px;
  width: 100%;
}
.msp_panel .ui-dialog-titlebar-close {
  color: #949494;
  height: 40px;
  margin: 0;
  position: absolute;
  width: 40px;
}
.msp_panel .ui-dialog-titlebar-close .ui-icon:before {
  line-height: 40px;
}
.msp_panel .msp-intro {
  color: #6c6c6c;
  margin-top: -15px;
  text-align: center;
}
.msp_panel .options {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .msp_panel .options {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.msp-card {
  border: 1px solid #ececec;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .msp-card {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .msp-card:first-child {
    margin-bottom: 20px;
  }
}
.msp-card .header {
  background-color: #f6f6f6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  font-weight: 500;
  padding: 20px;
  text-align: center;
}
.msp-card .content {
  height: 100%;
  text-align: center;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.msp-card .content .details {
  color: #6c6c6c;
  margin-bottom: 20px;
}
.msp-card .content .cta {
  color: #0033a0;
  margin-top: auto;
}
.invalid-locations-blurb {
  color: red;
}
#hiddenShortLink {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.stripe-btn-loader {
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}
