/*** Variables ***/
/*** Mixins ***/
/*** Base Styles ***/
html, body {
  width: 100%;
  min-width: 256px; }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #2c2c2c;
  min-width: 100%;
  background: #fff;
  margin: 0; }

body > #contentWrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1280px;
  min-width: auto;
  position: relative;
  padding-top: 20px; }

a {
  text-decoration: none;
  color: #428bca; }

a:hover {
  color: #357ebd;
  cursor: pointer; }

hr {
  color: #000; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

.subHeaders {
  font-weight: 600;
  padding: 10px 14px;
  margin: 24px 0;
  font-size: 18px;
  vertical-align: center;
  background-color: #2c2c2c;
  color: #fff;
  text-shadow: 1px 1px #1d1d1d; }

.betweenParagraphs {
  margin-top: 24px; }

/**** App NavBar ***/
#appHeader {
  background-color: #213d55; }
  #appHeader .navbar, #appHeader .navbar-brand, #appHeader .navbar-nav, #appHeader .navbar-nav li, #appHeader .navbar-nav a {
    min-height: 56px; }
  #appHeader .container {
    max-width: 100%; }
  #appHeader .navbar {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: 1280px;
    min-width: auto;
    border-radius: 0px;
    border: none;
    padding: 0 15px;
    margin-bottom: 0px;
    background-color: transparent;
    z-index: 9999;
    position: relative; }
  #appHeader .navbar-brand {
    line-height: 56px;
    margin: 0;
    float: left;
    width: 192px;
    height: 56px;
    text-indent: -3333px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center; }
  #appHeader .navbar-nav li a {
    line-height: 56px;
    padding: 0 24px;
    color: #E4EAEF;
    border-left: 1px solid #1a3043;
    z-index: 9802; }
  #appHeader .navbar-nav li a:last-child {
    border-right: 1px solid #1a3043; }
  #appHeader .navbar-collapse {
    border-top: none;
    padding: 0; }
  #appHeader .lastLink {
    border-right: none; }
  #appHeader .navbar-nav li {
    font-weight: 400;
    font-size: 17px; }
  #appHeader .navbar-nav li a.activeLink:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    background: #c6d2db; }
  #appHeader .navbar-nav li.hide {
    display: none; }
  #appHeader .navbar-nav li:hover, #appHeader .navbar-nav li:hover a {
    color: #fff; }
  #appHeader .navbar-nav li:hover {
    background: #1a3043; }
  #appHeader .nav-icon {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important; }
  #appHeader .dropdown-menu {
    top: 56px;
    right: 0;
    margin: 0;
    padding: 0;
    min-width: 176px;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px;
    border-color: #1a3043;
    background: #1a3043;
    box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.15);
    z-index: 9801; }
  #appHeader .nav .dropdown-menu > li > a {
    border-left: none;
    width: inherit;
    position: relative;
    padding-right: 56px;
    text-align: center;
    border-bottom: 1px solid #6892AF; }
  #appHeader .nav .dropdown-menu > li > a:hover {
    background: #e4ecf2;
    color: #33587c;
    filter: none;
    font-weight: 600px; }
  #appHeader .nav .dropdown-menu > li > a .nav-icon {
    position: absolute;
    top: 0;
    right: 0; }
  #appHeader .nav .dropdown-menu > li .lastLink {
    border: none !important; }
  #appHeader .nav-icon {
    background: url("/img/assets/navbarIcons.png") no-repeat -56px 0;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important; }
  #appHeader .carrot-icon {
    background: url("/img/assets/navbarIcons.png") -56px -280px !important; }
  #appHeader .settings-icon {
    background: url("/img/assets/navbarIcons.png") -56px -56px !important; }
  #appHeader .analytics-icon {
    background: url("/img/assets/navbarIcons.png") -56px -340px !important; }
  #appHeader .logout-icon {
    background: url("/img/assets/navbarIcons.png") -56px -168px !important; }
  #appHeader .company-icon {
    background: url("/img/assets/navbarIcons.png") -56px -394px !important; }
  #appHeader .dropdown-menu > li > a:hover .settings-icon {
    background: #e4ecf2 url("/img/assets/navbarIcons.png") -112px -56px !important; }
  #appHeader .dropdown-menu > li > a:hover .analytics-icon {
    background: #e4ecf2 url("/img/assets/navbarIcons.png") -112px -340px !important; }
  #appHeader .dropdown-menu > li > a:hover .company-icon {
    background: #e4ecf2 url("/img/assets/navbarIcons.png") -112px -394px !important; }
  #appHeader .nav li:hover .carrot-icon {
    background: #47728e url("/img/assets/navbarIcons.png") 0px -280px !important; }
  #appHeader .dropdown-menu > li > a:hover .logout-icon {
    background: #e4ecf2 url("/img/assets/navbarIcons.png") -112px -168px !important; }
  #appHeader .nav li:hover .profile-icon {
    background: #1a3043 url("/img/assets/navbarIcons.png") 0 0 !important; }
  #appHeader #banner li.dropdown:hover > ul.dropdown-menu {
    display: block;
    opacity: 1; }
  #appHeader .navbar-toggle {
    border: 1px solid #999;
    border-radius: 0;
    top: 3px; }
    #appHeader .navbar-toggle .icon-bar {
      background-color: #efefef; }
  #appHeader .navbar-toggle.collapsed {
    background: transparent; }
  #appHeader .navbar-toggle:hover {
    background: #1a3043; }

