/* Minification failed. Returning unminified contents.
(13175,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Minification failed. Returning unminified contents.
(13172,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@font-face {
    font-family: 'zorgwerk';
    src: url('/css/fonts/zorgwerk.eot?qww8s4');
    src: url('/css/fonts/zorgwerk.eot?qww8s4#iefix') format('embedded-opentype'), url('/css/fonts/zorgwerk.ttf?qww8s4') format('truetype'), url('/css/fonts/zorgwerk.woff?qww8s4') format('woff'), url('/css/fonts/zorgwerk.svg?qww8s4#zorgwerk') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'zorgwerk' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-chats:before {
    content: "\e944";
}

.icon-groups:before {
    content: "\e945";
}

.icon-users:before {
    content: "\e946";
}

.icon-arrow:before {
    content: "\e93b";
}

.icon-return-shift:before {
    content: "\e900";
}

.icon-profile-picture:before {
    content: "\e901";
}

.icon-notice:before {
    content: "\e902";
}

.icon-swap-requests:before {
    content: "\e903";
}

.icon-spades:before {
    content: "\e904";
}

.icon-theme:before {
    content: "\e905";
}

.icon-lock:before {
    content: "\e906";
}

.icon-zendesk:before {
    content: "\e907";
}

.icon-unlocked:before {
    content: "\e908";
}

.icon-question-mark:before {
    content: "\e92f";
}

.icon-attention:before {
    content: "\e930";
}

.icon-signature:before {
    content: "\e931";
}

.icon-delete:before {
    content: "\e92e";
}

.icon-menu-header:before {
    content: "\e92d";
}

.icon-achievements:before {
    content: "\e909";
}

.icon-agenda:before {
    content: "\e90a";
}

.icon-bank:before {
    content: "\e90b";
}

.icon-review:before {
    content: "\e90c";
}

.icon-availabillity:before {
    content: "\e90d";
}

.icon-payments:before {
    content: "\e90e";
}

.icon-bundels:before {
    content: "\e90f";
}

.icon-community:before {
    content: "\e910";
}

.icon-competences:before {
    content: "\e911";
}

.icon-contact-details:before {
    content: "\e912";
}

.icon-next-request:before {
    content: "\e913";
}

.icon-requests:before {
    content: "\e914";
}

.icon-add:before {
    content: "\e915";
}

.icon-euro:before {
    content: "\e916";
}

.icon-filter:before {
    content: "\e917";
}

.icon-money:before {
    content: "\e918";
}

.icon-competence-form:before {
    content: "\e919";
}

.icon-id:before {
    content: "\e91a";
}

.icon-scale:before {
    content: "\e91b";
}

.icon-logoff:before {
    content: "\e91c";
}

.icon-tax:before {
    content: "\e91d";
}

.icon-menu:before {
    content: "\e91e";
}

.icon-messages:before {
    content: "\e91f";
}

.icon-my-requests:before {
    content: "\e920";
}

.icon-motivation:before {
    content: "\e921";
}

.icon-education:before {
    content: "\e922";
}

.icon-pencil:before {
    content: "\e923";
}

.icon-planbot:before {
    content: "\e924";
}

.icon-privacy:before {
    content: "\e925";
}

.icon-process:before {
    content: "\e926";
}

.icon-profile:before {
    content: "\e927";
}

.icon-radar:before {
    content: "\e928";
}

.icon-refresh:before {
    content: "\e929";
}

.icon-route:before {
    content: "\e92a";
}

.icon-search:before {
    content: "\e92b";
}

.icon-start:before {
    content: "\e92c";
}

.icon-silence:before {
    content: "\e932";
}

.icon-highlights:before {
    content: "\e933";
}

.icon-holiday-hours:before {
    content: "\e934";
}

.icon-hide:before {
    content: "\e935";
}

.icon-processed-hours:before {
    content: "\e936";
}

.icon-follow:before {
    content: "\e937";
}

.icon-friend-requests:before {
    content: "\e938";
}

.icon-workingarea:before {
    content: "\e939";
}

.icon-tiles:before {
    content: "\e93a";
}

.icon-achievements-detail:before {
    content: "\e93c";
}

.icon-document:before {
    content: "\e93d";
}

.icon-personal-settings:before {
    content: "\e93e";
}

.icon-public-travel:before {
    content: "\e93f";
}

.icon-personal-travel:before {
    content: "\e940";
}

.icon-pick-document:before {
    content: "\e941";
}

.icon-camera:before {
    content: "\e942";
}

.icon-image-library:before {
    content: "\e943";
}
.icon-MultiRole:before {
    content: "\e94b";
}
@charset "UTF-8";
/* normal */
* {
  margin: 0px;
  padding: 0px;
}

html, body {
  font-family: "poppins", "OpenSansRegular", Arial;
  height: 100%;
  font-size: 15px;
  color: #2f2f2f;
}

input, select, textarea {
  font-family: "poppins", "OpenSansRegular", Arial;
  font-size: 16px;
  color: #2f2f2f;
}

img {
  border: 0px;
  display: block;
}

a, input {
  outline: none;
  text-decoration: none;
  color: inherit;
}

p.linkArrow a {
  background: url("/images/linkArrow.png") center right no-repeat;
  padding-right: 23px;
  color: #020202;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
}
p.linkArrow a:hover {
  color: #020202;
}

.carrousel {
  margin-top: 5px;
}
.carrousel h3 {
  padding-left: 30px;
  color: #020202;
  font-size: 18px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "OpenSansRegular";
}

.slider-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topvacancy {
  padding-left: 5px;
  padding-top: 8px;
  float: left;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

@font-face {
  font-family: "GillSansMTItalic";
  src: url("/css/fonts/gili___.eot");
  src: local("O"), url("/css/fonts/gili___.woff") format("woff"), url("/css/fonts/gili___.ttf") format("truetype"), url("/css/fonts/gili___.svg#GillSansMTItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTRegular";
  src: url("/css/fonts/gil____.eot");
  src: local("O"), url("/css/fonts/gil____.woff") format("woff"), url("/css/fonts/gil____.ttf") format("truetype"), url("/css/fonts/gil____.svg#GillSansMTRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTBold";
  src: url("/css/fonts/gilb___.eot");
  src: local("O"), url("/css/fonts/gilb___.woff") format("woff"), url("/css/fonts/gilb___.ttf") format("truetype"), url("/css/fonts/gilb___.svg#GillSansMTBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansItalic";
  src: url("/css/fonts/OpenSans-Italic.eot");
  src: local("O"), url("/css/fonts/OpenSans-Italic.woff") format("woff"), url("/css/fonts/OpenSans-Italic.ttf") format("truetype"), url("/css/fonts/OpenSans-Italic.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("/css/fonts/OpenSans-Regular.eot");
  src: local("O"), url("/css/fonts/OpenSans-Regular.woff") format("woff"), url("/css/fonts/OpenSans-Regular.ttf") format("truetype"), url("/css/fonts/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("/css/fonts/OpenSans-Bold.eot");
  src: local("O"), url("/css/fonts/OpenSans-Bold.woff") format("woff"), url("/css/fonts/OpenSans-Bold.ttf") format("truetype"), url("/css/fonts/OpenSans-Bold.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: local("O"), url("/css/fonts/opensans-semibold-webfont.woff") format("woff"), url("/css/fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("/css/fonts/poppins/poppins-regular-webfont.woff2") format("woff2"), url("/css/fonts/poppins/poppins-regular-webfont.woff") format("woff"), url("/css/fonts/poppins/poppins-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "recoleta";
  src: url("/css/fonts/recoleta/recoleta-regular-webfont.woff2") format("woff2"), url("/css/fonts/recoleta/recoleta-regular-webfont.woff") format("woff"), url("/css/fonts/recoleta/Recoleta-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "recoleta-medium";
  src: url("/css/fonts/recoleta/recoleta-medium-webfont.woff2") format("woff2"), url("/css/fonts/recoleta/recoleta-medium-webfont.woff") format("woff"), url("/css/fonts/recoleta/Recoleta-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "recoleta-semibold";
  src: url("/css/fonts/recoleta/recoleta-semibold-webfont.woff2") format("woff2"), url("/css/fonts/recoleta/recoleta-semibold-webfont.woff") format("woff"), url("/css/fonts/recoleta/Recoleta-SemiBold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "recoleta-thin";
  src: url("/css/fonts/recoleta/recoleta-thin-webfont.woff2") format("woff2"), url("/css/fonts/recoleta/recoleta-thin-webfont.woff") format("woff"), url("/css/fonts/recoleta/Recoleta-Thin.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
div.applicationVacancy {
  padding: 15px 0 20px 0px;
}
div.applicationVacancy p {
  padding-top: 5px;
}

div.applicationTabsContainer {
  margin-top: 20px;
  border: solid 1px #d1d1d1;
}
div.applicationTabsContainer .introText {
  margin-right: 30px;
  padding-bottom: 14px;
}
div.applicationTabsContainer .introText.error {
  color: red;
}
div.applicationTabsContainer .introText.message {
  color: green;
  display: table-cell;
}
div.applicationTabsContainer .criterionHeader {
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
  font-weight: normal;
}
div.applicationTabsContainer label {
  padding-top: 7px;
  width: 140px;
  color: #020202;
  float: left;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
}
div.applicationTabsContainer label.small {
  width: 30px;
}
div.applicationTabsContainer label.large {
  width: auto;
}
div.applicationTabsContainer label.criteria {
  width: 300px;
}
div.applicationTabsContainer label.radio {
  padding-top: 4px;
}
div.applicationTabsContainer label.button-element {
  padding-top: 2px;
}
div.applicationTabsContainer .button {
  width: 156px;
  height: 30px;
  padding-top: 10px;
  margin: 20px 0 10px 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  border: none;
  background: #33057f;
  text-align: center;
}
div.applicationTabsContainer .button:hover {
  background-color: #000;
}
div.applicationTabsContainer .button.inactive {
  background: #D35684;
}
div.applicationTabsContainer .button.inactive:hover {
  background: #808080;
}
div.applicationTabsContainer .button.left {
  float: left;
}
div.applicationTabsContainer .button.right {
  margin-right: 25px;
  float: right;
}
div.applicationTabsContainer .button.disabled {
  cursor: progress;
}
div.applicationTabsContainer div.applicationTab {
  margin: 10px 0 0 15px;
  padding-top: 50px;
}
div.applicationTabsContainer div.applicationTab h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
div.applicationTabsContainer div.applicationTab textarea {
  resize: none;
}
div.applicationTabsContainer div.applicationTab div.fileContainer {
  margin-left: 190px;
  text-align: left;
}
div.applicationTabsContainer div.applicationTab div.fileContainer input[type=button] {
  margin-top: 5px;
}
div.applicationTabsContainer div.applicationTab .login.accountLinks {
  padding: 21px 0 0 8px;
  float: left;
}
div.applicationTabsContainer div.applicationTab .login .link {
  cursor: pointer;
  text-decoration: underline;
  padding-bottom: 8px;
}
div.applicationTabsContainer div.applicationTab .login .link:hover {
  text-decoration: none;
}
div.applicationTabsContainer div.applicationTab div.messages {
  margin-bottom: -30px;
  padding: 0;
}
div.applicationTabsContainer ul.applicationTabs {
  list-style: none;
}
div.applicationTabsContainer ul.applicationTabs li {
  float: left;
  padding: 10px 20px 12px 20px;
  border-right: solid 1px #d1d1d1;
  color: #d1d1d1;
}
div.applicationTabsContainer ul.applicationTabs li:last-child {
  border: none;
}
div.applicationTabsContainer ul.applicationTabs li.active {
  background-color: #33057f;
  color: #ffffff;
}
div.applicationTabsContainer ul.applicationTabs li.check {
  background: url("/images/checkmark.png") top left no-repeat;
}
div.applicationTabsContainer ul.applicationTabs li.check.active {
  background: #33057f url("/images/checkmark.png") top left no-repeat;
}
div.applicationTabsContainer ul.applicationTabs li.editable {
  color: #020202;
}
div.applicationTabsContainer ul.applicationTabs li.editable.active {
  color: #ffffff;
}
div.applicationTabsContainer ul.applicationTabs li div {
  font-size: 12px;
  font-weight: bolder;
}
div.applicationTabsContainer form {
  margin: 0;
}
div.applicationTabsContainer form input[type=checkbox], div.applicationTabsContainer form input[type=radio], div.applicationTabsContainer form textarea {
  margin-top: 7px;
}
div.applicationTabsContainer form input[type=email] {
  width: 357px;
  text-transform: lowercase;
}
div.applicationTabsContainer form input[type=text], div.applicationTabsContainer form input[type=password], div.applicationTabsContainer form textarea {
  width: 357px;
}
div.applicationTabsContainer form input[type=checkbox].list {
  margin-right: 20px;
}
div.applicationTabsContainer form input[type=radio].criterion {
  margin-left: 25px;
}
div.applicationTabsContainer form input[type=file] {
  float: left;
}

a .arrowlink {
  color: #020202;
  float: left;
  font-size: 18px;
  line-height: 84px;
  padding: 0 15px 0 27px;
  text-transform: uppercase;
}

.contact-SelectBox {
  width: 153;
  overflow: hidden;
}

span .ui-helper-hidden-accessible {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.custom-class2 {
  width: 160px;
}

.errorMsg {
  color: red;
}

.input-validation-error {
  outline: 2px solid #c00 !important;
  border-top: 2px solid #c00 !important;
  border-left: 2px solid #c00 !important;
  border-bottom: 1px solid #c00 !important;
  border-right: 1px solid #c00 !important;
}

/* template  */
#template {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

/* layout */
#layout {
  padding-bottom: 239px;
  overflow: hidden;
}
#layout.webapp {
  padding-bottom: 0;
}

/* header */
#header-part {
  height: auto;
  z-index: 2002;
  position: fixed;
  width: 100%;
  padding: 19px 0 10px 0;
}
#header-part .logo img {
  height: 50px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #header-part .logo img {
    height: 40px;
  }
}
#header-part .logo a {
  display: inline-block;
}

.sticky-border {
  height: 1px;
  width: 100%;
}

/* nav bar */
.header-bar {
  height: 60px;
}

.nav-bar {
  height: 60px;
}
.nav-bar.nav-container-sticky {
  background: #33057f;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 19px;
}
.nav-bar.nav-container-sticky > div {
  max-width: 1400px;
  margin: 0 auto;
}
.nav-bar.nav-container-sticky .flex-justify-space-between {
  max-width: 1710px;
  margin: 0 auto;
}
.nav-bar ul {
  list-style: none;
}
.nav-bar ul.flex-justify-space-between {
  display: flex;
  justify-content: flex-end;
  float: none;
}
.nav-bar .logo {
  float: left;
  margin-left: 10px;
}
.nav-bar li {
  position: relative;
  margin-right: 20px;
}
.nav-bar li a {
  padding: 5px 8px 0 8px;
  text-decoration: none;
  height: 50px;
  display: block;
  line-height: 60px;
  color: #FFF;
  font-family: "poppins", "OpenSansRegular", Arial;
  font-size: 13px;
}
.nav-bar li:not(.sub-item):nth-last-child(2) a {
  background: #0dd3a4;
  color: #33057f;
  border: 1px solid #0dd3a4;
  border-radius: 5px;
  transition: 0.5s !important;
  padding: 12px 20px;
  height: 14px;
  height: 14px;
  line-height: 16px;
  margin-top: 10px;
}
.nav-bar li.favo {
  margin-right: 30px;
}
.nav-bar li.favo i {
  margin-top: 10px;
  font-size: 30px;
  color: #FFF;
}
.nav-bar li.favo span {
  transform: translate(4px, -10px);
  position: absolute;
}
.nav-bar li .submenu li a {
  border: 0px;
}
.nav-bar li a.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  background: #33057f;
  color: #FFF !important;
  width: 85px;
  height: 30px !important;
  margin-top: 15px;
  margin-left: 4.1%;
  border-radius: 3px;
  margin-right: 5px;
}
.nav-bar li a.btn.transparent {
  color: #000 !important;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #33057f;
}
.nav-bar li a.btn.login {
  cursor: pointer;
}
.nav-bar .tinynav {
  display: none;
}
.nav-bar .submenu {
  padding: 0 3px 3px 0;
  display: none;
  position: absolute;
  left: 0px;
  top: 50px; /*width: 595px;*/
  background: url("/images/sub_menu_bg.png");
}
.nav-bar .submenu .bg {
  padding: 8px 0;
  overflow: hidden;
  background: #fff;
}
.nav-bar .submenu ul {
  padding: 0 0 0 2px;
  width: 190px;
  float: left;
}
.nav-bar .submenu ul li {
  min-width: 100px;
  width: 100%;
}
.nav-bar .submenu ul li a {
  color: #616161;
  font-size: 13px;
  line-height: 30px;
  height: auto;
  text-transform: none;
}
.nav-bar .submenu ul li a:hover {
  text-decoration: underline;
}
.nav-bar li:hover .submenu {
  display: block;
}

.profileImage .icon {
  font-size: 70px;
}

/* content */
#content-part {
  padding-bottom: 58px;
  padding-top: 120px;
}
#content-part.webapp {
  padding-top: 0;
}

/* Beautiful people logo bar */
.beautiful-people {
  text-align: right;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #938355;
  height: 80px;
  font-size: 18px;
  line-height: 100px;
  background: white url("/images/BeautifulPeople.png") top left no-repeat;
}
.beautiful-people p {
  cursor: default;
}

/* center */
#center-part {
  overflow: hidden;
}

#leftside {
  width: 275px;
  float: left;
}

#rightside {
  width: 675px;
  float: right;
  background: #fff;
}

/* job bar */
.job-bar {
  padding: 25px 0px 37px 15px;
  width: auto;
  overflow: hidden;
}
.job-bar h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #020202;
  font-family: "poppins";
}
.job-bar ul {
  list-style: none;
  overflow: hidden;
}
.job-bar li {
  cursor: pointer;
  margin-top: 29px;
  width: 99%;
  float: left;
  overflow: hidden;
  border-bottom: 1px #CBC1DF solid;
  margin-left: 15px;
  position: relative;
  margin: 25px 0 0 0;
  padding-bottom: 10px;
}
.job-bar li:last-child {
  border: 0px;
}
.job-bar li h4 {
  font-size: 16px;
  line-height: 30px;
  color: #020202;
}
.job-bar li h4 span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.job-bar li div.expiredate {
  float: right;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 12px;
  color: #020202;
}
.job-bar li.odd h4 {
  color: #33057f;
}
.job-bar li.odd div.expiredate {
  color: #33057f;
}
.job-bar li .head {
  padding: 6px 10px 4px 0px;
  color: #fff;
  width: auto;
  overflow: hidden;
  position: relative;
}
.job-bar li .head span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  float: right;
  text-align: right;
  color: black;
}
@media only screen and (min-width: 767px) {
  .job-bar li .head span {
    top: 50%;
    float: right;
  }
}
.job-bar li .head .favorite {
  color: #33057f;
}
.job-bar li .head .favorite i {
  display: none;
}
.job-bar li .head .favorite.active i:last-child {
  display: block;
}
.job-bar li .head .favorite:not(.active) i:first-child {
  display: block;
}
.job-bar li .head span span {
  float: none;
}
.job-bar li .text {
  padding: 0px 10px 5px 0px;
  width: auto;
  overflow: hidden;
  font-size: 14px;
}
.job-bar li p {
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0 25px 0;
  font-family: "poppins", "OpenSansRegular", Arial;
}
.job-bar li .pagina {
  padding: 20px 0 0 0;
  width: auto;
  overflow: hidden;
}
.job-bar li .pagina ul {
  float: right;
}
.job-bar li .pagina .li {
  padding: 0 0 0 3px;
  margin: 0px;
  line-height: 23px;
  text-align: center;
  float: left;
  width: 26px;
  border: 0px;
}
.job-bar li .pagina .li.nxt, .job-bar li .pagina .li.pre {
  width: 90px;
}
.job-bar li .pagina .li a {
  display: block;
  font-size: 14px;
  color: #0093d0;
  text-decoration: none;
  background: #dceee6;
}
.job-bar li .pagina .li a:hover {
  color: #fff;
  background: #33057f;
}
.job-bar li .overview-holdingImage {
  position: absolute;
  height: 70px;
  right: 0px;
  top: 0px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .job-bar li .overview-holdingImage {
    position: relative;
    height: 90px;
    width: auto;
    top: 0;
    margin: 0;
    right: 0;
  }
}
.job-bar .paging-arrow {
  color: #c9c9c9;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .job-bar .paging-arrow:first-of-type {
    margin-right: 10px;
    margin-left: 15px;
  }
  .job-bar .paging-arrow:last-of-type {
    margin-left: 10px;
  }
}
.job-bar .paging-holder {
  text-align: center;
  display: table;
  margin: 0 auto;
  height: 30px;
  padding: 2px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .job-bar .paging-holder {
    width: calc(100% - 40px);
  }
}
.job-bar .paging-holder li {
  width: 25px;
  padding: 0px;
  text-align: left;
  margin-right: 5px;
  display: inline-block;
  list-style: none;
  margin-top: 0px;
  color: #c9c9c9;
  border: 0px;
}
.job-bar .paging-holder li.active {
  color: #461BAE;
}
@media only screen and (max-width: 767px) {
  .job-bar .paging-holder li:first-of-type.active {
    margin-left: 40px;
  }
}
.job-bar h3 a {
  font-size: 24px;
  font-family: "recoleta", Arial;
  font-weight: bold;
  float: left;
  color: #33057f;
}
.job-bar h3 a:hover {
  text-decoration: none;
}

/* select bar */
.select-bar {
  width: auto;
  overflow: hidden;
  border-radius: 5px;
}
.select-bar h3 {
  padding-top: 4px;
  margin: 0 19px 0 30px;
  border-top: 1px #33057f solid;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .select-bar h3 {
    margin: 0 19px 0 0px;
  }
}
.select-bar h3 a {
  line-height: 41px;
  font-family: "poppins";
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #33057f;
  font-size: 16px;
  position: relative;
}
.select-bar h3 a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  right: 0px;
  position: absolute;
}
.select-bar h3.active a:after, .select-bar h3 h3 a:hover:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  right: 0px;
  position: absolute;
}
.select-bar h3.bg {
  padding-top: 0px;
  background: none;
}
.select-bar ul {
  padding: 4px 10px 8px 30px;
  list-style: none;
  overflow: hidden;
}
.select-bar ul.gap {
  padding-bottom: 16px;
}
.select-bar li {
  width: 100%;
  padding-top: 2px;
}
.select-bar li .check {
  margin: 6px 6px 0 1px;
  width: 14px;
  height: 14px;
  display: table-cell;
}
.select-bar li label.main {
  display: flex;
  font-size: 12px;
  color: #020202;
  line-height: 24px;
  text-transform: lowercase;
  cursor: pointer;
}
.select-bar li label.main:first-letter {
  text-transform: capitalize;
}
.select-bar li label.main .disabled {
  opacity: 0.5;
}
.select-bar li label.main label.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.select-bar li label.main label.count {
  width: 45px;
}
.select-bar li a {
  display: block;
  line-height: 27px;
  font-size: 12px;
  color: #020202;
  text-transform: uppercase;
}
.select-bar li a:hover {
  text-decoration: none;
}
.select-bar p.subtitle {
  padding: 0 0 0 30px;
  color: #020202;
  opacity: 0.5;
}

.content div.reset {
  display: block;
  clear: both;
  float: left;
  margin: 30px 5px 0 0;
  padding: 0;
}
.content div.reset a {
  cursor: pointer;
  color: #FFF;
  text-decoration: underline;
  font-family: "poppins";
  font-weight: bold;
}
.content div.reset a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .content div.reset {
    width: 100%;
  }
  .content div.reset a {
    display: block;
    text-align: center;
  }
}

/* tab bar */
.tab-bar {
  width: 100%;
  overflow: hidden;
}
.tab-bar ul {
  list-style: none;
  list-style-type: none;
  width: 100%;
  overflow: hidden;
}
.tab-bar li {
  cursor: pointer;
  padding-right: 3px;
  text-transform: uppercase;
  line-height: 40px;
  float: left;
}
.tab-bar li a {
  padding: 0 34px;
  font-size: 14px;
  color: #020202;
  text-decoration: none;
  display: block;
  background: #dceee6;
}
.tab-bar li.active a, .tab-bar li a:hover {
  color: #020202;
  background: #33057f;
}
.tab-bar .content {
  padding: 32px 0 25px 30px;
  width: auto;
  overflow: hidden;
}
.tab-bar h2 {
  padding: 0 0 26px 0;
  font-size: 20px;
  line-height: 30px;
  color: #020202;
  font-family: "OpenSansBold";
  text-transform: lowercase;
}
.tab-bar h2:first-letter {
  text-transform: capitalize;
}
.tab-bar h1 {
  margin-bottom: 50px;
  font-family: "recoleta", Arial;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
}
.tab-bar input, .tab-bar select {
  border-radius: 10px;
  font-size: 15px;
  font-family: "poppins", "OpenSansRegular", Arial;
  color: #757575;
  border: 0px;
  background: #fff;
}
.tab-bar input::placeholder, .tab-bar select::placeholder {
  font-size: 15px;
  font-family: "poppins", "OpenSansRegular", Arial;
  color: #757575;
}
.tab-bar input[type=text] {
  padding: 19px 10px 19px 22px;
  margin: 0 25px 0 0px;
  width: 318px;
  height: 12px;
  float: left;
}
.tab-bar select {
  outline: none;
}
.tab-bar input[type=text].small {
  width: 200px;
}
.tab-bar input[type=submit] {
  margin: 0 10px;
  width: 52px;
  height: 52px;
  float: left;
  cursor: pointer;
  border: 0px;
  background: #f9dce6 url("/images/search_btn.png") left top no-repeat;
  border-radius: 5px;
}
.tab-bar input[type=text].space {
  width: 268px;
}
.tab-bar a.button {
  margin: 0px;
  width: 152px;
  height: 52px;
  float: left;
  cursor: pointer;
  border: 0px;
  color: #fff;
  font-family: "poppins";
  font-weight: normal;
  border-radius: 5px;
  font-size: 20px;
  line-height: 52px;
  background: #0dd3a4;
  color: #33057f;
}
.tab-bar a.button:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.zipsearch.small {
  width: 100px !important;
}

/* slider bar */
.slider-bar {
  margin-top: 50px;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #33057f;
}

.slider-bar .dynamic-image {
  margin: auto;
}

.slider-bar h2 {
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSansBold";
  height: 90px;
  line-height: 94px;
  background: #b6dccb;
}

.slider-bar form {
  padding: 0 0 0 25px;
  overflow: hidden;
}

