﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*Buttons*/
/* Blog : Begin */
.blog-container {
  padding-bottom: 8px;
}
.blog-container .message-info {
  text-align: center;
}
.blog-container .title {
  text-align: center;
  color: #aa3a2d;
  font-size: 18px;
}
@media (min-width: 450px) {
  .blog-container .title {
    font-size: 22px;
  }
}
.blog-container .body {
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
.blog-container .recent-posts {
  font-size: 24px;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.blog-container .categories {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.blog-tools-row {
  padding-bottom: 20px;
}
.blog-filter {
  font-size: 12px;
  padding-left: 20px;
  padding-top: 10px;
}
.blog-filter-label {
  font-weight: 900;
}
.blog-item {
  border-top: 1px solid #777777;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog-item:last-of-type {
  border-bottom: 1px solid #777777;
}
.blog-item-pinned {
  border-width: 1px;
}
.section-separator {
  background-color: #3b99d9;
  width: 100%;
  padding-top: 4px;
  text-align: center;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
}
.blog-title {
  font-size: 28px;
  color: #aa3a2d;
  font-weight: 600;
  line-height: 30px;
}
.blog-title-details {
  font-size: 11px;
  padding-bottom: 10px;
}
.blog-preview {
  padding-bottom: 10px;
}
.blog-footer-details {
  font-size: 11px;
}
.blog-post-details {
  border-top: 1px solid #777777;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-image-row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: -20px;
}
.fb-like {
  z-index: 1000;
}
/* Blog : End */
.survey {
  margin-bottom: 50px;
}
.survey .instructions {
  font-size: 1.5em;
  padding-top: 1.25em;
  padding-bottom: .5em;
  margin-bottom: .5em;
  white-space: pre-line;
}
.survey .question {
  padding-top: 10px;
  padding-bottom: 20px;
}
.survey .question .title {
  font-size: 18px;
  font-weight: bold;
}
.survey .question .options {
  padding-top: 5px;
  padding-left: 20px;
}
.survey .question .options .preview-textarea {
  height: 2em;
  width: 50%;
  border-bottom: 1px solid black;
}
.survey .question .options .preview-checkbox {
  margin-left: 20px;
  display: inline-block;
  border: 1px solid black;
  height: 1em;
  width: 1em;
}
.survey .question .options .info-required {
  font-size: .85em;
  font-style: italic;
}
.survey .question select {
  padding-left: 4px;
  padding-right: 8px;
}
.survey .question textarea {
  width: 35%;
  height: 6em;
}
.survey .question input[type="text"] {
  width: 35%;
}
.survey .submitSurvey {
  margin-left: 20px;
}
.survey .success,
.survey .already-answered,
.survey .message {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 65px;
}
/* Bootstrap Overrides: Begin */
.dropdown-menu > .active > a {
  background-color: #3a99d8;
}
.dropdown-menu > .active > a:hover {
  background-color: #3a99d8;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  border-bottom: 0;
}
#signInModal .modal-dialog {
  width: 100%;
}
@media (min-width: 768px) {
  #signInModal .modal-dialog {
    width: 450px;
  }
}
/* Bootstrap Overrides: End */
/* Header : Begin */
.headerLogo {
  margin-left: 15px;
}
a.headerNavButton {
  font-size: 24px !important;
  border-radius: 0;
  margin-bottom: 10px;
  width: 260px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  a.headerNavButton {
    font-size: 16px !important;
  }
}
.headerNavButtonSignIn {
  background-color: #e5e5e5;
  color: #686d70 !important;
}
.headerNavButtonSignIn:hover {
  background-color: #e5e5e5 !important;
  color: #ffffff !important;
}
a.headingButtonPadding {
  margin-right: 15px;
}
a.buttonCallToAction {
  color: #ffffff !important;
  border-radius: 0;
}
a.buttonCallToAction:hover {
  color: #e5e5e5 !important;
}
.headerBoxForm {
  background: #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
a.headerBoxFormButton {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 225;
  text-decoration: none;
}
a.headerBoxFormActiveButton {
  background-color: #4c4c4c;
  color: #e5e5e5 !important;
}
a.headerBoxFormActiveButton:hover {
  color: #ffffff;
}
a.headerBoxFormInactiveButton {
  background-color: #e5e5e5;
  color: #686d70 !important;
  border: 2px solid #686d70;
}
a.headerBoxFormInactiveButton:hover {
  color: #ffffff !important;
}
.headerNotes {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #777 !important;
  cursor: pointer;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .headerNotes {
    font-size: 14px !important;
    font-weight: 600;
    white-space: nowrap;
    float: left;
    padding: 8px 10px 15px 10px;
  }
}
.mobileHeaderNotes {
  display: block;
}
@media (min-width: 768px) {
  .mobileHeaderNotes {
    display: none;
  }
}
.menuRow {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .menuRow {
    margin-top: 0;
  }
}
.menuClosed {
  display: none !important;
}
@media (min-width: 768px) {
  .menuClosed {
    display: block !important;
  }
}
.menuItemSplitter {
  border-bottom: 1px solid #e5e5e5;
  height: 5px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .menuItems {
    overflow: auto;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .menuItems .portalsearchjobsaddon {
    display: block;
    text-align: center;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .menuItems .menuItem {
    text-align: center;
    width: 100%;
  }
}
.menuItems .menuItem a {
  font-size: 24px;
  font-weight: 500;
  color: #777;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 768px) {
  .menuItems .menuItem a {
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
    float: left;
    padding: 5px 15px 15px 15px;
  }
}
.menuItems .menuItem a:hover {
  font-weight: 600;
}
@media (min-width: 768px) {
  .menuItems .menuItem a:hover {
    font-weight: 500;
  }
}
.menuItems .menuItem .selectedMenuItemCaret {
  display: none;
}
.menuItems .menuItem .submenu {
  position: absolute;
  width: 145px;
  padding-left: 20px;
  margin-top: 4px;
  margin-left: -10px;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.menuItems .menuItem .submenu a,
.menuItems .menuItem .submenu a:visited {
  text-decoration: none;
}
.menuItems .menuItem .submenu a:hover,
.menuItems .menuItem .submenu a:visited:hover {
  text-decoration: none;
  color: #fff;
}
.menuItems .menuItem .submenu:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -11px;
  margin-left: -70px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.menuItems .menuItem .submenu li {
  display: block;
  padding: 3px 0 8px 0;
  font-size: 15pt;
}
.menuItems .menuItem .submenu li:last-child {
  border-bottom: none;
}
.menuItems .menuItem .submenu li:hover {
  color: #fff;
}
.menuItems .selectedMenuItem a {
  color: #ad3e34 !important;
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .menuItems .selectedMenuItem .selectedMenuItemCaret {
    display: block;
    text-align: center;
    margin-top: -11px;
  }
}
nav a {
  font-size: 24px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav a {
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
    float: left;
    padding: 5px 15px 15px 15px;
  }
}
nav a:hover {
  font-weight: 600;
}
@media (min-width: 768px) {
  nav a:hover {
    font-weight: 500;
  }
}
nav .selectedMenuItem a {
  color: #ad3e34;
  font-weight: 600;
}
@media (min-width: 768px) {
  nav .selectedMenuItem .selectedMenuItemCaret {
    display: block;
    text-align: center;
    margin-top: -11px;
  }
}
nav .selectedMenuItemCaret {
  display: none;
}
nav .menuItemSplitter {
  border-bottom: 1px solid #e5e5e5;
  height: 5px;
  margin-top: 30px;
}
nav .headerBoxForm {
  background: #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
nav a.headerBoxFormButton {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}
nav a.headerBoxFormActiveButton {
  background-color: #4c4c4c;
  color: #e5e5e5 !important;
}
nav a.headerBoxFormActiveButton:hover {
  color: #ffffff;
}
nav a.headerBoxFormInactiveButton {
  background-color: #e5e5e5;
  color: #686d70 !important;
  border: 2px solid #686d70;
}
nav a.headerBoxFormInactiveButton:hover {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  nav ul {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  nav ul li {
    float: left;
  }
  nav ul li a,
  nav ul li a:active,
  nav ul li a:hover,
  nav ul li a:visited {
    display: inline-block;
    text-decoration: none;
  }
  nav ul li:hover .subnav {
    pointer-events: all;
    opacity: 1;
  }
}
nav ul.subnav {
  position: absolute;
  background-color: white;
  z-index: 1000;
  border: 1px solid #cccccc;
  width: 325px;
  padding-left: 0;
  margin-top: 30px;
  margin-left: 0;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  color: #777777;
}
nav ul.subnav li {
  display: block;
  float: none;
}
nav ul.subnav li a {
  width: 100%;
  font-weight: 500;
  color: #777777;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
nav ul.subnav li a:hover {
  font-weight: 600;
  background-color: #eeeeee;
}
nav ul.subnav .title a,
nav ul.subnav .all-events a {
  font-size: 16px;
  font-weight: 600;
}
nav ul.subnav .title a:hover,
nav ul.subnav .all-events a:hover {
  font-weight: 700;
}
@media (min-width: 768px) {
  .employerMenuItemsWidth {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .jobSeekerMenuItemsWidth {
    width: 660px;
  }
}
@media (min-width: 768px) {
  .verylightgraybackground {
    background-color: #DDDDDD;
  }
}
.mobileNavToggle {
  margin-right: 15px;
  border-radius: 4px;
  width: 34px;
  height: 26px;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 2px;
  color: #888;
  text-decoration: none;
}
.mobileNavToggle:hover {
  background-color: #e5e5e5;
}
@media (min-width: 768px) {
  .mobileNavToggle {
    display: none;
  }
}
.navClose {
  font-size: 28px;
  margin-top: -10px;
  margin-left: 7px;
}
.hamburgerLine {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
  margin: 4px;
}
span.headerDescriptionText {
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
  padding-left: 15px;
  padding-right: 15px;
}
a.headerActiveButton {
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #999999;
  padding: 1px 10px;
}
a.headerActiveButton:hover {
  background-color: #a3a3a3;
}
a.headerInactiveButton {
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  color: #a3a3a3 !important;
}
a.headerInactiveButton:hover {
  background-color: #e5e5e5;
}
.hiddenSignInButton {
  display: none;
}
.headerSignInButton {
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #727272;
}
.headerSignInButton:hover {
  background-color: #444444;
}
.activeCaret {
  display: none;
}
li.active .activeCaret {
  display: block;
  text-align: center;
  margin-top: -7px;
}
.paddedNavBarButton {
  margin-left: 40px;
  margin-right: 40px;
  font-weight: 300 !important;
  font-size: 28px !important;
}
@media (min-width: 768px) {
  .paddedNavBarButton {
    margin-left: 0;
    margin-right: 0;
  }
}
a.navbarSignUpNowButton {
  color: #ffffff !important;
}
a.navbarSignUpNowButton:hover {
  color: #e5e5e5 !important;
}
@media (min-width: 768px) {
  a.navbarSignUpNowButton {
    font-size: 16px !important;
  }
}
a.navbarSignUpNowInactiveButton {
  background-color: #e5e5e5 !important;
  color: #686d70 !important;
}
a.navbarSignUpNowInactiveButton:hover {
  color: #686d70 !important;
}
/* Header : End */
/* Features : Begin */
.featuresEmployerHero {
  height: 550px !important;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}
.featuresEmployerHeroTextBlock {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .featuresEmployerHeroTextBlock {
    margin-top: 80px;
  }
}
.featuresEmployerHeroTextBlockTitle {
  padding: 20px 10px 10px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .featuresEmployerHeroTextBlockTitle {
    font-size: 48px;
    line-height: 50px;
  }
}
.featuresEmployerHeroTextBlockSummary {
  padding: 10px 10px 20px 10px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .featuresEmployerHeroTextBlockSummary {
    padding: 30px 30px 20px 30px;
    font-size: 14px;
    line-height: 16px;
  }
}
.featuresEmployerHeroFooter {
  opacity: .8;
  height: 60px;
  margin-top: -60px;
  text-align: center;
}
@media (min-width: 768px) {
  .featuresEmployerHeroFooter {
    height: 50px;
    margin-top: -50px;
    line-height: 50px;
  }
}
.featuresEmployerHeroFooter p {
  color: #fff;
}
.featuresEmployerHeroFooter p a {
  padding-left: 10px;
  font-weight: 600;
  color: #ffffff;
}
.featureRow {
  margin-left: -30px;
  margin-right: -30px;
}
.featureInsetRow {
  padding-top: 15px;
  padding-bottom: 15px;
}
.featureTitle {
  font-size: 28px;
  color: #aa3a2d;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.featuresJobSeekerHero {
  height: 550px !important;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}
.heroJobSeekerTextBlock {
  margin-top: 50px;
  text-align: center;
  padding-top: 20px;
}
.heroJobSeekerTextBlockTitle {
  font-size: 30px;
  font-weight: 337;
  line-height: 35px;
}
@media (max-width: 1200px) {
  .heroJobSeekerTextBlockTitle {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .heroJobSeekerTextBlockTitle {
    font-size: 21px;
    font-weight: 149;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .heroJobSeekerTextBlockTitle {
    font-size: 14px;
    font-weight: 140;
    line-height: 22px;
  }
}
.heroJobSeekerTextBlockSummary {
  padding: 60px 30px 20px 30px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .heroJobSeekerTextBlockSummary {
    padding: 20px 30px 20px 30px;
    font-size: 12px;
  }
}
.heroPostAJob {
  height: 50px;
  line-height: 50px;
  margin-top: -559px;
  text-align: center;
}
.heroSearchForAJob {
  height: 50px;
  line-height: 50px;
  margin-top: -150px;
  text-align: center;
}
.heroJobSeekerFooter {
  opacity: .8;
  height: 60px;
  line-height: 60px;
  margin-top: -60px;
  text-align: center;
}
@media (max-width: 992px) {
  .heroJobSeekerFooter {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .heroJobSeekerFooter {
    line-height: 30px;
  }
}
@media (max-width: 525px) {
  .heroJobSeekerFooter {
    height: 65px;
    margin-top: -65px;
    line-height: 21px;
  }
}
@media (max-width: 375px) {
  .heroJobSeekerFooter {
    height: 80px;
    margin-top: -80px;
    line-height: 20px;
  }
}
.heroJobSeekerFooter p {
  color: #ffffff;
}
.heroJobSeekerFooter p a {
  padding-left: 10px;
  font-weight: 600;
  color: #ffffff;
}
.heroJobSeekerHeader {
  opacity: .8;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #a3a7a0;
}
@media (max-width: 992px) {
  .heroJobSeekerHeader {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .heroJobSeekerHeader {
    line-height: 30px;
    display: none !important;
  }
}
@media (max-width: 525px) {
  .heroJobSeekerHeader {
    height: 65px;
    margin-top: -65px;
    line-height: 21px;
  }
}
@media (max-width: 375px) {
  .heroJobSeekerHeader {
    height: 80px;
    margin-top: -80px;
    line-height: 20px;
  }
}
.heroJobSeekerHeader p {
  color: #ffffff;
}
.heroJobSeekerHeader p a {
  margin-top: -2px;
  padding-left: 10px;
  font-weight: 600;
  color: #ffffff;
}
.numberContainerJSFeatures {
  height: 150px;
}
.PrimaryJobSeekerTitle {
  color: #aa3a2d;
}
.JobSeekerSectionHeader {
  background-color: #777777;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}
@media (max-width: 700px) {
  .JobSeekerSectionHeader {
    font-size: 18px;
  }
}
@media (max-width: 474px) {
  .JobSeekerSectionHeader {
    line-height: 25px;
    font-size: 18px;
  }
}
.JobSeekerSection {
  background-color: #F5F5F5;
}
.JobSeekerSectionDetail {
  background-color: #ECECEC;
}
@media (max-width: 992px) {
  .JobSeekerSectionSignUp {
    padding-bottom: 52px;
  }
}
.featureQuote {
  text-align: center;
  color: #777;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-style: italic;
}
.featureQuoteSource {
  font-size: 15px;
  font-style: normal;
}
@media (min-width: 768px) {
  .featureQuoteRightBlock {
    border-left: 3px solid #a3a3a3;
  }
}
.featureQuoteRightBlock > hr {
  border-top: 3px solid #a3a3a3;
}
@media (min-width: 768px) {
  .featureQuoteRightBlock > hr {
    display: none;
  }
}
.featureMap {
  height: 480px !important;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
  border: 5px solid #d9dadb;
}
.featureMapRow {
  border: 5px solid #d9dadb;
}
.featureMapSearch {
  padding-bottom: 30px;
}
.featureGoogleMap {
  height: 480px !important;
}
.featureGoogleMapImage {
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}
.featureGoogleMapText {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
  opacity: 0.6;
  margin-top: 200px;
}
.featureMapSearchBoxButton {
  background-color: #777;
  font-weight: 600;
  color: #ffffff;
}
.featureMapSearchRow {
  margin-bottom: 15px;
}
.featureMapSearchLabel {
  color: #a3a3a3;
}
.featureMapSearchValue {
  padding: 5px 20px 5px 20px;
  background-color: #d9dadb;
}
.lineSeperator {
  text-align: center;
}
.lineSeperator > hr {
  border: 1px solid #777;
}
.lineSeperator > div.lineSeperatorText {
  background-color: #777;
  width: 30px;
  margin: -30px auto auto auto;
  color: #ffffff;
  border-radius: 10px;
}
.callOutBox {
  margin-top: 35px;
}
.callOutBoxLogo {
  text-align: center;
}
.callOutBoxTitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.nagPanelContainer {
  background-color: rgba(217, 218, 219, 0.9);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: right;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 300px;
  height: 40px;
  right: 5px;
}
@media (min-width: 768px) {
  .nagPanelContainer {
    right: 30px;
  }
}
.nagTitle {
  font-size: 18px;
  font-weight: 600;
  color: #aa3a2d;
  padding-left: 10px;
}
.nagPanelHeader {
  margin: 10px 15px 5px 15px;
  width: 100%;
}
.nagPanelBody {
  margin: 10px 15px 5px 15px;
  width: 100%;
  padding-left: 5px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .featuresMenuLink {
    width: 93px;
  }
}
.nagMenuImage {
  height: 14px;
  width: 16px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .nagPanelExpanded {
    float: none;
    position: static;
    width: 100%;
    height: auto;
    right: auto;
  }
}
@media (min-width: 768px) {
  .nagPanelExpanded {
    height: 610px !important;
  }
}
/* Features : End */
/* SiteMap : Begin */
.linkSectionRow {
  background-color: #e5e5e5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.linkSectionTitle {
  font-size: 28px;
  color: #aa3a2d;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
}
.linkSectionDescription {
  padding-bottom: 10px;
}
.linkSectionLink {
  font-weight: 600;
}
/* SiteMap : End */
/* Footer : Begin */
footer.footer {
  background-color: #686d70;
  font-size: 16px;
  color: #d9dadb;
  font-weight: 400;
  padding: 26px 0;
}
.footerSiteMapItem {
  margin-top: 5px;
}
div.footerSiteMapItem a:link,
div.footerSiteMapItem a:visited {
  font-size: 14px;
  color: #d9dadb;
  text-decoration: none;
}
div.footerSiteMapItem a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer.footer .bottomPad {
  padding-bottom: 15px;
}
.footerCopyright {
  color: #9fa1a3 !important;
  font-weight: 300 !important;
  font-size: 14px;
}
a.footerPolicyLink {
  color: #9fa1a3 !important;
  font-weight: 300 !important;
  text-decoration: underline !important;
  font-size: 14px;
}
a.footerPolicyLink:hover {
  color: #ffffff !important;
}
a.footerSiteMapLink {
  color: #9fa1a3 !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  font-size: 14px;
}
a.footerSiteMapLink:hover {
  color: #ffffff !important;
}
/* Footer : End */
.modal-content .share {
  border-radius: 0;
  overflow-x: hidden;
  border: none;
}
.modal-content .share .modal-body {
  padding-top: 0;
  max-height: 720px;
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-content .share .modal-body .sendSuccess {
  padding-top: 1em;
  padding-bottom: 4em;
}
.modal-content .share .modal-body .header {
  padding-top: 10px;
}
.modal-content .share .modal-body .confirm-message {
  margin: 10px 0 30px 0;
}
.modal-content .share .modal-body .form-alert {
  color: #a94442;
}
.modal-content .share .modal-body .form-info {
  color: #575757;
}
.modal-content .share .modal-body .form-warning {
  color: #f4ab0f;
}
.modal-content .share .modal-body .form-success {
  color: #3c763d;
}
.modal-content .share .modal-body .modal-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.modal-content .share .modal-body .contact-support-form {
  padding-top: 1em;
}
.modal-content .share .modal-body .contact-support-form input,
.modal-content .share .modal-body .contact-support-form textarea {
  border-radius: 4px;
  border: 1px solid #a3a7a0;
  padding: 6px 12px;
  margin: 6px 0 6px 0;
}
.modal-content .share .modal-body .contact-support-form input {
  width: 100%;
}
.modal-content .share .modal-body .contact-support-form textarea {
  width: 100%;
}
.modal-content .share .modal-body .contact-support-form .buttons {
  text-align: right;
  color: #575757;
  font-size: 1em;
  font-weight: 600;
}
.modal-content .share .modal-body .contact-support-form .buttons .button-light {
  padding: 10px 20px;
  margin-right: 15px;
  background-color: #d2d2d2;
  border-radius: 4px;
  border: 0;
  -moz-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
.modal-content .share .modal-body .contact-support-form .buttons .button-light:hover {
  background-color: #c2c2c2;
}
.modal-content .share .modal-body .contact-support-form .send,
.modal-content .share .modal-body .contact-support-form .cancel {
  text-align: center;
}
.modal-content .share .modal-body .contact-support-form .send a,
.modal-content .share .modal-body .contact-support-form .cancel a {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-size: 16pt;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
}
.modal-content .share .modal-body .contact-support-form .send a:hover,
.modal-content .share .modal-body .contact-support-form .cancel a:hover {
  text-decoration: none;
}
.modal-content .share .modal-body-fit {
  height: auto;
}
.btn-social {
  text-align: center;
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  font-size: 14pt;
  color: white;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn-social:hover {
  color: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}
.btn-facebook {
  background-color: #3b5998;
}
.btn-twitter {
  background-color: #55acee;
}
.btn-action {
  background-color: #d2d2d2;
}
.email-sent-wrapper {
  text-align: center;
}
.email-wrapper label {
  margin: 10px 0 5px 0;
}
.email-wrapper .btn {
  width: 200px;
  margin: 10px 0 0 0 ;
}
/*.result-icon {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 50px;
}*/
.result-icon {
  margin-top: 4px;
  padding-top: 12px;
  padding-bottom: 18px;
  min-height: 60px;
}
.share-favorite {
  margin-top: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 40px;
}
.metadata .result-name {
  font-size: 14pt;
  line-height: 24px;
  color: #999999;
  font-weight: bold;
}
/* Common: Begin */
body {
  font-family: 'Open Sans', sans-serif;
}
.centerDiv {
  margin: 0 auto;
}
.centerText {
  text-align: center;
}
.clearTop {
  padding-top: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.pointerCursor {
  cursor: pointer;
}
.textLarge {
  font-size: 18px;
}
.textMedium {
  font-size: 16px;
}
.textSmall {
  font-size: 12px;
}
.paddingTopSmall {
  padding-top: 5px;
}
.paddingTopMedium {
  padding-top: 10px;
}
.paddingLeftMedium {
  padding-left: 10px;
}
.paddingRightMedium {
  padding-right: 10px;
}
.paddingToplarge {
  padding-top: 15px;
}
.paddingToplarger {
  padding-top: 22px;
}
.paddingTopXlarge {
  padding-top: 30px;
}
.padingBottomSmall {
  padding-bottom: 5px;
}
.padingBottomMedium {
  padding-bottom: 10px;
}
.padingLeftSmall {
  padding-left: 5px;
}
.padingLeftMedium {
  padding-left: 10px;
}
.padingLeftLarge {
  padding-left: 15px;
}
.padingLeftLarger {
  padding-left: 22px;
}
.paddingTopLargeThenNone {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .paddingTopLargeThenNone {
    padding-top: 0;
  }
}
.recordSeparator {
  border-bottom-width: 1px;
  border-bottom-color: #DDDDDD;
  border-bottom-style: solid;
}
.pageMenuText {
  font-size: 14px;
  font-weight: 600;
}
.pageTitleBox {
  background-color: #d9dadb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pageTitleBoxAlternate {
  background-color: rgba(229, 229, 229, 0.3);
}
@media (min-width: 768px) {
  .pageTitleBoxPadded {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pageTitleText {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .pageTitleInfo {
    margin-top: 20px;
  }
}
.has-error {
  color: #a94442 !important;
  font-weight: 700 !important;
}
.pageTitle {
  font-size: 28px;
  color: #aa3a2d;
}
.pageSubTitle {
  font-size: 16px;
  color: #aa3a2d;
}
.innerContent {
  padding: 30px;
}
.labelColumn {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .labelColumn {
    text-align: right;
  }
}
.notesColumn {
  color: #a3a3a3;
  padding-left: 10px;
  margin: -15px 15px 15px 15px;
  border-left: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .notesColumn {
    padding-left: 0;
    margin: 0;
    border-left: none;
    border-top: 1px solid #DDDDDD;
  }
}
.inputMessageStackedRow {
  height: 49px;
}
@media (max-width: 768px) {
  .contentColumnTextNoBreakProvided {
    line-height: 45px;
  }
}
.contentColumnText {
  font-size: 18px;
  font-weight: 400;
}
.contentColumnTextInactive {
  color: #a3a3a3;
}
.contentColumnTextEmphasized {
  font-style: italic;
}
.contentColumnButton {
  padding-left: 80px;
  padding-right: 80px;
}
.bigInputBox > label > input {
  height: 20px;
  width: 20px;
  padding: 5px;
}
.bigInputBoxLabel {
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
}
.miniBox {
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}
.miniBox > div > h1 {
  font-size: 17px;
  font-weight: 700;
}
.miniBox > div > ul {
  margin-left: -20px;
}
.miniBoxSeperateBottomRight {
  border-bottom: 3px solid #a3a3a3;
}
@media (min-width: 768px) {
  .miniBoxSeperateBottomRight {
    border-right: 3px solid #a3a3a3;
    border-bottom: 0;
  }
}
.miniBoxSeperateTopLeft {
  border-top: 3px solid #a3a3a3;
}
@media (min-width: 768px) {
  .miniBoxSeperateTopLeft {
    border-left: 3px solid #a3a3a3;
    border-top: 0;
  }
}
.formSelector {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}
.formSelector .formSelectorOption {
  text-align: center;
  cursor: pointer;
  background-color: #efefef;
  padding-bottom: 20px;
  border: 3px solid #a3a3a3;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .formSelector .formSelectorOption {
    height: 150px;
  }
}
.formSelector .formSelectorOption h1 {
  font-size: 22px;
  font-weight: 700;
}
.formSelector .formSelectorOption.selected {
  background-color: #a3a3a3;
  border: 3px solid #efefef;
}
.formSelector .formSelectorOption:hover {
  background-color: #a3a3a3;
  border: 3px solid #efefef;
}
.formSelector .formSelectorSeperator {
  font-size: 55px;
  font-weight: 600;
  text-align: center;
}
.resumePicker {
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
}
.resumePicker h3 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
}
.resumePicker h3 img {
  width: 50px;
}
@media (max-width: 768px) {
  .resumePicker h3 img {
    width: 25px;
  }
}
.resumePicker h3 p {
  padding-top: 10px;
  text-transform: none;
  font-size: 14pt;
}
.resumePicker .btnFile {
  overflow: hidden;
  color: #ffffff;
}
.resumePicker input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.resumePicker .resumeErrors {
  margin-top: 20px;
}
.summaryText {
  font-size: 14px;
  font-weight: 600;
}
.formConfirmationMessage {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 60px;
}
.formConfirmationSummary {
  font-size: 18px;
}
.formConfirmationLabel {
  font-weight: 800;
}
@media (min-width: 768px) {
  .formConfirmationLabel {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .formConfirmationDetails {
    text-align: left;
  }
}
.formConfirmationNotes {
  font-weight: 600;
  color: #a3a3a3;
}
@media (min-width: 768px) {
  .formConfirmationNotes {
    text-align: left;
  }
}
.rowPad {
  padding-top: 30px;
}
.searchForm {
  background-color: #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.searchFormButtonLabel {
  background-color: #d9dadb;
  color: black;
}
@media (max-width: 768px) {
  .searchFormButtonLabel {
    width: 120px;
    text-align: right;
  }
}
.searchFormButton {
  text-align: right;
}
@media (min-width: 768px) {
  .searchHeadingInfoText {
    padding-top: 20px;
  }
}
.searchBody {
  margin-bottom: 20px;
}
.searchResults {
  background-color: #ffffff;
}
.searchSidebarBlock {
  background-color: #efefef;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #999999;
  cursor: pointer;
}
.searchSidebarBlock.filters-disabled {
  opacity: 0.6 !important;
}
.searchSidebarBlock .select-all {
  padding: 0;
  color: #a3a7a0;
  font-weight: bold;
}
.searchSidebarBlock .select-all a {
  text-decoration: none;
}
.searchSidebarBlock .select-all a:hover {
  text-decoration: none;
}
.searchSidebarBlock .select-none {
  padding: 0;
  color: #a3a7a0;
  font-weight: bold;
}
.searchSidebarBlock .select-none a {
  text-decoration: none;
}
.searchSidebarBlock .select-none a:hover {
  text-decoration: none;
}
.searchSidebarBlock .filter-group-item {
  padding: 2px 0 2px 15px;
}
.searchSidebarBlock .filter-group-item .first-child-item {
  padding-top: 6px;
  border-top: 1px solid;
}
.searchSidebarBlock .filter-group-item input[type=checkbox] {
  width: 20px;
  float: left;
}
.searchSidebarBlock .filter-group-item .filter-name {
  font-weight: 700;
  width: 180px;
  float: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.searchSidebarBlock .filter-group-item .filter-label {
  display: block;
  font-weight: 700;
  width: 180px;
  float: left;
}
.searchSidebarTitle {
  color: #aa3a2d;
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px 5px 5px;
}
.searchSidebarFormGroup {
  padding-left: 5px;
  padding-right: 10px;
}
.searchSidebarButton {
  text-align: right;
}
.alternateSearchInput {
  background-color: #FFFFFF;
}
.searchResultsTable thead {
  background-color: #999999;
}
.searchResultsTable th {
  color: #ffffff;
}
img.inline {
  display: inline;
}
.bodyContainer {
  width: 100%;
  text-align: center;
}
.headerBar {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #AA9271;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .headerBar {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 48px;
    font-weight: 300;
  }
}
.textSemiBold {
  font-weight: 600;
}
.LeftAlignedThenRightAboveXS {
  text-align: left;
}
@media (min-width: 768px) {
  .LeftAlignedThenRightAboveXS {
    text-align: right;
  }
}
.centerThenRightAboveXS {
  text-align: center;
}
@media (min-width: 768px) {
  .centerThenRightAboveXS {
    text-align: right;
  }
}
.centerThenLeftAboveXS {
  text-align: center;
}
@media (min-width: 768px) {
  .centerThenLeftAboveXS {
    text-align: left;
  }
}
.centerThenLeftAboveXS ul {
  text-align: left;
}
.textLargeThenXLargeAboveXXS {
  font-size: 18px;
}
@media (min-width: 450px) {
  .textLargeThenXLargeAboveXXS {
    font-size: 22px;
  }
}
.tableHeaderSortIcon {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.tableFooter {
  margin: -20px 0 0 0;
  font-weight: 700;
}
.tableFooterRow {
  background-color: #999999;
  padding: 8px;
  margin-top: -20px;
}
.tableFooterResults {
  background-color: #e5e5e5;
  padding: 5px 10px;
}
.tableFooterResultsLeft {
  text-align: left;
  padding: 0;
}
.tableFooterResultsRight {
  text-align: right;
  padding: 0;
}
@media (max-width: 768px) {
  .tableFooterResultsRight {
    text-align: left;
  }
}
.tableFooterControls {
  text-align: left;
  padding: 5px 0 5px 10px;
}
@media (min-width: 768px) {
  .tableFooterControls {
    text-align: right;
  }
}
.tableFooterControls > a {
  color: #000;
}
.tableFooterControls > a:hover,
.tableFooterControls > a:visited {
  color: #000;
}
.tableMessage {
  background-color: #e5e5e5;
  padding: 50px 0;
  margin: 40px 30px;
  font-weight: 600;
  text-align: center;
}
.block-view-wrapper {
  margin: 0 0 15px 0;
  border: 1px solid;
  border-bottom-style: none;
}
.block-view-header {
  line-height: 50px;
  font-size: 16pt;
  cursor: pointer;
}
.block-view-row {
  overflow: hidden;
  padding: 15px 0;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom-style: solid;
  border-width: 1px;
}
.block-view-row:hover {
  background-color: #efefef;
}
.block-view-header,
.block-view-row {
  border-bottom-style: solid;
  border-width: 1px;
}
.job-info-title {
  font-size: 14pt;
  line-height: 24px;
  padding-top: 8px;
  color: #999999;
  font-weight: bold;
}
.job-close-date {
  padding-top: 8px;
}
.job-info-desktop {
  min-height: 50px;
  font-size: 10pt;
  line-height: 0;
}
.col-xs-12 > .job-info-title {
  font-size: 14pt;
  line-height: 24px;
  padding-top: 0px;
}
.col-xs-12 > .job-close-date {
  padding-top: 0px;
}
.job-location {
  min-height: 50px;
  padding-top: 8px;
}
.modalMessageHeader {
  font-size: 28px;
  color: #aa3a2d;
}
.modalMessageBody {
  background-color: #e5e5e5;
  padding: 20px;
  margin: 20px;
  font-weight: 500;
}
.modalMessageButton {
  color: #ffffff !important;
  padding-left: 40px;
  padding-right: 40px;
}
.modalWidthSmall {
  width: 200px;
}
.modalBottomPadding {
  padding-bottom: 30px;
}
.img-responsive-center {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .searchFormGroup {
    width: 100%;
  }
}
/* Common: End */
/* Indeed Landing Page : Begin */
.indeed-job-description {
  margin-bottom: 12px;
}
a.expander {
  cursor: pointer;
}
/* Indeed Landing Page : End */
/* Social Network Buttons : Begin */
.fb-share-button {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
.social-button {
  text-align: right;
  margin-right: 104px;
  padding: 3px 0;
  cursor: pointer;
}
/* Social Network Buttons : End */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
.hideTillLoaded {
  display: none;
}
.heroImage {
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  line-height: 130px;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}
.heroImage.xs {
  line-height: 80px;
}
.heroImage.sm {
  line-height: 120px;
}
@media (min-width: 768px) {
  .searchJobsMenuLink {
    width: 113px;
  }
}
@media (min-width: 768px) {
  .partnersMenuLink {
    width: 92px;
  }
}
@media (min-width: 768px) {
  .faqMenuLink {
    width: 67px;
  }
}
@media (min-width: 768px) {
  .resourcesMenuLink {
    width: 105px;
  }
}
@media (min-width: 768px) {
  .contactMenuLink {
    width: 86px;
  }
}
@media (min-width: 768px) {
  .blogMenuLink {
    width: 62px;
  }
}
@media print {
  .noPrint {
    display: none !important;
  }
}
/*# sourceMappingURL=public.css.map */