/***********
 * BREAKPOINT MIXINS
 *******************************************/
/* Notification Colours */
body {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 100vh;
  width: 100vw;
  /* Background image is fixed in the viewport so that it doesn't move when
	   the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
	   on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
	   while the background image is loading */
  background-color: #464646; }
  body.home {
    background-image: url("/resources/themes/custom/images/page-bg/home.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: hard-light; }
  body.welcome {
    background-image: url("/resources/themes/custom/images/page-bg/welcome.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body.hubs {
    background-image: url("/resources/themes/custom/images/page-bg/hubs.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: hard-light; }
  body.jobs {
    background-image: url("/resources/themes/custom/images/page-bg/jobs.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: hard-light; }
  body.life {
    background-image: url("/resources/themes/custom/images/page-bg/life.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body.apply {
    background-image: url("/resources/themes/custom/images/page-bg/apply.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body.sign-in {
    background-image: url("/resources/themes/custom/images/page-bg/sign-in.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1501;
  background-color: rgba(0, 0, 0, 0.7); }

.modal {
  display: none;
  width: 260px;
  height: 122px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -130px;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  z-index: 1502;
  /* 1px higher than the overlay layer */ }
  .modal.more-info {
    height: 140px;
    padding-top: 40px; }
  .modal .more-info a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #dee1e5;
    box-sizing: border-box; }
    .modal .more-info a:hover {
      background-color: rgba(222, 225, 229, 0.4); }
    .modal .more-info a:last-of-type {
      border-bottom: none; }
  .modal .more-info .more-info-success, .modal .more-info .more-info-error {
    display: none; }
  .modal.modal-loader {
    background-color: transparent;
    width: 200px;
    height: 200px;
    margin-top: -160px;
    margin-left: -92px; }
    .modal.modal-loader img {
      margin-left: -32px;
      width: 250px; }
  .modal.modal-note {
    width: 310px;
    height: 130px;
    left: calc(50% - 25px); }
  .modal.modal-login {
    width: 340px;
    height: 470px;
    margin-top: -240px;
    margin-left: -172px; }
    .modal.modal-login .signup-button {
      color: #fff34d !important;
      font-family: "Raleway", sans-serif;
      letter-spacing: 1px;
      font-size: 15px;
      display: inline-block; }
    .modal.modal-login form {
      margin: 0 15px 0 20px;
      padding-top: 0;
      padding-bottom: 10px; }
    .modal.modal-login .facebook-signin-button {
      display: inline-block;
      margin: 10px 30px;
      background-color: #2f79be;
      width: calc(100% - 60px);
      text-align: center;
      color: #fff;
      text-decoration: none;
      text-shadow: none;
      padding: 10px;
      letter-spacing: .6px;
      box-sizing: border-box; }
      .modal.modal-login .facebook-signin-button:hover {
        background-color: #214796; }
  .modal .close-modal {
    margin: 10px 10px 0 0;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none;
    color: #dbd9d6 !important; }
    .modal .close-modal img {
      height: 10px;
      width: 10px;
      display: inline-block; }

.width-50-percent {
  width: 50%;
  float: left; }

.width-100-percent {
  width: 100%; }

/**********
  * Positional Layout
  **************************************/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

/**********
 * Content Container layout grid views
 **************************************/
.public-section #ContentContainer {
  padding-top: 0;
  position: fixed;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1920px;
  margin: 50px auto 0 auto;
  height: calc(100vh - 62px);
  overflow-y: scroll; }
  .public-section #ContentContainer .wide-screen {
    max-width: 1920px;
    margin: 0 auto; }
  .public-section #ContentContainer .normal-screen {
    max-width: 1200px;
    margin: 0 auto; }
  .public-section #ContentContainer .small-screen {
    max-width: 1000px;
    margin: 0 auto; }
  .public-section #ContentContainer .very-small-screen {
    max-width: 800px;
    margin: 0 auto; }
  .public-section #ContentContainer .dynamic-screen {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0 0; }
  .public-section #ContentContainer .background-light-grey {
    background-color: #f8f8f8; }

#MenuContainer {
  width: 250px;
  background-color: #d18340;
  min-height: 100%;
  float: left;
  position: fixed; }
  #MenuContainer .logo-size {
    width: 80%;
    padding: 15px; }

@media (max-width: 992px) {
  .public-section #ContentContainer {
    padding-top: 50px;
    padding-bottom: 260px; }
    .public-section #ContentContainer .very-small-screen {
      width: 90%; } }

@media (max-width: 767px) {
  body {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 100vh;
    width: 100vw;
    /* Background image is fixed in the viewport so that it doesn't move when
           the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
           on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
           while the background image is loading */
    background-color: #464646; }
    body.home {
      background-image: url("/resources/themes/custom/images/page-bg/home.jpg");
      background-repeat: no-repeat;
      background-position: 80%;
      background-size: cover; }
    body.welcome {
      background-image: url("/resources/themes/custom/images/page-bg/welcome.jpg");
      background-repeat: no-repeat;
      background-position: 40%;
      background-size: cover; }
    body.hubs {
      background-image: url("/resources/themes/custom/images/page-bg/hubs.jpg");
      background-repeat: no-repeat;
      background-position: 0;
      background-size: cover; }
    body.jobs {
      background-image: url("/resources/themes/custom/images/page-bg/jobs.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body.life {
      background-image: url("/resources/themes/custom/images/page-bg/life.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body.apply {
      background-image: url("/resources/themes/custom/images/page-bg/apply.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body.sign-in {
      background-image: url("/resources/themes/custom/images/page-bg/sign-in.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body .public-section #ContentContainer {
      padding-top: 0;
      margin-top: 50px;
      padding-bottom: 0;
      position: fixed;
      height: calc(100% - 112px); }
      body .public-section #ContentContainer .dynamic-screen {
        width: calc(100% - 100px);
        max-width: 1000px;
        margin: 0 auto; }
    body .medium-and-up {
      display: none; } }

@media (max-width: 600px) {
  .medium-and-up {
    display: none; }
  .modal.modal-loader {
    background-color: transparent;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    overflow: hidden; }
    .modal.modal-loader img {
      margin-left: -70px;
      margin-top: -70px; }
  .public-section #ContentContainer .dynamic-screen {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    .public-section #ContentContainer .dynamic-screen.follow-container-parent {
      width: 80%; }
      .public-section #ContentContainer .dynamic-screen.follow-container-parent section.margin-top-40px {
        margin-top: 0; }
  .public-section #ContentContainer .very-small-screen {
    width: 100%; } }

@media (max-width: 414px) {
  .medium-and-up {
    display: none; } }

header {
  height: 60px;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100; }
  header div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    header div .logo-size {
      width: 200px;
      margin-top: 10px; }

#TopNavigation {
  width: 100%;
  max-width: 400px;
  padding: 14px 0 0 0; }

/*** Target Webkit browsers ***/
@media (min-width: 768px) {
  #MobileMenu {
    display: none; }
  #TopNavigation #ToggleMenu {
    display: none; }
  #TopNavigation #BasicMenu {
    display: flex;
    justify-content: space-between; }
    #TopNavigation #BasicMenu a {
      flex-wrap: nowrap;
      font-size: 20px;
      font-weight: normal;
      text-decoration: none; }
      #TopNavigation #BasicMenu a:link {
        color: #FFFFFF; }
      #TopNavigation #BasicMenu a:hover {
        color: #FFFFFF;
        font-weight: bold;
        border-bottom: 2px solid #FFFFFF; }
      #TopNavigation #BasicMenu a:visited {
        color: #FFFFFF; }
      #TopNavigation #BasicMenu a:active {
        color: #fff34d;
        border-bottom: 2px solid #fff34d; }
      #TopNavigation #BasicMenu a.sign-in.current {
        font-weight: bold;
        border-bottom: 2px solid #fff34d; }
      #TopNavigation #BasicMenu a.sign-in:link {
        color: #fff34d;
        font-weight: bold; }
      #TopNavigation #BasicMenu a.sign-in:hover {
        color: #fff34d;
        font-weight: bold;
        border-bottom: 2px solid #fff34d; }
      #TopNavigation #BasicMenu a.sign-in:visited {
        color: #fff34d; }
      #TopNavigation #BasicMenu a.sign-in:active {
        color: #fff34d;
        border-bottom: 2px solid #fff34d; }
      #TopNavigation #BasicMenu a.current {
        font-weight: bold;
        border-bottom: 2px solid #FFFFFF; } }

@media (max-width: 767px) {
  header {
    width: 100vw; }
    header #TopNavigation {
      max-width: 40px;
      text-align: center; }
      header #TopNavigation #BasicMenu {
        display: none; }
      header #TopNavigation #ToggleMenu {
        display: inline;
        color: #FFFFFF;
        text-decoration: none; }
        header #TopNavigation #ToggleMenu:hover {
          color: #FFFFFF; }
        header #TopNavigation #ToggleMenu:active {
          color: #FFFFFF; }
        header #TopNavigation #ToggleMenu:visited {
          color: #FFFFFF; }
    header #MobileMenu {
      display: block;
      background-color: #464646;
      position: absolute;
      top: 0;
      left: 100vw;
      width: 300px;
      height: 102vh;
      transition: 1s;
      z-index: 99999; }
      header #MobileMenu.menu-active {
        left: calc(100% - 300px); }
      header #MobileMenu .close-mobile-menu {
        display: block;
        width: 20px;
        height: 20px;
        padding-right: 20px;
        padding-top: 26px;
        color: #FFFFFF; }
      header #MobileMenu .mobile-menu-logo-size {
        margin-top: 15px;
        width: 150px; }
      header #MobileMenu .mobile-menu-logo {
        margin-top: 50px;
        display: block;
        width: 100%;
        text-align: center; }
      header #MobileMenu ul {
        list-style: none;
        margin: 30px 0 0 0;
        padding: 0; }
        header #MobileMenu ul li {
          padding: 15px 0;
          display: block; }
          header #MobileMenu ul li a {
            text-decoration: none;
            display: block;
            text-align: center;
            color: #FFFFFF;
            font-weight: normal; }
            header #MobileMenu ul li a.sign-in {
              color: #fff34d;
              font-weight: bold; }
          header #MobileMenu ul li.current a {
            font-weight: bold; }
      header #MobileMenu span.social-media-icons {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px; }
        header #MobileMenu span.social-media-icons a {
          padding: 0 5px;
          display: inline-block; } }

