@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*Buttons*/
.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;
  }
}
a.news-bar {
  margin: 0px auto 20px;
  padding: 20px 0px;
  text-align: center;
  background: #7e4082;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
a.news-bar:hover {
  text-decoration: none;
  background-color: #402b56;
}
.news-bar span {
  font-weight: 300;
}
.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;
}
.resume-picker {
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
}
.resume-picker h3 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 1em;
}
.resume-picker h3 img {
  width: 50px;
}
@media (max-width: 768px) {
  .resume-picker h3 img {
    width: 25px;
  }
}
.resume-picker p {
  padding-top: 10px;
  text-transform: none;
  font-size: 14pt;
}
.resume-picker .btnFile {
  overflow: hidden;
  color: #ffffff;
  margin-top: .5em;
}
.resume-picker 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;
}
.resume-picker .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;
  margin-top: 20px;
  font-weight: 700;
}
.tableFooterRow {
  background-color: #999999;
  padding: 8px;
  margin-top: -21px;
}
.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%;
  }
}
.job-position-area {
  min-height: 50px;
  padding-top: 8px;
  width: 175px;
  word-wrap: break-word;
}
/* 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 X scrolling on small devices */
}
html.embed {
  overflow: hidden;
  /* If embedded, prevent X + Y scrolling on small 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 print {
  .noPrint {
    display: none !important;
  }
}
/* K12 LOGIN */
.good-doggo {
  height: 34px;
  width: 160px;
  margin: 13.5px 15px;
  padding-left: 15px;
}
@media (min-width: 801px) {
  .good-doggo {
    width: 188px;
    height: 45px;
    margin: 8px 7px;
  }
}
.header-area {
  position: fixed;
  box-sizing: border-box;
  background-color: #ffffff;
  height: 61px;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(48, 58, 69, 0.1);
  z-index: 100;
  margin-bottom: 25px;
}
.modal-dialog-embedded {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background: #f2f5f6;
  overflow-y: auto;
  padding-bottom: 20px;
}
.modal-dialog-embedded::before {
  background: #3f2b56;
  background-image: -webkit-linear-gradient(197deg, #7a4183, #3f2a56);
  background-image: -o-linear-gradient(197deg, #7a4183, #3f2a56);
  background-image: linear-gradient(287deg, #7a4183, #3f2a56);
  background-image: -ms-linear-gradient(197deg, #7a4183, #3f2a56);
  content: 'Sign In';
  display: block;
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
  height: 220px;
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  color: white;
}
.sign-in-text-jobseeker::before {
  content: 'Job Seeker Sign In';
}
.sign-in-text-employer::before {
  content: 'Employer Sign In';
}
@media (max-width: 800px) {
  .modal-dialog-embedded::before {
    padding-top: 48px;
    font-size: 25px;
  }
}
.modal-dialog-embedded .modal-content {
  box-shadow: none;
  border: none;
  width: 300px;
  margin: 0 auto;
  margin-top: 220px;
  border-radius: 2px;
  box-shadow: 0 0 2px #bbb;
}
.sign-in-embedded {
  padding: 3px 3px;
  font-family: "Open Sans", sans-serif;
}
.sign-in-embedded .label-input {
  height: 16px;
  width: 59px;
  color: #37424E;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.sign-in-embedded .input-text {
  font-family: "Open Sans", sans-serif;
  height: 30px;
  border: 1px solid #C8CFD6;
  background-color: #FFFFFF;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 30px;
  margin-top: 3px;
}
.sign-in-embedded .btn-primary {
  height: 32px;
  width: 100%;
  border-radius: 16px;
  background-color: #25A383 !important;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  border-color: #25A383 !important;
}
.sign-in-embedded .modal-link {
  color: #37424E;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
}
.sign-in-embedded .btn-secondary {
  height: 32px;
  width: 100%;
  border-radius: 16px;
  background-color: #FFF !important;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  display: block;
  line-height: 31px;
  color: #37424E;
  border: 1px solid #AFB6BE;
}
.sign-in-embedded hr {
  height: 1px;
  background-color: #C8CFD6;
  border: none;
  margin: 14px 0 2px 0;
}
.sign-in-embedded .alert-error {
  color: #37424E;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  display: block;
  margin: -3px -3px;
}
.sign-in-embedded .alert-error-body {
  padding: 18px 18px 18px 18px;
  background-color: #F6DC6B;
}
.sign-in-embedded .btn-close {
  text-transform: uppercase;
  cursor: pointer;
  color: #5B636C;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  background: none;
}
.sign-in-embedded .alert-error-fade {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sign-in-embedded .subtitle1 {
  color: #37424E;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.sign-in-embedded .subtitle2 {
  color: #37424E;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.partner-logo {
  max-width: 150px;
}
.k12-header-purple {
  background-color: #7c4183;
  display: block;
  width: 100%;
  height: 61px;
  box-shadow: 0 1px 3px 0 rgba(48, 58, 69, 0.1);
}
.k12-header-purple a.k12-logo img {
  width: 181px;
  height: 45px;
  margin: 8px 45px 8px 30px;
}
.k12-header-purple .k12-menu-header-right {
  float: right;
}
.k12-header-purple .k12-menu-header-right a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-family: Lato;
  margin-right: 30px;
  margin-top: 20px;
  display: inline-block;
}
.k12-page-footer {
  display: block;
  width: 100%;
  min-height: 115px;
  background-color: #e5e5e5;
  font-size: 16px;
  color: #37474f;
  margin: 0px;
}
.k12-page-footer div {
  margin-top: 50px;
}
.k12-page-footer div a {
  color: #494f56 !important;
  text-decoration: none;
  font-weight: 800;
  font-family: Lato;
  font-size: 13px;
  padding: 12px;
}
.k12-page-footer .k12-social-links a img {
  height: 30px;
}
.k12-page-footer .k12-footer-cr {
  font-size: 12px;
  font-weight: 200;
  display: inline-block;
  padding: 0px 20px 0 20px;
  color: #c1c1c1;
}
.k12-page-footer .k12-footer-left {
  float: left;
}
.k12-page-footer .k12-footer-left a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-family: Lato;
  margin-right: 30px;
  margin-top: 20px;
  display: inline-block;
}
.bg-white {
  background-color: #FFF;
}
.z-index-100 {
  z-index: 100;
}
/*AE fix form high-contrast and highlight issue*/
[data-audioeye-lr-contrast_setting="1"] .modal-dialog-embedded .modal-content,
[data-audioeye-lr-contrast_setting="2"] .modal-dialog-embedded .modal-content,
[data-audioeye-lr-contrast_setting="1"] .sign-in-embedded .input-text,
[data-audioeye-lr-contrast_setting="2"] .sign-in-embedded .input-text {
  border: 1px solid #a3a3a3 !important;
}
[data-audioeye-lr-contrast_setting="1"] .sign-in-embedded .btn-secondary,
[data-audioeye-lr-contrast_setting="2"] .sign-in-embedded .btn-secondary {
  border: 1px solid #212021 !important;
}
[data-audioeye-lr-hlt="3"] #onetrust-banner-sdk .ot-close-icon,
[data-audioeye-lr-hlt="4"] #onetrust-banner-sdk .ot-close-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