.slider-bar h1, .slider-bar h4 {
  padding: 24px 0 16px;
  color: #020202;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}

.slider-bar h1:first-child, .slider-bar h4:first-child {
  padding-top: 18px;
}

.slider-bar form input[type=text] {
  padding: 10px 20px;
  width: 465px;
  color: #020202;
  float: left;
  font-size: 14px;
  height: 30px;
  border: none;
  background: #fff;
}

.slider-bar form input.submitSmall {
  width: 50px;
  height: 50px;
  cursor: pointer;
  float: left;
  border: none;
  text-indent: -9999px;
  background: #33057f url("/images/search_btn.png") no-repeat;
}

.slider-bar form input.submitSearchSmall {
  width: 150px;
  height: 50px;
  color: #FFF;
  font-family: "OpenSansBold";
  cursor: pointer;
  border: none;
  background: #33057f;
  margin-right: 5px;
  margin-top: 20px;
  float: right;
}

.slider-bar form input.submitSmall:hover {
  background-color: #020202;
}

/* .slider-bar .checkbox { margin: 0 14px 0 0; width: 16px; height: 15px; cursor: pointer; display: block; float: left; background: url('/images/checkbox.jpg') no-repeat; } */
.slider-bar .center {
  padding: 3px 0 7px;
  text-transform: uppercase;
  line-height: 15px;
  width: 100%;
  float: left;
}

.slider-bar label {
  min-width: 74px;
  float: left;
  font-family: "OpenSansBold";
  cursor: pointer;
  color: #020202;
  font-size: 14px;
}

.slider-bar .label {
  min-width: 74px;
  float: left;
  font-family: "OpenSansBold";
  cursor: pointer;
  color: #020202;
  font-size: 14px;
}

.slider-bar cite {
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-family: "OpenSansItalic";
  color: #020202;
}

.slider-bar form input.submit {
  width: 150px;
  font-family: "OpenSansBold";
  height: 40px;
  margin: -23px 45px 0 0;
  cursor: pointer;
  float: right;
  border: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #33057f;
}

.slider-bar form input.submit:hover {
  background-color: #020202;
}

.slider-bar h3 {
  padding: 8px 0 0 36px;
  font-family: "OpenSansBold";
  font-size: 18px;
  line-height: 30px;
}

.slider-bar li {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}

.slider-bar li.even {
  background: #b6dccb;
}

.slider-bar li.odd {
  background: #33057f;
}

.slider-bar li p {
  padding-left: 36px;
  font-size: 12px;
  line-height: 18px;
}

/* space bar */
.space-bar {
  height: 50px;
  background-color: #b6dccb;
}

/* work bar */
.work-bar {
  width: 100%;
  height: 250px;
  overflow: hidden;
  /*h2 { padding: 0 8px 0 28px; color: #020202; position: relative; font-family: 'OpenSansBold'; font-size: 24px; float: left; height: 90px; line-height: 92px; background: #b6dccb; }
     h2 span { position: absolute; right: -40px; top: 0px; display: block; width: 0px; height: 0px; float: right; border-style: solid; border-width: 45px 0 45px 40px; border-color: transparent transparent transparent #b6dccb; }
     ul { margin-left: 40px; list-style: none; float: left; }
     li { padding: 0 15px 0 27px; float: left; color: #020202; line-height: 84px; text-transform: uppercase; font-size: 18px; }
     li .arrow { padding: 0px 0 0 5px; font-size: 30px; }
     li a span { font-family: 'OpenSansBold'; }
     li a { color: #020202; }
     li a:hover { color: #020202; }*/
}
.work-bar .application {
  width: 100%;
  height: inherit;
}
.work-bar .employees {
  display: block;
  float: left;
  background-color: #33057f;
  height: inherit;
  width: 100%;
}
.work-bar .employees h2 {
  padding-left: 10px;
  color: #020202;
  position: relative;
  font-family: "OpenSansRegular";
  float: left;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.work-bar .employees .buttons {
  display: inline-block;
  text-align: center;
}
.work-bar .employees .buttons .btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  width: 270px;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  font-family: "OpenSansBold";
  background: #33057f;
}
.work-bar .employees .buttons .btn.top {
  margin-bottom: 20px;
}
.work-bar .employees .buttons .btn:hover {
  background: #020202;
}
.work-bar .employees .buttons .links .container {
  width: 325px;
  text-align: right;
}
.work-bar .employees .buttons .links .container a {
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  color: #020202;
}
.work-bar .employees .buttons .links .container a:last-of-type {
  margin-bottom: 10px;
}

/* branch bar */
.branch-bar {
  width: 100%;
  overflow: hidden;
}

.branch-bar .btn {
  padding: 0 20px;
  display: block;
  height: 90px;
  line-height: 94px;
  font-family: "OpenSansBold";
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #33057f;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.branch-bar .btn span {
  padding-right: 27px;
  background: url("/images/arrow.png") right center no-repeat;
}

.branch-bar .btn:hover {
  background: #020202;
}

.container_24 .branch-bar .video {
  float: left;
  position: relative;
  width: 410px;
}

/*.branch-bar .contact { padding: 14px 0 20px 20px; height: 286px; min-height: 286px; width: 180px; float:left; background: $purple; }*/
.branch-bar .contact {
  padding: 14px 0 20px 0px;
  height: 286px;
  min-height: 286px;
  width: 270px;
  float: left;
  background: #33057f;
}
.branch-bar .contact > form {
  margin: 0px 14px;
}

.branch-bar h2 {
  padding-bottom: 13px;
  color: #fff;
  font-family: "OpenSansBold";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

/* Dropdown control */
.selectBox-dropdown {
  min-width: 160px;
  position: relative;
  border: none;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  height: 50px;
  text-decoration: none;
  text-align: left;
  color: #020202;
  outline: none;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

.selectBox-dropdown .selectBox-label {
  padding: 0px 28px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 100%;
  background: url("/images/select_arrow.jpg") 0 24px no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: none; /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  overflow: auto;
}

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: none;
  background: #FFF;
  display: inline-block;
}

.selectBox-inline:focus {
  border-color: #666;
}

/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}

.selectBox-options LI A {
  line-height: 20px;
  color: #020202;
  cursor: pointer;
  padding: 4px 5px 4px 28px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
  color: #fff;
  background-color: #020202;
}

.selectBox-options LI.selectBox-disabled A {
  color: #020202;
  background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
  color: #fff;
  background-color: #020202;
}

.selectBox-options .selectBox-optgroup {
  color: #020202;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.3em;
  white-space: nowrap;
}

.branch-bar ul {
  list-style: none;
  overflow: hidden;
}

.branch-bar li {
  padding-top: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  float: left;
  width: 100%;
}

.branch-bar li img {
  padding: 2px 9px 0 0;
  display: block;
  float: left;
}

.branch-bar li span {
  float: left;
  display: block;
  width: 140px;
}

.branch-bar li a {
  color: #fff;
  text-decoration: none;
}

.branch-bar li a:hover {
  text-decoration: underline;
}

.branch-bar .play {
  display: block;
  position: absolute;
  width: 89px;
  height: 89px;
  left: 50%;
  top: 50%;
  margin: -44px 0 0 -44px;
  background: url("/images/play.png") no-repeat;
}

/* news bar */
.news-bar {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.news-bar .grid_15 img.image {
  margin-right: 33px;
  float: left;
}

.news-bar .logo {
  margin: 24px 0 18px;
  display: block;
}

.news-bar p {
  padding: 0 10px 12px 0;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 18px;
  font-family: "OpenSansBold";
}

.news-bar h3 {
  padding-bottom: 5px;
  color: #020202;
  font-size: 18px;
  line-height: 18px;
  font-family: "OpenSansBold";
  text-transform: uppercase;
}

.news-bar cite {
  padding-bottom: 13px;
  font-style: normal;
  display: block;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 24px;
}

.news-bar .btn {
  padding: 0 10px 0 30px;
  display: block;
  height: 90px;
  line-height: 94px;
  font-family: "OpenSansBold";
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #33057f;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.news-bar .btn span {
  padding-right: 37px;
  background: url("/images/arrow.png") right center no-repeat;
}

.news-bar .btn:hover {
  background: #020202;
}

.VacancyDescription .vacancy-properties {
  list-style: none;
  padding-top: 10px;
}
.VacancyDescription .vacancy-properties li {
  width: 45%;
  padding: 0 0 30px 0;
  background: none;
}
.VacancyDescription h2 {
  font-size: 18px;
  padding: 40px 0 10px 0;
  font-weight: bold;
  font-family: recoleta-medium;
}
.VacancyDescription p {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .VacancyDescription .vacancy-properties {
    padding: 0px;
  }
  .VacancyDescription .vacancy-properties li {
    width: 49%;
    background: none;
    display: inline-block;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    font-size: 13px;
  }
}

.heading-bar {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.heading-bar.landingTitle {
  margin-bottom: 40px;
}
.heading-bar.rel {
  position: relative;
}

.heading-bar h1,
.heading-bar h2 {
  color: #343434;
  font-size: 25px;
  font-family: "OpenSansBold";
}

.heading-bar h3 {
  color: #343434;
  font-size: 18px;
  line-height: 30px;
  text-transform: lowercase;
}

.heading-bar-background {
  padding: 19px 0 10px 36px;
}
.heading-bar-background form h1, .heading-bar-background form h2 {
  font-size: 30px !important;
}

.heading-bar h1 span {
  display: block;
  font-family: "OpenSansRegular";
  font-size: 18px;
}

.heading-bar .back {
  cursor: pointer;
  padding: 0 38px 0 10px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #020202;
  font-family: "OpenSansBold";
  text-decoration: none;
  font-size: 14px;
  color: #020202;
  background: #dceee6 url("/images/back_icon.png") top right no-repeat;
  float: right;
  margin-top: 6px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.heading-bar .back.abs {
  position: absolute;
  right: 0;
}

.heading-bar form {
  padding-left: 10px;
  overflow: hidden;
}

/*.heading-bar form { padding: 1px 20px 9px 7px; overflow: hidden; }*/
.heading-bar form input[type=text] {
  padding: 15px 15px;
  width: 263px;
  color: #020202;
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: #fff;
}

.heading-bar form input[type=submit] {
  width: 50px;
  height: 50px;
  cursor: pointer;
  float: left;
  border: none;
  text-indent: -9999px;
  background: #33057f url("/images/button.png") no-repeat;
}

.heading-bar form input[type=submit]:hover {
  background-color: #020202;
}

.heading-bar form input.submitSmall {
  width: 50px;
  height: 50px;
  cursor: pointer;
  float: left;
  border: none;
  text-indent: -9999px;
  background: #33057f url("/images/search_btn.png") no-repeat;
}

.heading-bar form input.submitSmall:hover {
  background-color: #020202;
}

.heading-bar form h1 {
  text-align: center;
  padding: 18px 0;
}

.heading-bar form h1 span {
  line-height: normal;
}

.heading-bar .right {
  width: 343px;
  float: right;
}

.heading-bar form div a {
  width: inherit !important;
}

/* np bar */
.np-bar {
  padding: 5px 0 0 0;
  width: 100%;
}

.np-bar ul {
  padding-right: 10px;
  list-style: none;
  list-style-type: none;
  float: left;
  background: #fff;
}

.np-bar li {
  padding: 0 5px 0 15px;
  color: #938355;
  font-size: 14px;
  line-height: 39px;
  float: left;
  background: url("/images/np_sap.png") left center no-repeat;
  text-transform: lowercase;
}
.np-bar li:first-letter {
  text-transform: capitalize;
}

.np-bar li:first-child {
  padding-left: 10px;
  background: none;
}

.np-bar li a {
  cursor: pointer;
  text-decoration: none;
  color: #020202;
}

.np-bar li a:hover {
  color: #020202;
  text-decoration: underline;
}

/* ensure bar */
.ensure-bar {
  padding: 26px 20px 45px 43px;
  width: auto;
  overflow: hidden;
  background: #ffffff;
}

.ensure-bar .image {
  margin-right: 35px;
  float: left;
  border: 3px solid #33057f;
}

.ensure-bar ul {
  list-style: none;
  overflow: hidden;
}

.ensure-bar li {
  padding: 5px;
  margin-top: 20px;
  overflow: hidden;
}

.ensure-bar li.even {
  background: #fff;
}

.ensure-bar li.odd {
  background: #fff;
}

.ensure-bar li p {
  padding: 0 12px 14px 0;
  color: #222222;
  text-align: justify;
  line-height: 18px;
  font-size: 14px;
}

.ensure-bar li h2 {
  font-size: 20px;
  line-height: 30px;
  color: #020202;
  font-family: "OpenSansBold";
  text-transform: uppercase;
}

.ensure-bar li.odd h2 {
  color: #020202;
}

.ensure-bar a.more {
  margin-right: 12px;
  padding: 5px 10px;
  min-width: 106px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  font-size: 14px;
  display: block;
  float: right;
  line-height: 20px;
  background: #33057f;
}

.ensure-bar a.more:hover {
  background: #020202;
}

.ensure-bar li span {
  padding-bottom: 9px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #020202;
  text-transform: uppercase;
}

/* contact bar */
.contact-bar {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.contact-bar .text {
  padding: 40px 40px 64px 43px;
  overflow: hidden;
  background: #fff;
}

/*.contact-bar .text:first-child { padding: 47px 40px 55px 43px; background: #fff; }
			.contact-bar .text:nth-child(2n+3) { padding: 47px 40px 55px 43px; background: #fff; }*/
.contact-bar h2 {
  padding-bottom: 0px;
  color: #020202;
  font-size: 20px;
  line-height: 30px;
  font-family: "OpenSansBold";
  text-transform: uppercase;
}

.contact-bar p {
  padding: 17px 0 0 30px;
  color: #020202;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

.contact-bar ul {
  list-style: none;
  overflow: hidden;
}

.contact-bar li {
  padding-top: 11px;
  font-size: 14px;
  line-height: 18px;
  color: #020202;
  float: left;
  width: 100%;
}

.contact-bar li img {
  padding: 0px 9px 0 0;
  display: block;
  float: left;
}

.contact-bar li span {
  float: left;
  display: block;
  width: 140px;
}

.contact-bar li a {
  color: #020202;
  text-decoration: none;
}

.contact-bar li a:hover {
  text-decoration: underline;
}

.contact-bar a.btn {
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  min-width: 176px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  font-size: 18px;
  display: block;
  float: right;
  background: #33057f;
}

.contact-bar a.btn:hover {
  background: #020202;
}

.contact-bar .text .right {
  width: 320px;
  margin-top: 10px;
  float: right;
}

.contact-bar .text .map {
  margin-bottom: 20px;
  overflow: hidden;
  border: 3px solid #33057f;
}

.contact-bar .text .map iframe {
  float: left;
  overflow: hidden;
  width: 314px;
  height: 252px;
}

/*.contact-bar .text:first-child h2 { padding-bottom: 20px; color: #020202; }
			.contact-bar .text:first-child li { color: #020202; }
			.contact-bar .text:first-child li a { color: #020202; }
			.contact-bar .text:first-child p { color: #020202; }
			.contact-bar .text:first-child .map { border-color: $purple; }

			.contact-bar .text:nth-child(2n+3) h2 { padding-bottom: 20px; color: #020202; }
			.contact-bar .text:nth-child(2n+3) li { color: #020202; }
			.contact-bar .text:nth-child(2n+3) li a { color: #020202; }
			.contact-bar .text:nth-child(2n+3) p { color: #020202; }
			.contact-bar .text:nth-child(2n+3) .map { border-color: $purple; }*/
/*.contact-bar .odd 
			{
				background: #fff;
				h2 { padding-bottom: 20px; color: #020202; }
				li { color: #020202; }
				li a { color: #020202; }
				p { color: #020202; }
				.map { border-color: $purple; }
			}*/
/* birmingham bar */
.birmingham-bar {
  padding: 46px 40px 47px 0px;
  width: auto;
  overflow: hidden;
  background: #ffffff;
}

.birmingham-bar h2 {
  padding-bottom: 0px;
  color: #020202;
  font-size: 20px;
  line-height: 30px;
  font-family: "OpenSansBold";
  text-transform: uppercase;
}

.birmingham-bar h3 {
  color: #020202;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "OpenSansBold";
}

.birmingham-bar p {
  padding: 17px 0 0 0;
  color: #020202;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.birmingham-bar p.blue {
  color: #33057f;
}
.birmingham-bar p.blueBold {
  font-weight: bold;
  color: #33057f;
}
.birmingham-bar p.green {
  color: #33057f;
}
.birmingham-bar p.greenBold {
  font-weight: bold;
  color: #33057f;
}
.birmingham-bar p.pink {
  color: #33057f;
}
.birmingham-bar p.pinkBold {
  font-weight: bold;
  color: #33057f;
}
.birmingham-bar p.gold {
  color: #938355;
}
.birmingham-bar p.goldBold {
  font-weight: bold;
  color: #938355;
}

.birmingham-bar img {
  margin: 23px 0 20px;
  overflow: hidden;
  float: right;
}

.birmingham-bar form {
  margin-top: 73px;
  overflow: hidden;
}

.birmingham-bar label {
  padding-top: 7px;
  width: 128px;
  color: #020202;
  float: left;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
}

.birmingham-bar label.list {
  padding-top: 7px;
  width: 108px;
  color: #020202;
  float: none;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
}

.birmingham-bar form input[type=checkbox].list {
  float: right;
  margin-right: 2px;
}

.birmingham-bar form input[type=text], .birmingham-bar form input[type=email], .birmingham-bar form input[type=password], .birmingham-bar form input[type=email] {
  padding: 5px;
  color: #020202;
  font-size: 12px;
  width: 367px;
  float: left;
  height: 21px;
  border-top: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.birmingham-bar form input[type=text].error, .birmingham-bar form input[type=email].error, .birmingham-bar form input[type=password].error, .birmingham-bar form input[type=email].error {
  border: 1px solid red;
}
.birmingham-bar form input[type=text].small, .birmingham-bar form input[type=email].small, .birmingham-bar form input[type=password].small, .birmingham-bar form input[type=email].small {
  width: 50px;
  margin-right: 10px;
}

.birmingham-bar form textarea {
  padding: 5px;
  color: #020202;
  font-size: 12px;
  width: 387px;
  float: left;
  height: 121px;
  border-top: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.birmingham-bar form textarea.contactTxtArea {
  width: 367px;
}

.birmingham-bar form textarea.motivation {
  padding: 5px;
  color: #020202;
  font-size: 12px;
  width: 357px;
  float: left;
  height: 350px;
  border-top: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.birmingham-bar form textarea.error {
  border: 1px solid red;
}

.birmingham-bar .center {
  padding-bottom: 14px;
  width: 100%;
  float: left;
}

.birmingham-bar form input[type=submit] {
  width: 156px;
  height: 40px;
  margin: 16px 2px 0 0;
  cursor: pointer;
  float: right;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  border: none;
  background: #33057f;
}

.birmingham-bar form input[type=submit]:hover {
  background-color: #020202;
}

/* logo bar */
.logo-bar {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.logo-bar ul {
  list-style: none;
  overflow: hidden;
}

.logo-bar li {
  float: left;
  width: 33.333333%;
  cursor: pointer;
}

.logo-bar li .left {
  padding: 22px 0 0 0;
  float: left;
  position: relative;
  height: 178px;
  width: 50%;
  background: #dceee6;
  word-wrap: break-word;
}

.logo-bar li .left.right {
  float: right;
}

.logo-bar li img {
  width: 50%;
  float: left;
}

.logo-bar h3 {
  padding: 0 15px;
  min-height: 94px;
  color: #020202;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "OpenSansBold";
}

.logo-bar cite {
  position: absolute;
  bottom: 15px;
  padding: 0 15px;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #020202;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 12px;
}

.logo-bar li .arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #dceee6;
}

.logo-bar li .left.right .arrow {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #dceee6 transparent transparent;
}

.logo-bar li:hover .left.right .arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #33057f transparent transparent;
}

.logo-bar li:hover .left {
  background: #33057f;
}

.logo-bar li:hover h3 {
  color: #fff;
}

.logo-bar li:hover cite {
  color: #fff;
}

.logo-bar li:hover .arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #33057f;
}

/* related bar */
.related-bar {
  width: 100%;
}

.related-bar ul {
  list-style: none;
  list-style-type: none;
}

.related-bar h3 {
  padding: 8px 0 3px 10px;
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  background: #33057f;
}

.related-bar h3 span {
  font-family: "OpenSansBold";
}

.related-bar li {
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  float: left;
  border-bottom: 2px solid #dceee6;
  background: #dceee6;
}

.related-bar li a {
  padding: 10px 0 10px 10px;
  display: block;
  color: #020202;
  text-decoration: none;
}

.related-bar li span {
  padding-bottom: 5px;
  display: block;
  font-family: "OpenSansBold";
  color: #020202;
}

.related-bar li a:hover {
  color: #fff;
  background: #33057f;
}

.related-bar li a:hover span {
  color: #fff;
}

/* text bar */
.text-bar {
  padding: 66px 21px 0 34px;
  float: left;
  background: #fff;
  position: relative;
}

.text-bar h2, .text-bar h3, .text-bar h4 {
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 24px;
  color: #020202;
  text-transform: lowercase;
}
.text-bar h2:first-letter, .text-bar h3:first-letter, .text-bar h4:first-letter {
  text-transform: capitalize;
}

.text-bar p {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #222;
}

.text-bar ul {
  padding: 4px 0 30px 0;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
}

.text-bar li {
  padding-left: 4%;
  width: 94%;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  background: url("/images/dot.png") left center no-repeat;
}

.text-bar table {
  padding: 8px 0 34px 0;
}

.text-bar td {
  color: #222222;
  font-size: 14px;
  width: 150px;
  line-height: 18px;
}

.text-bar td.left {
  width: 113px;
}

.text-bar .btn {
  position: absolute;
  left: 34px;
  top: 0px;
  text-align: center;
  font-size: 18px;
  width: 156px;
  text-decoration: none;
  line-height: 40px;
  display: block;
  font-family: "OpenSansBold";
  border-radius: 5px;
  background: #f9dce6;
  color: #33057f;
}

.text-bar .btn:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.text-bar .extra {
  padding-top: 33px;
  font-family: "OpenSansItalic";
  color: #8c8c8c;
}

/* data bar */
.data-bar {
  padding: 22px 0 0 0;
  padding-top: 60px;
  border-radius: 5px;
  border: 1px solid #33057f;
}

.data-bar .data {
  padding: 0 0 26px 20px;
  overflow: hidden;
}

.data-bar table {
  padding: 0 0 18px 0;
}

.data-bar td {
  font-size: 14px;
  width: 87px;
  line-height: 21px;
}

.data-bar td.left {
  width: 113px;
  font-family: "OpenSansBold";
  vertical-align: top;
}

.data-bar h5 {
  font-size: 14px;
  line-height: 18px;
  font-family: "OpenSansBold";
  color: #020202;
}

.data-bar ul {
  padding: 5px 0 0 0;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
}

.data-bar li {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #020202;
  background: url("/images/home_black.png") left top no-repeat;
}

.data-bar li address {
  padding-left: 30px;
  font-style: normal;
}

.data-bar li.phn, .data-bar .blue li.phn {
  background: url("/images/phn_black.png") left top no-repeat;
}

.data-bar .blue {
  padding: 15px 0 24px 20px;
  overflow: hidden;
  background: #33057f;
}

.data-bar .blue li {
  background: url("/images/home_black.png") left top no-repeat;
}

.data-bar .blue li address {
  padding-left: 30px;
}

.data-bar img {
  width: 100%;
}

/* Application form */
div.application-login-or {
  float: left;
  margin-right: 8px;
  margin-left: 16px;
  padding-top: 13px;
  margin-top: 13px;
  width: 30px;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  border: none;
  text-align: center;
}
div.application-login-or p {
  color: #020202;
  padding-top: 5px;
  display: inline-block;
}

div.application-text {
  padding: 15px 21px 0 50px;
}
div.application-text h2 {
  padding-bottom: 0;
}
div.application-text h4 {
  padding-bottom: 0;
}
div.application-text p {
  text-align: left;
  padding-bottom: 10px;
}

.application {
  text-align: left;
}
.application label {
  float: left;
  width: auto;
}
.application input[type=radio] {
  margin: 8px;
  float: left;
  padding-left: 5px;
}
.application .errors {
  clear: both;
  color: green;
}

.YoutubeFrame {
  width: 100%;
}

/* footer part */
#footer-part {
  margin-top: -239px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* footer bar */
.footer-bar {
  padding: 33px 0 25px;
  overflow: hidden;
  width: 100%;
  background: #33057f;
}
.footer-bar h2 {
  padding-bottom: 13px;
  color: white;
  font-size: 20px;
  line-height: 30px;
}
.footer-bar address {
  font-style: normal;
  color: white;
  font-size: 14px;
  line-height: 18px;
  padding-right: 20px;
}
.footer-bar ul {
  list-style: none;
  overflow: hidden;
}
.footer-bar ul li {
  padding-bottom: 6px;
  width: 100%;
  float: left;
}
.footer-bar ul li a img {
  padding-right: 4px;
  display: block;
  float: left;
}
.footer-bar a {
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.footer-bar a:hover {
  text-decoration: underline;
}
.footer-bar .footer-subtext {
  color: #fff;
  margin-bottom: 30px;
  font-size: 13px;
}
.footer-bar .footer-pages li {
  width: 100%;
}
.footer-bar .footer-pages li a {
  padding-left: 5px;
}
.footer-bar .footer-pages li:before {
  content: ">";
  width: 10px;
  height: 10px;
  left: -20px;
}
.footer-bar .privacy a {
  color: #FFF;
  display: block;
  line-height: 25px;
  font-size: 13px;
}
.footer-bar ul.social {
  margin-bottom: 10px;
}
.footer-bar ul.social li {
  width: 45px;
}
.footer-bar li {
  float: left;
  color: #fff;
  font-weight: bold;
  list-style: none;
  clear: none !important;
}

.container_24 .branch-bar [class^=grid_], .container_24 .news-bar [class^=grid_] {
  position: relative;
  overflow: hidden;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #content-part {
    padding-bottom: 40px;
  }
  .nav-bar li a {
    padding: 0 6px;
  }
  .nav-bar .submenu {
    width: 464px;
  }
  .nav-bar .submenu ul {
    padding-top: 18px;
    width: 135px;
  }
  .nav-bar .submenu ul li a {
    font-size: 12px;
    line-height: 24px;
  }
  .nav-bar .submenu img {
    width: 180px;
  }
  .headerSocialIcons li a {
    margin-top: 10px;
  }
  .slider-bar h2 {
    padding-left: 15px;
    font-size: 20px;
  }
  .slider-bar form input[type=text] {
    width: 445px;
  }
  .slider-bar h4:first-child {
    padding-top: 10px;
  }
  .slider-bar .center {
    padding-bottom: 5px;
  }
  .slider-bar form input[type=button] {
    font-size: 17px;
    margin: 15px 10px 0 0px;
  }
  .slider-bar h4 {
    padding: 10px 0;
  }
  .slider-bar {
    margin-top: 30px;
  }
  .slider-bar form {
    padding-left: 7px;
  }
  .work-bar {
    text-align: center;
    height: auto;
  }
  .work-bar h2 {
    padding-left: 10px;
    height: 80px;
    font-size: 20px;
    line-height: 30px;
  }
  .work-bar h2 span {
    right: -35px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 35px;
    border-color: transparent transparent transparent #b6dccb;
  }
  .work-bar .mediabanner {
    width: 550px;
  }
  .work-bar li {
    padding: 0 10px;
    font-size: 15px;
    line-height: 76px;
  }
  .work-bar li .arrow {
    font-size: 25px;
  }
  .work-bar .employees {
    width: 100% !important;
  }
  .work-bar .employees h2 {
    float: none;
  }
  .work-bar .employees .buttons .links .container a:last-of-type {
    margin-bottom: 10px;
  }
  .branch-bar img {
    max-width: 100%;
  }
  .branch-bar .btn {
    padding: 0 9px;
    height: 74px;
    line-height: 74px;
    font-size: 18px;
    margin-top: -74px;
  }
  .branch-bar .btn span {
    background-size: 12px 15px;
  }
  .container_24 .branch-bar [class^=grid_], .container_24 .news-bar [class^=grid_] {
    display: block;
    height: 320px;
  }
  .container_24 .branch-bar [class^=grid_]:nth-child(n+3), .container_24 .news-bar [class^=grid_]:nth-child(n+3) {
    margin-left: 0px;
  }
  .container_24 .branch-bar .video {
    width: 296px;
  }
  .container_24 .branch-bar .contact {
    padding-bottom: 0px;
    min-height: 310px;
    padding-top: 10px;
    width: 182px;
  }
  .container_24 .branch-bar .contact > form {
    margin: 0px 12px;
  }
  .container_24 .branch-bar .contact .contact-SelectBox {
    width: auto !important;
    font-size: 12px;
  }
  .container_24 .branch-bar .contact .contact-SelectBox .selectBox-label {
    width: auto !important;
    padding: 0px 0px 0px 10px;
  }
  .container_24 .branch-bar .contact .contact-SelectBox .selectBox-arrow {
    background-color: #fff;
  }
  .selectBox-options LI A {
    padding-left: 10px;
  }
  .branch-bar li img {
    padding-right: 4px;
  }
  .branch-bar h2 {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
  }
  .branch-bar .btn span {
    padding-right: 22px;
  }
  .branch-bar li {
    padding-top: 7px;
    line-height: 17px;
  }
  .news-bar .grid_15 img.image {
    margin-right: 15px;
    width: 204px;
  }
  .news-bar .btn {
    padding: 0 10px 0 10px;
    font-size: 19px;
  }
  .news-bar .grid_9 img {
    width: 260px;
  }
  .news-bar .logo {
    margin: 15px 0 7px;
  }
  .news-bar p {
    padding-bottom: 7px;
    font-size: 13px;
    line-height: 15px;
  }
  .news-bar cite {
    padding-bottom: 9px;
    line-height: 16px;
  }
  .news-bar .btn span {
    padding-right: 24px;
  }
  .news-bar h3 {
    padding-bottom: 3px;
    font-size: 15px;
    line-height: 14px;
  }
  /*.birmingham-bar { padding: 13px 15px; }*/
  #content-part {
    margin: 13px 15px;
  }
  .birmingham-bar form input[type=text] {
    width: 283px;
  }
  .birmingham-bar form img .uploadcv {
    width: 283px;
  }
  .birmingham-bar form textarea {
    width: 283px;
  }
  .birmingham-bar form input[type=submit] {
    font-size: 17px;
  }
  .birmingham-bar img {
    width: 280px;
  }
  .ensure-bar .image {
    margin-right: 15px;
  }
  .ensure-bar .image img {
    width: 250px;
  }
  .ensure-bar li h2 {
    padding-top: 7px;
    font-size: 20px;
    line-height: 30px;
  }
  .ensure-bar li p {
    font-size: 13px;
    line-height: 14px;
  }
  .ensure-bar li span {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .ensure-bar a.more {
    padding: 4px 7px;
    font-size: 13px;
  }
  .logo-bar li .left {
    padding-top: 7px;
    height: 118px;
  }
  .logo-bar cite {
    padding-left: 5px;
  }
  .logo-bar h3 {
    padding: 0 5px;
    font-size: 12px;
  }
  .heading-bar {
    padding-left: 20px;
  }
  .heading-bar h1 {
    font-size: 20px;
  }
  .contact-bar .text, .contact-bar .text:first-child {
    padding: 15px 15px 25px;
  }
  .contact-bar p {
    padding-top: 10px;
  }
  .contact-bar .text .right {
    width: 280px;
  }
  .contact-bar .text .map iframe {
    width: 274px;
    height: 232px;
  }
  .contact-bar h2, .contact-bar .text:first-child h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .contact-bar li {
    padding-top: 8px;
  }
  .np-bar li {
    font-size: 13px;
  }
  #leftside {
    width: 230px;
  }
  .select-bar h3 {
    padding-left: 0;
    font-size: 13px;
    margin-left: 15px;
  }
  .select-bar h3 a {
    font-size: 13px;
  }
  .select-bar ul {
    padding-left: 15px;
  }
  .select-bar li .check {
    margin-right: 10px;
  }
  .select-bar li label {
    width: 100%;
  }
  .select-bar li label label {
    width: calc(100% - 24px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 960px) {
  .select-bar li label label {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #rightside {
    width: 518px;
  }
  .job-bar {
    padding: 15px 12px;
  }
  .job-bar h2 {
    font-size: 20px;
  }
  .job-bar li {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .job-bar li div.expiredate {
    width: 100%;
    text-align: center;
  }
  .job-bar li .head {
    padding: 6px 10px 4px 15px;
  }
  .job-bar li .head span {
    font-size: 13px;
  }
  .job-bar li .text {
    padding: 10px 10px 20px 15px;
  }
  .job-bar li h4 {
    padding-bottom: 5px;
    font-size: 20px;
  }
  .job-bar li h4 span {
    font-size: 13px;
    line-height: 24px;
  }
  .job-bar h3 a {
    font-size: 16px;
  }
  .tab-bar .content {
    padding: 20px 0 20px 20px;
  }
  .tab-bar h2 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .tab-bar input[type=text] {
    width: 80%;
    margin-bottom: 10px;
  }
  .tab-bar input[type=submit] {
    margin-right: 25px;
  }
  .tab-bar a.button {
    width: 135px;
    font-size: 16px;
  }
  .tab-bar li a {
    padding: 0 28px;
  }
  .tab-bar input.space[type=text] {
    width: 185px;
  }
  .text-bar {
    padding: 45px 10px 0;
  }
  .text-bar h2, .text-bar h3, .text-bar h4 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .text-bar p, .text-bar ul, .text-bar table {
    padding-bottom: 17px;
  }
  .text-bar ul {
    padding-top: 0px;
  }
  .text-bar .btn {
    font-size: 16px;
    line-height: 34px;
    left: 10px;
    top: 0px;
  }
  .text-bar .extra, .data-bar {
    padding-top: 20px;
  }
  .data-bar .data {
    padding-left: 10px;
    padding-bottom: 15px;
  }
  .data-bar .blue {
    padding: 10px 0 15px 10px;
  }
  .data-bar td, .data-bar li {
    font-size: 13px;
  }
  .data-bar li {
    line-height: 16px;
  }
  .related-bar {
    display: none;
  }
  .related-bar h3 {
    font-size: 17px;
  }
  .text-bar p {
    font-size: 13px;
    line-height: 16px;
  }
  .text-bar li {
    font-size: 13px;
    line-height: 16px;
  }
  .text-bar.applicationVacancy {
    width: 0px;
    display: none;
  }
  .container_24 .grid_14.alpha {
    width: 100%;
  }
}
.mobile-favo {
  display: none;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 960px) {
  .data-bar td {
    width: auto;
  }
  .nav-bar {
    padding: 10px 0;
    height: 40px;
  }
  .nav-bar ul {
    display: none;
  }
  .nav-bar .tinynav {
    color: #404041;
    display: block;
    height: 30px;
    border: none;
    margin: auto 0;
    font-size: 12px;
    cursor: pointer;
    line-height: 30px;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    background: #fff;
  }
  .nav-bar option {
    padding: 1px 5px;
    font-size: 11px;
  }
  #content-part {
    padding-top: 0px;
  }
  #header-part {
    height: auto;
    position: relative;
  }
  #header-part .logo {
    display: block;
    position: fixed;
    width: 104px;
    text-align: center;
    left: 10px;
    margin-top: -5px;
    z-index: 100;
  }
  #header-part .logo a {
    display: inline-block;
    float: none;
  }
  .mobile-favo.favo {
    display: block;
    position: fixed;
    right: 65px;
    margin-top: 8px;
    z-index: 100;
  }
  .mobile-favo.favo i {
    font-size: 25px;
    color: #fff;
  }
  .mobile-favo.favo span {
    margin-left: 5px;
    position: absolute;
    margin-top: -5px;
    color: #FFF;
  }
  #menu-toggle {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 99;
  }
  #menu-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 20px;
    background: #fff;
    opacity: 1;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle span:nth-child(1) {
    top: 36px;
  }
  #menu-toggle span:nth-child(2) {
    top: 46px;
  }
  #menu-toggle.open span:nth-child(1) {
    top: 42px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu-toggle.open span:nth-child(2) {
    top: 42px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .menu-toggle {
    width: 100%;
    height: 50px;
    z-index: 99;
    border: 0px;
    margin-top: -15px;
  }
  .menu-toggle.nav-container-sticky {
    position: fixed;
    top: 0px;
    padding-top: 19px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    border: 0px;
    margin-top: 0px;
  }
  .responsive-nav-bar.open {
    display: block;
    position: fixed;
    top: 69px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .responsive-nav-bar.open {
    width: calc(100vw - 4px);
    overflow: hidden;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 5px black;
    margin-left: 2px;
    z-index: 999999;
  }
}
@media only screen and (max-width: 960px) {
  .jcarousel-skin-tango, .jcarousel-skin-tango .jcarousel-container-vertical, .jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-prev-vertical, .jcarousel-skin-tango .jcarousel-next-vertical, .jcarousel-skin-tango .jcarousel-item {
    display: none;
  }
  .slider-bar {
    height: auto;
    margin-top: 20px;
  }
  .slider-bar h2 {
    padding: 20px 14px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .slider-bar h3 {
    padding: 14px 20px 0;
  }
  .slider-bar li p {
    padding: 0 20px;
  }
  .slider-bar form {
    padding: 0 15px;
  }
  .slider-bar form input[type=text], .slider-bar form select {
    width: 60%;
  }
  .slider-bar form input[type=button] {
    margin: 20px 10px 10px;
  }
  .slider-bar h4 {
    padding: 10px 0;
  }
  .mediabanner {
    width: 550px;
  }
  .work-bar {
    height: auto;
  }
  .work-bar h2 {
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    float: none;
  }
  .work-bar h2 span {
    left: 50%;
    bottom: -25px;
    top: auto;
    margin-left: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #b6dccb transparent transparent transparent;
  }
  .work-bar li {
    padding: 0 10px;
    font-size: 13px;
    line-height: 26px;
  }
  .work-bar li .arrow {
    font-size: 23px;
  }
  .work-bar ul {
    margin: 0px;
    padding: 30px 20px;
  }
  .branch-bar .video img {
    width: 100%;
    height: 100%;
  }
  .branch-bar .grid_9 img {
    width: 100%;
    height: 100%;
  }
  .branch-bar .btn, .news-bar .btn {
    padding: 0 10px;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    margin-top: -41px;
  }
  .branch-bar .btn span, .news-bar .btn span {
    padding-right: 20px;
    background-size: 10px 13px;
  }
  .container_24 .branch-bar .contact {
    padding: 5%;
    width: 90%;
    overflow: hidden;
  }
  .container_24 .branch-bar [class^=grid_], .container_24 .news-bar [class^=grid_] {
    width: 50%;
    margin-right: 0px;
    display: block;
    overflow: hidden;
  }
  .container_24 .branch-bar [class^=grid_]:nth-child(n+3), .container_24 .news-bar [class^=grid_]:nth-child(n+3) {
    margin-left: 0px;
  }
  .container_24 .branch-bar [class^=grid_] img, .container_24 .news-bar [class^=grid_] img {
    width: 100%;
  }
  .container_24 .branch-bar .grid_24, .container_24 .news-bar .grid_24 {
    width: 100%;
    height: auto;
  }
  .container_24 .branch-bar .grid_24 img, .container_24 .news-bar .grid_24 img {
    width: 100%;
  }
  .news-bar .grid_9 img {
    width: 100%;
    height: 100%;
  }
  .news-bar .grid_15 img.image {
    margin-right: 15px;
    width: 200px;
  }
  .news-bar .text {
    min-height: 281px;
    padding: 10px 6px;
  }
  .news-bar p {
    padding-bottom: 7px;
    font-size: 11px;
    line-height: 15px;
  }
  .news-bar cite {
    padding-bottom: 9px;
    line-height: 16px;
  }
  .news-bar .btn span {
    padding-right: 24px;
  }
  .news-bar h3 {
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 14px;
  }
  .news-bar .logo {
    margin: 0px;
  }
  .footer-bar {
    padding-top: 15px;
  }
  .footer-bar .mobile-hidden {
    display: none;
  }
  .footer-bar [class^=grid_] {
    width: 100% !important;
  }
  .footer-bar h2 {
    font-size: 14px;
  }
  .footer-bar address {
    font-size: 11px;
  }
  .footer-bar footer-subtext {
    color: #fff;
    margin-bottom: 30px;
    font-size: 11px;
  }
  .footer-bar .gridContainer {
    padding-left: 20px !important;
  }
  .footer-bar .footer-pages {
    margin-bottom: 10px;
  }
  .footer-bar .footer-pages li {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
  }
  .footer-bar a img {
    float: none !important;
    display: inline-block !important;
  }
  .footer-bar a span {
    display: none !important;
  }
  .slider-bar h3 {
    padding-top: 10px;
    font-size: 18px;
  }
  .birmingham-bar {
    padding: 13px 15px;
  }
  .birmingham-bar form input[type=text] {
    width: 283px;
  }
  .birmingham-bar form textarea {
    width: 283px;
  }
  .birmingham-bar form input[type=submit] {
    font-size: 15px;
  }
  .birmingham-bar img {
    width: 280px;
    float: left;
  }
  .birmingham-bar label {
    width: 25%;
    font-size: 11px;
  }
  .birmingham-bar form input[type=text] {
    padding-left: 3%;
    padding-right: 3%;
    width: 94% !important;
  }
  .birmingham-bar form textarea {
    padding-left: 3%;
    padding-right: 3%;
    width: 68%;
  }
  .heading-bar form input[type=text] {
    padding-left: 2%;
    padding-right: 2%;
    width: 82%;
  }
  .heading-bar form input[type=submit] {
    width: 14%;
    background-position: center center;
  }
  .heading-bar {
    padding: 12px 15px 6px 15px;
  }
  .heading-bar .back.abs {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .heading-bar form {
    padding: 0px;
  }
  .heading-bar form h1 {
    font-size: 36px;
    line-height: 32px;
    width: 100%;
  }
  .heading-bar .right {
    width: 100%;
    float: left;
  }
  .birmingham-bar h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .birmingham-bar h3 {
    font-size: 12px;
    line-height: 12px;
  }
  .birmingham-bar p {
    padding-top: 5px;
    font-size: 11px;
  }
  .birmingham-bar form {
    margin-top: 30px;
  }
  .np-bar li {
    font-size: 11px;
  }
  .ensure-bar {
    padding: 0px 15px;
  }
  .ensure-bar .image {
    margin-right: 15px;
  }
  .ensure-bar .image img {
    width: 250px;
  }
  .ensure-bar li h2 {
    padding-top: 7px;
    line-height: 19px;
    font-size: 14px;
  }
  .ensure-bar li p {
    font-size: 11px;
    line-height: 14px;
  }
  .ensure-bar li {
    margin-top: 15px;
  }
  .ensure-bar li span {
    padding-bottom: 5px;
    font-size: 10px;
  }
  .ensure-bar a.more {
    padding: 4px 7px;
    font-size: 11px;
  }
  .logo-bar li .left {
    padding: 10px 0;
    height: auto;
  }
  .logo-bar li .left .arrow, .logo-bar li .left.right .arrow {
    top: 64px;
    margin: 0px;
  }
  .logo-bar li {
    width: 50%;
    height: 100%;
    background: #dceee6;
  }
  .logo-bar cite {
    padding-left: 7px;
  }
  .logo-bar h3 {
    padding: 0 7px 10px;
    min-height: 50px;
    font-size: 10px;
  }
  .logo-bar li:hover {
    background: #33057f;
  }
  .contact-bar .text, .contact-bar .text:first-child {
    padding: 15px 15px 25px;
  }
  .contact-bar p {
    padding-top: 10px;
    font-size: 11px;
  }
  .contact-bar .text .right {
    padding-top: 20px;
    width: 100%;
    float: left;
  }
  .contact-bar .text .map iframe {
    width: 100%;
    height: 232px;
  }
  .contact-bar h2, .contact-bar .text:first-child h2 {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .contact-bar li {
    padding-top: 8px;
  }
  #leftside, #rightside {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .select-bar ul {
    padding: 4px 10px 8px 20px;
  }
  .select-bar h3 {
    padding: 4px 20px 0 20px;
  }
  .select-bar h3 a {
    font-size: 14px;
  }
  .select-bar h2 {
    width: 100%;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .select-bar h2 i {
    margin-left: 20px;
  }
  .job-bar {
    padding: 0px 12px 6px 12px;
  }
  .job-bar h2 {
    font-size: 12px;
  }
  .job-bar li {
    float: none;
    width: auto;
    margin-top: 25px;
    overflow: hidden;
  }
  .job-bar li .head {
    padding: 6px 10px 10px 0;
  }
  .job-bar li .head span {
    font-size: 12px;
  }
  .job-bar li .text {
    padding: 0;
  }
  .job-bar li h4 {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .job-bar li h4 span {
    font-size: 9px;
    line-height: 24px;
  }
  .job-bar h3 a {
    font-size: 10px;
    line-height: 30px;
  }
  .tab-bar .content {
    padding: 15px;
  }
  .tab-bar h2 {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .tab-bar li a {
    padding: 0 15px;
    font-size: 9px;
  }
  .tab-bar li {
    line-height: 30px;
  }
  .tab-bar input[type=text], .tab-bar input.space[type=text] {
    padding: 19px 2%;
    width: 85%;
    margin-bottom: 10px;
  }
  .tab-bar input[type=submit] {
    width: calc(10% - 2px);
    margin: 0;
    background-position: center center;
  }
  .tab-bar input.btn[type=submit] {
    margin-right: 0px;
  }
  .tab-bar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat 98% 54%;
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: white;
  }
  .heading-bar h1 {
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }
  .heading-bar .back {
    position: static;
    left: 0px;
    float: left;
    margin-top: 10px;
  }
  .np-bar ul {
    padding: 5px 10px;
  }
  .np-bar li {
    line-height: 20px;
  }
  .np-bar li:first-child {
    padding-left: 0px;
  }
  .data-bar .data, .data-bar .blue {
    padding: 15px;
    width: auto;
  }
  .data-bar {
    padding: 0px;
  }
  .text-bar {
    padding: 10px;
    width: auto;
  }
  .text-bar h2, .text-bar h3, .text-bar h4 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .text-bar p, .text-bar ul, .text-bar table {
    padding-bottom: 17px;
  }
  .text-bar ul {
    padding-top: 0px;
  }
  .text-bar .btn {
    font-size: 12px;
    line-height: 34px;
    left: 34px;
    top: 5px;
  }
  .text-bar .extra, .data-bar {
    padding-top: 20px;
  }
  .related-bar {
    display: none;
  }
  .related-bar h3 {
    padding: 8px 12px;
  }
  .related-bar li a {
    padding: 10px;
  }
  .text-bar.applicationVacancy {
    width: 0px;
    display: none;
  }
  .container_24 .grid_14.alpha {
    width: 100%;
  }
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .gridContentClass .gridContainer {
    padding-left: 10px !important;
  }
  .gridContentClass .gridContainer.image-container {
    padding-left: 0 !important;
  }
  .gridContentClass .full-width .gridContainer {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 593px) {
  .loginFormLabel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tab-bar input[type=text], .tab-bar input.space[type=text] {
    padding: 14px 0 14px 20px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
  }
  .tab-bar a.button {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
  .tab-bar input.btn[type=submit] {
    display: none;
  }
  .tab-bar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat 98% 54%;
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: white;
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .news-bar .logo {
    margin: 0px 0 10px;
  }
  .container_24 .branch-bar [class^=grid_], .container_24 .news-bar [class^=grid_] {
    width: 100%;
  }
  .container_24 .branch-bar [class^=grid_] img, .container_24 .news-bar [class^=grid_] img {
    width: 100%;
  }
  .container_24 .branch-bar .grid_24, .container_24 .news-bar .grid_24 {
    height: auto;
  }
  .container_24 .branch-bar .grid_24 img, .container_24 .news-bar .grid_24 img {
    width: 100%;
  }
  .news-bar .text {
    padding: 15px;
    min-height: inherit;
  }
  .news-bar .grid_15 img.image {
    margin: 0px;
    float: none;
    width: 100%;
  }
  .slider-bar h3 {
    padding: 10px 10px 0;
    font-size: 18px;
  }
  .slider-bar li p {
    padding: 0 10px;
    font-size: 13px;
  }
  .ensure-bar .image {
    margin: 0;
    float: none;
    overflow: hidden;
  }
  .ensure-bar .image img {
    width: 100%;
  }
  .job-bar li .head span {
    font-size: 10px;
    line-height: 14px;
    float: none;
    text-align: left;
    clear: both;
  }
  .topvacancy {
    padding-top: 4px;
  }
  .tab-bar input[type=text], .tab-bar input.space[type=text] {
    padding: 14px 4%;
    margin-bottom: 10px;
    width: 100%;
  }
  .tab-bar a.button {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
  .tab-bar input[type=submit] {
    width: calc(20% - 2px);
    margin: 0;
    background-position: center center;
  }
  .tab-bar input.btn[type=submit] {
    display: none;
  }
  .tab-bar li a {
    padding: 0 10px;
    font-size: 12px;
  }
  .np-bar li {
    font-size: 12px;
  }
  .job-bar h2 {
    font-size: 16px;
    border-bottom: 1px #CBC1DF solid;
    padding: 0 0 10px 0;
    marin: 0 10px 10px 10px;
  }
  .job-bar .pagina li {
    width: 20px;
  }
  .job-bar .pagina li a {
    font-size: 13px;
  }
  .job-bar .pagina li.nxt, .job-bar .pagina li.pre {
    width: 80px;
  }
  .birmingham-bar label {
    width: 25%;
  }
  .birmingham-bar form input[type=text] {
    width: 63%;
  }
  .birmingham-bar form textarea {
    width: 63%;
  }
  .logo-bar li .left .arrow, .logo-bar li .left.right .arrow {
    top: 70px;
    margin: 0px;
  }
  .logo-bar li {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    background: #dceee6;
  }
  .related-bar {
    display: none;
  }
  .birmingham-bar p, .birmingham-bar label, .ensure-bar li p, .contact-bar p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 440px) {
  .birmingham-bar.application input[type=radio] {
    float: left;
  }
  .birmingham-bar.application .applicationTab {
    display: inline-block;
    padding: 0;
    margin-right: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 15px;
  }
  .birmingham-bar form input[type=text].small,
  .birmingham-bar form input[type=email].small,
  .birmingham-bar form input[type=password].small,
  .birmingham-bar form input[type=email].small {
    width: 220px;
  }
  .birmingham-bar form textarea.motivation {
    width: 230px;
  }
  div.applicationTabsContainer label {
    text-align: left;
  }
  div.applicationTabsContainer form input[type=text],
  div.applicationTabsContainer form textarea,
  div.applicationTabsContainer form input[type=email],
  div.applicationTabsContainer form input[type=password] {
    width: calc(100% - 14px);
  }
  div.applicationTabsContainer div.applicationTab input[type=file] {
    margin-left: 0;
  }
  div.applicationTabsContainer div.applicationTab .errors {
    clear: both;
    color: green;
  }
  div.applicationTabsContainer .introText {
    width: 100%;
  }
  div.applicationTabsContainer .button.right {
    float: left;
  }
  .application-login-or {
    float: none !important;
  }
  .birmingham-bar .center {
    width: 100%;
  }
  .ContactForm textarea, .ContactForm input[type=text] {
    width: 93% !important;
  }
  .ContactForm label {
    width: 100%;
    text-align: center;
  }
  /*.home-content { display: none; }*/
}
/*@media only screen and (max-width: 321px) {
        div.applicationTabsContainer form input[type=text], 
        div.applicationTabsContainer form textarea,
        div.applicationTabsContainer form input[type=email],
        div.applicationTabsContainer form input[type=password]
        {
          width: 210px;
          //text-transform: lowercase;
        }

        .application-login-or {
            float: none !important;
        }

        .birmingham-bar .center{
            width: 100%;
        }
	}*/
/* Web app styles */
/* template  */
#template {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

/* layout */
#layout {
  margin: 0 auto;
  width: 100%;
}

.stickyHeader {
  position: fixed;
  background: #fff;
  z-index: 1060;
}

.scrollContent {
  margin: 0 auto;
  overflow: auto;
  padding: 209px 0 0 0;
}
.scrollContent.subHeader {
  padding-top: 229px;
}

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

.hide {
  display: none;
}

.show {
  display: block;
}

.marginauto {
  margin: auto;
}

div#mobileMessage {
  display: none;
}

@media only screen and (max-width: 900px) {
  .container_24 .grid_6.vacancy {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    max-width: 460px;
    float: left;
  }
  .container_24 .grid_16.vacancy {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0;
  }
  .container_24 .grid_16.vacancy .grid_21 {
    width: 100%;
    margin-left: 0;
  }
  .text-bar .VacancyDescription h1, .text-bar .VacancyDescription h2, .text-bar .VacancyDescription h3, .text-bar .VacancyDescription h4, .text-bar .VacancyDescription h5 {
    text-align: left;
  }
  .VacancyDescription .btn {
    display: block !important;
    float: none;
    position: relative;
    right: initial;
    margin: 10px 0 30px;
    left: 0;
    width: 220px;
    line-height: 45px;
    font-size: 16px;
  }
  .VacancyDescription .back {
    display: block !important;
    float: none;
    position: relative;
    right: initial;
    margin: 10px 0 0;
    left: 0;
    width: 40px;
  }
  .VacancyDescription .favorite {
    display: block !important;
    position: relative;
    float: left;
    margin-left: 50px;
    width: 220px;
    top: -60px;
    font-size: 20px;
  }
  .data-bar table {
    padding: 0;
  }
  .data-bar td {
    font-size: 14px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .stickyHeader {
    position: inherit;
    background: #fff;
    z-index: 998;
  }
  div#mobileMessage {
    display: block;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 10px 10px 10px;
  }
  .scrollContent {
    display: none;
  }
  .home-content img {
    width: 100%;
    height: auto;
  }
  .data-bar {
    padding: 0;
  }
  .data-bar .data table {
    padding: 0;
  }
  #header-part .gridContainer.menumain {
    height: 36px;
  }
  #header-part .gridContainer.open .logo, #header-part .gridContainer.open .mobile-favo {
    top: 26px;
  }
}
/* header */
#layout-app {
  margin: 0 auto;
}
#layout-app a, #layout-app input {
  outline: none;
  color: black;
}
#layout-app .heading-bar h1 {
  text-transform: none;
}
#layout-app .stickyHeader {
  max-width: 1200px;
}
#layout-app .scrollContent, #layout-app #footer-part-app, #layout-app #header-part-app {
  max-width: 1024px;
  margin: 0 auto;
}

#header-part-app {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 2px 10px 2px 10px;
  clear: both;
}
#header-part-app .logo {
  padding: 35px 0px 25px 30px;
}
#header-part-app .logo img {
  max-width: 60%;
  height: auto;
}
#header-part-app h1 span {
  display: block;
  font-size: 15px;
  font-family: "OpenSansRegular";
  margin-left: 15px;
}