@media (max-width: 639px) {
  #appHeader .navbar, #appHeader .navbar-brand, #appHeader .navbar-nav, #appHeader .navbar-nav li, #appHeader .navbar-nav a {
    min-height: 40px; }
  #appHeader .navbar {
    padding: 0; }
  #appHeader .navbar-nav {
    margin: 0;
    float: none !important; }
  #appHeader .navbar-toggle {
    top: 4px;
    margin: 3px 12px 0;
    padding: 8px; }
  #appHeader .navbar-collapse {
    margin-left: 12px;
    max-height: 100% !important;
    background: #1a3043;
    border-top: 1px solid #162939;
    box-shadow: inset 0 -2px 5px rgba(25, 25, 25, 0.28);
    padding-bottom: 12px; }
  #appHeader .navbar-brand {
    margin-left: 10px;
    height: 48px;
    line-height: 44px;
    background-position: center left;
    background-size: contain; }
  #appHeader .navbar-nav li a {
    margin: 12px 12px 0;
    border-left: none;
    border-right: none;
    padding: 0 16px;
    line-height: 44px; }
  #appHeader .lastLink {
    border-bottom: none !important; }
  #appHeader .navbar-nav li a:hover {
    background: #e4ecf2;
    border-radius: 4px;
    color: #33587c; }
  #appHeader .dropdown {
    display: none; }
  #appHeader .navbar-nav li.hide {
    display: block !important; }
  #appHeader .navbar-responsive-collapse .navbar-nav {
    padding: 12px 0;
    box-shadow: inset 0px -1px 4px #152636; }
  #appHeader .navbar-nav li a.activeLink:before {
    display: none; } }

/*** Company Branded Header Styles ***/
#brandHeaderWrap {
  width: 100%;
  min-height: 150px;
  margin: 0 auto;
  border-bottom: 10px solid #2c2c2c;
  color: #2c2c2c;
  padding: 40px 0 12px 0;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d5d5d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #d5d5d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 50%, #d5d5d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d5d5d5',GradientType=0 );
  /* IE6-9 */ }

#brandHeader {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1280px;
  min-width: auto; }

.ie8 #brandHeaderWrap {
  min-height: 98px; }

.companyLogo {
  height: 88px;
  width: 198px;
  float: right;
  text-align: center; }

.companyLogo.guide {
  height: 90px;
  width: 200px;
  border: 1px dashed #ccc; }

.companyLogo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  float: right; }

.companyTitle span {
  font-size: 30px;
  font-weight: 800;
  display: block;
  line-height: 38px;
  padding: 26px 0 20px; }

.companyTitle .glyphicons {
  display: inline; }

@media (max-width: 992px) {
  #brandHeaderWrap {
    padding: 12px 0; }
  #interviewInviteHeader {
    padding: 0 0 12px 0; }
  .companyLogo {
    margin: 0 auto;
    float: none; }
  .companyTitle {
    text-align: center; }
  .companyTitle span {
    padding: 12px 0 16px 0; }
  .companyLogo img {
    float: none; } }

