/* config variables */
/* roboto font */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/* source sans pro */
/* lato */
/* merriweather */
@import "//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";
.greyF5 {
  color: #f5f5f5; }

.greyF6 {
  color: #f6f6f6; }

.greyEE {
  color: #eeeeee; }

.acLightGray, .acLightGrey, .acBlueGrey {
  color: #84878a; }

.acDarkGrey, .acDarkGray {
  color: #404040; }

.acOrange {
  color: #F2AD00; }

.inner {
  padding: 10px; }

.inner15 {
  padding: 15px; }

.inner20 {
  padding: 20px; }

.inner30 {
  padding: 30px; }

.inner40 {
  padding: 40px; }

.inner50 {
  padding: 50px; }

.no-side-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px; }

.no-padding-left {
  padding-left: 0px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-margin-top {
  margin-top: 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.white {
  color: #ffffff; }

.blue-bg {
  background: #428bca; }

.white-bg {
  background: #fff; }

.grey-bg {
  background: #f6f6f6; }

.grey-ef-bg {
  background: #EFEFEE; }

.btn-full {
  width: 100%; }

.btn-side-padding {
  padding-left: 40px;
  padding-right: 40px; }

.border-d7 {
  border: 1px solid #D7D7D7; }

.border-da {
  border: 1px solid #DADADA; }

.no-border-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.border-radius-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.border-radius-4 {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px; }

.border-radius-bottom-right {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.border-radius-top-right {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  top-bottom-right-radius: 6px; }

.no-border-top {
  border-top: 0px !important;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.no-border-bottom {
  border-bottom: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.clear {
  clear: both; }

.align-top {
  vertical-align: top; }

.min-height-400 {
  min-height: 400px; }

/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
*:focus {
  outline: 0; }

.pointer {
  cursor: pointer; }

.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589E3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5DA4FF), color-stop(100%, #417BFF));
  background: -webkit-linear-gradient(#5DA4FF, #417BFF);
  background: -moz-linear-gradient(#5DA4FF, #417BFF);
  background: -o-linear-gradient(#5DA4FF, #417BFF);
  background: linear-gradient(#5DA4FF, #417BFF);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover {
    color: #fff;
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
  .button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500; }

.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button-outline:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd; }

.btn-outline {
  background: none; }
  .btn-outline.btn-primary {
    color: #428bca; }
    .btn-outline.btn-primary:hover {
      color: #ffffff; }

.btnwhite {
  background: #fff; }

.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
  background: -moz-linear-gradient(#ccd0d6, #adb2bb);
  background: -ms-linear-gradient(#ccd0d6, #adb2bb);
  background: -o-linear-gradient(#ccd0d6, #adb2bb);
  background: linear-gradient(#ccd0d6, #adb2bb); }
  .button-clear span {
    display: block;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    height: 36px;
    line-height: 33px;
    border-radius: 4px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    background: #eff1f4;
    background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
    background: -moz-linear-gradient(#f7f8fa, #eff1f4);
    background: -ms-linear-gradient(#f7f8fa, #eff1f4);
    background: -o-linear-gradient(#f7f8fa, #eff1f4);
    background: linear-gradient(#f7f8fa, #eff1f4);
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    -ms-box-shadow: inset 0 1px 0 white;
    -o-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white; }
  .button-clear:hover {
    text-decoration: none; }
  .button-clear:active, .button-clear.active {
    background: #b5bac2;
    background: -webkit-linear-gradient(#b5bac2, #b5bac2);
    background: -moz-linear-gradient(#b5bac2, #b5bac2);
    background: -ms-linear-gradient(#b5bac2, #b5bac2);
    background: -o-linear-gradient(#b5bac2, #b5bac2);
    background: linear-gradient(#b5bac2, #b5bac2); }
    .button-clear:active span, .button-clear.active span {
      color: #444;
      background: #eff1f4;
      background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
      background: -moz-linear-gradient(#e6e8eb, #eff1f4);
      background: -ms-linear-gradient(#e6e8eb, #eff1f4);
      background: -o-linear-gradient(#e6e8eb, #eff1f4);
      background: linear-gradient(#e6e8eb, #eff1f4);
      -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

/* form controls */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px; }
  input[type="text"].form-control::-webkit-input-placeholder,
  input[type="email"].form-control::-webkit-input-placeholder,
  input[type="password"].form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:-moz-placeholder,
  input[type="email"].form-control:-moz-placeholder,
  input[type="password"].form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control::-moz-placeholder,
  input[type="email"].form-control::-moz-placeholder,
  input[type="password"].form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:-ms-input-placeholder,
  input[type="email"].form-control:-ms-input-placeholder,
  input[type="password"].form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  input[type="text"].form-control:focus,
  input[type="email"].form-control:focus,
  input[type="password"].form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

.input-group-btn > .btn {
  height: 39px; }

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
  textarea.form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:focus {
    border-color: #98D2FF;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }

@media (max-width: 991px) {
  .btn-full {
    width: auto; } }
/* vendor */
.btn-lg {
  font-size: 15px; }

.btn-outline {
  border: 1px solid #E4E4E4 !important; }

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

/*

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
*/
a {
  color: #459CE7; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5585B3;
  border-color: #4477A3; }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

/* layout */
a:focus, button:focus {
  outline: none; }

.navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .navbar .for-employers + li:before {
    content: " | ";
    float: left;
    padding: 10px 5px; }
  .navbar .for-employers a {
    margin-left: 50px;
    padding-left: 0px !important;
    padding-right: 10px !important; }
    @media (min-width: 768px) {
      .navbar .for-employers a {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .navbar .for-employers a {
        margin-left: 15px; } }
  .navbar .for-academia a {
    padding-right: 0px !important;
    margin-right: 40px; }
    @media (min-width: 768px) {
      .navbar .for-academia a {
        margin-right: 10px; } }

.navbar.white {
  background-color: #ffffff;
  margin-bottom: 0; }
  .navbar.white a {
    color: #404040;
    background: none !important; }
  .navbar.white .navbar-brand {
    font-weight: 700;
    padding: 0; }
    .navbar.white .navbar-brand #logo-grey {
      display: inline; }
    .navbar.white .navbar-brand #logo-white {
      display: none; }
    .navbar.white .navbar-brand:focus {
      outline: none; }
    .navbar.white .navbar-brand .logo {
      display: inherit;
      margin: 12px 0 0 10px;
      max-width: 149px;
      max-height: 26px; }
    .navbar.white .navbar-brand .logo-collapse {
      display: none; }
    .navbar.white .navbar-brand .logo img,
    .navbar.white .navbar-brand .logo-collapse img {
      max-height: 40px;
      margin: 20px 0 0 10px; }
  .navbar.white .navbar-toggle {
    color: #84878a; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: none; }

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #f4f5f7; }
  .navbar-toggle:focus, .navbar-toggle:active {
    outline: none; }

@media (min-width: 992px) {
  .navbar.white {
    padding: 20px 0;
    border-bottom: none;
    background: transparent;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out; }
    .navbar.white .navbar-brand #logo-grey {
      display: none; }
    .navbar.white .navbar-brand #logo-white {
      display: inline; }
    .navbar.white .navbar-brand .logo, .navbar.white .navbar-brand .logo-collapse, .navbar.white .navbar-brand img {
      margin: 8px 0 0 0 !important;
      max-height: 26px; }
    .navbar.white .nav li {
      margin-right: 0; }
      .navbar.white .nav li:last-child {
        margin-right: 0px; }
      .navbar.white .nav li.signup {
        margin-left: 30px; }
      .navbar.white .nav li a {
        padding: 10px 20px;
        color: #ffffff;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        .navbar.white .nav li a:hover {
          color: #ffd351; }
        .navbar.white .nav li a.border-btn {
          border: 1px solid #CED7DF;
          border-radius: 5px;
          padding: 8px 11px;
          font-size: 13px;
          margin-left: 20px; }
    .navbar.white .nav li.active a {
      background-color: transparent;
      color: #439ad5 !important; }

  .navbar.white.top-nav-collapse {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid;
    border-color: fade(#ffffff, 100%); }
    .navbar.white.top-nav-collapse #logo-grey {
      display: inline; }
    .navbar.white.top-nav-collapse #logo-white {
      display: none; }

  .navbar.white.top-nav-collapse {
    background-color: #ffffff;
    border-color: #f2f2f2; }
    .navbar.white.top-nav-collapse a {
      color: #84878a; }
    .navbar.white.top-nav-collapse li a {
      color: #84878a; }
    .navbar.white.top-nav-collapse .nav li a {
      color: #84878a; }
      .navbar.white.top-nav-collapse .nav li a:after {
        background: #439ad5; }
      .navbar.white.top-nav-collapse .nav li a:hover {
        color: #2788ba; }
      .navbar.white.top-nav-collapse .nav li a:focus, .navbar.white.top-nav-collapse .nav li a:active {
        color: #404040; } }
/*#######################
  Press Footer
#######################*/
#press-footer div {
  text-align: center; }
#press-footer img {
  max-height: 54px;
  display: inline; }

/*#######################
  Footer
#######################*/
#ac-footer {
  padding: 30px 0;
  background: #404040 !important;
  background-color: #404040 !important;
  color: #adadad !important; }
  #ac-footer a {
    color: #adadad !important;
    padding: 3px 0px;
    font-size: 15px; }
  #ac-footer a.size13 {
    font-size: 13px; }
  #ac-footer a:visited {
    color: #adadad !important; }
  #ac-footer .nav a:hover, #ac-footer .nav a:focus {
    background: none !important; }
  #ac-footer .nav-header a {
    padding: 10px 0;
    font-weight: bold; }
  #ac-footer #social-links a {
    margin-right: 10px; }
  #ac-footer #hot-jobs .inner {
    padding: 10px; }
  #ac-footer #hot-jobs .inner20 {
    padding: 20px; }
  #ac-footer #hot-jobs #jobs-title {
    background: #383838; }
    #ac-footer #hot-jobs #jobs-title span {
      font-size: 18px;
      position: relative;
      top: 3px; }
  #ac-footer #hot-jobs #jobs-body {
    background-color: #494949;
    padding: 5px 0px 0px 0px; }
    #ac-footer #hot-jobs #jobs-body .job .inner20 {
      padding: 5px 20px; }
      #ac-footer #hot-jobs #jobs-body .job .inner20 .border {
        height: 74px;
        border-bottom: 1px ridge #828282; }
    #ac-footer #hot-jobs #jobs-body .row-3 .border {
      border-bottom: none !important; }
    #ac-footer #hot-jobs #jobs-body a {
      color: #5EA1D3 !important; }
    #ac-footer #hot-jobs #jobs-body .job-title-bold, #ac-footer #hot-jobs #jobs-body .company-name, #ac-footer #hot-jobs #jobs-body .location {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block; }
    #ac-footer #hot-jobs #jobs-body .job-title-bold {
      padding: 7px 0px 0px 0px;
      font-weight: bold;
      max-width: 250px;
      height: 27px; }
    #ac-footer #hot-jobs #jobs-body .company-name {
      max-width: 150px;
      height: 27px;
      padding: 0px 0px 0px 0px; }
    #ac-footer #hot-jobs #jobs-body .location {
      max-width: 100px;
      height: 27px; }

html, body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased; }

.body-padding-top {
  padding-top: 75px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 56px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 40px; } }

h1.page-title {
  font-size: 32px; }

h2 {
  font-size: 26px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px; } }

h2.size30 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 15px; }

p {
  margin: 0 0 20px; }

button, .btn {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none; }

.sans-serif {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.script {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.allcaps {
  text-transform: uppercase !important; }

hr.primary,
hr.light,
hr.dark {
  max-width: 100px;
  margin: 25px auto;
  border-bottom: none; }

hr.primary {
  border-top: 6px solid #439ad5; }

hr.light {
  border-top: 6px solid #f4f5f7; }

hr.dark {
  border-top: 6px solid #3e444d; }

hr.primary-small,
hr.light-small,
hr.dark-small {
  max-width: 50px;
  margin: 15px auto; }

hr.primary-small {
  border-top: 3px solid #439ad5; }

hr.light-small {
  border-top: 3px solid #f4f5f7; }

hr.dark-small {
  border-top: 3px solid #3e444d; }

.text-dark {
  color: #3e444d; }

.text-light {
  color: #f4f5f7; }

.text-primary {
  color: #439ad5 !important; }

.text-success {
  color: #2ecc71; }

.text-info {
  color: #5fc9d3; }

.text-warning {
  color: #e67e22; }

.text-danger {
  color: #e74c3c; }

@media (min-width: 767px) {
  p {
    margin: 0 0 20px;
    line-height: 1.6; } }
a {
  color: #439ad5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #2a80bb; }

a.light-text {
  color: #d6dae2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a.light-text:hover, a.light-text:focus {
    text-decoration: none;
    color: #b9bfcc;
    outline: none; }

.size12 {
  font-size: 12px; }

.size13 {
  font-size: 13px; }

.size14 {
  font-size: 14px; }

.size15 {
  font-size: 15px !important; }

.size16 {
  font-size: 16px !important; }

.size17 {
  font-size: 17px !important; }

.size18 {
  font-size: 18px !important; }

.size19 {
  font-size: 19px !important; }

.size20 {
  font-size: 20px !important; }

.size22 {
  font-size: 22px !important; }

.size24 {
  font-size: 24px !important; }

.size26 {
  font-size: 26px; }

.size36 {
  font-size: 36px !important; }

.bold, .strong {
  font-weight: bold; }

/* snippets */
#hero, .hero, .intro-img {
  padding-top: 100px;
  height: 750px;
  width: 100%;
  color: #ffffff; }
  #hero h1, .hero h1, .intro-img h1 {
    font-weight: bold; }
  #hero p, .hero p, .intro-img p {
    font-size: 20px;
    padding: 0 0 10px 0; }
  #hero h2, .hero h2, .intro-img h2 {
    font-size: 20px;
    font-weight: normal;
    color: #84878a; }
  #hero .btn, .hero .btn, .intro-img .btn {
    height: auto; }
  @media (min-width: 992px) {
    #hero .btn-lg, .hero .btn-lg, .intro-img .btn-lg {
      padding-top: 15px;
      padding-bottom: 15px; } }

#employers #hero {
  padding-top: 200px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-img {
    /*    .overlay {
          display: block;
          width: 100%;
          background-color: black;
          background-image: url('../img/diagonal-noise.png');
          opacity: 0.3;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
        }*/ } }
.intro-img {
  height: auto; }

.intro-img {
  padding: 100px 0 0px; }

.intro-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.intro-dark-bg {
  color: #f4f5f7; }

.intro-light-bg {
  color: #3e444d; }

body {
  background: none !important; }

#pardot-form {
  background: none !important; }
  #pardot-form > * {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #pardot-form label {
    font-weight: normal;
    font-size: 14px;
    clear: both;
    display: block;
    padding-left: 0px; }
  #pardot-form input, #pardot-form textarea {
    width: 100%;
    border: 1px solid #ffffff;
    color: #84878a;
    font-weight: normal;
    font-size: 12px; }
  #pardot-form textarea {
    height: 100px; }
  #pardot-form .top-margin50 {
    margin-top: 50px; }
  #pardot-form span.description {
    font-size: 11px !important; }
  #pardot-form input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-user-select: none;
    background-color: #337ab7;
    background-image: none;
    border-bottom-color: #2e6da4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #2e6da4;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #2e6da4;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #2e6da4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #pardot-form input[type="submit"]:hover {
      color: #fff;
      text-decoration: none; }
    #pardot-form input[type="submit"]:active {
      box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
    #pardot-form input[type="submit"].button-small {
      padding: 10px 33px;
      border: 1px solid #68A2EE;
      font-size: 14px;
      font-weight: 500; }

body#public {
  background: none; }
  body#public #container.ltr {
    padding: 0px;
    margin-top: 0px;
    border: none;
    box-shadow: none; }
    body#public #container.ltr h1#logo {
      display: none !important; }
    body#public #container.ltr header h1 {
      color: #474747; }
    body#public #container.ltr header div {
      font-size: 15px !important; }
    body#public #container.ltr form.wufoo input[type="submit"] {
      -webkit-font-smoothing: antialiased;
      -webkit-transition-delay: 0s;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-property: all;
      -webkit-transition-timing-function: ease-in-out;
      -webkit-user-select: none;
      background-color: #337ab7;
      background-image: none;
      border-bottom-color: #2e6da4;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: #2e6da4;
      border-left-style: solid;
      border-left-width: 1px;
      border-right-color: #2e6da4;
      border-right-style: solid;
      border-right-width: 1px;
      border-top-color: #2e6da4;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-top-style: solid;
      border-top-width: 1px;
      box-sizing: border-box;
      color: white;
      cursor: pointer;
      display: inline-block;
      font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 15px;
      font-weight: normal;
      line-height: 19px;
      margin-bottom: 0px;
      padding: 10px 15px;
      text-align: center;
      text-decoration: none;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transition-property: all;
      transition-timing-function: ease-in-out;
      vertical-align: middle;
      white-space: nowrap;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      body#public #container.ltr form.wufoo input[type="submit"]:hover {
        color: #fff;
        text-decoration: none; }
      body#public #container.ltr form.wufoo input[type="submit"]:active {
        box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
      body#public #container.ltr form.wufoo input[type="submit"].button-small {
        padding: 10px 33px;
        border: 1px solid #68A2EE;
        font-size: 14px;
        font-weight: 500; }
    body#public #container.ltr form.wufoo input {
      width: 100%; }
    body#public #container.ltr form.wufoo #title767, body#public #container.ltr form.wufoo #fo305li867 label {
      font-size: 12px; }
    body#public #container.ltr form.wufoo .leftLabel li {
      width: 100% !important; }
    body#public #container.ltr form.wufoo li div {
      width: 100%; }
    body#public #container.ltr form.wufoo #fo310li8 span, body#public #container.ltr form.wufoo #fo311li1 span {
      width: 159px; }
    body#public #container.ltr form.wufoo ul li {
      width: 100% !important; }
      body#public #container.ltr form.wufoo ul li.buttons {
        padding-left: 0px !important; }
        body#public #container.ltr form.wufoo ul li.buttons div {
          margin-left: 0px !important; }
    body#public #container.ltr form.wufoo .desc {
      text-align: left;
      width: 100%; }
  body#public.noI #container.ltr {
    background: #ffffff; }
    body#public.noI #container.ltr header, body#public.noI #container.ltr h1#logo {
      display: none !important; }
  body#public.noI form.wufoo input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-user-select: none;
    background-color: #337ab7;
    background-image: none;
    border-bottom-color: #2e6da4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #2e6da4;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #2e6da4;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #2e6da4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    body#public.noI form.wufoo input[type="submit"]:hover {
      color: #fff;
      text-decoration: none; }
    body#public.noI form.wufoo input[type="submit"]:active {
      box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
    body#public.noI form.wufoo input[type="submit"].button-small {
      padding: 10px 33px;
      border: 1px solid #68A2EE;
      font-size: 14px;
      font-weight: 500; }
  body#public.noI form.wufoo input {
    width: 80%; }

#contactModal * {
  font-size: 14px !important; }
#contactModal label {
  display: block; }
#contactModal .help-inline {
  color: red; }
#contactModal textarea, #contactModal input {
  width: 100%;
  margin-bottom: 10px; }
#contactModal #btn-toggle-templates {
  font-size: 13px !important; }
#contactModal .modal-body {
  min-height: 460px; }

#contactModal label[for="cf_studentbundle_messagetype_toUsername"], #contactModal #cf_studentbundle_messagetype_toUsername,
#contactModal label[for="cf_studentbundle_messagetype_fromUsername"], #contactModal #cf_studentbundle_messagetype_fromUsername,
#contactModal label[for="cf_studentbundle_messagetype_date"], #contactModal #cf_studentbundle_messagetype_date,
#contactModal label[for="cf_studentbundle_messagetype_subject"], #contactModal #cf_studentbundle_messagetype_subject,
#contactModal #cf_studentbundle_messagetype_introduceToCompany, #contactModal label[for="cf_studentbundle_messagetype_introduceToCompany"] {
  display: none; }

#contactModal.send-message #cf_studentbundle_messagetype_forwardTo,
#contactModal.send-message label[for="cf_studentbundle_messagetype_forwardTo"],
#contactModal.send-message #cf_studentbundle_messagetype_introduceTo,
#contactModal.send-message label[for="cf_studentbundle_messagetype_introduceTo"] {
  display: none !important; }

#contactModal.send-message.connect #cf_studentbundle_messagetype_subject,
#contactModal.send-message.connect label[for="cf_studentbundle_messagetype_subject"] {
  display: block; }

/* Forward To, hide introduce */
#contactModal.forward-profile #cf_studentbundle_messagetype_introduceTo,
#contactModal.forward-profile label[for="cf_studentbundle_messagetype_introduceTo"] {
  display: none !important; }

/* Introduce To, hide forward */
#contactModal.introduce #cf_studentbundle_messagetype_forwardTo,
#contactModal.introduce label[for="cf_studentbundle_messagetype_forwardTo"] {
  display: none !important; }

#contactModal.introduce .is_admin #cf_studentbundle_messagetype_introduceToCompany,
#contactModal.introduce .is_admin label[for="cf_studentbundle_messagetype_introduceToCompany"],
#contactModal.forward-profile .is_admin #cf_studentbundle_messagetype_introduceToCompany,
#contactModal.forward-profile .is_admin label[for="cf_studentbundle_messagetype_introduceToCompany"] {
  display: block !important; }

#contactModal.connect #cf_studentbundle_messagetype_fromName, #contactModal.connect label[for="cf_studentbundle_messagetype_fromName"],
#contactModal.connect #cf_studentbundle_messagetype_fromEmail, #contactModal.connect label[for="cf_studentbundle_messagetype_fromEmail"],
#contactModal p#introduce-text {
  display: none;
  font-size: 14px; }

#contactModal.introduce p#introduce-text {
  display: block;
  margin-bottom: 10px; }

#cf_studentbundle_messagetype_message {
  width: 515px;
  height: 150px; }

#cf_studentbundle_messagetype_notify {
  display: inline-block !important;
  width: auto !important;
  margin-right: 5px; }

label[for="cf_studentbundle_messagetype_notify"] {
  display: inline-block !important;
  font-weight: normal;
  width: auto; }

/*
.public-profile ul.connect-menu{margin:0px;}
.public-profile .connect-menu li{
  list-style-type: none;
  border-bottom: 1px solid #6D6D6D;
}
.public-profile .connect-menu li:last-child{border-bottom: none;}

.public-profile .connect-menu li a{ display:block; color: #E3E3E3; font-size:14px; padding: 10px 0; border:none;}
.public-profile .connect-menu li a:hover{ color: #fff; text-decoration: none;}
.public-profile .connect-menu li a i{margin-top:3px;margin-right:8px;}
*/
.public-profile .modal-header h3 {
  color: #333 !important;
  font-size: 18px;
  margin-top: 6px;
  width: 90%;
  font-weight: bold; }

#contactModal .is_employer label[for="cf_studentbundle_messagetype_subject"], #contactModal .is_employer #cf_studentbundle_messagetype_subject {
  display: block !important; }

