/* guides */

/*
font-family: "Nunito Sans", sans-serif;
font-family: "houschka";

black: #000;
grey: #444;
light grey: #888;
red (adecco): #c4002b
red (hover): #b61c0f

-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-o-transition: all .15s ease-out;
transition: all .15s ease-out;
*/

/* important */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

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

.display-flex {
	display: flex !important;
}

.width-66-6666proc {
  width: 66.666666% !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.mt-0-85rem {
  margin-top: .85rem !important;
}

.mt-29px {
  margin-top: 29px !important;
}

.mlr-0-75rem {
	margin-left: .75rem !important;
	margin-right: .75rem !important;
}

.ml-0-5rem {
  margin-left: .5rem !important;
}

.ml-0-75rem {
  margin-left: .75rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pb-2rem {
	padding-bottom: 2rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.font-size-1-1rem {
  font-size: 1.1rem !important;
}

.font-size-2rem {
  font-size: 2rem !important;
}

.color-000 {
	color: #000 !important;
}

.color-444 {
	color: #444 !important;
}

.color-8e8e8e {
  color: #8e8e8e !important;
}

.color-999 {
  color: #999 !important;
}

.color-c4002b {
	color: #c4002b !important;
}

.color-c4002b {
	color: #c4002b !important;
}

.color-fff {
  color: #fff !important;
}

.border-top-2px-solid-666 {
  border-top: 2px solid #666 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.rotate-180deg {
	transform: rotate(180deg) !important;
}

.flex-1 {
	flex: 1 !important;
}

.gap-1rem {
  gap: 1rem !important;
}

.bg-color-000 {
  background-color: #000 !important;
}

.bg-color-535353 {
  background-color: #535353 !important;
}

.justify-content-stretch {
  justify-content: stretch !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.usual-href {
  color: #000;
  text-decoration: underline;
}

.usual-href:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

	.mb-0-for-xs {
		margin-bottom: 0 !important;
	}

	.mb-2rem-for-xs {
		margin-bottom: 2rem !important;
	}

	.ptb-2rem-for-xs {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

  .plr-2rem-for-xs {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .pr-1rem-for-xs {
    padding-right: 1rem !important;
  }

  .pr-1-5rem-for-xs {
    padding-right: 1.5rem !important;
  }

  .width-50proc-for-xs {
    width: 50% !important;
  }

  .width-80proc-for-xs {
    width: 80% !important;
  }

  .width-85proc-for-xs {
    width: 85% !important;
  }

  .text-align-center-for-xs {
    text-align: center !important;
  }

  .border-top-0-for-xs {
    border-top: 0 !important;
  }

  .border-right-0-for-xs {
    border-right: 0 !important;
  }

	.mt-0-75rem-for-xs {
		margin-top: .75rem !important;
	}

	.font-size-0-925rem-for-xs {
		font-size: .925rem !important;
	}

  .font-size-1-75rem-for-xs {
    font-size: 1.75rem !important;
  }

	.min-height-60px-for-xs {
		min-height: 60px !important;
	}

  .letter-spacing-0-for-xs {
    letter-spacing: 0 !important;
  }

  .line-height-1-75rem-for-xs {
    line-height: 1.75rem !important;
  }

  .line-height-2rem-for-xs {
    line-height: 2rem !important;
  }

  .overflow-x-auto-for-xs {
    overflow-x: auto !important;
  }
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

	.width-42-5proc-for-desktop {
		width: 42.5% !important;
	}

	.width-50proc-for-desktop {
		width: 50% !important;
	}

	.width-55proc-for-desktop {
		width: 55% !important;
	}

  .width-66-6666proc-for-desktop {
    width: 66.666666% !important;
  }

	.width-70proc-for-desktop {
		width: 70% !important;
	}

	.width-80proc-for-desktop {
		width: 80% !important;
	}

	.width-85proc-for-desktop {
		width: 85% !important;
	}

  .mb-4-25-for-desktop {
    margin-bottom: 1.875rem !important;
  }

  .pb-3-5rem-for-desktop {
    padding-bottom: 3.5rem !important;
  }
}

/* navigation */

.top-bar-div {
  background-color: #535353;
}

.top-bar-div ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.top-bar-div ul li {
  display: inline-block;
  margin-left: 1.5rem;
}

.top-bar-div ul li:first-child {
  margin-left: 0;
}

.top-bar-div ul li a {
  color: #ccc;
  text-decoration: none;
  font-family: "houschka";
  font-size: .9rem;
  font-weight: 500;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.top-bar-div ul li a:hover {
  color: #fff;
}

.top-bar-div ul li a i {
  margin-left: .5rem;
  font-size: .75rem;
  vertical-align: 0;
}

.navbar-brand img {
  width: 125px;
  height: auto;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.navbar-shrink .navbar-brand img,
.shrink-navbar .navbar-brand img {
	width: 125px;
}

/*
.navbar-brand img:nth-child(2) {
  display: none;
}

.navbar-shrink .navbar-brand img:nth-child(1) {
  display: none;
}

.shrink-navbar .navbar .navbar-brand img:nth-child(1) {
  display: none;
}

.navbar-shrink .navbar-brand img:nth-child(2) {
  display: block;
}

.shrink-navbar .navbar .navbar-brand img:nth-child(2) {
  display: block;
}
*/

.nav-item {
  cursor: pointer;
}

.nav-item .nav-link span {
  position: relative;
}

.nav-item .nav-link span::after {
  content: "";
  left: 0;
  bottom: -4px;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(1.001) scaleX(0);
  backface-visibility: hidden;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.navbar-shrink .nav-item .nav-link span::after {
  background-color: #fff;
}

.shrink-navbar .navbar .nav-item .nav-link span::after {
  background-color: #fff;
}

.nav-item .nav-link i {
  font-size: 1rem;
  margin-left: .5rem;
	-webkit-transition: all .15s ease-out !important;
  -moz-transition: all .15s ease-out !important;
  -o-transition: all .15s ease-out !important;
  transition: all .15s ease-out !important;
}

.nav-item .nav-link:hover span::after,
.nav-item .nav-link.active span::after {
  transform: scale(1.001) scaleX(1);
}

.nav-item-cta > a {
  padding: .75rem 2.5rem !important;
  font-size: .9rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  color: #000 !important;
  text-transform: uppercase !important;
	font-family: "houschka" !important;
  background-color: #fff;
  border-radius: 6px;
}

.nav-item-cta > .nav-link > i {
  font-size: 1rem;
  margin-left: .5rem;
  margin-right: 0;
	vertical-align: -1px;
	-webkit-transition: all .15s ease-out !important;
  -moz-transition: all .15s ease-out !important;
  -o-transition: all .15s ease-out !important;
  transition: all .15s ease-out !important;
}

.nav-item-cta > a:hover {
  background-color: #f3f3f3 !important;
  color: #000 !important;
}

.nav-item-cta .dropdown-menu {
  margin-left: -2rem;
  padding-top: 1.25rem;
}

@media (max-width: 767px) {
  .navbar {
    background-color: #c4002b !important;
    box-shadow: none !important;
  }

  .navbar-shrink {
    background-color: #c4002b !important;
  }

  .shrink-navbar .navbar {
    background-color: rgba(255, 255, 255, .98) !important;
  }

  .nav-link {
    padding-top: .65rem !important;
    padding-bottom: .65rem !important;
  }

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

  .nav-item-cta {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .nav-item-cta i {
    display: inline;
  }

  .nav-item-cta .dropdown-menu {
    margin-left: 0;
    padding-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .nav-item-cta {
    margin-left: 0;
    margin-left: 2rem;
    margin-right: 0;
  }
}

/* dropdown (services) */

.services-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 101px;
  z-index: 2;
  width: 100%;
	border-top: 2px solid #f7f7f7;
	padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: auto;
  background-color: rgba(255, 255, 255, .98);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.services-menu.active {
  opacity: 1;
  pointer-events: visible;
}

.services-menu h2 {
	color: #888;
	font-weight: 700;
	letter-spacing: .5px;
	font-size: .9rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.individual-service-menu-service {
  display: block;
}

.individual-service-menu-service > div {
	margin-bottom: calc(1rem - 8px);
	display: inline-block;
	padding: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: -8px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.individual-service-menu-service > div:hover {
	background-color: #eee;
}

.individual-service-menu-service h3 {
  font-size: .9rem;
  font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
  color: #c4002b !important;
	margin-bottom: 0;
}

.individual-service-menu-service p {
	font-size: .85rem;
	font-weight: 500;
	color: #444;
	margin-bottom: 0;
	width: 90%;
}

.services-menu a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
	letter-spacing: .5px;
  text-decoration: none;
}

.services-menu a .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.services-menu a .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.services-menu a .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.services-menu a .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.services-menu a:hover .arrow {
  background-color: #fff;
  color: #000;
}

.services-menu a:hover .arrow .line {
  width: 45px;
  background: #000;
}

.services-menu a:hover .arrow .line #arrow-svg {
  fill: #000;
}

/* cover */

.masthead h1 span {
  color: #6bd0ba;
}

.button-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.btn-cover {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
	font-family: "houschka";
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  background-color: #efe04e;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cover .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.btn-cover .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cover .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.btn-cover .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cover:hover {
  background-color: #ecdb2f;
  color: #000;
}

.btn-cover:hover .arrow .line {
  width: 45px;
  background: #000;
}

.btn-cover:hover .arrow .line #arrow-svg {
  fill: #000;
}

.btn-about {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
	font-family: "houschka";
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #c4002b;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-about .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.btn-about .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-about .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.btn-about .arrow .line #arrow-svg {
  fill: #fff;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-about:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #c4002b;
}

.btn-about:hover .arrow .line {
  width: 45px;
  background: #fff;
}

.btn-about:hover .arrow .line #arrow-svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .btn-about {
    width: 100%;
    justify-content: center;
  }
}

.btn-facebook {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
	font-family: "houschka";
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0165e1;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-facebook .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.btn-facebook .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-facebook .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.btn-facebook .arrow .line #arrow-svg {
  fill: #fff;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-facebook:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0165e1;
}

.btn-facebook:hover .arrow .line {
  width: 45px;
  background: #fff;
}

.btn-facebook:hover .arrow .line #arrow-svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .btn-facebook {
    width: 100%;
    justify-content: center;
  }
}

.cover-a {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.cover-a:hover {
  color: #fff;
  text-decoration: none;
}

.cover-a::after {
  content: "";
  left: 0;
  bottom: -4px;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(1.001) scaleX(0);
  backface-visibility: hidden;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.cover-a:hover::after {
  transform: scale(1.001) scaleX(1);
}

.cover-a i {
  display: none;
  margin-left: 0.75rem;
  vertical-align: middle;
}

.masthead .dots {
  position: absolute;
  bottom: 2rem;
}

.masthead .dots span {
  display: inline-block;
  color: #fff;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin-right: .5rem;
  cursor: pointer;
  -webkit-transition: all .15s ease-out !important;
  -moz-transition: all .15s ease-out !important;
  -o-transition: all .15s ease-out !important;
  transition: all .15s ease-out !important;
}

.masthead .dots span:last-child {
  margin-right: 0;
}

.masthead .dots span.active,
.masthead .dots span:hover {
  background-color: #fff;
}

@media (max-width: 767px) {
  header.masthead {
    margin-top: 144px;
    padding-top: 3rem;
    padding-bottom: 6rem;
		background-image: linear-gradient(160deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, .85) 50%, rgba(238, 238, 238, 0) 100%), url("../images/cover3.jpg");
    background-image: linear-gradient(90deg, rgba(196, 0, 43, .75) 0%, rgba(196, 0, 43, .375) 50%, rgba(196, 0, 43, 0) 100%), url("../images/cover3.jpg")
  }

  .masthead .dots {
    left: 1.5rem;
  }
}

/* facts */

.front-page-facts-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}

.front-page-individual-fact {
  position: relative;
  flex: 1 1 50%;
  text-align: center;
}

.front-page-individual-fact::after {
  display: none;
  content: "";
  background: #fff;
  position: absolute;
  bottom: calc(50% - 3px);
  left: -28px;
  height: 4px;
  width: 4px;
  border-radius: 2px;
}

.front-page-individual-fact h2 {
  font-family: "houschka";
}

.front-page-facts-section .front-page-individual-fact:first-child::after {
  display: none;
}

.front-page-facts-section h2 {
	font-family: "houschka";
  color: #000;
	letter-spacing: 0.5px;
	font-size: 1.875rem !important;
}

.front-page-facts-section p {
  color: #000;
  font-size: .9rem;
  font-size: 1rem;
  width: 80%;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767px) {
	.front-page-facts-section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.front-page-facts-section h2 {
		font-size: 1.75rem !important;
	}

	.front-page-facts-section p {
		font-size: .925rem !important;
		line-height: 1.25rem !important;
	}
}

/* services */

.front-page-services-section {
  /*background-color: #eee;*/
	/*background: linear-gradient(160deg, #f7f7f7 0%, #ddd 50%, #eee 100%);*/
	background: linear-gradient(160deg, rgba(247, 247, 247, .9) 0%, rgba(247, 247, 247, .935) 50%, rgba(247, 247, 247, 0.97) 100%), url("../images/cover.jpg");
	background: linear-gradient(160deg, rgba(251, 251, 251, .9) 0%, rgba(251, 251, 251, .935) 50%, rgba(251, 251, 251, 0.97) 100%), url("../images/cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
  /*background-image: url("../images/symbol_3.svg");*/
	/*
  background-size: 340px;
  background-repeat: no-repeat;
  background-position-y: 30%;
  background-position-x: calc(100% + 20px);
	*/
}

.front-page-services-section h2 {
  color: #c4002b;
	text-transform: uppercase;
	font-family: "houschka";
	font-size: 1.875rem;
	letter-spacing: .5px;
}

.front-page-services-section p {
  font-size: 1rem;
}

.front-page-individual-service h3 {
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
  font-size: 1.25rem;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: .5px;
  color: #000;
  width: 65%;
  width: 70%;
	font-family: "houschka";
	/*letter-spacing: .5px;*/
	text-transform: uppercase;
  /*min-height: 67px;*/
}

.front-page-individual-service p {
  margin-bottom: 1.5rem;
  font-size: .925rem;
  width: 92.5%;
}

.front-page-individual-service-a-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.front-page-individual-service a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
	letter-spacing: .5px;
}

.front-page-individual-service a .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-service a .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-service a .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.front-page-individual-service a .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-service a:hover .arrow {
  background-color: #fff;
  color: #000;
}

.front-page-individual-service a:hover .arrow .line {
  width: 45px;
  background: #000;
}

.front-page-individual-service a:hover .arrow .line #arrow-svg {
  fill: #000;
}

.front-page-individual-service img {
  height: 50px;
  width: auto;
}

.front-page-individual-service > div > div:first-child {
  margin-bottom: 1.75rem;
}

@media (max-width: 767px) {
  .front-page-services-section {
    /*background-image: url("../images/symbol_3.svg");*/
    background-size: 180px;
    background-repeat: no-repeat;
    background-position-y: 68px;
    background-position-x: calc(100% + 20px);
  }

  .front-page-individual-service h3 {
    width: 90%;
    min-height: 0;
  }

  .front-page-individual-service p {
    width: 90%;
  }
}

/* tools */

.front-page-tools-section {
  /* background-color: #fff; */
	background-image: linear-gradient(160deg, rgba(251, 251, 251, .9) 0%, rgba(251, 251, 251, .935) 50%, rgba(251, 251, 251, 0.97) 100%), url("../images/staff_selection_cover.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.front-page-tools-section h2 {
  color: #c4002b;
	text-transform: uppercase;
}

.front-page-tools-section p {
  font-size: 1rem;
}

.front-page-individual-tool h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
	font-size: 1rem;
	line-height: 1.25;
  color: #003e53;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	width: 70%;
	font-family: "houschka";
}

.front-page-individual-tool p {
  margin-bottom: 1.5rem;
  font-size: .925rem;
  width: 92.5%;
}

.front-page-individual-tool-a-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.front-page-individual-tool a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
	letter-spacing: .5px;
}

.front-page-individual-tool a .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-tool a .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-tool a .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.front-page-individual-tool a .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-tool a:hover .arrow {
  background-color: #fff;
  color: #000;
}

.front-page-individual-tool a:hover .arrow .line {
  width: 45px;
  background: #000;
}

.front-page-individual-tool a:hover .arrow .line #arrow-svg {
  fill: #000;
}

.front-page-individual-tool img {
  height: 50px;
  width: auto;
}

.front-page-individual-tool > div > div:first-child {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .front-page-individual-tool h3 {
    width: 90%;
  }

  .front-page-individual-tool p {
    width: 90%;
  }
}

/* facts */

.front-page-advantages-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #008894;
}

.front-page-advantages-section h2 {
  color: #fff;
}

.front-page-advantages-section p {
  color: #fff;
  font-size: .9rem;
  font-size: 1rem;
  width: 80%;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

/* cases (newest) */

.client-stories {
  background-color: #fff;
}

.client-stories .client-stories-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-style: solid;
  border-color: #eee;
  border-width: 0;
}

.client-stories .client-stories-inner .item {
  width: 25%;
  height: 260px;
  border-style: solid;
  border-color: #eee;
  border-width: 0 2px 2px 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.client-stories .client-stories-inner .item.all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 260px;
  background-color: #eee;
  border-style: solid;
  border-color: #eee;
  border-width: 0 1px 1px 0;
  text-decoration: none;
}

.client-stories .client-stories-inner .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
}