#webapp-logo-header {
  max-width: 1024px;
  margin: 0 auto;
}

#header-part-app a.prev, #header-part-app a.next {
  padding: 0 10px;
  width: 65px;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  line-height: 70px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  background: #33057f;
}

#header-part-app a.next {
  left: auto;
  right: 0px;
}

#header-part-app a.next1 {
  padding: 20px 10px 0 10px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
  font-family: "OpenSansBold";
  line-height: 15px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 85px;
  font-size: 10px;
  color: #FFF;
  text-decoration: none;
  background: #33057f;
}

#header-part-app.onehead h1 {
  padding: 29px 15px;
}

#header-part-app a {
  text-decoration: none;
  font-size: 26px;
}

#header-part-app a.help {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.beschikbaar {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 25px;
}

#header-part-app a.stil {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 25px;
}
#header-part-app a.stil .icon {
  color: #ED4337 !important;
}

#header-part-app a.privacy {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.hide-services {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.personal-settings {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.hide-services-profile {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 105px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.locked {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.unlocked {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icon53.png") center 0px no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.message {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 25px;
}

#header-part-app a.deletePlanbuddy {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.createPlanbuddy {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.createPlanbuddy.left {
  left: 15px;
}

#header-part-app a.createPlanbuddy.left2 {
  left: 45px;
}

#header-part-app a.plus {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 26px;
}

#header-part-app a.filter {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  font-size: 26px;
}

#header-part-app a.filter-active {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  margin-top: -7px;
  font-size: 26px;
}

#header-part-app a.filter-right {
  right: 45px;
}

#header-part-app .app__role-badge {
  background: red;
  width: 10px;
  height: 10px;
  display: block;
  top: calc(-4px + env(safe-area-inset-top));
  position: absolute;
  border-radius: 5px;
  right: calc(-12px + env(safe-area-inset-right));
}

#header-part-app a.plus.left {
  right: 50px;
}

#header-part-app a.agenda {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/agenda.png") center 0px no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.agenda.right {
  left: 50px;
}

#header-part-app a.route {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.route.right {
  left: 50px;
}

#header-part-app a.department-followed {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  color: #a0a0a0 !important;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.department-unfollowed {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -9px;
}

#header-part-app a.department-followed.left {
  right: 73px;
}

#header-part-app a.department-unfollowed.left {
  right: 73px;
}

#header-part-app a.requestHighlighted {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 73px;
  top: 50%;
  margin-top: -9px;
}
#header-part-app a.requestUnhighlighted {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -9px;
}
#header-part-app a.profileFollowedDepartments {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -9px;
}
#header-part-app a.deleteFriend {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
#header-part-app a.menu {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 30px;
}
#header-part-app a:hover, #header-part-app #layout-app .menu:hover {
  text-decoration: none !important;
}
#header-part-app a.menu {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 30px;
}
#header-part-app a.theme {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -9px;
  font-size: 30px;
}
#header-part-app a.menu.home-menu {
  margin-top: -15px;
}

@media only screen and (min-width: 1000px) and (max-width: 1210px) {
  #header-part {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  #header-part-app a.help {
    top: 39px;
  }
  .dynamic-image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #header-part-app a.help {
    top: 17px;
  }
  .carrousel {
    display: none;
  }
  .beautiful-people-container {
    float: none !important;
  }
  .beautiful-people {
    text-align: right;
    display: block;
    background: #fff;
    height: 40px;
    line-height: 50px;
  }
  .dynamic-image {
    display: none;
  }
  .work-bar {
    height: auto;
  }
  .work-bar .employees h2 {
    float: none;
  }
  .work-bar .employees .buttons {
    display: block;
  }
  .work-bar .employees .buttons .links .container {
    width: auto;
    text-align: inherit;
  }
  .work-bar .employees .buttons .links .container a:last-of-type {
    margin-bottom: 10px;
  }
  .branch-bar, .news-bar {
    /*display: none;*/
  }
  .branch-bar img, .news-bar img {
    height: auto;
  }
  .YoutubeFrame {
    display: none;
  }
  .image {
    display: none;
  }
  .birmingham-bar {
    /*img { display: none; }*/
  }
  .birmingham-bar.application {
    box-sizing: border-box;
  }
}
/* content */
/*#content-part { width: 100%; }*/
a.button {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  display: block;
  color: #ffffff;
  background-color: #33057f;
  margin: 15px auto 0px auto;
  text-align: center;
  font-family: "OpenSansBold";
  text-decoration: none;
}

button.button {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  display: block;
  color: #ffffff;
  background-color: black;
  margin: 15px auto 0px auto;
  text-align: center;
  font-family: "OpenSansBold";
  text-decoration: none;
  border: none;
}
button.button:disabled {
  background-color: #c5c5c5;
  cursor: default;
}
button.button:disabled:hover {
  box-shadow: none;
}

.button.full {
  width: 100%;
}

.button.full.mt5 {
  margin-top: 5px;
}

.button.button-full {
  width: 100%;
}

.button.noshow {
  display: none;
}

.button.button-outline {
  border-color: #33057f;
  background: transparent;
  color: black;
  /*border-radius: 2px;*/
}

.error {
  color: red;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.marginTop10Important {
  margin-top: 10px !important;
}

.marginTop20Important {
  margin-top: 20px !important;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop15 {
  margin-top: 15px;
}

.marginRight10 {
  margin-right: 10px;
}

.marginLeft10 {
  margin-left: 10px;
}

.horizontalPadding10 {
  padding: 0 10px !important;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlock.fl {
  float: left !important;
  padding: 0 !important;
}

.block {
  display: block;
}

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

.nopaddingbottom {
  padding-bottom: 0px !important;
}

div.colorBullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 1px 0;
}

/* login bar */
.login-bar h1 {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  line-height: 22px;
  font-family: "OpenSansBold";
  font-weight: normal;
  text-transform: uppercase;
  background: #b6dccb;
}

.login-bar form {
  padding: 20px 30px 40px 44px;
  overflow: hidden;
}

.login-bar h3 {
  padding-bottom: 10px;
  color: #020202;
  font-size: 18px;
  font-weight: normal;
}

.login-bar input[type=text], .login-bar input[type=password], .login-bar input[type=email] {
  line-height: 18px;
  padding: 14px 5%;
  margin-bottom: 15px;
  width: 50%;
  font-size: 16px;
  color: #020202;
  border: 1px solid #33057f;
  background: #FFF;
}

.login-bar input[type=email].email {
  text-transform: lowercase;
}

/*.login-bar input[type="submit"] { padding: 20px 0; font-size: 18px; color: #FFF; font-family: 'OpenSansBold'; left: 252px; position: relative; width: 120px; text-align: center; border: 0px; cursor: pointer; -webkit-appearance: none; background: $purple; }*/
.login-bar input[type=submit].reset {
  left: 352px;
}

.login-bar .login-button, .login-bar .subscription-button {
  margin-bottom: 15px;
  padding: 15px 0;
  font-size: 18px;
  color: #FFF !important;
  font-family: "OpenSansBold";
  width: 100%;
  text-align: center;
  border: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  background: #33057f;
  border-radius: 3px;
}

.login-bar .link {
  cursor: pointer;
  text-decoration: underline;
  padding-bottom: 8px;
  color: #020202;
  font-size: 16px;
  text-align: center;
  color: black;
}

.login-bar .link:hover {
  text-decoration: none;
}

.login-bar .message {
  margin-top: 20px;
}

.login-bar .loginContainer {
  margin: 0 auto;
  width: 50%;
}
.login-bar .loginContainer input[type=password], .login-bar .loginContainer input[type=text], .login-bar .loginContainer input[type=email] {
  width: 90%;
}
.login-bar .loginContainer input[type=submit] {
  position: static;
  left: initial;
  float: right;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .login-bar form {
    padding-left: 28px;
  }
  .login-bar input[type=submit] {
    left: 140px;
  }
  .login-bar input[type=submit].reset {
    left: 240px;
  }
}
.home-bar h3.workingArea {
  padding-bottom: 15px;
  color: #020202;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSansBold";
  padding: 10px 0;
}

.home-bar div.workingArea {
  padding-bottom: 15px;
  color: #020202;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0;
}

.home-bar .ui-bar-inherit {
  background-color: #e9e9e9;
}

.teaser {
  position: relative;
  overflow: hidden;
  line-height: 20px;
  float: left;
}

.teaser p {
  color: black;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* vacatures radius */
.vacatures-radius {
  padding: 5px 0px 5px 0px;
  background: #FFF;
  position: relative;
}

.vacatures-radius.active {
  display: block;
}

.vacatures-radius > span {
  display: block;
  width: 100%;
  text-align: center;
}

.vacatures-radius span.bold {
  font-weight: bold;
}

.vacatures-radius input[type=range] {
  width: 93%;
  margin: 0 19px 0 26px;
}

.vacatures-radius p {
  margin: 0px auto;
  display: block;
  text-align: center;
  color: #020202;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 30px;
}

.vacatures-radius p.smiley i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px;
  margin-bottom: -6px;
}

.vacatures-radius p.smiley.happy i {
  background: url("/images/smiley-happy.png") center center no-repeat;
}

.vacatures-radius p.smiley.sad i {
  background: url("/images/smiley-sad.png") center center no-repeat;
}

.vacatures-radius p.sub {
  margin-top: -10px;
  display: block;
  text-align: center;
  color: #020202;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 20px;
}

.vacatures-radius .vacatures-button-container {
  height: 47px;
  margin-bottom: 3px;
  text-align: center;
}

.vacatures-radius .vacatures-button-container a.button {
  width: 300px;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  margin-top: 0px;
}

.vacatures-radius .loading {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0px;
}

/* vacatures bar */
.vacatures-bar {
  padding: 0;
  background: #FFF;
}

.vacatures-bar.noshow {
  display: none;
}

.vacatures-bar ul {
  list-style: none;
  overflow: hidden;
}

.vacatures-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}

.vacatures-bar li:nth-child(even) {
  background: #F6F6F6;
}

.vacatures-bar ul:first-child {
  padding-top: 0;
}

.vacatures-bar .left {
  padding: 10px 0px 10px 0px;
  float: left;
  width: 80%;
  position: relative;
}

.vacatures-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
}

.vacatures-bar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vacatures-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.vacatures-bar h3 a:hover {
  color: #33057f;
}

.vacatures-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.vacatures-bar .left span {
  padding-right: 10px;
  float: right;
  overflow: hidden;
}

.vacatures-bar .left span img {
  float: left;
  margin-right: 5px;
}

.vacatures-bar .left span a {
  color: #33057f;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.vacatures-bar .left span a:hover {
  color: #020202;
}

.vacatures-bar p {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
  float: left;
}

.vacatures-bar p.routeLink {
  cursor: pointer;
  color: #33057f;
}

.vacatures-bar p.isKnown {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vacatures-bar p.pink-text {
  font-size: 11px;
  color: #33057f;
  line-height: 14px;
  float: left;
}

.vacatures-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  background: white url("/images/arrow.png") center 40% no-repeat;
}

.vacatures-bar .right a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 14px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #a0a0a0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vacatures-bar .right a div.status {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  bottom: 14px;
  color: #a0a0a0;
  background: #f0f0f0;
}

.vacatures-bar .right a img.holdingLogo {
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 24px;
}

.vacatures-bar .right a span.fieldOfWork {
  position: absolute;
  bottom: 26px;
  background: transparent;
  color: rgb(128, 128, 128);
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
  box-sizing: unset;
}

.vacatures-bar .right a img.holdingLogo.pt.label {
  position: relative;
  top: 28%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vacatures-bar .right a img.holdingLogo.pt {
  padding-bottom: 12px;
}

.vacatures-bar a {
  cursor: pointer;
}

.vacatures-bar li.uitbetaald h3 {
  color: #777777;
}

.vacatures-bar li.uitbetaald h3 a {
  color: #777777 !important;
}

.vacatures-bar li.uitbetaald h3 a:hover {
  color: #33057f;
}

.vacatures-bar li.uitbetaald h4 {
  color: #999999;
}

/* friends bar */
.friends-bar {
  padding: 20px 0px 90px 0px;
  background: #FFF;
}

.friends-bar.noshow {
  display: none;
}

.friends-bar ul {
  list-style: none;
  overflow: hidden;
}

.friends-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.friends-bar li:nth-child(even) {
  background: #F6F6F6;
}

.friends-bar li.selected {
  background: #b6dccb;
}

.friends-bar .left {
  padding: 10px 0px 10px 0px;
  float: left;
  width: calc(100% - 100px);
  position: relative;
}

.friends-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
}

.friends-bar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.friends-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.friends-bar h3 a:hover {
  color: #33057f;
}

.friends-bar h3.pink-text {
  color: #33057f;
}

.friends-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.friends-bar .left span {
  padding-right: 10px;
  float: right;
  overflow: hidden;
}

.friends-bar .left span img {
  float: left;
  margin-right: 5px;
}

.friends-bar .left span a {
  color: #33057f;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.friends-bar .left span a:hover {
  color: #020202;
}

.friends-bar p {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99%;
}

.friends-bar p.message {
  font-size: 13px;
  color: #191919;
  line-height: 22px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
}

.friends-bar p.isKnown {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friends-bar p.pink-text {
  font-size: 11px;
  color: #33057f;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
}

.friends-bar p.pink-text {
  font-size: 11px;
  color: #33057f;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
}

.friends-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.friends-bar .right a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #33057f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.friends-bar .right a div.status {
  width: 100%;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  background: rgba(74, 74, 74, 0.7);
}

.friends-bar .right a img.holdingLogo {
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(calc(-50% + 20px));
}

.friends-bar .right a img.profileLogo {
  height: 100px;
}

.friends-bar .right a img.holdingLogo.pt {
  padding-bottom: 20px;
}

.friends-bar a {
  cursor: pointer;
}

.friends-bar li.paid h3 {
  color: #777777;
}

.friends-bar li.paid h3 a {
  color: #777777 !important;
}

.friends-bar li.paid h3 a:hover {
  color: #33057f;
}

.friends-bar li.paid h4 {
  color: #999999;
}

.friends-bar .right a.header img.holdingLogo {
  top: 0px;
}

.friends-bar .right a i.icon-profile {
  font-size: 100px;
}

/* diensten radius */
.diensten-radius {
  padding: 5px 0px 5px 0px;
  background: #FFF;
  position: relative;
  display: none;
}

.diensten-radius.active {
  display: block;
}

.diensten-radius > span {
  display: block;
  width: 100%;
  text-align: center;
}

.diensten-radius span.bold {
  font-weight: bold;
}

.diensten-radius input[type=range] {
  width: 100%;
  margin: 0 19px 0 26px;
}

.diensten-radius p {
  margin: 0px auto;
  display: block;
  text-align: center;
  color: #020202;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 30px;
}

.diensten-radius p.smiley i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px;
  margin-bottom: -6px;
}

.diensten-radius p.smiley.happy i {
  background: url("/images/smiley-happy.png") center center no-repeat;
}

.diensten-radius p.smiley.sad i {
  background: url("/images/smiley-sad.png") center center no-repeat;
}

.diensten-radius p.sub {
  margin-top: -10px;
  display: block;
  text-align: center;
  color: #020202;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 20px;
}

.diensten-radius .diensten-button-container {
  height: 75px;
  text-align: center;
}

.diensten-radius .diensten-button-container a.button {
  width: 300px;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  margin-top: 0px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.diensten-radius .loading {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0px;
}

.diensten-radius a {
  color: #33057f;
  text-transform: initial;
}

/* diensten bar */
.diensten-bar {
  padding: 0px;
  background: #FFF;
}

.diensten-bar.dynamic {
  padding-bottom: 138px;
}

.diensten-bar.noshow {
  display: none;
}

.diensten-bar ul {
  list-style: none;
  overflow: hidden;
}

.diensten-bar ul.root {
  padding-bottom: 78px;
}

.diensten-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}

.diensten-bar li:nth-child(even) {
  background: #f7f7f7;
}

.diensten-bar li.selected {
  background: #a1a1a1;
}

.diensten-bar li.volgend {
  height: 70px;
}

.diensten-bar .selected {
  background: #a1a1a1;
}

.diensten-bar .left {
  padding: 10px 0px 10px 0px;
  float: left;
  width: 80%;
  position: relative;
}

.diensten-bar .left.volgend {
  padding: 16px 0px 15px 0px;
}

.diensten-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
}

.diensten-bar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.diensten-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.diensten-bar h3 a:hover {
  color: #33057f;
}

.diensten-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.diensten-bar .left span {
  padding-right: 10px;
  float: right;
  overflow: hidden;
}

.diensten-bar .left p.routeLink {
  color: #33057f;
  cursor: pointer;
}