footer {
  clear: both;
  padding: 0;
  margin-top: 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10; }
  footer div.footer-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    height: 180px; }
    footer div.footer-container a.apply-button {
      position: absolute;
      top: 0;
      right: 0;
      text-decoration: none;
      color: #fff34d;
      font-size: 40px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 6px; }
      footer div.footer-container a.apply-button:link {
        color: #fff34d; }
      footer div.footer-container a.apply-button:visited {
        color: #fff34d; }
      footer div.footer-container a.apply-button:hover {
        color: #FFFFFF; }
      footer div.footer-container a.apply-button:active {
        color: #fff34d; }
    footer div.footer-container .hashtag {
      position: absolute;
      top: 48px;
      right: 300px;
      text-transform: uppercase;
      color: #38b6ff;
      font-weight: bold;
      letter-spacing: 3px;
      z-index: 10000;
      text-shadow: 2px 2px 4px #000000; }
    footer div.footer-container .experts {
      background-color: #c52832;
      width: 340px;
      position: absolute;
      top: 60px;
      right: 0;
      text-align: center;
      padding: 10px 20px; }
      footer div.footer-container .experts h5 {
        font-size: 18px;
        margin: 5px 0 7px;
        letter-spacing: 2px; }
      footer div.footer-container .experts span {
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
        letter-spacing: 1px; }
    footer div.footer-container .coordinates {
      position: absolute;
      bottom: 10px;
      right: 0;
      color: #38b6ff;
      font-weight: bold;
      letter-spacing: 3px;
      font-size: 16px;
      z-index: 10000;
      text-shadow: 2px 2px 4px #000000; }

/**** Target MS Edge specifically for the footer ****/
@media (max-width: 767px) {
  footer {
    clear: both;
    padding: 0;
    margin-top: 60px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 10; }
    footer div.footer-container {
      position: relative;
      max-width: 1200px;
      margin: auto;
      text-align: right;
      height: 85px; }
      footer div.footer-container a.apply-button {
        top: 25px;
        right: 5px;
        font-size: 25px; }
        footer div.footer-container a.apply-button:link {
          color: #fff34d; }
        footer div.footer-container a.apply-button:visited {
          color: #fff34d; }
        footer div.footer-container a.apply-button:hover {
          color: #FFFFFF; }
        footer div.footer-container a.apply-button:active {
          color: #fff34d; }
      footer div.footer-container .hashtag {
        display: none;
        left: 10px; }
      footer div.footer-container .experts {
        display: none;
        width: 340px;
        padding: 10px 0; }
        footer div.footer-container .experts h5 {
          font-size: 15px; }
        footer div.footer-container .experts span {
          font-size: 14px; }
      footer div.footer-container .coordinates {
        right: 10px; } }

.show-password-button {
  text-decoration: none; }

.lost-password-form .Actions {
  text-align: center; }

body.Security.Page .form-on-content-page {
  width: 400px;
  position: absolute;
  top: 100px;
  left: 10%;
  max-width: 80%; }
  body.Security.Page .form-on-content-page #ChangePasswordForm_ChangePasswordForm_NewPassword2_Holder {
    margin-top: 15px; }
  body.Security.Page .form-on-content-page #LostPasswordForm_lostPasswordForm_Email, body.Security.Page .form-on-content-page #ChangePasswordForm_ChangePasswordForm_NewPassword1, body.Security.Page .form-on-content-page #ChangePasswordForm_ChangePasswordForm_NewPassword2 {
    width: 90%; }
  body.Security.Page .form-on-content-page #LostPasswordForm_lostPasswordForm_action_forgotPassword, body.Security.Page .form-on-content-page #ChangePasswordForm_ChangePasswordForm_action_doChangePassword {
    margin-top: 15px;
    cursor: pointer; }

/* Text colour for the International Dropdown number field */
.intl-tel-input .country-list .country-name {
  color: #333; }

#MemberLoginForm_LoginForm_action_doLogin,
#MemberLoginForm_LoginForm_action_logout {
  background-color: #fff34d;
  color: #464646; }

/* Basic Grey Form Styles */
.typography form {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 25px 15px 75px 10px;
  color: #666666;
  text-shadow: 1px 1px 1px #FFF;
  border: none;
  text-align: left; }
  .typography form fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .typography form fieldset .field {
      clear: left;
      margin-top: 20px; }
    .typography form fieldset ul {
      clear: left; }
      .typography form fieldset ul.optionset {
        padding: 0;
        margin: 0;
        height: 30px; }
        .typography form fieldset ul.optionset.checkboxset {
          height: auto; }
          .typography form fieldset ul.optionset.checkboxset li {
            float: none;
            width: 100%;
            list-style: none; }
        .typography form fieldset ul.optionset.optionset {
          height: auto; }
          .typography form fieldset ul.optionset.optionset li {
            float: none;
            width: 100%;
            list-style: none; }
    .typography form fieldset .field {
      margin-bottom: 0; }
      .typography form fieldset .field label {
        padding: 10px 0; }
  .typography form h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;
    color: #888; }
  .typography form label {
    display: block;
    margin: 0px; }
  .typography form input[type="text"], .typography form input[type="email"], .typography form input[type="date"], .typography form input[type="number"], .typography form textarea {
    height: 40px;
    margin-bottom: 0;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    width: 100%;
    line-height: 35px;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #CCC;
    color: #666;
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
    padding: 5px 10px; }
    .typography form input[type="text"]:-webkit-autofill, .typography form input[type="email"]:-webkit-autofill, .typography form input[type="date"]:-webkit-autofill, .typography form input[type="number"]:-webkit-autofill, .typography form textarea:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px white inset; }
    .typography form input[type="text"]::placeholder, .typography form input[type="email"]::placeholder, .typography form input[type="date"]::placeholder, .typography form input[type="number"]::placeholder, .typography form textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      opacity: 0.5;
      /* Firefox */ }
    .typography form input[type="text"]:-ms-input-placeholder, .typography form input[type="email"]:-ms-input-placeholder, .typography form input[type="date"]:-ms-input-placeholder, .typography form input[type="number"]:-ms-input-placeholder, .typography form textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #999; }
    .typography form input[type="text"]::-ms-input-placeholder, .typography form input[type="email"]::-ms-input-placeholder, .typography form input[type="date"]::-ms-input-placeholder, .typography form input[type="number"]::-ms-input-placeholder, .typography form textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #999; }
  .typography form input[type="password"] {
    height: 40px;
    margin-bottom: 0;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    width: 100%;
    line-height: 15px;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #CCC;
    color: #666;
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
    padding: 5px 10px;
    max-width: 500px; }
    .typography form input[type="password"]:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px white inset; }
    .typography form input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      opacity: 0.5;
      /* Firefox */ }
    .typography form input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #999; }
    .typography form input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #999; }
  .typography form textarea {
    padding: 0 5px;
    margin-bottom: 0;
    height: 200px;
    max-width: 100%;
    max-height: 200px;
    line-height: 20px; }
  .typography form select {
    background-image: url(/resources/themes/custom/images/down-arrow.png);
    background-position: 98% 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 42px;
    line-height: 25px;
    color: #666;
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #CCC;
    padding: 5px 10px;
    margin-bottom: 0; }
  .typography form input[type=checkbox]:not(old),
  .typography form input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .typography form input[type=checkbox]:not(old) + label,
  .typography form input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url("/resources/themes/custom/images/checks.png") no-repeat 0 0;
    line-height: 4px; }
  .typography form input[type=checkbox]:not(old):checked + label {
    background-position: 0 -24px; }
  .typography form input[type=radio]:not(old):checked + label {
    background-position: 0 -48px; }
  .typography form .intl-tel-input {
    width: 100%; }
  .typography form input[type="tel"].InternationalPhoneNumberField {
    height: 40px;
    outline: 0 none;
    width: 100%;
    line-height: 35px;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #666;
    font-family: Source Sans Pro,sans-serif;
    box-sizing: border-box; }
  .typography form input[type="submit"] {
    background: #464646;
    border: none;
    padding: 7px 42px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
    font: normal 14px "Raleway", sans-serif;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase; }
    .typography form input[type="submit"]:hover {
      background-color: rgba(70, 70, 70, 0.8); }
  .typography form button {
    background: #fff34d;
    border: none;
    padding: 7px 42px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
    font: normal 14px "Raleway", sans-serif;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase; }
    .typography form button:hover {
      background-color: rgba(255, 243, 77, 0.8); }

/***** Parsley Form Validation *****/
.invalid-feedback.filled {
  margin: 0;
  padding: 0;
  border-top: 4px solid #871616; }
  .invalid-feedback.filled .parsley-required,
  .invalid-feedback.filled .parsley-length,
  .invalid-feedback.filled .parsley-maxlength,
  .invalid-feedback.filled .parsley-minlength,
  .invalid-feedback.filled .parsley-type {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #871616;
    font-size: 14px; }
    .invalid-feedback.filled .parsley-required:before,
    .invalid-feedback.filled .parsley-length:before,
    .invalid-feedback.filled .parsley-maxlength:before,
    .invalid-feedback.filled .parsley-minlength:before,
    .invalid-feedback.filled .parsley-type:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f069";
      margin-right: 5px;
      vertical-align: super;
      font-size: 10px;
      font-weight: bold; }

button:focus {
  outline: 0; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisVisa_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisVisaTip_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisVisaExcTip_Holder {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisVisaExcTip_Holder {
  margin-right: 0; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisMastercard_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisMastercardTip_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisMastercardTipExc_Holder {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisMastercardTipExc_Holder {
  margin-right: 0; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisAmex_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisAmexTip_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisAmexExcTip_Holder {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisAmexExcTip_Holder {
  margin-right: 0; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisDebit_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisDebitTip_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisDebitExcTip_Holder {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisDebitExcTip_Holder {
  margin-right: 0; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisTotal_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisTotalTip_Holder,
#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisTotalExcTip_Holder {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 2%; }

#CashOutForm_DisplayTipOutForm #CashOutForm_DisplayTipOutForm_MonerisTotalExcTip_Holder {
  margin-right: 0; }

#CashOutForm_DisplayTipOutForm #CalculationContainer .calculation-label {
  color: #333;
  font-weight: bold;
  display: inline-block;
  width: 40%; }

#CashOutForm_DisplayTipOutForm #CalculationContainer .calculation-value {
  color: #333;
  text-align: right;
  display: inline-block;
  width: 58%;
  font-weight: bold; }

#CashOutForm_DisplayTipOutForm #CalculationContainer .explanation {
  text-indent: 35px;
  margin: 10px 0; }

/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.col:first-child {
  margin-left: 0; }

/* all browsers except IE6 and lower */
.no-col-vertical-margin .col {
  margin-top: 0;
  margin-bottom: 0; }

.col-center-align {
  text-align: center; }

.col-sm-6, .col-sm-5, .col-sm-7 {
  width: 49%;
  float: left; }

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 600 PIXELS */
@media (max-width: 767px) {
  .col {
    margin: 1% 0.5% 1% 0.5%; } }

/*  GRID OF ONE   ============================================================================= */
.span_1_of_1 {
  width: 100%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_1_of_1 {
    width: 100%; } }

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_2_of_2 {
    width: 100%; }
  .span_1_of_2 {
    width: 100%; } }

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_3_of_3 {
    width: 100%; }
  .span_2_of_3 {
    width: 100%; }
  .span_1_of_3 {
    width: 100%; } }

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_4_of_4 {
    width: 100%; }
  .span_3_of_4 {
    width: 100%; }
  .span_2_of_4 {
    width: 100%; }
  .span_1_of_4 {
    width: 100%; } }

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 79.68%; }

.span_3_of_5 {
  width: 59.36%; }

.span_2_of_5 {
  width: 39.04%; }

.span_1_of_5 {
  width: 18.72%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_5_of_5 {
    width: 100%; }
  .span_4_of_5 {
    width: 100%; }
  .span_3_of_5 {
    width: 100%; }
  .span_2_of_5 {
    width: 100%; }
  .span_1_of_5 {
    width: 100%; } }

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_6_of_6 {
    width: 100%; }
  .span_5_of_6 {
    width: 100%; }
  .span_4_of_6 {
    width: 100%; }
  .span_3_of_6 {
    width: 100%; }
  .span_2_of_6 {
    width: 100%; }
  .span_1_of_6 {
    width: 100%; } }

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
  width: 100%; }

.span_6_of_7 {
  width: 85.48%; }

.span_5_of_7 {
  width: 70.97%; }

.span_4_of_7 {
  width: 56.45%; }

.span_3_of_7 {
  width: 41.94%; }

.span_2_of_7 {
  width: 27.42%; }

.span_1_of_7 {
  width: 12.91%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_7_of_7 {
    width: 100%; }
  .span_6_of_7 {
    width: 100%; }
  .span_5_of_7 {
    width: 100%; }
  .span_4_of_7 {
    width: 100%; }
  .span_3_of_7 {
    width: 100%; }
  .span_2_of_7 {
    width: 100%; }
  .span_1_of_7 {
    width: 100%; } }

/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
  width: 100%; }

.span_7_of_8 {
  width: 87.3%; }

.span_6_of_8 {
  width: 74.6%; }

.span_5_of_8 {
  width: 61.9%; }

.span_4_of_8 {
  width: 49.2%; }

.span_3_of_8 {
  width: 36.5%; }

.span_2_of_8 {
  width: 23.8%; }

.span_1_of_8 {
  width: 11.1%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_8_of_8 {
    width: 100%; }
  .span_7_of_8 {
    width: 100%; }
  .span_6_of_8 {
    width: 100%; }
  .span_5_of_8 {
    width: 100%; }
  .span_4_of_8 {
    width: 100%; }
  .span_3_of_8 {
    width: 100%; }
  .span_2_of_8 {
    width: 100%; }
  .span_1_of_8 {
    width: 100%; } }

/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
  width: 100%; }

