@font-face {
  font-family: 'Proximanova-Light';
  src: url("/fonts/proximanova-light.eot");
  src: url("/fonts/proximanova-light.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-light.woff") format("woff"), url("/fonts/proximanova-light.ttf") format("truetype"), url("/fonts/proximanova-light.svg#proximanova-light") format("svg");
}

@font-face {
  font-family: 'Proximanova-Regular';
  src: url("/fonts/proximanova-regular.eot");
  src: url("/fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-regular.woff") format("woff"), url("/fonts/proximanova-regular.ttf") format("truetype"), url("/fonts/proximanova-regular.svg#proximanova-regular") format("svg");
}

@font-face {
  font-family: 'Proximanova-Semibold';
  src: url("/fonts/proximanova-semibold.eot");
  src: url("/fonts/proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-semibold.woff") format("woff"), url("/fonts/proximanova-semibold.ttf") format("truetype"), url("/fonts/proximanova-semibold.svg#proximanova-semibold") format("svg");
}

@font-face {
  font-family: 'Proximanova-Bold';
  src: url("/fonts/proximanova-bold.eot");
  src: url("/fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-bold.woff") format("woff"), url("/fonts/proximanova-bold.ttf") format("truetype"), url("/fonts/proximanova-bold.svg#proximanova-bold") format("svg");
}

@font-face {
  font-family: 'Proximanova-Black';
  src: url("/fonts/proximanova-black.eot");
  src: url("/fonts/proximanova-black.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-black.woff") format("woff"), url("/fonts/proximanova-black.ttf") format("truetype"), url("/fonts/proximanova-black.svg#proximanova-black") format("svg");
}
@font-face {
	font-family: 'SchoolSpring';
	src:url('/fonts/SchoolSpring.eot?-lkq0k');
	src:url('/fonts/SchoolSpring.eot?#iefix-lkq0k') format('embedded-opentype'),
		url('/fonts/SchoolSpring.woff?-lkq0k') format('woff'),
		url('/fonts/SchoolSpring.ttf?-lkq0k') format('truetype'),
		url('/fonts/SchoolSpring.svg?-lkq0k#SchoolSpring') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ss-icon {
	font-family: 'SchoolSpring';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-notebook:before {
	content: "\e600";
}
.icon-binder:before {
	content: "\e601";
}

html, body {
  padding-top: 0px;
  height: 100%;
}
a:hover, a:focus {
	color:#900;
}
/* bootstrap default is 15px - too narrow on xs */
.container {
  padding-right: 5px;
  padding-left: 5px;
}
.caret-large {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #fff;
	border-top-color: inherit;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -280px;
}
#push, #footer {
  height: 280px;
}

#feedback-bar {
    position: fixed;
    height: 40px;
    bottom: -5px;
	right: 20px;
    width: 100%;
	color: white;
	line-height:40px;
	padding-top:3px;
	z-index: 1;
}

#feedback-bar a, #feedback-bar a:hover {
	color: white;
}
.feedback-button {
	text-align:left;
}