/*** Footer ***/
.iiFooterWrap {
  margin: 40px auto 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1280px;
  min-width: auto; }

.iiFooter {
  text-align: center;
  padding: 20px 20px 30px 20px;
  border-top: 1px solid #d5d5d5; }

.iiFooter img {
  padding-bottom: 5px; }

.footerText a {
  padding-right: 10px;
  padding-left: 10px; }

/*** Button Styles ***/
.newBtn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 10px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  background: #197ac3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #197ac3 0%, #12588d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #197ac3), color-stop(100%, #12588d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #197ac3 0%, #12588d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #197ac3 0%, #12588d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #197ac3 0%, #12588d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #197ac3 0%, #12588d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197ac3', endColorstr='#12588d',GradientType=0 );
  /* IE6-9 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #0f4b78;
  -webkit-appearance: none;
  color: #fff;
  text-shadow: 1px 1px #0c395c; }

.newBtn:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px #0c395c;
  background: #197ac3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #197ac3 0%, #12588d 60%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #197ac3), color-stop(60%, #12588d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #197ac3 0%, #12588d 60%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #197ac3 0%, #12588d 60%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #197ac3 0%, #12588d 60%);
  /* IE10+ */
  background: linear-gradient(to bottom, #197ac3 0%, #12588d 60%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197ac3', endColorstr='#12588d',GradientType=0 );
  /* IE6-9 */ }

.greyBtn {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #d5d5d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d5d5d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #d5d5d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #d5d5d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #d5d5d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #d5d5d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d5d5d5',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c2c2c;
  font-weight: 500;
  text-shadow: 1px 1px 0 #f1f1f1; }

.greyBtn:hover {
  color: #2c2c2c;
  text-shadow: 1px 1px 0 #f1f1f1;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #d5d5d5 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(75%, #d5d5d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #d5d5d5 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #d5d5d5 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #d5d5d5 75%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #d5d5d5 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d5d5d5',GradientType=0 );
  /* IE6-9 */ }

.newBtn .circle {
  margin: 0 0 0 16px;
  border-radius: 19px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px; }

.newBtn .circleInner {
  margin: 0 0 0 16px;
  border-radius: 19px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  background: #12588d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12588d), color-stop(100%, #1b85d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #12588d 0%, #1b85d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12588d', endColorstr='#1b85d5',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: inset 0px 1px 0px 0px #0a5995;
  -webkit-box-shadow: inset 0px 1px 0px 0px #0a5995;
  box-shadow: inset 0px 1px 0px 0px #0a5995;
  border-radius: 15px;
  height: 20px;
  width: 20px; }

.newBtn:hover .circleInner {
  background: #12588d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12588d), color-stop(100%, #1b85d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #12588d 0%, #1b85d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #12588d 0%, #1b85d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12588d', endColorstr='#1b85d5',GradientType=0 );
  /* IE6-9 */ }

.greyBtn .circleInner {
  background: #d5d5d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d5d5d5 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: inset 0px 1px 0px 0px #acacac;
  -webkit-box-shadow: inset 0px 1px 0px 0px #acacac;
  box-shadow: inset 0px 1px 0px 0px #acacac; }

.greyBtn:hover .circleInner {
  background: #d5d5d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5d5d5 0%, whitesmoke 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(100%, whitesmoke));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d5d5d5 0%, whitesmoke 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d5d5d5 0%, whitesmoke 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d5d5d5 0%, whitesmoke 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d5d5d5 0%, whitesmoke 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='whitesmoke',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: inset 0px 1px 0px 0px #acacac;
  -webkit-box-shadow: inset 0px 1px 0px 0px #acacac;
  box-shadow: inset 0px 1px 0px 0px #acacac; }

.ie8 .newBtn .circleInner {
  background: none !important;
  filter: none !important; }

.newBtn span {
  padding-right: 16px; }

.greyBtn span {
  padding-right: 0; }

.newBtn:active {
  position: relative;
  top: 1px; }

.btnimage {
  width: 14px;
  height: 14px;
  position: relative;
  top: -3px;
  right: -1px; }

.newBtn .glyphicons {
  font-size: 14px;
  top: -2px;
  left: 0px;
  padding-right: 0px; }

.greyBtn .glyphicons {
  color: #2c2c2c; }

/*** Modal Overrrides ***/
.modal {
  z-index: 10000; }

.modal-backdrop {
  z-index: 9999; }

.modal {
  z-index: 10000; }

.modal-backdrop {
  z-index: 9999; }

.modal-body {
  padding: 15px; }

.modal-content {
  border-radius: 0; }
  .modal-content p:last-child {
    margin-bottom: 0; }

.modal-header {
  padding: 12px 15px; }

.modal-title {
  font-weight: 800;
  font-size: 22px; }

.modal .btn {
  border-radius: 0px; }

.modal-footer {
  background-color: #f7f7f7;
  margin-top: 0px; }

.modal-footer .btn-default {
  background-color: #fff; }

.modal .alert {
  margin: 0; }

/*** Tags Input Plugin OverRides ***/
.bootstrap-tagsinput {
  width: 100% !important;
  border-radius: 0px !important;
  line-height: 26px !important; }
  .bootstrap-tagsinput .label {
    padding: 4px 12px !important;
    font-size: 14px !important;
    position: relative !important;
    top: -1px !important; }

/*** Social Icons ***/
.fbsocial {
  background: url("/img/socialicons/facebook.png") no-repeat center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px; }

.youtubesocial {
  background: url("/img/socialicons/youtube.png") no-repeat center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px; }

.twittersocial {
  background: url("/img/socialicons/twitter.png") no-repeat center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px; }

.blogsocial {
  background: url("/img/socialicons/rss.png") no-repeat center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px; }

.pinsocial {
  background: url("/img/socialicons/pinterest.png") no-repeat center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px; }

.linksocial {
  background: url("/img/socialicons/linkedin.png") no-repeat center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px; }

.companySocial {
  margin-bottom: 15px;
  padding-left: 2%; }

.companySocial .socialIcon {
  float: left; }

/*** Ajax Loaders ***/
.spinner {
  background: #fff url("/img/loaders/ajaxspinner.gif") no-repeat center;
  position: absolute;
  min-height: 64px;
  height: 100%;
  width: 100%;
  opacity: .8;
  top: 0px;
  left: 0px;
  z-index: 9000; }

.modal .spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 128px; }

/*** Notification Bar Styles ***/
#notificationBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10000; }
  #notificationBox .alert-top {
    border-radius: 0px;
    width: 100%;
    margin: 0; }
  #notificationBox .alert-top .close {
    top: 0; }

/*** Progress Component ***/
#progressComponent {
  margin: 16px 0 0 0;
  padding: 16px 0;
  color: gray; }
  #progressComponent .progressStep {
    position: relative;
    float: left;
    font-size: 16px;
    height: 56px;
    width: 25%;
    text-align: center;
    background-color: #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #progressComponent .progressStep:first-child {
    width: 24%; }
  #progressComponent .progressStep:last-child {
    width: 26%; }
  #progressComponent .progressStepInner {
    height: 56px;
    background-color: gray;
    border: 2px solid #fff;
    border-width: 3px 0 3px 0; }
  #progressComponent .progressStep:nth-child(1) {
    z-index: 4; }
  #progressComponent .progressStep:nth-child(2) {
    z-index: 3; }
  #progressComponent .progressStep:nth-child(3) {
    z-index: 2; }
  #progressComponent .progressStep:nth-child(4) {
    z-index: 1; }
  #progressComponent .progressNum {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    text-shadow: none;
    color: #2c2c2c;
    margin: 0 12px 0 0;
    font-weight: bold; }
  #progressComponent .progressNum span {
    color: gray;
    position: relative;
    top: -1px;
    right: 0px; }
  #progressComponent .progressText {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 12px 0;
    color: #fff; }
  #progressComponent .progressText:not(.first) {
    padding-left: 24px; }
  #progressComponent .progressStep.active .progressText {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #232323; }
  #progressComponent .progressStep.active .progressNum {
    background: #fff; }
  #progressComponent .progressStep.active .progressNum span {
    color: #2c2c2c; }
  #progressComponent .progressStep.active .progressStepInner {
    background-color: #2c2c2c; }
  #progressComponent .progressStep.complete .progressStepInner {
    background-color: #d5d5d5; }
  #progressComponent .progressStep.complete .progressNum span {
    display: none; }
  #progressComponent .progressStep.complete .progressNum {
    background-position: 2px 4px; }
  #progressComponent .progressStep.complete .progressText {
    color: gray;
    text-shadow: 1px 1px #fff; }
  #progressComponent .progressTriangle {
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #fff; }
  #progressComponent .progressTriangle:before {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid gray;
    content: '';
    top: -28px;
    right: 4px;
    position: absolute; }
  #progressComponent .progressStep.active .progressTriangle:before {
    border-left: 28px solid #2c2c2c; }
  #progressComponent .progressStep.complete .progressTriangle:before {
    border-left: 28px solid #d5d5d5; }

