.clear-both {
  display: block;
  clear: both;
}

.multiple-button-spacing:not(:last-child) {
  margin-right: 15px;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -140px;
}

footer, .footer-push {
  height: 140px;
  clear: both;
}

html body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  background: url(../img/bg.png) repeat repeat;
}

.user-details-bar {
  height: 2em;
}

header .navbar-default {
  margin-bottom: 0;
  border-bottom: 3px solid #f49304;
  border-radius: 0;
}

header .navbar-default .navbar-nav > li > a {
  font-size: 1.3em;
}

header .navbar-default .user-details span.greeting {
  display: inline-block;
  color: white;
  margin-top: 6px;
}

header .navbar-default .user-details span.greeting .fa {
  color: #fca92f;
}

header .navbar-default .user-details .login-button a {
  color: #fff;
  background: #fca92f;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 43px 10px 0;
}

header .navbar-default .user-details .login-button a:hover {
  background: #fc9f16;
  color: white;
}

header .navbar-default .user-details .logged-in-user {
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}

header .navbar-default .user-details .logged-in-user span {
  display: inline-block;
  margin-top: 15px;
}

header .navbar-default .user-details .logged-in-user a {
  margin: 10px 25px 0 25px;
  background-color: #3173AB;
  color: #f0f0f0;
  padding: 5px;
}

header .navbar-default .user-details .logged-in-user a:hover {
  background-color: #204b70;
  color: #f8f8f8;
}

header #brand_logo {
  height: 3em;
  width: auto;
}

@media (max-width: 992px) {
  header #brand_logo {
    height: 2em;
  }
}

header a.navbar-brand {
  height: 3em;
  display: inline-block;
}

header ul.navbar-nav li a {
  padding-top: 50px;
}

footer {
  color: #f0f0f0;
  background-color: #fca92f;
  text-align: center;
}

footer a {
  color: #f0f0f0;
}

footer a:hover {
  color: white;
}

footer p.copyright_statement {
  padding-top: 20px;
  line-height: 1.5em;
  font-size: .9em;
}

footer ul {
  padding-top: 20px;
  list-style-type: none;
  padding-left: 0;
}

footer ul li {
  display: inline-block;
  padding: 10px;
}

.tp-banner-container {
  min-height: 400px;
}

.tp-banner-container .tp-banner {
  position: relative;
}

.tp-banner-container .tp-banner .container {
  height: 6em;
}

