/*-----------------------------------------------------------------------------
    Fonts specific classes
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "Lato";
  src: url("https://static.risesmartapps.com/common/lib/fonts/Lato-Regular.ttf");
  src: url("https://static.risesmartapps.com/common/lib/fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Light";
  src: url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Light.eot");
  src: url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Light.woff") format("woff"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Light.ttf") format("truetype");
  src: local("Graphik-Regular"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Medium";
  src: url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Medium.eot");
  src: url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Medium.woff") format("woff"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Medium.ttf") format("truetype");
  src: local("Graphik-Regular"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Regular";
  src: url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Regular.eot");
  src: url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Regular.woff") format("woff"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Regular.ttf") format("truetype");
  src: local("Roboto-Regular"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Bold";
  src: local("Roboto-Bold"), url("https://static.risesmartapps.com/common/lib/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Graphik-Regular", Arial, Helvetica, sans-serif !important;
  border: 1px solid #2174d9;
  background-color: #2174d9;
  color: #f7f5f0;
  text-transform: lowercase;
}

.btn-primary:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

a {
  text-decoration: underline;
  color: #2174d9;
}

a:hover {
  text-decoration: underline;
  color: #2174d9;
}

a.lnk {
  text-decoration: underline;
  color: #fff;
}

a.lnk:hover {
  text-decoration: underline;
  color: #fff;
}

a.nav-lnk {
  text-decoration: none;
  text-transform: lowercase;
  color: #0f1941;
}

a.nav-lnk:hover {
  text-decoration: none;
  color: #0f1941;
}

button#logoutBtn {
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

header .firslook-header {
  border-bottom: 1px solid #0f1941;
  padding-bottom: 1rem;
}

header .firstlook-logo {
  width: 176.62px;
  margin-right: 12px;
}

header nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .lang-dropdown {
  margin-right: 15px;
}

.min-btn-width {
  width: 15.813rem;
}

.fl-m-t-32 {
  margin-top: 1.5rem;
}

.fl-m-t-16 {
  margin-top: 1rem;
}

.fl-m-b-100 {
  margin-bottom: 6.25rem;
}

.fl-m-auto {
  margin-left: auto;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-hor-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-block {
  display: block;
}

.centerit {
  margin: 0 auto;
}

.lnk-space {
  padding-left: 0.25rem;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebarMenuInner li {
  list-style: none;
  cursor: pointer;
  padding: 0px 1rem;
}

input[type="checkbox"] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5rem;
}

form label {
  margin-bottom: 0.75rem;
}

form input[type="text"], form textarea {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
  border-radius: 4px;
  width: 360px;
  margin-bottom: 1.5rem;
  font-family: inherit;
}

form input[type="text"] {
  height: 60px;
}

form textarea {
  resize: vertical;
  min-height: 150px;
}

.sel-lang {
  margin-top: 0px;
}

.sel-lang .select-newControl.ignore {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 0;
  background: transparent;
  font-family: "Graphik-Regular";
  font-weight: 400;
  font-size: 0.75rem;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 6px 8px;
  width: 100%;
  background-image: url("https://static.risesmartapps.com/3.8.0/talent-directory/images/dropdown-arrow.svg") !important;
  background-size: 12px 6px;
  background-position: right 8px center !important;
  background-repeat: no-repeat !important;
}

.sel-lang .select-newControl:focus {
  outline: 1px solid #ddd;
}

.sel-lang .select-newControl option {
  background: #fff;
  border: 0;
  font-size: 0.75rem;
}

.cust-dropbtn {
  background-color: transparent;
  color: #0f1941;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding-right: 1.875rem;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}

.cust-dropdown:after {
  border-bottom: 1px solid #0f1941;
  border-right: 1px solid #0f1941;
  content: '';
  display: block;
  height: 5px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 37%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.cust-dropbtn:hover, .cust-dropbtn:focus {
  background-color: transparent;
  outline: none;
}

.cust-dropdown {
  position: relative;
}

.cust-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 170px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  right: 0;
  top: 1.875rem;
}

.cust-dropdown-content a {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  line-height: 1.75rem;
}

.cust-dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.cust-dropdown.show-dropdown:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .cust-dropdown-content {
    left: 0;
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cust-dropdown a {
    padding: 1.25rem;
  }
  .cust-dropdown a:hover {
    background: transparent;
    text-decoration: underline;
  }
  .cust-dropdown {
    display: block;
  }
  .cust-dropdown:after {
    top: 1rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
}

html[lang="de"] * {
  text-transform: initial !important;
}

body {
  margin: 0;
  font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0f1941;
  height: 100% !important;
  line-height: 1.5rem;
}

img {
  width: 100%;
}

.landing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header,
footer,
.maincontent {
  max-width: 1170px;
  margin: auto;
}

header {
  min-height: 5rem;
  padding: 0.5rem;
  width: 100%;
}

footer {
  padding-bottom: 2.5rem;
}

.maincontent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}

.maincontent h1 {
  font-size: 3.75rem;
  margin-top: calc(0.07 * 100vh);
  line-height: 1;
  text-transform: lowercase;
  text-align: center;
  font-weight: normal;
  letter-spacing: -2px;
}

.maincontent h2 {
  font-size: 1.375rem;
  font-weight: normal;
  text-align: center;
  line-height: 2.0625rem;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

.maincontent p {
  font-size: 1.125rem;
}

#profile-container .tab-button-container,#profile-container .readOnly-about{
  border-bottom:none !important;
}

footer {
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.td_bg {
  background: url("https://static.risesmartapps.com/common/lib/images/talent-directory_diversity.jpg") no-repeat fixed center;
  background-size: cover;
  min-height: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.error {
  font-weight: bold;
  color: #F24747;
}

form input[type="text"].td-input-error, form textarea.td-input-error {
  border: solid 2px #F24747;
}

.access-request-response-top-spacing {
  margin-top: 95px;
}

.td-text-capitalize {
  text-transform: capitalize;
}

.td-text-initial {
  text-transform: initial;
}

@media (min-width: 2500px) {
  body.td_bg {
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .sidebarMenuInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .maincontent h1 {
    font-size: 3.75rem;
  }
  .maincontent h2 {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .maincontent h1 {
    line-height: 1;
    font-size: 2.5rem;
  }
  .maincontent h2 {
    width: 100% !important;
    font-size: 1rem;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobilehide {
    display: none;
  }
  form {
    width: 100%;
  }
  form input[type="text"],
  form textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=firstlook-basic.css.map */