.span_8_of_9 {
  width: 88.71%; }

.span_7_of_9 {
  width: 77.42%; }

.span_6_of_9 {
  width: 66.13%; }

.span_5_of_9 {
  width: 54.84%; }

.span_4_of_9 {
  width: 43.55%; }

.span_3_of_9 {
  width: 32.26%; }

.span_2_of_9 {
  width: 20.97%; }

.span_1_of_9 {
  width: 9.68%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_9_of_9 {
    width: 100%; }
  .span_8_of_9 {
    width: 100%; }
  .span_7_of_9 {
    width: 100%; }
  .span_6_of_9 {
    width: 100%; }
  .span_5_of_9 {
    width: 100%; }
  .span_4_of_9 {
    width: 100%; }
  .span_3_of_9 {
    width: 100%; }
  .span_2_of_9 {
    width: 100%; }
  .span_1_of_9 {
    width: 100%; } }

/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
  width: 100%; }

.span_9_of_10 {
  width: 89.84%; }

.span_8_of_10 {
  width: 79.68%; }

.span_7_of_10 {
  width: 69.52%; }

.span_6_of_10 {
  width: 59.36%; }

.span_5_of_10 {
  width: 49.2%; }

.span_4_of_10 {
  width: 39.04%; }

.span_3_of_10 {
  width: 28.88%; }

.span_2_of_10 {
  width: 18.72%; }

.span_1_of_10 {
  width: 8.56%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_10_of_10 {
    width: 100%; }
  .span_9_of_10 {
    width: 100%; }
  .span_8_of_10 {
    width: 100%; }
  .span_7_of_10 {
    width: 100%; }
  .span_6_of_10 {
    width: 100%; }
  .span_5_of_10 {
    width: 100%; }
  .span_4_of_10 {
    width: 100%; }
  .span_3_of_10 {
    width: 100%; }
  .span_2_of_10 {
    width: 100%; }
  .span_1_of_10 {
    width: 100%; } }

/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
  width: 100%; }

.span_10_of_11 {
  width: 90.76%; }

.span_9_of_11 {
  width: 81.52%; }

.span_8_of_11 {
  width: 72.29%; }

.span_7_of_11 {
  width: 63.05%; }

.span_6_of_11 {
  width: 53.81%; }

.span_5_of_11 {
  width: 44.58%; }

.span_4_of_11 {
  width: 35.34%; }

.span_3_of_11 {
  width: 26.1%; }

.span_2_of_11 {
  width: 16.87%; }

.span_1_of_11 {
  width: 7.63%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_11_of_11 {
    width: 100%; }
  .span_10_of_11 {
    width: 100%; }
  .span_9_of_11 {
    width: 100%; }
  .span_8_of_11 {
    width: 100%; }
  .span_7_of_11 {
    width: 100%; }
  .span_6_of_11 {
    width: 100%; }
  .span_5_of_11 {
    width: 100%; }
  .span_4_of_11 {
    width: 100%; }
  .span_3_of_11 {
    width: 100%; }
  .span_2_of_11 {
    width: 100%; }
  .span_1_of_11 {
    width: 100%; } }

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }

.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.86%; }

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
  .span_12_of_12 {
    width: 100%; }
  .span_11_of_12 {
    width: 100%; }
  .span_10_of_12 {
    width: 100%; }
  .span_9_of_12 {
    width: 100%; }
  .span_8_of_12 {
    width: 100%; }
  .span_7_of_12 {
    width: 100%; }
  .span_6_of_12 {
    width: 100%; }
  .span_5_of_12 {
    width: 100%; }
  .span_4_of_12 {
    width: 100%; }
  .span_3_of_12 {
    width: 100%; }
  .span_2_of_12 {
    width: 100%; }
  .span_1_of_12 {
    width: 100%; } }

.login-form {
  margin-top: 50px !important;
  font-size: 14px; }

#LostPasswordController #ContentContainer {
  padding-top: 10px; }

#MemberLoginForm_LoginForm_action_logout {
  display: block;
  margin: 30px auto; }

@media (max-width: 767px) {
  .login-form {
    margin-top: 30px !important; }
    .login-form #BrowzzinLoginForm_LoginForm {
      padding-bottom: 25px; }
    .login-form .other-login-services {
      padding-top: 0 !important;
      margin-top: 93px; }
      .login-form .other-login-services a.signin-button {
        width: 95% !important; } }

@media (max-width: 992px) {
  .login-form {
    margin-top: 30px !important; }
    .login-form #BrowzzinLoginForm_LoginForm {
      padding-bottom: 25px; }
    .login-form .other-login-services {
      padding-top: 0 !important;
      margin-top: 60px; }
      .login-form .other-login-services a.signin-button {
        width: 95% !important; } }

.dropdown-wrapper-component {
  width: 90%;
  margin: 20px auto; }

.dropdown-wrapper-component .ae-select-component {
  padding: 8px;
  position: relative;
  border: 1px solid #ccc;
  height: 20px; }