.tp-banner-container .tp-banner .container .banner-inner {
  z-index: 100;
  margin-top: -10em;
  display: block;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper {
  padding-bottom: 2em;
  margin: 0 auto;
  text-align: center;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper h1 {
  margin-top: 0;
  text-align: center;
  font-size: 3em;
  padding: 25px;
  color: #f0f0f0;
  text-shadow: 3px 3px 3px #333;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper a {
  padding: 20px;
  font-size: 2.2em;
  margin: 0 10px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 25px #333;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper .for-employers {
  display: inline-block;
  margin-top: 10px;
  background: #4d4d4d;
  border: 3px solid #f0f0f0;
  color: #f0f0f0;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper .for-employers:hover, .tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper .for-employers:active {
  background: #f0f0f0;
  color: #fca92f;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper .search-jobs {
  display: inline-block;
  margin-top: 10px;
  background: #fca92f;
  color: #f0f0f0;
  border: 3px solid #fca92f;
  text-shadow: 0 0 8px #333;
}

.tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper .search-jobs:hover, .tp-banner-container .tp-banner .container .banner-inner div.inner-wrapper .search-jobs:active {
  background: #f0f0f0;
  color: #fca92f;
  border-color: #f0f0f0;
  text-shadow: none;
}

.mission-statement {
  padding: 20px;
  margin: 20px 0;
  font-size: 1.5em;
  text-align: center;
  background: #f1e1c1;
  border-radius: 25px;
  border: 1px solid #d5a544;
}

.mission-statement h2 {
  font-size: 3em;
  color: #3173AB;
  text-shadow: 0 0 1px #0f2334;
}

.mission-statement .icon {
  font-size: 5em;
  color: #d5a544;
  text-shadow: 0 0 3px #333;
}

.mission-statement .wording {
  text-align: left;
  border-left: 5px solid #d5a544;
}

.middle-banner {
  clear: both;
  margin-bottom: 20px;
  background-color: #3875a9;
  background-position: right 15% top;
  min-height: 187px;
  position: relative;
  right: 0;
  box-shadow: 0px 20px 27px -8px #B8BAAB;
}

.middle-banner h3 {
  color: #fff;
  font: 400 1.5em 'Nunito', sans-serif;
}

.middle-banner .wording {
  text-align: center;
}

.middle-banner .image {
  text-align: center;
  height: 190px;
  z-index: 2;
}

.middle-banner::after {
  content: "";
  background: url(../img/template/irs_logo_light.png) no-repeat;
  background-size: 613px;
  background-position: top left;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  margin-left: 10%;
}

.main-content {
  margin: 35px 0;
}

.main-content h4 {
  color: #3173AB;
  text-align: center;
  padding: 5px;
}

.main-content h3 {
  color: #3173AB;
  padding: 5px;
}

.main-content .job-category-links {
  margin-bottom: 3em;
}

.main-content .job-category-links li {
  display: block;
  width: 30%;
  min-width: 120px;
  margin: 10px 2%;
  padding: 0;
  list-style-type: none;
  float: left;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #8d8d8d;
  background-color: #fff;
}

.main-content .job-category-links li a {
  padding: 20px 5%;
  display: block;
  border: 1px solid #333;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.main-content .job-category-links li a:hover {
  border-color: #fca92f;
}

.main-content .rrsi-difference {
  font-size: 1.3em;
}

.main-content .social {
  text-align: center;
}

.round-social-media-icon {
  width: 2em;
  font-size: 2em;
  border-radius: 1em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin: 10px;
}

.facebook-link {
  color: #fff;
  background-color: #3F67A9;
}

.facebook-link:hover, .facebook-link:active, .facebook-link:focus {
  color: #fff;
  text-decoration: none;
}

.twitter-link {
  color: #fff;
  background-color: #2AAAE0;
}

.twitter-link:hover, .twitter-link:active, .twitter-link:focus {
  color: #fff;
  text-decoration: none;
}

.linked-in-link {
  color: #fff;
  background-color: #1883BB;
}

.linked-in-link:hover, .linked-in-link:active, .linked-in-link:focus {
  color: #fff;
  text-decoration: none;
}

.job-results {
  margin: 20px auto;
  background: #fff;
  padding: 10px;
}

.job-opening {
  background: #fcfcfc;
  margin: 20px auto;
  padding: 50px;
  border: 1px solid #e6e6e6;
}

.job-opening .btn {
  box-shadow: 0 2px 5px silver;
}

.apply-form-wrapper {
  background: #fcfcfc;
  margin: 20px auto;
  padding: 50px;
  border: 1px solid #e6e6e6;
}

.apply-form-wrapper .form-section {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #eee;
}

.apply-form-wrapper .form-section .reference-details {
  margin-bottom: 15px;
}

.thanks-for-applying {
  padding: 50px;
  margin: 30px auto;
  width: 500px;
  color: #333;
  background: #f0f0f0;
  border: 1px solid #333;
  border-radius: 5px;
}

.thanks-for-applying h1 {
  margin: -50px -50px 0 -50px;
  padding: 25px;
  background: #3173AB;
  color: #fff;
  text-align: center;
}

.thanks-for-applying h2 {
  margin-bottom: 30px;
  text-align: center;
}

.thanks-for-applying h4 {
  margin-bottom: 30px;
  text-align: center;
}

.thanks-for-applying ul li {
  list-style-type: none;
  margin: 10px 30px;
  display: block;
  float: left;
  clear: both;
}

.top-banner {
  border-bottom: 5px solid #fca92f;
  border-top: 5px solid #fca92f;
  height: 350px;
  position: relative;
}

.resource-div {
  background: transparent url(../img/resources-1.jpg) no-repeat scroll center center/cover;
}

.banner-employers {
  background: transparent url(../img/engine_room.png) no-repeat scroll 0% -150px/auto;
}

.contact-div {
  background: transparent url("../img/blueprints.jpg") repeat scroll center center/cover;
}

.banner-line {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.banner-line h1 {
  color: #fff;
  font: 50px "Lato",sans-serif;
  margin: 0 217px;
  position: relative;
  text-shadow: 0 2px 15px #000;
  top: 22px;
}

.banner-line p {
  background-color: rgba(56, 117, 169, 0.8);
  color: #fff;
  font: 300 18px/33px "Nunito",sans-serif;
  margin: 0;
  padding: 20px 0 20px 217px;
  text-shadow: 0 2px #000;
}

.byline h2 {
  font: 3em "Nunito",sans-serif;
  color: #3173AB;
  text-align: center;
}

.byline p {
  font-size: 1.3em;
}

.byline .employers-description {
  padding: 30px 50px;
}

.footer-byline {
  margin-bottom: 0;
  background: #f0f0f0;
  padding: 30px;
  background-color: #3875a9;
  background-position: right 15% top;
  min-height: 187px;
  position: relative;
  right: 0;
  box-shadow: 0px -20px 27px -8px #333;
}

.footer-byline p {
  color: #f0f0f0;
  font-size: 2em;
  text-align: center;
  text-shadow: 0 0 3px #333;
}

.footer-byline:after {
  content: "";
  background: url(../img/white-logo.png) no-repeat;
  background-size: 613px;
  background-position: top left;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  margin-left: 10%;
}

.resources-list .row {
  margin-bottom: 30px;
}

.resources-list .row .resource-box {
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  text-align: center;
}

.resources-list .row .resource-box .resources-fa-wrapper {
  font-size: 1.5em;
  width: 90%;
  margin: 5%;
  padding: 30px;
  background: transparent url("../img/bg-texture.png") repeat scroll center center;
  border: 1px solid #bdbdbd;
  color: #fca92f;
  text-shadow: 1px 1px 5px #333;
}

.employers-contact-form-wrapper {
  background: transparent url("../img/scrubble-original.jpg") no-repeat scroll center center/cover;
  padding: 30px 0 0px;
}

.employers-contact-form-wrapper .wrapper-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 80px 60px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 30px;
}

.employers-contact-form-wrapper .wrapper-text h3 {
  color: #3173AB;
  font: 400 3em "Lato",sans-serif;
  text-align: center;
  margin: 30px 0;
}

.employers-contact-form-wrapper .wrapper-text form p.form-header {
  color: #333;
  font: 1.5em "Nunito",sans-serif;
  padding: 10px 0;
  clear: both;
}

.employers-contact-form-wrapper .wrapper-text form label {
  padding: 6px 12px;
}

.employers-contact-form-wrapper .wrapper-text form .heard-about-us-other {
  display: inline-block;
  width: 50%;
}

.contact-form-rrsi .wrapper-text {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 80px 60px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.contact-form-rrsi .wrapper-text h3 {
  color: #3173AB;
  font: 400 3em "Lato",sans-serif;
  text-align: center;
  margin: 30px 0;
}

.contact-form-rrsi .wrapper-text form .form-group {
  clear: both;
  margin-bottom: 10px;
}

.contact-form-rrsi .wrapper-text form p.form-header {
  color: #333;
  font: 1.5em "Nunito",sans-serif;
  padding: 10px 0;
  clear: both;
}

.contact-form-rrsi .wrapper-text form label {
  padding: 6px 12px;
}

.login-form {
  background: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  padding: 30px 50px;
  margin: 30px auto;
}

.login-form h1 {
  color: #3173AB;
  margin-bottom: 30px;
}

.login-form .submit-button {
  margin-top: 30px;
}

.login-form .forgot-password {
  margin-top: 20px;
  font-size: 1.2em;
}

.reset-password-form {
  background: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  padding: 30px 50px;
  margin: 30px auto;
}

.reset-password-form h1 {
  color: #3173AB;
  margin-bottom: 30px;
  text-align: center;
}

.reset-password-form .submit-button {
  margin-top: 30px;
}

.application-multi-choice-answer {
  display: inline-block;
  margin-right: 20px;
}

/*-------------------------------*/
/*---4 Buttons Plus welcome-----*/
/*-------------------------------*/
.button_header {
  overflow: visible;
  height: 30px;
  background-color: #3875a9;
}

.button_groups {
  margin-top: 3px;
  margin-bottom: 3px;
}

.login-check-wrapper {
  background-color: #fff;
  margin-top: 5em;
  margin-bottom: 5em;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  padding: 40px 15px;
}

.login-check-wrapper h2, .login-check-wrapper h6 {
  text-align: center;
  color: #3173AB;
}

.login-check-wrapper .login-check .switcher {
  display: block;
  text-align: center;
}

.login-check-wrapper .login-check .switcher .a {
  color: #3173AB;
}

@media (max-width: 1024px) {
  .container {
    width: 96% !important;
    margin: 0 2% 20px !important;
  }
  #job_categories {
    width: 65%;
    font-size: 1.75em;
    margin-left: 15%;
  }
}

.job-listing {
  display: block;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #f49304;
  padding: 0 10px 10px;
  box-shadow: 2px 2px 5px #ccc;
  border-radius: 3px;
}

.job_column {
  font-size: 2rem;
}

.job-listing:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .job_description {
    font-size: 1.4rem;
    font-style: italic;
    margin: 10px 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .job_description {
    font-size: 1.8rem;
    font-style: italic;
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .job_description {
    font-size: 2.5rem;
    font-style: italic;
    margin: 10px 0;
  }
}

.job_location {
  margin-top: 23px;
  font-size: 2.2rem;
}

.job_published {
  font-size: 1.3rem;
}

.job_title {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 500;
}

#requirements_label::after {
  content: "  *";
  color: red;
}

.margin-bottom {
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