.ie8 .progressStepInner {
  border-width: 3px 3px 3px 0 !important; }

.ie8 .progressStep {
  width: 25% !important; }

.ie8 .progressNum {
  height: 24px !important;
  width: 24px !important;
  margin: 2px 12px 0 0 !important; }

.ie8 .progressNum span {
  top: -1px !important;
  right: 0 !important; }

.ie8 .progressStep.complete .progressNum {
  background-position: 1px 1px !important; }

@media (max-width: 991px) {
  #progressComponent .progressNum span {
    top: -1px; }
  #progressComponent .progressStep.complete .progressNum {
    background-position: 2px 4px;
    background-size: 20px 20px; }
  #progressContent .progressTitle {
    margin-top: 20px;
    padding: 16px 0 28px; }
  #progressComponent .progressStep {
    font-size: 13px; }
  #progressComponent .progressNum {
    width: 22px;
    height: 22px;
    margin: 2px 12px 0 0; }
  #progressComponent .progressNum span {
    top: -2px; }
  #progressComponent .progressStep.complete .progressNum {
    background-position: 2px 3px;
    background-size: 18px 18px; } }

@media (max-width: 767px) {
  #progressComponent {
    display: none; } }

/*** Jobseeker Badge ***/
#jobseekerBadge {
  margin: 0 0 20px 0;
  border: 1px solid #d5d5d5; }
  #jobseekerBadge .jobseekerAvatar {
    width: 35%;
    max-width: 158px;
    height: inherit;
    padding: 12px;
    float: left;
    border-right: 1px solid #d5d5d5;
    background-color: #fdfdfd; }
    #jobseekerBadge .jobseekerAvatar img {
      width: 100%;
      height: auto; }
  #jobseekerBadge .jobseekerInfo {
    width: 65%;
    padding: 20px;
    float: left; }
    #jobseekerBadge .jobseekerInfo h3 {
      margin: 0 0 12px; }
    #jobseekerBadge .jobseekerInfo h4 {
      font-size: 15px;
      margin: 0 0 8px; }
      #jobseekerBadge .jobseekerInfo h4 .glyphicons {
        padding-right: 6px; }