.diensten-bar .left span img {
  float: left;
  margin-right: 5px;
}

.diensten-bar .left span a {
  color: #33057f;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.diensten-bar .left span a:hover {
  color: #020202;
}

.diensten-bar p {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
  float: left;
}

.diensten-bar p.isKnown {
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.diensten-bar p.isKnown.inline {
  width: auto;
}

.diensten-bar p.pink-text {
  width: 95%;
  font-size: 11px;
  color: #33057f;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.diensten-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
}

.diensten-bar .right a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #a0a0a0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 3px;
  box-sizing: border-box;
  line-height: 14px;
}

.diensten-bar .right a span.fieldOfWork {
  position: absolute;
  bottom: 26px;
  background: transparent;
  color: rgb(128, 128, 128);
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
  box-sizing: unset;
}

.diensten-bar .right a div.status {
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #a0a0a0;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  background: #f0f0f0;
  position: absolute;
  bottom: 14px;
}

.diensten-bar .right a img.holdingLogo {
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 24px;
}

.diensten-bar .right a i.icon-arrow {
  left: 50%;
  top: 40%;
  position: absolute;
  font-size: 20px;
  transform: translate3d(-50%, -40%, 0);
}

.diensten-bar a {
  cursor: pointer;
}

.details-bar a.achievementPoints {
  font-style: italic;
  display: block;
  width: 100%;
  text-align: right;
  line-height: 20px;
}

.diensten-bar li.uitbetaald h3 {
  color: #777777;
}

.diensten-bar li.uitbetaald h3 a {
  color: #777777 !important;
}

.diensten-bar li.uitbetaald h3 a:hover {
  color: #33057f;
}

.diensten-bar li.uitbetaald h4 {
  color: #999999;
}

/* week lijst */
.diensten-bar li.week {
  padding-left: 0px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.diensten-bar li.week.odd {
  background: #F0F0F0;
}

.diensten-bar div.week li {
  background: white;
}

.diensten-bar div.week li:nth-child(even) {
  background: #f6f6f6;
}

.diensten-bar div.week li.selected {
  background: #b6dccb;
}

.diensten-bar .weekNumber {
  padding: 10px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: lowercase;
  cursor: pointer;
}

.diensten-bar .weekNumber:hover {
  color: #33057f;
}

.diensten-bar div.weekTitleContainer {
  cursor: pointer;
  width: 100%;
  position: relative;
  display: inline-block;
}

.diensten-bar div.weekTitleContainer.holding {
  background: #fcfcfc;
}

.diensten-bar div.weekTitleContainer:hover .weekNumber {
  color: #33057f;
}

.diensten-bar .weekText {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 19px;
  position: absolute;
  left: 0;
  right: 0;
}

.diensten-bar div.week p.message {
  width: 100%;
  padding: 0;
  text-align: center;
}

.diensten-bar .customTitle {
  padding: 10px;
  font-size: 16px;
  width: 95%;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.diensten-bar .bar-subfooter {
  margin-bottom: 2px;
}

/* filter bar */
.filter-bar {
  padding: 0px;
  background: #FFF;
}

.filter-bar ul {
  list-style: none;
  overflow: hidden;
}

.filter-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.filter-bar li.odd {
  background: #F0F0F0;
}

.filter-bar li.odd li {
  background: #F0F0F0;
}

.filter-bar li.facet:nth-of-type(even) {
  background: #F0F0F0;
}

.filter-bar li.facet:nth-of-type(even) li {
  background: #F0F0F0;
}

.filter-bar .left {
  padding: 10px 0px 10px 0px;
  float: left;
  width: 100%;
  position: relative;
}

.filter-bar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.filter-bar h3 a:hover {
  color: #33057f;
}

.filter-bar p {
  font-size: 11px;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
}

.filter-bar a {
  cursor: pointer;
}

.filter-bar ul.facetOptions li {
  margin: 10px 0;
}

.filter-bar ul.facetOptions li.colorFacet {
  float: left;
}

.filter-bar ul.facetOptions input.checkbox {
  float: left;
  margin-right: 15px;
}

.filter-bar ul.facetOptions div.title {
  float: left;
  cursor: pointer;
  width: 85%;
}

.filter-bar ul.facetOptions div.title.disabled {
  cursor: default;
}

.filter-bar ul.facetOptions div.count {
  float: left;
  margin-left: 10px;
}

.filter-bar ul.facetOptions select {
  display: block;
}

.filter-bar ul.facetOptions label {
  margin-right: 10px;
}

.filter-bar ul.facetOptions div.label {
  width: 80px;
  display: inline-block;
  margin-bottom: 10px;
}

.filter-bar ul.facetOptions input.radio {
  margin-bottom: 10px;
  margin-right: 4px;
}

.filter-bar ul.facetOptions li.colorFacet div.colorBlock {
  height: 20px;
  width: 20px;
  margin: 5px;
  border: 2px solid #F0F0F0;
  float: left;
}

.filter-bar ul.facetOptions li.colorFacet div.colorBlock.selected {
  border-color: #6b6b6b;
}

.filter-bar ul.facetOptions li.colorFacet div.title {
  width: 115px;
  margin: 9px 5px;
}

/* vacature details bar */
.vacature-details-bar {
  padding: 10px;
  background: #dceee6;
}

.vacature-details-bar span.rating {
  overflow: hidden;
  float: right;
}

.vacature-details-bar span.rating img {
  float: left;
  margin-right: 5px;
}

.vacature-details-bar a {
  color: #33057f;
  text-decoration: none;
  text-transform: uppercase;
}

.vacature-details-bar a:hover {
  color: #020202;
}

.vacature-details-bar span.date {
  padding-bottom: 10px;
  display: block;
  color: #6b6b6b;
  font-size: 13px;
}

.vacature-details-bar h2 {
  color: #020202;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vacature-details-bar h2.normalWhiteSpace {
  white-space: normal !important;
}

.vacature-details-bar h3, .details-bar h4 {
  color: #191919;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vacature-details-bar h4 {
  padding-bottom: 20px;
  text-transform: none;
  text-transform: uppercase;
}

.vacature-details-bar ul {
  padding-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.vacature-details-bar li {
  color: #191919;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.vacature-details-bar ul.listPadding li {
  padding-bottom: 15px;
}

.vacature-details-bar li span.name {
  width: 95px;
  display: block;
  float: left;
}

.vacature-details-bar li span.value {
  margin-left: 95px;
  display: block;
}

.vacature-details-bar li span.small {
  overflow: hidden;
  display: block;
  font-size: 12px;
}

.vacature-details-bar p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 20px;
}

.vacature-details-bar p.black {
  color: black;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.vacature-details-bar p.pt {
  padding-top: 20px;
}

.vacature-details-bar p.pb {
  padding-bottom: 10px;
}

.vacature-details-bar.text p {
  padding-bottom: 15px;
  color: #191919;
}

.vacature-details-bar h5 {
  padding-bottom: 15px;
  color: #d70000;
  font-size: 14px;
  line-height: 20px;
  font-family: "OpenSansBold";
  font-weight: normal;
}

.vacature-details-bar a.button {
  width: 300px;
  color: #ffffff;
  background-color: #33057f;
}

.vacature-details-bar a.button.maps {
  width: 300px;
  display: inline-block;
  padding: 5px;
}

.vacature-details-bar a.planMe {
  width: 300px;
  padding: 5px;
}

.vacature-details-bar.uitbetaald h2 {
  color: #777777;
}

.vacature-details-bar.uitbetaald h3 {
  color: #777777;
}

.vacature-details-bar.uitbetaald h4 {
  color: #777777;
}

.vacature-details-bar.uitbetaald span {
  color: #777777;
}

.vacature-details-bar div.textcenter {
  text-align: center;
}

.vacature-details-bar h4.small {
  font-size: 11px;
}

.vacature-details-bar h4.grey {
  color: #777777;
}

.vacature-details-content {
  display: none;
}

.vacature-details-content.show {
  display: block;
}

/* details bar */
.details-bar {
  padding: 10px;
  background: #F7F7F7;
  padding-top: 25px;
}

.details-bar.white {
  background: white;
}

.details-bar.no-background {
  background: none;
}

.details-bar.grey {
  background: #f0f0f0;
}

.details-bar.black p {
  color: black;
}

.details-bar span.rating {
  overflow: hidden;
  float: right;
}

.details-bar span.rating.high {
  line-height: 20px;
}

.details-bar span.rating img {
  float: left;
  margin-right: 5px;
}

.details-bar a {
  color: #33057f;
  text-decoration: none;
  cursor: pointer;
}

.details-bar a.default {
  cursor: default;
}

.details-bar span.date {
  padding-bottom: 15px;
  display: block;
  color: #6b6b6b;
  font-size: 13px;
}

.details-bar h2 {
  color: #020202;
  font-size: 16px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.details-bar h2.normalWhiteSpace {
  white-space: normal !important;
}

.details-bar h3, .details-bar h4 {
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details-bar h4 {
  padding-bottom: 20px;
  text-transform: none;
}

.details-bar ul {
  padding-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.details-bar li {
  color: #191919;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.details-bar ul.listPadding li {
  padding-bottom: 15px;
}

.details-bar li span.name {
  width: 95px;
  display: block;
  float: left;
}

.details-bar.edit li span.name {
  width: 125px;
}

.details-bar li span.value {
  margin-left: 95px;
  display: block;
}

.details-bar li span.small {
  overflow: hidden;
  display: block;
  font-size: 12px;
}

.details-bar p {
  color: #202020;
  font-size: 14px;
  line-height: 20px;
}

.details-bar p.black {
  color: black;
  font-size: 13px;
  line-height: 20px;
}

.black #center-part-app .details-bar p {
  color: black;
}

.details-bar p.italic {
  font-style: italic;
}

.details-bar p.pt {
  padding-top: 20px;
}

.details-bar p.pb {
  padding-bottom: 10px;
}

.details-bar.text p {
  padding-bottom: 15px;
  color: #191919;
}

.details-bar h5 {
  padding-bottom: 15px;
  color: #d70000;
  font-size: 14px;
  line-height: 20px;
  font-family: "OpenSansBold";
  font-weight: normal;
}

.details-bar a.button {
  width: 300px;
  color: #ffffff;
  background-color: #33057f;
}

.details-bar a.button.maps {
  width: 300px;
  display: inline-block;
  padding: 5px;
}

.details-bar a.button.maps.calendar {
  width: 300px;
}

.details-bar a.button.maps.edit {
  width: 300px;
}

.details-bar a.button.maps.route {
  width: 300px;
}

.details-bar a.button.workhours {
  width: 300px;
  max-width: 100%;
}

.details-bar a.planMe {
  width: 300px;
  padding: 5px;
}

.details-bar.uitbetaald h2 {
  color: #777777;
}

.details-bar.uitbetaald h3 {
  color: #777777;
}

.details-bar.uitbetaald h4 {
  color: #777777;
}

.details-bar.uitbetaald span {
  color: #777777;
}

.details-bar.uitbetaald p {
  color: #777777;
}

.details-bar.uitbetaald p.black {
  color: #777777;
}

.details-bar.uitbetaald div.instructions {
  color: #777777;
}

.details-bar div.textcenter {
  text-align: center;
}

.details-bar h4.small {
  font-size: 11px;
}

.details-bar h4.grey {
  color: #777777;
}

.details-bar div.instructions {
  background-color: #FAFAFA;
  margin: 5px -10px -10px -10px;
  padding: 10px;
}

.details-bar div.instructions p {
  color: black;
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 10px;
}

.details-bar div.instructions h3 {
  padding-bottom: 15px;
  color: #020202;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSansBold";
}

.details-bar.edit li .maxwidth {
  width: 97%;
}

.details-bar span.routeLink {
  color: #33057f;
  cursor: pointer;
}

.details-bar-home .details-bar {
  background: #f7f7f7;
}

.details-bar-home .details-bar p {
  color: #020202;
  font-size: 14px;
  line-height: 20px;
}

.details-bar-home .details-bar p.message, .details-bar-home.branche p.message {
  padding: 10px 10px 0;
  text-transform: none;
}

.details-bar-help .details-bar {
  background: #fff;
}

.plannedFriendsLink {
  cursor: pointer;
  padding: 10px;
  padding-left: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background: #F7F7F7;
}

.plannedFriendsLink.gray {
  background: #F7F7F7;
}

.plannedFriendsLink.mbt {
  margin-bottom: 1%;
}

.plannedFriendsLink div.container {
  display: inline-block;
  width: auto;
}

.plannedFriendsLink div.description {
  float: left;
  line-height: 25px;
  font-size: 15px;
  color: #33057f;
}

.plannedFriendsLink div.nextIcon {
  font-size: 21px;
  float: right;
  line-height: 25px;
  margin-left: 10px;
  color: #33057f;
}

.documentsLink {
  cursor: pointer;
  padding: 10px;
  padding-left: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 14px;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.documentsLink.gray {
  background: #F7F7F7;
}

.documentsLink.mbt {
  margin-bottom: 1%;
}

.documentsLink div.container {
  display: inline-block;
  width: auto;
}

.documentsLink div.description {
  float: left;
  line-height: 25px;
  font-size: 15px;
  color: #33057f;
  padding: 0;
}

.documentsLink div.nextIcon {
  font-size: 21px;
  float: right;
  line-height: 25px;
  margin-left: 10px;
  color: #33057f;
}

/* documenten bar */
.documenten-bar {
  padding: 0px;
  background: #FFF;
}

.documenten-bar.noshow {
  display: none;
}

.documenten-bar ul {
  list-style: none;
  overflow: hidden;
}

.documenten-bar ul.categoryDocument li {
  min-height: 84px;
}

.documenten-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  background: #FFF;
}

.documenten-bar .category {
  padding: 5px;
}

.documenten-bar .right {
  padding: 10px 0px 10px 0px;
  float: left;
  width: 77%;
  position: relative;
  margin-left: 23%;
}

.documenten-bar .left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
  min-height: 84px;
}

.documenten-bar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.documenten-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.documenten-bar h3 a.regular {
  font-family: "GillSansMTRegular", Arial;
  font-weight: bold;
}

.documenten-bar h3 a:hover {
  color: #33057f;
}

.documenten-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.documenten-bar .left {
  display: block;
}

.documenten-bar .left img {
  margin: auto;
  margin-top: 14px;
}

.documenten-bar p {
  font-size: 15px;
  color: black;
  line-height: 14px;
}

.documenten-bar .right a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.documenten-bar .right a span {
  font-weight: bold;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #33057f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.documenten-bar .right a div.status {
  width: 100%;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.documenten-bar .right a img.holdingLogo {
  height: auto;
  margin: auto;
}

.documenten-bar .right a img.holdingLogo.pt {
  padding-top: 13px;
}

.documenten-bar a {
  cursor: pointer;
}

.documenten-bar li.uitbetaald h3 {
  color: #777777;
}

.documenten-bar li.uitbetaald h3 a {
  color: #777777 !important;
}

.documenten-bar li.uitbetaald h3 a:hover {
  color: #33057f;
}

.documenten-bar li.uitbetaald h4 {
  color: #999999;
}

.documenten-bar .right a.link {
  text-decoration: underline;
  cursor: pointer;
  float: right;
  line-height: inherit;
  font-size: 15px;
}

/* handelingen bar */
.handelingen-bar {
  padding: 0px;
  background: #FFF;
}

.handelingen-bar.noshow {
  display: none;
}

.handelingen-bar ul {
  list-style: none;
  overflow: hidden;
}

.handelingen-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}

.handelingen-bar li:nth-child(even) {
  background: #F6F6F6;
}

.handelingen-bar .left {
  padding: 5px 0px 5px 0px;
  float: left;
  width: 80%;
  position: relative;
}

.handelingen-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
}

.handelingen-bar h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.handelingen-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.handelingen-bar h3 a:hover {
  color: #33057f;
}

.handelingen-bar h4 {
  display: inline-block;
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.handelingen-bar .left span {
  padding-right: 10px;
  float: right;
  overflow: hidden;
}

.handelingen-bar .left span img {
  float: left;
  margin-right: 5px;
}

.handelingen-bar .left span a {
  color: #33057f;
  font-size: 11px;
  text-decoration: none;
}

.handelingen-bar .left span a:hover {
  color: #020202;
}

.handelingen-bar p {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
  float: left;
}

.handelingen-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  background: #33057f url("/images/arrow.png") center 40% no-repeat;
}

.handelingen-bar a {
  cursor: pointer;
}

.handelingen-bar p.warningSign {
  position: relative;
  left: 10px;
  float: none !important;
  display: none;
}

.handelingen-bar p.warningSign.show {
  display: inline-block;
}

.handelingen-bar p.warningSign i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px;
  background: url("/images/competenceAlert.png");
  background-size: 19px 19px;
}

.handelingen-bar p.warningSign.black i {
  background: url("/images/competenceCommentBlack.png");
  background-size: 20px 20px;
}

/* handelingen bar */
.handelingLijst-bar {
  padding: 0px 0px 0px 0px;
  background: #FFF;
}

.handelingLijst-bar.noshow {
  display: none;
}

.handelingLijst-bar ul {
  list-style: none;
  overflow: hidden;
}

.handelingLijst-bar li {
  padding-left: 0px;
  overflow: hidden;
  position: relative;
  min-height: 60px;
}

.handelingLijst-bar li:nth-child(even) {
  background: #f7f7f7;
}

.handelingLijst-bar li:nth-child(odd) {
  background: white;
}

.handelingLijst-bar ul#handelingen {
  margin-left: 0px;
}

.handelingLijst-bar ul#handelingen.pl li {
  padding-left: 5px;
}

.handelingLijst-bar ul#handelingen span {
  font-size: 11px;
}

.handelingLijst-bar ul#handelingen p.warningSign {
  float: right;
  display: block;
  height: auto;
  position: absolute;
  top: 3px;
  right: 2%;
}

.handelingLijst-bar ul#handelingen p.warningSign i {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -6px;
  font-size: 18px;
}

.handelingLijst-bar ul#handelingen p.warningSign.white i {
  background: url("/images/competenceAlertWhite.png");
  background-size: 19px 19px;
}

.handelingLijst-bar div.groupName {
  background-color: #f7f7f7;
  position: relative;
}

.handelingLijst-bar h3.grey a {
  color: #020202;
}

.handelingLijst-bar h3.groupname {
  padding-left: 5px;
  line-height: 20px;
}

.handelingLijst-bar h3.maxwidth {
  width: 100%;
}

.handelingLijst-bar p.editGroup {
  cursor: pointer;
  display: block;
  float: none;
  margin: auto;
  font-size: 16px;
  color: #020202;
  text-align: center;
}

.handelingLijst-bar .left {
  padding: 5px 0px 5px 0px;
  float: left;
  width: 80%;
  position: relative;
}

.handelingLijst-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
}

.handelingLijst-bar .right.group {
  margin: 5px auto;
}

.handelingLijst-bar h3 {
  color: #777777;
  width: 89%;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.handelingLijst-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.handelingLijst-bar h3 a:hover {
  color: #33057f;
}

.handelingLijst-bar h4 {
  margin-top: 10px;
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.handelingLijst-bar .left span {
  padding-left: 0px;
  float: left;
  overflow: hidden;
}

.handelingLijst-bar p {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
  float: left;
}

.handelingLijst-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.handelingLijst-bar .right a i {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}

.handelingLijst-bar .right a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #a0a0a0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.handelingLijst-bar a {
  cursor: pointer;
}

.handelingLijst-bar div.statusText {
  background-color: #f7f7f7;
  padding: 5px 0;
  line-height: 20px;
  display: none;
  position: relative;
}

.handelingLijst-bar div.statusText.show {
  display: block;
}

.handelingLijst-bar div.statusText div.right {
  margin: 10px auto;
}

.handelingLijst-bar div.statusText h3 {
  padding-left: 5px;
  color: black;
  display: inline-block;
  width: auto;
}

.handelingLijst-bar div.statusText p.warningSign {
  position: relative;
  left: 10px;
  float: none !important;
  display: none;
}

.handelingLijst-bar div.statusText p.warningSign.show {
  display: inline-block;
}

.handelingLijst-bar div.statusText p.warningSign i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 4px;
  background: url("/images/competenceAlert.png");
  background-size: 19px 19px;
}

/*.handelingLijst-bar div.statusText p.warningSign.white i { background: url('/images/competenceComment.png'); background-size: 20px 20px; }*/
.handelingLijst-bar div.statusText p.comment.white {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background: url("/images/competenceComment.png");
  float: none;
  margin: auto;
}

.handelingLijst-bar div.statusText p.comment.grey {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background: url("/images/competenceCommentGrey.png");
  float: none;
  margin: auto;
}

.handelingLijst-bar div.editButtons {
  background-color: #fff;
  padding: 5px 0;
  line-height: 20px;
  display: none;
}

.handelingLijst-bar div.editButtons.show {
  display: block;
}

.handelingLijst-bar div.editButtons h3 {
  cursor: pointer;
  padding-left: 5px;
  display: inline-block;
  width: 100%;
  color: #a0a0a0;
}

.handelingLijst-bar div.editButtons h3.right {
  position: relative;
  left: 50%;
}

.handelingLijst-bar div.editButtons p.editForm {
  cursor: pointer;
  display: block;
  font-size: 18px;
  float: none;
  margin: auto;
  text-align: center;
}

.handelingLijst-bar div.editButtons p.signForm {
  cursor: pointer;
  display: block;
  font-size: 20px;
  float: none;
  margin: auto;
  margin-left: 5px;
}

.handelingLijst-bar div.editButtons div.sign {
  width: 47%;
  float: left;
  position: relative;
}

.handelingLijst-bar div.editButtons div.edit {
  width: 50%;
  float: left;
  position: relative;
}

.handelingLijst-bar div.editButtons div.right {
  margin: 3px auto;
}

.handelingLijst-bar div.editButtons div.title {
  width: 30%;
  float: left;
  padding: 5px 0;
}

.handelingLijst-bar div.editButtons div.title.end {
  text-align: end;
}

.handelingLijst-bar div.editButtons div.icon {
  width: 20%;
  float: left;
  margin: 4px auto;
}

.handelingen-bar-help .details-bar {
  background: white;
  color: black;
}

.handelingen-bar-help .details-bar p {
  float: inherit;
  text-transform: inherit;
  color: #020202;
}

.handelingen-bar-help .info-bar {
  padding-bottom: 0;
}

.handelingen-bar-help .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

/* loonstroken bar */
.loonstroken-bar {
  padding: 20px 0px 90px 0px;
  background: #FFF;
  font-size: 14px;
}

.loonstroken-bar select {
  font-size: 14px;
}

.loonstroken-bar.noshow {
  display: none;
}

.loonstroken-bar ul {
  list-style: none;
  overflow: hidden;
}

.loonstroken-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.loonstroken-bar li.odd {
  background: #F0F0F0;
}

.loonstroken-bar .right {
  padding: 10px 0px 10px 0px;
  float: right;
  width: 30%;
}

.loonstroken-bar .left {
  padding: 5px 0px 5px 0px;
  float: left;
  position: relative;
  width: 70%;
  height: 100%;
}