#contactModal .btn-hide-template {
  color: #84878a;
  margin-top: 20px;
  margin-right: 15px; }
#contactModal .modal-content, #contactModal .modal-dialog {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: #fff 1px solid; }
#contactModal #message-template-container, #contactModal #template-manager {
  display: none; }
#contactModal.show-templates {
  /* #template-manager */ }
  #contactModal.show-templates .modal-dialog {
    width: 950px; }
  #contactModal.show-templates .modal-content {
    width: 599px;
    display: inline-block;
    float: right; }
  #contactModal.show-templates .templates {
    height: 469px;
    overflow-: -moz-scrollbars-vertical;
    overflow-y: scroll; }
    #contactModal.show-templates .templates::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    #contactModal.show-templates .templates::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  #contactModal.show-templates #message-template-container {
    width: 348px;
    display: inline-block;
    height: auto;
    background: #fff;
    border: 1px solid #fff;
    height: 589px;
    border-right: 1px solid #dadada; }
    #contactModal.show-templates #message-template-container .recruiter-template {
      cursor: pointer; }
    #contactModal.show-templates #message-template-container #manage-templates-btn {
      padding: 0px !important; }
  #contactModal.show-templates #template-manager {
    /* .show-manager */ }
    #contactModal.show-templates #template-manager.show-manager {
      display: block;
      position: absolute;
      background: #fff;
      width: 100%;
      height: 589px; }
      #contactModal.show-templates #template-manager.show-manager .header {
        border-bottom: 1px solid #eeeeee; }
      #contactModal.show-templates #template-manager.show-manager #template-list {
        display: block; }
      #contactModal.show-templates #template-manager.show-manager #template-editor {
        display: none; }
    #contactModal.show-templates #template-manager.show-editor #template-editor {
      display: block; }
    #contactModal.show-templates #template-manager.show-editor #template-list {
      display: none; }
    #contactModal.show-templates #template-manager.show-editor .cancel-btn {
      margin-top: 5px;
      margin-right: 15px; }