.dropdown-wrapper-component .ae-select-component.chosen {
  color: #333; }

.dropdown-wrapper-component .ae-select-component .down-icon, .ae-select-component .up-icon {
  position: absolute;
  right: 0;
  top: 7px;
  background-color: white; }

.dropdown-wrapper-component .ae-dropdown-component .dropdown-menu-component {
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
  z-index: 100000;
  position: absolute; }

.dropdown-wrapper-component .ae-dropdown-component .ae-select-component, .dropdown-wrapper-component .ae-dropdown-component .dropdown-menu-component > li {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden; }

.dropdown-wrapper-component .ae-disabled {
  pointer-events: none; }

.ae-hide-component {
  display: none; }

ul.dropdown-menu-component {
  list-style-type: none; }

ul.dropdown-menu-component {
  margin: 0px;
  padding: 0;
  border: 1px solid #ccc;
  border-top: none; }

ul.dropdown-menu-component li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #505458; }
  ul.dropdown-menu-component li a:hover {
    background-color: #efefef; }

ul.dropdown-menu-component li.selected a {
  background-color: #dee1e5; }

.switch {
  background-color: #bebebe;
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 26px;
  margin-bottom: 12px;
  width: 60px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 10px; }

.switch.checked {
  background-color: #40ad48; }

.switch.partial {
  background-color: #FFBD13; }

.switch.cancelled {
  background-color: #871616; }

.switch input[type="checkbox"] {
  height: 10px;
  left: 12px;
  position: absolute;
  top: 8px;
  -webkit-transition: left 0.05s ease-in-out;
  -moz-transition: left 0.05s ease-in-out;
  -o-transition: left 0.05s ease-in-out;
  -ms-transition: left 0.05s ease-in-out;
  transition: left 0.05s ease-in-out;
  width: 10px;
  opacity: 1; }

.switch.enabled input[type="checkbox"] {
  cursor: pointer; }

.switch.disabled input[type="checkbox"] {
  cursor: not-allowed; }

.switch.checked input[type="checkbox"] {
  left: 38px; }

.switch.partial input[type="checkbox"] {
  left: 25px; }

.switch input:before {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  content: '';
  height: 18px;
  position: absolute;
  top: -5px;
  left: -9px;
  width: 26px; }

.switch input:after {
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #fff 100%);
  border-radius: 10px;
  content: '';
  height: 12px;
  margin: -1px 0 0 -1px;
  position: absolute;
  width: 12px; }

.switch .icon-ok,
.switch .icon-remove {
  line-height: 28px;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  margin: 0 9px; }

.switch .icon-ok {
  float: left; }

.switch .icon-remove {
  float: right; }

.password-strength-container {
  position: relative;
  display: none; }

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 20px;
  margin-bottom: 10px; }

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(left, #fff6f4, #9ab55c);
  border-radius: 2px;
  background-size: 100% 20px, 100% 100%, 100% 100%;
  -webkit-animation: animate-stripes 5s linear infinite;
  animation: animate-stripes 5s linear infinite; }

span.progress-indicator {
  display: inline-block;
  position: absolute;
  left: inherit;
  margin-left: 10px;
  top: -3px;
  font-weight: bold; }
  span.progress-indicator.strong {
    color: #9ab55c; }
  span.progress-indicator.medium {
    color: #ce8f22; }
  span.progress-indicator.weak {
    color: #871616; }

.RegistrationPage .feature-image-container {
  margin: 0; }
  .RegistrationPage .feature-image-container img {
    width: 100%;
    height: 100%; }

.RegistrationPage #ContentContainer {
  padding-bottom: 30px;
  background-color: #464646;
  max-width: 1020px; }

.RegistrationPage .typography .registration-form-header {
  text-align: center; }
  .RegistrationPage .typography .registration-form-header h3 {
    text-transform: none;
    font-size: 22px;
    margin: 5px 0; }

.RegistrationPage .typography .registration-form-footer {
  width: 75%;
  margin: auto;
  text-align: center; }
  .RegistrationPage .typography .registration-form-footer p {
    font-size: 14px; }
  .RegistrationPage .typography .registration-form-footer .already-have-an-account {
    margin-top: 50px; }
    .RegistrationPage .typography .registration-form-footer .already-have-an-account span {
      display: inline-block; }
    .RegistrationPage .typography .registration-form-footer .already-have-an-account .btn {
      margin-left: 10px;
      border-radius: 0;
      font-size: 16px;
      color: #FFFFFF; }
  .RegistrationPage .typography .registration-form-footer a {
    text-decoration: none;
    color: #fff34d; }
    .RegistrationPage .typography .registration-form-footer a.login-button {
      color: #333333; }

.RegistrationPage .typography form {
  padding-bottom: 15px;
  padding-top: 15px;
  width: 60%; }
  .RegistrationPage .typography form fieldset .field.required label:before {
    content: "";
    margin-right: 0; }
  .RegistrationPage .typography form fieldset label {
    position: relative; }
    .RegistrationPage .typography form fieldset label .show-password-trigger {
      position: absolute;
      top: 12px;
      font-size: 12px;
      right: 10px;
      color: #fff34d;
      cursor: pointer; }
  .RegistrationPage .typography form fieldset input[type="text"], .RegistrationPage .typography form fieldset input[type="email"] {
    font-size: 12px; }
  .RegistrationPage .typography form .Actions {
    text-align: center;
    margin-top: 10px; }
    .RegistrationPage .typography form .Actions .registration-submit-button {
      text-align: center;
      text-transform: uppercase;
      margin: auto; }

@media (max-width: 992px) {
  .RegistrationPage .typography .registration-form-footer .already-have-an-account span {
    display: block;
    margin-bottom: 15px; }
  .RegistrationPage .typography .registration-form-footer .already-have-an-account .btn {
    margin-left: 0; } }

@media (max-width: 767px) {
  .feature-image-container {
    display: none; }
  .RegistrationPage .span_1_of_12 {
    display: none; }
  .RegistrationPage .span_4_of_12 {
    width: 100%; } }

#ContentContainer #PopOver {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 60px;
  right: 0;
  width: 100%; }
  #ContentContainer #PopOver #LeftPane .close-popover {
    display: none; }

#PopOver {
  background-color: #464646;
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }
  #PopOver #MobilePopupNav {
    display: none; }
  #PopOver #LeftPane {
    position: relative;
    width: calc(100% - 501px);
    min-width: 320px;
    float: left;
    height: 100%;
    text-align: center;
    display: table-cell;
    border-right: 1px solid #dee1e5; }
    #PopOver #LeftPane .responsive-feature-image {
      display: flex;
      width: 100%;
      vertical-align: middle;
      height: 100%; }
    #PopOver #LeftPane .close-popover {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #dee1e5;
      border-bottom: 1px solid #dee1e5;
      padding: 15px;
      box-sizing: border-box;
      z-index: 1505; }
      #PopOver #LeftPane .close-popover img {
        display: block;
        width: 20px;
        height: 20px; }
    #PopOver #LeftPane a.back-button {
      display: block;
      width: 80px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/themes/browzzin/images/icon-previous.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 35%;
      z-index: 100; }
    #PopOver #LeftPane a.forward-button {
      display: block;
      width: 80px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("/themes/browzzin/images/icon-next.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 35%;
      z-index: 100; }
    #PopOver #LeftPane img.inim-feature {
      max-width: 533px;
      margin: auto;
      vertical-align: middle;
      max-height: 600px; }
    #PopOver #LeftPane #LeftPaneController {
      background-color: #464646;
      width: 100%;
      height: 50px;
      margin-top: -5px;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0; }
      #PopOver #LeftPane #LeftPaneController a {
        margin: 0 50px;
        text-decoration: none; }
        #PopOver #LeftPane #LeftPaneController a img {
          zoom: 70%;
          vertical-align: middle; }
          #PopOver #LeftPane #LeftPaneController a img.left-share-button {
            opacity: 0.7; }
          #PopOver #LeftPane #LeftPaneController a img.left-save-button {
            margin-top: 7px; }
  #PopOver #RightPane {
    width: 500px;
    float: left;
    position: relative;
    height: 100%; }
    #PopOver #RightPane #RightPaneNavigation {
      height: 50px;
      display: block;
      width: calc(100% - 80px);
      padding: 30px 60px; }
      #PopOver #RightPane #RightPaneNavigation .tab-trigger.active {
        border-bottom: 2px solid #333333;
        padding-bottom: 10px; }
    #PopOver #RightPane .popup-tabs {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #464646;
      height: calc(100% - 90px);
      padding-left: 60px;
      padding-right: 60px;
      overflow-y: auto;
      width: calc(100% - 120px); }
      #PopOver #RightPane .popup-tabs.comments-tab {
        display: none; }
      #PopOver #RightPane .popup-tabs.likes-tab {
        display: none; }
        #PopOver #RightPane .popup-tabs.likes-tab .likes-layout-small {
          width: 100%; }
      #PopOver #RightPane .popup-tabs .animated-logo {
        width: 300px;
        max-width: 100%; }
    #PopOver #RightPane .profile-header {
      height: 75px; }
    #PopOver #RightPane .comments-container {
      max-height: calc(100vh - 330px);
      overflow-y: auto; }
      #PopOver #RightPane .comments-container:after {
        content: "";
        display: table;
        clear: both; }
      #PopOver #RightPane .comments-container .likes-count {
        display: block;
        font-weight: bold;
        margin: 0; }
      #PopOver #RightPane .comments-container .inim-meta .photo-action-button {
        width: 60px;
        display: block;
        float: right;
        padding-right: 9px; }
      #PopOver #RightPane .comments-container a.see-more-comments {
        color: #8b8c90;
        text-decoration: none;
        display: block;
        margin: 20px 0; }
      #PopOver #RightPane .comments-container .posted-comment {
        margin-top: 10px; }
        #PopOver #RightPane .comments-container .posted-comment a {
          font-weight: bold;
          text-decoration: none;
          color: #000; }
          #PopOver #RightPane .comments-container .posted-comment a.hashtag {
            color: #034e82;
            font-weight: normal; }
    #PopOver #RightPane .post-comment-form {
      position: absolute;
      bottom: 0;
      width: 80%; }
      #PopOver #RightPane .post-comment-form form {
        border-top: 1px solid #dcdddf;
        margin: 20px 60px 0 0;
        position: relative;
        height: 80px; }
        #PopOver #RightPane .post-comment-form form textarea {
          width: calc(100% - 60px);
          max-width: calc(100% - 60px);
          height: 40px;
          max-height: 40px;
          padding: 17px 10px 17px 0;
          border: none;
          font-size: 14px;
          font-weight: 200; }
          #PopOver #RightPane .post-comment-form form textarea::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #8b8c90;
            font-size: 14px; }
          #PopOver #RightPane .post-comment-form form textarea::-moz-placeholder {
            /* Firefox 19+ */
            color: #8b8c90;
            font-size: 14px; }
          #PopOver #RightPane .post-comment-form form textarea:-ms-input-placeholder {
            /* IE 10+ */
            color: #8b8c90;
            font-size: 14px; }
          #PopOver #RightPane .post-comment-form form textarea:-moz-placeholder {
            /* Firefox 18- */
            color: #8b8c90;
            font-size: 16px; }
          #PopOver #RightPane .post-comment-form form textarea:focus {
            outline: 0; }
        #PopOver #RightPane .post-comment-form form button {
          background-color: #fff;
          border: none;
          font-weight: bold;
          font-size: 16px;
          position: absolute;
          height: 60px;
          top: 0;
          right: 0;
          cursor: pointer; }
    #PopOver #RightPane .product-holder {
      padding: 30px 0;
      border-bottom: 1px solid #dcdddf; }
      #PopOver #RightPane .product-holder:after {
        content: "";
        display: table;
        clear: both; }
      #PopOver #RightPane .product-holder img {
        width: 120px;
        float: left;
        cursor: pointer; }
      #PopOver #RightPane .product-holder .product-content {
        position: relative;
        width: calc(100% - 190px);
        float: left;
        padding: 0 0 0 30px;
        color: #8c8d91; }
        #PopOver #RightPane .product-holder .product-content .wishlist-like-button {
          display: block;
          margin-top: 30px; }
          #PopOver #RightPane .product-holder .product-content .wishlist-like-button img {
            width: 25px;
            height: 25px; }
        #PopOver #RightPane .product-holder .product-content .product-purchase-button {
          position: absolute;
          bottom: -3px;
          right: 0;
          width: 120px; }
          #PopOver #RightPane .product-holder .product-content .product-purchase-button.padding-left-30px {
            padding-left: 10px; }
          #PopOver #RightPane .product-holder .product-content .product-purchase-button.padding-right-30px {
            padding-right: 10px; }
        #PopOver #RightPane .product-holder .product-content .product-spacer {
          display: block;
          margin: 6px 0;
          font-family: "Raleway", sans-serif; }
          #PopOver #RightPane .product-holder .product-content .product-spacer span {
            display: inline-block;
            width: 80px;
            font-size: 14px; }
        #PopOver #RightPane .product-holder .product-content .product-add-to-cart {
          margin-top: 18px;
          width: 130px; }
        #PopOver #RightPane .product-holder .product-content .product-heart {
          width: 34px;
          height: 34px;
          display: block;
          position: absolute;
          bottom: 2px;
          right: 0;
          background-size: 100%; }
          #PopOver #RightPane .product-holder .product-content .product-heart.inactive {
            background-image: url("../images/icon-heart-inactive.png");
            background-position: 0 0;
            background-repeat: no-repeat; }
          #PopOver #RightPane .product-holder .product-content .product-heart.active {
            background-image: url("../images/icon-heart-active.png");
            background-position: 0 0;
            background-repeat: no-repeat; }

@media (max-width: 600px) {
  #ContentContainer #PopOver {
    top: 50px; }
    #ContentContainer #PopOver #MobilePopupNav .close-popover {
      display: none; }
    #ContentContainer #PopOver #LeftPane .close-popover {
      display: none; }
  #PopOver {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw; }
    #PopOver #MobilePopupNav {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: 1500;
      background: #e7e7e9;
      width: 100%; }
      #PopOver #MobilePopupNav a {
        text-decoration: none;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center; }
        #PopOver #MobilePopupNav a.tab-trigger img {
          zoom: 30%;
          margin-top: 30px;
          height: 65%; }
        #PopOver #MobilePopupNav a.tab-trigger.active {
          background-color: #464646;
          border-right: 1px solid #8b8c90;
          border-left: 1px solid #8b8c90;
          border-bottom: 5px solid #f0522d; }
        #PopOver #MobilePopupNav a.close-popover {
          width: 50px;
          height: 55px;
          position: absolute;
          right: 0;
          top: 0;
          background-color: #fafafc;
          text-align: center;
          border-left: 1px solid #dcdddf;
          border-bottom: 1px solid #dcdddf;
          padding: 19px 0;
          box-sizing: border-box; }
          #PopOver #MobilePopupNav a.close-popover img {
            width: 20px; }
    #PopOver #LeftPane {
      height: 100%;
      width: 100% !important; }
      #PopOver #LeftPane .close-popover {
        display: none; }
      #PopOver #LeftPane a.forward-button {
        height: calc(100% - 103px); }
      #PopOver #LeftPane #LeftPaneController a {
        margin: 0 30px; }
      #PopOver #LeftPane img.inim-feature {
        max-width: 533px;
        margin: 63px auto 10px;
        vertical-align: middle;
        max-height: 80%; }
    #PopOver #RightPane {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%; }
      #PopOver #RightPane .tab-trigger {
        display: none; }
      #PopOver #RightPane .popup-tabs {
        top: 55px;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100vw - 40px);
        margin-bottom: 0;
        height: calc(100vh - 55px); }
        #PopOver #RightPane .popup-tabs.products-tab {
          padding-left: 0;
          width: 100%; }
        #PopOver #RightPane .popup-tabs .close-popover {
          display: none; }
        #PopOver #RightPane .popup-tabs.likes-tab .likes-layout-small {
          width: 100%; }
      #PopOver #RightPane .product-holder {
        margin: 0 20px; }
        #PopOver #RightPane .product-holder:last-of-type {
          margin-bottom: 40px; }
        #PopOver #RightPane .product-holder img {
          width: 110px; }
        #PopOver #RightPane .product-holder .product-content {
          width: calc(100% - 145px); }
          #PopOver #RightPane .product-holder .product-content .product-heart {
            left: -70px; }
          #PopOver #RightPane .product-holder .product-content .wishlist-like-button {
            margin-top: 0; }
          #PopOver #RightPane .product-holder .product-content .product-purchase-button {
            margin-top: 60px;
            position: inherit;
            width: 120px;
            display: block; }
      #PopOver #RightPane .profile-header {
        margin-top: 20px; }
        #PopOver #RightPane .profile-header .span_3_of_6 {
          width: 40.73%; }
        #PopOver #RightPane .profile-header .span_2_of_6 {
          width: 32.26%; }
        #PopOver #RightPane .profile-header .span_1_of_6 {
          width: 23.8%; }
      #PopOver #RightPane .comments-container .span_1_of_2 {
        width: 49.2%; }
      #PopOver #RightPane .post-comment-form {
        bottom: 60px;
        width: 90%; }
        #PopOver #RightPane .post-comment-form form {
          margin-right: 0; } }