.loonstroken-bar h3 {
  width: 95%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSansBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.loonstroken-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.loonstroken-bar h3 a:hover {
  color: #33057f;
}

.loonstroken-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.loonstroken-bar .left {
  display: block;
}

.loonstroken-bar .left img {
  margin: auto;
  margin-top: 14px;
}

.loonstroken-bar p {
  font-size: 11px;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
}

.loonstroken-bar p.message {
  padding: 0 10px;
  color: #191919;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.loonstroken-bar .right a {
  float: right;
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  display: block;
  margin-right: 10px;
}

.loonstroken-bar a {
  cursor: pointer;
}

.verwerkte-uren-bar {
  padding: 10px 0 85px 0;
}

.verwerkte-uren-bar .header {
  margin: 0 0 10px 10px;
  font-size: 14px;
}

.verwerkte-uren-bar .subtitle {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.verwerkte-uren-bar select {
  margin-top: 10px;
  font-size: 14px;
}

.verwerkte-uren-bar .details-bar {
  background: #F7F7F7;
}

.verwerkte-uren-bar .details-bar p {
  float: inherit;
  text-transform: inherit;
  color: #020202;
}

.verwerkte-uren-bar .info-bar {
  padding-bottom: 0;
}

.verwerkte-uren-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

.verwerkte-uren-bar table.hours {
  width: calc(100% - 20px);
  border-collapse: collapse;
  margin: 10px;
}

.verwerkte-uren-bar table.hours td {
  width: 11.1111111111%;
  font-size: 12px;
  border: 1px solid black;
  height: 22px;
  text-align: center;
}

.verwerkte-uren-bar table.hours tr:first-of-type td:first-of-type {
  border: 0;
}

.verwerkte-uren-bar table.hours tr:last-of-type td:last-of-type {
  background: #F2F2F2;
}

.inschalingen-bar {
  padding: 10px 0 85px 0;
}

.inschalingen-bar .row {
  margin: 0;
}

.inschalingen-bar ul {
  list-style: none;
  overflow: hidden;
}

.inschalingen-bar li {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.inschalingen-bar li:nth-child(even) {
  background: #F0F0F0;
}

.inschalingen-bar .details-bar {
  background: #F7F7F7;
}

.inschalingen-bar .details-bar p {
  float: inherit;
  text-transform: inherit;
  color: #020202;
}

.inschalingen-bar .info-bar {
  padding-bottom: 0;
}

.inschalingen-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

.inschalingen-bar .title {
  text-align: center;
}

.inschalingen-bar h3 {
  font-size: 13px;
  font-weight: normal;
  font-family: "GillSansMTRegular";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inschalingen-bar .date {
  float: left;
  font-size: 12px;
}

.inschalingen-bar .amount {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}

.inschalingen-bar .title a {
  float: right;
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "GillSansMTRegular", Arial;
  display: block;
  text-decoration: underline;
}

.inschalingen-bar .content {
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.inschalingen-bar .content div.jobInfo {
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inschalingen-bar p.message {
  padding: 0 10px;
  color: #191919;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  display: none;
}

.inschalingen-bar p.message.show {
  display: block;
}

/* info bar */
.info-bar {
  padding: 20px 10px 85px 10px;
  background-color: white;
}

.info-bar.nopaddingbottom {
  padding-bottom: 0px;
}

.info-bar h2 {
  padding-bottom: 5px;
  color: #020202;
  font-size: 14px;
  font-weight: normal;
  font-family: "OpenSansBold";
}

.info-bar h3 {
  padding-bottom: 15px;
  color: #020202;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansBold";
}

.info-bar p, .diensten-bar .message, .planBuddies-bar .message, #newRequestWizardBar .message, .vrienden-collegas-bar .message {
  padding-bottom: 10px;
  color: #191919;
  font-size: 14px;
  line-height: 22px;
}

.details-bar div.instructions h3, .details-bar div.instructions p {
  font-size: 16px;
}

.diensten-bar .showServices {
  float: right;
  margin: 15px 10px;
  font-size: 15px;
  text-decoration: none;
}

.info-bar p {
  display: block;
  clear: both;
}

.info-bar h4 {
  color: #191919;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

.info-bar ul {
  padding-bottom: 12px;
  list-style: none;
  overflow: hidden;
  color: #191919;
  font-size: 14px;
}

.info-bar li {
  line-height: 22px;
  overflow: hidden;
}

.info-bar li span {
  float: right;
}

.info-bar li span.name {
  float: left;
  width: 110px;
}

.info-bar li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-bar img.holdingImage {
  display: inline-block;
  float: left;
  width: 75px;
  border: 1px solid #33057f;
  margin-right: 18px;
  display: inline-block;
  float: left;
}

.info-bar h3#profileImageHeader {
  padding-top: 10px;
}

.noPaddingBottom div#center-part .info-bar {
  padding-bottom: 0;
}

.info-bar .description {
  padding-top: 30px;
}

.info-bar .description div.title {
  padding-bottom: 15px;
  font-size: 15px;
  text-align: center;
}

.info-bar textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
}

.info-bar .counter {
  text-align: right;
}

.info-bar.tc {
  text-align: center;
}

.details-content {
  display: none;
}

.details-content.show {
  display: block;
}

.action-sheet-button {
  cursor: pointer;
}

ion-backdrop {
  cursor: default;
}

/* dynamic tiles menu */
.dynamicMenu.mb {
  margin-bottom: 1%;
}

.dynamicMenu.pb {
  padding-bottom: 138px;
}

.dynamicMenu li {
  list-style: none;
  cursor: pointer;
  height: 162px;
  width: 48%;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
}

.dynamicMenu li a {
  display: block;
  height: 100%;
  background: #f7f7f7;
  background-size: cover;
  background-position: center;
}
.dynamicMenu li a:hover {
  text-decoration: none !important;
}

.dynamicMenu li a div {
  width: 100%;
  font-size: 9px;
  display: block;
  line-height: 20px;
  color: #a0a0a0;
  font-size: 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: bold;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dynamicMenu li a div.userrole__caption {
  font-size: 16px;
}
.dynamicMenu li a div.userrole__name {
  font-size: 15px;
  font-weight: normal;
}
.dynamicMenu li a div.userrole__number {
  font-size: 12px;
  font-weight: normal;
}

.userroles-wrapper {
  padding-bottom: 40px;
  box-sizing: border-box;
}

.dynamicMenu li a img {
  position: absolute;
  height: 100%;
  margin: auto;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.dynamicMenu li a img.fill {
  width: 100%;
}

.dynamicMenu li a img.fillHeight {
  height: 100%;
}

.dynamicMenu li a img.maxwidth {
  width: 100%;
  height: auto;
}

.dynamicMenu li a img.maxheight {
  width: auto;
  height: 100%;
}

.dynamicMenu li a span {
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #FFF;
  font-size: 9px;
  text-align: center;
  background: #33057f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dynamicMenu li a.noBackground {
  background: none;
}

.dynamicMenu div.labelInfo {
  text-align: center;
  color: #AEAEAE;
}

.dynamicMenu div.labelInfo.margin {
  margin: 5px 0;
}

/* availability */
.availability {
  padding-bottom: 90px;
  width: 100%;
  display: table;
}

.availability td.left {
  width: 37px;
  display: block;
  height: 40px;
  background: #fff;
  vertical-align: -webkit-baseline-middle;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  position: relative;
}

.availability td.right {
  width: 37px;
  display: block;
  float: right;
  height: 40px;
  background: #fff;
  vertical-align: -webkit-baseline-middle;
  position: relative;
}

.availability td i.icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 19px;
}

.availability .invisible {
  opacity: 0;
}

.availability td.first {
  width: 9%;
}

.availability td.rest {
  width: 13%;
  height: 30px;
  text-align: center;
}

.availability td.header {
  text-align: center;
}

.availability-content .info-bar {
  padding-bottom: 0;
}

.availability-content .details-bar {
  background: #F0F0F0;
}

.availability-content .details-bar p {
  color: #020202;
  font-size: 14px;
  line-height: 20px;
}

.imageButtons {
  display: inline-block;
  margin-top: 10px;
}

.imageButtons div {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.ui-slider {
  margin: 0.5em 0 0 0 !important;
}

/* geldzaken bar */
.geldzaken-bar {
  padding: 0px 0px 90px 0px;
  background: #FFF;
}

.geldzaken-bar.noshow {
  display: none;
}

.geldzaken-bar ul {
  list-style: none;
  overflow: hidden;
}

.geldzaken-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.geldzaken-bar li.odd {
  background: #F0F0F0;
}

.geldzaken-bar .right {
  padding: 10px 0px 10px 0px;
  float: right;
  width: 30%;
}

.geldzaken-bar .left {
  padding: 5px 0px 5px 0px;
  float: left;
  position: relative;
  width: 70%;
  height: 100%;
}

.geldzaken-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.geldzaken-bar h3 a:hover {
  color: #33057f;
}

.geldzaken-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.geldzaken-bar .left {
  display: block;
}

.geldzaken-bar .left img {
  margin: auto;
  margin-top: 14px;
}

.geldzaken-bar p {
  font-size: 15px;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
}

.geldzaken-bar .right a {
  display: block;
  margin-right: 10px;
}

.geldzaken-bar .right a span {
  font-weight: bold;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #33057f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.geldzaken-bar .right a div.status {
  width: 100%;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.geldzaken-bar a {
  cursor: pointer;
}

.geldzaken-bar div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "OpenSansBold";
  padding: 10px;
}

.geldzaken-bar div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  float: right;
  text-decoration: underline;
}

.geldzaken-bar div.contentBar {
  text-align: center;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 20px 10px;
}

.geldzaken-bar div.contentBar.npb {
  padding-bottom: 0;
}

.geldzaken-bar div.contentBar.inline {
  display: inline-block;
}

.geldzaken-bar div.contentBar.rows {
  padding: 20px 6%;
  display: inline-block;
  width: 88%;
}

.geldzaken-bar div.contentBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding-top: 10px;
  display: block;
  text-decoration: underline;
}

.geldzaken-bar div.contentBar div.row {
  border: 1px #f0f0f0 solid;
  border-top: 0;
  display: block;
  width: 100%;
  float: left;
}

.geldzaken-bar div.contentBar div.row:first-of-type {
  border: 1px #f0f0f0 solid;
}

.geldzaken-bar div.contentBar div.row div.left {
  float: left;
  width: 58%;
  padding: 10px 0 10px 10px;
  text-align: left;
}

.geldzaken-bar div.contentBar div.row div.left.full {
  width: 90%;
}

.geldzaken-bar div.contentBar div.left.center {
  float: none;
  display: inline-block;
  width: auto;
}

.geldzaken-bar div.contentBar div.row div.left div.title {
  padding-right: 5px;
}

.geldzaken-bar div.contentBar div.row div.left div.sub {
  float: left;
}

.geldzaken-bar div.contentBar div.row div.right {
  min-width: 25%;
  float: right;
  padding: 10px;
  padding-bottom: 0;
}

.geldzaken-bar div.contentBar div.row div.right a {
  padding: 0;
  text-align: right;
  text-decoration: underline;
}

.geldzaken-bar div.contentBar div.row div.right small {
  padding: 0;
  text-align: right;
}

.geldzaken-bar .details-bar {
  background: #f7f7f7;
}

.geldzaken-bar .details-bar p {
  float: inherit;
  text-transform: inherit;
  color: #020202;
  font-size: 14px;
}

.geldzaken-bar .info-bar {
  padding-bottom: 0;
}

.geldzaken-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  font-size: 14px;
}

.geldzaken-bar p.message {
  text-align: center;
  font-size: 14px;
  float: inherit;
  text-transform: initial;
  color: black;
}

.geldzaken-bar table.hours {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}

.geldzaken-bar table.hours td {
  width: 11.1111111111%;
  font-size: 12px;
  border: 1px solid black;
  height: 22px;
  text-align: center;
}

.geldzaken-bar table.hours tr:first-of-type td:first-of-type {
  border: 0;
}

.geldzaken-bar table.hours tr:last-of-type td:last-of-type {
  background: #F2F2F2;
}

/* salaris bar*/
.salaris-bar {
  padding-bottom: 85px;
}

.salaris-bar ul {
  list-style: none;
  overflow: hidden;
}

.salaris-bar li {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.salaris-bar li.odd {
  background: #F0F0F0;
}

.salaris-bar li div.row {
  margin: 0;
}

.salaris-bar h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSansRegular";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.salaris-bar .title {
  text-align: center;
}

.salaris-bar .date {
  float: left;
  color: #020202;
}

.salaris-bar .amount {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #020202;
}

.salaris-bar .title a {
  float: right;
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  display: block;
  text-decoration: underline;
}

.salaris-bar .content {
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}

.salaris-bar .content div {
  float: left;
}

.salaris-bar .content div.rekening {
  float: right;
}

.salaris-bar .message {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.salaris-bar .info-bar {
  padding-bottom: 0;
}

.salaris-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

.salaris-bar .loading {
  font-size: 14px;
  width: 180px;
  margin-left: -90px;
}

.salaris-bar p.message {
  display: none;
}

.salaris-bar p.message.show {
  display: block;
}

/* vakantie uren bar*/
.vakantie-uren-bar {
  padding-bottom: 85px;
}

.vakantie-uren-bar div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "OpenSansBold";
  padding: 10px;
}

.vakantie-uren-bar div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  float: right;
  padding-right: 3%;
}

.vakantie-uren-bar div.contentBar {
  text-align: center;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 20px;
  border-bottom: 1px #f0f0f0 solid;
}

.vakantie-uren-bar div.contentBar a.button {
  max-width: 390px;
  margin: 25px auto 10px;
}

.vakantie-uren-bar ul {
  list-style: none;
  overflow: hidden;
}

.vakantie-uren-bar li {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.vakantie-uren-bar li.odd {
  background: #F0F0F0;
}

.vakantie-uren-bar h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansRegular";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vakantie-uren-bar .row {
  margin: 0;
}

.vakantie-uren-bar .title {
  text-align: center;
}

.vakantie-uren-bar .date {
  float: left;
  color: #020202;
}

.vakantie-uren-bar .amount {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #020202;
}

.vakantie-uren-bar .title a {
  float: right;
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  display: block;
  text-decoration: underline;
}

.vakantie-uren-bar .content {
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}

.vakantie-uren-bar .content div {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.vakantie-uren-bar .content div.rekening {
  float: right;
}

.vakantie-uren-bar .message {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.vakantie-uren-bar .info-bar {
  padding-bottom: 0;
}

.vakantie-uren-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

/* vakantie uren opnemen bar */
.vakantie-uren-opnemen-bar {
  padding: 10px 0 85px 0;
}

.vakantie-uren-opnemen-bar .content {
  text-align: center;
  padding: 0 10px 10px 10px;
}

.vakantie-uren-opnemen-bar .content.pb {
  padding-bottom: 10px;
}

.vakantie-uren-opnemen-bar .content.pt {
  padding-top: 10px;
}

.vakantie-uren-opnemen-bar .content.bb {
  border-bottom: 1px solid #f0f0f0;
}

.vakantie-uren-opnemen-bar .content a.button {
  max-width: 390px;
  margin: 25px auto 10px;
}

.vakantie-uren-opnemen-bar .content h3 {
  color: #020202;
  font-size: 15px;
  font-weight: normal;
  font-family: "OpenSansRegular";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vakantie-uren-opnemen-bar ul {
  list-style: none;
  overflow: hidden;
}

.vakantie-uren-opnemen-bar div.row {
  padding: 5px;
  height: 28px;
  margin: 0;
}

.vakantie-uren-opnemen-bar div.row span.name {
  width: 200px;
  float: left;
  display: block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 20px;
  line-height: 29px;
  font-size: 15px;
}

.vakantie-uren-opnemen-bar div.row span.value.small.number {
  line-height: 29px;
}

.vakantie-uren-opnemen-bar div.row span.value.small.number input {
  width: 50px;
  float: left;
  margin-right: 10px;
  padding: 5px;
}

.vakantie-uren-opnemen-bar div.row span.value.small input[type=date] {
  padding: 5px;
  width: 110px;
}

.vakantie-uren-opnemen-bar div.row span.value.small {
  float: left;
  vertical-align: middle;
  line-height: 20px;
}

.vakantie-uren-opnemen-bar div.row span.value.small.date {
  height: 29px;
}

.vakantie-uren-opnemen-bar div.row span.value.small.date input {
  margin-top: 5px;
}

.vakantie-uren-opnemen-bar div.largeRow {
  padding: 0 10px;
  text-align: center;
}

.vakantie-uren-opnemen-bar textarea {
  width: 100%;
  height: 80px;
  max-width: 400px;
  box-sizing: border-box;
}

.vakantie-uren-opnemen-bar .counter {
  width: 95%;
  padding: 0 2%;
  text-align: right;
  max-width: 400px;
  display: inline-block;
  box-sizing: border-box;
}

.vakantie-uren-opnemen-bar .details-bar {
  background: #f0f0f0;
}

.vakantie-uren-opnemen-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.vakantie-uren-opnemen-bar .info-bar {
  padding-bottom: 0;
}

.vakantie-uren-opnemen-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

/* loonheffings korting bar */
.loonheffings-korting-bar {
  padding: 10px 0 85px 0;
}

.loonheffings-korting-bar div.contentBar {
  text-align: center;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 10px;
  border-bottom: 1px #f0f0f0 solid;
}

.loonheffings-korting-bar div.contentBar a.button {
  max-width: 390px;
  margin: 25px auto 10px;
}

.loonheffings-korting-bar p {
  padding: 10px;
  text-align: center;
}

.loonheffings-korting-bar p.message {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.loonheffings-korting-bar ul {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.loonheffings-korting-bar li {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.loonheffings-korting-bar li.odd {
  background: #F0F0F0;
}

.loonheffings-korting-bar div.row {
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.loonheffings-korting-bar div.contentBar select {
  padding: 5px;
}

.loonheffings-korting-bar div.contentBar a.button {
  margin-top: 20px;
}

.loonheffings-korting-bar .details-bar {
  background: #f0f0f0;
  margin-top: 37px;
}

.loonheffings-korting-bar .details-bar p {
  text-align: left;
  padding: 0;
  color: #020202;
}

.loonheffings-korting-bar .info-bar {
  padding-bottom: 0;
}

.loonheffings-korting-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}

/* bankrekening bar */
.bankrekening-bar {
  padding: 10px 0 85px 0;
}

.bankrekening-bar div.contentBar {
  text-align: center;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 10px;
  border-bottom: 1px #f0f0f0 solid;
}

.bankrekening-bar div.contentBar input {
  padding: 5px;
  margin-left: 10px;
  min-width: 185px;
}

.bankrekening-bar div.contentBar a.button {
  max-width: 390px;
  margin: 25px auto 10px;
}

.bankrekening-bar p {
  padding: 10px;
  text-align: center;
}

.bankrekening-bar p.message {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.bankrekening-bar ul {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.bankrekening-bar li {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.bankrekening-bar li.odd {
  background: #F0F0F0;
}

.bankrekening-bar div.row {
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.bankrekening-bar .details-bar {
  background: #f0f0f0;
  margin-top: 37px;
}

.bankrekening-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.bankrekening-bar .info-bar {
  padding-bottom: 0;
}

.bankrekening-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: inherit;
  padding: 0;
}

/* reiskosten ov bar*/
.reiskosten-ov-bar {
  padding-bottom: 85px;
}

.reiskosten-ov-bar .content {
  padding: 10px;
  text-align: center;
}

.reiskosten-ov-bar .content .editRow {
  padding: 10px 0;
}

.reiskosten-ov-bar .content .editRow .seperator {
  display: inline-block;
  margin: 0px;
  vertical-align: bottom;
}

.reiskosten-ov-bar .content input {
  width: 28px;
  padding: 6px;
}

.reiskosten-ov-bar .container {
  padding: 10px;
}

.reiskosten-ov-bar .container img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.reiskosten-ov-bar .buttons {
  padding: 10px 15px 15px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.reiskosten-ov-bar .buttons a:first-of-type {
  margin-top: 0px;
}

.reiskosten-ov-bar .buttons a {
  max-width: 390px;
}

.reiskosten-ov-bar .buttons a.declaratie {
  margin-top: 40px;
}

.reiskosten-ov-bar .details-bar {
  background: #f0f0f0;
}

.reiskosten-ov-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.reiskosten-ov-bar .placeholder {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f0f0f0;
  position: relative;
}

.reiskosten-ov-bar .placeholder a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: black;
  font-weight: normal;
  font-family: "OpenSansRegular", Arial;
  padding-top: 10px;
  display: block;
}

.reiskosten-ov-bar .info-bar {
  padding-bottom: 0;
}

.reiskosten-ov-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
}

.reiskosten-ov-bar a.addPhoto {
  background: url("/images/icon35.png") left 6px no-repeat;
  width: 160px;
  height: 26px;
  font-size: 15px;
}

/* reiskosten km bar*/
.reiskosten-km-bar {
  padding-bottom: 85px;
}

.reiskosten-km-bar .content {
  padding: 10px;
  text-align: center;
}

.reiskosten-km-bar .content .editRow {
  padding: 10px 0;
}

.reiskosten-km-bar .content .editRow .seperator {
  display: inline-block;
  margin: 0px;
  vertical-align: bottom;
}

.reiskosten-km-bar .content input {
  width: 28px;
  padding: 6px;
}

.reiskosten-km-bar .container {
  padding: 10px;
}

.reiskosten-km-bar .container img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.reiskosten-km-bar .buttons {
  padding: 10px 15px 15px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.reiskosten-km-bar .buttons a:first-of-type {
  margin-top: 0px;
}

.reiskosten-km-bar .buttons a {
  max-width: 390px;
}

.reiskosten-km-bar .buttons a.declaratie {
  margin-top: 40px;
}

.reiskosten-km-bar .details-bar {
  background: #f0f0f0;
}

.reiskosten-km-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.reiskosten-km-bar .placeholder {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f0f0f0;
  position: relative;
}

.reiskosten-km-bar .placeholder a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: black;
  font-weight: normal;
  font-family: "OpenSansRegular", Arial;
  padding-top: 10px;
  display: block;
}

.reiskosten-km-bar .info-bar {
  padding-bottom: 0;
}

.reiskosten-km-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
}

.reiskosten-km-bar a.addPhoto {
  background: url("/images/icon35.png") left 6px no-repeat;
  width: 160px;
  height: 26px;
  font-size: 15px;
}

/* profiel bar */
.profiel-bar {
  padding-bottom: 85px;
}

.profiel-bar div.row {
  padding: 5px;
  height: 28px;
  display: inline-block;
  height: auto;
}

.profiel-bar div.row span.name {
  width: 150px;
  float: left;
  display: block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 20px;
  line-height: 29px;
}

.profiel-bar div.row span.value span {
  display: block;
}

.profiel-bar div.row span.value.small.number {
  line-height: 29px;
}

.profiel-bar div.row span.value.small.number input {
  width: 50px;
  float: left;
  margin-right: 10px;
  padding: 5px;
}

.profiel-bar div.row span.value.small input[type=date] {
  padding: 5px;
  width: 110px;
}

.profiel-bar div.row span.value.small {
  float: left;
  vertical-align: middle;
  line-height: 29px;
}

.profiel-bar div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "OpenSansBold";
  padding: 10px;
}

.profiel-bar div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  float: right;
  text-decoration: underline;
}

.profiel-bar div.contentBar {
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 20px 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.profiel-bar div.contentBar.change-theme {
  padding: 10px 10px;
}
.profiel-bar div.contentBar.p-t-0 {
  padding-top: 0px;
}

.profiel-bar div.contentBar.nopt {
  padding-top: 0;
}

.profiel-bar div.contentBar.hide {
  display: none;
}

.profiel-bar div.clear {
  display: block;
  clear: both;
}

.profiel-bar p.message {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.profiel-bar div.contentBar {
  padding: 20px 25px;
}

.profiel-bar div.contentBar div.educationDetail {
  position: relative;
  border: 1px #f0f0f0 solid;
  border-top: 0;
  display: block;
  width: 100%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.profiel-bar div.contentBar div.educationDetail:first-of-type {
  border: 1px #f0f0f0 solid;
}

.profiel-bar div.contentBar div.educationDetail .bold {
  font-weight: bold;
}

.profiel-bar div.contentBar div.educationDetail .italic {
  font-style: italic;
  margin-bottom: 5px;
}

.profiel-bar div.contentBar div.educationDetail a {
  position: absolute;
  top: 2px;
  right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.profiel-bar div.contentBar div.competenceFormDetail {
  position: relative;
  border: 1px #f0f0f0 solid;
  border-top: 0;
  display: block;
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  padding-top: 25px;
}

.profiel-bar div.contentBar div.competenceFormDetail:first-of-type {
  border: 1px #f0f0f0 solid;
}

.profiel-bar div.contentBar div.competenceFormDetail .bold {
  font-weight: bold;
  margin-bottom: 5px;
}

.profiel-bar div.contentBar div.competenceFormDetail .italic {
  font-style: italic;
  margin-bottom: 5px;
}

.profiel-bar div.contentBar div.competenceFormDetail a {
  position: absolute;
  top: 2px;
  right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.profiel-bar div.contentBar div.criteriaContainer {
  padding: 10px 0;
}

.profiel-bar div.contentBar div.criteriaContainer div.criteriaHeader {
  width: 100%;
  background: #F0F0F0;
  font-weight: bold;
  line-height: 11px;
  padding: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.profiel-bar div.profileAchievement, div.profileAchievement {
  cursor: pointer;
  padding: 10px;
  padding-left: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.profiel-bar div.profileAchievement.gray, div.profileAchievement.gray {
  background: #F7F7F7;
}

.profiel-bar div.profileAchievement.mbt, div.profileAchievement.mbt {
  margin-bottom: 1%;
}

.profiel-bar div.profileAchievement div.container, div.profileAchievement div.container {
  display: inline-block;
  width: auto;
}

.profiel-bar div.profileAchievement .profileAchievementIcon svg, div.profileAchievement .profileAchievementIcon svg {
  float: left;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.profiel-bar div.profileAchievement .profileAchievementIcon svg.noFloat, div.profileAchievement .profileAchievementIcon svg.noFloat {
  float: none;
}

.profiel-bar div.profileAchievement .profileAchievementIcon, div.profileAchievement .profileAchievementIcon {
  float: left;
}

.profiel-bar div.profileAchievement div.description, div.profileAchievement div.description {
  float: left;
  line-height: 25px;
  font-size: 15px;
}

.profiel-bar div.profileAchievement div.nextIcon, div.profileAchievement div.nextIcon {
  font-size: 21px;
  float: right;
  line-height: 25px;
  margin-left: 10px;
}

.profiel-bar div.profileAchievement .profileAchievementIcon.noFloat, div.profileAchievement .profileAchievementIcon.noFloat {
  float: none;
}

.profiel-bar div.reviewHeader {
  text-overflow: ellipsis;
  text-align: center;
}

.profiel-bar div.reviewsContainer {
  text-align: center;
}

.profiel-bar div.innerReviewsContainer {
  display: inline-block;
}

.profiel-bar div.reviewContainer {
  line-height: 25px;
  display: inline-block;
  float: left;
}

.profiel-bar div.reviewContainer:first-of-type {
  margin: 15px 0;
}

.profiel-bar div.reviewContainer svg {
  float: left;
  height: 25px;
  width: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.profiel-bar div.reviewContainer div {
  float: left;
}

.profiel-bar div.reviewContainer div.title {
  width: 91px;
  text-align: left;
}

.profiel-bar div.contentBar#documentenBar {
  padding: 0;
}

.profiel-bar div.contentBar#documentenBar ul li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  background: #FFF;
}

.profiel-bar div.contentBar#documentenBar ul.categoryDocument li {
  min-height: 84px;
}

.profiel-bar div.contentBar#documentenBar .category {
  padding: 5px;
}

.profiel-bar div.contentBar#documentenBar .right {
  padding: 10px 0px 10px 0px;
  float: left;
  width: 77%;
  position: relative;
  margin-left: 23%;
}

.profiel-bar div.contentBar#documentenBar .left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
  min-height: 84px;
}

.profiel-bar div.contentBar#documentenBar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "GillSansMTBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}

.profiel-bar div.contentBar#documentenBar h3 a {
  color: #020202 !important;
  text-decoration: none;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.profiel-bar div.contentBar#documentenBar h3 a.regular {
  font-family: "GillSansMTRegular", Arial;
  font-weight: bold;
}

.profiel-bar div.contentBar#documentenBar h3 a:hover {
  color: #33057f;
}

.profiel-bar div.contentBar#documentenBar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.profiel-bar div.contentBar#documentenBar .left {
  display: block;
}

.profiel-bar div.contentBar#documentenBar .left img {
  margin: auto;
  margin-top: 14px;
}

.profiel-bar div.contentBar#documentenBar p {
  font-size: 15px;
  color: black;
  line-height: 15px;
  float: left;
}

.profiel-bar div.contentBar#documentenBar .right a.link {
  text-decoration: underline;
  cursor: pointer;
  float: right;
  line-height: inherit;
}

div.profileAchievement div.nextIcon {
  color: #f7f7f7;
}

div.profileAchievement.multiLine {
  padding-bottom: 0;
}

div.profileAchievement.multiLine .profileAchievementIcon svg {
  float: none;
  display: inline-block;
  height: 30px;
  width: 30px;
}

div.profileAchievement.multiLine div.description {
  float: none;
}

div.profileAchievement.multiLine div.description.gray {
  color: #B0B0B0 !important;
}

/* profiel foto bar*/
.profiel-foto-bar {
  padding-bottom: 85px;
}

.profiel-foto-bar .details-bar {
  background: #f0f0f0;
  margin-top: 17px;
}

.profiel-foto-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.profiel-foto-bar .info-bar {
  padding-bottom: 0;
}

.profiel-foto-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: inherit;
  padding: 0;
}

/* profiel contact bar */
.profiel-contact-bar {
  padding-bottom: 85px;
}

.profiel-contact-bar div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "OpenSansBold";
  padding: 10px;
}

.profiel-contact-bar div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  float: right;
}

.profiel-contact-bar div.contentBar {
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 20px 10px;
  text-align: center;
}

.profiel-contact-bar div.contentBar .container {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.profiel-contact-bar div.clear {
  display: block;
  clear: both;
}

.profiel-contact-bar a.button {
  max-width: 390px;
}

.profiel-contact-bar .details-bar {
  background: #f0f0f0;
  margin-top: 17px;
}

.profiel-contact-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.profiel-contact-bar .info-bar {
  padding-bottom: 0;
}

.profiel-contact-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: inherit;
  padding: 0;
}

.profiel-contact-bar div.row span.value.small input {
  width: 330px;
}

/* profiel foto bar*/
.profiel-motivatie-bar {
  padding-bottom: 85px;
}

.profiel-motivatie-bar .details-bar {
  background: #f0f0f0;
  margin-top: 17px;
}

.profiel-motivatie-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.profiel-motivatie-bar .info-bar {
  padding-bottom: 0;
}

.profiel-motivatie-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: inherit;
  padding: 0;
}

.profiel-motivatie-bar textarea {
  height: 250px;
  font-size: 15px;
  width: 270px;
  padding: 5px;
}

.profiel-motivatie-bar .counter {
  text-align: right;
  width: 280px;
  display: inline-block;
}

.profiel-motivatie-bar .button {
  max-width: 390px;
}

.profiel-motivatie-bar div.contentBar {
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 20px 10px;
  text-align: center;
}

.profiel-motivatie-bar div.clear {
  display: block;
  clear: both;
}

.profiel-motivatie-bar textarea {
  width: 400px;
}

.profiel-motivatie-bar .counter {
  width: 410px;
}

/* profiel contact bar */
.profiel-education-bar {
  padding-bottom: 85px;
}

.profiel-education-bar table.form div.searchResults {
  display: inline-block;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  margin-top: 5px;
}

.profiel-education-bar table.form div.searchResults.hide {
  height: 0;
  margin: 0;
}

.profiel-education-bar table.form div.searchResults div {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.profiel-education-bar table.form div.searchResults div:nth-child(odd) {
  background: #FAFAFA;
}

.profiel-education-bar table.form div.searchResults div:nth-child(even) {
  background: #F0F0F0;
}

.profiel-education-bar div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "OpenSansBold";
  padding: 10px;
}

.profiel-education-bar div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  float: right;
}

.profiel-education-bar div.contentBar {
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 20px 10px;
  text-align: center;
}

.profiel-education-bar div.contentBar .container {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.profiel-education-bar div.clear {
  display: block;
  clear: both;
}

.profiel-education-bar a.button {
  max-width: 390px;
}

.profiel-education-bar a.button.hide {
  display: none;
}

.profiel-education-bar .details-bar {
  background: #f0f0f0;
  margin-top: 17px;
}

.profiel-education-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.profiel-education-bar .info-bar {
  padding-bottom: 0;
}

.profiel-education-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: inherit;
  padding: 0;
}

/* reiskosten ov bar*/
.profiel-education-photo-bar {
  padding-bottom: 85px;
}

.profiel-education-photo-bar .content {
  padding: 10px;
  text-align: center;
}

.profiel-education-photo-bar .content .editRow {
  padding: 11px 0 10px 0;
}

.profiel-education-photo-bar .content .editRow .seperator {
  display: inline-block;
  margin: 0px;
  vertical-align: bottom;
}

.profiel-education-photo-bar .content input {
  width: 28px;
  padding: 6px;
}

.profiel-education-photo-bar .content input.decimal {
  width: 20px;
}

.profiel-education-photo-bar .container {
  padding: 10px;
}

.profiel-education-photo-bar .container img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.profiel-education-photo-bar .buttons {
  padding: 10px 15px 15px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.profiel-education-photo-bar .buttons a:first-of-type {
  margin-top: 0px;
}

.profiel-education-photo-bar .buttons a {
  max-width: 390px;
}

.profiel-education-photo-bar .buttons a.declaratie {
  margin-top: 40px;
}

.profiel-education-photo-bar .details-bar {
  background: #f0f0f0;
}

.profiel-education-photo-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.profiel-education-photo-bar .placeholder {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f0f0f0;
  position: relative;
}

.profiel-education-photo-bar .placeholder a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: black;
  font-weight: normal;
  font-family: "OpenSansRegular", Arial;
  padding-top: 10px;
  display: block;
}

.profiel-education-photo-bar .info-bar {
  padding-bottom: 0;
}

.profiel-education-photo-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
}

.profiel-education-photo-bar a.addPhoto {
  background: url("/images/icon35.png") left 9px no-repeat;
  width: 140px;
  height: 26px;
  padding-left: 15px;
}

.profiel-personal-documents-bar div.row {
  padding: 6px 0 5px 0;
  height: 28px;
  display: inline-block;
  height: auto;
  width: 100%;
  margin: 0;
}

.profiel-personal-documents-bar div.row span.name {
  width: 140px;
  float: left;
  display: block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 20px;
  line-height: 29px;
}

.profiel-personal-documents-bar div.row span.value.small {
  line-height: 29px;
  width: calc(100% - 150px);
  float: left;
  vertical-align: middle;
  line-height: 29px;
}

.profiel-personal-documents-bar select {
  font-size: 15px;
  height: 29px;
  width: 100%;
}

.profiel-personal-documents-bar {
  padding-bottom: 85px;
}

.profiel-personal-documents-bar .content {
  padding: 10px;
  text-align: center;
}

.profiel-personal-documents-bar .content .editRow {
  padding: 11px 0 10px 0;
}

.profiel-personal-documents-bar .content .editRow .seperator {
  display: inline-block;
  margin: 0px;
  vertical-align: bottom;
}

.profiel-personal-documents-bar .content input {
  width: 28px;
  padding: 6px;
}

.profiel-personal-documents-bar .content input.decimal {
  width: 20px;
}

.profiel-personal-documents-bar .container {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.profiel-personal-documents-bar img#personalDocumentImage {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.profiel-personal-documents-bar .buttons {
  padding: 10px 15px 15px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.profiel-personal-documents-bar .buttons a:first-of-type {
  margin-top: 0px;
}

.profiel-personal-documents-bar .buttons a {
  max-width: 390px;
}

.profiel-personal-documents-bar .buttons a.declaratie {
  margin-top: 40px;
}

.profiel-personal-documents-bar .details-bar {
  background: #F7F7F7;
}

.profiel-personal-documents-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #202020;
}

.profiel-personal-documents-bar .placeholder {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f0f0f0;
  position: relative;
}

.profiel-personal-documents-bar .placeholder a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: black;
  font-weight: normal;
  font-family: "GillSansMTRegular", Arial;
  padding-top: 10px;
  display: block;
  font-size: 12px;
}

.profiel-personal-documents-bar .info-bar {
  padding-bottom: 0;
}

.profiel-personal-documents-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
}

.profiel-personal-documents-bar a.addPhoto {
  background: url("/images/icon35.png") left 9px no-repeat;
  width: 140px;
  height: 26px;
}

.profiel-personal-documents-bar a.pdf {
  width: auto;
  padding-top: 45px;
}

.profiel-personal-documents-bar a.pdf:before {
  font-family: "zorgwerk" !important;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  content: "\e941";
  margin-left: -20px;
  font-size: 40px;
  top: 0;
}

.profiel-criteria-bar {
  padding-bottom: 85px;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer {
  padding: 10px 0;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaHeader {
  width: 100%;
  background: rgba(211, 211, 211, 0.7);
  font-weight: bold;
  line-height: 11px;
  padding: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem {
  height: auto;
  position: relative;
  padding-left: 37px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem:before {
  content: " ";
  background-color: #fafafa;
  border: 1px solid #cacece;
  margin-bottom: 5px;
  width: 2em;
  height: 2em;
  color: #99a1a7;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem:after {
  transition: all 0.2s;
  top: 0em;
  left: 0.25em;
  position: absolute;
  content: "✓";
  line-height: 1.5;
  font-size: 150%;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem.disabled:before {
  background-color: #e6e6e6;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem.hardchecked:after {
  opacity: 1;
  transform: scale(1);
  content: "✓";
  font-weight: bold;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem.checked:after {
  opacity: 1;
  transform: scale(1);
  content: "✓";
  font-weight: bold;
}

.profiel-criteria-bar div.contentBar div.criteriaContainer div.criteriaItem.clear:after {
  opacity: 0;
  transform: scale(0);
}

.profiel-criteria-bar div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "OpenSansBold";
  padding: 10px;
}

.profiel-criteria-bar div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  float: right;
}

.profiel-criteria-bar div.contentBar {
  font-size: 15px;
  font-family: "OpenSansRegular", Arial;
  padding: 0px 10px;
  text-align: center;
}

.profiel-criteria-bar div.contentBar .container {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.profiel-criteria-bar div.clear {
  display: block;
  clear: both;
}

.profiel-criteria-bar a.button {
  max-width: 390px;
}

.profiel-criteria-bar a.button.hide {
  display: none;
}

.profiel-criteria-bar .details-bar {
  background: #f0f0f0;
  margin-top: 17px;
}

.profiel-criteria-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.profiel-criteria-bar .info-bar {
  padding-bottom: 0;
}

.profiel-criteria-bar .info-bar p {
  float: inherit;
  text-transform: inherit;
  padding-bottom: 0;
  text-align: inherit;
  padding: 0;
}

.achievementsOverview {
  padding-bottom: 90px;
}

.achievementsOverview div.title {
  margin-top: 5px;
  font-family: "GillSansMTBold";
  margin-bottom: 10px;
  padding-left: 5px;
}

.achievementsOverview div.carouselContainer {
  display: inline-block;
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.achievementsOverview div.carouselContainer.scrollmenu {
  overflow: auto;
}

.achievementsOverview div.carouselContainer div.achievement {
  display: inline-block;
  text-align: center;
  margin-right: 9px;
}

.achievementsOverview div.carouselContainer div.achievement .achievementIcon svg {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  display: inline-block;
}

.achievementsOverview div.carouselContainer div.achievement div.description {
  font-size: 9px;
  display: inline-block;
  color: initial !important;
  line-height: 15px;
}

.achievementsOverview div.headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "GillSansMTBold";
  padding: 10px;
}

.achievementsOverview div.headerBar a {
  color: black;
  font-weight: normal;
  font-size: 15px;
  font-family: "GillSansMTRegular", Arial;
  float: right;
}

.achievementsOverview div.achievementCategory {
  display: inline-block;
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
}

.achievementsOverview div.achievementCategory div.category {
  font-weight: bold;
  font-size: 13px;
  font-family: "GillSansMTBold";
  padding: 10px 5px;
}

.achievementsOverview div.achievementCategory div.achievement {
  display: inline-block;
  text-align: center;
  width: 10%;
  margin: 1%;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}

.achievementsOverview div.achievementCategory div.achievement .achievementIcon svg {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  display: inline-block;
}

.achievementsOverview div.achievementCategory div.achievement div.description {
  font-size: 9px;
  display: inline-block;
  overflow: hidden;
  min-height: 20px;
  color: initial !important;
  line-height: 15px;
}

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

.achievementDetail .container {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.achievementDetail .container .achievementIcon svg {
  display: inline-block;
}

.achievementDetail .container div.description {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  color: initial !important;
}

.achievementDetail .container div.description.achievementPoints {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 0;
}

.achievementDetail .container div.description.large {
  font-size: 16px;
}

.achievementDetail .container div.description.complete {
  color: #B3B3B3 !important;
}

.achievementDetail .achievementIcon svg {
  width: 100px;
  height: auto;
}

/* planbuddies bar */
.planBuddies-bar {
  padding: 0px 0px 90px 0px;
  background: #FFF;
}

.planBuddies-bar.noshow {
  display: none;
}

.planBuddies-bar ul {
  list-style: none;
  overflow: hidden;
}

.planBuddies-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}

.planBuddies-bar li:nth-child(even) {
  background: #F6F6F6;
}

.planBuddies-bar li.selected {
  background: #b6dccb;
}

.planBuddies-bar .selected {
  background: #b6dccb;
}

.planBuddies-bar .left {
  padding: 10px 0px 10px 0px;
  float: left;
  width: calc(100% - 70px);
  position: relative;
}

.planBuddies-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 100%;
}

.planBuddies-bar h3 {
  width: 95%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "GillSansMTBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 4px;
}

.planBuddies-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.planBuddies-bar h3 a.inactive {
  color: #6b6b6b !important;
}

.planBuddies-bar h3 a:hover {
  color: #33057f;
}

.planBuddies-bar h4 {
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.planBuddies-bar h4.inactive {
  color: #6b6b6b;
}

.planBuddies-bar h4.mb {
  margin-bottom: 4px;
}

.planBuddies-bar .left span {
  padding-right: 10px;
  float: right;
  overflow: hidden;
}

.planBuddies-bar .left span img {
  float: left;
  margin-right: 5px;
}

.planBuddies-bar .left span a {
  color: #33057f;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.planBuddies-bar .left span a:hover {
  color: #020202;
}

.planBuddies-bar .left span a.inactive {
  color: #6b6b6b;
}

.planBuddies-bar p {
  font-size: 11px;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99%;
}

.planBuddies-bar p.traffic {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.planBuddies-bar p.pink-text {
  width: 95%;
  font-size: 11px;
  color: #33057f;
  text-transform: uppercase;
  line-height: 14px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.planBuddies-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  background: white url("../images/arrow.png") center 40% no-repeat;
}

.planBuddies-bar .right a img.holdingLogo {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.planBuddies-bar a {
  cursor: pointer;
}

.planBuddies-details-bar {
  padding-bottom: 80px;
}

.planBuddies-details-bar .contentBar {
  padding: 10px;
}

.planBuddies-details-bar .headerBar {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 15px;
  font-family: "GillSansMTBold";
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

.planBuddies-details-bar .headerBar .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.planBuddies-details-bar .headerBar .switch input {
  display: none;
}

.planBuddies-details-bar .headerBar .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.planBuddies-details-bar .headerBar .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.planBuddies-details-bar .headerBar input:checked + .slider {
  background-color: #4CD762;
}

.planBuddies-details-bar .headerBar input:focus + .slider {
  box-shadow: 0 0 1px #4CD762;
}

.planBuddies-details-bar .headerBar input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.planBuddies-details-bar .headerBar .slider.round {
  border-radius: 34px;
}

.planBuddies-details-bar .headerBar .slider.round:before {
  border-radius: 50%;
}

.planBuddies-details-bar span.date {
  padding-bottom: 15px;
  display: block;
  color: #6b6b6b;
  font-size: 13px;
  height: 15px;
}

.planBuddies-details-bar h2 {
  color: #020202;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "GillSansMTBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.planBuddies-details-bar h2.normalWhiteSpace {
  white-space: normal !important;
}

.planBuddies-details-bar h3, .planBuddies-details-bar h4 {
  font-weight: bold;
  font-family: "GillSansMTBold";
  color: #191919;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.planBuddies-details-bar h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
}

.planBuddies-details-bar ul {
  list-style: none;
  overflow: hidden;
}

.planBuddies-details-bar li {
  color: #191919;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  padding: 5px 0;
}

.planBuddies-details-bar ul.listPadding li {
  padding-bottom: 15px;
}

.planBuddies-details-bar li span.name {
  width: 165px;
  display: block;
  float: left;
}

.planBuddies-details-bar li span.value {
  margin-left: 165px;
  display: block;
}

.planBuddies-details-bar li span.small {
  overflow: hidden;
  display: block;
}

.planBuddies-details-bar a.button {
  width: 48%;
  margin: 1%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid;
}

.planBuddies-details-bar a.button.right {
  float: right;
}

.planBuddies-details-bar div.textcenter {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.planBuddies-details-bar li .maxwidth {
  width: 97%;
}

.planBuddies-details-bar li span input[type=radio] {
  float: right;
  margin-top: 4px;
  margin-right: 5px;
}

.planBuddies-details-bar .checkboxList {
  float: left;
  width: 50%;
}

.planBuddies-details-bar .checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.planBuddies-details-bar .checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  background-color: white;
  border: #f0f0f0 2px solid;
}

.planBuddies-details-bar .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: white;
  border: #f0f0f0 2px solid;
}

.planBuddies-details-bar .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.planBuddies-details-bar .checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

.planBuddies-details-bar .checkboxContainer .checkmark:after {
  left: 7px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#newRequestWizardBar {
  padding-bottom: 140px;
}

#newRequestWizardBar .dynamicMenu.hide {
  display: none;
}

#newRequestWizardBar .dynamicMenu li a.noBg {
  background: none;
}

#newRequestWizardBar .dynamicMenu li a div {
  white-space: normal;
  padding: 2px;
  box-sizing: border-box;
  text-transform: none;
}

#newRequestWizardBar .dynamicMenu li a img.fill {
  width: auto;
}

#newRequestWizardBar ul {
  list-style: none;
  overflow: hidden;
}

#newRequestWizardBar ul.form {
  padding: 10px;
}

#newRequestWizardBar ul.form.hide {
  display: none;
}