/*

.public-profile .connect-menu .btn-group .white-caret{
  margin-top:8px;margin-left:5px;
}
.public-profile .connect-menu .btn-group a{
  font-family: 'Source Sans Pro', sans-serif;
  color:#E3E3E3; text-shadow:none;font-size:14px;
}
.public-profile .connect-menu .btn-group a.btn-link
{
  border:none; background:none;
}
.public-profile .connect-menu .btn-group .dropdown-menu a{ color:#333; padding:3px 20px !important; }
.public-profile .connect-menu .btn-group .dropdown-menu a:hover{ color:#fff; }
*/
/* pages */
#home h1 {
  padding-top: 80px;
  font-size: 55px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #home h1 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    #home h1 {
      font-size: 40px; } }
#home h2, #home h3 {
  color: #84878a; }
#home #hero {
  height: 730px;
  padding-top: 230px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #home #hero {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    #home #hero {
      padding-top: 20px; } }
#home #annual-survey-section {
  margin-top: -30px; }

#ac-stats .col-sm-4 p {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2em;
  color: #84878a;
  padding-left: 10px;
  position: relative;
  top: 10px; }
@media (max-width: 991px) {
  #ac-stats .inline {
    display: block; }
  #ac-stats p, #ac-stats .inline {
    text-align: center; } }