/*** Oneway Playback ***/
#onewayPlaybackWrap {
  min-height: 360px; }
  #onewayPlaybackWrap .onewayHeader {
    padding: 12px 16px;
    background-color: #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    color: #2c2c2c;
    line-height: 1.1; }
    #onewayPlaybackWrap .onewayHeader .questionNum {
      font-weight: 700; }
  #onewayPlaybackWrap .spinner {
    z-index: 2000; }
  #onewayPlaybackWrap .videoClone {
    border: 1px solid #d5d5d5;
    margin-bottom: 6px; }
  #onewayPlaybackWrap .video {
    padding-bottom: 52.25%;
    /* 16:9 */ }
  #onewayPlaybackWrap .videoWrapper {
    margin: 12px auto; }

/*** Toggle Arrows***/
.arrow-down, .arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 1px 3px;
  position: absolute;
  top: 16px;
  right: 16px; }

.arrow-down {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff; }

.arrow-up {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff; }

.caret.caret-reversed {
  border-top-width: 0;
  border-bottom: 4px solid #000000; }

/*** Bootstrap Overrides ***/
.grey_box_shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.navbar {
  border-radius: 0px; }

.alert-default {
  border: 1px solid #a5a5a5;
  background-color: #dbdbdb; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding-left: 20px;
  padding-right: 20px; }

.responsive-sm {
  margin-right: -6px;
  margin-left: -6px; }
  .responsive-sm .col-xs-1, .responsive-sm .col-xs-2, .responsive-sm .col-xs-3, .responsive-sm .col-xs-4, .responsive-sm .col-xs-5, .responsive-sm .col-xs-6, .responsive-sm .col-xs-7, .responsive-sm .col-xs-8, .responsive-sm .col-xs-9, .responsive-sm .col-xs-10, .responsive-sm .col-xs-11, .responsive-sm .col-xs-12, .responsive-sm .col-sm-1, .responsive-sm .col-sm-2, .responsive-sm .col-sm-3, .responsive-sm .col-sm-4, .responsive-sm .col-sm-5, .responsive-sm .col-sm-6, .responsive-sm .col-sm-7, .responsive-sm .col-sm-8, .responsive-sm .col-sm-9, .responsive-sm .col-sm-10, .responsive-sm .col-sm-11, .responsive-sm .col-sm-12, .responsive-sm .col-md-1, .responsive-sm .col-md-2, .responsive-sm .col-md-3, .responsive-sm .col-md-4, .responsive-sm .col-md-5, .responsive-sm .col-md-6, .responsive-sm .col-md-7, .responsive-sm .col-md-8, .responsive-sm .col-md-9, .responsive-sm .col-md-10, .responsive-sm .col-md-11, .responsive-sm .col-md-12, .responsive-sm .col-lg-1, .responsive-sm .col-lg-2, .responsive-sm .col-lg-3, .responsive-sm .col-lg-4, .responsive-sm .col-lg-5, .responsive-sm .col-lg-6, .responsive-sm .col-lg-7, .responsive-sm .col-lg-8, .responsive-sm .col-lg-9, .responsive-sm .col-lg-10, .responsive-sm .col-lg-11, .responsive-sm .col-lg-12 {
    padding: 0 6px !important; }

.well {
  border-radius: 0px; }

.well-empty {
  background: none; }

.well-sm {
  padding: 10px 14px; }

.form-responsive .control-group {
  width: 100%;
  margin: 0 0 4px 0; }

.form-responsive .control-label {
  float: none;
  line-height: 32px;
  padding-right: 12px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-responsive .controls label {
  margin-left: 8px;
  float: none; }

.form-responsive input[type='text'], .form-responsive input[type='password'] {
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-responsive .errorContainer .alert {
  padding: 7px 12px;
  margin: 8px 0 0; }

.form-group .radio, .form-group input[type='radio'] {
  height: 30px;
  line-height: 30px; }

.form-group input[type='radio'] {
  margin: 0 12px 0 0; }

option:disabled {
  color: #2c2c2c;
  font-weight: 600;
  height: 18px; }

.checkbox input {
  margin-top: 5px; }

/*** Btn Group ***/
.btn-group {
  overflow: visible; }

/*** Dropdown Styles ***/
.dropdown-menu {
  border-radius: 0; }

.dropdown-menu {
  padding: 8px 16px; }
  .dropdown-menu li {
    margin-bottom: 2px; }

/*** Button Styles ***/
.list-group-item {
  background-color: #fdfdfd; }

.list-group-item:last-child {
  border-radius: 0px; }

.list-group-item:first-child {
  border-radius: 0px; }

.btn-default {
  background-color: #fafafa; }

.btn-default:focus {
  background-color: #fdfdfd; }

.btn-default:focus, .btn-default:hover {
  border-color: #ccc;
  background: #fff; }

.btn-default.active, .btn-default.active:hover {
  background-color: #efefef;
  border-color: #adadad; }

.btn-white {
  border-color: #eee;
  background-color: #fff; }

.btn-white:focus, .btn-white:hover {
  border-color: #eee;
  background-color: #fdfdfd !important; }

.btn-white.active, .btn-white.active:hover {
  background-color: #efefef;
  border-color: #adadad; }

.btn-orange {
  background: #f79423;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f79423 30%, #f57b2a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f79423), color-stop(100%, #f57b2a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f79423 30%, #f57b2a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f79423 30%, #f57b2a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f79423 30%, #f57b2a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f79423 30%, #f57b2a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79423', endColorstr='#f57b2a',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cd6500;
  -webkit-appearance: none;
  color: #fff;
  -moz-box-shadow: inset 0px 1px 0px 0px #fab30e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fab30e;
  box-shadow: inset 0px 1px 0px 0px #fab30e;
  text-shadow: 1px 1px #cd6500; }

.btn-orange:hover {
  background: #f79423;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f79423 40%, #f57b2a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f79423), color-stop(100%, #f57b2a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f79423 40%, #f57b2a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f79423 40%, #f57b2a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f79423 40%, #f57b2a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f79423 40%, #f57b2a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79423', endColorstr='#f57b2a',GradientType=0 );
  /* IE6-9 */
  color: #fff; }

.btn-orange .glyphicons {
  color: #fff; }

/*** Bootstrap Tab Override Styles ***/
.nav-tabs {
  border-bottom: 1px solid #d5d5d5; }

.tab-content {
  border: 1px solid #d5d5d5;
  border-width: 0px 1px 1px 1px;
  min-height: 428px; }

.contentpanel {
  padding: 8px;
  border: 1px solid #d5d5d5;
  border-top: none; }
  .contentpanel .panel {
    padding: 6px 12px; }

.panel-group .panel {
  border-radius: 0px;
  border: 1px solid #d5d5d5; }

.panel-body {
  padding: 0; }

.panel-inner {
  padding: 20px 15px; }

.panel-heading {
  padding: 0;
  border: none; }

.nav-tabs > li > a, .panel-heading .accordion-toggle {
  padding: 12px 16px;
  display: block;
  background-color: gray;
  color: #fff;
  border-radius: 0;
  position: relative; }

.panel-heading .accordion-toggle {
  font-weight: 600; }

.nav-tabs > li > a:hover, .panel-heading .accordion-toggle:hover {
  background-color: #b5b5b5;
  color: #2c2c2c;
  border-color: transparent;
  text-decoration: none; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #2c2c2c;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkite-border-radius: 0;
  border-color: #d5d5d5 #d5d5d5 transparent #d5d5d5; }

.panel-heading .accordion-toggle:hover {
  background-color: #b5b5b5 !important;
  color: #2c2c2c; }

.panel-heading .accordion-toggle.active {
  background-color: #d5d5d5;
  color: #2c2c2c;
  border-bottom: 1px solid #d5d5d5; }

.panel-group {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkite-border-radius: 0; }

.glyphicons {
  color: #2c2c2c;
  position: relative; }

.label {
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  background-color: gray;
  color: #fff;
  border-radius: 0px; }

.label-primary {
  background-color: #428bca;
  color: #fff; }

.radio {
  line-height: 30px;
  padding-left: 28px; }
  .radio input[type="radio"] {
    height: 28px;
    margin: 2px 12px 0 0; }

input.disabled {
  opacity: .65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }

.alert {
  border-radius: 0px;
  padding: 10px 15px; }

.input-group-addon {
  background-color: #fafafa; }

.btn .caret {
  margin-left: 6px; }

/*** Glyphicon Overrides ***/
.glyphicons {
  color: #2c2c2c; }

.btn .glyphicons {
  padding: 4px 8px;
  margin-right: 5px; }

.btn .glyphicons:before {
  font-size: 16px;
  margin: 0;
  top: -5px; }

.btn-primary .glyphicons:before, .btn-primary .glyphicons {
  color: #fff; }

.btn .glyphicons.bin:before, .btn .glyphicons.plus:before {
  top: -5px; }

.btn-group .btn .glyphicons {
  margin-right: 0; }

/*** Snap Engage Overrides ***/
#SnapABug_Button {
  left: auto !important;
  right: 20px;
  margin: 0; }

/*** Style Classes ***/
.boxInsetShadowUp {
  -webkit-box-shadow: inset 0px -1px 2px 0px rgba(35, 35, 35, 0.05);
  box-shadow: inset 0px -1px 2px 0px rgba(35, 35, 35, 0.05); }

.boxInsetShadowRight {
  -webkit-box-shadow: inset -1px 0px 3px 0px rgba(35, 35, 35, 0.05);
  box-shadow: inset -1px 0px 3px 0px rgba(35, 35, 35, 0.05); }

.boxBorder {
  border: 1px solid #d5d5d5; }

/*** Helper Classes ***/
.transition-all {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bsPopover {
  padding-left: 4px;
  top: 2px;
  position: relative; }

.popoverIcon {
  position: relative;
  cursor: pointer;
  opacity: .80;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.popoverIcon:hover {
  opacity: 1; }

.popover {
  font-size: 14px; }

.popover b {
  font-weight: 600; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-bullets {
  list-style-type: none;
  padding-left: 30px; }

/*** Scroll Bar Styles ***/
.scrollPane {
  height: 100%; }

#mCSB_1 {
  z-index: 500; }

.mCustomScrollBox {
  padding-right: 15px; }

.mCSB_container {
  margin: 0; }

.mCustomScrollBox > .mCSB_scrollTools {
  right: 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.65); }

/*** Selectivize Overrides ***/
.selectize-input {
  border-radius: 0px !important;
  min-height: 36px !important; }

.selectize-control .label {
  margin-bottom: 4px !important;
  font-size: 14px !important;
  padding: 5px 12px !important; }

.selectize-dropdown {
  border-radius: 0px !important;
  margin: 0 !important; }

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  padding: 5px 12px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  font-size: 14px !important;
  line-height: 24px !important;
  padding-right: 2px !important; }

/*** New App Subheader ***/
.app_sub_header {
  padding: 8px 0 7px 0;
  margin-bottom: 0px;
  border-width: 0 0 1px 0;
  position: relative; }

.app_sub_header .navbar-brand {
  font-weight: 700;
  font-size: 26px;
  padding: 10px 15px;
  line-height: 26px; }

.app_sub_header .navbar-brand .glyphicons {
  color: #606060;
  text-shadow: 1px 1px #fff;
  padding-left: 38px; }

.app_sub_header .navbar-brand .glyphicons:before {
  color: #606060;
  top: 2px;
  left: 2px;
  font-size: 24px; }

.app_sub_header .navbar-inner-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px; }

.app_sub_header #subHeadCta {
  margin-right: 8px; }

.app_sub_header #subHeadCta .glyphicons {
  margin-right: 5px;
  color: #fff; }

.app_sub_header #dataSync {
  margin-right: 15px;
  overflow: hidden;
  width: 40px; }

.app_sub_header #dataSync .glyphicons {
  top: 2px; }

.app_sub_header #dataSync .btn_text {
  display: none;
  margin-left: 9px; }

.app_sub_header #dataSync:hover {
  width: 94px;
  -webkit-transition: width 200ms ease-in;
  -moz-transition: width 200ms ease-in;
  -o-transition: width 200ms ease-in;
  transition: width 200ms ease-in; }

.app_sub_header #dataSync:hover .btn_text {
  display: inline; }

/*** New App Footer ***/
#rest_events, #rest_errors {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5000; }

#rest_events {
  height: 28px;
  background: #e9e9e9;
  border-top: 1px solid #ddd;
  overflow: hidden;
  color: #999;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 1px 1px #f7f7f7; }
  #rest_events #event_append {
    display: none;
    position: relative;
    margin: 0 auto;
    line-height: 27px;
    height: 27px;
    padding: 0 15px 0 32px; }
  #rest_events #event_append:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("/apps/images/rest_spinner.gif") no-repeat center;
    background-size: 15px 15px; }
  #rest_events #copyright {
    float: right;
    padding-right: 15px;
    margin: 0;
    line-height: 26px; }

@media (max-width: 768px) {
  #rest_events #copyright {
    padding-right: 8px; } }

@media (max-width: 480px) {
  #rest_events #copyright {
    float: none;
    text-align: center; } }

#rest_errors {
  bottom: 28px;
  z-index: 11001; }
  #rest_errors .alert {
    margin: 0;
    border-bottom: none; }

/*** Video Player Overrides ***/
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin-left: -2.2em; }

.vjs-default-skin .vjs-big-play-button {
  border: none;
  webkit-border-radius: 0px;
  border-radius: 0px;
  width: 4.5em;
  opacity: 0.7;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.vjs-default-skin .vjs-big-play-button:before {
  text-shadow: none; }

.vjs-default-skin {
  color: #fff; }

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 3em white;
  transition: all 0s;
  background-color: #428bca;
  opacity: 0.9;
  box-shadow: none; }

/*# sourceMappingURL=global.css.map */