.client-stories .client-stories-inner .content .logo {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.client-stories .client-stories-inner .content .logo img {
  max-width: 150px;
  height: auto;
}

.client-stories .client-stories-inner .content .info {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.client-stories .client-stories-inner .content .info .title {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.75rem;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  transition-delay: .3s;
}

.client-stories .client-stories-inner .content .info .button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  transition-delay: .3s;
}

.client-stories .button {
  display: flex;
  align-items: center;
  color: #003e53;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.client-stories .item.all .button {
  color: #008894;
}

.client-stories .button .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.client-stories .button .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #003e53;
  border-radius: 2px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.client-stories .item.all .button .arrow .line {
  background: #008894;
}

.client-stories .button .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.client-stories .button .arrow .line #arrow-svg {
  fill: #003e53;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.client-stories .item.all .button .arrow .line #arrow-svg {
  fill: #008894;
}

.client-stories .button:hover .arrow {
  background-color: #fff;
  color: #000;
}

.client-stories .item.all .button:hover .arrow {
  color: #008894;
}

.client-stories .button:hover .arrow .line {
  width: 45px;
  background: #003e53;
}

.client-stories .button:hover .arrow .line #arrow-svg {
  fill: #003e53;
}

.client-stories .item.all .button:hover .arrow .line #arrow-svg {
  fill: #008894;
}