#explore-hero, #hero-couch {
  width: 100%;
  height: 600px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

#hero-couch {
  height: 650px; }

#student-value-props {
  background: #f2ad00;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px; }
  #student-value-props img {
    max-width: 61px; }
  #student-value-props h3 {
    color: #ffffff;
    padding: 15px 0;
    font-weight: normal; }
  #student-value-props p {
    font-size: 17px; }

#testimonials {
  padding-top: 45px;
  padding-bottom: 75px;
  font-size: 14px; }
  @media (max-width: 767px) {
    #testimonials {
      padding-bottom: 0px; } }
  #testimonials * {
    color: #84878a; }
  #testimonials h4 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #404040;
    font-size: 16px;
    font-weight: normal; }
  #testimonials .panel-heading {
    padding: 10px;
    font-size: 13px; }
    #testimonials .panel-heading img.media-object {
      float: left;
      margin-right: 5px; }
    #testimonials .panel-heading .media-body {
      height: 76px; }
  #testimonials .panel-body {
    overflow-y: hidden;
    height: 100px; }

#hero-couch {
  height: 450px;
  background-repeat: no-repeat;
  background-color: #fff; }

#blog-features {
  padding: 20px 0 40px 0; }
  #blog-features .media-body, #blog-features .media-body > * {
    color: #84878a; }
  #blog-features .col-md-3 {
    padding: 0px; }
  #blog-features div.img {
    width: 100%;
    height: 214px;
    background-size: cover;
    background-position: center; }

#explore-now {
  padding: 20px 0 40px 0;
  background: #f5f5f5; }
  #explore-now h2 {
    color: #84878a; }
  #explore-now p {
    color: #84878a; }

.explore-form .btn-full {
  width: 100%; }

#employers .btn-outline {
  border-color: #428bca !important; }
#employers #hero {
  background-size: cover !important; }
  #employers #hero h1 {
    font-size: 50px; }
  @media (max-width: 991px) {
    #employers #hero {
      padding-top: 40px;
      padding-bottom: 40px;
      height: 450px;
      background-position: 35%; }
      #employers #hero h1 {
        font-size: 30px;
        margin-top: 30px; }
      #employers #hero p {
        font-size: 16px;
        margin-top: 30px; }
      #employers #hero a {
        margin-bottom: 6px;
        font-size: 10px; } }
  #employers #hero .btn-primary-hero {
    color: #fff;
    background-color: #BCAC95;
    border-color: #BBA688; }
#employers #company-case-studies, #employers #hire {
  background: #f6f6f6; }
#employers #build h1 {
  color: #4A4A4A;
  font-size: 40px;
  font-weight: bold; }
#employers #build p, #employers #build h2, #employers #build h3 {
  color: #848689; }
#employers #company-case-studies #owl-case-studies {
  padding-bottom: 40px; }
#employers #company-case-studies .media-left {
  padding-right: 70px;
  text-align: center;
  vertical-align: middle;
  margin: 1em 0; }
  @media (max-width: 767px) {
    #employers #company-case-studies .media-left {
      text-align: center;
      display: block;
      clear: both;
      height: 80px !important; } }
  #employers #company-case-studies .media-left img {
    vertical-align: middle; }
#employers #hire {
  background-repeat: no-repeat; }
  #employers #hire h2 {
    color: #84878a;
    padding-top: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #employers #hire h2 {
        padding-top: 0px; } }
  #employers #hire .col-sm-3 {
    overflow: hidden; }
  #employers #hire img {
    width: 100%; }
#employers #brand img {
  margin-top: 20px; }
#employers #employer-stats {
  padding-top: 60px;
  text-align: center;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #employers #employer-stats {
      padding-top: 45px; } }
  @media (max-width: 767px) {
    #employers #employer-stats {
      height: 580px;
      font-size: 13px; }
      #employers #employer-stats h2 {
        font-size: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #employers #employer-stats {
      padding-top: 50px; } }
  #employers #employer-stats .row {
    padding-bottom: 45px; }
    @media (max-width: 991px) {
      #employers #employer-stats .row {
        padding-bottom: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #employers #employer-stats .row {
        padding-bottom: 30px; } }
  #employers #employer-stats h2 {
    margin-bottom: 0px;
    font-weight: bold; }
@media (max-width: 991px) {
  #employers .inner50, #employers #hire .col-sm-12 div, #employers .owl-carousel {
    padding: 15px 0; }
  #employers #hire h2 {
    padding-top: 0px; }
  #employers .retina-img {
    max-width: 290px;
    height: auto; } }
#employers.feeds-sourcing #hero, #employers.outreach #hero {
  height: auto;
  padding-top: 80px; }
  #employers.feeds-sourcing #hero *, #employers.outreach #hero * {
    color: #404040; }
  #employers.feeds-sourcing #hero h1, #employers.outreach #hero h1 {
    font-size: 40px; }
  #employers.feeds-sourcing #hero h2, #employers.outreach #hero h2 {
    font-size: 26px;
    color: #84878a; }
  #employers.feeds-sourcing #hero .well, #employers.outreach #hero .well {
    background-color: #EEEEEE;
    color: #666666;
    height: 200px; }
    #employers.feeds-sourcing #hero .well h3, #employers.outreach #hero .well h3 {
      font-size: 18px; }
    #employers.feeds-sourcing #hero .well img, #employers.outreach #hero .well img {
      margin-top: -75px; }
  #employers.feeds-sourcing #hero .col-md-12 .well, #employers.outreach #hero .col-md-12 .well {
    height: auto; }
  #employers.feeds-sourcing #hero .border-left, #employers.outreach #hero .border-left {
    border-left: 1px solid #979797; }
  #employers.feeds-sourcing #hero .well-white, #employers.outreach #hero .well-white {
    height: 125px;
    background: #fff; }
    #employers.feeds-sourcing #hero .well-white *, #employers.outreach #hero .well-white * {
      font-size: 15px; }
    #employers.feeds-sourcing #hero .well-white p, #employers.outreach #hero .well-white p {
      margin-bottom: 5px; }
#employers.feeds-sourcing #pricing, #employers.outreach #pricing {
  background: #F0F0F0; }
  #employers.feeds-sourcing #pricing h2, #employers.outreach #pricing h2 {
    color: #84878a; }
  #employers.feeds-sourcing #pricing .price-body, #employers.outreach #pricing .price-body {
    padding-top: 10px !important;
    height: 240px !important; }
  #employers.feeds-sourcing #pricing .new-members-pricing .price-body, #employers.outreach #pricing .new-members-pricing .price-body {
    height: 180px !important; }
#employers.outreach p {
  color: #84878a !important;
  font-size: 18px; }
#employers.outreach li {
  color: #84878a !important;
  font-size: 15px;
  line-height: 2em; }
#employers.outreach th {
  text-align: center;
  background: #EEEEEE;
  padding: 15px 30px;
  vertical-align: top; }
#employers.outreach td {
  text-align: center;
  padding: 10px 0;
  background: #ffffff; }
#employers.hiring-regions td {
  padding: 15px 30px; }
  #employers.hiring-regions td:last-child {
    text-align: left; }
#employers.hiring-regions th:first-child {
  width: 200px; }
#employers.hiring-regions th:last-child {
  text-align: left; }
#employers.feed-categories ul li li {
  display: inline-block;
  width: 49%;
  list-style-type: none;
  color: #4A4A4A; }
#employers.feed-categories .panel-group {
  margin-bottom: 0px; }
  #employers.feed-categories .panel-group .panel {
    border-radius: 0px;
    border-bottom: 0px; }
  #employers.feed-categories .panel-group .panel-heading {
    background: #fff; }
    #employers.feed-categories .panel-group .panel-heading a {
      color: #428bca !important; }
    #employers.feed-categories .panel-group .panel-heading span {
      color: #84878a !important; }
    #employers.feed-categories .panel-group .panel-heading .glyphicon {
      color: #428bca !important;
      font-size: 12px; }
    #employers.feed-categories .panel-group .panel-heading .glyphicon-menu-down {
      display: none; }
    #employers.feed-categories .panel-group .panel-heading.actives {
      background: #ECECEC; }
      #employers.feed-categories .panel-group .panel-heading.actives a {
        color: #404040 !important; }
      #employers.feed-categories .panel-group .panel-heading.actives .glyphicon-menu-down {
        display: inline; }
      #employers.feed-categories .panel-group .panel-heading.actives .glyphicon-menu-right {
        display: none; }
  #employers.feed-categories .panel-group .panel-collapse {
    background-color: #fafafa; }
    #employers.feed-categories .panel-group .panel-collapse ul {
      background: #FAFAFA !important; }
      #employers.feed-categories .panel-group .panel-collapse ul.list-group {
        padding: 10px 15px; }
    #employers.feed-categories .panel-group .panel-collapse .list-group-item {
      padding: 0px; }
    #employers.feed-categories .panel-group .panel-collapse.in + div {
      backgorund: #ECECEC;
      display: none; }