#newRequestWizardBar li {
  color: #191919;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

#newRequestWizardBar ul.listPadding li {
  padding: 10px;
  padding-bottom: 15px;
}

#newRequestWizardBar li span.name {
  width: 125px;
  display: block;
  float: left;
  font-size: 12px;
}

#newRequestWizardBar li span.value {
  margin-left: 125px;
  display: block;
}

#newRequestWizardBar li span.small {
  overflow: hidden;
  display: block;
  font-size: 12px;
}

#newRequestWizardBar li .maxwidth {
  width: 100%;
  box-sizing: border-box;
}

#newRequestWizardBar div.form {
  padding: 10px;
}

.identification-bar {
  padding-bottom: 85px;
  position: relative;
}

.identification-bar div.contentBar {
  font-family: "GillSansMTRegular", Arial;
  padding: 20px 10px;
  text-align: center;
}

.identification-bar div.contentBar, .selfEmployer-bar div.contentBar {
  padding-bottom: 20px;
}
.identification-bar div.contentBar .container, .selfEmployer-bar div.contentBar .container {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.identification-bar div.clear {
  display: block;
  clear: both;
}

.identification-bar a.button {
  max-width: 390px;
}

.identification-bar a.button.hide {
  display: none;
}

.identification-bar .details-bar {
  background: #f0f0f0;
  margin-top: 17px;
}

.identification-bar .details-bar p {
  text-align: inherit;
  padding: 0;
  color: #020202;
}

.identification-bar .placeholder {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-top: 15px;
}

.identification-bar .placeholder a {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: black;
  font-weight: normal;
  font-family: "GillSansMTRegular", Arial;
  padding-top: 10px;
  display: block;
}

.identification-bar .container img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 15px;
}

.identification-bar a.addPhoto {
  background: url("../images/icon35.png") left 6px no-repeat;
  width: 140px;
  height: 26px;
}

.identification-bar a.pdf {
  width: auto;
  padding-top: 45px;
}

.identification-bar a.pdf:before {
  font-family: "zorgwerk" !important;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  content: "\e941";
  margin-left: -20px;
  font-size: 40px;
  top: 0;
}

.department-review-bar {
  text-align: center;
  padding-bottom: 80px;
}

.department-review-bar img.holdingIcon {
  width: 200px;
  margin-top: 10px;
  display: inline-block;
}

.department-review-bar .reviewTitle {
  font-size: 17px;
  margin-bottom: 15px;
}

.department-review-bar .reviewDescription {
  font-size: 12px;
  margin: 10px;
  margin-bottom: 20px;
}

.department-review-bar .reviewTypeTitle {
  font-size: 17px;
  margin-bottom: 10px;
}

.department-review-bar .reviewTypeTitle.mt {
  margin-top: 10px;
}

.department-review-bar .reviewTypeDescription {
  color: #c3c3c3;
  font-size: 12px;
  margin-bottom: 5px;
}

.department-review-bar div.reviewIcon {
  width: 45px;
  height: 45px;
  margin: 10px;
  display: inline-block;
}

.department-review-bar div.reviewIcon svg {
  width: 45px;
  height: 45px;
}

.department-review-bar a.button {
  margin: 10px 10px;
  cursor: pointer;
}

/* vrienden-collegas-bar */
.vrienden-collegas-bar {
  padding: 20px 0px 90px 0px;
  background: #FFF;
}

.vrienden-collegas-bar.noshow {
  display: none;
}

.vrienden-collegas-bar ul {
  list-style: none;
  overflow: hidden;
}

.vrienden-collegas-bar li {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}

.vrienden-collegas-bar li:nth-child(even) {
  background: #F6F6F6;
}

.vrienden-collegas-bar li.selected {
  background: #b6dccb;
}

.vrienden-collegas-bar .selected {
  background: #b6dccb;
}

.vrienden-collegas-bar .left {
  padding: 10px 0px 10px 0px;
  float: left;
  width: calc(100% - 87px);
  position: relative;
}

.vrienden-collegas-bar .right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 87px;
  height: 100%;
}

.vrienden-collegas-bar h3 {
  width: 95%;
  font-size: 15px;
  font-weight: normal;
  font-family: "GillSansMTBold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vrienden-collegas-bar h3 a {
  color: #020202 !important;
  text-decoration: none;
}

.vrienden-collegas-bar h3 a:hover {
  color: #33057f;
}

.vrienden-collegas-bar h4 {
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.vrienden-collegas-bar .left span {
  padding-right: 10px;
  float: right;
  overflow: hidden;
}

.vrienden-collegas-bar .left span img {
  float: left;
  margin-right: 5px;
}

.vrienden-collegas-bar .left span a {
  color: #33057f;
  font-size: 11px;
  text-decoration: none;
}

.vrienden-collegas-bar .left span a:hover {
  color: #020202;
}

.vrienden-collegas-bar p {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99%;
}

.vrienden-collegas-bar p.pink-text {
  width: 95%;
  font-size: 11px;
  color: #33057f;
  line-height: 14px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vrienden-collegas-bar .right a {
  display: block;
  width: 100%;
  height: 100%;
  background: white url("../images/arrow.png") center 40% no-repeat;
}

.vrienden-collegas-bar .right a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #33057f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 3px;
  box-sizing: border-box;
}

.vrienden-collegas-bar .right a img.holdingLogo {
  width: 100%;
  position: absolute;
  top: 0;
}

.vrienden-collegas-bar a {
  cursor: pointer;
}

.vrienden-collegas-bar li.paid h3 {
  color: #777777;
}

.vrienden-collegas-bar li.paid h3 a {
  color: #777777 !important;
}

.vrienden-collegas-bar li.paid h3 a:hover {
  color: #33057f;
}

.vrienden-collegas-bar li.paid h4 {
  color: #999999;
}

/* inbox diensten lijst */
.inbox.diensten-bar {
  padding-bottom: 168px;
}

.inbox.diensten-bar.multiSelect {
  padding-bottom: 181px;
}

.inbox.diensten-bar li.category {
  padding-left: 0px;
  overflow: hidden;
  position: relative;
  background: #FAFAFA;
}

.inbox.diensten-bar li.category:nth-child(even) {
  background: #F0F0F0;
}

.inbox.diensten-bar.multiSelect div.week ul.categoryServices li.selected {
  background: #b6dccb;
}

.inbox.diensten-bar div.category li {
  background: white;
}

.inbox.diensten-bar div.category li:nth-child(even) {
  background: #F6F6F6;
}

.inbox.diensten-bar div.categoryTitleContainer {
  cursor: pointer;
  width: 100%;
  position: relative;
  display: inline-block;
}

.inbox.diensten-bar div.categoryTitleContainer.holding {
  background: #fcfcfc;
}

.inbox.diensten-bar .name {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 19px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-family: "GillSansMTBold", Arial;
}

.inbox.diensten-bar div.category p.message {
  width: 100%;
  padding: 0;
  text-align: center;
}

.inbox.diensten-bar .customTitle {
  padding: 10px;
  font-size: 16px;
  width: 95%;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* footer part */
#footer-part-app {
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  background: rgba(247, 247, 247, 0.7);
  margin: 10px 0;
}

#footer-part-app .centered {
  width: 100%;
  max-width: 600px;
  padding-left: 15px;
}

#footer-part-app ul {
  padding: 0 0px;
  list-style: none;
  overflow: hidden;
}

#footer-part-app.defaultMenu li {
  float: left;
  min-width: 20%;
  height: 44px;
  text-align: center;
}
#footer-part-app.defaultMenu li.hide {
  display: none;
}

#footer-part-app.detailMenu li {
  float: left;
  width: 33.33%;
  height: 44px;
  text-align: center;
}

#footer-part-app li.noshow {
  display: none;
}

#footer-part-app li a {
  padding: 0;
  display: block;
  font-size: 14px;
  color: black !important;
  text-decoration: none;
  word-wrap: break-word;
}

#footer-part-app li i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

#footer-part-app li.toon.noshow {
  display: none;
}

#footer-part-app li.toon.show {
  display: block;
}

#footer-part-app li.filter {
  display: none;
}

#footer-part-app li.filter.show {
  display: block;
}

#footer-part-app li.filterOn {
  display: none;
}

#footer-part-app li.filterOn.show {
  display: block;
}

#footer-part-app li.filterDelete {
  display: none;
}

#footer-part-app li.filterDelete.show {
  display: block;
}

#footer-part-app li.nextservice {
  display: none;
}

#footer-part-app li.nextservice.show {
  display: block;
}

#footer-part-app li.mijndienst.noshow {
  display: none;
}

#footer-part-app li.mijndienst.show {
  display: block;
}

#footer-part-app li.handelingLijsten {
  display: none;
}

#footer-part-app li.handelingLijsten.show {
  display: block;
}

#footer-part-app li.back.noshow {
  display: none;
}

#footer-part-app li.back.show {
  display: block;
}

#footer-part-app li.planAll.noshow {
  display: none;
}

#footer-part-app li.planAll.show {
  display: block;
}

#footer-part-app li.planAll.right {
  float: right;
}

/* sub menu */
.subMenu li {
  overflow: hidden;
  width: 100%;
  background: #33057f;
}

.subMenu li:first-child, .subMenu li:nth-child(7), .subMenu li:nth-child(13) {
  margin-left: 0;
}

.subMenu li:last-child, .subMenu li:nth-child(6), .subMenu li:nth-child(12) {
  margin-right: 0;
}

.subMenu li.empty {
  background: none;
}

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

.subMenu ul {
  padding: 0 0px;
  list-style: none;
  overflow: hidden;
}

.subMenu li {
  background: #f7f7f7;
  float: left;
  width: 16.33333%;
  height: 75px;
  text-align: center;
  margin: 0.2%;
  position: relative;
}

.subMenu li a {
  padding: 18px 0;
  display: block;
  font-size: 14px;
  text-decoration: none;
  word-wrap: break-word;
}

.subMenu li i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.subMenu li i.profile-placeholder {
  font-size: 70px;
}

.subMenu li.active a {
  background: #b6dccb url("../images/icon1.png") center 20px no-repeat;
}

.subMenu li.mijndienst.active a {
  background: #b6dccb url("../images/icon10.png") center 20px no-repeat;
}

.subMenu li.nextservice.active a {
  background: #b6dccb url("../images/icon11.png") center 20px no-repeat;
}

.subMenu li.help.active a {
  background: #b6dccb url("../images/icon3.png") center 20px no-repeat;
}

.subMenu li.handelingLijst a {
  background: url("../images/icon13.png") center 20px no-repeat;
}

.subMenu li.handelingLijst.active a {
  background: #b6dccb url("../images/icon13.png") center 20px no-repeat;
}

.subMenu li.document a {
  background: url("../images/icon14.png") center 20px no-repeat;
}

.subMenu li.document.active a {
  background: #b6dccb url("../images/icon14.png") center 20px no-repeat;
}

.subMenu li.geldzaken.active a {
  background: #b6dccb url("../images/icon15.png") center 20px no-repeat;
}

.subMenu li.beschikbaarheid.active a {
  background: #33057f url("../images/icon20.png") center 20px no-repeat;
}

.subMenu li.bundel.active a {
  background: #33057f url("../images/bundel.png") center 20px no-repeat;
}

.subMenu li.inbox span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: 16px;
  background: red;
  color: white;
  border-radius: 7px;
  padding: 0 4px;
  font-size: 12px;
}

.subMenu li.inbox.active a {
  background: #33057f url("../images/icon21.png") center 20px no-repeat;
}

.subMenu li.beschikbaar.active a {
  background: #33057f url("../images/icon22.png") center 20px no-repeat;
}

.subMenu li.stil a {
  background: url("../images/icon23.png") center 20px no-repeat;
}

.subMenu li.stil.active a {
  background: #33057f url("../images/icon23.png") center 20px no-repeat;
}

.subMenu li.dynamicTiles a {
  background: url("../images/icon28.png") center 20px no-repeat;
}

.subMenu li.dynamicTiles.active a {
  background: #33057f url("../images/icon28.png") center 20px no-repeat;
}

.subMenu li.geldzaken.active a {
  background: #33057f url("../images/icon30.png") center 20px no-repeat;
}

.subMenu li.vrienden.active a {
  background: #33057f url("../images/icon45.png") center 20px no-repeat;
}

.subMenu li a.image {
  padding: 0;
  height: 100%;
  background: none;
}

.subMenu li a.image img {
  max-width: 100%;
  height: 78px;
  width: 78px;
  margin: auto;
}

.subMenu #muteButton {
  float: right;
}

.centerMessage {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  margin-top: -15px;
  margin-left: -25%;
  text-align: center;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 100px;
  margin-top: -15px;
  margin-left: -50px;
  text-align: center;
}

.loading.footer {
  position: static;
  margin: 0px;
  width: auto;
  height: 25px;
  line-height: 35px;
  display: none;
}

.loading.footer.show {
  display: block;
}

.googleMapsInfo {
  line-height: 1.35;
  overflow: hidden;
  font-size: 11px;
}

.diensten-bar .message, .planBuddies-bar .message {
  padding: 0px 10px;
  text-transform: none;
}
.diensten-bar .message.pt, .planBuddies-bar .message.pt {
  padding: 10px;
}

.mapReducer .ui-slider-track {
  box-shadow: none;
  border: none;
}

.mapReducer .ui-slider-handle {
  border-color: #b6dccb !important;
  background-color: #b6dccb !important;
}

div.black > p {
  color: black;
}

#profileImageHeader {
  text-align: center;
}

.ui-widget-header {
  background: #33057f !important;
  border: none !important;
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
}

.ui-button-text-only {
  color: white !important;
  background: #33057f !important;
  border-width: 0px !important;
}
.ui-button-text-only:focus {
  outline: 0 !important;
}
.ui-button-text-only span:focus {
  outline: 0 !important;
}

.ui-dialog button.ui-dialog-titlebar-close {
  width: 19px;
  height: 19px;
}

.ui-dialog button.ui-dialog-titlebar-close span.ui-icon-closethick {
  margin-left: -9px;
}

div.ui-widget-content {
  z-index: 400;
}

.home-content.branch-bar img {
  width: 100%;
}

.row-no-padding {
  padding: 0;
}

blockquote {
  border-left: 3px solid #938355;
  padding: 10px;
  color: #938355;
  font-family: serif;
  font-variant: italic;
  font-size: 18px;
  quotes: "“" "”" "‘" "’";
  content: open-quote;
}

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

.gridContentClass img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.grid-section img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline;
}

.grid-section {
  color: #020202;
  line-height: 25px;
}

.zipcodeSearch {
  margin-top: 20px;
  width: 100%;
  max-width: 210px;
  height: 30px;
  font-size: 14px;
}

select.zipcodeSearch {
  height: 50px !important;
  padding: 0px 0px 0px 10px;
  border: 0px;
  border-left: 1px #efefef solid;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  select.zipcodeSearch {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 528px) {
  select.zipcodeSearch {
    width: 240px;
  }
}
.DistanceSearch {
  float: left;
  height: 52px;
  margin-top: 0px;
  border: 0px;
  border-left: 1px solid #eee;
  padding-left: 10px;
  margin: 0 25px 0 0;
  width: 154px;
}

@media only screen and (max-width: 333px) {
  .DistanceSearch {
    margin: 0px !important;
  }
}
@media only screen and (max-width: 422px) {
  .DistanceSearch {
    margin: 0px;
    width: 100%;
  }
  .tab-bar input[type=text].small {
    width: calc(92% - 2px);
  }
}
@media only screen and (max-width: 767px) {
  .DistanceSearch {
    height: 42px;
  }
}
.handelingLijst-bar h3.normal {
  font-weight: normal;
  font-family: "OpenSansRegular";
}

.BlogTag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  min-height: 22px;
  line-height: 22px;
  padding: 0 0 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  font-size: 11px;
}

.BlogTag:not(:last-of-type) {
  margin-right: 30px;
}

.BlogTag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 5px;
  left: 8px;
  position: absolute;
  width: 5px;
  top: 8px;
}

.BlogTag::after {
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  background-image: url(/images/TagBackground.png);
  display: block;
  height: 100%;
  width: 23px;
  background-position-x: right;
  background-position-y: center;
}

.BlogTag:hover {
  background-color: #33057f;
  color: white;
}

.BlogTag:hover::after {
  background-image: url(/images/TagGreenHover.png);
}

.BlogCategory:hover {
  background-color: #33057f;
  color: white;
}

.BlogCategory:hover::after {
  background-image: url(/images/TagPinkHover.png);
}

.Blogpost {
  padding-top: 20px;
}

.Blogpost ul {
  list-style-type: normal;
  padding-left: 40px;
}

.pagination {
  height: 37px;
  text-align: center;
}

.pagination a {
  padding: 10px;
  background-color: #33057f;
  margin-right: 2px;
  margin-left: 2px;
  color: white;
  border: 3px solid white;
  transition: 0.2s;
  display: inline-block;
}

.pagination a:hover {
  background-color: #33057f;
  transition: 0.2s;
}

.pagination a.active {
  border: 3px solid #33057f;
}

.SearchBoxBlog {
  overflow: auto;
  width: 368px;
  float: right;
}

#BlogSearchInput {
  padding: 19px 10px 19px 22px;
  font-size: 14px;
  width: 318px;
  height: 50px;
  float: left;
  background: #fff;
  color: #020202;
  border: 0;
}