.client-stories .client-stories-inner .item:hover {
  background-color: #eee;
}

.client-stories .client-stories-inner .item:hover .logo {
  transform: scale(.75);
  margin-bottom: 1rem;
}

.client-stories .client-stories-inner .item:hover .info {
  max-height: 260px;
  overflow: hidden;
  opacity: 1;
}

.client-stories .client-stories-inner .item:hover .info .button-wrap,
.client-stories .client-stories-inner .item:hover .info .title {
  opacity: 1;
}

@media (max-width: 767px) {
  .client-stories .client-stories-inner .item {
    width: 100%;
    background-color: #fff;
    border-right: 0 !important;
  }

  .client-stories .client-stories-inner .item.all {
    width: 100%;
    height: 160px;
  }

  .client-stories .client-stories-inner .content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .client-stories .client-stories-inner .item .logo {
    transform: scale(.75);
    margin-bottom: 1rem;
    margin-top: -.75rem;
  }

  .client-stories .client-stories-inner .item .info {
    max-height: 260px;
    overflow: hidden;
  }

  .client-stories .client-stories-inner .item .info .button-wrap,
  .client-stories .client-stories-inner .item .info .title {
    opacity: 1;
  }

  /*
  .client-stories .client-stories-inner .item .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 58px;
  }
  */
}

