/* Minification failed. Returning unminified contents.
(299,1): run-time error CSS1019: Unexpected token, found '@import'
(299,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(300,1): run-time error CSS1019: Unexpected token, found '@import'
(300,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Raleway:400,300,700)'
 */
@font-face {
  font-family: 'pt_sansbold';
  src: url(/resources/themes/students/BU2018/content/fonts/PTSans/Regular/PTS75F-webfont.eot);
  src: url(/resources/themes/students/BU2018/content/fonts/PTSans/Regular/PTS75F-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/themes/students/BU2018/content/fonts/PTSans/Regular/PTS75F-webfont.woff) format('woff'), url(/resources/themes/students/BU2018/content/fonts/PTSans/Regular/PTS75F-webfont.ttf) format('truetype'), url(/resources/themes/students/BU2018/content/fonts/PTSans/Regular/PTS75F-webfont.svg#pt_sansbold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url(/resources/themes/students/BU2018/content/fonts/PTSans/Bold/PTS55F-webfont.eot);
  src: url(/resources/themes/students/BU2018/content/fonts/PTSans/Bold/PTS55F-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/themes/students/BU2018/content/fonts/PTSans/Bold/PTS55F-webfont.woff) format('woff'), url(/resources/themes/students/BU2018/content/fonts/PTSans/Bold/PTS55F-webfont.ttf) format('truetype'), url(/resources/themes/students/BU2018/content/fonts/PTSans/Bold/PTS55F-webfont.svg#pt_sansregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bitterbold';
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bold-webfont.eot);
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bold-webfont.woff2) format('woff2'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bold-webfont.woff) format('woff'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bold-webfont.ttf) format('truetype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bold-webfont.svg#bitterbold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bitterbold_italic';
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bolditalic-webfont.eot);
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bolditalic-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bolditalic-webfont.woff2) format('woff2'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bolditalic-webfont.woff) format('woff'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bolditalic-webfont.ttf) format('truetype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-bolditalic-webfont.svg#bitterbold_italic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bitteritalic';
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-italic-webfont.eot);
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-italic-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-italic-webfont.woff2) format('woff2'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-italic-webfont.woff) format('woff'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-italic-webfont.ttf) format('truetype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-italic-webfont.svg#bitteritalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bitterregular';
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-regular-webfont.eot);
  src: url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-regular-webfont.woff2) format('woff2'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-regular-webfont.woff) format('woff'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-regular-webfont.ttf) format('truetype'), url(/resources/themes/students/BU2018/content/fonts/Bitter/bitter-regular-webfont.svg#bitterregular) format('svg');
  font-weight: normal;
  font-style: normal;
}