.btnSearchBlog {
  margin: 0 0 0 0;
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
  border: 0;
  background: #33057f url("/images/search_btn.png") left top no-repeat !important;
}
.btnSearchBlog:hover {
  background: #000 url("/images/search_btn.png") left top no-repeat !important;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .container_24 .branch-bar [class^=grid_], .container_24 .news-bar [class^=grid_] {
    display: inline !important;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .grid_24.white {
    background: #FFF;
  }
  .SearchCriteriaTop {
    width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 960px) {
  .headerSocialIcons.nav-bar li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .job-bar li .head span {
    font-size: 10px;
    line-height: 14px;
    float: none;
    text-align: center;
    clear: both;
  }
  .job-bar li .head h3 a {
    float: none;
    max-width: calc(100% - 30px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .job-bar li .head h3 img, .job-bar li .head h3 .favorite {
    float: none;
    display: inline-block;
  }
  .job-bar li .head h3 .favorite {
    float: right;
  }
  .job-bar li h4 {
    text-align: center;
  }
  .job-bar li div.expiredate {
    width: 100%;
    text-align: center;
  }
  .job-bar h3 a {
    font-size: 24px;
    line-height: 26px;
  }
  .topvacancy {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .headerSocialIcons {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .headerSocialIcons {
    margin-top: 10px;
    height: 50px;
    float: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .fright {
    float: left;
  }
  .fright .tbsearchCriteria.postcode {
    float: left;
    width: 44%;
  }
  .fright .tbsearchCriteria {
    float: left;
    width: 44%;
  }
  .fright .headerSearchBtn {
    float: right;
  }
  .fright .ui-autocomplete-input {
    padding: 5px 0px;
  }
  .grid_14_mobile, .grid_14_tablet {
    width: 100% !important;
    display: block !important;
  }
  .zipcodeSearch {
    max-width: 100%;
  }
  .SearchCriteriaBox {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .slider-bar form input.submitSearchSmall {
    margin-bottom: 20px;
  }
  .content form {
    overflow: hidden;
  }
  .zipsearch.small {
    width: 100% !important;
  }
  p.linkArrow.a a {
    display: block !important;
    line-height: 15px;
  }
  #homeSearchBox {
    width: 100%;
  }
  .headerSearchBtn {
    width: 100%;
    max-width: 35px;
    float: right;
  }
  .tbsearchCriteria.postcode {
    width: 100px;
  }
}
.NoSidePadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.even article > .BlogImage {
  margin-right: 20px !important;
}
.even article > .BlogImage img {
  max-width: 100%;
}

.even.odd article > div:first-child {
  float: right;
}
.even.odd article > div:first-child img {
  max-width: 100%;
}

/* homepage layout .full-width */
.full-width > div:first-of-type, .content-full-width > div:first-of-type {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.container_24 {
  /*max-width: 1200px;*/
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.gridContainer, .grid_24 .Grey-Image.gridContainer {
  float: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gridContainer.menumain {
  max-width: 1400px;
}

.container_24 .full-width.grid_24, .full-width .gridContainer, .container_24 .content-full-width.grid_24, .content-full-width .gridContainer {
  width: 100%;
  max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .gridContainer, .grid_24 .Grey-Image.gridContainer {
    max-width: 1180px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
div.Grey {
  background: #F9F9F9;
}
div.Grey h2 {
  padding-left: 15px;
  padding-right: 1;
}

div.Grey-Image .gridContainer {
  background: url("/images/bgHomeContentRow.jpg");
  background-repeat: repeat;
  color: white !important;
  padding-top: 60px;
}

div.Grey-Image .wrapper * {
  color: white !important;
}

div.Sand-Image .gridContainer {
  background: url("/images/bgSand.jpg");
  background-repeat: repeat;
  padding: 20px 0 20px 0;
}

div.Green .gridContainer {
  background: url("/images/bgGreen.jpg");
  background-repeat: repeat;
  padding: 130px 0 130px 0;
  list-style-position: inside;
}

div.White {
  background: #FFF;
  padding: 60px 0 60px 0;
}

div.Banner-Image .gridContainer {
  background: url("/images/bgBanner.jpg");
  background-repeat: no-repeat;
  padding: 20px 0 20px 0;
}

div.Sand-Image img, div.Green img {
  width: auto !important;
}

.content-full-width .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
}

@media only screen and (max-width: 959px) {
  #header-part .grid_1, #header-part .grid_2, #header-part .grid_3, #header-part .grid_4, #header-part .grid_5, #header-part .grid_6, #header-part .grid_7, #header-part .grid_8, #header-part .grid_9, #header-part .grid_10, #header-part .grid_11, #header-part .grid_12, #header-part .grid_13, #header-part .grid_14, #header-part .grid_15, #header-part .grid_16, #header-part .grid_17, #header-part .grid_18, #header-part .grid_19, #header-part .grid_20, #header-part .grid_21, #header-part .grid_22, #header-part .grid_23, #header-part .grid_24 {
    float: left;
  }
  h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .header-part {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
}
.divLogMenuHld, .divSignupMenuHld {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background: #FFF;
}
.divLogMenuHld .divLogMenu, .divSignupMenuHld .divLogMenu {
  position: absolute;
  right: 0px;
  background: #FFF;
  width: 250px;
  height: 200px;
  border: 1px #efefef solid;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 5px;
}
.divLogMenuHld .divLogMenu .close, .divSignupMenuHld .divLogMenu .close {
  float: right;
  display: block;
  height: 30px;
  cursor: pointer;
}
.divLogMenuHld .divLogMenu .item, .divLogMenuHld .divLogMenu .item div, .divSignupMenuHld .divLogMenu .item, .divSignupMenuHld .divLogMenu .item div {
  display: block;
  clear: both;
  margin-bottom: 15px;
  margin-left: 5px;
}
.divLogMenuHld .divLogMenu .item a, .divLogMenuHld .divLogMenu .item div a, .divSignupMenuHld .divLogMenu .item a, .divSignupMenuHld .divLogMenu .item div a {
  color: #33057f;
  font-size: 20px;
  font-weight: bold;
}
.divLogMenuHld .divLogMenu .item span, .divLogMenuHld .divLogMenu .item div span, .divSignupMenuHld .divLogMenu .item span, .divSignupMenuHld .divLogMenu .item div span {
  color: #33057f;
  margin-bottom: 5px;
  display: block;
}

#homeSearchBox {
  display: inline-block;
  width: 100%;
}

#homeSearchBox .ui-autocomplete-input {
  margin-top: 10px;
  font-size: 12px;
}

.ui-autocomplete-input {
  height: 20px;
  width: 190px;
  padding: 5px 10px;
  border: 0px;
  background: #FFFFFF;
}

.headerSearchBtn {
  float: right;
  width: 35px;
  height: 30px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  background: #33057f url("/images/search_btn.png") no-repeat;
  background-position: center center;
  margin-top: 10px;
}
.headerSearchBtn:hover {
  background-color: #020202;
}

#homeSearchBox .ui-autocomplete-input {
  margin-top: 10px;
  font-size: 12px;
}

.tbsearchCriteria.postcode {
  padding: 5px;
  width: 60px;
  border-left: 1px #c9c9c9 solid;
  border-right: 1px #c9c9c9 solid;
}

.tbsearchCriteria {
  color: #000;
}
.tbsearchCriteria::placeholder {
  color: #6e6e6e;
}

.tbsearchCriteria.radius {
  height: 30px;
  color: #000;
  width: 100%;
  max-width: 110px;
}
.tbsearchCriteria.radius::placeholder {
  color: #6e6e6e;
}

@media only screen and (max-width: 910px) {
  .tbsearchCriteria.radius {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .resizable_text_box {
    display: table;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .resizable_text_box {
    overflow: hidden;
  }
  .tbsearchCriteria.SearchCriteriaTop {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .ui-autocomplete-input {
    height: 20px;
    width: 100%;
    padding: 5px 10px;
    border: 0px;
    background: #FFFFFF;
  }
  .nav-bar {
    height: 50px;
  }
}
.ui-autocomplete {
  z-index: 99999 !important;
}

/* Slider */
.jssora03l, .jssora03r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("/images/sliderBtn.png") no-repeat;
  overflow: hidden;
}

.jssora03l {
  background-position: -3px -33px;
}

.jssora03r {
  background-position: -63px -33px;
}

.jssora03l:hover {
  background-position: -123px -33px;
}

.jssora03r:hover {
  background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
  background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
  background-position: -303px -33px;
}

.divSlider {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  margin: auto;
}

.divLoading {
  position: absolute;
  top: 0px;
  left: 0px;
}

.divLoadingBlock {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.divSliderLoader {
  position: absolute;
  display: block;
  background: url("/images/loading.gif") no-repeat center center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.divSliderItems {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 700px;
  overflow: hidden;
}

@media (max-width: 340px) {
  .divSliderItems {
    margin-left: 0px !important;
  }
}
.container_24 .center {
  text-align: center;
}

.jssorSlider {
  width: 1920px;
}

.jssorb05 {
  position: absolute;
  top: 640px;
  margin-left: 48%;
  background: url("/images/sliderBG.png");
  background-repeat: repeat-x;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 40px;
  height: 24px;
  background: url("/images/sliderBtn.png") repeat-x;
  overflow: hidden;
  cursor: pointer;
  margin-left: -1px;
}

.jssorb05 div:hover, .jssorb05 .av:hover, .jssorb05 .av:active {
  width: 40px;
  background: url("/images/sliderBtnActive.png") repeat-x;
}

.jssorb05 .av {
  width: 40px;
  background: url("/images/sliderBtnActive.png") repeat-x;
}

.sliderContentBlock {
  position: relative;
  display: block;
  min-width: 250px;
  min-height: 150px;
  width: 100%;
  height: 200px;
  bottom: 0px;
  max-width: 1200px;
  margin: 0 auto;
  margin-left: 60%;
}
.sliderContentBlock .item {
  position: absolute;
  border-radius: 25px;
  background: #F0F0F0;
  padding: 20px 15px;
  width: 350px;
  height: 200px;
  top: 100%;
  margin-top: -240px;
  margin-right: 4.16%;
  z-index: 5;
  font-family: "robotolight";
  color: #000;
  line-height: 30px;
}
.sliderContentBlock .item .ButtonGreen {
  margin-top: 10px;
}

/* End slider */
.jcarousel-wrapper {
  max-width: 1200px;
}

.HideForDesktop {
  display: none;
}

.HideForMobile {
  display: block;
}

@media only screen and (max-width: 767px) {
  .BlogImage img {
    width: 100%;
    height: auto;
  }
  .container_24 .grid_16 {
    float: left !important;
  }
  .np-bar {
    padding: 26px 10px 25px;
  }
  .HideForDesktop {
    display: block;
  }
  .HideForMobile {
    display: none !important;
  }
  .hideResponsive {
    display: none;
  }
  .Blogpost {
    padding-left: 5px;
    padding-right: 5px;
    display: block !important;
  }
  .tbsearchCriteria.postcode {
    width: 100px;
  }
  .headerSearchBar .grid_24 {
    width: 100%;
  }
  .postlistArticle time {
    color: #343434;
  }
  #homeSearchBox {
    width: 100%;
  }
  .Green.content-full-width.grid_24 div:first-child.grid_4 {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .job-bar li div.expiredate {
    width: 100%;
    text-align: center;
  }
  div.applicationTabsContainer .button.right, div.applicationTabsContainer .button.left {
    float: none !important;
    width: 97% !important;
    clear: both;
  }
  .ContactForm label {
    display: block;
    float: none;
  }
  .ContactForm input[type=text] {
    width: 93%;
  }
  div.applicationTabsContainer div.applicationTab div.fileContainer {
    margin-left: 0 !important;
  }
  div.applicationTabsContainer div.applicationTab div.fileContainer input {
    display: block;
    clear: both;
  }
  .even article > .BlogImage {
    margin-right: 0;
    float: none;
  }
  .even article > .BlogImage img {
    width: 100%;
  }
  .even.odd article > div:first-child {
    float: none;
  }
  .even.odd article > div:first-child img {
    width: 100%;
  }
}
.BlogPostImage {
  padding: 46px 0 47px 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #c3c3c3;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #c3c3c3;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c3c3;
}

@media only screen and (max-width: 768px) {
  .SearchBoxBlog {
    width: 100%;
  }
  #BlogSearchInput {
    width: 84%;
  }
  .content-full-width .wrapper {
    padding-right: 0;
  }
  .SearchBoxBlog input[type=submit] {
    width: 16% !important;
    background-position: center center;
  }
  .BlogPostImage {
    padding: 0;
  }
  .BlogPostImage img {
    width: 100%;
  }
}
.responsiveMenu {
  display: inline-block;
  width: 100%;
}
.responsiveMenu .square {
  display: inline-block;
  position: relative;
  width: 48vw;
  height: 48vw;
  margin: 1vw;
  background-color: #dcdcdc;
  cursor: pointer;
}

@media (min-width: 768px) {
  .responsiveMenu .square {
    width: 12vw;
    height: 12vw;
    margin: 0.25vw;
  }
}
.small .responsiveMenu .square {
  width: 26vw;
  height: 26vw;
}

@media (min-width: 768px) {
  .small .responsiveMenu .square {
    width: 6.5vw;
    height: 6.5vw;
  }
}
.responsiveMenu .square img.background {
  width: 100%;
  margin: auto;
  display: block;
  max-height: 100%;
}
.responsiveMenu .square img.brightness {
  background: rgba(74, 74, 74, 0.7);
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.responsiveMenu .square img.icon {
  position: absolute;
  margin: auto;
  top: 25%;
  -ms-transform: translate(-50%, -25%);
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  left: 50%;
  width: 30%;
  height: auto;
}
.responsiveMenu .square .caption {
  position: absolute;
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
  left: 0;
  color: rgb(128, 128, 128);
  bottom: 0;
  height: 25%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-size: 4vw;
  font-weight: normal;
}

@media (min-width: 768px) {
  .responsiveMenu .square .caption {
    font-size: 4px;
    font-size: 1vw;
  }
}
.small .responsiveMenu .square .caption {
  line-height: 55px;
  font-size: 12px;
  font-size: 3vw;
}

@media (min-width: 768px) {
  .small .responsiveMenu .square .caption {
    line-height: 32px;
    font-size: 2px;
    font-size: 0.75vw;
  }
}
.responsiveMenu .square .caption.background {
  background: rgba(74, 74, 74, 0.7);
  color: #fff;
}

.flexpool {
  padding-bottom: 5px;
}

.flexpool-top {
  padding-top: 15px;
  margin: 1vw;
}

@media (min-width: 768px) {
  .flexpool-top {
    margin: 0.25vw;
    padding-top: 3px;
  }
}
.flexpool .button {
  position: relative;
  display: inline-block;
  margin: 0;
  min-width: 51px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px !important;
  font-family: "OpenSansRegular", sans-serif;
  font-weight: normal;
  background-color: transparent !important;
}
.flexpool .button-right {
  padding-right: 0 !important;
  float: right;
}
.flexpool .button-primary {
  color: #33057f !important;
  min-height: 0 !important;
}
.flexpool .button-clear {
  text-decoration: none !important;
  border-color: transparent;
  background: none;
  box-shadow: none;
}

.scroll-view {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0 !important;
}

div.scrollmenu {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
  left: 0;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 50px;
  border-width: 0;
  border-style: solid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  background-color: white;
  background-size: 0;
}
.bar.bar-light {
  background-color: white;
  background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
  color: #444;
}
.bar.bar-light.bar-footer {
  background-image: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%);
}
.bar.bar-light.bar-footer.noshow {
  display: none;
}
.bar.bar-light.bar-footer.noshadow {
  border: none;
  box-shadow: none;
}
.bar.bar-light.bar-footer.multiSelect {
  height: 103px;
}
.bar.bar-light.bar-footer.multiSelect.filterActive {
  height: 145px;
}
.bar.bar-light.bar-footer.multiSelect span.alignTop {
  margin-top: 20px;
  display: inline-block;
}
.bar.bar-light.bar-footer.multiSelect.bundle {
  height: 83px;
}
.bar.bar-light a.rightLink {
  display: block;
  text-align: right;
  color: #33057f;
  font-size: 15px;
  text-decoration: none;
}

.bar-footer {
  bottom: 0;
  border-top-width: 1px;
  border-bottom-width: 0;
  background-position: top;
}

.bar-subfooter {
  text-align: center;
  bottom: 78px;
  display: block;
  height: 90px;
}
.bar-subfooter.inline {
  display: inline-block;
}

.bar-subfooter.small {
  height: 61px;
}
.bar-subfooter.small.chat {
  height: 73px;
  bottom: 0px;
  position: fixed;
}

.bar-subfooter.small button {
  width: 48%;
  margin: 1%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}

.bar-subfooter.small button.button-outline {
  border-color: #33057f;
  background: white;
  color: #33057f;
  border-width: 1px;
  border-style: solid;
}

.bar-subfooter button[disabled] {
  opacity: 0.3;
}

.bar-subfooter span.center {
  margin: 0 0 5px;
  display: inline-block;
}

.bar-subfooter.large {
  height: 100px;
}

.friends {
  text-align: center;
  padding: 0 10px;
}

.friends input[type=text] {
  padding: 7px 5%;
  text-overflow: ellipsis;
  margin-top: 5px;
  width: 80%;
  font-size: 16px;
  color: #000;
  border-radius: 3px;
  border-width: 1px;
  border: 1px solid #c8ccd0;
  background: #FFF;
}

.center {
  text-align: center;
}

.werkgebied .details-bar {
  background: #F0F0F0;
}

.werkgebied h3, .werkgebied h4 {
  font-weight: normal;
}

.werkgebied h3 {
  font-size: 21px;
}

.werkgebied h4, .werkgebied i {
  font-size: 18px;
}

.werkgebied .list {
  padding: 0 20px;
  padding-bottom: 70px;
}

.werkgebied ul {
  font-size: 150%;
  margin-top: 10px;
  list-style-type: none;
  border: 1px solid #cecece;
  border-bottom: 0;
  margin-bottom: 25px;
}

.werkgebied li {
  border-bottom: 1px solid #cecece;
}

.werkgebied li .werkadres {
  padding: 20px 15px;
}

.werkgebied li .werkadres div.pointer p {
  cursor: pointer;
  display: inline-block;
  display: table;
  font-size: 18px;
}

.werkgebied li .werkadres div.pointer p:last-child {
  margin-top: 10px;
}

.profiel-persoonlijke-settings-bar {
  padding-bottom: 140px;
}

.profiel-persoonlijke-settings-bar div.container {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.profiel-persoonlijke-settings-bar .description.gray {
  text-align: center;
  color: #999999;
  margin-bottom: 10px;
}

[class^=icon-] {
  padding: 10px 0;
}

.icon-location:before {
  content: url("/images/CenterRadiusPointer.png");
  padding-right: 5px;
}

.icon-basket:before {
  content: url("/images/basket.png");
  padding-right: 5px;
}

.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.grid-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 0 5px;
  width: 100%;
}

.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.button-swipe {
  border-color: transparent;
  background: none;
  box-shadow: none;
  font-size: 30px;
}

.button-swipe-large {
  min-height: 100%;
  width: 100%;
}

.button-swipe.left {
  transform: rotate(180deg);
}

.ion-chevron-left {
  display: inline-block;
  background: url("/images/chevron-left.png") center no-repeat;
}

.ion-chevron-right {
  display: inline-block;
  background: url("/images/chevron-right.png") center no-repeat;
}

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

.friend-item {
  height: 100px;
}

.friends-request .left {
  padding-top: 4px;
  padding-bottom: 4px;
}

.profile-info h1,
.profile-info h2,
.profile-info h3,
.profile-info h4,
.profile-info p,
.profile-info small {
  margin: 5px 0;
}

.contact-info .grid-col {
  line-height: 21px;
}

.carousel-title {
  float: left;
  font-size: 15px;
}

.iframe-placeholder {
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 100% 100%\"><text fill=\"%23F06597\" x=\"50%\" y=\"30%\" font-family=\"'OpenSansBold'\" font-size=\"24\" text-anchor=\"middle\">Een ogenblikje, we laden de inschrijfpagina voor je...</text></svg>") 0px 0px no-repeat;
}

.iframe-placeholder-customer {
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 100% 100%\"><text fill=\"%23F06597\" x=\"50%\" y=\"30%\" font-family=\"'OpenSansBold'\" font-size=\"24\" text-anchor=\"middle\">Een ogenblikje, we laden de inschrijfpagina voor u...</text></svg>") 0px 0px no-repeat;
}

.shift-header-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  background: #B9AD89;
}
.shift-header-title p {
  color: black;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ui-datepicker-div {
  z-index: 10 !important;
}

.achievement-url {
  margin-top: 20px !important;
}

.select-open-services-bar {
  background: white;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.select-open-services-bar.noshow {
  display: none;
}
.select-open-services-bar.white {
  background: white;
}

.select-open-services-bar .container {
  display: inline-block;
  width: auto;
}

.select-open-services-bar .container .description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 270px;
  float: left;
  line-height: 25px;
  font-size: 15px;
  color: #33057f;
}

.select-open-services-bar .nextIcon {
  font-size: 21px;
  float: right;
  line-height: 25px;
  margin-left: 10px;
  color: #33057f;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bar-light.bar-subfooter.bar.bar-footer.bar-footer-select-services {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar-light.bar-subfooter.bar.bar-footer.bar-footer-select-services button {
  height: 49px;
  margin: 0;
}

h3.extra-info {
  padding-bottom: 10px;
  position: relative;
}

.edit-service {
  position: absolute;
  right: 0;
  text-decoration: underline;
}
.edit-service:hover {
  cursor: pointer;
}

.contact-info a {
  color: #33057f;
}

table.customer-location-popup td {
  font-weight: normal !important;
}
table.customer-location-popup td span {
  cursor: pointer;
}

table.customer-location-popup .title {
  margin-bottom: 7.5px;
  font-size: 14px;
  font-weight: bold !important;
}

table.customer-location-popup .subtitle {
  margin-bottom: 7.5px;
  font-size: 12px;
}

.customer-location-sub-title-3 {
  font-size: 12px;
  margin-bottom: 7.5px;
  color: gray;
}

.expanded-chart-description {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
  border-top-width: 1px;
  border-color: #ddd;
}

.chart-description {
  text-align: center;
  padding: 5px;
}

.contact-info a {
  color: #33057f;
}

.p-relative {
  position: relative;
}

table.customer-location-popup .subtitle .not-bold {
  font-weight: normal;
  font-size: 12px;
}

.d-none {
  display: none;
}

.w-100 {
  width: 100% !important;
}

.position-relative {
  position: relative !important;
}

.open-action-sheet-button {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

.zw-menu {
  z-index: 1061;
}

.zw-menu .icon {
  font-size: 20px;
  padding-right: 15px;
}

.zw-menu ion-item {
  --padding-start: 0;
}

.zw-menu ion-list {
  margin-top: 120px;
}

.zw-menu .menu-item {
  display: flex;
  align-items: center;
  padding-left: 15px;
  text-decoration: none;
}

.menu-content {
  transform: none !important;
  pointer-events: all !important;
}

/* Action sheet icons. */
.action-sheet-icon {
  position: relative;
}

.action-sheet-icon:before {
  font-family: "zorgwerk" !important;
  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;
  position: absolute;
  left: 15px;
}

.action-sheet-icon-agenda:before {
  content: "\e90a";
}

.action-sheet-icon-follow:before {
  content: "\e937";
}

.action-sheet-icon-route:before {
  content: "\e92a";
}

.action-sheet-icon-highlight:before {
  content: "\e933";
}

.action-sheet-icon-hide:before {
  content: "\e935";
}

.action-sheet-icon-requests:before {
  content: "\e914";
}

.action-sheet-icon-pencil:before {
  content: "\e923";
}

.action-sheet-icon-planbot:before {
  content: "\e924";
}

.action-sheet-icon-money:before {
  content: "\e918";
}

.action-sheet-icon-delete:before {
  content: "\e92e";
}

.action-sheet-icon-add:before {
  content: "\e915";
}

.action-sheet-icon-hide-for-friends:before {
  content: "\e906";
}

.action-sheet-icon-show-for-friends:before {
  content: "\e908";
}

.action-sheet-icon-review:before {
  content: "\e90c";
}

.action-sheet-icon-swap:before {
  content: "\e903";
}

.action-sheet-icon-notice:before {
  content: "\e902";
}

.action-sheet-icon-return-shift:before {
  content: "\e900";
}

.action-sheet-icon-pick-document:before {
  content: "\e941";
}

.action-sheet-icon-camera:before {
  content: "\e942";
}

.action-sheet-icon-image-library:before {
  content: "\e943";
}

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

.w-90 {
  width: 300px;
}

.color-picker-wrapper {
  display: inline-block;
  padding: 5px;
  margin-top: 15px;
  border: 1px solid #000;
  height: 32px;
  width: 85%;
  background-color: ButtonFace;
}

.color-picker {
  width: 97%;
  border: 1px solid #777777;
  height: 30px;
  color: transparent !important;
}

.float-right {
  float: right !important;
}

.profile-placeholder {
  font-size: 200px;
}

.secondary-color-picker {
  margin-bottom: 40px;
}

/* Color picker styling */
.change-theme .sp-replacer.sp-light {
  width: 300px;
  margin-top: 15px;
}

.change-theme .sp-replacer.sp-light .sp-preview {
  width: calc(100% - 20px);
}

.sp-picker-container {
  width: 229px !important;
}

.details-bottom {
  padding-bottom: 70px;
}

.loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  top: 0;
  left: 0;
  z-index: 100000;
}
.loaderContainer.show {
  display: block;
}
.loaderContainer .loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table.form {
  border-collapse: separate;
  border-spacing: 0 15px;
}
table.form td.name {
  width: 1%;
  white-space: nowrap;
  padding-right: 10px;
}
table.form td.value label {
  margin-right: 20px;
  margin-left: 5px;
  line-height: 29px;
  float: left;
}
table.form td.value select, table.form td.value input {
  font-size: 15px;
  height: 29px;
  width: 100%;
}
table.form td.value .link {
  text-decoration: underline;
  cursor: pointer;
}
table.form td.value input {
  padding: 5px;
  box-sizing: border-box;
}
table.form td.value input[type=radio] {
  float: left;
  width: auto;
}
table.form td.value select.disable {
  color: gray;
  -webkit-text-fill-color: gray;
}

img.webappLogo {
  display: none;
}
img.webappLogo.login {
  margin: 50px auto 30px auto;
  display: block;
}
img.webappLogo.show {
  display: block;
  height: 45px;
  margin-top: 20px;
}

.inline {
  display: inline !important;
}

.float-left {
  float: left;
}

.p-0 {
  padding: 0px;
}

.overview-item {
  position: relative;
}
.overview-item .vacancy-properties {
  padding: 15px 0 0px 0;
}
@media only screen and (max-width: 768px) {
  .overview-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}

.social-share-detail .st-btn {
  display: inline-block !important;
}

.mob-prev {
  float: left;
  color: #33057f;
  margin-top: 20px;
}

.mob-next {
  float: right;
  color: #33057f;
  margin-top: 20px;
}

.bgBanner, .bgBanner-color {
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 89px;
}
.bgBanner .content, .bgBanner-color .content {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .bgBanner .content, .bgBanner-color .content {
    margin-top: 0px;
  }
}
.bgBanner .content .back, .bgBanner-color .content .back {
  color: white;
  margin-bottom: 70px;
  display: block;
}
.bgBanner .content h1, .bgBanner-color .content h1 {
  margin-bottom: 20px;
}
.bgBanner .content .start-end, .bgBanner-color .content .start-end {
  margin-bottom: 30px;
}
.bgBanner .content .subtitle-text, .bgBanner-color .content .subtitle-text {
  color: #FFF;
  margin-bottom: 20px;
  line-height: 30px;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .bgBanner .content .subtitle-text, .bgBanner-color .content .subtitle-text {
    line-height: 20px;
    font-size: 13px;
  }
}
.bgBanner .content .button, .bgBanner-color .content .button {
  background: #0dd3a4;
  color: #33057f;
  border: 1px solid #0dd3a4;
  border-radius: 5px;
  transition: 0.5s !important;
  padding: 10px 0px;
  margin-top: 10px;
  line-height: 35px;
  margin-top: 0px;
  height: 30px;
  font-size: 18px;
}
.bgBanner .content .apply-button, .bgBanner-color .content .apply-button {
  background: #0dd3a4;
  color: #33057f;
  border: 1px solid #0dd3a4;
  border-radius: 5px;
  transition: 0.5s !important;
  padding: 10px 0px;
  margin-top: 10px;
  line-height: 35px;
  margin-top: 0px;
  height: 50px;
  font-size: 18px;
  font-family: "poppins";
  font-weight: normal;
  float: left;
  width: 152px;
  cursor: pointer;
}
.bgBanner .content .favorite, .bgBanner-color .content .favorite {
  color: #33057f;
  display: inline-block;
}
.bgBanner .content .favorite i, .bgBanner-color .content .favorite i {
  display: none;
}
.bgBanner .content .favorite.active i:last-child, .bgBanner-color .content .favorite.active i:last-child {
  display: block;
}
.bgBanner .content .favorite:not(.active) i:first-child, .bgBanner-color .content .favorite:not(.active) i:first-child {
  display: block;
}
.bgBanner .content .favorite .fa-heart, .bgBanner-color .content .favorite .fa-heart {
  font-size: 45px;
  color: #fff;
  margin: 5px 0 0 30px;
}
.bgBanner .content .start-end, .bgBanner-color .content .start-end {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .bgBanner, .bgBanner-color {
    min-height: 360px;
    height: auto;
  }
  .bgBanner h1, .bgBanner-color h1 {
    font-size: 2.4em;
    line-height: 34px;
    font-weight: normal;
    max-height: 68px;
    overflow: hidden;
  }
  .bgBanner .content .button, .bgBanner-color .content .button {
    box-sizing: border-box;
    height: 40px;
    width: 50%;
    line-height: 20px;
    margin-top: 20px;
  }
  .bgBanner .content .favorite .fa-heart, .bgBanner-color .content .favorite .fa-heart {
    margin: 19px 0 0 30px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .bgBanner .content .favorite .fa-heart, .bgBanner-color .content .favorite .fa-heart {
    margin: 3px 0px 0px 20px;
  }
}

.favoriteContainer .bgBanner {
  min-height: 220px;
}
.bgBanner-color {
  height: 0px;
}

.pink-text {
  color: #33057f;
}

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

.banner-padding {
  padding-top: 400px;
}

.banner-padding-small {
  padding-top: 60px;
}
.banner-padding-small.right {
  padding-top: 125px;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .banner-padding {
    padding-top: 440px;
  }
}
.pointer {
  cursor: pointer;
}

.vacancy-table {
  margin: 30px 0;
}
.vacancy-table td {
  font-size: 15px;
  padding: 5px 0;
}

.lh-30 {
  line-height: 30px !important;
}

.font15 {
  font-size: 15px;
}

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

.preview-image {
  max-width: 100%;
  margin: 0 10px 0 0;
  width: 100%;
}

.filter-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-button {
    display: block;
  }
}
.filter-button a.button {
  width: 45% !important;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .search__filters {
    margin: 50px 0 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .search__filters .filters {
    display: none;
  }
  .search__filters .filters.active {
    display: block;
    -webkit-animation: slide-down 0.3s ease-out;
    -moz-animation: slide-down 0.3s ease-out;
  }
  .search__filters .filters h3 {
    border-left: 1px solid #CBC1DF;
    border-right: 1px solid #CBC1DF;
    border-bottom: 1px solid #CBC1DF;
    border-top: none;
  }
  .search__filters .filters h3:first-of-type {
    border-top: 1px solid #CBC1DF;
  }
}

.webapp .scrollContent > div {
  padding-top: 30px;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.identification-bar td.value span.error {
  display: none;
}
.identification-bar td.value span.error.visible {
  display: block;
}

.toggle-data-header {
  cursor: pointer;
  color: rgb(51, 5, 127);
}

.toggle-data-display {
  display: none;
}

.toggle-data-display.show {
  display: block;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.
  Note: IE6 works fine without this fix.
*/
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_24 {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 1px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23 {
  position: relative; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .grid_1 {
  width: 4.16667%; }

.container_24 .grid_2 {
  width: 8.33333%; }

.container_24 .grid_3 {
  width: 12.5%; }

.container_24 .grid_4 {
  width: 16.66667%; }

.container_24 .grid_5 {
  width: 20.83333%; }

.container_24 .grid_6 {
  width: 25%; }

.container_24 .grid_7 {
  width: 29.16667%; }

.container_24 .grid_8 {
  width: 33.33333%; }

.container_24 .grid_9 {
  width: 37.5%; }

.container_24 .grid_10 {
  width: 41.66667%; }

.container_24 .grid_11 {
  width: 50%; }

.container_24 .grid_12 {
  width: 50%; }

.container_24 .grid_13 {
  width: 54.16667%; }

.container_24 .grid_14 {
  width: 58.33333%;
  margin-right: 0px; }

.container_24 .mediabanner {
  width: 560px; }
  .container_24 .mediabanner img {
    width: 560px;
    height: 250px; }

.container_24 .grid_15 {
  width: 62.5%; }

.container_24 .grid_16 {
  width: 66.66667%; }

.container_24 .grid_17 {
  width: 70.83333%; }

.container_24 .grid_18 {
  width: 75%; }

.container_24 .grid_19 {
  width: 79.16667%; }

.container_24 .grid_20 {
  width: 83.33333%; }

.container_24 .grid_21 {
  width: 87.5%; }

.container_24 .grid_22 {
  width: 91.66667%; }

.container_24 .grid_23 {
  width: 95.83333%; }

.container_24 .grid_24, .stickyHeader {
  width: 100%; }

/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .prefix_1 {
  padding-left: 40px; }

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

.container_24 .prefix_3 {
  padding-left: 120px; }

.container_24 .prefix_4 {
  padding-left: 160px; }

.container_24 .prefix_5 {
  padding-left: 200px; }

.container_24 .prefix_6 {
  padding-left: 240px; }

.container_24 .prefix_7 {
  padding-left: 280px; }

.container_24 .prefix_8 {
  padding-left: 320px; }

.container_24 .prefix_9 {
  padding-left: 360px; }

.container_24 .prefix_10 {
  padding-left: 400px; }

.container_24 .prefix_11 {
  padding-left: 440px; }

.container_24 .prefix_12 {
  padding-left: 480px; }

.container_24 .prefix_13 {
  padding-left: 520px; }

.container_24 .prefix_14 {
  padding-left: 560px; }

.container_24 .prefix_15 {
  padding-left: 600px; }

.container_24 .prefix_16 {
  padding-left: 640px; }

.container_24 .prefix_17 {
  padding-left: 680px; }

.container_24 .prefix_18 {
  padding-left: 720px; }

.container_24 .prefix_19 {
  padding-left: 760px; }

.container_24 .prefix_20 {
  padding-left: 800px; }

.container_24 .prefix_21 {
  padding-left: 840px; }

.container_24 .prefix_22 {
  padding-left: 880px; }

.container_24 .prefix_23 {
  padding-left: 920px; }

/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .suffix_1 {
  padding-right: 40px; }

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

.container_24 .suffix_3 {
  padding-right: 120px; }

.container_24 .suffix_4 {
  padding-right: 160px; }

.container_24 .suffix_5 {
  padding-right: 200px; }

.container_24 .suffix_6 {
  padding-right: 240px; }

.container_24 .suffix_7 {
  padding-right: 280px; }

.container_24 .suffix_8 {
  padding-right: 320px; }

.container_24 .suffix_9 {
  padding-right: 360px; }

.container_24 .suffix_10 {
  padding-right: 400px; }

.container_24 .suffix_11 {
  padding-right: 440px; }

.container_24 .suffix_12 {
  padding-right: 480px; }

.container_24 .suffix_13 {
  padding-right: 520px; }

.container_24 .suffix_14 {
  padding-right: 560px; }

.container_24 .suffix_15 {
  padding-right: 600px; }

.container_24 .suffix_16 {
  padding-right: 640px; }

.container_24 .suffix_17 {
  padding-right: 680px; }

.container_24 .suffix_18 {
  padding-right: 720px; }

.container_24 .suffix_19 {
  padding-right: 760px; }

.container_24 .suffix_20 {
  padding-right: 800px; }

.container_24 .suffix_21 {
  padding-right: 840px; }

.container_24 .suffix_22 {
  padding-right: 880px; }

.container_24 .suffix_23 {
  padding-right: 920px; }

/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .push_1 {
  left: 50px; }

.container_24 .push_2 {
  left: 100px; }

.container_24 .push_3 {
  left: 150px; }

.container_24 .push_4 {
  left: 200px; }

.container_24 .push_5 {
  left: 250px; }

.container_24 .push_6 {
  left: 300px; }

.container_24 .push_7 {
  left: 350px; }

.container_24 .push_8 {
  left: 400px; }

.container_24 .push_9 {
  left: 450px; }

.container_24 .push_10 {
  left: 500px; }

.container_24 .push_11 {
  left: 550px; }

.container_24 .push_12 {
  left: 600px; }

.container_24 .push_13 {
  left: 650px; }

.container_24 .push_14 {
  left: 700px; }

.container_24 .push_15 {
  left: 750px; }

.container_24 .push_16 {
  left: 800px; }

.container_24 .push_17 {
  left: 850px; }

.container_24 .push_18 {
  left: 900px; }

.container_24 .push_19 {
  left: 950px; }

.container_24 .push_20 {
  left: 1000px; }

.container_24 .push_21 {
  left: 1050px; }

.container_24 .push_22 {
  left: 1100px; }

.container_24 .push_23 {
  left: 1150px; }

/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 .pull_1 {
  left: -50px; }

.container_24 .pull_2 {
  left: -100px; }

.container_24 .pull_3 {
  left: -150px; }

.container_24 .pull_4 {
  left: -200px; }

.container_24 .pull_5 {
  left: -250px; }

.container_24 .pull_6 {
  left: -300px; }

.container_24 .pull_7 {
  left: -350px; }

.container_24 .pull_8 {
  left: -400px; }

.container_24 .pull_9 {
  left: -450px; }

.container_24 .pull_10 {
  left: -500px; }

.container_24 .pull_11 {
  left: -550px; }

.container_24 .pull_12 {
  left: -600px; }

.container_24 .pull_13 {
  left: -650px; }

.container_24 .pull_14 {
  left: -700px; }

.container_24 .pull_15 {
  left: -750px; }

.container_24 .pull_16 {
  left: -800px; }

.container_24 .pull_17 {
  left: -850px; }

.container_24 .pull_18 {
  left: -900px; }

.container_24 .pull_19 {
  left: -950px; }

.container_24 .pull_20 {
  left: -1000px; }

.container_24 .pull_21 {
  left: -1050px; }

.container_24 .pull_22 {
  left: -1100px; }

.container_24 .pull_23 {
  left: -1150px; }

.slider-bar form input.submit {
  margin: -23px 45px 0 0; }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /*.container_24, .container_24 .grid_24, .stickyHeader { width: 748px; margin: 0px auto; }*/
  .container_24 .grid_6 {
    width: 25%; }
  .container_24 .grid_9 {
    width: 37.5%; }
  .container_24 .grid_10 {
    width: 41.6%; }
  .container_24 .grid_11 {
    width: 45.8%; }
  .container_24 .grid_12 {
    width: 50%; }
  .container_24 .grid_13 {
    width: 54.1%; }
  .container_24 .grid_14 {
    width: 58.3%; }
  .container_24 .grid_15 {
    width: 62.5%; }
  .container_24 .grid_18 {
    width: 75%; }
  .container_24 .mediabanner {
    width: 550px; }
  .slider-bar form input.submit {
    margin: 5px 45px 0 0; }
  .container_24 .mediabanner img {
    width: 100%;
    height: auto; }
  push_1 {
    left: 0px; }
  .container_24 .push_2 {
    left: 0px; }
  .container_24 .push_3 {
    left: 0px; }
  .container_24 .push_4 {
    left: 0px; }
  .container_24 .push_5 {
    left: 0px; }
  .container_24 .push_6 {
    left: 0px; }
  .container_24 .push_7 {
    left: 0px; }
  .container_24 .push_8 {
    left: 0px; }
  .container_24 .push_9 {
    left: 0px; }
  .container_24 .push_10 {
    left: 0px; }
  .container_24 .push_11 {
    left: 0px; }
  .container_24 .push_12 {
    left: 0px; }
  .container_24 .push_13 {
    left: 0px; }
  .container_24 .push_14 {
    left: 0px; }
  .container_24 .push_15 {
    left: 0px; }
  .container_24 .push_16 {
    left: 0px; }
  .container_24 .push_17 {
    left: 0px; }
  .container_24 .push_18 {
    left: 0px; }
  .container_24 .push_19 {
    left: 0px; }
  .container_24 .push_20 {
    left: 0px; }
  .container_24 .push_21 {
    left: 0px; }
  .container_24 .push_22 {
    left: 0px; }
  .container_24 .push_23 {
    left: 0px; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .footer-bar .container_24 .grid_24 .grid_1,
  .footer-bar .container_24 .grid_24 .grid_3,
  .footer-bar .container_24 .grid_24 .grid_4,
  .footer-bar .container_24 .grid_24 .grid_5,
  .footer-bar .container_24 .grid_24 .grid_6,
  .footer-bar .container_24 .grid_24 .grid_7,
  .footer-bar .container_24 .grid_24 .grid_8,
  .footer-bar .container_24 .grid_24 .grid_9,
  .footer-bar .container_24 .grid_24 .grid_10,
  .footer-bar .container_24 .grid_24 .grid_11,
  .footer-bar .container_24 .grid_24 .grid_12,
  .footer-bar .container_24 .grid_24 .grid_13,
  .footer-bar .container_24 .grid_24 .grid_14,
  .footer-bar .container_24 .grid_24 .grid_15,
  .footer-bar .container_24 .grid_24 .grid_16,
  .footer-bar .container_24 .grid_24 .grid_17,
  .footer-bar .container_24 .grid_24 .grid_18,
  .footer-bar .container_24 .grid_24 .grid_19,
  .footer-bar .container_24 .grid_24 .grid_20,
  .footer-bar .container_24 .grid_24 .grid_21,
  .footer-bar .container_24 .grid_24 .grid_22,
  .footer-bar .container_24 .grid_24 .grid_23,
  .footer-bar .container_24 .grid_24 .grid_24 {
    width: 170px;
    margin-right: 10px !important;
    float: left; }
  .container_24 .mediabanner img {
    width: 100%;
    height: auto; }
  .container_24, .container_24 .grid_24 {
    margin: 0px;
    width: 100%;
    overflow: hidden; }
  .grid_1.empty,
  .grid_2.empty,
  .grid_3.empty,
  .grid_4.empty,
  .grid_5.empty,
  .grid_6.empty,
  .grid_7.empty,
  .grid_8.empty,
  .grid_9.empty,
  .grid_10.empty,
  .grid_11.empty,
  .grid_12.empty,
  .grid_13.empty,
  .grid_14.empty,
  .grid_15.empty,
  .grid_16.empty,
  .grid_17.empty,
  .grid_18.empty,
  .grid_19.empty,
  .grid_20.empty,
  .grid_21.empty,
  .grid_22.empty,
  .grid_23.empty,
  .grid_24.empty {
    display: none; }
  .stickyHeader {
    margin: 0px;
    overflow: hidden;
    width: 100%; }
  /*.container_24 { padding: 0 10px; }*/
  .container_24 .grid_5 {
    width: 100%;
    margin: 0px;
    overflow: hidden; }
  .container_24 .grid_6 {
    width: 100%;
    margin: 0px;
    overflow: hidden; }
  .container_24 .grid_8 {
    width: 100%; }
  .container_24 .grid_9 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_10 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_11 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_12 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_13 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_14 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_15 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_16 {
    width: 100%;
    margin: 0px;
    float: none; }
  .container_24 .grid_18 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_19 {
    width: 100%;
    margin: 0px;
    float: none;
    overflow: hidden; }
  .container_24 .grid_21 {
    margin-left: 15px; }
  .slider-bar form input.submit {
    margin: 5px 0 0 0; }
  push_1 {
    left: 0px; }
  .container_24 .push_2 {
    left: 0px; }
  .container_24 .push_3 {
    left: 0px; }
  .container_24 .push_4 {
    left: 0px; }
  .container_24 .push_5 {
    left: 0px; }
  .container_24 .push_6 {
    left: 0px; }
  .container_24 .push_7 {
    left: 0px; }
  .container_24 .push_8 {
    left: 0px; }
  .container_24 .push_9 {
    left: 0px; }
  .container_24 .push_10 {
    left: 0px; }
  .container_24 .push_11 {
    left: 0px; }
  .container_24 .push_12 {
    left: 0px; }
  .container_24 .push_13 {
    left: 0px; }
  .container_24 .push_14 {
    left: 0px; }
  .container_24 .push_15 {
    left: 0px; }
  .container_24 .push_16 {
    left: 0px; }
  .container_24 .push_17 {
    left: 0px; }
  .container_24 .push_18 {
    left: 0px; }
  .container_24 .push_19 {
    left: 0px; }
  .container_24 .push_20 {
    left: 0px; }
  .container_24 .push_21 {
    left: 0px; }
  .container_24 .push_22 {
    left: 0px; }
  .container_24 .push_23 {
    left: 0px; } }

.jcarousel-skin-tango .jcarousel-direction-rtl {  direction: rtl; }.jcarousel-skin-tango .jcarousel-container-horizontal {  width: 245px;  padding: 20px 40px; }.jcarousel-skin-tango .jcarousel-container-vertical {  width: 390px;  height: 225px;  padding: 30px 0; }.jcarousel-skin-tango .jcarousel-clip {  overflow: hidden; }.jcarousel-skin-tango .jcarousel-clip-horizontal {  width: 245px;  height: 75px; }.jcarousel-skin-tango .jcarousel-clip-vertical {  width: 390px;  height: 225px; }.jcarousel-skin-tango .jcarousel-item {  width: 390px;  height: 75px; }.jcarousel-skin-tango .jcarousel-item-horizontal {  margin-left: 0; }.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {  margin-right: 0; }.jcarousel-skin-tango .jcarousel-item-placeholder {  background: #fff;  color: #000; }/** *  Horizontal Buttons */.jcarousel-skin-tango .jcarousel-next-horizontal {  position: absolute;  top: 43px;  right: 5px;  width: 32px;  height: 32px;  cursor: pointer;  background: transparent url(next-horizontal.png) no-repeat 0 0; }.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {  left: 5px;  right: auto;  background-image: url(prev-horizontal.png); }.jcarousel-skin-tango .jcarousel-next-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-horizontal:focus {  background-position: -32px 0; }.jcarousel-skin-tango .jcarousel-next-horizontal:active {  background-position: -64px 0; }.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {  cursor: default;  background-position: -96px 0; }.jcarousel-skin-tango .jcarousel-prev-horizontal {  position: absolute;  top: 43px;  left: 5px;  width: 32px;  height: 32px;  cursor: pointer;  background: transparent url(prev-horizontal.png) no-repeat 0 0; }.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {  left: auto;  right: 5px;  background-image: url(next-horizontal.png); }.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {  background-position: -32px 0; }.jcarousel-skin-tango .jcarousel-prev-horizontal:active {  background-position: -64px 0; }.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {  cursor: default;  background-position: -96px 0; }/** *  Vertical Buttons */.jcarousel-skin-tango .jcarousel-next-vertical {  position: absolute;  bottom: 0;  left: 0;  width: 390px;  height: 30px;  cursor: pointer;  background: #f06597 url(/images/bottom.png) center center no-repeat; }.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:hover {  background-color: #000; }.jcarousel-skin-tango .jcarousel-prev-vertical {  position: absolute;  top: 0;  left: 0;  width: 390px;  height: 30px;  cursor: pointer;  background: #f06597 url(/images/top.png) center center no-repeat; }
DIV.prettySelectBox {  background: white;  border-radius: 1px;  position: relative;  border: 1px solid #202020;  text-indent: 0;  min-height: 24px;  min-width: 50px; }  DIV.prettySelectBox SELECT {    position: absolute;    left: 0px;    top: 0px;    z-index: -999;    width: 30px; }  DIV.prettySelectBox INPUT {    position: absolute;    left: 0px;    top: 0px;    z-index: 999;    width: 30px; }  DIV.prettySelectBox A {    display: block;    padding: 5px 10px;    line-height: 18px;    text-decoration: none; }    DIV.prettySelectBox A SPAN {      position: relative;      top: 0px;      padding-right: 20px;      color: #333333; }    DIV.prettySelectBox A I {      position: absolute;      right: 10px;      top: 12px;      bottom: 0px;      border: 3px solid transparent;      width: 0px;      height: 3px;      border-top: 3px solid #202020; }  DIV.prettySelectBox:hover, DIV.prettySelectBox.open {    border-color: #202020; }    DIV.prettySelectBox:hover A SPAN, DIV.prettySelectBox.open A SPAN {      color: #333333; }    DIV.prettySelectBox:hover A I, DIV.prettySelectBox.open A I {      border-top-color: #202020; }  DIV.prettySelectBox.empty, DIV.prettySelectBox.empty:hover {    border-color: #202020; }    DIV.prettySelectBox.empty A SPAN, DIV.prettySelectBox.empty:hover A SPAN {      color: #cccccc;      font-style: italic; }    DIV.prettySelectBox.empty A I, DIV.prettySelectBox.empty:hover A I {      border-top-color: #202020; }  DIV.prettySelectBox.loading {    border-color: #999999; }    DIV.prettySelectBox.loading A SPAN {      color: #999999;      font-style: italic; }  DIV.prettySelectBox UL, DIV.prettySelectBox UL LI {    margin: 0px;    padding: 0px;    list-style: none; }  DIV.prettySelectBox DIV.popdown {    display: none;    position: absolute;    top: 28px;    left: -1px;    right: -1px;    min-width: 100px;    background: #ffffff;    z-index: 999;    border: 1px solid #202020; }    DIV.prettySelectBox DIV.popdown DIV.search {      min-height: 30px;      position: relative;      line-height: 31px;      color: #999999;      font-style: italic;      text-indent: 33px; }      DIV.prettySelectBox DIV.popdown DIV.search INPUT {        background: none;        border: 1px solid #202020 !important;        color: #666666; }    DIV.prettySelectBox DIV.popdown UL.selectoptions {      max-height: 300px;      overflow: auto; }      DIV.prettySelectBox DIV.popdown UL.selectoptions LI {        display: block;        border-bottom: 1px solid #ededed;        padding: 5px 10px;        line-height: 18px; }        DIV.prettySelectBox DIV.popdown UL.selectoptions LI:last-child {          border-bottom: none; }        DIV.prettySelectBox DIV.popdown UL.selectoptions LI:hover {          background-color: #ededed; }        DIV.prettySelectBox DIV.popdown UL.selectoptions LI.selected {          background-color: #cccccc; }        DIV.prettySelectBox DIV.popdown UL.selectoptions LI.disabled, DIV.prettySelectBox DIV.popdown UL.selectoptions LI.disabled:hover {          color: #999999;          background: #ffffff; }    DIV.prettySelectBox DIV.popdown * {      cursor: default; }
INPUT[type="checkbox"].pretty,INPUT[type="checkbox"].prettySwitch {  height: 1px;  width: 1px;  margin-top: 16px;  margin-right: 15px; }INPUT[type="checkbox"].prettySwitch {  margin-top: 18px; }SPAN.checkbox,SPAN.radio {  display: inline-block;  width: 16px;  height: 15px;  background: url("/images/checkbox.jpg") no-repeat;  position: relative;  	/*  @if($debugForm ){  	&:after{  		content: "";  		border: 1px dotted #202020;  		position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;  	}  }  */ }  SPAN.checkbox.searchBoxCheckbox,  SPAN.radio.searchBoxCheckbox {    float: left;    margin: 0px 14px 0px 0px; }  SPAN.checkbox.checkboxswitch,  SPAN.radio.checkboxswitch {    border: 0px solid #202020;    border-radius: 0px;    background: #f1f1f1;    display: block;    width: 55px;    height: 24px;    position: relative;    overflow: hidden;    cursor: pointer;    margin: 5px 0;    margin: 0; }    SPAN.checkbox.checkboxswitch DIV.bg,    SPAN.radio.checkboxswitch DIV.bg {      position: absolute;      top: 0px;      bottom: 0px;      left: 0px;      right: 0px;      background: #00cc00;      background: #00cc00;      display: none;      border-radius: 0px; }    SPAN.checkbox.checkboxswitch DIV.shadow,    SPAN.radio.checkboxswitch DIV.shadow {      position: absolute;      top: 0px;      bottom: 0px;      left: 0px;      right: 0px;      border: 1px solid rgba(0, 0, 0, 0.1);      border-radius: 0px; }    SPAN.checkbox.checkboxswitch DIV.slider,    SPAN.radio.checkboxswitch DIV.slider {      display: block;      position: absolute;      top: 0px;      bottom: 0px;      border-radius: 0px;      background: #ffffff;      border: 1px solid #ffffff;      border-radius: 0px;      margin: 3px;      left: 0%;      width: 19px; }      SPAN.checkbox.checkboxswitch DIV.slider DIV.val,      SPAN.radio.checkboxswitch DIV.slider DIV.val {        position: absolute;        top: 0px;        text-align: center;        text-transform: uppercase;        color: #ffffff;        font-size: 12px;        line-height: 18px;        width: 30px; }        SPAN.checkbox.checkboxswitch DIV.slider DIV.val.left,        SPAN.radio.checkboxswitch DIV.slider DIV.val.left {          left: -31px; }        SPAN.checkbox.checkboxswitch DIV.slider DIV.val.right,        SPAN.radio.checkboxswitch DIV.slider DIV.val.right {          right: -31px;          color: #cccccc; }    SPAN.checkbox.checkboxswitch.checked DIV.slider,    SPAN.radio.checkboxswitch.checked DIV.slider {      left: 50%; }      SPAN.checkbox.checkboxswitch.checked DIV.slider:after,      SPAN.radio.checkboxswitch.checked DIV.slider:after {        content: '';        position: absolute;        left: 6px;        right: 6px;        bottom: 6px;        top: 6px;        background: #006600; }    SPAN.checkbox.checkboxswitch.checked DIV.bg,    SPAN.radio.checkboxswitch.checked DIV.bg {      display: block; }    SPAN.checkbox.checkboxswitch.checked DIV.shadow,    SPAN.radio.checkboxswitch.checked DIV.shadow {      border-color: rgba(0, 0, 0, 0.3); }    SPAN.checkbox.checkboxswitch.disabled,    SPAN.radio.checkboxswitch.disabled {      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";      filter: alpha(opacity=50);      -moz-opacity: 0.5;      -khtml-opacity: 0.5;      opacity: 0.5;      cursor: default;      background-image: url("/images/bgDisabled.png") !important; }      SPAN.checkbox.checkboxswitch.disabled DIV.bg,      SPAN.radio.checkboxswitch.disabled DIV.bg {        background-image: url("/images/bgDisabled.png") !important; }    SPAN.checkbox.checkboxswitch.focus:after,    SPAN.radio.checkboxswitch.focus:after {      content: "";      border: 1px dotted #202020;      position: absolute;      top: 0px;      bottom: 0px;      left: 0px;      right: 0px; }Label.prettyradiocheckbox {  color: #202020;  cursor: pointer;  float: left;  font-family: 'GillSansMTRegular';  font-size: 14px;  min-width: 74px; }BODY SPAN.checkbox {  background-position: 0 0px; }  BODY SPAN.checkbox:hover, BODY SPAN.checkbox.hover {    background-position: 0 0px; }  BODY SPAN.checkbox.focus, BODY SPAN.checkbox:focus {    background-position: 0 0px; }  BODY SPAN.checkbox:active {    background-position: 0 -15px; }  BODY SPAN.checkbox.disabled {    background-position: 0 0px; }  BODY SPAN.checkbox.checked {    background-position: 0 -15px; }  BODY SPAN.checkbox.checked:hover, BODY SPAN.checkbox.checked.hover {    background-position: 0 -15px; }  BODY SPAN.checkbox.checked.focus, BODY SPAN.checkbox.checked:focus {    background-position: 0 -15px; }  BODY SPAN.checkbox.checked:active {    background-position: 0 -15px; }  BODY SPAN.checkbox.checked.disabled {    background-position: 0 -15px; }BODY SPAN.radio {  background-position: 0px 0px; }  BODY SPAN.radio:hover, BODY SPAN.radio.hover {    background-position: 0px 0px; }  BODY SPAN.radio.focus, BODY SPAN.radio:focus {    background-position: 0px 0px; }  BODY SPAN.radio:active {    background-position: 0px -15px; }  BODY SPAN.radio.disabled {    background-position: 0px 0px; }  BODY SPAN.radio.checked {    background-position: 0px -15px; }  BODY SPAN.radio.checked:hover, BODY SPAN.radio.checked.hover {    background-position: 0px -15px; }  BODY SPAN.radio.checked.focus, BODY SPAN.radio.checked:focus {    background-position: 0px -15px; }  BODY SPAN.radio.checked:active {    background-position: 0px -15px; }  BODY SPAN.radio.checked.disabled {    background-position: 0px -15px; }UL.FormDark SPAN.checkbox {  background-position: -150px 0px; }  UL.FormDark SPAN.checkbox:hover, UL.FormDark SPAN.checkbox.hover {    background-position: -150px 0px; }  UL.FormDark SPAN.checkbox.focus, UL.FormDark SPAN.checkbox:focus {    background-position: -150px 0px; }  UL.FormDark SPAN.checkbox:active {    background-position: -150px -15px; }  UL.FormDark SPAN.checkbox.disabled {    background-position: -150px 0px; }  UL.FormDark SPAN.checkbox.checked {    background-position: -150px -15px; }  UL.FormDark SPAN.checkbox.checked:hover, UL.FormDark SPAN.checkbox.checked.hover {    background-position: -150px -15px; }  UL.FormDark SPAN.checkbox.checked.focus, UL.FormDark SPAN.checkbox.checked:focus {    background-position: -150px -15px; }  UL.FormDark SPAN.checkbox.checked:active {    background-position: -150px -15px; }  UL.FormDark SPAN.checkbox.checked.disabled {    background-position: -150px -15px; }UL.FormDark SPAN.radio {  background-position: -150px 0px; }  UL.FormDark SPAN.radio:hover, UL.FormDark SPAN.radio.hover {    background-position: -150px 0px; }  UL.FormDark SPAN.radio.focus, UL.FormDark SPAN.radio:focus {    background-position: -150px 0px; }  UL.FormDark SPAN.radio:active {    background-position: -150px -15px; }  UL.FormDark SPAN.radio.disabled {    background-position: -150px 0px; }  UL.FormDark SPAN.radio.checked {    background-position: -150px -15px; }  UL.FormDark SPAN.radio.checked:hover, UL.FormDark SPAN.radio.checked.hover {    background-position: -150px -15px; }  UL.FormDark SPAN.radio.checked.focus, UL.FormDark SPAN.radio.checked:focus {    background-position: -150px -15px; }  UL.FormDark SPAN.radio.checked:active {    background-position: -150px -15px; }  UL.FormDark SPAN.radio.checked.disabled {    background-position: -150px -15px; }/*UL.RadioSwith{	border: 2px solid #cccccc;	background: #ffffff;	display: inline-block;		> LI{		display: inline-block;		position: relative;		float: left;		margin: -2px;		A{			display: inline-block;			background: #ffffff;			border: 2px solid #cccccc;			color: #202020;			cursor: default;			text-align: center;			text-transform: uppercase;			text-decoration: none;			line-height: 22px;			padding: 0px 10px 2px;			min-width: 30px;						}		&:hover{ 		z-index: 50;		A{				background: #ededed;				border: 2px solid #666666;							}}				&.Active{		z-index: 50;		 A{					border: 2px solid #202020;			background: $colorActive;			color: #ffffff;						&:hover{ z-index: 60;}			}		}					}}*/
.jcarousel-wrapper {    position: relative;}/** Carousel **/.jcarousel {    overflow: hidden;    width: 100%;}.jcarousel ul {    width: 20000em;    position: relative;    list-style: none;    margin: 0;    padding: 0;    margin-left: 100px;    margin-right: 100px;}.jcarousel li {    width: 100px;    float: left;    margin-top: 30px;}.jcarousel img {    display: block;    max-width: 100%;    height: auto !important;}/** Carousel Controls **/
.jcarousel-control-prev { position: absolute; margin-top: 30px; width: 43px; height: 128px; text-align: center; background: url('/images/sliderBtnLeft.jpg'); color: #fff; text-decoration: none; }
.jcarousel-control-next { position: absolute; margin-top: 30px; margin-left: -10px; width: 43px; height: 128px; text-align: center; background: url('/images/sliderBtnRight.jpg'); color: #fff; text-decoration: none; }
.jcarousel-control-prev { left: 0px;}.jcarousel-control-next {    right: 0px;}
.ui-autocomplete, .ui-autocomplete LI, .ui-autocomplete LI A {
  top: 298px;
  left: 25px;
}

.ui-autocomplete, .ui-autocomplete LI, .ui-autocomplete LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}

.ui-autocomplete LI A {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  cursor: pointer;
  padding: 4px 5px 4px 28px;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  font-family: "poppins";
}

.ui-autocomplete LI.ui-state-hover A {
  color: #fff !important;
  background-color: #000 !important;
}

.contact-SelectBox {
  width: 240px !important;
}

.contact-SelectBox .selectBox-label {
  width: 100% !important;
}

.ui-widget-content {
  border: 0px;
  background-color: #ffffff;
}

/*FIX FOR RESPONSIVE*/
iframe {
  max-width: 100% !important;
}

.RssFeedIcon {
  float: right;
  margin: 0px 36px 0 0;
}

@media only screen and (max-width: 767px) {
  .container_24 .grid_12 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination {
    width: 100%;
    display: block;
    overflow: auto;
    height: 47px;
  }
  .pagination a:not(:first-of-type):not(:last-of-type) {
    display: none;
  }
  .BlogPostImage {
    width: 100% !important;
  }
  .BlogPostImage .BlogPostCategories, .BlogPostImage .BlogPostTags {
    padding-left: 5px;
    padding-right: 5px;
  }
  .BlogPostImage .BlogPostCategories span, .BlogPostImage .BlogPostTags span {
    display: block;
    line-height: 14px;
    color: #202020;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 10px;
  }
  .RssFeedIcon {
    margin: 10px 5px 0 0;
  }
}
.vacancy-properties {
  margin: 0px 90px 0px 0;
}
.vacancy-properties li {
  display: inline-block;
  float: none;
  width: auto;
  border: 0px;
  margin: 0 15px 0 0;
  line-height: 25px;
}
.vacancy-properties li i {
  padding-right: 5px;
}
.vacancy-properties .vacancy-prop {
  color: #451FBA;
}
.vacancy-properties .vacancy-prop.padright {
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .vacancy-properties {
    margin: 0px;
  }
  .vacancy-properties li {
    display: inline-block;
    margin-top: 10px;
  }
}

.favorites-menu {
  Line-height: 1.5;
}
.favorites-menu .search-button {
  margin: 10px 0px 0px 0px;
  height: 42px;
  cursor: pointer;
  border: 0px;
  font-family: "OpenSansRegular";
  font-weight: normal;
  border-radius: 5px;
  font-size: 20px;
  line-height: 42px;
  background: #0dd3a4;
  color: #33057f;
}

.pointer {
  cursor: pointer;
}

.p-b-0 {
  padding-bottom: 0px;
}

.company-image img {
  width: 160px;
  height: 160px;
}

.linkArrow a {	background:url('/images/linkArrow.png') center right no-repeat;	padding-right: 23px;	color: #202020;    font-size: 18px;    line-height: 84px;    text-transform: uppercase;	}.linkArrow a:hover {	color: #000000;}.blue {	font-size: 14px;	line-height: 18px;	text-align: justify;	color: #86c5a9;	}.blueBold {	font-size: 14px;	font-weight: bold;	line-height: 18px;	text-align: justify;	color: #86c5a9;}.green {	font-size: 14px;	line-height: 18px;	text-align: justify;	color: #86c5a9;	}.greenBold {	font-size: 14px;	font-weight: bold;	line-height: 18px;	text-align: justify;	color: #86c5a9;}.pink {	font-size: 14px;	line-height: 18px;	text-align: justify;	color: #f06597;	}.pinkBold {	font-size: 14px;	font-weight: bold;	line-height: 18px;	text-align: justify;	color: #f06597;}.gold {	font-size: 14px;	line-height: 18px;	text-align: justify;	color: #938355;	}.goldBold {	font-size: 14px;	font-weight: bold;	line-height: 18px;	text-align: justify;	color: #938355;}h3 {    color: #202020;}/**umb_name:Titel*/h3{color: #202020;}/**umb_name:Text blauw*/.blue{font-size: 14px; 	line-height: 18px; 	text-align: justify; 	color: #009fc3;}/**umb_name:Text blauw vet*/.blueBold{font-size: 14px; 	font-weight: bold; 	line-height: 18px; 	text-align: justify; 	color: #009fc3;}/**umb_name:Link met pijlen*/.linkArrow a{background:url('/images/linkArrow.png') center right no-repeat; 	padding-right: 23px; 	color: #202020;     font-size: 18px;     line-height: 84px;     text-transform: uppercase; text-decoration: none;}/**umb_name:Text groen*/.green{font-size: 14px; 	line-height: 18px; 	text-align: justify; 	color: #86c5a9;}/**umb_name:Text groen vet*/.greenBold{font-size: 14px; 	font-weight: bold; 	line-height: 18px; 	text-align: justify; 	color: #86c5a9;}/**umb_name:Text roze*/.pink{font-size: 14px; 	line-height: 18px; 	text-align: justify; 	color: #f06597;}/**umb_name:Text roze vet*/.pinkBold{font-size: 14px; 	font-weight: bold; 	line-height: 18px; 	text-align: justify; 	color: #f06597;}/**umb_name:Text goud*/.gold{font-size: 14px; 	line-height: 18px; 	text-align: justify; 	color: #938355;}/**umb_name:Text goud vet*/.goldBold{font-size: 14px; 	font-weight: bold; 	line-height: 18px; 	text-align: justify; 	color: #938355;}/**umb_name:Link met pijlen*/.linkArrow a{background:url('/images/linkArrow.png') center right no-repeat; 	padding-right: 23px; 	color: #202020;     font-size: 18px;     line-height: 84px;     text-transform: uppercase; text-decoration: none;}/**umb_name:Link met pijlen*/.linkArrow a{background:url('/images/linkArrow.png') center right no-repeat; 	padding-right: 23px; 	color: #202020;     font-size: 18px;     line-height: 84px;     text-transform: uppercase; text-decoration: none;}

/**umb_name:Link met pijlen*/
.linkArrow a{background:url('/images/linkArrow.png') center right no-repeat; 	padding-right: 23px; 	color: #202020;     font-size: 18px;     line-height: 84px;     text-transform: uppercase; text-decoration: none;}

/**umb_name:IntroTekst*/
.IntroText{color: #202020;
    font-size: 18px;
    line-height: 25px;}
/*! * Cropper v2.2.5 * https://github.com/fengyuanchen/cropper * * Copyright (c) 2014-2016 Fengyuan Chen and contributors * Released under the MIT license * * Date: 2016-01-18T05:42:29.639Z */.cropper-container {  font-size: 0;  line-height: 0;  position: relative;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;  direction: ltr !important;  -ms-touch-action: none;      touch-action: none;  -webkit-tap-highlight-color: transparent;  -webkit-touch-callout: none;}.cropper-container img {  display: block;  width: 100%;  min-width: 0 !important;  max-width: none !important;  height: 100%;  min-height: 0 !important;  max-height: none !important;  image-orientation: 0deg !important;}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;}.cropper-wrap-box {  overflow: hidden;}.cropper-drag-box {  opacity: 0;  background-color: #fff;  filter: alpha(opacity=0);}.cropper-modal {  opacity: .5;  background-color: #000;  filter: alpha(opacity=50);}.cropper-view-box {  display: block;  overflow: hidden;  width: 100%;  height: 100%;  outline: 1px solid #39f;  outline-color: rgba(51, 153, 255, .75);}.cropper-dashed {  position: absolute;  display: block;  opacity: .5;  border: 0 dashed #eee;  filter: alpha(opacity=50);}.cropper-dashed.dashed-h {  top: 33.33333%;  left: 0;  width: 100%;  height: 33.33333%;  border-top-width: 1px;  border-bottom-width: 1px;}.cropper-dashed.dashed-v {  top: 0;  left: 33.33333%;  width: 33.33333%;  height: 100%;  border-right-width: 1px;  border-left-width: 1px;}.cropper-center {  position: absolute;  top: 50%;  left: 50%;  display: block;  width: 0;  height: 0;  opacity: .75;  filter: alpha(opacity=75);}.cropper-center:before,.cropper-center:after {  position: absolute;  display: block;  content: ' ';  background-color: #eee;}.cropper-center:before {  top: 0;  left: -3px;  width: 7px;  height: 1px;}.cropper-center:after {  top: -3px;  left: 0;  width: 1px;  height: 7px;}.cropper-face,.cropper-line,.cropper-point {  position: absolute;  display: block;  width: 100%;  height: 100%;  opacity: .1;  filter: alpha(opacity=10);}.cropper-face {  top: 0;  left: 0;  background-color: #fff;}.cropper-line {  background-color: #39f;}.cropper-line.line-e {  top: 0;  right: -3px;  width: 5px;  cursor: e-resize;}.cropper-line.line-n {  top: -3px;  left: 0;  height: 5px;  cursor: n-resize;}.cropper-line.line-w {  top: 0;  left: -3px;  width: 5px;  cursor: w-resize;}.cropper-line.line-s {  bottom: -3px;  left: 0;  height: 5px;  cursor: s-resize;}.cropper-point {  width: 5px;  height: 5px;  opacity: .75;  background-color: #39f;  filter: alpha(opacity=75);}.cropper-point.point-e {  top: 50%;  right: -3px;  margin-top: -3px;  cursor: e-resize;}.cropper-point.point-n {  top: -3px;  left: 50%;  margin-left: -3px;  cursor: n-resize;}.cropper-point.point-w {  top: 50%;  left: -3px;  margin-top: -3px;  cursor: w-resize;}.cropper-point.point-s {  bottom: -3px;  left: 50%;  margin-left: -3px;  cursor: s-resize;}.cropper-point.point-ne {  top: -3px;  right: -3px;  cursor: ne-resize;}.cropper-point.point-nw {  top: -3px;  left: -3px;  cursor: nw-resize;}.cropper-point.point-sw {  bottom: -3px;  left: -3px;  cursor: sw-resize;}.cropper-point.point-se {  right: -3px;  bottom: -3px;  width: 20px;  height: 20px;  cursor: se-resize;  opacity: 1;  filter: alpha(opacity=100);}.cropper-point.point-se:before {  position: absolute;  right: -50%;  bottom: -50%;  display: block;  width: 200%;  height: 200%;  content: ' ';  opacity: 0;  background-color: #39f;  filter: alpha(opacity=0);}@media (min-width: 768px) {  .cropper-point.point-se {    width: 15px;    height: 15px;  }}@media (min-width: 992px) {  .cropper-point.point-se {    width: 10px;    height: 10px;  }}@media (min-width: 1200px) {  .cropper-point.point-se {    width: 5px;    height: 5px;    opacity: .75;    filter: alpha(opacity=75);  }}.cropper-invisible {  opacity: 0;  filter: alpha(opacity=0);}.cropper-bg {  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');}.cropper-hide {  position: absolute;  display: block;  width: 0;  height: 0;}.cropper-hidden {  display: none !important;}.cropper-move {  cursor: move;}.cropper-crop {  cursor: crosshair;}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point {  cursor: not-allowed;}

.container * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container *:before,
.container *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

figure {
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}


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


/**umb_name:GillSansSmall*/
.GillSansSmall{font-family: 'GillSansMTRegular';
font-size: 15px;
color: #4a4a4a;}

/**umb_name:GillSansBig*/
.GillSansBig{font-family: 'GillSansMTRegular';
font-family: 'GillSansMTRegular';
font-size: 50px;
line-height: 40px;
color: #4a4a4a;}

/**umb_name:RobotoRegularBig*/
.RobotoRegularBig{font-family: 'GillSansMTRegular';
font-family: 'GillSansMTRegular';
font-size: 30px;
color: #4a4a4a;
line-height: 25px;}

/**umb_name:GillSansBoldSmall*/
.GillSansBoldSmall{font-family: 'GillSansMTBold';
font-size: 20px;
color: #4a4a4a;}

/**umb_name:GillSansBoldBig*/
.GillSansBoldBig{font-family: 'GillSansMTBold';
font-family: 'GillSansMTBold';
font-size: 24px;
color: #4a4a4a;
line-height: 24px;}

/**umb_name:GillSansBoldMedium*/
.GillSansBoldMedium{font-family: 'GillSansMTBold';
font-family: 'GillSansMTBold';
font-size: 30px;
color: #4a4a4a;
line-height: 25px;
Font-weight: bold}

/**umb_name:ButtonPink*/
.ButtonPink{display: inline-block;
background: #ED6597;
font-family: 'GillSansMTBold';
font-size: 24px;
color: #FFF;
border-radius: 15px;
padding: 5px 10px}

/**umb_name:GillSansMedium*/
.GillSansMedium{font-family: 'GillSansMTRegular';
font-family: 'GillSansMTRegular';
font-size: 30px;
line-height: 35px;
color: #4a4a4a;}

/**umb_name:OpenSansMedium*/
.OpenSansMedium{font-family: 'OpenSansRegular';
    font-family: 'OpenSansRegular';
    font-size: 30px;
    line-height: 35px;
    color: #4a4a4a;}

/**umb_name:OpenSansSmall*/
.OpenSansSmall{font-family: 'OpenSansRegular';
    font-size: 15px;
    color: #4a4a4a;}

/**umb_name:OpenSansBig*/
.OpenSansBig{font-family: 'OpenSansRegular';
font-size: 50px;
line-height: 55px;
color: #4a4a4a;}

/**umb_name:RobotoRegularBig*/
.RobotoRegularBig{font-family: 'OpenSansRegular';
    font-family: 'OpenSansRegular';
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;}

/**umb_name:OpenSansBoldSmall*/
.OpenSansBoldSmall{font-family: 'OpenSansBold';
    font-size: 20px;
    color: #4a4a4a;}

/**umb_name:OpenSansBoldBig*/
.OpenSansBoldBig{font-family: 'OpenSansBold';
    font-family: 'OpenSansBold';
    font-size: 28px;
    color: #4a4a4a;
    line-height: 24px;}

/**umb_name:OpenSansBoldMedium*/
.OpenSansBoldMedium{font-family: 'OpenSansBold';
    font-family: 'OpenSansBold';
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
    Font-weight: bold}

/**umb_name:ButtonPinkOpenSans*/
.ButtonPinkOpenSans{display: inline-block;
    background: #ED6597;
    font-family: 'OpenSansBold';
    font-size: 24px;
    color: #FFF;
    border-radius: 15px;
    padding: 5px 10px}
#menu-toggle {
    display: none;
    float: right;
    cursor: pointer;
}

.responsive-nav-bar {
    display: none;
    width: 100%;
    color: #000;
    left: 0;
}

.responsive-nav-bar ul li {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    padding: 10px 10px 10px 20px;
}

@media only screen and (max-width: 960px) {
    .responsive-nav-bar ul li {
        width: calc(100% - 17px);
    }
}

.responsive-nav-bar ul li:first-of-type {
    padding: 30px 10px 10px 20px;
}

.responsive-nav-bar ul li.submenu-item {
    padding-left: 35px;
}

@media only screen and (max-width: 960px) {
    #menu-toggle {
        display: inline-block;
    }

    .nav-bar.white {
        display: none;
    }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/css/fonts/glyphicons-halflings-regular.eot');
  src: url('/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/Css/fonts/fa-regular-400.eot");
  src: url("/Css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/Css/fonts/fa-regular-400.woff2") format("woff2"), url("/Css/fonts/fa-regular-400.woff") format("woff"), url("/Css/fonts/fa-regular-400.ttf") format("truetype"), url("/Css/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/Css/fonts/fa-solid-900.eot");
  src: url("/Css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/Css/fonts/fa-solid-900.woff2") format("woff2"), url("/Css/fonts/fa-solid-900.woff") format("woff"), url("/Css/fonts/fa-solid-900.ttf") format("truetype"), url("/Css/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