/* blog */

.front-page-blog-section {
  background-color: #eee;
}

.front-page-blog-section h2 {
  color: #008894;
}

.front-page-blog-section p {
  font-size: 1rem;
}

.front-page-individual-entry h3 {
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
  font-size: 1.25rem;
  color: #008894;
  width: 65%;
  width: 90%;
}

.front-page-individual-entry p {
  margin-bottom: 2rem;
  font-size: 1rem;
  width: 95%;
}

.front-page-individual-entry p.author {
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #777;
}

.front-page-individual-entry p.author a {
  display: inline-block;
  text-decoration: none;
  font-size: .9rem;
  line-height: 1.3;
  color: #777;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #777;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-entry p.author a:hover {
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.front-page-individual-entry p.author span {
  display: inline-block;
  margin-left: .15rem;
  margin-right: .15rem;
}

.front-page-individual-entry-a-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.front-page-individual-entry a {
  display: flex;
  align-items: center;
  color: #008894;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.front-page-individual-entry a .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-entry a .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #008894;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-entry a .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.front-page-individual-entry a .arrow .line #arrow-svg {
  fill: #008894;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-entry a:hover .arrow {
  background-color: #fff;
  color: #000;
}

.front-page-individual-entry a:hover .arrow .line {
  width: 45px;
  background: #008894;
}

.front-page-individual-entry a:hover .arrow .line #arrow-svg {
  fill: #008894;
}

.front-page-individual-entry img {
  height: auto;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
}