#feeds-beta {
  background: #FCFCFC; }
  #feeds-beta a {
    color: #428bca !important; }
  #feeds-beta #hero {
    padding-top: 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    height: auto; }
    #feeds-beta #hero * {
      color: #4A4A4A; }
    #feeds-beta #hero h1 {
      font-size: 40px; }
    #feeds-beta #hero #logo {
      width: 200px;
      margin: 10px 0; }
    #feeds-beta #hero #form-container, #feeds-beta #hero .gray-bg {
      background: #F9F9F9; }
    #feeds-beta #hero p {
      font-size: 17px; }
    #feeds-beta #hero .italic {
      font-style: italic !important; }
    #feeds-beta #hero .red {
      color: #D0021B; }
    #feeds-beta #hero .btn-outline {
      background: #FFFFFF;
      color: #4A4A4A;
      width: 220px;
      display: inline-block; }
      #feeds-beta #hero .btn-outline:hover {
        background: none !important; }
    #feeds-beta #hero .gray-bg .btn-outline {
      width: 100%; }
  #feeds-beta.closed-feeds-beta #hero {
    background-size: cover; }
    #feeds-beta.closed-feeds-beta #hero a {
      color: #428bca; }
    #feeds-beta.closed-feeds-beta #hero h1 {
      font-size: 24px; }
    #feeds-beta.closed-feeds-beta #hero .white-bg {
      min-height: 1000px; }
  #feeds-beta #pricing-chart {
    background-size: cover;
    background-repeat: no-repeat; }
    #feeds-beta #pricing-chart .header * {
      color: #ffffff; }
    #feeds-beta #pricing-chart .header h2 {
      font-size: 32px;
      font-weight: bold; }
    #feeds-beta #pricing-chart .header p {
      font-size: 17px; }

.price-package {
  background: #E1AF5A;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px; }

.price-body {
  padding: 30px;
  height: 210px;
  background: #ffffff;
  text-align: center; }
  .price-body h3 {
    margin-top: 0px;
    font-size: 40px; }
    .price-body h3 span {
      font-size: 20px; }
  .price-body ul {
    padding-left: 0px;
    list-style-type: none;
    font-size: 16px;
    color: #5C5C5C;
    width: 85%;
    display: inline-block; }
    .price-body ul li {
      border-top: 1px solid #E4E4E4;
      padding: 10px 15px; }
      .price-body ul li:first-child {
        border-top: none; }
      .price-body ul li:last-child {
        padding-top: 25px; }
      .price-body ul li p {
        margin-top: 8px; }

#academia #hero {
  padding-top: 120px; }
  @media (max-width: 991px) {
    #academia #hero {
      padding-top: 100px;
      padding-bottom: 100px;
      height: 660px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #academia #hero h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    #academia #hero {
      height: 700px; }
      #academia #hero h1 {
        font-size: 36px; }
      #academia #hero p {
        font-size: 20px; } }
#academia #join-us .col-md-5 .inner40 {
  padding-bottom: 0px; }

.about-page #hero {
  height: 400px; }
  .about-page #hero h1 {
    font-size: 38px;
    margin-top: 50px; }
.about-page .partner-logos img {
  max-height: 116px;
  width: auto; }
@media (max-width: 767px) {
  .about-page #hero h1 {
    font-size: 26px;
    margin-top: 30px; }
  .about-page .inner40 {
    padding: 0; } }

#cf-ac-acquisition header {
  display: none; }
#cf-ac-acquisition #hero {
  padding-top: 175px;
  height: 462px;
  max-height: 462px; }
  #cf-ac-acquisition #hero img {
    max-height: 54px; }
  @media (max-width: 991px) {
    #cf-ac-acquisition #hero {
      padding-top: 80px; } }

#navigation_profile_dropdown_menu ul {
  padding-left: 0px;
  width: 240px; }
  #navigation_profile_dropdown_menu ul li {
    padding: 6px; }
  #navigation_profile_dropdown_menu ul a {
    font-weight: normal; }
    #navigation_profile_dropdown_menu ul a i {
      margin-right: 8px; }

#student-profile {
  background-color: #ededed !important;
  padding-top: 100px; }
  #student-profile h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px; }
  #student-profile h2 {
    font-size: 18px; }
  #student-profile h3 {
    font-size: 21px; }
  #student-profile p {
    margin-bottom: 5px; }
  #student-profile span.label-default {
    background: #F3F3F3;
    color: #84878a;
    font-weight: normal; }
  #student-profile .profile-photo {
    margin: 0 15px 15px 0;
    width: 150px;
    height: 150px;
    background-size: 100% auto; }
  #student-profile .profile-school-summary p, #student-profile #section-contact p {
    margin-bottom: 3px; }
  #student-profile .profile-school-summary th, #student-profile #section-contact th {
    padding: 6px 0px;
    text-align: right;
    width: 150px;
    font-weight: normal; }
  #student-profile .profile-school-summary td, #student-profile #section-contact td {
    padding: 6px 0px 6px 20px; }
  #student-profile #section-contact th {
    width: 105px; }
  #student-profile #send-message-btn :hover {
    color: #ededed; }
  #student-profile #send-message-btn .glyphicon {
    position: relative;
    top: 3px; }
  #student-profile #send-message-btn .inner20 {
    padding: 15px 40px; }
  #student-profile .section-icon {
    max-width: 25px;
    position: relative;
    top: -3px;
    margin-right: 10px; }
  #student-profile .section {
    position: relative; }
    #student-profile .section .contents {
      padding-left: 40px; }
    #student-profile .section .hide-section {
      display: none; }
    #student-profile .section .edit-btn {
      position: absolute;
      right: 0px; }
  #student-profile #section-skills-and-languages .label-default {
    display: inline-block;
    margin-top: 10px; }
  #student-profile .company-logo-holder {
    vertical-align: middle;
    width: 100%;
    height: 150px;
    text-align: center; }
    #student-profile .company-logo-holder img {
      margin-bottom: 15px; }
  #student-profile .section-helper-text {
    text-align: center;
    font-size: 13px;
    border: 1px dotted #333;
    padding: 20px;
    background: #F6F6F6;
    color: #404040; }

@media (max-width: 991px) {
  #annual-survey-section a.size20 {
    font-size: 17px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #annual-survey h1 {
    font-size: 40px; } }
@media (max-width: 767px) {
  #annual-survey h1 {
    font-size: 32px; } }

.company-smb #company-careers-section, .company-smb #comapny-events-section, .company-smb #company-logo, .company-smb #company-description {
  margin-bottom: 30px; }
.company-smb #company-closing-description h1, .company-smb #company-closing-description h2, .company-smb #company-closing-description h3 {
  margin-top: 0px !important; }
.company-smb #company-logo .white-bg, .company-smb #company-description .white-bg {
  min-height: 320px; }
.company-smb #careers-item-side {
  overflow-y: scroll; }
.company-smb #careers-item-side .contents {
  max-height: none !important;
  overflow-y: auto !important;
  margin-left: 33px; }
.company-smb #careers-item-large .contents, .company-smb #events-large .contents {
  max-height: none !important;
  overflow-y: auto !important;
  margin-left: 33px; }
.company-smb #careers-item-large .job-location {
  margin-right: 10px; }
.company-smb #back-to-company-home {
  margin-bottom: 15px; }
.company-smb #events-large .event-button-container {
  margin-top: -17px; }

.scholarship-row, .event-row {
  margin-bottom: 15px; }
  .scholarship-row p, .event-row p {
    margin-bottom: 5px;
    line-height: 22px; }

#company-companycareersdetails #careers-item {
  margin-bottom: 15px; }
#company-companycareersdetails #job-title-container {
  width: 100%; }
#company-companycareersdetails #back-to-all-opportunities {
  margin-left: 5px; }
#company-companycareersdetails #im-interested-bottom {
  text-align: center; }
#company-companycareersdetails #careers-item-side .one-job-container {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 15px; }

#events-large .event-details {
  margin-left: 20px; }

i.fa-map-marker {
  margin-left: 2px;
  margin-right: 2px; }