@media (max-width: 992px) {
  #PopOver #LeftPane {
    width: calc(100% - 401px); }
    #PopOver #LeftPane .responsive-feature-image img {
      max-width: 100%; }
  #PopOver #RightPane {
    width: 400px; }
    #PopOver #RightPane .product-holder .product-content {
      width: calc(100% - 150px); }
      #PopOver #RightPane .product-holder .product-content .product-heart {
        left: -70px; }
      #PopOver #RightPane .product-holder .product-content .wishlist-like-button {
        margin-top: 0; }
      #PopOver #RightPane .product-holder .product-content .product-purchase-button {
        margin-top: 60px;
        position: inherit;
        width: 120px;
        display: block; }
    #PopOver #RightPane .profile-header {
      margin-top: 20px; }
      #PopOver #RightPane .profile-header .span_3_of_6 {
        width: 40.73%; }
      #PopOver #RightPane .profile-header .span_2_of_6 {
        width: 32.26%; }
      #PopOver #RightPane .profile-header .span_1_of_6 {
        width: 23.8%; }
    #PopOver #RightPane .comments-container .span_1_of_2 {
      width: 49.2%; } }

.ApplicationPage .container {
  width: 100%;
  margin: 70px auto; }

.ApplicationPage .stepIndicator {
  counter-reset: step;
  margin-left: -35px; }

.ApplicationPage .stepIndicator li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  font-weight: 600; }
  .ApplicationPage .stepIndicator li a:link, .ApplicationPage .stepIndicator li a:hover, .ApplicationPage .stepIndicator li a:visited, .ApplicationPage .stepIndicator li a:active {
    color: inherit;
    text-decoration: none; }

.ApplicationPage .stepIndicator li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #FFFFFF;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #464646;
  color: #fff;
  text-shadow: 2px 2px 4px #000; }

.ApplicationPage .stepIndicator li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  top: 15px;
  left: -50%;
  z-index: -1; }

.ApplicationPage .stepIndicator li:first-child:after {
  content: none; }

.ApplicationPage .stepIndicator li.completed {
  color: #FFFFFF; }

.ApplicationPage .stepIndicator li.completed:before {
  border-color: #55b776; }

.ApplicationPage .stepIndicator li.completed + li:after {
  background-color: #55b776; }

.ApplicationPage .form-start {
  clear: both;
  margin-bottom: 150px; }

.ApplicationPage .education-detail-form,
.ApplicationPage .experience-detail-form {
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  background-color: #f0efef;
  padding: 10px;
  border-radius: 3px; }

.ApplicationPage form #ApplicationForm_ApplicationForm_action_next,
.ApplicationPage form #ApplicationForm_ApplicationForm_action_finish {
  float: right; }

.ApplicationPage .dropzonefield {
  width: 100%;
  float: left; }
  .ApplicationPage .dropzonefield.field {
    clear: none; }
  .ApplicationPage .dropzonefield .dropzone {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center; }

.ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOnePrevious_Holder {
  width: 40%;
  display: inline-block;
  float: left; }

.ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOneDetailsPrevious_Holder {
  width: 58%;
  display: inline-block;
  margin-left: 2%;
  margin-top: 38px; }
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOneDetailsPrevious_Holder input {
    height: 42px; }

.ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOne_Holder,
.ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodTwo_Holder {
  width: 30%;
  display: inline-block;
  float: left; }

.ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOneDetails_Holder,
.ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodTwoDetails_Holder {
  width: 68%;
  display: inline-block;
  margin-left: 2%;
  margin-top: 38px; }
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOneDetails_Holder input,
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodTwoDetails_Holder input {
    height: 42px; }

.ApplicationPage #ApplicationForm_ApplicationForm_PreviousBWEmploymentDetails_Holder,
.ApplicationPage #ApplicationForm_ApplicationForm_OtherDescription_Holder {
  display: none; }

@media (max-width: 767px) {
  .ApplicationPage .container {
    margin: 10px auto; }
  .ApplicationPage .dropzonefield {
    width: 100%;
    float: left; }
    .ApplicationPage .dropzonefield .dropzone {
      margin-left: 0 !important;
      margin-right: 0 !important;
      text-align: center; }
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOnePrevious_Holder {
    width: 100%;
    display: block;
    float: none; }
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOneDetailsPrevious_Holder {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0; }
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOne_Holder,
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodTwo_Holder {
    width: 100%;
    display: block;
    float: none; }
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodOneDetails_Holder,
  .ApplicationPage #ApplicationForm_ApplicationForm_ContactMethodTwoDetails_Holder {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0; } }

.home .homepage-content {
  text-align: center;
  padding-top: 125px;
  text-shadow: 2px 2px 4px #000; }
  .home .homepage-content .apply-now {
    font-weight: 600;
    font-size: 48px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 10px; }
    .home .homepage-content .apply-now:link, .home .homepage-content .apply-now:visited {
      color: #fff34d; }
    .home .homepage-content .apply-now:hover, .home .homepage-content .apply-now:active {
      text-decoration: underline; }
  .home .homepage-content h1 {
    font-size: 120px;
    color: #FFFFFF;
    letter-spacing: 5px;
    text-transform: uppercase; }
    .home .homepage-content h1 span {
      color: #38b6ff; }

@media (max-width: 1200px) {
  .home .homepage-content {
    padding-top: 150px; } }

@media (max-width: 992px) {
  .home .homepage-content {
    padding-top: 120px; }
    .home .homepage-content h1 {
      font-size: 100px; } }

@media (max-width: 767px) {
  .home .homepage-content {
    padding-top: 120px; }
    .home .homepage-content .apply-now {
      font-size: 38px; }
    .home .homepage-content h1 {
      font-size: 70px; } }

@media (max-width: 600px) {
  .home .homepage-content {
    padding-top: 120px; }
    .home .homepage-content .apply-now {
      font-size: 38px; }
    .home .homepage-content h1 {
      font-size: 60px; }
      .home .homepage-content h1 span {
        display: block; } }

@media (max-width: 414px) {
  .home .homepage-content {
    padding-top: 80px; }
    .home .homepage-content .apply-now {
      font-size: 30px; }
    .home .homepage-content h1 {
      font-size: 46px; }
      .home .homepage-content h1 span {
        display: block; } }

.welcome .welcomepage-content {
  padding-top: 50px;
  text-shadow: 2px 2px 4px #000; }
  .welcome .welcomepage-content h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px; }
    .welcome .welcomepage-content h2 span {
      display: block; }
  .welcome .welcomepage-content h4 {
    color: #fff34d;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px; }
  .welcome .welcomepage-content p {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 25px; }
  .welcome .welcomepage-content h5 {
    color: #38b6ff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px; }

@media (max-width: 992px) {
  body.welcome {
    background-position: 10%; }
  .welcome .welcomepage-content {
    padding: 30px 20px 20px 20px; }
    .welcome .welcomepage-content.span_1_of_2 {
      width: 100%; }
      .welcome .welcomepage-content.span_1_of_2 p {
        width: 70%; }
    .welcome .welcomepage-content h2 {
      font-size: 36px; }
      .welcome .welcomepage-content h2 span {
        display: block; }
    .welcome .welcomepage-content h4 {
      font-size: 16px; }
    .welcome .welcomepage-content p {
      font-size: 16px;
      line-height: 20px; }
    .welcome .welcomepage-content h5 {
      font-size: 16px; } }

@media (max-width: 767px) {
  body.welcome {
    background-position: 30%; }
    body.welcome .welcomepage-content.span_1_of_2 {
      width: 100%; }
      body.welcome .welcomepage-content.span_1_of_2 p {
        width: 70%; } }

@media (max-width: 600px) {
  body.welcome .welcomepage-content.span_1_of_2 p {
    width: 100%; }
  body.welcome .welcomepage-content.span_1_of_2:last-of-type {
    display: none; } }

@media (max-width: 414px) {
  body.welcome {
    background-position: 10%; }
  .welcome .welcomepage-content {
    padding: 20px; }
    .welcome .welcomepage-content h2 {
      font-size: 20px; }
      .welcome .welcomepage-content h2 span {
        display: block; }
    .welcome .welcomepage-content h4 {
      font-size: 14px;
      letter-spacing: 2px; }
    .welcome .welcomepage-content p {
      font-size: 14px;
      line-height: 18px; }
    .welcome .welcomepage-content h5 {
      font-size: 14px;
      letter-spacing: 2px; } }

.hubs .very-small-screen .hubspage-content {
  padding-top: 50px;
  text-shadow: 2px 2px 4px #000; }
  .hubs .very-small-screen .hubspage-content.span_2_of_5 {
    padding-top: 65px;
    text-align: right;
    padding-right: 20px; }
    .hubs .very-small-screen .hubspage-content.span_2_of_5 a {
      display: block;
      text-decoration: none;
      font-size: 26px;
      margin-bottom: 10px; }
      .hubs .very-small-screen .hubspage-content.span_2_of_5 a:hover {
        color: #38b6ff; }
      .hubs .very-small-screen .hubspage-content.span_2_of_5 a:link {
        color: #38b6ff; }
      .hubs .very-small-screen .hubspage-content.span_2_of_5 a:active {
        color: #38b6ff; }
      .hubs .very-small-screen .hubspage-content.span_2_of_5 a:visited {
        color: #38b6ff; }
  .hubs .very-small-screen .hubspage-content.span_3_of_5 {
    padding-top: 50px; }
    .hubs .very-small-screen .hubspage-content.span_3_of_5 h1 {
      color: #fff34d;
      font-size: 60px;
      text-transform: uppercase;
      margin: 5px;
      font-weight: 400; }
    .hubs .very-small-screen .hubspage-content.span_3_of_5 h3 {
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 400; }

@media (max-width: 600px) {
  .hubs .very-small-screen .hubspage-content.span_2_of_5 {
    text-align: center;
    padding: 20px 20px 0 20px; }
    .hubs .very-small-screen .hubspage-content.span_2_of_5 a {
      font-size: 20px; }
  .hubs .very-small-screen .hubspage-content.span_3_of_5 {
    text-align: center;
    padding: 20px 20px 0 20px; }
    .hubs .very-small-screen .hubspage-content.span_3_of_5 h1 {
      font-size: 40px; }
    .hubs .very-small-screen .hubspage-content.span_3_of_5 h3 {
      font-size: 18px; }
    .hubs .very-small-screen .hubspage-content.span_3_of_5 .hashtag {
      margin-top: 0; } }

.jobs .very-small-screen .jobspage-content {
  padding-top: 50px;
  text-shadow: 2px 2px 4px #000;
  min-height: calc(100vh - 210px); }
  .jobs .very-small-screen .jobspage-content.span_1_of_2 {
    position: relative; }
    .jobs .very-small-screen .jobspage-content.span_1_of_2 div {
      position: absolute;
      bottom: 50px; }
      .jobs .very-small-screen .jobspage-content.span_1_of_2 div p {
        line-height: 22px;
        letter-spacing: 2px; }
        .jobs .very-small-screen .jobspage-content.span_1_of_2 div p a {
          text-decoration: none; }
          .jobs .very-small-screen .jobspage-content.span_1_of_2 div p a:hover {
            color: #38b6ff; }
          .jobs .very-small-screen .jobspage-content.span_1_of_2 div p a:link {
            color: #38b6ff; }
          .jobs .very-small-screen .jobspage-content.span_1_of_2 div p a:active {
            color: #38b6ff; }
          .jobs .very-small-screen .jobspage-content.span_1_of_2 div p a:visited {
            color: #38b6ff; }
        .jobs .very-small-screen .jobspage-content.span_1_of_2 div p.feature-color {
          color: #c52832;
          font-weight: 700; }
      .jobs .very-small-screen .jobspage-content.span_1_of_2 div h3 {
        text-transform: uppercase;
        font-size: 30px;
        text-align: right; }

@media (max-width: 767px) {
  .jobs .very-small-screen {
    display: flex;
    flex-direction: column-reverse; }
    .jobs .very-small-screen .jobspage-content {
      padding: 20px 20px 0 20px;
      text-align: center;
      min-height: auto; }
      .jobs .very-small-screen .jobspage-content.span_1_of_2 div {
        position: relative;
        bottom: inherit; }
        .jobs .very-small-screen .jobspage-content.span_1_of_2 div h3 {
          text-align: center;
          margin-bottom: 0; } }

.life .very-small-screen .lifepage-content {
  padding-top: 50px;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 500; }
  .life .very-small-screen .lifepage-content a:link, .life .very-small-screen .lifepage-content a:visited, .life .very-small-screen .lifepage-content a:active {
    text-decoration: none;
    color: #fff; }
  .life .very-small-screen .lifepage-content a:hover {
    color: #333;
    text-shadow: none; }

@media (max-width: 767px) {
  .life .very-small-screen .lifepage-content {
    text-align: center;
    padding: 20px;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 500; } }

.apply .typography .multiform-steps {
  max-width: 650px;
  margin: auto; }
  .apply .typography .multiform-steps p {
    text-align: right; }

.apply .typography #ApplicationForm_ApplicationForm {
  margin-top: 15px;
  padding: 10px 15px 60px 10px;
  background-color: #fff;
  margin-bottom: 100px; }

.apply .typography .step-1 #ApplicationForm_ApplicationForm .basic-details-container {
  display: none; }

.apply .typography .step-1 #ApplicationForm_ApplicationForm .btn-toolbar {
  display: none; }

.apply .typography .step-1 #ApplicationForm_ApplicationForm .apply-email-container {
  display: none; }
  .apply .typography .step-1 #ApplicationForm_ApplicationForm .apply-email-container #ApplicationForm_ApplicationForm_PreviousEmailAddress.field-required {
    border-color: #871616;
    color: #871616 !important; }

.apply footer {
  display: none; }

@media (max-width: 600px) {
  .apply #ContentContainer {
    height: calc(100vh - 62px); }
  .apply .typography .multiform-steps {
    max-width: 100%;
    margin: auto;
    padding: 0 10px; }
    .apply .typography .multiform-steps p {
      text-align: right; }
  .apply .typography #ApplicationForm_ApplicationForm {
    margin: 15px 10px 150px 10px; }
  .apply footer {
    display: none; } }

.admin-dashboard .typography .multiform-steps {
  max-width: 650px;
  margin: auto;
  text-align: right; }

.HR002Page #AdminContentContainer.typography form fieldset .field.checkbox {
  margin-left: 30px; }

.HR002Page #AdminContentContainer.typography form #PreArrivalInformationForm_HR002Form_action_next {
  float: right; }

.HR002Page #AdminContentContainer.typography form #PreArrivalInformationForm_HR002Form_action_finish {
  float: right; }

.HR002Page #AdminContentContainer.typography form #HR302UploadForm_HR302Form_FoodTabs_Holder label {
  display: inline; }

.HR002Page #AdminContentContainer.typography form #HR302UploadForm_HR302Form_FoodTabs_Holder .middleColumn {
  width: 150px;
  display: inline-block; }

.HR002Page #AdminContentContainer .stepOverview {
  display: none; }

.HR002Page #AdminContentContainer .stepIndicator {
  max-width: 650px;
  width: calc(98% - 40px);
  counter-reset: step;
  margin: auto;
  padding: 0; }

.HR002Page #AdminContentContainer .stepIndicator li {
  list-style-type: none;
  width: 7%;
  float: left;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 300; }
  .HR002Page #AdminContentContainer .stepIndicator li.current {
    font-weight: 700; }
  .HR002Page #AdminContentContainer .stepIndicator li.link a:link, .HR002Page #AdminContentContainer .stepIndicator li.link a:hover, .HR002Page #AdminContentContainer .stepIndicator li.link a:visited, .HR002Page #AdminContentContainer .stepIndicator li.link a:active {
    color: #ce8f22;
    text-decoration: none; }
  .HR002Page #AdminContentContainer .stepIndicator li.link.completed a:link, .HR002Page #AdminContentContainer .stepIndicator li.link.completed a:hover, .HR002Page #AdminContentContainer .stepIndicator li.link.completed a:visited, .HR002Page #AdminContentContainer .stepIndicator li.link.completed a:active {
    color: #9ab55c; }
  .HR002Page #AdminContentContainer .stepIndicator li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    padding-left: 22%;
    font-size: 10px;
    color: #ccc; }
  .HR002Page #AdminContentContainer .stepIndicator li:last-of-type:after {
    content: ""; }