.modal-header, .modal-footer {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.modal-header {
    background-color: #f38a00;
	text-align:left;
	font-weight:bold;
 }
.modal-footer {
    border-top:none;
 }
.accountNav {
	list-style-type: none;
	margin: 0px;
	padding: 3px;
}
.accountNav li {
	padding: 2px 0px 2px 0px;
}
.formTable {
	padding:7px 7px 0px 7px;
	behavior: url(/css/border-radius.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.formTable .form-group:last-child {
	margin-bottom:0px; /* override bootstrap default */
}
.cellHeader td {
	color: #369;
}
.cellData td {
	border-bottom: solid 1px #fc0;
}
.job-panel .panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #369;
}
.job-panel .panel-heading a {
	font-weight: bold;
}
.job-panel .panel-heading a:hover {
	text-decoration: none;
}
.job-panel .panel-heading a.collapsed:after {
    content: "\e080";
}
.video-iframe {
	padding: 0px 0px 10px 10px;
	height: 225px;
	width: 300px;
}
.fb-iframe {
	overflow:hidden;
	width:100%;
	height:22px;
	padding-top:3px;
}
/* AdSense right margin ads */
div.affix {
	position: fixed; 
	top: 10px;
}
div.affix-top {
	position: static;
}
div.affix-bottom {
	position: absolute;
}


.form-input-label {
	text-align:left;
	padding-top:5px;
}

/* line 22, ../sass/_colors.scss */
.text-orange {
  color: #f38a00;
}

/* line 25, ../sass/_colors.scss */
.text-blue {
  color: #2ba5cd;
}

/* line 1, ../sass/_buttons.scss */
.btn-orange {
  background-color: #f38a00;
}
/* line 3, ../sass/_buttons.scss */
.btn-orange, .btn-orange:hover, .btn-orange:visited {
  color: white;
}
/* line 4, ../sass/_buttons.scss */
.btn-orange:hover {
  background-color: #ef9a33;
}

/* line 8, ../sass/_buttons.scss */
.btn-green {
  background: #38b449;
}
/* line 10, ../sass/_buttons.scss */
.btn-green a {
  color: white;
}
/* line 11, ../sass/_buttons.scss */
.btn-green:hover {
  background: #32933b;
}

/* line 15, ../sass/_buttons.scss */
.btn-blue {
  background: #2ba5cd;
}
/* line 17, ../sass/_buttons.scss */
.btn-blue a {
  color: white;
}
/* line 18, ../sass/_buttons.scss */
.btn-blue:hover {
  background: #3fc2e0;
}

/* line 22, ../sass/_buttons.scss */
.btn-white {
  background: white;
}
/* line 24, ../sass/_buttons.scss */
.btn-white a {
  color: #231f20;
}
/* line 25, ../sass/_buttons.scss */
.btn-white:hover {
  background: #f2f2f2;
}

/* line 29, ../sass/_buttons.scss */
.btn-black {
  background: #444444;
  color: #f2f2f2;
}

.btn-darkblue {
  background: #0075db;
}
.btn-darkblue a {
  color: white;
}
.btn-darkblue:hover {
  background: #2f8bda;
}
.navbar li.btn-darkblue a {
  color: white;
}
#newversion-link{
	display:none;
}
/* line 1, ../sass/_nav.scss */
.platform-navbar {
  width: 100%;
  background: #00427C;
  color: #f2f2f2;
  height: 28px;
}
/* line 7, ../sass/_nav.scss */
.platform-navbar .logo {
  float: left;
}
/* line 10, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login {
  float: right;
  background: #231f20;
}
/* line 13, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login button#LogInMenu, a#LogInMenu {
  border: 0;
  background: #00427C;
  padding: 0 10px 0 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  color: #f2f2f2;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 28, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login button#LogInMenu span.glyphicon {
  font-size: 11px;
  padding-right: 5px;
}
/* line 32, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login button#LogInMenu:hover .dropdown-menu {
  color: white;
  background: #444444;
}
/* line 38, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login:hover {
  color: white;
}
/* line 39, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu {
  z-index: 2000;
  margin-top: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 0;
  right: -1px;
  background: #444444;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 300px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 15px;
}
/* line 64, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu li {
  text-align: right;
  margin: 5px 0;
}
/* line 67, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu li p {
  display: inline-block;
  padding-right: 15px;
}
/* line 71, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu li input {
  display: inline-block;
  color: #333;
  padding-left: 3px;
}
/* line 76, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu li button {
  background: #f2f2f2;
  color: #333;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 20px;
  font-weight: bold;
}
/* line 87, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu li a.logInTrouble {
  text-align: left;
  color: #f2f2f2;
  font-style: italic;
  display: inline-block;
  line-height: 30px;
  text-decoration: underline;
  padding: 0 15px 0 0;
}
/* line 96, ../sass/_nav.scss */
.platform-navbar .platform-navbar-login ul.logInDropDownMenu li a.logInTrouble:hover {
  background: none;
}
.platform-navbar-login a {
  color: #f2f2f2;
}

/* line 35, ../sass/_nav.scss */
.platform-navbar .platform-navbar-social {
  display: inline-block;
}
/* line 37, ../sass/_nav.scss */
.platform-navbar .platform-navbar-social ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
/* line 40, ../sass/_nav.scss */
.platform-navbar .platform-navbar-social ul li {
  list-style-type: none;
  display: inline-block;
  line-height: 28px;
  font-size: 10px;
  color: #f2f2f2;
}
/* line 46, ../sass/_nav.scss */
.platform-navbar .platform-navbar-social ul li a {
  padding-right: 5px;
}
/* line 48, ../sass/_nav.scss */
.platform-navbar .platform-navbar-social ul li a img {
  height: 18px;
}

/* line 57, ../sass/_nav.scss */
.navbar {
  position: relative;
  background: white;
  border-bottom: none; /* Geoff's original */
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
/* line 62, ../sass/_nav.scss */
.navbar .navbar-header {
	display: inline;
	height: 65px;
}
/* line 64, ../sass/_nav.scss */
.navbar .navbar-header button.navbar-toggle {
  background: #444444;
  margin-top: 16px;
  margin-bottom: 17px;
}
/* line 69, ../sass/_nav.scss */
.navbar .navbar-header button.navbar-toggle:hover {
  background: #231f20;
}
/* line 75, ../sass/_nav.scss */
.navbar .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
/* line 77, ../sass/_nav.scss */
/* line 77, ../sass/_nav.scss */
.navbar li {
  height: 65px;
}
/* line 79, ../sass/_nav.scss */
.navbar li a {
  padding: 0 39px 0 40px;
  line-height: 65px;
  font-weight: bold;
  font-size: 1.15em;
}
/* line 84, ../sass/_nav.scss */
.navbar li a span.glyphicon {
  padding-right: 3px;
  font-size: 14px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #3fc2e0;
}
.dropdown-employer li {
  height: 30px;
}
.dropdown-employer li a {
  padding: 0 50px 0 37px;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.15em;
}

/* line 90, ../sass/_nav.scss */
.navbar li.btn-orange a {
  color: white;
}
/* line 93, ../sass/_nav.scss */
.navbar li.btn-blue a {
  color: white;
}
/* line 94, ../sass/_nav.scss */
.navbar li.btn-blue span.glyphicon {
  padding-right: 6px;
}
/* line 98, ../sass/_nav.scss */
.navbar li {
  border-right: 1px solid #999;
}
.navbar ul:first-child {
  border-left: 1px solid #999;
}
/* line 100, ../sass/_nav.scss */
.navbar li.btn-white a:hover {
  color: #231f20;
}
/* line 105, ../sass/_nav.scss */
.navbar a.navbar-brand {
  padding: 0px;
}
/* line 110, ../sass/_nav.scss */
.navbar .navbar-collapse {
  border: none;
}
/* line 113, ../sass/_nav.scss */
.navbar .container > .navbar-header, .navbar .container-fluid > .navbar-header, .navbar .container > .navbar-collapse, .navbar .container-fluid > .navbar-collapse {
  margin-left: 0;
  margin-rigth: 0;
}
/* line 114, ../sass/_nav.scss */
.navbar a.navbar-brand {
  margin-left: 0 !important;
}

/* line 1, ../sass/_header.scss */
.jumbotron {
  background: #0f2028;
  position: relative;
  padding: 0;
  background: url("/images/header-chalk.jpg");
  min-height: 550px;
  margin-bottom: 0;
}
/* line 8, ../sass/_header.scss */
.jumbotron img.header-image {
  position: relative;
  z-index: 1;
}
/* line 12, ../sass/_header.scss */
.jumbotron h1 {
  color: white;
  margin-top: 100px;
  font-family: "Proximanova-semibold";
  font-size: 50px;
  letter-spacing: -1px;
  z-index: 2;
  text-shadow: 2px 2px 5px #000;
}
/* line 19, ../sass/_header.scss */
.jumbotron h1 span.total-jobs {
  color: #f38a00;
  font-weight: bold;
}
/* line 27, ../sass/_header.scss */
.jumbotron h1 span.chalk-underline {
  position: relative;
}
/* line 29, ../sass/_header.scss */
.jumbotron h1 span.chalk-underline img {
  position: absolute;
  bottom: -14px;
  right: -5px;
}
/* line 36, ../sass/_header.scss */
.jumbotron .container {
  min-height: 550px;
}
/* line 38, ../sass/_header.scss */
.jumbotron .container .row {
  min-height: 550px;
}
/* line 40, ../sass/_header.scss */
.jumbotron .container .row .col-md-8 {
  min-height: 550px;
}
/* line 45, ../sass/_header.scss */
.jumbotron img.hand-holding-chalk {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 52, ../sass/_header.scss */
fieldset.job-search {
  margin-top: 100px;
}
/* line 54, ../sass/_header.scss */
fieldset.job-search select {
  margin: 0 auto;
  clear: both;
  display: block;
  margin-bottom: 20px;
  font-size: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 12px 8px 12px;
  width: 100%;
  height: 35px;
  border: 0;
}
/* line 65, ../sass/_header.scss */
fieldset.job-search .job-search-submit {
  width: 100%;
  border: 0;
  font-size: 1.1em;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px auto;
  padding: 8px 12px;
  display: block;
  background-color: #f38a00;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef9a33), to(#f38a00));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ef9a33, #f38a00);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ef9a33, #f38a00);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ef9a33, #f38a00);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ef9a33, #f38a00);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ef9a33, #f38a00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ef9a33', EndColorStr='#f38a00');
}
/* line 76, ../sass/_header.scss */
fieldset.job-search .job-search-submit:hover {
  background-color: #ef9a33;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f38a00), to(#ef9a33));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f38a00, #ef9a33);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f38a00, #ef9a33);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f38a00, #ef9a33);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f38a00, #ef9a33);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f38a00, #ef9a33);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f38a00', EndColorStr='#ef9a33');
}
/* line 79, ../sass/_header.scss */
fieldset.job-search .job-search-submit span.glyphicon {
  font-size: .8em;
  padding-right: 5px;
}

/* line 87, ../sass/_header.scss */
.search-history {
  text-align: center;
}
/* line 89, ../sass/_header.scss */
.search-history ul {
  padding: 0;
  history: 0;
}
/* line 92, ../sass/_header.scss */
.search-history ul li {
  display: inline-block;
  padding-right: 20px;
}
/* line 95, ../sass/_header.scss */
.search-history ul li:last-child {
  padding-right: 0;
}
/* line 98, ../sass/_header.scss */
.search-history ul li a {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px #333;
}

/* line 110, ../sass/_header.scss */
nav.no-header {
  border-bottom: 3px solid #f2f2f2;
}

/* line 115, ../sass/_header.scss */
header.postajob {
  background: #f2f2f2;
  padding: 30px 0 45px 0;
}
/* line 116, ../sass/_header.scss */
header.postajob h1, header.postajob h3 {
  margin: 0;
  padding: 0;
}
header.about-us {
  background: #f2f2f2;
  padding: 0px 0px 0px 0px;
  text-align:left;
}

@media (max-width: 1199px) {
.jumbotron h1 {
  font-size: 42px;
}
.jumbotron h1 span.chalk-underline img {
    width: 130px;
    position: absolute;
    bottom: -13px;
    right: -5px;
}
}

@media (max-width: 991px) {
  /* line 125, ../sass/_header.scss */
  img.hand-holding-chalk {
    display: none;
  }
/* line 79, ../sass/_nav.scss */
.navbar li a {
  padding: 0 15px 0 15px;
}
#feedback-bar {
	display: none;
}
.jumbotron h1 {
  font-size: 36px;
}
.jumbotron h1 span.chalk-underline img {
    width: 110px;
    bottom: -12px;
  }

  /* line 126, ../sass/_header.scss */
  .jumbotron .container .row .col-md-8 {
    min-height: 0px;
  }

  /* line 127, ../sass/_header.scss */
  .header-left-column h1 {
    margin-top: 40px;
  }

  /* line 130, ../sass/_header.scss */
  fieldset.job-search {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 136, ../sass/_header.scss */
.navbar li {
	border-right: none;
	border-bottom: 1px solid #999;
}
.navbar ul:first-child {
	border-top: 1px solid #999;
	border-left: none;
	border-right: none;
}
.video-iframe {
	height: 180px;
	width: 240px;
}
.fb-iframe {
	height: 30px;
}
.jumbotron h1 {
  font-size: 26px;
}
.jumbotron h1 span.chalk-underline img {
    width: 70px;
    bottom: -11px;
  }
}
/* line 2, ../sass/_main.scss */
section.job-seekers, section.employers {
  /* background: #f2f2f2; */
  padding: 45px 0 30px 0;
}
/* line 5, ../sass/_main.scss */
section.job-seekers h2, section.employers h2 {
  padding: 0;
  margin: 0;
}
/* line 7, ../sass/_main.scss */
section.job-seekers h2 span.subtitle, section.employers h2 span.subtitle {
  font-size: .7em;
}
/* line 14, ../sass/_main.scss */
section.job-seekers p.job-seekers-description, section.employers p.job-seekers-description {
  padding-top: 25px;
}
/* line 16, ../sass/_main.scss */
section.job-seekers ul.job-seekers-highlights, section.employers ul.job-seekers-highlights {
  padding: 0 0 0 15px;
  margin: 0;
  color: #231f20;
}
/* line 19, ../sass/_main.scss */
section.job-seekers ul.job-seekers-highlights li, section.employers ul.job-seekers-highlights li {
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/_main.scss */
section.job-seekers ul.job-seekers-highlights li.features-title, section.employers ul.job-seekers-highlights li.features-title {
  list-style-type: none;
  font-weight: bold;
  margin-left: -15px;
}
/* line 29, ../sass/_main.scss */
section.job-seekers .job-seekers-right, section.job-seekers .employers-right, section.employers .job-seekers-right, section.employers .employers-right {
  text-align: center;
}
/* line 31, ../sass/_main.scss */
section.job-seekers .job-seekers-right img, section.job-seekers .employers-right img, section.employers .job-seekers-right img, section.employers .employers-right img {
  box-shadow: 3px 3px 5px #4d4d4d;
}
/* line 35, ../sass/_main.scss */
section.job-seekers .btn-orange, section.employers .btn-orange {
  cursor: hand;
  text-decoration: none;
  border: 0;
  font-size: 1.1em;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f38a00;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef9a33), to(#f38a00));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ef9a33, #f38a00);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ef9a33, #f38a00);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ef9a33, #f38a00);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ef9a33, #f38a00);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ef9a33, #f38a00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ef9a33', EndColorStr='#f38a00');
  padding: 8px 12px;
  display: inline-block;
  margin-top: 15px;
}
/* line 47, ../sass/_main.scss */
section.job-seekers .btn-orange span.glyphicon, section.employers .btn-orange span.glyphicon {
  font-size: .8em;
  padding-right: 5px;
}
/* line 51, ../sass/_main.scss */
section.job-seekers .btn-orange:hover, section.employers .btn-orange:hover {
  background-color: #ef9a33;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f38a00), to(#ef9a33));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f38a00, #ef9a33);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f38a00, #ef9a33);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f38a00, #ef9a33);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f38a00, #ef9a33);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f38a00, #ef9a33);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f38a00', EndColorStr='#ef9a33');
}
/* line 55, ../sass/_main.scss */
section.job-seekers .btn-blue, section.employers .btn-blue {
  cursor: hand;
  text-decoration: none;
  border: 0;
  font-size: 1.1em;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px;
  display: inline-block;
  margin-top: 15px;
  background-color: #2ba5cd;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fc2e0), to(#2ba5cd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #3fc2e0, #2ba5cd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3fc2e0', EndColorStr='#2ba5cd');
}
/* line 68, ../sass/_main.scss */
section.job-seekers .btn-blue:hover, section.employers .btn-blue:hover {
  background-color: #3fc2e0;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ba5cd), to(#3fc2e0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* IE10 */
  background-image: -o-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #2ba5cd, #3fc2e0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2ba5cd', EndColorStr='#3fc2e0');
}
/* line 72, ../sass/_main.scss */
section.job-seekers .btn-blue span.glyphicon, section.employers .btn-blue span.glyphicon {
  font-size: .8em;
  padding-right: 5px;
}

/* line 79, ../sass/_main.scss */
.job-seekers-left {
  border-left: 15px solid #f38a00;
}
/* line 81, ../sass/_main.scss */
.job-seekers-left h2 {
  font-family: "Proximanova-Bold";
}

/* line 85, ../sass/_main.scss */
.employers-left {
  border-left: 15px solid #2ba5cd;
}
/* line 87, ../sass/_main.scss */
.employers-left h2 {
  font-family: "Proximanova-Bold";
}

/* line 91, ../sass/_main.scss */
section.employers {
  padding-bottom: 4em;
}

/* line 92, ../sass/_main.scss */
.job-seekers-left, .employers-left {
  padding-left: 35px;
}

/* line 95, ../sass/_main.scss */
footer {
  background: #444444;
  background: url("../images/binding_dark.png");
  padding: 2em 0 1em 0;
  color: #f2f2f2;
}
footer h2{	
  color: #f2f2f2;
}

footer h3{	
  color: #f2f2f2;
  font-size:24px;
}
/* line 101, ../sass/_main.scss */
footer ul {
  padding: 0;
  margin: 0;
}
/* line 103, ../sass/_main.scss */
footer ul li {
  list-style-type: none;
}
/* line 105, ../sass/_main.scss */
footer a, header a {
  color: #f2f2f2!important;
}
/* line 111, ../sass/_main.scss */
footer ul.social li {
  display: inline-block;
  padding-right: 10px;
}
/* line 116, ../sass/_main.scss */
footer .footer-copyright {
  color: #666;
  text-align: center;
}

/* line 1, ../sass/_postajob.scss */
header.postajob {
  text-align: center;
  padding: 5em 0;
  background: url("/images/brushed.png");
}
/* line 5, ../sass/_postajob.scss */
header.postajob h1 {
  font-family: "Proximanova-bold";
}
/* line 8, ../sass/_postajob.scss */
header.postajob h3 {
  font-family: "Proximanova-regular";
}

/* line 13, ../sass/_postajob.scss */
section.employer-pricing-panels {
  padding: 4em 0 6em;
  background: #fefefe;
}

/* line 19, ../sass/_postajob.scss */
.price-panel {
  margin: 0 0 2em 0;
}
/* line 20, ../sass/_postajob.scss */
.price-panel h1, .price-panel h2, .price-panel h3, .price-panel ul, .price-panel li, .price-panel p {
  margin: 0;
  padding: 0;
}
/* line 23, ../sass/_postajob.scss */
.price-panel .price-panel-header {
  background: #2ba5cd;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding: 0;
  font-family: "Proximanova-regular";
}
/* line 30, ../sass/_postajob.scss */
.price-panel .price-panel-header h3 {
  line-height: 2em;
}
/* line 35, ../sass/_postajob.scss */
.price-panel .price-panel-body {
  background: #333;
  color: white;
  text-align: center;
  margin: 0;
  padding: 2.5em 0em 2em;
  position: relative;
}
/* line 42, ../sass/_postajob.scss */
.price-panel .price-panel-body h1 {
  margin-bottom: .25em;
  font-size: 4em;
}
/* line 46, ../sass/_postajob.scss */
.price-panel .price-panel-body a, .price-panel .price-panel-body a.btn-blue {
  color: white;
  display: block;
  margin: 0 auto 3em auto;
  width: 50%;
  text-decoration: none;
  padding: 18px 30px;
  border: none;
  font-family: "Proximanova-bold";
  font-size: 1.2em;
  letter-spacing: .5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #2ba5cd;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fc2e0), to(#2ba5cd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #3fc2e0, #2ba5cd);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #3fc2e0, #2ba5cd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3fc2e0', EndColorStr='#2ba5cd');
  box-shadow: 1px 1px 3px #222;
}
/* line 61, ../sass/_postajob.scss */
.price-panel .price-panel-body a:hover, .price-panel .price-panel-body a.btn-blue:hover {
  background-color: #3fc2e0;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ba5cd), to(#3fc2e0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* IE10 */
  background-image: -o-linear-gradient(top, #2ba5cd, #3fc2e0);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #2ba5cd, #3fc2e0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2ba5cd', EndColorStr='#3fc2e0');
}
/* line 65, ../sass/_postajob.scss */
.price-panel .price-panel-body img.employers-save-money {
  position: absolute;
  bottom: -30px;
  right: 10px;
}
/* line 71, ../sass/_postajob.scss */
.price-panel .price-panel-description {
  background: #86d7ea;
  margin: 0;
  padding: 2.75em 1.5em;
  min-height: 200px;
}
.employer-highlights-features, .price-panel-description {
  text-align: left;
}
/* line 76, ../sass/_postajob.scss */
.price-panel .price-panel-description ul {
  padding-left: 1em;
  font-family: "Proximanova-semibold";
}

/* line 83, ../sass/_postajob.scss */
section.employer-highlights {
  background: url("/images/brushed.png");
  padding: 4em 0 6em;
}

/* line 88, ../sass/_postajob.scss */
ul.employer-highlights-features {
  margin: 0;
  padding: 0 0 0 18px;
}
/* line 91, ../sass/_postajob.scss */
ul.employer-highlights-features li {
  font-family: "Proximanova-regular";
  font-size: 1.4em;
}

/* Modal Interupt Action*/
.ModalMessageHeader{
	color: #369;
    font-size: 28px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.ModalMessageSubHeader{
	font-size: 13px;
    padding: 5px;
    text-align: center;
}

.ModalMessageActionContainer{
	text-align: center;
	padding: 45px 25px;
}

.ModalMessageAction{
	 background-color: #f38a00;
    border-color: #fff097 #cca431 #cca431 #fff097;
    border-right: 2px solid #cca431;
    border-style: solid;
    border-width: 2px;
    color: #369;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
}
.ModalMessageSubLinkAction {
	text-align:center;
	padding: 0px 15px 15px;
}
/* Modal Interupt Action*/

@media screen and (min-width:0\0) {  
    /* IE9+ rule sets go here */
	#feedback-bar {
		right: 40px;
	}
}

.signlinkbutton
{
	background: none repeat scroll 0 0 #f2f2f2;
    border: 0 none;
    border-radius: 2px;
    color: #333;
    float: right;
    font-weight: bold;
    padding: 5px 20px;
    width: 90px;
    font-weight: 700 !important;
}
.home-policy{
margin-top : 80px;
margin-left :40px;
}