/* Large desktop */
@media (min-width: 1200px) {
  /*html{display: none !important;}*/
  .job-detail .post-item {
    overflow-y: scroll; }

  .company-smb #company-smb-image-header-medium,
  .company-smb #company-smb-image-header-tablet {
    display: none; }

  .company-smb #header-horizontal-stack {
    display: none; }

  .company-smb #margin-top-followers {
    margin-top: 1.5em; }

  .company-smb .overlay-icon {
    top: 240px; }

  .company-smb .image-card-height {
    height: 293px; }

  .company-smb .bkg-color-images {
    display: none; }

  /****** HOME PAGE *******/
  .home-page .small-screen,
  .home-page .tablet-screen {
    display: none; }

  .home-page #line-break-mobile {
    display: none; }

  .home-page #how-it-works-section-mobile {
    display: none; }

  .home-page .mobile-faq {
    display: none; }

  .home-page #logo-wall-mobile,
  .home-page #logo-wall-mobile-landscape {
    display: none; }

  .home-page .btn-sign-up-mobile {
    display: none; }

  body.home-page {
    overflow-x: hidden; }

  /****** PUBLIC PROFILE *******/
  .responsive-profile .member-badge-small-screen {
    display: none; }

  .responsive-profile .school-logo-holder {
    width: 105px !important;
    height: 105px !important;
    position: relative; }

  .responsive-profile #school-logo {
    margin: auto;
    max-height: 95px;
    max-width: 95px;
    text-align: center;
    vertical-align: middle; }

  .responsive-profile .short-bio-container {
    width: 55%; }

  .responsive-profile #tags-placement-mobile {
    display: none; }

  .responsive-profile .member-badge-large-screen {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 95px;
    max-width: 95px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; }

  .responsive-profile .badge-holder {
    float: right;
    margin-right: 20px; } }
@media (min-width: 980px) and (max-width: 1199px) {
  /*html{display: none !important;}*/
  .job-detail .post-item {
    overflow-y: scroll; }

  .company-smb #company-smb-image-header-medium {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }

  .company-smb #header-horizontal-stack {
    display: none; }

  .company-smb #margin-top-followers {
    margin-top: 0.8em; }

  .company-smb .overlay-icon {
    top: 185px; }

  .company-smb .image-card-height {
    height: 237px; }

  .company-smb h3 {
    margin-top: 0 !important; }

  .company-smb .bkg-color-images {
    display: none; }

  .company-smb #logo-header {
    padding: 25px 3.5% 0 11.6% !important; }

  .company-smb .inner {
    padding: 0 !important; }

  /****** HOME PAGE *******/
  .home-page #connect-headline {
    width: 100%; }

  .home-page .big-screen,
  .home-page .tablet-screen {
    display: none; }

  .home-page .span3 {
    width: 18%; }

  .home-page #golden_key {
    margin-right: 5%; }

  .home-page.connect-page #connect-cta .box-border {
    width: 300px;
    margin-left: -40px; }

  .home-page.connect-page #connect-cta {
    background-position: center 0; }

  .home-page.connect-page #news-row a {
    margin-right: 20px; }

  .home-page .hide-student {
    display: none; }

  .home-page .headline-text {
    margin-left: auto;
    margin-right: auto;
    width: 80%; }

  .home-page #line-break-mobile {
    display: none; }

  .home-page #how-it-works-section-mobile {
    display: none; }

  .home-page .mobile-faq {
    display: none; }

  .home-page #logo-wall-mobile,
  .home-page #logo-wall-mobile-landscape {
    display: none; }

  .home-page.connect-page #connect-cta {
    background: url("/images/connect/logo_wall_980.png") no-repeat scroll 0 0 transparent;
    min-height: 360px;
    background-position: center 0; }

  .home-page .btn-sign-up-mobile {
    display: none; }

  body.home-page {
    overflow-x: hidden; }

  /****** PUBLIC PROFILE *******/
  .responsive-profile .school-logo {
    max-height: 80px;
    max-width: 80px; }

  .responsive-profile .member-badge-large-screen {
    max-height: 70px;
    max-width: 70px; }

  .responsive-profile .member-badge-small-screen {
    display: none; }

  .responsive-profile #location-text {
    width: 70%;
    margin-left: 10px; }

  .responsive-profile #top-nav-bar .span3 {
    width: 170px; }

  .responsive-profile .sub-menu .container .span5 {
    width: 100%; }

  .responsive-profile .short-bio-container {
    width: 55%; }

  .responsive-profile #tags-placement-mobile {
    display: none; }

  .responsive-profile .badge-holder {
    float: right; }

  .responsive-profile .member-badge-large-screen {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 70px;
    max-width: 70px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; }

  .responsive-profile .badge-holder {
    max-height: 95px;
    max-width: 95px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 20px; } }
/* Screen Size ?? */
@media (max-width: 1150px) {
  #rocket-ship {
    display: none; }

  /****** HOME PAGE *******/
  .home-page .big-screen {
    display: none; }

  .home-page .hide-student {
    display: none; }

  .responsive-profile .school-logo-holder {
    width: 80px !important;
    height: 80px !important;
    position: relative; }

  .responsive-profile #school-logo {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 80px;
    max-width: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; } }
/* 960 screen? */
@media (max-width: 979px) {
  /*html{display: none !important;}*/
  /*.job-detail{ width:724px; }*/
  .job-detail .post-item {
    overflow-y: scroll; }

  /*body{padding-top:0; }*/
  /*.navbar-fixed-top { margin-bottom: 0;}*/
  #rocket-ship {
    display: none; }

  .company-smb #margin-top-followers {
    margin-top: 0.8em; }

  body.company-smb {
    padding-top: 0; }

  .company-smb .navbar-fixed-top {
    margin-bottom: 0; }

  .company-smb h3 {
    margin-top: 0 !important; }

  .company-smb #logo-header {
    padding: 25px 3.5% 0 11.6% !important; }

  /****** RESPONSIVE MENU AND FOOTER *******/
  body.responsive .menu-position {
    float: left !important; }

  body.responsive .nav-collapse, .nav-collapse.collapse {
    width: 100%;
    margin-top: 15px; }

  body.responsive .nav-collapse, .nav-collapse.collapse ul.nav {
    background-color: #3f4753;
    margin-top: 10px;
    padding-left: -10px;
    padding-right: -10px; }

  body.responsive .menu-position a.btn.btn-success {
    margin-left: 25px !important; }

  body.responsive .nav-collapse .btn.btn-success,
  body.responsive .nav-collapse .btn.btn-gray {
    padding: 10px 20px;
    margin-bottom: 20px; }

  body.responsive .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0; }

  body.responsive .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #252a32 !important;
    /*you can change this color to anything*/ }

  body.responsive #top-nav-bar .span3 {
    margin-left: 20px !important; }

  body.responsive #top-nav-bar .btn-navbar {
    margin-right: 20px !important; }

  body.responsive .navbar .brand {
    margin: 0 !important; }

  /****** TOP NAV BAR *******/
  .login-responsive {
    margin-left: 25px;
    margin-bottom: 20px; }

  .display-block-tablet {
    display: block !important;
    float: left;
    margin-top: 5px; }

  /****** HOME PAGE *******/
  .home-page .big-screen,
  .home-page .student-holder.small-screen,
  .home-page .hide-student-tablet {
    display: none; }

  .home-page #golden_key {
    background: none repeat scroll 0 0 #202f42;
    float: right;
    margin-right: 2.5%;
    padding: 6px 10px;
    position: relative;
    margin-top: -68px; }

  .home-page.connect-page #connect-cta .box-border {
    width: 300px;
    margin-left: -70px; }

  .home-page.connect-page #news-row a {
    margin-right: -10px; }

  .home-page.connect-page #news-row a:nth-of-type(1) {
    margin-left: 0 !important; }

  .home-page.connect-page #connect-cta {
    background: url("/images/connect/logo_wall_tablet.png") no-repeat scroll 0 0 transparent;
    min-height: 360px;
    background-position: center 0; }

  body.home-page {
    overflow-x: hidden; }

  body.home-page.responsive .nav-collapse,
  body.home-page.responsive .nav-collapse.collapse ul.nav {
    background-color: #f2f2f2;
    margin-top: 10px; }

  body.home-page.responsive .nav-collapse .nav > li > a:hover,
  body.home-page.responsive .nav-collapse .nav > li > a:focus,
  body.home-page.responsive.nav-collapse .dropdown-menu a:hover,
  body.home-page.responsive .nav-collapse .dropdown-menu a:focus {
    background-color: #e7e7e7 !important;
    /*you can change this color to anything*/ }

  /****** PUBLIC PROFILE *******/
  body.responsive-profile {
    padding-top: 0; }

  .responsive-profile #school-logo-line-break {
    display: none; }

  .responsive-profile .profile-school-summary-float {
    float: left;
    margin-left: 20px; }

  .responsive-profile #location-content {
    clear: both; }

  .responsive-profile .school-logo-holder {
    float: left;
    margin-bottom: 30px; }

  /****** PUBLIC PROFILE *******/
  .responsive-profile .member-badge-large-screen {
    display: none; }

  .responsive-profile .sub-menu .container .span5 {
    width: 100%; }

  .responsive-profile .sub-menu {
    display: none; }

  .responsive-profile #gk-badge-small-screen {
    clear: both; }

  .responsive-profile .member-badge-small-screen {
    float: left;
    margin-bottom: 30px; }

  .responsive-profile .gk-badge-description {
    float: left;
    margin-left: 20px;
    width: 70%; }

  body.responsive-profile {
    overflow-x: hidden; }

  .responsive-profile .align-center-image-text {
    display: table-cell;
    vertical-align: middle;
    height: 120px; }

  .responsive-profile .school-logo-holder {
    width: 105px !important;
    height: 105px !important;
    position: relative; }

  .responsive-profile #school-logo {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 95px;
    max-width: 95px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; }

  .responsive-profile .member-badge-small-screen {
    max-height: 95px;
    max-width: 95px; }

  .responsive-profile a.btn-touch {
    padding: 10px;
    min-width: 90px;
    font-size: 16px; } }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #sandisk-scholars {
    width: 352px !important; }

  #sandisk-scholars .mobile-paragraph p {
    font-size: 14px !important;
    line-height: 1.4em !important; }

  #rocket-ship {
    display: none; }

  .company-smb #company-smb-image-header-tablet {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }

  .company-smb #company-smb-logo {
    width: 70%; }

  .company-smb .btn-large {
    font-size: 13px;
    font-weight: bold; }

  .company-smb #header-horizontal-stack {
    display: none; }

  .company-smb .span4.portrait-tablet-column {
    width: 352px; }

  .company-smb .image-card-height {
    height: 277px; }

  .company-smb .overlay-icon {
    top: 228px; }

  .company-smb .bkg-color-images {
    display: none; }

  /****** RESPONSIVE MENU AND FOOTER *******/
  #footer {
    display: none; }

  #refer-friends .span4 {
    width: 414px !important; }

  #refer-friends .span3 {
    display: none; }

  #refer-friends .row {
    margin-bottom: 10px; }

  /****** HOME PAGE *******/
  .home-page #line-break-mobile {
    display: none; }

  .home-page .mobile-faq {
    display: none; }

  .home-page #logo-wall-mobile,
  .home-page #logo-wall-mobile-landscape {
    display: none; }

  .home-page .btn-sign-up-mobile {
    display: none; }

  body.home-page {
    overflow-x: hidden; }

  .home-page #how-it-works-section-mobile {
    display: none; }

  .home-page .navbar-fixed-top {
    margin-bottom: 0px; }

  .home-page header h1 {
    margin-top: 0; }

  /****** PUBLIC PROFILE *******/
  .responsive-profile .span3.left-sidebar {
    width: 725px; }

  .responsive-profile .span9 {
    width: 725px; }

  .responsive-profile #profile-contents .inner {
    padding: 0px 0px; }

  .responsive-profile .short-bio-container {
    width: 68%; }

  .responsive-profile #tags-placement-mobile {
    display: none; }

  .responsive-profile #profile-contents .span2 {
    width: 48%; } }