.HR002Page #AdminContentContainer .form-start {
  clear: both;
  margin-bottom: 150px; }

.HR302Page #AdminContentContainer.typography form #HR302UploadForm_HR302Form_FoodTabs_Holder label, .HR302Page #AdminContentContainer.typography form #HR302UploadForm_HR302Form_Rent_Holder label {
  display: inline-block;
  width: 300px; }

.HR302Page #AdminContentContainer.typography form #HR302UploadForm_HR302Form_FoodTabs_Holder .middleColumn, .HR302Page #AdminContentContainer.typography form #HR302UploadForm_HR302Form_Rent_Holder .middleColumn {
  width: 200px;
  display: inline-block; }

.InductionPage .document-list a {
  text-decoration: none; }
  .InductionPage .document-list a .document-code {
    font-weight: 700; }

.HR201Page .typography form fieldset .field, .HR202Page .typography form fieldset .field {
  clear: left;
  margin-top: 20px; }

.HR201Page .typography form fieldset ul, .HR202Page .typography form fieldset ul {
  clear: left; }
  .HR201Page .typography form fieldset ul.optionset li, .HR202Page .typography form fieldset ul.optionset li {
    list-style: none;
    float: none;
    display: block; }
    .HR201Page .typography form fieldset ul.optionset li input, .HR201Page .typography form fieldset ul.optionset li label, .HR202Page .typography form fieldset ul.optionset li input, .HR202Page .typography form fieldset ul.optionset li label {
      cursor: pointer; }

.HR201Page .typography form fieldset .field, .HR202Page .typography form fieldset .field {
  margin-bottom: 0; }
  .HR201Page .typography form fieldset .field label, .HR202Page .typography form fieldset .field label {
    padding: 10px 0; }

.HR201Page .typography form label, .HR202Page .typography form label {
  display: inline;
  margin: 0; }

.HR201Page .typography form input[type=checkbox]:not(old),
.HR201Page .typography form input[type=radio]:not(old), .HR202Page .typography form input[type=checkbox]:not(old),
.HR202Page .typography form input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 1;
  display: inline; }

.HR201Page .typography form input[type=checkbox]:not(old) + label,
.HR201Page .typography form input[type=radio]:not(old) + label, .HR202Page .typography form input[type=checkbox]:not(old) + label,
.HR202Page .typography form input[type=radio]:not(old) + label {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  background: transparent;
  line-height: inherit; }

.HR201Page .typography .multiform-steps, .HR202Page .typography .multiform-steps {
  max-width: calc(100vw - 290px);
  margin: auto;
  text-align: right; }

.HR201Page .typography form, .HR202Page .typography form {
  max-width: calc(100vw - 290px); }
  .HR201Page .typography form fieldset img, .HR202Page .typography form fieldset img {
    max-width: 100%; }
  .HR201Page .typography form fieldset ul, .HR202Page .typography form fieldset ul {
    clear: left; }
    .HR201Page .typography form fieldset ul.optionset, .HR202Page .typography form fieldset ul.optionset {
      padding: 0;
      margin: 0;
      height: auto; }
      .HR201Page .typography form fieldset ul.optionset li, .HR202Page .typography form fieldset ul.optionset li {
        list-style: none;
        display: block !important;
        float: none;
        width: 100%;
        margin: 10px 0 0 0; }
        .HR201Page .typography form fieldset ul.optionset li input, .HR201Page .typography form fieldset ul.optionset li label, .HR202Page .typography form fieldset ul.optionset li input, .HR202Page .typography form fieldset ul.optionset li label {
          cursor: pointer;
          font-weight: normal; }
  .HR201Page .typography form .btn-toolbar, .HR202Page .typography form .btn-toolbar {
    clear: both; }
    .HR201Page .typography form .btn-toolbar #OHandSTrainingForm_HR201Form_action_prev, .HR202Page .typography form .btn-toolbar #OHandSTrainingForm_HR201Form_action_prev {
      float: left; }
    .HR201Page .typography form .btn-toolbar #OHandSTrainingForm_HR201Form_action_next, .HR202Page .typography form .btn-toolbar #OHandSTrainingForm_HR201Form_action_next {
      float: right; }
    .HR201Page .typography form .btn-toolbar #OHandSTrainingForm_HR201Form_action_finish, .HR202Page .typography form .btn-toolbar #OHandSTrainingForm_HR201Form_action_finish {
      float: right; }
    .HR201Page .typography form .btn-toolbar #WHMISTrainingForm_HR202Form_action_prev, .HR202Page .typography form .btn-toolbar #WHMISTrainingForm_HR202Form_action_prev {
      float: left; }
    .HR201Page .typography form .btn-toolbar #WHMISTrainingForm_HR202Form_action_next, .HR202Page .typography form .btn-toolbar #WHMISTrainingForm_HR202Form_action_next {
      float: right; }
    .HR201Page .typography form .btn-toolbar #WHMISTrainingForm_HR202Form_action_finish, .HR202Page .typography form .btn-toolbar #WHMISTrainingForm_HR202Form_action_finish {
      float: right; }

@media (max-width: 767px) {
  .HR002Page #AdminContentContainer .stepIndicator li {
    width: 30%; }
    .HR002Page #AdminContentContainer .stepIndicator li.link {
      display: none; }
      .HR002Page #AdminContentContainer .stepIndicator li.link:first-of-type {
        display: inline; }
        .HR002Page #AdminContentContainer .stepIndicator li.link:first-of-type:before {
          content: " (first)"; }
      .HR002Page #AdminContentContainer .stepIndicator li.link:last-of-type {
        display: inline; }
        .HR002Page #AdminContentContainer .stepIndicator li.link:last-of-type:after {
          content: " (last)"; }
  .HR201Page .typography .multiform-steps, .HR202Page .typography .multiform-steps {
    max-width: 100vw;
    margin: auto;
    text-align: right; }
  .HR201Page .typography form, .HR202Page .typography form {
    max-width: 100vw;
    padding: 0;
    margin: 0; }
    .HR201Page .typography form fieldset img, .HR202Page .typography form fieldset img {
      max-width: 100%; } }

