﻿@charset "UTF-8";
/*#region HEADER (DESKTOP), MINI-NAV, SCROLLING, SOCIAL MEDIA, SEARCHBOX */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 9998; }
  header .black-header {
    background-color: #5d5d5d;
    width: 100%;
    float: left; }
    header .black-header .row {
      margin: 0; }
      header .black-header .row .top-header {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 1px 0; }
        header .black-header .row .top-header .top-header__left, header .black-header .row .top-header .top-header__right {
          display: table-cell;
          vertical-align: middle; }
        header .black-header .row .top-header .top-header__left .beauty-dds {
          float: left; }
          header .black-header .row .top-header .top-header__left .beauty-dds #dDrop {
            padding: 0;
            vertical-align: middle; }
        header .black-header .row .top-header .item-support {
          text-transform: uppercase; }
  header .nav-container .navigation {
    display: table;
    table-layout: auto;
    width: 100%;
    padding: 0.6666666666666666em 0; }
    header .nav-container .navigation .logotype-wrap, header .nav-container .navigation .main-nav, header .nav-container .navigation .header-right {
      display: table-cell;
      vertical-align: middle;
      float: none !important; }
    header .nav-container .navigation .logotype-wrap .logotype {
      width: 174px; }
    header .nav-container .navigation .main-nav {
      text-align: center;
      padding: 0;
      margin: 0; }
    header .nav-container .navigation .header-right {
      text-align: right; }
      header .nav-container .navigation .header-right a {
        display: inline-block;
        font-size: 0.5em;
        border: 1px solid;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
        padding: 1em 3em; }
      header .nav-container .navigation .header-right a.button-transparent {
        border-radius: 4px;
        border: 2px solid #636466;
        color: #636466; }
      header .nav-container .navigation .header-right a.button-yellow {
        border-radius: 4px;
        background: #faa61a;
        border: 2px solid #faa61a;
        color: #fff; }
      header .nav-container .navigation .header-right a.button-yellow:hover {
        background-color: #ffb92b;
        text-decoration: none; }
      @media screen and (max-width: 1200px) {
        header .nav-container .navigation .header-right {
          width: 148px; }
          header .nav-container .navigation .header-right a {
            margin: 0.2em 0; } }
  header .phone {
    font-size: 0.6111111111111112em;
    color: #fff;
    padding: 0.2777777777777778em 0.5em;
    display: inline;
    background: #faa61a;
    border-radius: 4px;
    vertical-align: middle; }
  header .mini-nav {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
    text-transform: uppercase; }
    header .mini-nav li {
      display: inline-block; }
      header .mini-nav li a {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        padding: 8px 0 8px 12px;
        text-decoration: none;
        display: block;
        letter-spacing: 0.3px; }
      header .mini-nav li a + i {
        padding-left: 0; }
    header .mini-nav li:hover a,
    header .mini-nav li.active a {
      color: #aaa; }
  header .main-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    header .main-nav > ul li {
      display: inline-block;
      text-align: center; }
      header .main-nav > ul li a {
        display: block;
        font-size: 0.7777777777777778em;
        text-decoration: none;
        text-transform: uppercase;
        color: #636466;
        margin: 0 0.7222222222222222em;
        position: relative; }
    header .main-nav > ul li.active a:after, header .main-nav > ul li:hover a:after {
      content: ' ';
      border-bottom: 2px solid #faa61a;
      width: 100%;
      position: absolute; }

header.bg1 {
  width: 100%;
  float: left;
  background: #fff; }

/*#endregion*/
/*#region CUSTOM BUILD DROPDOWNS */
.beauty-dds.site-select {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-right: 0.8333333333333334em; }
  .beauty-dds.site-select .dd nav.navbar {
    padding: 0 !important;
    margin: 0 !important;
    min-height: initial;
    min-height: auto; }
  .beauty-dds.site-select .dd .dropdown {
    width: auto; }
    .beauty-dds.site-select .dd .dropdown button {
      background: none;
      border: none;
      outline: none;
      font-size: 12px;
      color: #fff;
      display: flex; }
      .beauty-dds.site-select .dd .dropdown button i.fa {
        font-size: 15px;
        color: #faa61a;
        line-height: 1em;
        float: right;
        margin-right: 4px;
        margin-top: 5px; }
      .beauty-dds.site-select .dd .dropdown button i.fa.smaller {
        font-size: 12px;
        margin-right: 5px; }
      .beauty-dds.site-select .dd .dropdown button span {
        color: #fff;
        text-align: left;
        float: left;
        width: 100%; }
        .beauty-dds.site-select .dd .dropdown button span img {
          width: 6px;
          margin-left: 7px; }
    .beauty-dds.site-select .dd .dropdown .dropdown-menu {
      background: none;
      background-color: #5d5d5d;
      border-radius: 0;
      border: none;
      margin: 0;
      padding: 0;
      margin-top: 1px; }
      .beauty-dds.site-select .dd .dropdown .dropdown-menu li {
        border-bottom: 1px solid #757575; }
        .beauty-dds.site-select .dd .dropdown .dropdown-menu li a {
          display: inline-block;
          width: 100%;
          font-size: 12px;
          color: #fff;
          padding: 6px 9px 4px 9px;
          text-decoration: none; }
      .beauty-dds.site-select .dd .dropdown .dropdown-menu li:hover {
        border-bottom: 2px solid #faa61a; }
    .beauty-dds.site-select .dd .dropdown .dropdown-menu > li > a:focus,
    .beauty-dds.site-select .dd .dropdown .dropdown-menu > li > a:hover {
      color: #000;
      background-color: #faa61a; }

.navbar-collapse .beauty-dds.abspos {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 14px;
  float: right;
  margin-top: 12px;
  margin-right: 60px; }

/*#endregion*/
/*#region HEADER social media*/
header ul.social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  float: right;
  height: 60px;
  border-left: 1px solid #ccc;
  padding-left: 8px; }

header ul.social-media li {
  float: left;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 3px;
  margin-top: 12px;
  transition: all 0.3s ease-in-out; }

header ul.social-media li:hover {
  border-color: #01a0cf; }

header ul.social-media li a {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #000;
  margin: 0 auto; }

header ul.social-media li:nth-child(4) {
  display: none; }

/*#endregion*/
/*#region HEADER SERACHBOX*/
header .search {
  float: right;
  color: #1c1e22;
  max-width: 160px; }

header .search input::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 12px; }

header .search input:-moz-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 12px; }

header .search input::-moz-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 12px; }

header .search input:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 12px; }

header .search input:placeholder-shown {
  color: #000;
  font-weight: 400;
  font-size: 12px; }

header .search input:placeholder {
  color: #000;
  font-weight: 400;
  font-size: 12px; }

header .search button {
  background: none; }

/*#endregion*/
/*#region HEADER MOBILE NAVBAR*/
.navbar-toggle .fa.fa-bars {
  color: #fff; }

.navbar-brand img {
  max-height: 40px;
  width: 100%;
  margin-top: 10px; }

.navbar-nav {
  margin: 0; }

.navbar-toggle {
  padding: 0;
  margin: 0;
  padding: 12px 15px; }

.navbar-brand {
  padding: 0;
  margin-left: 5px; }

a.navbar-brand > img {
  height: 61px;
  width: auto; }

ul.nav.navbar-nav li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.833em;
  font-weight: 400; }

.navbar-header i.fa.fa-bars {
  font-size: 30px;
  color: #a5a5a5;
  transition: all 0.3s ease-in-out; }

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

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff; }

ul.nav.navbar-nav li > a:hover {
  color: #000; }

/*#endregion*/
/*#region HEADER SCROLLING class*/
header.scrolling {
  box-shadow: 0 0 10px #1b1b1b;
  /*background-color: rgba(0, 0, 0, 0.7);

    .navbar-header i.fa.fa-bars {
        color: #fff;
    }*/ }

body.show-textpage header.scrolling .navbar-header i.fa.fa-bars {
  color: #000 !important; }

/*#endregion*/
/*#region HEADER MEDIA RULES */
@media screen and (max-width: 992px) {
  .black-header .container {
    padding: 0 15px; }
  .nav-container {
    padding: 0 15px; }
  .navigation {
    font-size: 13px; } }

@media (max-width: 768px) {
  .textpage-subnav {
    display: none; }
  .black-header .phone {
    display: none; }
  .navbar-brand {
    padding: 0;
    margin-left: 15px; }
  .beauty-dds .dd .dropdown button {
    font-size: 11px;
    min-width: 120px;
    padding-left: 0; }
  .beauty-dds .dd .dropdown-menu li a {
    font-size: 11px; }
  .mini-nav li.item-discover {
    display: none; } }

@media (max-width: 480px) {
  .mini-nav {
    padding-left: 0; }
    .mini-nav li.item-discover,
    .mini-nav li.item-myework {
      display: none; } }

/*#endregion*/
/*#region FOOTER*/
footer {
  float: left;
  width: 100%;
  margin: 0;
  color: #fff;
  background: #636466;
  background-size: cover; }
  footer .tagline h2 {
    font-size: 35px; }
  footer .logotype {
    width: auto;
    max-width: 200px; }

footer.footer1 {
  padding: 30px 0;
  min-height: 310px; }
  footer.footer1 ul.nav-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    footer.footer1 ul.nav-footer :nth-child(3n+1) {
      clear: both; }
    footer.footer1 ul.nav-footer > li {
      margin-top: 15px; }
    footer.footer1 ul.nav-footer li {
      float: left;
      width: 33%; }
      footer.footer1 ul.nav-footer li .nav-footer__top-link {
        font-family: "Gotham Book Bold", Helvetica, Arial, sans-serif; }
      footer.footer1 ul.nav-footer li a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase; }
      footer.footer1 ul.nav-footer li ul.nav-subfooter {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%; }
        footer.footer1 ul.nav-footer li ul.nav-subfooter li {
          width: 100%;
          float: left; }
          footer.footer1 ul.nav-footer li ul.nav-subfooter li a {
            color: #e6e7e8;
            font-size: 13px;
            font-weight: 400;
            text-transform: none;
            letter-spacing: 0; }
          footer.footer1 ul.nav-footer li ul.nav-subfooter li a:hover {
            text-decoration: none;
            color: #faa61a; }
  footer.footer1 .phone-section {
    font-size: 13px; }
    footer.footer1 .phone-section .fa-phone {
      margin-left: 5px; }
    footer.footer1 .phone-section a {
      color: white; }
  footer.footer1 .social-medias {
    float: left; }
    footer.footer1 .social-medias ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer.footer1 .social-medias ul li {
        display: inline-block;
        border: 2px #7e7e7e solid;
        border-radius: 50%;
        font-size: 18px; }
        footer.footer1 .social-medias ul li a {
          color: #e6e7e8;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          text-decoration: none;
          height: 32px;
          width: 32px; }
        footer.footer1 .social-medias ul li a:hover {
          color: #faa61a;
          text-decoration: none; }
          footer.footer1 .social-medias ul li a:hover i.fa {
            color: #faa61a;
            border-color: #faa61a; }
      footer.footer1 .social-medias ul li:hover {
        border-color: #faa61a; }
        footer.footer1 .social-medias ul li:hover a {
          color: #faa61a;
          text-decoration: none; }
      footer.footer1 .social-medias ul li.support-item {
        border: none;
        border-radius: 0;
        font-size: 13px; }

/*footer2*/
footer.footer2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5d5d5d;
  color: #aaa; }
  footer.footer2 .languages {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.footer2 .languages li {
      float: left;
      padding-right: 15px; }
      footer.footer2 .languages li a {
        text-decoration: none; }
      footer.footer2 .languages li a:hover {
        color: #faa61a; }
    footer.footer2 .languages li:last-child {
      padding-right: 0; }
  footer.footer2 .mininav-wrap {
    width: 100%;
    display: inline; }
    footer.footer2 .mininav-wrap .mininav {
      margin: 0;
      padding: 0;
      list-style: none;
      float: right;
      display: inline; }
      footer.footer2 .mininav-wrap .mininav li {
        float: left;
        padding-left: 15px; }
        footer.footer2 .mininav-wrap .mininav li a {
          text-decoration: none; }
        footer.footer2 .mininav-wrap .mininav li a:hover {
          color: #faa61a; }
      footer.footer2 .mininav-wrap .mininav li:first-child {
        padding-left: 0; }

footer.footer2,
footer.footer2 p,
footer.footer2 a {
  font-size: 0.7em;
  font-weight: 400;
  color: #aaa; }

footer.footer2 a {
  font-size: 1em;
  color: #fff;
  margin-left: 4px; }

footer.footer2 .copyright-and-produced {
  float: left; }

footer.footer1.footerdocked {
  bottom: 40px;
  position: absolute; }

footer.footer2.footerdocked {
  bottom: 0;
  position: absolute; }

@media screen and (max-width: 1080px) {
  footer.footer1 ul.nav-footer li {
    width: 50%; }
  footer.footer1 ul.nav-footer :nth-child(2n+1) {
    clear: both; }
  footer.footer1 ul.nav-footer :nth-child(3n+1) {
    clear: none; } }

@media (max-width: 767px) {
  .footer-col-2 {
    text-align: left; }
  .footer-col-2 > span {
    display: block;
    margin: 0;
    text-align: left; }
  .footer-col-3 {
    text-align: left; }
  .footer-col-3 > span {
    display: block;
    margin: 0;
    text-align: left; }
  footer.footer1 {
    padding: 30px 0;
    min-height: initial; }
    footer.footer1 ul.nav-footer {
      clear: both;
      width: 100%; }
      footer.footer1 ul.nav-footer li {
        width: 50%; }
    footer.footer1 ul.nav-footer > li {
      margin-top: 15px; }
    footer.footer1 ul.nav-footer > li:nth-child(3) {
      clear: both; }
  footer.footer2 .mininav-wrap .mininav {
    margin-right: 40px; }
    footer.footer2 .mininav-wrap .mininav li {
      float: left;
      padding-left: 15px; }
    footer.footer2 .mininav-wrap .mininav li:first-child {
      padding-left: 0; } }

@media (max-width: 480px) {
  footer.footer2 .languages {
    display: none; }
  footer.footer2 .col-xs-6 {
    width: 100%;
    float: left;
    text-align: left; }
  .footer-image-text {
    margin-bottom: 30px; }
  footer .footer1 .col-sm-3.footer-nav-col {
    padding-top: 8px; }
  footer.footer1 {
    padding: 30px 0;
    min-height: initial; }
    footer.footer1 ul.nav-footer {
      clear: both;
      width: 100%; }
      footer.footer1 ul.nav-footer li {
        width: 100%; }
    footer.footer1 ul.nav-footer > li {
      margin-top: 15px; } }

/*#endregion*/
.starttexts .starttexts-wrap {
  padding: 0 13px;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .starttexts .starttexts-wrap .grid-container {
      width: 100%; } }

.starttexts .button-yellow, .starttexts .button-blue {
  width: 330px;
  margin: .5em .5555555555555556em;
  display: inline-block; }
  @media screen and (max-width: 1000px) {
    .starttexts .button-yellow, .starttexts .button-blue {
      width: 230px; } }

.starttexts .button-yellow, .starttexts .button-blue {
  width: auto;
  padding: 1.26em 3.68em; }

.starttexts .button-yellow:after, .starttexts .button-blue:after {
  content: ' ';
  background-image: url("../img/icons/white-arrow-right.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 6px; }

.starttexts h1, .starttexts h2 {
  font-family: "Publico Headline" !important;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 0.6em; }
  @media screen and (max-width: 767px) {
    .starttexts h1, .starttexts h2 {
      font-size: 2.7em; } }
  @media screen and (max-width: 550px) {
    .starttexts h1, .starttexts h2 {
      word-break: break-word; } }

.starttexts .button-row {
  margin-bottom: 30px;
  margin-top: 30px; }

.starttexts .logotype {
  width: auto;
  max-width: 328px; }

.starttexts .title-2 {
  text-align: center; }
  .starttexts .title-2 h3 {
    font-size: 45px;
    font-family: "Publico Headline" !important;
    font-weight: 700;
    line-height: 60px; }

.starttexts .btn.btn-startimage {
  color: #fff;
  border: 2px #faa61a solid;
  font-size: 0.7777777777777778em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 0 !important;
  transition: all 0.2s ease-in-out;
  width: 330px;
  border-radius: 4px;
  margin: 1.6666666666666667em 0.5555555555555556em; }
  .starttexts .btn.btn-startimage img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 0.3888888888888889em; }

.starttexts .btn.btn-startimage:nth-of-type(2) {
  background-color: #4b8997 !important;
  border: 2px #4b8997 solid; }

.starttexts .btn.btn-startimage:hover {
  background-color: #ffb51d !important;
  border-color: #ffb51d !important; }

.starttexts .btn.btn-startimage:nth-of-type(2):hover {
  background-color: #5f99a7 !important;
  border-color: #5f99a7 !important; }

.starttexts .boxes {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 15px;
  width: calc(100% + 40px);
  margin-left: -10px; }
  .starttexts .boxes li {
    float: left;
    width: 31.3333%;
    padding: 0;
    margin: 0 1%; }
    .starttexts .boxes li .box {
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      font-size: 14px;
      width: 97%;
      min-height: 240px; }
      .starttexts .boxes li .box p {
        line-height: 18px;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.9333px; }
      .starttexts .boxes li .box a {
        color: #4d8b98;
        font-size: 14px;
        text-decoration: none; }
      .starttexts .boxes li .box a.title {
        color: #4d8b98;
        font-size: 13px;
        font-weight: 600;
        display: block;
        line-height: 1.5em;
        text-transform: uppercase; }

/*@media(max-width:1200px){
    .starttexts{
        .starttexts-wrap{
            margin-top:3vh;
        }
        h1, h2{
            font-size:36px;
            line-height:1.2em;
        }
        .title-2{
            h3{
                font-size:36px;
                line-height:1.4em;
            }
        }
    }   
}
@media(max-width:992px){
    .starttexts{
        .starttexts-wrap{
            margin-top:1.5vh;
        }
        h1, h2{
            font-size:30px;
            line-height:1.2em;
        }
        .title-2{
            h3{
                font-size:30px;
                line-height:1.4em;
            }
        }
    }    
}
@media(max-width:768px){
    .starttexts{
        h1, h2{
            font-size:36px;
            line-height:1.2em;
            width:60%;
        }
        .title-2{
            
            h3{
                font-size:36px;
                line-height:1.4em;
                
            }
        }
        .startimage-text{
            line-height:20px;
            font-size:15px;
            letter-spacing:0.5px;
            width:60%;
        }
    }   
}
@media(max-width:768px) and (min-height:992px){
    .starttexts{
        display:block;
        .starttexts-wrap{
            margin-top:6vh;
        }
        h1, h2{
            font-size:36px;
            line-height:1.2em;
        }
        .title-2{
            h3{
                font-size:36px;
                line-height:1.4em;
            }
        }
    }      
}
@media(max-width:480px){
    .starttexts{
        
        .starttexts-wrap{
            
            margin-top:0;
        }
        .startimage-text{
            width:60%;
            br{
                display:none;
                content:" ";
            }
        }
        h1, h2{
            font-size:20px;
            line-height:1.4em;
            width:70%;
        }
    }   
}*/
.section-short-statistics {
  padding: 20px 0; }
  .section-short-statistics h3 {
    margin: 1em 0;
    padding: 0;
    color: #636466; }

/*#region HOMEPAGE START-BOXES*/
.section-start-boxes {
  background-color: #f5f0f6 !important;
  padding: 30px 0 30px 0 !important; }

ul.start-boxes {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  width: calc(100% + 30px); }
  ul.start-boxes li {
    width: 50%;
    float: left;
    padding: 5px; }
    ul.start-boxes li .box {
      color: #000;
      padding: 10px; }
      ul.start-boxes li .box img {
        width: 100%; }
      ul.start-boxes li .box p {
        font-weight: 500; }

@media (max-width: 768px) {
  ul.start-boxes li {
    width: 50%; } }

@media (max-width: 480px) {
  ul.start-boxes li {
    width: 100%; } }

/*#endregion*/
.btn {
  border-radius: 0; }

.btn-default {
  border: 1px #faa61a solid;
  background-color: #faa61a;
  color: #fff; }

.btn-default:hover {
  opacity: 0.75;
  border: 1px #faa61a solid;
  background-color: #faa61a;
  color: #fff; }

.wide {
  width: 100%; }

.btn-login {
  border: 1px #faa61a solid;
  background-color: #faa61a;
  color: #fff; }

.btn-login:hover {
  opacity: 0.75;
  border: 1px #faa61a solid;
  background-color: #faa61a;
  color: #fff; }

/*.btn-login:after{
    content: "\f138" !important;
    font-family: FontAwesome !important;
    margin-left: 4px !important;
    background-color: #faa61b !important;
    color:#fff;
}*/
/*#region CUSTOM BUTTON*/
.btn.btn-custom {
  font-size: 30px;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }

span.rtebuttonsmall > a,
.btn.btn-custom.btn-sm {
  font-size: 20px;
  padding: 6px 8px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none; }

.btn.btn-custom::after {
  /*content:" \f0da";
    font-family:FontAwesome;*/ }

span.rtebuttonsmall > a:hover,
.btn.btn-custom:hover,
.btn.btn-custom.active {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

@media (max-width: 768px) {
  .btn.btn-custom {
    font-size: 16px;
    margin: 5px;
    min-width: 80%; } }

/*#endregion*/
.yellow-bar {
  background-color: #ffcb05;
  margin: 0;
  padding: 0;
  padding: 10px 0 40px 0; }
  .yellow-bar .link {
    color: #000; }
  .yellow-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 40px 0 40px 0;
    display: block;
    float: left;
    width: 100%; }
    .yellow-bar ul li {
      float: left;
      width: 33.3333%;
      text-align: center; }
      .yellow-bar ul li img {
        margin: 20px 0;
        transition: all 0.2s ease-in-out; }
      .yellow-bar ul li img:hover {
        opacity: 0.5; }
      .yellow-bar ul li .title {
        font-size: 16px;
        font-weight: 800; }
      .yellow-bar ul li .text {
        font-size: 24px;
        font-weight: 800; }

@media (max-width: 480px) {
  .yellow-bar h3 {
    font-size: 18px; }
  .yellow-bar ul li:nth-child(1),
  .yellow-bar ul li:nth-child(2) {
    width: 50%; }
  .yellow-bar ul li:nth-child(3) {
    width: 100%;
    margin-top: 20px; }
  .yellow-bar ul li .title {
    font-size: 13px; } }

.boxes-three-yellow {
  padding: 0 0 20px 0; }
  .boxes-three-yellow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .boxes-three-yellow ul li {
      float: left;
      width: 33.3333%; }
      .boxes-three-yellow ul li .box {
        padding: 10px;
        transition: all 0.3s ease-in-out; }
        .boxes-three-yellow ul li .box .wrap {
          float: left; }
          .boxes-three-yellow ul li .box .wrap img {
            width: 100%; }
          .boxes-three-yellow ul li .box .wrap .content-wrap {
            padding-top: 10px;
            float: left; }
            .boxes-three-yellow ul li .box .wrap .content-wrap .box-color-square {
              float: left;
              width: 50px;
              height: 20px;
              background-color: #faa61a;
              margin-top: 10px;
              margin-left: -1px;
              transition: all 0.15s ease-in-out; }
            .boxes-three-yellow ul li .box .wrap .content-wrap .content {
              float: left;
              width: calc(100% - 75px);
              margin-left: 15px; }
              .boxes-three-yellow ul li .box .wrap .content-wrap .content h4 {
                font-weight: 700; }
              .boxes-three-yellow ul li .box .wrap .content-wrap .content p {
                font-size: 12px;
                font-weight: 400;
                line-height: 1.3em;
                width: 90%; }
            .boxes-three-yellow ul li .box .wrap .content-wrap a {
              display: block;
              color: #faa61a;
              margin-bottom: 10px;
              font-size: 13px;
              font-weight: 700; }
    .boxes-three-yellow ul li:hover .box {
      cursor: pointer;
      z-index: +1;
      transform: scale(1.03); }
      .boxes-three-yellow ul li:hover .box .wrap {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
        .boxes-three-yellow ul li:hover .box .wrap img {
          width: 100%; }
        .boxes-three-yellow ul li:hover .box .wrap .content-wrap {
          transform: scale(0.98); }
          .boxes-three-yellow ul li:hover .box .wrap .content-wrap .box-color-square {
            margin-left: -5px;
            width: 55px; }

@media (max-width: 992px) {
  .boxes-three-yellow ul li {
    width: 100%; }
    .boxes-three-yellow ul li .box .wrap img {
      width: 100%; }
  .boxes-three-yellow ul li:hover .box {
    transform: scale(1); }
    .boxes-three-yellow ul li:hover .box .wrap {
      box-shadow: none; }
      .boxes-three-yellow ul li:hover .box .wrap .content-wrap {
        transform: scale(1); }
        .boxes-three-yellow ul li:hover .box .wrap .content-wrap .box-color-square {
          margin-left: -1px;
          width: 50px; } }

.boxes-three-blue {
  padding: 0 0 20px 0;
  background-color: #e7e7e7; }
  .boxes-three-blue ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .boxes-three-blue ul li {
      float: left;
      width: 33.3333%; }
      .boxes-three-blue ul li .box {
        padding: 10px;
        transition: all 0.3s ease-in-out; }
        .boxes-three-blue ul li .box .wrap {
          float: left; }
          .boxes-three-blue ul li .box .wrap img {
            width: 100%;
            transition: all 0.4s ease-in-out; }
          .boxes-three-blue ul li .box .wrap .content-wrap {
            padding-top: 10px;
            float: left; }
            .boxes-three-blue ul li .box .wrap .content-wrap .box-color-square {
              float: left;
              width: 50px;
              height: 20px;
              background-color: #4d8b98;
              margin-top: 10px;
              margin-left: -1px;
              transition: all 0.15s ease-in-out; }
            .boxes-three-blue ul li .box .wrap .content-wrap .content {
              float: left;
              width: calc(100% - 75px);
              margin-left: 15px; }
              .boxes-three-blue ul li .box .wrap .content-wrap .content h4 {
                font-weight: 700; }
              .boxes-three-blue ul li .box .wrap .content-wrap .content p {
                font-size: 12px;
                font-weight: 400;
                line-height: 1.3em;
                width: 90%; }
            .boxes-three-blue ul li .box .wrap .content-wrap a {
              display: block;
              color: #4d8b98;
              margin-bottom: 10px;
              font-size: 13px;
              font-weight: 700; }
    .boxes-three-blue ul li:hover .box {
      cursor: pointer;
      z-index: +1;
      transform: scale(1.03); }
      .boxes-three-blue ul li:hover .box .wrap {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
        .boxes-three-blue ul li:hover .box .wrap img {
          width: 100%; }
        .boxes-three-blue ul li:hover .box .wrap .content-wrap {
          transform: scale(0.98); }
          .boxes-three-blue ul li:hover .box .wrap .content-wrap .box-color-square {
            margin-left: -5px;
            width: 55px; }

@media (max-width: 992px) {
  .boxes-three-blue ul li {
    width: 100%; }
    .boxes-three-blue ul li .box .wrap img {
      width: 100%; }
  .boxes-three-blue ul li:hover .box {
    transform: scale(1); }
    .boxes-three-blue ul li:hover .box .wrap {
      box-shadow: none; }
      .boxes-three-blue ul li:hover .box .wrap .content-wrap {
        transform: scale(1); }
        .boxes-three-blue ul li:hover .box .wrap .content-wrap .box-color-square {
          margin-left: -1px;
          width: 50px; } }

/*#region FOOTER*/
footer {
  float: left;
  width: 100%;
  margin: 0;
  color: #fff;
  background: #636466;
  background-size: cover; }
  footer .tagline h2 {
    font-size: 35px; }
  footer .logotype {
    width: auto;
    max-width: 200px; }

footer.footer1 {
  padding: 30px 0;
  min-height: 310px; }
  footer.footer1 ul.nav-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    footer.footer1 ul.nav-footer :nth-child(3n+1) {
      clear: both; }
    footer.footer1 ul.nav-footer > li {
      margin-top: 15px; }
    footer.footer1 ul.nav-footer li {
      float: left;
      width: 33%; }
      footer.footer1 ul.nav-footer li .nav-footer__top-link {
        font-family: "Gotham Book Bold", Helvetica, Arial, sans-serif; }
      footer.footer1 ul.nav-footer li a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase; }
      footer.footer1 ul.nav-footer li ul.nav-subfooter {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%; }
        footer.footer1 ul.nav-footer li ul.nav-subfooter li {
          width: 100%;
          float: left; }
          footer.footer1 ul.nav-footer li ul.nav-subfooter li a {
            color: #e6e7e8;
            font-size: 13px;
            font-weight: 400;
            text-transform: none;
            letter-spacing: 0; }
          footer.footer1 ul.nav-footer li ul.nav-subfooter li a:hover {
            text-decoration: none;
            color: #faa61a; }
  footer.footer1 .phone-section {
    font-size: 13px; }
    footer.footer1 .phone-section .fa-phone {
      margin-left: 5px; }
    footer.footer1 .phone-section a {
      color: white; }
  footer.footer1 .social-medias {
    float: left; }
    footer.footer1 .social-medias ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer.footer1 .social-medias ul li {
        display: inline-block;
        border: 2px #7e7e7e solid;
        border-radius: 50%;
        font-size: 18px; }
        footer.footer1 .social-medias ul li a {
          color: #e6e7e8;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          text-decoration: none;
          height: 32px;
          width: 32px; }
        footer.footer1 .social-medias ul li a:hover {
          color: #faa61a;
          text-decoration: none; }
          footer.footer1 .social-medias ul li a:hover i.fa {
            color: #faa61a;
            border-color: #faa61a; }
      footer.footer1 .social-medias ul li:hover {
        border-color: #faa61a; }
        footer.footer1 .social-medias ul li:hover a {
          color: #faa61a;
          text-decoration: none; }
      footer.footer1 .social-medias ul li.support-item {
        border: none;
        border-radius: 0;
        font-size: 13px; }

/*footer2*/
footer.footer2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5d5d5d;
  color: #aaa; }
  footer.footer2 .languages {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.footer2 .languages li {
      float: left;
      padding-right: 15px; }
      footer.footer2 .languages li a {
        text-decoration: none; }
      footer.footer2 .languages li a:hover {
        color: #faa61a; }
    footer.footer2 .languages li:last-child {
      padding-right: 0; }
  footer.footer2 .mininav-wrap {
    width: 100%;
    display: inline; }
    footer.footer2 .mininav-wrap .mininav {
      margin: 0;
      padding: 0;
      list-style: none;
      float: right;
      display: inline; }
      footer.footer2 .mininav-wrap .mininav li {
        float: left;
        padding-left: 15px; }
        footer.footer2 .mininav-wrap .mininav li a {
          text-decoration: none; }
        footer.footer2 .mininav-wrap .mininav li a:hover {
          color: #faa61a; }
      footer.footer2 .mininav-wrap .mininav li:first-child {
        padding-left: 0; }

footer.footer2,
footer.footer2 p,
footer.footer2 a {
  font-size: 0.7em;
  font-weight: 400;
  color: #aaa; }

footer.footer2 a {
  font-size: 1em;
  color: #fff;
  margin-left: 4px; }

footer.footer2 .copyright-and-produced {
  float: left; }

footer.footer1.footerdocked {
  bottom: 40px;
  position: absolute; }

footer.footer2.footerdocked {
  bottom: 0;
  position: absolute; }

@media screen and (max-width: 1080px) {
  footer.footer1 ul.nav-footer li {
    width: 50%; }
  footer.footer1 ul.nav-footer :nth-child(2n+1) {
    clear: both; }
  footer.footer1 ul.nav-footer :nth-child(3n+1) {
    clear: none; } }

@media (max-width: 767px) {
  .footer-col-2 {
    text-align: left; }
  .footer-col-2 > span {
    display: block;
    margin: 0;
    text-align: left; }
  .footer-col-3 {
    text-align: left; }
  .footer-col-3 > span {
    display: block;
    margin: 0;
    text-align: left; }
  footer.footer1 {
    padding: 30px 0;
    min-height: initial; }
    footer.footer1 ul.nav-footer {
      clear: both;
      width: 100%; }
      footer.footer1 ul.nav-footer li {
        width: 50%; }
    footer.footer1 ul.nav-footer > li {
      margin-top: 15px; }
    footer.footer1 ul.nav-footer > li:nth-child(3) {
      clear: both; }
  footer.footer2 .mininav-wrap .mininav {
    margin-right: 40px; }
    footer.footer2 .mininav-wrap .mininav li {
      float: left;
      padding-left: 15px; }
    footer.footer2 .mininav-wrap .mininav li:first-child {
      padding-left: 0; } }

@media (max-width: 480px) {
  footer.footer2 .languages {
    display: none; }
  footer.footer2 .col-xs-6 {
    width: 100%;
    float: left;
    text-align: left; }
  .footer-image-text {
    margin-bottom: 30px; }
  footer .footer1 .col-sm-3.footer-nav-col {
    padding-top: 8px; }
  footer.footer1 {
    padding: 30px 0;
    min-height: initial; }
    footer.footer1 ul.nav-footer {
      clear: both;
      width: 100%; }
      footer.footer1 ul.nav-footer li {
        width: 100%; }
    footer.footer1 ul.nav-footer > li {
      margin-top: 15px; } }

/*#endregion*/
/*
    TWITTER FEED
    BACK-TOP
    COOKIEBAR
    SOCIAL MEDIA TAB
    PARALLAX
    SECTION GOOGLE MAP
*/
/*#region TWITTER FEED*/
#twitter-feed-here {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px; }

#twitter-feed-here > ul.twitter {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  width: calc(100% + 30px); }

#twitter-feed-here > ul.twitter > li {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#twitter-feed-here > ul.twitter > li > a {
  width: 100%;
  text-decoration: none;
  color: #1c1e22;
  font-weight: 400; }

@media (max-width: 768px) {
  #twitter-feed-here {
    padding: 15px; } }

@media (max-width: 480px) {
  #twitter-feed-here > ul.twitter > li {
    width: 100%;
    margin-right: 0; } }

/*#endregion*/
/*#region BACK TO TOP*/
#back-top {
  display: none; }

#back-top {
  /*color: #fff;*/
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  border-radius: 50%; }
  #back-top i.fa {
    color: #7e7e7e; }

back-top:hover {
  background-color: #faa61a !important; }

/*#endregion*/
/*#region COOKIEBAR*/
#cookiebar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
  padding: 15px;
  background-color: #222;
  color: #fff;
  text-align: left; }
  #cookiebar table tr td {
    text-align: left; }

#cookiebar span {
  font-size: 14px; }
  #cookiebar span a {
    color: #FAA61A !important; }

#cookiebar .btn-cookie {
  font-weight: 400;
  background-color: #FAA61A !important;
  border-color: #FAA61A !important;
  border-radius: 0;
  border-width: 2px;
  padding: 2px !important;
  color: #fff !important; }

#cookiebar .btn-cookie:hover {
  color: #fff; }

/*#endregion*/
/*#region   SOCIAL MEDIA TAB */
.social-media-tab {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 130px;
  background-color: #C8C9CC;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  z-index: 30; }

.social-media-tab:hover {
  margin-right: 0; }

.social-media-tab ul {
  list-style: none;
  margin: 0;
  padding: 10px; }

.social-media-tab ul li i.fa {
  color: #000; }

.social-media-tab ul li i.fa.fa-facebook-square:before {
  font-size: 22px; }

.social-media-tab ul li i.fa.fa-linkedin-square:before {
  font-size: 22px; }

.social-media-tab ul li i.fa.fa-twitter-square:before {
  font-size: 22px; }

.social-media-tab ul li i.fa.fa-instagram:before {
  font-size: 22px; }

@media (max-width: 480px) {
  .social-media-tab {
    display: none; } }

/*#endregion*/
/*#region BOOTSTRAP PARALLAX*/
/* -------------------------------------------------
    Bootstrap Parallax
    Nedan är definitionen av parallax, finns -auto där innehållet 
    stretchar ut höjden av section medans -full anpassar sectionen 
    till hela view-port (100% height)
------------------------------------------------- */
.parallax-auto, .parallax-full {
  background-color: #e6e7e8;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: border-box;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-size: 100%; }
  @media screen and (max-width: 450px) {
    .parallax-auto, .parallax-full {
      word-break: break-word; } }

.parallax-full {
  display: table;
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .parallax-full .startpage-hero-container {
      padding-left: 0;
      padding-right: 0; }
      .parallax-full .startpage-hero-container .starttexts-wrap {
        padding: 0; } }
  .parallax-full .textpage-wrap.textpage-absolute-layer {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 992px) {
    .parallax-full {
      background-size: auto 900px; } }
  @media screen and (max-width: 767px) {
    .parallax-full {
      background-size: auto 570px; } }

/*#endregion*/
/*#region section-google-map*/
.section-google-map {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 400px;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.section-google-map:hover {
  -webkit-filter: none;
  filter: none; }

/*#endregion*/
.filterbox-textpage {
  background-color: #f0f0f0; }

.filter-boxes-wrap {
  width: 100%;
  float: left;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  .filter-boxes-wrap h1 {
    margin-top: 0;
    font-size: 30px;
    font-family: "Publico Headline";
    font-weight: 800;
    color: #000;
    line-height: 40px; }

.filter-box {
  float: left;
  width: 100%; }
  .filter-box select, .filter-box input {
    border-radius: 0; }
  .filter-box .form-control, .filter-box .btn {
    height: 50px;
    border-radius: 4px; }
  .filter-box .btn {
    width: 100%;
    padding: 6px 12px !important;
    transition: all .2s ease-in-out;
    font-family: "Gotham Book Bold", Helvetica, Arial, sans-serif; }

@media (max-width: 768px) {
  .filter-boxes-wrap {
    margin-bottom: 0; } }

.assignment-detail-page.textpage .textpage-wrap {
  padding: 0; }
  .assignment-detail-page.textpage .textpage-wrap .assignment-details-linked {
    padding: 0 30px; }
  .assignment-detail-page.textpage .textpage-wrap .assignment-detail-page-not-found p {
    font-size: 18px;
    font-weight: 400; }
  .assignment-detail-page.textpage .textpage-wrap ul.document-list {
    list-style: none;
    margin: 0;
    padding-left: 0 !important; }
    .assignment-detail-page.textpage .textpage-wrap ul.document-list li a {
      color: #0d96ff !important;
      font-weight: 400; }
  .assignment-detail-page.textpage .textpage-wrap .panel {
    background-color: #F5F5F5 !important;
    padding: 10px;
    font-size: 12px;
    font-weight: 400; }
    .assignment-detail-page.textpage .textpage-wrap .panel .panel-data .row {
      margin-bottom: 10px; }
    .assignment-detail-page.textpage .textpage-wrap .panel .panel-data [class*='-5'] {
      font-weight: 600 !important; }
    .assignment-detail-page.textpage .textpage-wrap .panel .panel-data table.table tr td {
      border-color: #faa61a; }
    .assignment-detail-page.textpage .textpage-wrap .panel .panel-data table.table tr td:first-child {
      padding-left: 0; }
    .assignment-detail-page.textpage .textpage-wrap .panel .panel-data table.table tr td:last-child {
      padding-right: 0; }
    .assignment-detail-page.textpage .textpage-wrap .panel .panel-login {
      margin: 0; }
      .assignment-detail-page.textpage .textpage-wrap .panel .panel-login .login-panel-widget {
        text-align: center !important; }
      .assignment-detail-page.textpage .textpage-wrap .panel .panel-login span {
        font-size: 13px; }

@media (max-width: 768px) {
  .assignment-detail-page .panel {
    margin-top: 15px; } }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 0px 0px !important; }

.btn {
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  background-color: #FAA800 !important;
  padding: 8px 12px !important;
  color: #FFF !important;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0) !important; }

.btn.btn-login::after,
.btn.btn-register::after,
.btn.btn-linkedin::after,
.btn.btn-assignment::after {
  content: "\f138" !important;
  font-family: FontAwesome !important;
  margin-left: 5px !important; }

/*#region FILTER-BOX*/
.filter-box {
  float: left;
  /*padding: 15px;*/
  width: 100%; }
  @media screen and (max-width: 991px) {
    .filter-box {
      float: none; } }

.filter-box select option.dd-level-0 {
  color: #FAA800; }

.filter-box select option.dd-level-1 {
  padding-left: 20px; }

.filter-box select option.dd-level-1::before {
  content: "--";
  padding-left: 20px; }

.filter-box label {
  font-size: 0.7777777777777778em;
  color: #636466;
  font-weight: 500;
  margin: 0; }

/*#endregion*/
/*#region FILTER RESULTS HEADER */
.filter-results-header {
  float: left !important;
  background-color: #000 !important;
  color: #fff !important;
  padding: 12px 12px !important;
  width: 100% !important;
  margin-top: 20px !important; }
  .filter-results-header .title {
    font-size: 20px !important;
    display: block !important;
    float: left !important; }
  .filter-results-header .count-info {
    display: block !important;
    float: right !important; }
  .filter-results-header .count {
    font-size: 20px !important;
    font-weight: 800 !important; }
  .filter-results-header .count-text {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #ccc !important; }

/*#endregion*/
/*#region PAGING */
.paging-nav ol, .paging-nav ul {
  overflow: hidden !important;
  list-style: none !important;
  /*margin: 2em 0 1em 0;*/
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px dotted #ddd !important;
  margin-top: 10px !important;
  padding-top: 10px !important; }

.paging-nav li {
  float: left !important;
  cursor: pointer !important;
  margin: 0 .5em 0 0 !important; }

.paging-nav a {
  display: block !important;
  cursor: pointer !important;
  height: 2em !important;
  width: 2em !important;
  border: 1px #ccc solid !important;
  border-radius: 3px !important;
  line-height: 2em !important;
  text-align: center !important;
  color: #111 !important;
  text-decoration: none !important; }

.paging-nav .active a {
  border-color: #FAA800 !important;
  color: #FAA800 !important; }

/*#endregion*/
/*#region FILTER-RESULTS wrap, ul and cols*/
.filter-results {
  width: 100% !important;
  float: left !important;
  padding: 10px !important;
  display: none;
  background-color: #FFF !important; }

.filter-results ul.search-results {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  float: left !important;
  display: block !important; }

.filter-results ul.search-results li {
  width: 100% !important;
  float: left !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #aaa !important; }

.filter-results ul.search-results li:first-child {
  border-top: none !important; }

.filter-results ul.search-results li:last-child {
  border-bottom: none !important; }

.filter-results ul.search-results li:nth-child(even) {
  background-color: #efefef !important; }

.filter-results ul.search-results li .result-col-1 {
  width: 35% !important;
  float: left !important;
  padding-right: 30px !important;
  padding-left: 10px !important; }

.filter-results ul.search-results li .result-col-2 {
  width: 20% !important;
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important;
  font-size: 12px !important; }

.filter-results ul.search-results li .result-col-3 {
  width: 25% !important;
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important;
  font-size: 12px !important; }

.filter-results ul.search-results li .result-col-4 {
  width: 20% !important;
  /*15%*/
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  vertical-align: middle !important;
  display: flex !important;
  align-items: center !important; }

/*#endregion*/
/*#region FILTER-RESULTS items*/
.filter-results .result-col-1 .title {
  font-size: 15px !important;
  font-weight: 800 !important; }

.filter-results .description {
  font-size: 12px !important;
  line-height: 1.4em !important; }

.filter-results .txt-project-no,
.filter-results .txt-annouceddate,
.filter-results .txt-projectdates,
.filter-results .txt-categoryname,
.filter-results .txt-location,
.filter-results .txt-skills,
.filter-results .txt-apply-date {
  font-weight: 800 !important; }

.filter-results .txt-annouceddate,
.filter-results .txt-projectdates,
.filter-results .txt-location,
.filter-results .txt-skills,
.filter-results .txt-apply-date {
  margin-top: 10px !important; }

.filter-results li.item-is-bid .txt-location,
.filter-results li.item-is-bid .txt-skills,
.filter-results li.item-is-bid .txt-apply-date {
  margin-top: 0 !important; }

.filter-results .btn.btn-assignment {
  float: left !important;
  font-size: 12px !important;
  padding: 6px 12px !important;
  width: 100% !important;
  color: #fff !important;
  text-align: center !important; }

.filter-results .location {
  font-style: italic !important; }

/*#endregion*/
@media (max-width: 480px) {
  .row-eq-height {
    display: block !important;
    margin: 0px 0px 0px 0px !important; }
  .filter-results ul.search-results li {
    display: block !important; }
  .filter-results ul.search-results li .result-col-1 {
    display: block !important;
    float: left !important;
    width: 100% !important;
    /*clear:both !important;*/
    border-left: none !important;
    align-items: initial !important;
    align-items: unset !important; }
  .filter-results ul.search-results li .result-col-2 {
    display: block !important;
    float: left !important;
    width: 100% !important;
    /*clear:both !important;*/
    border-left: none !important;
    align-items: initial !important;
    align-items: unset !important; }
  .filter-results ul.search-results li .result-col-3 {
    display: block !important;
    float: left !important;
    width: 100% !important;
    /*clear:both !important;*/
    border-left: none !important;
    align-items: initial !important;
    align-items: unset !important; }
  .filter-results ul.search-results li .result-col-4 {
    display: block !important;
    float: left !important;
    width: 100% !important;
    /*clear:both !important;*/
    border-left: none !important;
    align-items: initial !important;
    align-items: unset !important; } }

@media (max-width: 320px) {
  .details-page {
    padding: 30px 5px !important; }
  table.details-panel > tr > td,
  table.details-panel > tr > td[colspan="2"] {
    clear: both !important;
    float: left !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important; }
  .details-panel-area {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .details-page .col-sm-4 {
    padding: 0 !important; }
  table.table-competences {
    width: 100% !important; }
  table.table-competences tr {
    width: 100% !important; } }

.blaaaaa {
  color: #fff; }

.render-all-assignemnts .city-title {
  cursor: pointer;
  border-bottom: 1px solid #ccc; }
  .render-all-assignemnts .city-title i {
    color: #aaa; }

.render-all-assignemnts .city-assignment {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 6px; }
  .render-all-assignemnts .city-assignment span {
    font-size: 12px;
    color: #555; }

.customer-form {
  background-size: cover;
  background-position: center center;
  padding: 20px 0; }
  .customer-form h2 {
    font-weight: 800;
    margin-top: 0; }
  .customer-form .form-control {
    border-radius: 0;
    height: auto;
    font-size: 15px;
    padding: 14px 12px;
    font-weight: 400; }
  .customer-form .btn.btn-custom {
    font-size: 15px;
    padding: 14px 12px !important;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc; }

.video-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .video-wrapper iframe {
    border: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.row-eq-height {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0px 0px 0px 0px !important; }

.clearfix {
  clear: both !important; }

/*checkbox rows*/
.filter-box-reports .ework-cb-col {
  display: flex !important; }

.filter-box-reports .ework-cb-col > input[type="checkbox"].ework-cb {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 16px !important;
  width: 16px !important;
  font-size: 16px !important;
  margin: 5px 0 !important;
  margin-right: 5px !important; }

.filter-box-reports .ework-cb-col > label {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 300 !important; }

.ew-cb-group {
  margin: 0.7em 0.5em -0.3em 0.5em; }
  .ew-cb-group label {
    font-weight: 500; }
  .ew-cb-group input[type=checkbox] {
    margin-left: 5px;
    position: relative;
    top: 2px; }
  @media screen and (max-width: 420px) {
    .ew-cb-group label {
      width: calc(100% - 32px); }
    .ew-cb-group input[type=checkbox] {
      vertical-align: top; } }

@media screen and (max-width: 767px) {
  .filter-box-reports button.btn-submit-filter {
    margin-left: 0 !important; } }

.filter-box-reports {
  background-color: #f7f7f7 !important;
  padding: 15px !important;
  border: 1px solid #aaa !important;
  border-radius: 5px !important; }

.filter-box-reports .btn-submit-filter {
  border-radius: 0 !important;
  font-size: 12px !important;
  background-color: #FAA800 !important;
  padding: 7px 12px !important;
  color: #FFF !important;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0) !important;
  margin: 5px !important;
  margin-left: 30px !important;
  min-width: 106px !important; }

ul.report-list {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  float: left !important;
  display: block !important; }

ul.report-list li {
  width: 100% !important;
  float: left !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #aaa !important; }

ul.report-list li:first-child {
  border-top: none !important; }

ul.report-list li:last-child {
  border-bottom: none !important; }

ul.report-list li:nth-child(even) {
  background-color: #efefef !important; }

ul.report-list .result-col-1 {
  width: 25% !important;
  float: left !important;
  padding-right: 30px !important;
  padding-left: 10px !important;
  font-size: 16px !important; }

ul.report-list .result-col-2 {
  width: 55% !important;
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important;
  font-size: 16px !important; }

ul.report-list .result-col-3 {
  width: 20% !important;
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important; }

ul.report-list .result-col-3 .btn {
  font-size: 12px !important; }

/* CUT AND PASTE FROM BS*/
.pagination {
  display: inline-block !important;
  padding-left: 0 !important;
  margin: 20px 0 !important;
  border-radius: 4px !important; }

.pagination > li {
  display: inline !important; }

.pagination > li > a,
.pagination > li > span {
  position: relative !important;
  float: left !important;
  padding: 6px 12px !important;
  margin-left: -1px !important;
  line-height: 1.42857143 !important;
  color: #337ab7 !important;
  text-decoration: none !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2 !important;
  color: #23527c !important;
  background-color: #eee !important;
  border-color: #ddd !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3 !important;
  color: #fff !important;
  cursor: default !important;
  background-color: #faa800 !important;
  border-color: #faa800 !important; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777 !important;
  cursor: not-allowed !important;
  background-color: #fff !important;
  border-color: #ddd !important; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

/* details page*/
.report-wrap,
.report-wrap p,
.report-wrap p.summary {
  font-size: 14px !important;
  font-weight: 400 !important; }

.report-wrap .date {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #444 !important;
  margin-bottom: 10px !important; }

.row-eq-height {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0px 0px 0px 0px !important; }

.clearfix {
  clear: both !important; }

.btn {
  background-color: #FAA800 !important;
  padding: 8px 12px !important;
  color: #FFF !important;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0) !important; }

.filter-box-pm {
  background-color: #f7f7f7 !important;
  padding: 15px !important;
  border: 1px solid #aaa !important;
  border-radius: 5px !important; }

.filter-box-pm .btn-submit-filter {
  border-radius: 0 !important;
  /*font-family:'Lato' !important;*/
  font-size: 13px !important;
  background-color: #FAA800 !important;
  padding: 7px 12px !important;
  color: #FFF !important;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0) !important;
  margin: 5px !important;
  margin-left: 30px !important;
  min-width: 106px !important; }

.filter-box-pm .btn-submit-filter::after {
  content: "\f138" !important;
  font-family: FontAwesome !important;
  margin-left: 5px !important; }

ul.pm-list {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  float: left !important;
  display: block !important; }

ul.pm-list li {
  width: 100% !important;
  float: left !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #aaa !important; }

ul.pm-list li:first-child {
  border-top: none !important; }

ul.pm-list li:last-child {
  border-bottom: none !important; }

ul.pm-list li:nth-child(even) {
  background-color: #efefef !important; }

ul.pm-list .result-col-1 {
  width: 25% !important;
  float: left !important;
  padding-right: 30px !important;
  padding-left: 10px !important;
  font-size: 16px !important; }

ul.pm-list .result-col-2 {
  width: 55% !important;
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important;
  font-size: 16px !important; }

ul.pm-list .result-col-3 {
  width: 20% !important;
  float: left !important;
  border-left: 1px solid #FAA800 !important;
  padding: 0 10px !important; }

ul.pm-list .result-col-3 .btn {
  font-size: 12px !important; }

/*detailspage*/
.pm-wrap,
.pm-wrap p,
.pm-wrap p.summary {
  font-size: 14px !important;
  font-weight: 400 !important; }

/*.pm-wrap p.summary {
    font-weight:600 !important;
}*/
.pm-wrap .date {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #444 !important;
  margin-bottom: 10px !important; }

.sharepage #sharegraph {
  padding: 0 25px; }

@media (max-width: 992px) {
  .sharepage #sharegraph {
    padding: 0;
    margin: 0 -15px; } }

.mobile-navigation-panel-fader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
  z-index: 9998;
  display: none; }

.mobile-navigation-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: #484848;
  margin-left: -300px;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
  overflow: auto; }
  .mobile-navigation-panel .btn-mobile-close {
    box-shadow: none;
    background: none;
    border: none;
    background-color: none !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    text-align: center; }
    .mobile-navigation-panel .btn-mobile-close i.fa {
      font-size: 40px;
      color: #fff; }
  .mobile-navigation-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .mobile-navigation-panel ul li {
      float: left;
      line-height: 1.6em;
      width: 100%;
      display: block; }
      .mobile-navigation-panel ul li a {
        line-height: 1em;
        padding: 4px 0;
        color: #fff;
        text-decoration: none; }
      .mobile-navigation-panel ul li a.active {
        color: #faa61a; }
    .mobile-navigation-panel ul ul {
      padding-left: 10px; }
      .mobile-navigation-panel ul ul ul {
        padding-left: 10px; }
        .mobile-navigation-panel ul ul ul ul {
          padding-left: 10px; }
  .mobile-navigation-panel .menurow {
    width: 100%;
    float: left;
    padding: 8px 12px 8px 12px; }
  .mobile-navigation-panel .menurow:hover {
    background-color: #414141; }
  .mobile-navigation-panel a.submenu-toggle {
    border-radius: 2px;
    background-color: #fff;
    line-height: 1em;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 3px; }
    .mobile-navigation-panel a.submenu-toggle i.fa {
      color: #212121;
      padding: 0;
      margin: 0;
      margin: 2px 2px 0 2px; }
  .mobile-navigation-panel ul.submenu {
    display: none; }

.mobile-navigation-panel.open {
  margin-left: 0; }

.mobile-navigation-panel-fader.open {
  display: block; }

.alerter {
  width: 100%;
  float: left;
  padding: 6px 12px;
  margin: 0;
  font-size: 13px;
  line-height: 2em; }
  .alerter p {
    padding: 0;
    margin: 0;
    text-align: center; }
  .alerter .close-button-wrap {
    position: absolute;
    top: 0;
    right: 0; }
    .alerter .close-button-wrap .btn.btn-alerter {
      padding: 4px 8px !important;
      margin: 4px 4px 0 0 !important;
      background: none !important;
      background-color: transparent !important;
      border: 1px solid #fff;
      font-size: 13px;
      color: #fff; }

.alerter.Orange {
  background-color: #faa61a;
  color: #fff; }

.alerter.Marine {
  background-color: #4b8997;
  color: #fff; }

.alerter.Yellow {
  background-color: #ffcb05;
  color: #000; }
  .alerter.Yellow .close-button-wrap .btn.btn-alerter {
    border-color: #000;
    color: #000 !important; }

.alerter.Red {
  background-color: #e05329;
  color: #fff; }

@media (max-width: 768px) {
  .alerter p {
    max-width: 80%;
    font-size: 13px !important; } }

@media (max-width: 480px) {
  .alerter p {
    max-width: 80%;
    font-size: 13px !important; } }

body.maintenance {
  background-size: cover;
  background-position: center top; }
  body.maintenance .wrapper {
    min-height: 100%;
    margin-bottom: -310px; }
    body.maintenance .wrapper .starttexts-wrap {
      margin-top: 200px !important; }
    body.maintenance .wrapper h2 {
      font-family: "Lora",Arial,Helvetica !important;
      font-size: 60px;
      font-weight: 700;
      line-height: 75px; }
    body.maintenance .wrapper p {
      font-size: 24px;
      line-height: 1.5em; }
  @media screen and (max-width: 768px), screen and (max-height: 900px) {
    body.maintenance .wrapper {
      min-height: 100%;
      margin-bottom: -199px;
      margin-bottom: 0; }
      body.maintenance .wrapper .starttexts-wrap {
        margin-top: 100px !important; }
      body.maintenance .wrapper h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 55px; }
      body.maintenance .wrapper p {
        font-size: 18px;
        line-height: 1.5em; } }

.startstartpage .form-control {
  border-radius: 0 !important; }

.startstartpage .grid-container {
  margin-bottom: 10px; }

.startstartpage section.ss-smartbox {
  margin: 15px;
  background-color: #fff;
  border: 1px solid #aaa;
  background-position: center center;
  background-size: cover; }
  .startstartpage section.ss-smartbox .smartbox-sideimage {
    overflow: hidden;
    position: relative; }
    .startstartpage section.ss-smartbox .smartbox-sideimage img {
      width: auto;
      height: auto;
      max-height: 100px; }
  .startstartpage section.ss-smartbox .textbox {
    padding: 10px; }
  .startstartpage section.ss-smartbox h3 {
    line-height: 1.3em;
    font-size: 20px;
    margin: 0 0 10px 0; }
  .startstartpage section.ss-smartbox p {
    line-height: 1.3em;
    font-size: 16px;
    letter-spacing: 0; }

.startstartpage section.ss-smartbox::after {
  content: "";
  background-color: #000;
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.startstartpage .square-box {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer; }

.start-start-google {
  margin: 10px;
  margin-top: 0;
  background-color: #f3f3f3;
  margin-left: 0;
  max-width: 50%;
  margin-left: 25%;
  margin-top: 10px;
  margin-bottom: 0; }
  .start-start-google h3 {
    margin-top: 0; }
  .start-start-google .form-control {
    border: none;
    background: none;
    box-shadow: none; }
  .start-start-google button {
    height: 47px;
    margin-right: -21px; }

.start-start-pointbreak {
  background-position: left top;
  background-size: cover;
  height: 400px; }
  .start-start-pointbreak h1 {
    font-size: 44px; }
  .start-start-pointbreak .inputs {
    float: right;
    width: 400px;
    margin-right: 40px;
    margin-top: 3vh; }
    .start-start-pointbreak .inputs .title {
      font-size: 30px;
      /*font-family: Lato;*/
      color: #fff; }
    .start-start-pointbreak .inputs input[type="submit"] {
      float: right; }

.widget-weather {
  background-color: #FFCA05;
  font-size: 12px;
  color: #fff;
  text-align: center; }
  .widget-weather .weather-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%; }
    .widget-weather .weather-inner .w_weather-wrap {
      float: left;
      padding: 20px;
      text-align: center;
      display: block; }
    .widget-weather .weather-inner .w_weather-wrap > div {
      float: left;
      width: 100%;
      text-align: center;
      display: block;
      overflow: hidden;
      /*margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;*/ }
    .widget-weather .weather-inner .w_weather-wrap ul {
      /*font-size: 14px;
            margin: 7px 0;
            padding-left: 10px;*/
      margin: 0 auto;
      padding: 0;
      font-size: 1em;
      list-style: none;
      float: left;
      display: block;
      clear: both; }
    .widget-weather .weather-inner .w_weather-wrap ul > li {
      height: auto;
      display: block;
      float: left; }
    .widget-weather .weather-inner .w_widget {
      margin: 0 auto;
      display: block; }
    .widget-weather .weather-inner .w_temp {
      font-size: 3vh !important; }
    .widget-weather .weather-inner .w_mainimage {
      width: 100px;
      max-width: 100%;
      height: auto; }
    .widget-weather .weather-inner .w_customtext {
      margin-top: 15px;
      font-style: italic;
      display: block; }
  .widget-weather .symbol {
    display: inline-block;
    font-family: 'pe-icon-set-weather';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    font-size: 10vh !important;
    margin-bottom: 1vh; }

.widget-stock {
  background-color: #E15429;
  font-size: 12px;
  color: #fff;
  text-align: center; }
  .widget-stock .ticker-inner {
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
    .widget-stock .ticker-inner .ticker-icon {
      margin: 10px 0; }
    .widget-stock .ticker-inner .ticker-value {
      font-size: 18px;
      font-weight: 600; }

@media (max-width: 480px) {
  .start-start-pointbreak {
    height: 300px; }
    .start-start-pointbreak h1 {
      font-size: 30px; }
    .start-start-pointbreak .inputs {
      float: left;
      width: 100%;
      margin-right: 0;
      margin-top: 5px;
      padding: 20px; }
      .start-start-pointbreak .inputs .title {
        font-size: 30px;
        /*font-family: Lato;*/
        color: #fff; }
      .start-start-pointbreak .inputs input[type="submit"] {
        float: right; }
  .start-start-google {
    max-width: 90%;
    margin: 0 5%; } }

.fs-button {
  background-color: #faa61a;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  cursor: pointer; }

.fs-button:hover {
  background-color: #ffb92b; }

.fs-button a {
  text-decoration: none;
  color: #fff;
  font-size: 0.7857142857142857em; }

.fs-button a:hover {
  color: #fff; }

.phone.PhoneNumber a {
  text-decoration: none;
  color: #fff; }

.col-center {
  margin: auto;
  float: none; }

.button-yellow, .button-blue {
  color: #fff !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  font-size: .7777777777777778em;
  padding: 1em 2em;
  transition: all .2s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Gotham Book Bold"; }
  .button-yellow a, .button-blue a {
    color: #fff !important;
    font-family: "Gotham Book Bold"; }

.button-yellow {
  background-color: #faa800; }

.button-blue {
  background-color: #4b8997; }

.button-blue a:hover, .button-yellow a:hover {
  color: #fff;
  text-decoration: none; }

.button-blue:hover {
  background-color: #5a9cab;
  text-decoration: none; }

.button-yellow:hover {
  background-color: #ffb92b;
  text-decoration: none; }

.button-transparent {
  font-family: "Gotham Book Bold"; }

.sectionHeader h3 {
  margin: 0 0 1.25em !important;
  text-align: center; }

.smallHeader {
  font-family: "Gotham Book Bold";
  font-size: 1.1111111111111112em;
  line-height: 1.4;
  color: #636466; }

.subHeader {
  font-size: 1.1111111111111112em;
  line-height: 1.4;
  color: #636466;
  font-weight: 600; }

.blueHeader {
  font-family: "Publico Headline";
  font-size: 2em;
  color: #4b8997;
  line-height: 1.39; }

.darkBackground {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0.2em;
  line-height: 1.4;
  display: inline-block;
  padding: 0.3em 0.8em; }

.whiteText {
  color: #fff; }

.link {
  border-bottom: 1px solid #73bed4;
  padding-bottom: 4px;
  transition: all .2s ease-in-out; }

.link:after {
  content: ' ';
  background-image: url(/img/icons/link.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: cover;
  margin-left: 8px;
  vertical-align: middle; }

.link a:hover, .link-parent:hover {
  color: #73bed4;
  text-decoration: none; }

.arrowOnButton:after {
  content: ' ';
  background-image: url("../img/icons/white-arrow-right.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 6px; }

.areaDescription {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 2.0555555555555554em; }
  .areaDescription .areaDescription_header {
    margin-bottom: 0.6666666666666666em; }
  .areaDescription .areaDescription_text {
    line-height: 2.14;
    padding: 0.6666666666666666em; }
    .areaDescription .areaDescription_text .button-blue, .areaDescription .areaDescription_text .button-yellow {
      padding: 1em 2em;
      display: inline-block; }
  @media screen and (max-width: 991px) {
    .areaDescription {
      padding: 1.2em; } }

.bigWhiteCta {
  background: #fff;
  border-radius: 0.4444444444444444em;
  padding: 3.2777777777777777em;
  color: #636466;
  max-width: 100%;
  width: 752px;
  margin: auto;
  z-index: 10;
  position: relative; }
  .bigWhiteCta .bigWhiteCta__header, .bigWhiteCta .bigWhiteCta__text, .bigWhiteCta .bigWhiteCta__video {
    float: left; }
    @media screen and (max-width: 600px) {
      .bigWhiteCta .bigWhiteCta__header, .bigWhiteCta .bigWhiteCta__text, .bigWhiteCta .bigWhiteCta__video {
        width: 100% !important; } }
  .bigWhiteCta .bigWhiteCta__header {
    width: 37%;
    padding-right: 2.2222222222222223em; }
    .bigWhiteCta .bigWhiteCta__header h2 {
      display: inline-block;
      font-size: 2.2222222222222223em;
      margin: 0;
      line-height: 1.4; }
    .bigWhiteCta .bigWhiteCta__header h2:after {
      content: ' ';
      background-color: #faa61a;
      height: 2px;
      width: 100%;
      display: block;
      margin-top: 0.475em; }
    @media screen and (max-width: 600px) {
      .bigWhiteCta .bigWhiteCta__header {
        margin-bottom: 1.5em;
        font-size: 0.8em; } }
  .bigWhiteCta .bigWhiteCta__text {
    width: 63%;
    font-size: 1.1111111111111112em;
    padding-left: 2.2222222222222223em;
    line-height: 1.5; }
    .bigWhiteCta .bigWhiteCta__text .bigWhiteCta__text-bottom {
      margin-top: 1.1111111111111112em; }
      .bigWhiteCta .bigWhiteCta__text .bigWhiteCta__text-bottom a {
        border: solid 2px #636466;
        border-radius: 4px;
        font-size: 0.6666666666666666em;
        color: #636466;
        text-transform: uppercase;
        padding: 0.8333333333333334em 2.2222222222222223em;
        font-weight: bold; }
    @media screen and (max-width: 600px) {
      .bigWhiteCta .bigWhiteCta__text {
        padding-left: 0; } }
  .bigWhiteCta .bigWhiteCta__video {
    width: 50%; }
    .bigWhiteCta .bigWhiteCta__video .bigWhiteCta__video-player {
      padding-top: 56.25%;
      position: relative; }
      .bigWhiteCta .bigWhiteCta__video .bigWhiteCta__video-player iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    @media screen and (max-width: 992px) {
      .bigWhiteCta .bigWhiteCta__video {
        width: 100%; } }
  .bigWhiteCta .button-yellow, .bigWhiteCta .button-blue {
    margin: 1.6666666666666667em 0;
    display: inline-block; }
  .bigWhiteCta .button-yellow:after, .bigWhiteCta .button-blue:after {
    content: none; }
  .bigWhiteCta.has-iframe {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%; }
    .bigWhiteCta.has-iframe .bigWhiteCta__header {
      margin-bottom: 3em;
      padding: 0;
      text-align: center;
      width: 100%; }
      .bigWhiteCta.has-iframe .bigWhiteCta__header h2:after {
        margin-top: 0;
        width: auto;
        width: inherit; }
      @media screen and (max-width: 992px) {
        .bigWhiteCta.has-iframe .bigWhiteCta__header {
          margin-bottom: 2em; } }
    .bigWhiteCta.has-iframe .bigWhiteCta__text {
      padding: 0 1em 0 0;
      width: 50%; }
      @media screen and (max-width: 992px) {
        .bigWhiteCta.has-iframe .bigWhiteCta__text {
          text-align: center;
          width: 100%; }
          .bigWhiteCta.has-iframe .bigWhiteCta__text .bigWhiteCta__text-bottom {
            margin-bottom: 2.1em;
            margin-top: 2.1em; } }
  @media screen and (max-width: 767px) {
    .bigWhiteCta {
      padding: 1.27em;
      width: 100%; } }

.searchAssignments {
  background: #fff;
  border-radius: 8px;
  padding: 1.7222222222222223em; }
  .searchAssignments .assignments .box {
    text-align: center;
    margin: 2.5em 0 0; }
    .searchAssignments .assignments .box span {
      font-weight: 700;
      color: #636466;
      font-size: 2.2222222222222223em;
      font-family: "Gotham Book Bold"; }
    .searchAssignments .assignments .box p {
      font-size: 1.3333333333333333em;
      font-family: "Gotham Book Bold";
      color: #636466; }
  @media screen and (max-width: 991px) {
    .searchAssignments .assignments .col-md-4 {
      width: calc(100% /3);
      float: left;
      vertical-align: top; } }
  @media screen and (max-width: 530px) {
    .searchAssignments .assignments .col-md-4 {
      width: 100%;
      float: none; } }

@media screen and (max-width: 767px) {
  .searchAssignments {
    padding: 0; }
  .pagetype-dtTextpageAreaMainPage .searchAssignments {
    padding: 1.7222222222222223em; } }

.verticalCTA {
  margin: 0 auto 2em;
  max-width: 555px; }
  .verticalCTA .button-blue, .verticalCTA .button-yellow {
    padding: 1em 2em;
    margin-top: 0.8265297688471747em;
    display: inline-block; }
    .verticalCTA .button-blue a, .verticalCTA .button-yellow a {
      font-size: 1.0102030508132136em; }
  .verticalCTA a:hover {
    text-decoration: none; }
  .verticalCTA h3 {
    font-size: 1.1111111111111112em;
    color: #636466; }
  .verticalCTA .verticalCTA_top {
    height: 200px;
    max-height: 200px;
    background-position: center; }
    .verticalCTA .verticalCTA_top img {
      visibility: hidden;
      max-height: 100%;
      max-width: 100%; }
  .verticalCTA .verticalCTA_bottom_text {
    color: #636466;
    font-size: 0.7777777777777778em;
    line-height: 1.71; }

@media screen and (max-width: 767px) {
  .verticalCTA {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px; }
    .verticalCTA .verticalCTA_top {
      height: auto;
      background-size: cover; }
    .verticalCTA .verticalCTA_bottom {
      padding-left: 15px;
      padding-right: 15px; } }

.blockContent {
  margin: 0 0 2.7777777777777777em;
  min-height: 200px;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .blockContent .button-blue, .blockContent .button-yellow {
    padding: 1em 2em;
    display: inline-block; }
    .blockContent .button-blue a, .blockContent .button-yellow a {
      font-size: 1.0102030508132136em; }
  .blockContent a .button-blue {
    font-size: 0.7857142857142857em;
    padding: 1em 2em; }
  .blockContent a:hover {
    text-decoration: none; }
  .blockContent .blockContent__cell {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
    .blockContent .blockContent__cell h3 {
      font-size: 1.4285714285714286em;
      color: #636466;
      margin-top: 0;
      margin-bottom: 15px; }
  .blockContent .bg-image {
    background-size: cover;
    background-position: center;
    height: auto;
    max-height: 250px; }
    .blockContent .bg-image img {
      visibility: hidden;
      height: 200px;
      max-height: 100%;
      max-width: 100%; }
      @media screen and (max-width: 645px) {
        .blockContent .bg-image img {
          height: inital;
          height: auto; } }
  .blockContent .blockContent_text {
    background-color: #f7f7f7;
    padding: 1.5714285714285714em;
    color: #636466;
    font-size: 0.7777777777777778em;
    line-height: 1.71; }
  .blockContent .blockContent_right_text * {
    margin-bottom: 15px; }
  .blockContent .blockContent_right_text :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 645px) {
    .blockContent {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      width: auto; }
      .blockContent .blockContent__cell {
        display: block;
        width: 100%; } }

.block-text-right {
  direction: ltr; }

.block-text-left {
  direction: rtl; }

.row .blockContent:last-of-type {
  margin-bottom: 0; }

[data-bg="bg-gray"] .blockContent_text {
  background-color: #fff; }

.carousel .carousel-item .carousel-item_inner {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 1220px) {
    .carousel .carousel-item .carousel-item_inner .carousel-item_left {
      padding-left: 0 !important; } }
  @media screen and (max-width: 580px) {
    .carousel .carousel-item .carousel-item_inner .carousel-item_left {
      padding-top: 0 !important; } }
  .carousel .carousel-item .carousel-item_inner .carousel-item_left, .carousel .carousel-item .carousel-item_inner .carousel-item_right {
    vertical-align: middle;
    display: table-cell; }
    @media screen and (max-width: 580px) {
      .carousel .carousel-item .carousel-item_inner .carousel-item_left, .carousel .carousel-item .carousel-item_inner .carousel-item_right {
        display: block; } }
  .carousel .carousel-item .carousel-item_inner .text-content {
    padding: 2em; }
  .carousel .carousel-item .carousel-item_inner .img-bg {
    height: 310px;
    background-position: 50% 50%;
    background-size: cover; }
  .carousel .carousel-item .carousel-item_inner p {
    font-size: 1.1111111111111112em;
    line-height: 1.4;
    color: #636466; }
    .carousel .carousel-item .carousel-item_inner p .subHeader, .carousel .carousel-item .carousel-item_inner p .smallHeader {
      font-size: 1em; }
  @media screen and (max-width: 1220px) {
    .carousel .carousel-item .carousel-item_inner {
      width: calc(100% - 60px);
      margin: auto; } }

.carousel .slick-next, .carousel .slick-prev {
  font-family: none;
  width: 50px;
  height: 50px; }
  @media screen and (max-width: 1220px) {
    .carousel .slick-next, .carousel .slick-prev {
      width: 30px;
      height: 30px;
      background-size: cover !important; } }

.carousel .slick-prev:hover, .carousel .slick-prev:focus, .carousel .slick-next:hover, .carousel .slick-next:focus {
  background-image: url(/img/icons/icon-forward.svg); }

.carousel .slick-next {
  background-image: url("/img/icons/icon-forward.svg");
  right: -125px; }
  @media screen and (max-width: 1220px) {
    .carousel .slick-next {
      right: -20px; } }
  @media screen and (max-width: 977px) {
    .carousel .slick-next {
      right: -11px; } }

.carousel .slick-prev {
  background-image: url("/img/icons/icon-backward.svg");
  left: -125px; }
  @media screen and (max-width: 1220px) {
    .carousel .slick-prev {
      left: -20px; } }
  @media screen and (max-width: 977px) {
    .carousel .slick-prev {
      left: -11px; } }

.formFindConsultant .formFindConsultant_left, .formFindConsultant .formFindConsultant_right {
  float: left;
  vertical-align: top; }

.formFindConsultant .formFindConsultant_left {
  width: 34%;
  padding-right: 2em; }
  .formFindConsultant .formFindConsultant_left h2 {
    margin-top: 0; }
  @media screen and (max-width: 815px) {
    .formFindConsultant .formFindConsultant_left {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; } }

.formFindConsultant .formFindConsultant_right {
  width: 66%; }
  .formFindConsultant .formFindConsultant_right .form-control {
    background-color: #f7f7f7;
    padding: 1.7142857142857142em 1.4285714285714286em;
    border-radius: 0;
    border: solid 1px #c1c1c1; }
  .formFindConsultant .formFindConsultant_right input[type=submit] {
    border-radius: 4px;
    transition: all .2s ease-in-out;
    font-family: "Gotham Book Bold" !important;
    padding: 1.2642857142857142em 3.042857142857143em !important; }
  @media screen and (max-width: 815px) {
    .formFindConsultant .formFindConsultant_right {
      width: 100%; } }

@media screen and (max-width: 991px) and (min-width: 767px) {
  .formFindConsultant .g-recaptcha > div {
    width: 100% !important;
    overflow: hidden;
    border-right: solid 1px #c1c1c1; } }

@media screen and (max-width: 815px) {
  .formFindConsultant .g-recaptcha > div {
    border-right: none !important; } }

@media screen and (max-width: 1200px) {
  .formFindConsultant {
    padding-left: 30px;
    padding-right: 30px; } }

.iconBox {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 1.4722222222222223em;
  text-align: center; }
  .iconBox .iconBox_top {
    margin-bottom: 1em; }
    .iconBox .iconBox_top .icon-container {
      background-position: 50% 50%;
      width: 60px;
      height: 60px;
      margin: auto;
      background-size: contain; }
  .iconBox .iconBox_bottom p {
    color: #636466;
    font-size: 0.7777777777777778em;
    line-height: 1.71; }
  .iconBox .iconBox_bottom a {
    cursor: pointer; }
  @media screen and (max-width: 991px) {
    .iconBox {
      margin-top: 1em;
      margin-bottom: 1em; } }

@media screen and (max-width: 767px) {
  .iconBox {
    margin-left: -15px;
    margin-right: -15px; } }

.imageWithLink {
  margin: 1em 0; }
  .imageWithLink .imageWithLink_inner {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative; }
    .imageWithLink .imageWithLink_inner .imageWithLink_text {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.85);
      transition: all .2s ease-in-out; }
      .imageWithLink .imageWithLink_inner .imageWithLink_text h3 {
        color: #01a0cf;
        font-size: 1.125em;
        font-family: "Gotham Book Bold";
        line-height: 1.4;
        text-decoration: underline;
        word-break: break-all;
        margin: 0 0.5em; }
  .imageWithLink .imageWithLink_inner:hover .imageWithLink_text {
    background-color: rgba(255, 255, 255, 0.84); }
    .imageWithLink .imageWithLink_inner:hover .imageWithLink_text h3 {
      transition: all .2s ease-in-out;
      color: #11b7e8; }

.col-sm-8 .col-md-4 .imageWithLink .imageWithLink_inner {
  height: 160px; }

.latestAvailableAssignments .latestAvailableAssignments_top {
  background: #4b8997;
  padding: 1.6111111111111112em 5.388888888888889em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center; }
  .latestAvailableAssignments .latestAvailableAssignments_top h3 {
    margin: 0 !important;
    color: #fff;
    font-family: "Gotham Book Bold";
    font-size: 1.3333333333333333em; }

.latestAvailableAssignments .assignments {
  padding: 0 5.388888888888889em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  color: #636466; }
  .latestAvailableAssignments .assignments .assignment {
    border-bottom: 2px solid #eaeaea;
    padding: 1.7222222222222223em 0;
    position: relative; }
    .latestAvailableAssignments .assignments .assignment h3 {
      margin: 0 0 0.6666666666666666em;
      color: #faa61a;
      font-family: "Gotham Book Bold";
      font-size: 1em; }
    .latestAvailableAssignments .assignments .assignment .assignment__content {
      border-spacing: 0 1em;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block {
        display: table-cell;
        padding: 0 0.5em; }
        .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block label {
          font-size: 0.8888888888888888em;
          font-family: "Gotham Book Bold";
          margin: 0; }
        .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block p {
          font-size: 0.7777777777777778em;
          margin: 0;
          word-break: break-word; }
        .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block .button-yellow {
          width: auto;
          min-width: 140px;
          font-size: 0.6111111111111112em;
          padding: 1em 2em;
          font-family: "Gotham Book Bold";
          display: inline-block; }
        .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block .button-yellow:after {
          content: none; }
    @media screen and (max-width: 600px) {
      .latestAvailableAssignments .assignments .assignment {
        padding: 1em 0; }
        .latestAvailableAssignments .assignments .assignment .assignment__title {
          font-size: 1.4em; }
        .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block {
          display: table-row; }
          .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block label {
            font-size: 1.1em; }
          .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block .button-yellow {
            font-size: 0.8em;
            margin: 0.6666666666666666em 0 0 0;
            width: 100%; }
        .latestAvailableAssignments .assignments .assignment .assignment__content .assignment_block:last-of-type {
          text-align: left; } }
    .latestAvailableAssignments .assignments .assignment .assignment_block:last-of-type {
      text-align: right;
      vertical-align: middle; }
      .latestAvailableAssignments .assignments .assignment .assignment_block:last-of-type .button-yellow {
        text-align: center; }
  .latestAvailableAssignments .assignments .latestAvailableAssignments_buttonContainer {
    text-align: center;
    margin: 2.2222222222222223em 0; }
    .latestAvailableAssignments .assignments .latestAvailableAssignments_buttonContainer .button-blue {
      font-family: "Gotham Book Bold";
      width: auto;
      padding: 1.2857142857142858em 4.142857142857143em;
      margin: 0; }
    .latestAvailableAssignments .assignments .latestAvailableAssignments_buttonContainer .button-blue:after {
      content: none; }

@media screen and (max-width: 767px) {
  .latestAvailableAssignments {
    margin-left: -15px;
    margin-right: -15px; }
    .latestAvailableAssignments .latestAvailableAssignments_top {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .latestAvailableAssignments .latestAvailableAssignments_top h3 {
        margin: 0 !important; }
    .latestAvailableAssignments .assignments {
      padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .latestAvailableAssignments .assignments .latestAvailableAssignments_buttonContainer .button-blue {
    display: block; } }

.latestBlog {
  margin: 0 -15px; }
  .latestBlog .blogPost_container {
    float: left;
    width: calc(100% / 3); }
    .latestBlog .blogPost_container .blogPost {
      margin: 0 15px;
      max-width: 500px;
      display: block; }
      .latestBlog .blogPost_container .blogPost .blogPost_top {
        background-size: cover;
        background-position: center;
        height: 200px;
        max-height: 300px;
        overflow: hidden; }
      .latestBlog .blogPost_container .blogPost .blogPost_bottom {
        display: table;
        width: 100%; }
        .latestBlog .blogPost_container .blogPost .blogPost_bottom .blogPost_bottom_left {
          width: 30px;
          display: table-cell;
          vertical-align: top;
          padding-top: 10px; }
          .latestBlog .blogPost_container .blogPost .blogPost_bottom .blogPost_bottom_left .yellow-short-bar {
            background-color: #faa61a;
            height: 6px;
            width: 16px;
            display: inline-block; }
        .latestBlog .blogPost_container .blogPost .blogPost_bottom .blogPost_bottom_right {
          display: table-cell; }
          .latestBlog .blogPost_container .blogPost .blogPost_bottom .blogPost_bottom_right h3 {
            font-family: "Gotham Book",Helvetica,Arial,sans-serif;
            font-size: 0.7777777777777778em;
            color: #636466;
            margin-top: 1.2857142857142858em;
            margin-bottom: 0.5em; }
          .latestBlog .blogPost_container .blogPost .blogPost_bottom .blogPost_bottom_right .blogPost_metadata {
            font-size: 0.6111111111111112em;
            line-height: 1.78;
            color: #636466; }
  .latestBlog .latestBlog_buttonContainer {
    text-align: center; }
    .latestBlog .latestBlog_buttonContainer .button-blue {
      margin-top: 2.2857142857142856em;
      text-transform: none;
      display: inline-block;
      padding: 1.26em 3.68em; }

@media screen and (max-width: 767px) {
  .latestBlog .blogPost_container {
    width: 100%;
    float: none; }
    .latestBlog .blogPost_container .blogPost {
      margin: 0 auto;
      padding: 0 0 30px;
      overflow: auto;
      max-width: none; }
      .latestBlog .blogPost_container .blogPost .blogPost_top {
        height: auto; }
      .latestBlog .blogPost_container .blogPost .blogPost_bottom {
        padding: 0 15px; } }

.youTube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.youTube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pagetype-dtAssignmentAll .searchAssignments, .pagetype-dtAssignmentDetailsPage .searchAssignments {
  background: none; }

.pagetype-dtAssignmentAll .grid-container, .pagetype-dtAssignmentDetailsPage .grid-container {
  padding: 1em 15px; }

.pagetype-dtAssignmentAll {
  margin-top: 0;
  padding-top: 85px; }

.textpagegrid h1, .pagetype-dtTextPageGrid h1 {
  font-size: 2.7777777777777777em !important;
  line-height: initial !important; }

.textpagegrid h2, .pagetype-dtTextPageGrid h2 {
  font-size: 1.5555555555555556em !important;
  font-weight: 600 !important;
  color: #444648 !important; }

.textpagegrid h3, .pagetype-dtTextPageGrid h3 {
  font-size: 1.3333333333333333em;
  font-weight: 600;
  color: #636466; }

.textpagegrid .smallHeader, .pagetype-dtTextPageGrid .smallHeader {
  margin: 0.6428553061276968em 0 0.12857106122553935em;
  display: block; }

.textpagegrid .textpage-subnav ul, .pagetype-dtTextPageGrid .textpage-subnav ul {
  text-align: center; }
  .textpagegrid .textpage-subnav ul li, .pagetype-dtTextPageGrid .textpage-subnav ul li {
    float: none !important;
    display: inline-block; }

.textpagegrid .grid-container, .pagetype-dtTextPageGrid .grid-container {
  padding-top: 1em; }

.textpagegrid #nav-left-wrap, .pagetype-dtTextPageGrid #nav-left-wrap {
  margin-top: 2.8571444444444447em; }

@media screen and (max-width: 767px) {
  .pagetype-dtTextPageGrid .textpage-wrap .container {
    /*padding: 0 15px;*/ }
  .pagetype-dtTextPageGrid [data-bg="bg-gray"] .grid-container {
    /*padding: 0 !important;*/
    /*border: 1px solid red;*/ } }

.pagetype-dtTextpageAreaMainPage {
  /*hero*/ }
  .pagetype-dtTextpageAreaMainPage .parallax {
    padding-bottom: 2em;
    height: auto;
    min-height: auto; }
    .pagetype-dtTextpageAreaMainPage .parallax .starttexts-wrap {
      margin: 10vh 0; }
    .pagetype-dtTextpageAreaMainPage .parallax .grid-container {
      padding: 1.5em 15px; }
  .pagetype-dtTextpageAreaMainPage .parallax-full:after {
    content: none; }

.textpage-subnav ul {
  text-align: center; }
  .textpage-subnav ul li {
    float: none !important;
    display: inline-block; }

.pagetype-dtTextPageCalendar .form-group {
  min-height: 115px; }

[data-container-size="90"] .grid-container {
  width: 1053px; }

[data-container-size="80"] .grid-container {
  width: 936px; }

[data-bg="bg-gray"] {
  background: #e6e7e8; }
  [data-bg="bg-gray"] .grid-container {
    padding-left: 30px;
    padding-right: 30px; }

html {
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.7pt;
  line-height: 1.5582em;
  margin-top: 85px; }
  @media screen and (max-width: 1400px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 1080px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 600px) {
    body {
      font-size: 13px; } }

.pagetype-homePage {
  margin-top: 70px; }

.container {
  max-width: 100%;
  /*@media screen and (max-width: 1340px) {
        width: 1020px;
    }*/ }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      /*padding: 0 30px;*/ } }

/* to make things reach outer screen in smaller devices */
@media screen and (max-width: 767px) {
  [data-bg="bg-gray"] .grid-container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 1340px) {
  .grid-container:not(.ink-left-nav .grid-container) {
    /*width: 760px !important;*/ } }

.grid-container:not(.ink-left-nav .grid-container) h2[style="text-align: center;"]:after {
  margin: auto;
  width: 171px; }

h1, h2, h3, h4 {
  font-family: Publico Headline Bold; }

h2 {
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.3em;
  color: #636466; }

h3 {
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.5em;
  color: #636466; }

h4 {
  font-weight: 600; }

a {
  color: #01a0cf; }

a:focus, a:hover {
  color: #faa61a; }

.grid-container {
  margin: 0 auto; }

section {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both; }

.vcenter {
  display: flex;
  align-items: center; }

a.aname.hideblock {
  visibility: hidden;
  display: block; }

/*@media(max-width:480px) {
    body, p {
        font-size: 15px;
    }

    h1, h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
        font-weight: 600;
    }
}*/
span.field-validation-error {
  clear: both;
  width: 100%;
  padding: 5px 0 5px 25px;
  display: block;
  position: relative; }

span.field-validation-error::before {
  content: "\f071";
  /* triangeln */
  font-family: "FontAwesome";
  margin-right: 5px; }

@media print {
  header, footer, .textpage-wrap.section-quote, .button-row {
    display: none; }
  body, p {
    font-size: 16px; }
  h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  h3 {
    font-size: 20px; }
  .textpage-wrap.textpage-layer {
    padding: 0;
    margin: 0; } }

.grid-container {
  max-width: 100%;
  width: 1170px;
  margin: 0 auto;
  padding: 3em 15px;
  z-index: 7;
  position: relative; }
  .grid-container img {
    max-width: 100%; }

section.text-section {
  padding: 20px 0;
  font-weight: 500; }
  section.text-section .btn-orange {
    padding: 8px 12px;
    text-decoration: none;
    line-height: 23px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #faa61a;
    color: #fff;
    margin-top: 5px;
    display: inline-block; }
  section.text-section .btn-orange a {
    color: #fff;
    text-decoration: none; }
  section.text-section .btn-orange:hover {
    color: #fff; }
  section.text-section .btn-orange::after {
    content: " \f138";
    font-family: "FontAwesome";
    text-decoration: none; }

.management-board {
  margin-bottom: 15px; }
  .management-board img {
    width: 100%; }

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

.header-image-wrap.assignment-page-adjust-top {
  height: 79px;
  margin-top: 0px; }
  .header-image-wrap.assignment-page-adjust-top .header-image-noimmage-adjust {
    background-color: #f0f0f0; }
  @media screen and (max-width: 767px) {
    .header-image-wrap.assignment-page-adjust-top {
      height: 0px; } }

.header-image-wrap.assignment-details-adjust-top {
  margin-top: 0px; }
  .header-image-wrap.assignment-details-adjust-top .header-image-noimmage-adjust {
    background-color: #f0f0f0; }

@media screen and (max-width: 767px) {
  .margin-hero-mobile {
    margin-top: 5em !important; } }