/* Landscape phone to portrait tablet */
@media (min-width: 528px) and (max-width: 767px) {
  html {
    overflow-x: hidden; }

  .company-smb #company-smb-image-header-max,
  .company-smb #company-smb-image-header-medium,
  .company-smb #company-smb-image-header-tablet {
    display: none; }

  .company-smb #header-vertical-stack {
    display: none; }

  .company-smb #header-horizontal-stack .span6 {
    display: inline;
    float: left;
    width: 50%; }

  .company-smb .span6#follow-section {
    margin-top: 90px; }

  .company-smb .no-padding-left {
    padding-left: 40px; }

  .company-smb #follow-section.span6 {
    margin-top: 0;
    padding: 10px; }

  .company-smb #headline {
    padding-bottom: 0; }

  .company-smb .post-item.mobile-landscape {
    height: 180px !important;
    overflow: hidden; }

  .company-smb .landscape-phone-text-image-block {
    float: right;
    width: 48%; }

  .company-smb .photo-overlay-bg {
    width: 45%; }

  .company-smb .post-item {
    height: 100% !important; }

  .company-smb #fb-item {
    height: 100% !important; }

  .company-smb #twitter-item {
    height: 100% !important; }

  .company-smb #events-item .contents, .company-smb #careers-item .contents {
    max-height: none !important;
    overflow-y: auto !important; }

  .company-smb #events-item .contents, .company-smb #careers-item .contents {
    max-height: none !important;
    overflow-y: auto !important; }

  .company-smb #landscape-phone-image-map {
    background-position: left !important;
    background-size: 45% !important; }

  .company-smb .overlay-icon {
    top: 130px; }

  .company-smb .size18,
  .company-smb .size16 {
    font-size: 14px !important;
    line-height: 24px; }

  .company-smb .size14 {
    font-size: 12px !important; }

  .company-smb .inner40,
  .company-smb .inner30 {
    padding: 20px; }

  body.company-smb {
    padding-left: 10px;
    padding-right: 10px; }

  .company-smb .gray-container {
    padding: 10px 0; }

  .company-smb .social-media-mobile {
    margin-top: -15px; }

  .company-smb #fb-item {
    padding: 20px 20px 45px; }

  .company-smb #twitter-item {
    padding: 20px 20px 45px; }

  .company-smb .mobile-paragraph {
    margin-top: -10px; }

  .company-smb .inner {
    padding: 6% 10px 10px; }

  /****** RESPONSIVE MENU AND FOOTER *******/
  #footer {
    display: none; }

  #refer-friends {
    margin-left: -20px;
    margin-right: -20px; }

  #refer-friends .span3 {
    display: none; }

  #refer-friends .span4 {
    width: 414px !important;
    display: inline; }

  #refer-friends .span5 {
    margin-left: auto;
    margin-right: auto;
    width: 270px; }

  #refer-friends .row {
    margin-bottom: 5px; }

  #refer-friends .span4 .size14 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px; }

  .addthis_toolbox {
    width: 270px !important; }

  .addthis_toolbox a {
    margin-left: 5px;
    margin-right: 5px; }

  /****** HOME PAGE *******/
  .home-page.connect-page #connect-cta .box-border {
    width: 95%;
    margin-left: 0; }

  .home-page .box-border.goldenkey {
    display: none; }

  .home-page.connect-page #thousands-connected {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

  .home-page #golden_key {
    display: none; }

  .home-page.connect-page header {
    padding-top: 0; }

  .home-page .navbar-fixed-top {
    margin-bottom: 0px; }

  .home-page .arrow {
    display: none; }

  .home-page.connect-page #connect-cta {
    background-image: none; }

  .home-page.connect-page header h1 {
    font-size: 24px;
    line-height: 28px; }

  .home-page header h1 {
    margin-top: 10px; }

  .home-page.connect-page h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: -15px; }

  .home-page.connect-page header h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0; }

  .home-page.connect-page #news-row a {
    background-color: #f2f4f5;
    display: block;
    float: right;
    height: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-bottom: 5%;
    padding-top: 3%;
    width: 49%; }

  .home-page .hide-news-logo {
    display: none !important; }

  .home-page.connect-page header {
    min-height: 500px; }

  .home-page .hide-student-mobile {
    display: none; }

  .home-page .row #second-student-mobile {
    margin-top: 20px; }

  .home-page.connect-page #connect-how-it-works,
  .home-page.connect-page #connect-faq {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px; }

  .home-page #how-it-works-section {
    display: none; }

  .home-page #how-it-works-section-mobile .right-column {
    width: 20%;
    float: left;
    margin-left: 20px;
    margin-right: 10px; }

  .home-page #how-it-works-section-mobile .left-column {
    width: 70%;
    float: left;
    margin-right: 10px; }

  .home-page.connect-page #connect-how-it-works p {
    padding: 0;
    font-size: 16px;
    line-height: 22px; }

  .home-page.connect-page #connect-how-it-works img {
    margin-top: 10px; }

  .home-page.connect-page #connect-how-it-works h4 {
    font-size: 18px;
    padding: 0; }

  .home-page .non-mobile-faq {
    display: none; }

  .home-page.connect-page #connect-faq li,
  .home-page .faq-widget li {
    text-align: left;
    padding: 6px 0px; }

  .home-page.connect-page #connect-faq li:hover,
  .home-page .faq-widget li:hover {
    margin-left: -20px;
    padding-left: 20px; }

  .home-page #connect-faq ul, .faq-widget ul {
    margin-left: 20px; }

  .home-page.connect-page #connect-faq #question-repeat, #the-answer,
  .home-page .faq-widget #question-repeat, #the-answer li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px; }

  .home-page.connect-page #connect-faq li.active,
  .home-page .faq-widget li.active {
    margin-left: -20px;
    padding-left: 40px; }

  .home-page #news-row img {
    max-width: 55%;
    margin-top: -5px; }

  .home-page #logo-wall-mobile {
    display: none; }

  .home-page.connect-page header h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px; }

  .home-page .btn-sign-up-mobile {
    width: 70%;
    margin: 20px auto 0 auto; }

  body.home-page {
    overflow-x: hidden; }

  /****** PUBLIC PROFILE *******/
  .responsive-profile #profile-contents .inner {
    padding: 0; }

  .responsive-profile #tags-placement-non-mobile {
    display: none; } }