.front-page-individual-entry > div > div:first-child {
  position: relative;
  height: 180px;
  margin-bottom: 1.75rem;
  border-radius: 3px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-entry > div > div:first-child span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .4rem .85rem;
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  background-color: #008894;
  border-radius: 3px;
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.front-page-individual-entry > div > div:first-child:hover {
  background-size: 105%;
}

.front-page-individual-entry > div > div:first-child span:hover {
  background-color: #6bd0ba;
  color: #000;
}

@media (max-width: 767px) {
  .front-page-blog-section {
    background-color: #fff;
  }

  .blog-section h2 {
    font-size: 1.75rem !important;
    line-height: 2rem !important;
  }

  .front-page-individual-entry p {
    margin-bottom: 1.25rem;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .front-page-individual-entry h3 {
    min-height: 96px;
  }
}

/* cta */

.front-page-cta-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003e53;
  background-color: #c4002b;
  /*background-image: url('../images/cta_cover.jpg');*/
  background-size: 150%;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 8%;
}

.front-page-cta-section h2 {
  color: #fff;
  flex: 1;
}

.front-page-cta-section h2 span {
  color: #6bd0ba;
}

.front-page-cta-section p {
  color: #fff;
  font-size: .9rem;
  font-size: 1rem;
  width: 80%;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.front-page-cta-div {
  border-radius: 6px;
}

.front-page-cta-div > div {
  flex: 1;
}

.btn-cta {
  display: flex;
  align-items: center;
  padding: 1.25rem 3.125rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: #444;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cta .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.btn-cta .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #444;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cta .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.btn-cta .arrow .line #arrow-svg {
  fill: #444;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cta:hover {
  background-color: #fff;
  color: #444;
}

.btn-cta:hover .arrow .line {
  width: 45px;
  background: #444;
}

.btn-cta:hover .arrow .line #arrow-svg {
  fill: #444;
}

@media (max-width: 767px) {
  .front-page-cta-section {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 200%;
    background-position-x: 0;
  }
}

@media (min-width: 768px) {
  .front-page-cta-div {
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
  }
}

/* footer */

footer {
  background-color: #535353;
  padding-top: 6rem;
}

footer h2 {
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "houschka";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: .9rem;
}

footer ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

footer ul li {
  margin-bottom: .5rem;
  color: #000;
  font-weight: 400;
  font-size: .95rem;
}

footer ul li a {
  color: #ccc !important;
  font-weight: 400;
  font-size: .925rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}

footer ul li span {
  display: inline-block;
  margin-left: .5rem;
  padding: .1rem .6rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 3px;
  font-size: .7rem;
  font-weight: 600;
  background-color: #6bd0ba;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer ul.social-links {
  margin-top: 1rem;
}

footer ul.social-links li {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  margin-right: 1rem !important;
}

footer ul.social-links li a {
  color: #ccc;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer ul.social-links li a:hover {
  color: #fff;
  text-decoration: none;
}

footer .newsletter-div h2 {
  margin-bottom: 1.5rem;
  font-size: .9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
	letter-spacing: 1px;
  color: #fff;
}

footer .newsletter-div p {
  color: #ccc;
	font-size: .925rem;
  margin-bottom: 1.5rem;
}

footer input,
footer input:focus {
  flex: 3 !important;
  padding: .5rem 1rem !important;
  border: 0 !important;
  border-radius: 6px !important;
  outline: 0 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

footer button,
footer button:focus {
  flex: 1 !important;
  color: #000 !important;
  font-family: "houschka" !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: .875rem 2rem !important;
  border: 0 !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
  background-color: #efe04e !important;
  text-transform: uppercase !important;
  -webkit-transition: all .15s ease-out !important;
  -moz-transition: all .15s ease-out !important;
  -o-transition: all .15s ease-out !important;
  transition: all .15s ease-out !important;
}

footer button:hover {
  color: #000 !important;
  background-color: #ecdb2f !important;
}

footer .newsletter-div p.privacy-policy {
  margin-top: .5rem;
  font-size: .8rem;
  color: #ccc;
}

footer .newsletter-div p.privacy-policy a {
  color: #ccc;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer .newsletter-div p.privacy-policy a:hover {
  color: #fff;
  text-decoration: none;
}

footer .footer-copyright {
  border-top: 2px solid #eee;
  border-top: 0;
  font-size: .925rem;
  color: #aaa;
  font-family: "houschka";
  font-weight: 500;
}

footer .footer-copyright a {
  color: #aaa;
  text-decoration: none;
  margin-right: 1rem;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer .footer-copyright a:hover {
  color: #fff;
  text-decoration: none;
}

footer .footer-copyright a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  footer ul.social-links li {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

	footer .newsletter-div h2 {
		margin-bottom: 1.25rem !important;
	}

	footer .newsletter-div p.privacy-policy {
		margin-bottom: 1rem !important;
	}

	footer .footer-copyright {
		font-size: .85rem !important;
	}
}

/* clients */

.front-page-clients-section {
  padding-top: 2rem;
  padding-bottom: calc(1rem - 7px);
  /*background: linear-gradient(160deg, rgba(245, 245, 245, .95) 0%, rgba(245, 245, 245, .95) 50%, rgba(245, 245, 245, 0.95) 100%), url("../images/clients_cover_photo.jpg");*/
	background-color: #f3f3f3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-position-y: 67%;
	clear: both;
}

.front-page-clients-section h2 {
  font-family: "houschka";
  font-weight: 500;
  line-height: 2.25rem;
}

.front-page-clients-section h3 {
  font-family: "houschka";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}

.individual-logo-div img {
	padding: 0 20px;
	width: 80%;
	margin: 0 auto;
	height: auto;
}

.carousel-prev,
.carousel-next {
	position: absolute;
	top: calc(50% - 19px);
	display: block;
	width: 30px;
	height: 30px;
	z-index: 1;
}

.carousel-prev {
	left: -25px;
	right: auto;
}

.carousel-next {
	right: -25px;
	left: auto;
}

.carousel-prev i,
.carousel-next i {
	font-size: 30px;
	color: #888;
  -webkit-transition: all .15s ease-out !important;
  -moz-transition: all .15s ease-out !important;
  -o-transition: all .15s ease-out !important;
  transition: all .15s ease-out !important;
}

.carousel-prev:hover i,
.carousel-next:hover i {
	color: #000;
}

@media (max-width: 767px) {
	.front-page-clients-section {
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}

	.individual-logo-div img {
		width: 100%;
	}
}

/* layout front page */

.front-page-layout-section {
	display: flex;
	margin: 0 auto;
}

.front-page-layout-section > div:first-child {
	flex: 1;
	background-color: #eee;
	float: left;
}

.front-page-layout-left {
	max-width: 612px;
	margin-left: auto;
	margin-right: 0;
	padding: 3rem 0;
	padding-right: 48px;
	background-image: url("../images/symbol_1.png");
	background-size: 143px;
	background-repeat: no-repeat;
	background-position: 100% 85%;
}

.front-page-layout-left h2,
.front-page-layout-right h2 {
	color: #c4002b;
	font-family: "houschka";
	font-size: 1.875rem;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.front-page-layout-left p,
.front-page-layout-right p {
	width: 85%;
	font-size: 1rem;
}

.front-page-layout-section > div:nth-child(2) {
	flex: 1;
	background-color: #fff;
	float: right;
}

.front-page-layout-background {
	height: 402px;
	background-image: url("../images/staff_2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.front-page-layout-right {
	max-width: 612px;
	margin-left: 0;
	margin-right: auto;
	padding: 3rem 0;
	padding-left: 48px;
}

.front-page-layout-cta {
	background-color: #c4002b;
	background: linear-gradient(160deg, rgba(196, 0, 43, .9) 0%, rgba(196, 0, 43, .9) 50%, rgba(196, 0, 43, 0.9) 100%), url("../images/staff.jpg");
	/*background-image: url("../images/symbol_2.png");*/
	background-size: 143px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-position: center center;
	height: 381.5px;
}

.front-page-layout-cta > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 381.5px;
	max-width: 612px;
	max-width: none;
	margin-left: auto;
	margin-right: 0;
	padding: 3rem 0;
	padding-right: 48px;
	padding-right: 0;
}

.front-page-layout-cta h2 {
	color: #fff;
	font-family: "houschka";
	font-size: 1.875rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
}

.btn-cta-new {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
	font-family: "houschka";
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cta-new .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.btn-cta-new .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cta-new .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.btn-cta-new .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-cta-new:hover {
  background-color: #fff;
  color: #000;
}

.btn-cta-new:hover .arrow .line {
  width: 45px;
  background: #000;
}

.btn-cta-new:hover .arrow .line #arrow-svg {
  fill: #000;
}

@media (max-width: 767px) {
	.front-page-layout-section {
		display: block;
	}

	.front-page-layout-left {
		padding-top: 2rem;
		padding-bottom: 2rem;
		max-width: none;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.front-page-layout-left h2,
	.front-page-layout-right h2 {
		font-size: 1.625rem;
	}

	.front-page-layout-left > p,
	.front-page-layout-right > p {
		width: calc(100% - 1.5rem);
		font-size: .925rem !important;
	}

	.front-page-individual-service p,
	.front-page-individual-tool p {
		font-size: .925rem !important;
		width: 82.5% !important;
	}

	.front-page-layout-background {
		height: 300px;
	}

	.front-page-layout-right {
		padding: 2rem 1.5rem;
		max-width: none;
	}

	.front-page-layout-cta,
	.front-page-layout-cta > div {
		height: auto !important;
	}

	.front-page-layout-cta h2 {
		font-size: 1.625rem !important;
	}
}

/* about section */

.about-section h2 {
  font-family: "houschka";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.25rem;
}

.about-section h3 {
  font-family: "houschka";
  font-size: 1rem;
  font-weight: 600;
}

.facts-div {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  background-color: #f3f3f3;
  border-radius: 48px;
  background-image: url('../images/symbol_top.png');
  background-size: 143px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media (max-width: 767px) {
  .about-section h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

/* services section */

.services-section h2 {
  font-family: "houschka";
  font-weight: 500;
  line-height: 2.25rem;
}

.services-section p {
  width: 80%;
}

.individual-service-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #f3f3f3;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-service-div:hover {
  background-color: #ebebeb;
}

.individual-service-div > div {
  flex: 1;
}

.individual-service-div > div:nth-child(1) {
  text-align: center;
}

.individual-service-div > div:nth-child(1) img {
  height: 40px;
  width: auto;
}

.individual-service-div > div:nth-child(2) {
  flex: 9;
  padding-left: 2rem;
  padding-left: 1.5rem;
  font-family: "houschka";
  font-weight: 500;
  font-size: 1.33rem;
}

.individual-service-div > div:nth-child(3) .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-service-div > div:nth-child(3) .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-service-div > div:nth-child(3) .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.individual-service-div > div:nth-child(3) .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-service-div:hover > div:nth-child(3) .arrow {
  background-color: #fff;
  color: #000;
}

.individual-service-div:hover > div:nth-child(3) .arrow .line {
  width: 45px;
  background: #000;
}

.individual-service-div:hover > div:nth-child(3) .arrow .line #arrow-svg {
  fill: #000;
}

@media (max-width: 767px) {
  .services-section {
    padding-top: 2.5rem;
  }

  .individual-service-div {
    padding: 1rem 1.25rem;
  }

  .individual-service-div > div:nth-child(2) {
    flex: 4;
    padding-left: 1.25rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

/* blog */

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

.blog-section h2 {
  font-family: "houschka";
  font-weight: 500;
  line-height: 2.25rem;
}

.individual-blog-div h3 {
  font-family: "houschka";
  font-weight: 500;
  font-size: 1.33rem;
}

.individual-blog-div p {
  color: #333;
}

.individual-blog-div,
.individual-blog-div > div {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-blog-div > div:nth-child(1) {
  height: 220px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.individual-blog-div > div:nth-child(2) {
  background-color: #f3f3f3;
}

.individual-blog-div > div:nth-child(3) {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
  background-color: #f3f3f3;
  border-top: 0;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.individual-blog-div > div:nth-child(3) > div:nth-child(1) {
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "houschka";
}

.individual-blog-div > div:nth-child(3) .arrow {
  width: 45px;
  margin-left: 1.5rem;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-blog-div > div:nth-child(3) .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-blog-div > div:nth-child(3) .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.individual-blog-div > div:nth-child(3) .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-blog-div:hover > div {
  cursor: pointer;
}

.individual-blog-div:hover > div:nth-child(1) {
  background-size: 105%;
}

.individual-blog-div:hover > div:nth-child(2),
.individual-blog-div:hover > div:nth-child(3) {
  background-color: #ebebeb;
}

.individual-blog-div:hover > div:nth-child(3) .arrow {
  background-color: #fff;
  color: #000;
}

.individual-blog-div:hover > div:nth-child(3) .arrow .line {
  width: 45px;
  background: #000;
}

.individual-blog-div:hover > div:nth-child(3) .arrow .line #arrow-svg {
  fill: #000;
}

/* cta section */

.cta-section {
  padding-top: 0;
  margin-bottom: -6rem;
}

.cta-section-div {
  display: flex;
  background-color: #c4002b;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(45deg, rgba(196, 0, 43, 1) 0%, rgba(196, 0, 43, 0.8) 50%, rgba(196, 0, 43, 0.2) 100%), url("../images/cta_background_cover.jpg");
  /*background-image: url('../images/cta_cover_section.jpg');*/
  background-size: cover;
  background-position: center center;
  background-position-y: 70%;
  background-repeat: no-repeat;
}

.cta-section-div > div {
  flex: 1;
  padding: 3rem;
}

.cta-section-div > div:nth-child(2) {
  flex: 1;
  background-image: url('../images/cta_cover_section.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cta-section-div h3 {
  font-family: "houschka";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.25rem;
}

.cta-section-div p {
  margin-bottom: 0;
}

.btn-call-to-action {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
	font-family: "houschka";
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-call-to-action .arrow {
  width: 45px;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.btn-call-to-action .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-call-to-action .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.btn-call-to-action .arrow .line #arrow-svg {
  fill: #000;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-call-to-action:hover {
  background-color: #f3f3f3;
  color: #000;
}

.btn-call-to-action:hover .arrow .line {
  width: 45px;
  background: #000;
}

.btn-call-to-action:hover .arrow .line #arrow-svg {
  fill: #000;
}

@media (max-width: 767px) {
  .cta-section-div {
    background: linear-gradient(45deg, rgba(196, 0, 43, 1) 0%, rgba(196, 0, 43, 0.8) 50%, rgba(196, 0, 43, 0.6) 100%), url("../images/cta_background_cover.jpg");
    background-size: 250%;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y: 100%;
  }

  .cta-section-div > div {
    padding: 2rem;
  }

  .btn-call-to-action {
    justify-content: center;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cta-section-div h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .cta-section-div h3,
  .cta-section-div p {
    width: 37.5%;
  }
}

/* for employees page - header */

.for-employees-page-header {
  height: auto !important;
  padding-top: calc(144px + 3rem) !important;
  padding-bottom: 3rem !important;
  background: linear-gradient(90deg, rgba(196, 0, 43, .8) 0%, rgba(196, 0, 43, .1) 50%, rgba(196, 0, 43, 0) 100%), url("../images/for_employees_cover.jpg");
  background-image: none !important;
  background-color: #c4002b !important;
}

.for-employees-page-header h1 {
  font-size: 2rem !important;
  line-height: 2.25rem !important;
}

.for-employees-page-header h3 {
  color: #fff;
  font-size: 1rem !important;
  font-weight: 600;
}

.for-employees-page-header p {
  color: #fff;
}

@media (max-width: 767px) {
  .for-employees-page-header {
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

/* for employees page - services */

.service-image-div {
  padding: 0;
  height: 350px;
  background-position: center center;
  background-size: cover;
  border-radius: 48px;
  background-repeat: no-repeat;
}

.simple-button-div {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  cursor: pointer;
}

.simple-button-div > div:nth-child(1) {
  margin-right: 1.5rem;
  color: #c4002b;
  font-family: "houschka";
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.simple-button-div .arrow {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  width: 45px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.simple-button-div .arrow .line {
  position: relative;
  width: 35px;
  height: 2px;
  background: #c4002b;
  border-radius: 2px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.simple-button-div .arrow .line svg {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.simple-button-div .arrow .line #arrow-svg {
  fill: #c4002b;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.simple-button-div:hover .arrow .line {
  width: 45px;
}

@media (max-width: 767px) {
  .service-image-div {
    height: 225px;
    border-radius: 24px;
  }
}

/* for employees page - faq */

.faq-section h2 {
  font-family: "houschka";
  font-weight: 500;
  line-height: 2.25rem;
}

@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

/* for employers page - plans */

.individual-service-plan {
  align-self: stretch;
  width: calc(100% / 3 - 48px);
  margin-left: 24px;
  margin-right: 24px;
  padding: 1.5rem 2rem;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 16px;
}

.individual-service-plan h2 {
  color: #000;
  font-family: "houschka";
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
}

.individual-service-plan h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: 'houschka';
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.individual-service-plan p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.individual-service-plan > div {
  margin-top: 0;
  text-align: left;
}

.individual-service-plan > div > div {
  display: flex;
  margin-bottom: .6rem;
}

.individual-service-plan > div > div:last-child {
  margin-bottom: 0;
}

.individual-service-plan > div > div > div:nth-child(1) {
  flex: 1 1 calc(24px + .75rem);
}

.individual-service-plan > div > div > div:nth-child(1) span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #c4002b;
  border-radius: 6px;
}

.individual-service-plan > div > div > div:nth-child(1) span:after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.individual-service-plan > div > div > div:nth-child(2) {
  flex: 1 1 calc(100% - 24px - .75rem);
  margin-top: -1px;
  line-height: 1.5rem;
}

/* for employees page - query */

.job-seekers-modal-div {
  display: none;
  width: 525px;
  max-width: 525px;
  border-radius: 12px;
}

.job-seekers-modal-div h2 {
  margin-bottom: 0.25rem;
  text-align: center;
  font-family: "houschka";
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.job-seekers-modal-div p {
  text-align: center;
  line-height: 1.25rem;
}

.job-seekers-modal-div input,
.job-seekers-modal-div textarea,
.job-seekers-modal-div select {
  padding: 1rem 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #ebebeb;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.job-seekers-modal-div textarea {
  height: 84px;
  resize: none;
}

.job-seekers-modal-div select {
  background-image: url("../images/angle-down-grey.svg");
  background-size: 12px;
  background-position: calc(100% - 1.25rem) 50%;
  background-repeat: no-repeat;
}

.job-seekers-modal-div input:focus,
.job-seekers-modal-div textarea:focus,
.job-seekers-modal-div select:focus {
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.input-file-cv {
  display: none;
}

.input-file-label {
  width: 100%;
  height: 56px;
  text-align: left;
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-radius: 8px;
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.job-seekers-modal-div .input-file-label {
  height: 60px;
  border: 2px solid #ebebeb;
}

@media (max-width: 767px) {
  .job-seekers-modal-div {
    width: 100%;
    max-width: 100%;
  }
}

/* styling checkbox */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 37px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background-color: #ebebeb;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #dbdbdb;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #c4002b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* for employers page - plans */

.individual-service-row-titles {
  display: flex;
  padding: 0 2rem .75rem;
  color: #777;
}

.individual-service-row-titles > div {
  flex: 1;
  font-size: .9rem;
}

.individual-service-row-titles > div:nth-child(2) {
  flex: 3;
  padding-left: 3.5rem;
  padding-right: 5rem;
}

.individual-service-row-titles > div:nth-child(3) {
  padding-left: 0;
  padding-right: 1rem;
}

.individual-service-row {
  padding: 1.5rem 2rem;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 6px;
}

.individual-service-row h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.individual-service-row p {
  margin-top: 0;
  margin-bottom: 0;
}

.individual-service-row hr {
  width: 100%;
  margin-top: .625rem;
  margin-bottom: 1rem;
  border-top: 0;
  border-bottom: 1px dashed #ccc;
  background-color: transparent;
  opacity: 1;
}

.individual-service-row > div {
  flex: 1;
}

.individual-service-row > div:nth-child(2) {
  flex: 3;
  padding-left: 3.5rem;
  padding-right: 5rem;
}

.individual-service-row > div:nth-child(2) > div {
  display: flex;
  margin-bottom: .375rem;
}

.individual-service-row > div:nth-child(2) > div:first-child {
  margin-top: 6px;
}

.individual-service-row > div:nth-child(2) > div:last-child {
  margin-bottom: 0;
}

.individual-service-row > div:nth-child(2) > div > div:nth-child(1) {
  flex: 1 1 calc(24px + .75rem);
}

.individual-service-row > div:nth-child(2) > div > div:nth-child(1) span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #c4002b;
  border-radius: 6px;
}

.individual-service-row > div:nth-child(2) > div > div:nth-child(1) span:after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.individual-service-row > div:nth-child(2) > div > div:nth-child(2) {
  flex: 1 1 calc(100% - 24px - .75rem);
  line-height: 1.4;
}

.individual-service-row > div:nth-child(3) {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .individual-service-row {
    display: block;
    padding: 1.25rem 1.25rem;
  }

  .individual-service-row > div:nth-child(1) {
    text-align: center;
  }

  .individual-service-row > div:nth-child(2) {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .individual-service-row > div:nth-child(3) {
    display: none;
  }
}

/* about us page - about section */

.about-mission-div {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  background-color: #f3f3f3;
  border-radius: 48px;
  background-image: url('../images/symbol_top.png');
  background-size: 143px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.about-mission-div > div {
  position: relative;
  flex: 1 1 100%;
  text-align: center;
}

.about-mission-div h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .about-mission-div {
    padding: 2rem 3rem;
  }
}

/* about us page - partners */

.individual-partner-div > div:nth-child(1) {
  background-color: #f3f3f3;
  height: 160px;
}

.individual-partner-div:hover > div:nth-child(1) {
  background-color: #ebebeb;
}

/* jobs listings page - content */

.job-listings-section {
  padding-top: calc(144px + 3rem) !important;
}

.job-listings-section h2 {
  font-family: "houschka";
  font-weight: 500;
  line-height: 2.25rem;
}

.job-listings-section input,
.job-listings-section select {
  padding: 1rem 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #ebebeb;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.job-listings-section select {
  background-image: url("../images/angle-down-grey.svg");
  background-size: 12px;
  background-position: calc(100% - 1.25rem) 50%;
  background-repeat: no-repeat;
}

.job-listings-section input:focus,
.job-listings-section select:focus {
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.job-listings-row-titles {
  display: flex;
  padding: 0 2rem .75rem;
  color: #777;
}

.job-listings-row-titles > div {
  flex: 1;
  font-size: .9rem;
}

.job-listings-row-titles > div:nth-child(1) {
  flex: 4;
  padding-right: 5rem;
}

.job-listings-row-titles > div:nth-child(2) {
  padding-right: 1rem;
}

.job-listings-row-titles > div:nth-child(3) {
  padding-right: 1rem;
}

.job-listings-row {
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  display: flex;
  color: #000;
  text-decoration: none;
  background-color: #f3f3f3;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.job-all-listings > .job-listings-row:last-child {
  margin-bottom: 0;
}

.job-listings-row:hover {
  color: #000;
  text-decoration: none;
  background-color: #ebebeb;
}

.job-listings-row p {
  margin-bottom: 0;
}

.job-listings-row > div {
  flex: 1;
}

.job-listings-row > div:nth-child(1) {
  display: flex;
  align-items: center;
  flex: 4;
  padding-right: 5rem;
  font-weight: 600;
}

.job-listings-row > div:nth-child(1) img {
  width: 100px;
  height: auto;
  margin-right: 1.5rem;
}

.job-listings-row > div:nth-child(2) {
  padding-right: 1rem;
}

.job-listings-row > div:nth-child(3) {
  padding-right: 1rem;
}

.btn-load-more {
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
	font-family: "houschka";
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: #c4002b;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.btn-load-more:hover {
  background-color: #b70e15;
}

.btn-load-more i {
  font-size: 1rem;
  margin-left: .75rem;
  vertical-align: -1px;
}

@media (max-width: 767px) {
  .job-listings-section {
    padding-top: calc(144px + 2.25rem) !important;
  }

  .job-listings-section h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .job-listings-row {
    display: block;
    padding: 1rem 1.25rem;
    text-align: center;
  }

  .job-listings-row > div {
    padding-right: 0 !important;
  }

  .job-listings-row > div:nth-child(1) {
    display: block;
  }

  .job-listings-row > div:nth-child(1) img {
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .btn-load-more {
    width: 100%;
    justify-content: center;
  }
}

/* job listings page - individual listing modal */

.individual-job-classified-div {
  display: none;
  width: 800px;
  max-width: 800px;
  border-radius: 12px;
}

.individual-job-classified-div h2 {
  margin-bottom: 0.25rem;
  text-align: center;
  font-family: "houschka";
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.individual-job-classified-div p,
.individual-job-classified-div ul {
  text-align: left;
  line-height: 1.5rem;
}

.individual-job-classified-div ul {
  padding-inline-start: 19px;
}

.individual-job-classified-div a {
  color: #000;
  text-decoration: underline;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.individual-job-classified-div a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .individual-job-classified-div {
    width: 100%;
    max-width: 100%;
  }
}

/* contacts page - content section */

.contacts-section a {
  color: #000;
  text-decoration: underline;
}

.contacts-section a:hover {
  color: #000;
  text-decoration: none;
}

.company-properties-div {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  background-color: #f3f3f3;
  border-radius: 48px;
  background-image: url('../images/symbol_top.png');
  background-size: 143px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.company-properties-div > div {
  position: relative;
  flex: 1 1 100%;
  text-align: center;
}

.map-div {
  height: 540px;
  width: 100%;
  border-radius: 48px;
}

.map-info-window-div {
  padding: .5rem;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}

.map-info-window-div h3 {
  font-family: "houschka";
  font-weight: 600;
}

.map-info-window-div a {
  color: #000;
  text-decoration: underline;
}

.map-info-window-div a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .company-properties-div {
    padding: 2rem;
  }

  .map-div {
    height: 360px;
  }
}

/* individual blog entry page - content */

.individual-blog-entry-section .excerpt {
  font-size: 1.1rem;
  font-weight: 600;
}

.individual-blog-entry-section h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .individual-blog-entry-section h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

/* privacy policy page - content */

.privacy-policy-content-div a {
  color: #000;
  text-decoration: underline;
}

.privacy-policy-content-div a:hover {
  color: #000;
  text-decoration: none;
}

.privacy-policy-content-div b {
  font-weight: 600;
}

.privacy-policy-content-div h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.privacy-policy-content-div ol {
  padding-inline-start: 19px;
}

.privacy-policy-content-div ol.list-style-type-squares {
  list-style-type: square;
  padding-inline-start: 38px;
}

.privacy-policy-content-div ol.list-style-type-lower-alpha {
  list-style-type: lower-alpha;
  padding-inline-start: 38px;
}

.privacy-policy-content-div ol li {
  padding-left: .25rem;
}

.privacy-policy-content-div table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-spacing: 0;
  background-color: #f3f3f3;
  border-radius: 6px;
}

.privacy-policy-content-div table td {
  padding: .75rem 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.privacy-policy-content-div table td:last-child {
  border-right: 0;
}

.privacy-policy-content-div table tr:first-child td {
  font-weight: 600;
  text-align: center;
}

.privacy-policy-content-div table tr:last-child td {
  border-bottom: 0;
}

.privacy-policy-content-div h3:last-child,
.privacy-policy-content-div p:last-child,
.privacy-policy-content-div ol:last-child {
  margin-bottom: 0;
}

/* cookie bar */

.cookies-bar {
  position: fixed;
  display: flex;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  align-items: center;
  z-index: 9999;
  background-color: #f3f3f3;
  color: #000;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
}

.cookies-bar a {
  color: #000;
  text-decoration: underline;
}

.cookies-bar a:hover {
  color: #000;
  text-decoration: none;
}

.cookies-bar button {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-family: "houschka";
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #c4002b;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.cookies-bar button:hover {
  background-color: #b70e15;
  color: #fff;
}

@media (max-width: 767px) {
  .cookies-bar {
    display: block;
    text-align: center;
  }

  .cookies-bar div:nth-child(2) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cookies-bar {
    padding: 1.5rem 2rem;
  }

  .cookies-bar div:nth-child(1) {
    flex: 3.5;
    padding-right: 2rem;
  }

  .cookies-bar div:nth-child(2) {
    flex: 1;
  }
}

/* individual job page */

.individual-job-desc-div ul {
  padding-inline-start: 19px;
}

.individual-job-desc-div a {
  color: #000;
  text-decoration: underline;
}

.individual-job-desc-div a:hover {
  color: #000;
  text-decoration: none;
}

.individual-job-query-div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
  padding: 3rem;
  background-color: #f3f3f3;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .individual-job-query-div {
    margin-top: -13.5rem;
  }
}

.individual-job-query-div > div {
  position: relative;
  flex: 1 1 100%;
  text-align: center;
}

.individual-job-query-div h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.individual-job-query-div input,
.individual-job-query-div textarea,
.individual-job-query-div select {
  padding: 1rem 1.25rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #ebebeb;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.individual-job-query-div textarea {
  height: 84px;
  resize: none;
}

.individual-job-query-div select {
  background-image: url("../images/angle-down-grey.svg");
  background-size: 12px;
  background-position: calc(100% - 1.25rem) 50%;
  background-repeat: no-repeat;
}

.individual-job-query-div input:focus,
.individual-job-query-div textarea:focus,
.individual-job-query-div select:focus {
  background-color: #fff;
  border: 2px solid #ebebeb;
  border: 0;
}

.individual-job-query-div .checkbox-container {
  text-align: left;
}

.individual-job-query-div .checkbox-container .checkmark {
  background-color: #fff;
}

.individual-job-query-div .checkbox-container:hover .checkmark {
  background-color: #fff;
}

.individual-job-query-div .checkbox-container input:checked ~ .checkmark {
  background-color: #c4002b !important;
}

.youtube-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .individual-job-query-div {
    padding: 2rem 3rem;
  }
}

.dropdown-item-cta {
  width: calc(100% - 4rem);
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
  color: #000 !important;
  background-color: #fff;
  border-radius: 6px;
  border-bottom: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.dropdown-item-cta:hover {
  background-color: #f3f3f3;
}

.dropdown-item-cta span::after {
  display: none !important;
}

















/* */