@media (max-width: 600px) {
  .InductionPage .document-list a .document-code {
    display: block; } }

.ContactTracingPage .typography #ContactTracingForm_ContactTracingForm {
  margin-top: 15px;
  padding: 10px 15px 60px 10px;
  background-color: #fff;
  margin-bottom: 100px; }
  .ContactTracingPage .typography #ContactTracingForm_ContactTracingForm p a:link, .ContactTracingPage .typography #ContactTracingForm_ContactTracingForm p a:visited, .ContactTracingPage .typography #ContactTracingForm_ContactTracingForm p a:active, .ContactTracingPage .typography #ContactTracingForm_ContactTracingForm p a:hover {
    color: #333; }
  .ContactTracingPage .typography #ContactTracingForm_ContactTracingForm button {
    background-color: #464646; }

.ContactTracingPage footer {
  display: none; }

@media (max-width: 600px) {
  .ContactTracingPage #ContentContainer {
    height: calc(100vh - 62px); }
  .ContactTracingPage .typography .ContactTracingForm_ContactTracingForm {
    max-width: 100%;
    margin: auto;
    padding: 0 10px; }
    .ContactTracingPage .typography .ContactTracingForm_ContactTracingForm p {
      text-align: right; }
  .ContactTracingPage .typography #ApplicationForm_ApplicationForm {
    margin: 15px 10px 150px 10px; }
  .ContactTracingPage footer {
    display: none; } }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
  margin: 10px 0 0 0;
  font-family: roboto;
  font-weight: 300;
  color: #505458;
  font-family: Raleway, sans-serif; }
  .typography h1 .semi-bold, .typography h2 .semi-bold, .typography h3 .semi-bold, .typography h4 .semi-bold, .typography h5 .semi-bold, .typography h6 .semi-bold, .page-title h1 .semi-bold, .page-title h2 .semi-bold, .page-title h3 .semi-bold, .page-title h4 .semi-bold, .page-title h5 .semi-bold, .page-title h6 .semi-bold {
    font-weight: 400; }

.typography h1, .page-title h1 {
  font-size: 32px; }

.typography h2, .page-title h2 {
  font-size: 26px; }

.typography h3, .page-title h3 {
  font-size: 22px; }

.typography h4, .page-title h4 {
  font-size: 20px; }

.typography h5, .page-title h5 {
  font-size: 18px; }

.typography h6, .page-title h6 {
  font-size: 16px; }

p {
  font-size: 16px; }

.cursor-pointer {
  cursor: pointer; }

code {
  display: inline-block;
  background-color: #ececef;
  border: 1px solid #333333;
  padding: 0 4px;
  border-radius: 3px;
  line-height: 16px; }