/* Smaller than Landscape iphones 5 */
@media (max-width: 527px) {
  html {
    overflow-x: hidden; }

  .company-smb #header-horizontal-stack {
    display: none; }

  .company-smb #header-vertical-stack {
    display: inline; }

  .company-smb #events-item .contents, .company-smb #careers-item .contents {
    max-height: none !important;
    overflow-y: auto !important; }

  .company-smb #events-item .size20 {
    font-size: 16px !important; }

  .company-smb .bkg-color-images {
    display: none; }

  .company-smb .no-padding-left {
    padding-left: 40px; }

  .company-smb #headline {
    padding-bottom: 0; }

  .company-smb .photo-overlay-bg {
    position: relative !important;
    width: 100%; }

  .company-smb .post-item {
    height: 100% !important; }

  .company-smb #fb-item {
    height: 100% !important; }

  .company-smb #twitter-item {
    height: 100% !important; }

  .company-smb #portrait-mobile-column {
    height: 450px; }

  .company-smb .overlay-icon {
    top: 78%; }

  .company-smb .inner40,
  .company-smb .inner30 {
    padding: 20px; }

  .company-smb .size18,
  .company-smb .size16 {
    font-size: 14px !important;
    line-height: 24px; }

  .company-smb .size14 {
    font-size: 12px !important; }

  .company-smb #smb-body-contents h3 {
    font-size: 30px !important;
    margin-bottom: 0 !important; }

  body.company-smb {
    padding-left: 10px;
    padding-right: 10px; }

  .company-smb .gray-container {
    padding: 10px 0; }

  .company-smb #logo-header {
    padding: 30px 30px 15px !important; }

  .company-smb .social-media-mobile {
    margin-top: -15px; }

  .company-smb #fb-item {
    padding: 20px 20px 45px; }

  .company-smb #twitter-item {
    padding: 20px 20px 45px; }

  .company-smb .mobile-paragraph {
    margin-top: -10px; }

  /****** RESPONSIVE MENU AND FOOTER *******/
  #refer-friends {
    margin-left: -20px;
    margin-right: -20px; }

  #footer {
    display: none; }

  #refer-friends .span3 {
    display: none; }

  #refer-friends .span4 .size14 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px; }

  #refer-friends .span5 {
    margin-left: auto;
    margin-right: auto;
    width: 270px; }

  #refer-friends .row {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px; }

  .addthis_toolbox {
    width: 270px !important; }

  .addthis_toolbox a {
    margin-left: 5px;
    margin-right: 5px; }

  /****** HOME PAGE *******/
  .home-page .box-border.goldenkey {
    display: none; }

  .home-page.connect-page #thousands-connected {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

  .home-page.connect-page header h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px; }

  .home-page .arrow {
    display: none; }

  .home-page.connect-page header {
    padding-top: 0; }

  .home-page .navbar-fixed-top {
    margin-bottom: 0px; }

  .home-page header h1 {
    margin-top: 10px; }

  .home-page #golden_key {
    display: none; }

  .home-page.connect-page #connect-cta {
    background-image: none; }

  .home-page.connect-page h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: -15px; }

  .home-page.connect-page header h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0; }

  .home-page.connect-page #news-row a {
    background-color: #f2f4f5;
    display: block;
    float: right;
    height: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-bottom: 5%;
    padding-top: 3%;
    width: 49%; }

  .home-page .hide-news-logo {
    display: none !important; }

  .home-page.connect-page header {
    min-height: 500px; }

  .home-page .hide-student-mobile {
    display: none; }

  .home-page.connect-page #connect-how-it-works,
  .home-page.connect-page #connect-faq {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px; }

  .home-page .row #second-student-mobile {
    margin-top: 20px; }

  .home-page #how-it-works-section {
    display: none; }

  .home-page #how-it-works-section-mobile .right-column {
    width: 20%;
    float: left;
    margin-left: 20px;
    margin-right: 10px; }

  .home-page #how-it-works-section-mobile .left-column {
    width: 65%;
    float: left;
    margin-right: 10px; }

  .home-page.connect-page #connect-how-it-works p {
    padding: 0;
    font-size: 16px;
    line-height: 22px; }

  .home-page.connect-page #connect-how-it-works img {
    margin-top: 10px; }

  .home-page.connect-page #connect-how-it-works h4 {
    font-size: 18px;
    padding: 0; }

  .home-page .non-mobile-faq {
    display: none; }

  .home-page.connect-page #connect-faq li,
  .home-page .faq-widget li {
    text-align: left;
    padding: 6px 0px; }

  .home-page.connect-page #connect-faq li:hover,
  .home-page .faq-widget li:hover {
    margin-left: -20px;
    padding-left: 20px; }

  .home-page #connect-faq ul, .faq-widget ul {
    margin-left: 20px; }

  .home-page.connect-page #connect-faq #question-repeat, #the-answer,
  .home-page .faq-widget #question-repeat, #the-answer li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px; }

  .home-page.connect-page #connect-faq li.active,
  .home-page .faq-widget li.active {
    margin-left: -20px;
    padding-left: 40px; }

  .home-page #news-row img {
    max-width: 55%;
    margin-top: -5px; }

  .home-page #logo-wall-mobile-landscape {
    display: none; }

  .home-page .btn-sign-up-mobile {
    width: 70%;
    margin: 20px auto 0 auto; }

  body.home-page {
    overflow-x: hidden; }

  /****** PUBLIC PROFILE *******/
  .responsive-profile .school-logo-holder {
    min-height: 60px;
    min-width: 60px; }

  .responsive-profile .school-logo {
    max-height: 60px;
    max-width: 60px; }

  .responsive-profile .profile-school-summary-float {
    width: 170px; }

  .responsive-profile .gk-badge-description {
    width: 170px; }

  .responsive-profile p.gk-badge-description {
    margin-bottom: 0; }

  .responsive-profile .member-badge-small-screen {
    width: 70px; }

  .responsive-profile #profile-contents .inner {
    padding: 0px 0px; }

  body.responsive-profile {
    padding-left: 10px;
    padding-right: 10px; }

  .responsive-profile.public-profile .company-3 {
    width: 100%;
    padding-bottom: 10px; }

  .responsive-profile .company-logo-holder {
    background-color: #ffffff;
    border-radius: 5px;
    height: 84px;
    margin-left: 5px;
    position: relative;
    width: 84px; }

  .responsive-profile .company-logo-holder img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 50px;
    max-width: 65px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; }

  .responsive-profile .content .company-3 a {
    line-height: 85px; }

  .responsive-profile .align-center-image-text {
    display: table-cell;
    vertical-align: middle;
    height: 82px; }

  .responsive-profile .school-logo-holder {
    width: 70px !important;
    height: 70px !important;
    position: relative; }

  .responsive-profile .badge-holder {
    width: 70px !important;
    height: 70px !important;
    position: relative; }

  .responsive-profile #school-logo {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 60px;
    max-width: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle; }

  .responsive-profile .member-badge-small-screen {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 70px;
    max-width: 70px;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 30px; }

  .responsive-profile .badge-holder {
    min-height: 70px !important;
    min-width: 70px !important;
    position: relative; }

  .responsive-profile #tags-placement-non-mobile {
    display: none; }

  .responsive-profile.public-profile #profile-photo-holder {
    height: 130px !important;
    width: 130px !important; } }
/* fix h1 typeface smaller screens */
@media (max-width: 409px) {
  .home-page.connect-page header h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px; } }
.feed #feed-container {
  display: none; }

.twitter-typeahead {
  width: 100%; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-dropdown-menu {
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px; }

.tt-suggestion.tt-cursor {
  background-color: #0097cf;
  padding-top: 10px; }
  .tt-suggestion.tt-cursor p {
    color: #fff !important; }

.tt-suggestion p {
  margin: 0;
  font-size: 14px !important;
  color: #84878a; }

/*# sourceMappingURL=theme-ac.css.map */