/* standard variables */
/* theme variables */
/* theme colours */
.auth-container,
.sparse-container {
  padding: 0;
  border: 1px solid #e1e1e1;
}
.auth-header,
.sparse-header {
  background-color: #017d69;
  background: -webkit-gradient(linear, left top, left bottom, from(#017d69), to(#01b094));
  background: -webkit-linear-gradient(top, #017d69, #01b094);
  background: -moz-linear-gradient(top, #017d69, #01b094);
  background: -ms-linear-gradient(top, #017d69, #01b094);
  background: -o-linear-gradient(top, #017d69, #01b094);
  padding: 10px 15px;
  text-align: right;
}
.auth-header .appname-sparse,
.sparse-header .appname-sparse {
  color: black;
  font-size: 20px;
}
.auth-header span,
.sparse-header span {
  font-size: 24px;
}
.auth-body,
.sparse-body {
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .auth-container,
  .sparse-container {
    border-radius: 15px;
  }
  .auth-header,
  .sparse-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.btn-primary {
  background: #73c9bb;
  color: #fff;
  border: 1px solid #4ebba9;
}
.btn-primary:active {
  background: #4ebba9;
  border-color: #4ebba9;
  color: #fff;
}
.btn-primary:hover {
  background: #4ebba9;
  border-color: #85d0c4;
  color: #fff;
}
.btn-primary:focus {
  background: #4ebba9;
  border-color: #4ebba9;
  color: #fff;
}


/* standard variables */
/* theme variables */
/* theme colours */
.footer {
  background: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  padding: 15px;
}
.footer .twitter {
  background: url(/resources/themes/students/BU2018/content/images/Twitter-bird-white-blue.png) no-repeat;
  height: 22px;
}
.footer .twitter a {
  padding-left: 30px;
}
.footer .facebook {
  background: url(/resources/themes/students/BU2018/content/images/facebook.png) no-repeat;
  height: 22px;
}
.footer .facebook a {
  padding-left: 30px;
}
.footer .linkedin {
  background: url(/resources/themes/students/BU2018/content/images/linkedin.png) no-repeat;
  height: 22px;
}
.footer .linkedin a {
  padding-left: 30px;
}
.footer .wordpress {
  background: url(/resources/themes/students/BU2018/content/images/wordpress.png) no-repeat;
  height: 22px;
}
.footer .wordpress a {
  padding-left: 30px;
}
.footer .instagram {
  background: url(/resources/themes/students/BU2018/content/images/instagram.png) no-repeat;
  height: 22px;
}
.footer .instagram a {
  padding-left: 30px;
}

fieldset {
  margin-bottom: 25px;
}

/* standard variables */
/* theme variables */
/* theme colours */
.sparse-header {
  padding: 20px;
  background: white;
}
.sparse-header .logo img {
  max-width: 100%;
}
.sparse-header .logo img.careersbu {
  padding-top: 15px;
}
.header {
  background: #fff;
}
.header .container {
  padding: 10px;
  text-align: right;
  height: 100px;
}
.header .container h1 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.header .container h1 a {
  color: #333;
}
.header .container h1 a:hover {
  text-decoration: none;
}
.header .container .logo {
  padding-top: 5px;
}
.header .container .logo .blogo {
  height: 70px;
}
.header .container .logo .careersbu {
  height: 40px;
  padding: 15px;
  padding-bottom: 0px;
}
.header .container .logo a {
  font-size: 20px;
  color: black;
  padding-right: 17px;
  margin-top: 2px;
}
.header .container span {
  font-size: 24px;
}
.navbar-default {
  background-color: #017d69;
  border: none;
  border-top: 8px solid #01b094;
  color: #fff;
}
.navbar-default .container .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .container .navbar-nav > li > a:hover {
  background-color: #014a3f;
  color: #fff;
}
.navbar-default .container .navbar-nav > .active > a {
  background: #01b094;
}
.navbar-default .container .dropdown-menu {
  border-top: none;
  background-color: #014a3f;
}
.navbar-default .container .dropdown-menu a {
  color: #fff;
}
.navbar-default .container .dropdown-menu a:hover {
  background-color: #fff;
  color: #333;
}
.navbar-default .container .navbar-nav > li.open > a {
  background-color: #014a3f;
  color: #fff;
}
.sparse .sparse-header {
  margin-bottom: 10px;
}
.sparse .sparse-header h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.sparse .sparse-header h1 a:hover {
  text-decoration: none;
}
.sparse .sparse-body {
  margin-top: 0;
  padding-top: 20px;
}

/* standard variables */
/* theme variables */
/* theme colours */

/* standard variables */
/* theme variables */
/* theme colours */

/* standard variables */
/* theme variables */
/* theme colours */
.notifications {
  background-color: #fff;
  color: #333;
}
.notifications .notifications-header,
.notifications .notifications-footer {
  text-align: center;
}
.notifications .notification {
  background-color: white;
  color: #333;
  border-top: 1px solid #e1e1e1;
}
.notifications .notification:first-child {
  border-top: 2px solid #e1e1e1;
}
.notifications .notification:last-child {
  border-bottom: 2px solid #e1e1e1;
}
.notifications .notification:hover {
  background-color: #e1e1e1;
}
.notifications .notification.unread {
  color: #333;
}
.notifications .notification.unread:hover {
  background-color: #e1e1e1;
  color: #333;
}

/* standard variables */
/* theme variables */
/* theme colours */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);
body {
  background-color: #fff;
  color: #333;
  font-family: pt_sansregular, Lato, Roboto, Arial, Helvetica, sans-serif;
}
body strong {
  font-family: pt_sansbold, Lato, Roboto, Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3 {
  font-family: bitterbold, pt_sansbold, Lato, Roboto, Arial, Helvetica, sans-serif;
}
body h1 strong,
body h2 strong,
body h3 strong {
  font-family: bitterbold, pt_sansbold, Lato, Roboto, Arial, Helvetica, sans-serif;
}
.layout .main-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .layout .main-content {
    padding-bottom: 70px;
  }
  .layout .main-content .container {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.content {
  padding: 10px 10px 25px 25px;
  background-color: #FFF;
  border-radius: 2px;
}
.under-nav {
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
}
.under-nav .container {
  padding: 25px 10px 25px 25px;
}
.under-nav .container .search-jobs-form .search-jobs strong {
  font-family: bitterbold, pt_sansbold, Lato, Roboto, Arial, Helvetica, sans-serif;
}
.under-nav .container .btn.btn-success {
  background: #004258;
  color: #fff;
  border: 1px solid #001c25;
}
.under-nav .container .btn.btn-success:active {
  background: #001c25;
  border-color: #001c25;
  color: #fff;
}
.under-nav .container .btn.btn-success:hover {
  background: #001c25;
  border-color: #005572;
  color: #fff;
}
.under-nav .container .btn.btn-success:focus {
  background: #001c25;
  border-color: #001c25;
  color: #fff;
}
.panel {
  border-radius: 2px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-default .panel-heading {
  background-color: #73c9bb;
  border: none;
  border-bottom: 6px solid #98d7cd;
  font-family: pt_sansbold, Lato, Roboto, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.panel-default .panel-heading a:not(.btn) {
  color: #fff;
}
.popover.panel .list-group,
.list-group {
  border-radius: 2px;
}
.popover.panel .list-group .list-group-item:first-child,
.list-group .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.popover.panel .list-group .list-group-item:last-child,
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.form-control,
.btn {
  border-radius: 2px;
}
.home-row .col-md-3 .a-thing .list-group,
.home-row .col-md-3 .a-thing .panel-body,
.home-row .col-md-3 .home-slot .list-group,
.home-row .col-md-3 .home-slot .panel-body {
  min-height: 160px;
}
.list-group-item-heading h5 {
  font-size: 16px;
}