i.material-icons {
  vertical-align: middle; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.btn {
  background: #fff;
  border: none;
  padding: 7px 17px;
  color: #000;
  /* box-shadow: 1px 1px 5px #b6b6b6; */
  cursor: pointer;
  font: 700 22px Source Sans Pro,sans-serif;
  /* -webkit-box-shadow: inset 0 1px 4px #ececec; */
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* border-radius: 3px; */
  white-space: nowrap; }

.btn-explore {
  object-fit: contain;
  background-color: #333;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 30px;
  margin-top: 17px; }
  .btn-explore:hover {
    color: #fff; }
  .btn-explore:active {
    color: #fff; }
  .btn-explore:visited {
    color: #fff; }

.btn-small {
  padding: 3px 10px;
  font-size: 12px; }

.btn-corporate {
  background-color: #9ab55c;
  color: #FFFFFF; }
  .btn-corporate:hover {
    background-color: rgba(154, 181, 92, 0.8); }

.btn-simulate {
  padding: 5px 15px;
  background-color: #fff;
  border: 2px solid #871616;
  color: #871616;
  margin-right: 10px; }
  .btn-simulate:hover {
    background-color: rgba(255, 246, 244, 0.25);
    color: #871616; }
  .btn-simulate:visited {
    background-color: #fff;
    color: #871616; }

.btn-success {
  padding: 5px 15px;
  border: 2px solid #9ab55c;
  background-color: rgba(223, 242, 191, 0.25);
  color: #9ab55c;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-success:hover {
    color: #9ab55c;
    background-color: rgba(223, 242, 191, 0.75); }
  .btn-success:visited {
    color: #9ab55c;
    background-color: rgba(223, 242, 191, 0.25); }

.btn-warning {
  padding: 5px 15px;
  border: 2px solid #ce8f22;
  background-color: rgba(255, 252, 238, 0.25);
  color: #ce8f22;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-warning:hover {
    color: #ce8f22;
    background-color: rgba(255, 252, 238, 0.75); }
  .btn-warning:visited {
    color: #ce8f22;
    background-color: rgba(255, 252, 238, 0.25); }

.follow-this-user, .unfollow-this-user {
  display: inline-block; }

.btn-black-border {
  text-transform: uppercase;
  border: 1px solid #666666;
  text-decoration: none;
  padding: 4px 10px;
  color: #666666;
  width: 91px;
  text-align: center; }
  .btn-black-border:hover {
    border-color: #333333;
    color: #333333; }

.btn-black-full {
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  padding: 4px 10px;
  background-color: #000000;
  color: #FFFFFF; }
  .btn-black-full:hover, .btn-black-full:visited, .btn-black-full:active {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }

.btn-medium-grey {
  background-color: #666666;
  text-decoration: none;
  color: #fff !important;
  font-weight: normal;
  letter-spacing: 1px; }
  .btn-medium-grey:hover {
    color: rgba(102, 102, 102, 0.8);
    color: #fff; }

.btn-medium-grey-border {
  padding: 5px 15px;
  border: 2px solid #CCCCCC;
  background-color: rgba(204, 204, 204, 0.25);
  color: #CCCCCC;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-medium-grey-border:hover {
    border-color: #333333;
    color: #333333;
    cursor: pointer; }

.btn-danger {
  padding: 5px 15px;
  border: 2px solid #871616;
  background-color: rgba(135, 22, 22, 0.05);
  color: #871616;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-danger:hover {
    background-color: rgba(135, 22, 22, 0.25);
    border-color: #871616;
    color: #871616;
    cursor: pointer; }

a {
  color: #FFFFFF;
  text-decoration: underline; }
  a:hover {
    color: #FFFFFF;
    text-decoration: double; }
  a:active {
    color: #FFFFFF; }
  a:visited {
    color: #FFFFFF; }

.color-light-grey {
  color: #CCCCCC; }

.color-medium-grey {
  color: #666666; }

.color-dark-grey {
  color: #333333; }

.color-black {
  color: #000000; }

.color-yellow {
  color: #fff34d; }

.color-warning {
  color: #ce8f22; }

.color-red {
  color: #ef3e2d; }

.color-green {
  color: #9ab55c; }

.color-light-grey-override {
  color: #CCCCCC !important; }

.color-medium-grey-override {
  color: #666666 !important; }

.color-dark-grey-override {
  color: #333333 !important; }

.color-black-override {
  color: #000000 !important; }

.color-yellow-override {
  color: #fff34d !important; }

.color-red-override {
  color: #ef3e2d !important; }

.color-green-override {
  color: #9ab55c !important; }

.color-warning {
  color: #ce8f22 !important; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-none {
  display: none; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

.letter-spacing-02px {
  letter-spacing: 0.2px; }

.letter-spacing-05px {
  letter-spacing: 0.5px; }

.letter-spacing-1px {
  letter-spacing: 1px; }

.letter-spacing-2px {
  letter-spacing: 2px; }

.letter-spacing-4px {
  letter-spacing: 4px; }

.font-size-50px {
  font-size: 50px; }

.font-size-46px {
  font-size: 46px; }

.font-size-44px {
  font-size: 44px; }

.font-size-40px {
  font-size: 40px; }

.font-size-36px {
  font-size: 36px; }

.font-size-30px {
  font-size: 30px; }

.font-size-28px {
  font-size: 28px; }

.font-size-26px {
  font-size: 26px; }

.font-size-24px {
  font-size: 24px; }

.font-size-22px {
  font-size: 22px; }

.font-size-20px {
  font-size: 20px; }

.font-size-18px {
  font-size: 18px; }

.font-size-17-5px {
  font-size: 17.5px; }

.font-size-16px {
  font-size: 16px; }

.font-size-15px {
  font-size: 15px; }

.font-size-14px {
  font-size: 14px; }

.font-size-13px {
  font-size: 13px; }

.font-size-12px {
  font-size: 12px; }

.font-size-10px {
  font-size: 10px; }

.font-size-9px {
  font-size: 9px; }

.font-weight-bold {
  font-weight: bold; }

.font-weight-normal {
  font-weight: normal; }

.padding-all-100px {
  padding: 100px;
  box-sizing: border-box; }

.padding-all-80px {
  padding: 80px;
  box-sizing: border-box; }

.padding-all-50px {
  padding: 50px;
  box-sizing: border-box; }

.padding-all-40px {
  padding: 40px;
  box-sizing: border-box; }

.padding-all-30px {
  padding: 30px;
  box-sizing: border-box; }

.padding-all-28px {
  padding: 28px;
  box-sizing: border-box; }

.padding-all-20px {
  padding: 20px;
  box-sizing: border-box; }

.padding-all-15px {
  padding: 15px;
  box-sizing: border-box; }

.padding-all-10px {
  padding: 10px;
  box-sizing: border-box; }

.padding-all-9px {
  padding: 9px;
  box-sizing: border-box; }

.padding-all-5px {
  padding: 5px;
  box-sizing: border-box; }

.padding-all-0 {
  padding: 0;
  box-sizing: border-box; }

.padding-top-0 {
  padding-top: 0; }

.padding-top-5px {
  padding-top: 5px; }

.padding-top-9px {
  padding-top: 9px; }

.padding-top-10px {
  padding-top: 10px; }

.padding-top-15px {
  padding-top: 15px; }

.padding-top-20px {
  padding-top: 20px; }

.padding-top-30px {
  padding-top: 30px; }

.padding-top-40px {
  padding-top: 40px; }

.padding-top-50px {
  padding-top: 50px; }

.padding-top-80px {
  padding-top: 80px; }

.padding-top-100px {
  padding-top: 100px; }

.padding-right-0 {
  padding-right: 0; }

.padding-right-5px {
  padding-right: 5px; }

.padding-right-9px {
  padding-right: 9px; }

.padding-right-10px {
  padding-right: 10px; }

.padding-right-15px {
  padding-right: 15px; }

.padding-right-20px {
  padding-right: 20px; }

.padding-right-30px {
  padding-right: 30px; }

.padding-right-40px {
  padding-right: 40px; }

.padding-right-50px {
  padding-right: 50px; }

.padding-right-100px {
  padding-right: 100px; }

.padding-right-80px {
  padding-right: 80px; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-bottom-5px {
  padding-bottom: 5px; }

.padding-bottom-9px {
  padding-bottom: 9px; }

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

.padding-bottom-15px {
  padding-bottom: 15px; }

.padding-bottom-20px {
  padding-bottom: 20px; }

.padding-bottom-30px {
  padding-bottom: 30px; }

.padding-bottom-40px {
  padding-bottom: 40px; }

.padding-bottom-50px {
  padding-bottom: 50px; }

.padding-bottom-80px {
  padding-bottom: 80px; }

.padding-bottom-100px {
  padding-bottom: 100px; }

.padding-left-0 {
  padding-left: 0; }

.padding-left-5px {
  padding-left: 5px; }

.padding-left-9px {
  padding-left: 9px; }

.padding-left-10px {
  padding-left: 10px; }

.padding-left-15px {
  padding-left: 15px; }

.padding-left-20px {
  padding-left: 20px; }

.padding-left-30px {
  padding-left: 30px; }

.padding-left-40px {
  padding-left: 40px; }

.padding-left-50px {
  padding-left: 50px; }

.padding-left-80px {
  padding-left: 80px; }

.padding-left-100px {
  padding-left: 100px; }

.margin-all-50px {
  margin: 50px;
  box-sizing: border-box; }

.margin-all-40px {
  margin: 40px;
  box-sizing: border-box; }

.margin-all-30px {
  margin: 30px;
  box-sizing: border-box; }

.margin-all-28px {
  margin: 28px;
  box-sizing: border-box; }

.margin-all-20px {
  margin: 20px;
  box-sizing: border-box; }

.margin-all-15px {
  margin: 15px;
  box-sizing: border-box; }

.margin-all-12px {
  margin: 12px;
  box-sizing: border-box; }

.margin-all-10px {
  margin: 10px;
  box-sizing: border-box; }

.margin-all-9px {
  margin: 9px;
  box-sizing: border-box; }

.margin-all-5px {
  margin: 5px;
  box-sizing: border-box; }

.margin-all-0 {
  margin: 0;
  box-sizing: border-box; }

.margin-all-80px {
  margin: 80px;
  box-sizing: border-box; }

.margin-all-100px {
  margin: 100px;
  box-sizing: border-box; }

.margin-top-0 {
  margin-top: 0; }

.margin-top-5px {
  margin-top: 5px; }

.margin-top-9px {
  margin-top: 9px; }

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

.margin-top-12px {
  margin-top: 12px; }

.margin-top-15px {
  margin-top: 15px; }

.margin-top-20px {
  margin-top: 20px; }

.margin-top-30px {
  margin-top: 30px; }

.margin-top-40px {
  margin-top: 40px; }

.margin-top-50px {
  margin-top: 50px; }

.margin-top-60px {
  margin-top: 60px; }

.margin-top-80px {
  margin-top: 80px; }

.margin-top-100px {
  margin-top: 100px; }

.margin-right-0 {
  margin-right: 0; }

.margin-right-5px {
  margin-right: 5px; }

.margin-right-9px {
  margin-right: 9px; }

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

.margin-right-12px {
  margin-right: 12px; }

.margin-right-15px {
  margin-right: 15px; }

.margin-right-20px {
  margin-right: 20px; }

.margin-right-30px {
  margin-right: 30px; }

.margin-right-40px {
  margin-right: 40px; }

.margin-right-50px {
  margin-right: 50px; }

.margin-right-80px {
  margin-right: 80px; }

.margin-right-100px {
  margin-right: 100px; }

.margin-bottom-0 {
  margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.margin-left-0 {
  margin-left: 0; }

.margin-left-5px {
  margin-left: 5px; }

.margin-left-9px {
  margin-left: 9px; }

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

.margin-left-15px {
  margin-left: 15px; }

.margin-left-20px {
  margin-left: 20px; }

.margin-left-30px {
  margin-left: 30px; }

.margin-left-40px {
  margin-left: 40px; }

.margin-left-50px {
  margin-left: 50px; }

.margin-left-80px {
  margin-left: 80px; }

.margin-left-100px {
  margin-left: 100px; }

.capitalised {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.no-text-transform {
  text-transform: none; }

.no-text-decoration {
  text-decoration: none; }

.weight-light {
  font-weight: 100; }

.weight-medium {
  font-weight: 300; }

.weight-strong {
  font-weight: 700; }

.weight-verystrong {
  font-weight: 900; }

.weight-normal {
  font-weight: normal; }

.border-radius-1px {
  border-radius: 1px; }

.border-radius-2px {
  border-radius: 2px; }

.border-radius-3px {
  border-radius: 3px; }

.border-radius-4px {
  border-radius: 4px; }

.border-radius-5px {
  border-radius: 5px; }

.border-1px {
  border: 1px solid #CCC; }

.border-top-1px {
  border-top: 1px solid #CCC; }

.border-right-1px {
  border-right: 1px solid #CCC; }

.border-bottom-1px {
  border-bottom: 1px solid #CCC; }

.border-left-1px {
  border-left: 1px solid #CCC; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.line-height-50px {
  line-height: 50px; }

.line-height-20px {
  line-height: 20px; }

.line-height-35px {
  line-height: 35px; }

.line-height-10px {
  line-height: 10px; }

.line-height-9px {
  line-height: 9px; }

.height-39px {
  height: 39px; }

.min-height-39px {
  min-height: 39px; }

.no-text-shadow {
  text-shadow: none; }

.no-underline {
  text-decoration: none; }

.Page.privacy-policy ol, .Page.terms-of-use ol {
  counter-reset: item;
  list-style-type: none; }
  .Page.privacy-policy ol li, .Page.terms-of-use ol li {
    line-height: 30px; }
  .Page.privacy-policy ol li:before, .Page.terms-of-use ol li:before {
    content: counters(item, ".") ") ";
    counter-increment: item; }
  .Page.privacy-policy ol ol, .Page.terms-of-use ol ol {
    /* Second level that is coming out as 1.2 correctly */ }
    .Page.privacy-policy ol ol ol, .Page.terms-of-use ol ol ol {
      /* Third level - how do I reset this to just be lower-alpha??? */
      list-style-type: lower-latin; }
      .Page.privacy-policy ol ol ol li:before, .Page.terms-of-use ol ol ol li:before {
        content: '';
        counter-increment: none; }
      .Page.privacy-policy ol ol ol ol, .Page.terms-of-use ol ol ol ol {
        list-style-type: lower-roman; }

.ellipsis-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.speech-bubble {
  padding: 10px;
  background-color: #d18340;
  border-radius: 5px;
  border: 1px solid #ececef;
  margin: 10px; }

.tag {
  background: #eee;
  border-radius: 0 3px 3px 0;
  color: #999;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 17px 0 10px;
  position: relative;
  margin: 0 0 0 5px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  vertical-align: text-bottom;
  cursor: help;
  white-space: nowrap; }
  .tag.hashtag {
    margin-bottom: 5px; }

.tag::after {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  right: 6px;
  position: absolute;
  width: 6px;
  top: 6px; }

.tag::before {
  background: #fff;
  border-bottom: 9px solid transparent;
  border-right: 6px solid #eee;
  border-top: 9px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 0; }

.tag:hover {
  background-color: crimson;
  color: white; }

.tag:hover::before {
  border-right-color: crimson; }

.tag-label {
  background: #eee;
  border-radius: 3px;
  color: #999;
  display: inline-block;
  line-height: 40px;
  padding: 4px 10px 4px 10px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  -webkit-transition: color .2s;
  vertical-align: text-bottom;
  cursor: help;
  white-space: nowrap;
  font-size: 16px; }
  .tag-label.add-role {
    background-color: #9ab55c;
    color: #fff; }
    .tag-label.add-role::after {
      content: "\f067";
      height: 6px;
      font-family: "Font Awesome 5 Pro";
      margin-left: 10px; }
    .tag-label.add-role:hover {
      background-color: #40ad48;
      color: white;
      cursor: pointer; }
  .tag-label::after {
    content: "\f2ed";
    height: 6px;
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px; }
  .tag-label:hover {
    background-color: crimson;
    color: white;
    cursor: pointer; }

.green-icon {
  color: #9ab55c; }
  .green-icon:hover {
    color: #9ab55c; }
  .green-icon:link {
    color: #9ab55c; }
  .green-icon:visited {
    color: #9ab55c; }
  .green-icon:active {
    color: #9ab55c; }

.orange-icon {
  color: #ce8f22; }
  .orange-icon:hover {
    color: #ce8f22; }
  .orange-icon:link {
    color: #ce8f22; }
  .orange-icon:visited {
    color: #ce8f22; }
  .orange-icon:active {
    color: #ce8f22; }

.red-icon {
  color: #871616; }
  .red-icon:hover {
    color: #871616; }
  .red-icon:link {
    color: #871616; }
  .red-icon:visited {
    color: #871616; }
  .red-icon:active {
    color: #871616; }

.rotate-left-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.rotate-right-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); }

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4); }

@media (max-width: 767px) {
  .iphone-container img {
    max-width: 60% !important; }
  .border-right-1px {
    border-right: none; }
  .border-left-1px {
    border-left: none; } }

h1 span.highlighted-title, h2 span.highlighted-title, h3 span.highlighted-title, h4 span.highlighted-title, h5 span.highlighted-title, h6 span.highlighted-title {
  padding-bottom: 5px;
  margin-bottom: -2px;
  border-bottom: 3px solid #fff34d;
  display: inline-block; }

nav.tabs {
  border-bottom: 2px solid #dee1e5;
  margin: 10px 0 30px 0; }
  nav.tabs ul {
    margin: 0;
    padding: 0 0 0 10px; }
    nav.tabs ul li {
      float: left;
      padding: 0;
      list-style: none;
      border: 1px solid #dee1e5;
      border-bottom: none;
      margin-right: 10px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      nav.tabs ul li a {
        padding: 5px 10px;
        text-decoration: none;
        display: block; }
        nav.tabs ul li a.active {
          background-color: #ececef;
          font-weight: bold; }

.button-tag {
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block; }
  .button-tag.sent {
    background-color: #666666;
    color: #FFFFFF; }
  .button-tag.approved {
    background-color: #9ab55c;
    color: #FFFFFF; }
  .button-tag.rejected {
    background-color: #871616;
    color: #FFFFFF; }

/* ----------- Style the app notification ---------------*/
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .app-notification {
    display: block; } }

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .app-notification {
    display: block; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .app-notification {
    display: block; } }

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .app-notification {
    display: block; } }

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .app-notification {
    display: block; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .app-notification {
    display: block; } }

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .app-notification {
    display: block; } }

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .app-notification {
    display: block; } }

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .app-notification {
    display: block; } }

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .app-notification {
    display: block; } }

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .app-notification {
    display: block; } }

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .app-notification {
    display: block; } }

#PopOver {
  background-color: #fff;
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.feature-number {
  display: inline-block;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
  padding: 5px 8px 5px 5px;
  min-width: 40px;
  text-align: center; }
  .feature-number.green {
    background-color: #68BE7C;
    color: #fff; }
  .feature-number.blue {
    background-color: #099a8c;
    color: #fff; }
  .feature-number.orange {
    background-color: #fbb05e;
    color: #fff; }
  .feature-number.red {
    background-color: #f35958;
    color: #fff; }

.message {
  border: none;
  padding: 10px 20px;
  margin: 20px;
  clear: left;
  text-align: center;
  border-radius: 5px; }
  .message.error {
    border: 1px solid #871616;
    background-color: #fff6f4;
    color: #871616; }
  .message.validation {
    color: #871616;
    display: inline-block;
    margin-top: 6px; }
  .message.bad {
    border: 1px solid #871616;
    background-color: #fff6f4;
    color: #871616; }
  .message.success {
    border: 1px solid #9ab55c;
    background-color: #DFF2BF;
    color: #9ab55c; }
  .message.warning {
    border: 1px solid #ce8f22;
    background-color: #fffcee;
    color: #9F6000; }
  .message.info {
    border: 1px solid #438a85;
    background-color: #f3faf8;
    color: #00529B; }
  .message.unstyled {
    color: #FFFFFF;
    border-color: #464646;
    background-color: #464646; }
