/*!
Theme Name: BeFrank
Theme URI: http://okgo.nl/
Author: OKGO
Author URI: http://okgo.nl/
Description: Theme for BeFrank
Version: 2.0
Text Domain: befrank
*/
/**

	Table of Contents

	0. CSS Reset
	1. General (fonts/colors)
	1. Animations
	2. Navigation bar
	3. Intro banner
	4. Homepage blocks
	5. Footer

	6. Blog page
	7. BeFrank page
	8. Testimonial page
	9. Management page
	10. Contact page
	11. Single page
	12. Archive page

	// COMPONENTS
	Components
		- Why BeFrank (nav)
		- Parallax comp
		- Pension Tool Parallax
		- BeFrank products
		- Blocks component
		- Our products
		- More info?
		- Text Video Block
		- Comp block mashup

	Widgets
		- Latest news widget

	6. Media Queries
*/
/**
	0. CSS Reset
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
	1. General
**/
@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url('static/fonts/3432F1_0_0.eot'), url('static/fonts/3432F1_0_0.eot?#iefix') format('embedded-opentype'), url('static/fonts/3432F1_0_0.woff2') format('woff2'), url('static/fonts/3432F1_0_0.woff') format('woff'), url('static/fonts/3432F1_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Cn';
  src: url('static/fonts/3432F1_1_0.eot'), url('static/fonts/3432F1_1_0.eot?#iefix') format('embedded-opentype'), url('static/fonts/3432F1_1_0.woff2') format('woff2'), url('static/fonts/3432F1_1_0.woff') format('woff'), url('static/fonts/3432F1_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-ThCn';
  src: url('static/fonts/3432F1_2_0.eot'), url('static/fonts/3432F1_2_0.eot?#iefix') format('embedded-opentype'), url('static/fonts/3432F1_2_0.woff2') format('woff2'), url('static/fonts/3432F1_2_0.woff') format('woff'), url('static/fonts/3432F1_2_0.ttf') format('truetype');
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size-adjust: 0.5;
}
p {
  font-weight: 300;
  font-size: 1.063rem;
  line-height: 1.588rem;
}
.wrapper {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.post_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-right: 155px;
}
.clear {
  clear: both;
}
.mobile {
  display: none;
}
.border_box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.blue {
  color: #35afe3;
}
.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.helvetica_condensed_thin,
.helvetica_condensed_light {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.helvetica_condensed,
.helvetica_condensed_medium {
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.helvetica_condensed_medium {
  font-weight: 500;
}
.helvetica_condensed_bold {
  font-family: 'HelveticaNeueLTStd-BdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.roboto {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.image_wrapper img {
  visibility: hidden;
}
.img-responsive {
  max-width: 100%;
}
.outer-vertical-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.inner-vertical-wrapper {
  display: table-cell;
  vertical-align: middle;
}
a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  text-decoration: none;
  color: #35afe3;
}
a:hover {
  color: #1985b3 !important;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
a.no_animation {
  color: #4e4e4d;
}
a.no_animation:hover {
  color: #4e4e4d !important;
}
.bf-button {
  background-color: #35afe3;
  padding: 0 30px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 0.938em;
}
.bf-button:hover {
  color: #ffffff !important;
  background-color: #1d9dd3;
}
.text-center {
  text-align: center;
}
.button,
.button--large {
  border: 1px solid #35afe3;
  padding: 8px 8px 4px 8px;
  font-size: 1.125em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background-color: #35afe3;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.button--large {
  margin: 1em 0;
  padding: 1em 2em;
}
.button--large:hover {
  background-color: initial;
}
.button:hover {
  background-color: #1d9dd3;
  color: #ffffff !important;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn-inverse {
  background-color: #ffffff;
  color: #35afe3;
}
.btn-inverse:hover {
  background-color: #1d9dd3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.article_body h2 {
  font-size: 1.7em;
}
.article_body h3 {
  font-size: 1.5em;
}
.article_body h4 {
  font-size: 1.2em;
}
.article_body h5 {
  font-size: 1em;
}
#sb-site {
  overflow: hidden;
}
.sidebar_menu a {
  width: 100%;
  line-height: 65px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
  padding-top: 4px;
  font-size: 1.2em;
}
.alignleft {
  float: left;
  padding-right: 10px;
}
.blue {
  color: #1985b3;
}
.highlight_maintenance {
  color: #0bd164;
}
ul li a {
  line-height: 1.3em;
  color: #1985b3;
  text-decoration: none;
}
body table tr th,
.easy-table tr th {
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: 500;
  font-weight: normal;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
/**
  Cookie Compliance
*/
.cc-banner {
  border-top: 1px solid #e6e6e6;
}
.cc-banner .cc-compliance a {
  background-color: #35afe3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cc-banner .cc-compliance a:hover {
  background-color: #1d9dd3;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cc-banner .cc-link {
  color: #35afe3 !important;
}
.cc-banner .cc-link:hover {
  color: #1d9dd3 !important;
}
/**
	1. Animations
*/
/* Chrome, Safari, Opera */
@-webkit-keyframes banner_slide {
  to {
    transform: rotate(45deg) translate(0, 0);
    -webkit-transform: rotate(45deg) translate(0, 0);
    -moz-transform: rotate(45deg) translate(0, 0);
    -o-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
  }
}
/* Standard syntax */
@keyframes banner_slide {
  to {
    transform: rotate(45deg) translate(0, 0);
    -webkit-transform: rotate(45deg) translate(0, 0);
    -moz-transform: rotate(45deg) translate(0, 0);
    -o-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  to {
    opacity: 1;
  }
}
/***************
	2. Navigation Bar
***************/
.navigation_bar {
  height: 137px;
  width: 100%;
  position: fixed;
  z-index: 10000;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.navigation_bar .wrapper {
  z-index: 2;
}
.navigation_bar .menu-part,
.navigation_bar .login-part {
  position: relative;
  display: block;
  float: left;
}
.navigation_bar .search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.navigation_bar .search-wrapper .inner-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 139px;
}
.navigation_bar .search-wrapper .search {
  z-index: 2;
  bottom: 14px;
  position: absolute;
  margin-right: -135px;
  right: 0;
}
.navigation_bar .login-submenu {
  background-color: #35afe3;
  color: #ffffff;
  position: absolute;
  padding-top: 20px;
  width: 100%;
  display: none;
  padding-bottom: 10px;
}
.navigation_bar .login-submenu a {
  line-height: 1.9rem;
  padding: 0 10px 0 16px;
}
.navigation_bar .login-submenu a:hover {
  color: #ffffff !important;
}
.navigation_bar .login-part-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.navigation_bar .menu-part {
  width: 86.0416667%;
  background-color: #ffffff;
}
.navigation_bar .login-part {
  width: 13.9583333%;
  background-color: #35afe3;
  height: 137px;
  color: #ffffff;
}
.navigation_bar .login-part a {
  color: #ffffff;
}
.navigation_bar .language-switch {
  margin-top: 30px;
  margin-right: 12px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875em;
}
.navigation_bar .language-switch a {
  color: rgba(255, 255, 255, 0.5);
}
.navigation_bar .language-switch a.active {
  color: #ffffff;
}
.navigation_bar .language-switch a:hover {
  color: #ffffff !important;
}
.navigation_bar .search form {
  display: inline-block;
  width: 145px;
  float: left;
}
.navigation_bar .search .search_field {
  height: 30px;
  width: 130px;
  display: inline-block;
  float: right;
  text-shadow: none;
  border: none;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.navigation_bar .search .search_field:focus {
  outline: 0;
}
.navigation_bar .wrapper {
  max-width: 1200px;
  background-color: #ffffff;
}
.navigation_bar .search .search_ico {
  width: 19px;
  height: 19px;
  background-image: url('static/img/icon_search.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  display: inline-block;
  position: relative;
  top: 8px;
}
.navigation_bar .befrank_logo {
  margin: 30px 0 30px 1.437%;
}
.navigation_bar .befrank_logo,
.navigation_bar .befrank_logo .logo {
  display: inline-block;
  height: 77px;
  width: 196px;
}
.navigation_bar .befrank_logo img {
  max-width: 100%;
  height: auto;
}
.navigation_bar .befrank_logo .befrank-5years {
  margin-top: -9px;
  max-height: 75px;
}
.navigation_bar .top_bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.navigation_bar .login-bottom-wrapper {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
}
.navigation_bar .login-bottom-wrapper .login-link {
  font-size: 1.063em;
  text-transform: uppercase;
  margin-left: 30px;
}
.navigation_bar .login-bottom-wrapper .login-link:hover {
  color: #ffffff !important;
}
.navigation_bar .login-bottom-wrapper .login-link:before {
  content: "";
  background-image: url('static/img/icon_login.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 19px;
  position: relative;
  top: 3px;
  right: 14px;
}
.navigation_bar .login-bottom-wrapper .login-link:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  top: -2px;
  left: 6px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navigation_bar .login-bottom-wrapper .login-link.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation_bar .login-bottom-wrapper .search-link {
  width: 19px;
  height: 19px;
  background-image: url('static/img/icon_search.png');
  background-position: center center;
  background-size: cover;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
.navigation_bar .menu {
  position: absolute;
  right: 17px;
  bottom: 17px;
  font-size: 0.875em;
}
.navigation_bar .menu li {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 1.125em;
  color: #444443;
  text-decoration: none;
}
.navigation_bar .menu li a {
  color: #444443;
}
.navigation_bar .menu li a:hover:after {
  border-top: 6px solid #1985b3;
}
/***
	3. Intro Banner
*/
.intro_banner {
  background-image: url('static/img/header.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 137px;
  padding: 50px 0;
}
.intro_banner .wrapper {
  display: table;
  height: 100%;
}
.intro_banner .banner_title {
  color: #ffffff;
  font-size: 3.938em;
  opacity: 0;
  -webkit-animation: fadein 0.8s ease-in-out 0.8s 1 forwards;
  /* Chrome, Safari, Opera */
  animation: fadein 0.8s ease-in-out 0.8s 1 forwards;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.intro_banner .banner_title_inner {
  width: 51.0309278%;
}
.intro_banner .background_triangle {
  position: absolute;
  width: 200%;
  height: 900px;
  background-color: #35afe3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transform: rotate(45deg) translate(-150%, 0);
  -webkit-transform: rotate(45deg) translate(-150%, 0);
  -moz-transform: rotate(45deg) translate(-150%, 0);
  -o-transform: rotate(45deg) translate(-150%, 0);
  -ms-transform: rotate(45deg) translate(-150%, 0);
  -webkit-animation: banner_slide 1.7s ease-in-out 0.1s 1 forwards;
  /* Chrome, Safari, Opera */
  animation: banner_slide 1.7s ease-in-out 0.1s 1 forwards;
}
.homepage .intro_banner {
  height: 565px;
}
/**
	4. Homepage blocks
*/
.homepage .wrapper {
  max-width: 1200px;
}
.homepage .homepage-wrapper {
  max-width: 1100px;
  padding-left: 100px;
  margin: 0 auto;
}
.homepage p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.938em;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}
.homepage-header {
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 665px;
}
.homepage-header .wrapper {
  display: table;
  height: 100%;
  padding-top: 137px;
  min-height: 473px;
  padding-bottom: 55px;
}
.homepage-header .wrapper h1 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 54.7916667%;
  padding-right: 10.8%;
  font-size: 4.063em;
  line-height: 0.923em;
  color: #0b0b0b;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.latest-articles .homepage-spot-1-block ~ .homepage-spot-1-block,
.latest-articles .homepage-spot-1-block ~ .homepage-spot-1-block ~ .homepage-spot-1-block,
.latest-articles .homepage-spot-1-block ~ .homepage-spot-1-block ~ .homepage-spot-1-block ~ .homepage-spot-1-block,
.latest-articles .homepage-spot-2-block ~ .homepage-spot-2-block,
.latest-articles .homepage-spot-2-block ~ .homepage-spot-2-block ~ .homepage-spot-2-block,
.latest-articles .homepage-spot-2-block ~ .homepage-spot-2-block ~ .homepage-spot-2-block ~ .homepage-spot-2-block {
  display: none !important;
}
.homepage-block {
  position: relative;
}
.homepage-block h2 {
  font-size: 4.063em;
  line-height: 0.923em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.homepage-block p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 1.063em;
  line-height: 1.588em;
  font-weight: 300;
}
.homepage-block-3 {
  margin-top: 40px;
}
.homepage-block-3 .block-image {
  height: 313px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.homepage-block-3 .content-wrapper {
  margin-right: 47.0833333%;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  padding-right: 9.3457944%;
  padding-top: 30px;
}
.homepage-block-3 .content-block {
  margin-top: 10px;
}
.homepage-target-groups {
  padding: 35px 0;
}
.homepage-target-groups .group-employee .group-image {
  background-image: url('static/img/icon-employee.png');
}
.homepage-target-groups .group-employer .group-image {
  background-image: url('static/img/icon-employer.png');
}
.homepage-target-groups .group-advisor .group-image {
  background-image: url('static/img/icon-advisor.png');
}
.homepage-target-groups .homepage-single-group {
  width: 33.33333333%;
  float: left;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.homepage-target-groups .homepage-single-group .group-image {
  width: 63px;
  height: 63px;
  display: block;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.homepage-target-groups .homepage-single-group h3 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 1.563em;
  font-weight: 900;
  margin-top: 12px;
}
.homepage-target-groups .homepage-single-group p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.938em;
  line-height: 1.667em;
  letter-spacing: 0.02em;
  color: #0b0b0b;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 22.972973%;
}
.homepage-target-groups .homepage-single-group a {
  color: #35afe3;
  display: block;
  font-size: 0.938em;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}
.homepage-articles {
  background-color: #f6f4f4;
  padding: 45px 0 80px 0;
}
.homepage-articles h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 4.063em;
}
.homepage-articles .latest-articles > p {
  font-size: 1.063em;
  max-width: 57.9710145%;
  margin-top: 15px;
  margin-bottom: 45px;
}
.category-type {
  font-size: 0.688em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-weight: 600;
}
.article-grid {
  padding-right: 5.9090909%;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.article-grid .size-helper {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.article-grid .grid-block {
  float: left;
  margin: 12.5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.article-grid .article-inner-grid {
  position: relative;
}
.article-grid .block-full {
  display: inline-block;
  max-width: 64.6%;
  background-color: #35afe3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-grid .block-half {
  display: inline-block;
  max-width: 30.66%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.article-grid .block-half .block-header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #35afe3;
  max-height: 335px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-grid .block-half .size-helper-small {
  display: none;
}
.article-grid .block-small {
  display: inline-block;
  max-width: 31%;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.archive-befit .archive-posts .article-grid .grid-block:nth-child(2) {
  max-width: calc(33.3333331% - 25px);
}
.article-grid .grid-block:nth-child(2) {
  max-width: 30.66%;
}
.article-grid .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.article-grid .content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 40px 5.1094891%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-grid .content .article-body {
  max-width: 334px;
  margin-top: 100px;
}
.article-grid .content .article-body > p {
  padding-right: 29.9401198%;
}
.article-grid .content h3 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
}
.article-grid .block-small .content,
.article-grid .block-half .content {
  padding: 40px 10.2325581%;
}
.article-grid .block-small .content h3,
.article-grid .block-half .content h3 {
  font-size: 1.563em;
  line-height: 1.16em;
}
.article-grid .block-small .content .article-body,
.article-grid .block-half .content .article-body {
  margin-top: 25px;
}
.article-grid .call-back-block .content {
  background-color: #35afe3;
}
.article-grid .call-back-block .content .article-body > p {
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 20px;
}
.article-grid .call-back-block .content .call-back-form {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  line-height: 1.5rem;
}
.article-grid .call-back-block .content .call-back-form .gfield_required {
  display: none;
}
.article-grid .call-back-block .content .call-back-form .gform_wrapper,
.article-grid .call-back-block .content .call-back-form .top_label div.ginput_container {
  margin: 0;
}
.article-grid .call-back-block .content .call-back-form .gfield_label {
  display: none;
}
.article-grid .call-back-block .content .call-back-form ul li.gfield {
  margin-top: 0;
  padding-right: 0;
}
.article-grid .call-back-block .content .call-back-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  padding: 0 15px;
  font-weight: 300;
}
.article-grid .call-back-block .content .call-back-form .gform_body {
  width: 70%;
  float: left;
}
.article-grid .call-back-block .content .call-back-form .gform_wrapper .gform_footer {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  clear: none;
}
.article-grid .call-back-block .content .call-back-form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  font-size: 0.938em;
  color: #ffffff;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.article-grid .call-back-block .content .call-back-form input:focus {
  outline: 0;
}
.article-grid .call-back-block .content .call-back-form .gform_wrapper .gform_footer .gform_button {
  text-transform: uppercase;
  text-align: center;
  line-height: 51px;
  background-color: #ffffff;
  color: #35afe3;
  border: none;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 0.938em;
  padding: 0;
  margin-left: 10px;
}
.article-grid .call-back-block .content .call-back-form .gform_wrapper .gform_footer .gform_button:hover {
  color: #1d9dd3 !important;
}
.article-grid .block-small.article-block .content,
.article-grid .block-half .content {
  color: #0b0b0b;
}
.article-grid .block-small.article-block .article-body > p,
.article-grid .block-half .article-body > p {
  padding-right: 0;
}
.article-grid .block-small.article-block .category-type,
.article-grid .block-half .category-type {
  color: #35afe3;
}
.article-grid .block-small.article-block .read-more,
.article-grid .block-half .read-more {
  color: #35afe3;
}
.article-grid .block-half {
  background-color: #ffffff;
}
.article-grid .block-half .block-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.article-grid .block-half .content,
.article-grid .block-half .block-header {
  position: relative;
}
.article-grid .block-half .content {
  padding-top: 65px;
}
.article-grid .cta-block .content {
  padding: 40px 10.2325581%;
}
.article-grid .cta-block h3 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  color: #0b0b0b;
  font-size: 1.875rem;
  max-width: 46.1538462%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 40px;
  max-height: 145px;
  overflow: hidden;
}
.article-grid .cta-block .cta-button {
  margin-top: 20px;
  background-color: #35afe3;
  padding: 0 30px;
  line-height: 45px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 0.938em;
}
.article-grid .cta-block .cta-button:hover {
  color: #ffffff !important;
  background-color: #1d9dd3;
}
.article-grid .featured-article-small {
  max-height: 225px;
}
.article-grid .featured-article-small .content {
  color: #000000;
}
.article-grid .featured-article-small .content h3 {
  max-height: 64px;
  overflow: hidden;
}
.article-body .article-date {
  font-size: 0.75em;
  opacity: 0.7;
  margin: 14px 0 10px 0;
  display: inline-block;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-weight: 400;
}
.article-body .read-more,
.read-more-link {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 600;
  font-size: 0.688em;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  margin-top: 8px;
  display: inline-block;
}
.homepage-contact {
  padding: 57px 0;
}
.homepage-contact .left-col {
  width: 36.0909091%;
  display: inline-block;
}
.homepage-contact .right-col {
  width: 63.9090909%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 11.023622%;
  padding-right: 6%;
}
.homepage-contact .right-col h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 3.125em;
}
.homepage-contact .right-col .inner-wrapper {
  display: table;
  height: 397px;
}
.homepage-contact .right-col .content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.homepage-contact .right-col p {
  margin-top: 15px;
}
.homepage-contact .right-col .contact-links {
  margin-top: 35px;
  float: left;
  width: auto;
}
.homepage-contact .right-col .contact-links a {
  display: block;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 1.563em;
  margin: 15px 0;
  color: #010101;
}
.homepage-contact .right-col .contact-links a:before {
  content: "";
  background-image: url('static/img/icon-phone.png');
  width: 23px;
  height: 23px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.homepage-contact .right-col .contact-links a.phone:before {
  background-image: url('static/img/icon-phone.png');
}
.homepage-contact .right-col .contact-links a.whatsapp:before {
  background-image: url('static/img/icon-whatsapp.png');
}
.homepage-contact .right-col .contact-links a.mail:before {
  background-image: url('static/img/icon-mail.png');
}
.homepage-contact .contact-image {
  width: 397px;
  height: 397px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
#sb-site.homepage {
  background-color: #edf2f2;
}
.homepage_blocks {
  margin-top: -55px;
  position: relative;
  padding-bottom: 22px;
}
.homepage_blocks .block_background {
  display: block;
  width: 100%;
  height: 100%;
}
.homepage_blocks .background_employee {
  background-image: url('static/img/werkgever.jpg');
}
.homepage_blocks .background_employer {
  background-image: url('static/img/werkgever.jpg');
}
.homepage_blocks .background_adviser {
  background-image: url('static/img/werkgever.jpg');
}
.homepage_blocks .block {
  width: 31.9587629%;
  height: 310px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 2.06185565%;
  float: left;
  margin-bottom: 14px;
}
.homepage_blocks .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.homepage_blocks .block:nth-of-type(3) {
  margin-right: 0;
}
.homepage_blocks .block .block_background {
  position: absolute;
  bottom: 0;
  right: 0;
}
.homepage_blocks .block .block_overlay {
  width: 200%;
  height: 100%;
  height: 70%\9;
  background-color: #ffffff;
  position: relative;
  left: -100%;
  top: -21%;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.homepage_blocks .block .block_content {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 32px;
  padding-top: 60px;
  color: #444443;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.homepage_blocks .block .block_content h2 {
  color: #444443;
  font-size: 2em;
}
.homepage_blocks .block .block_content a {
  text-decoration: none;
}
.homepage_blocks .block .block_content .button {
  margin-top: 8px;
}
.homepage_blocks .single_block .block_background {
  height: 65%\9;
  background-position: center top\9;
}
.homepage_blocks .last_block {
  margin-right: 0;
}
.homepage_blocks .two_blocks {
  width: 65.97938145%;
  overflow: hidden;
}
.homepage_blocks .two_blocks .left {
  width: 51.486698%;
  float: left;
  height: 100%;
}
.homepage_blocks .two_blocks .right {
  width: 48.513302%;
  float: left;
  padding: 25px;
  height: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.homepage_blocks .two_blocks .block_category {
  color: #35afe3;
  font-size: 1.125em;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-BdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.homepage_blocks .two_blocks .news_title {
  margin-top: 13px;
  color: #434342;
  line-height: 1.2em;
  font-size: 1.5em;
}
.homepage_blocks .two_blocks .news_excerpt {
  margin-top: 20px;
  color: #434342;
  font-size: 1.125em;
  line-height: 1.2em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.homepage_blocks .two_blocks .read_more {
  position: absolute;
  bottom: 25px;
  right: 35px;
  color: #35afe3;
  text-decoration: none;
  font-size: 1.125em;
}
.homepage_blocks .two_blocks .news_item_carousel {
  width: 300%;
  height: 100%;
}
.homepage_blocks .two_blocks .news_item {
  float: left;
  width: 33.34%;
  height: 100%;
  position: relative;
}
.homepage_blocks .two_blocks .carousel_nav {
  display: block;
  width: 48.513302%;
  bottom: 18px;
  right: 0;
  height: 10px;
  position: absolute;
  text-align: center;
}
.homepage_blocks .two_blocks .circle {
  border-radius: 999px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #ececec;
}
.homepage_blocks .two_blocks .active {
  background-color: #cecdcd;
}
.homepage_blocks .two_blocks .circle:last-child {
  margin-right: 0;
}
.homepage_blocks .banner_block {
  margin-right: 0;
  padding: 0;
}
.homepage_blocks .banner_block .block_content {
  padding-top: 0;
}
.homepage_blocks .banner_block h2.banner_block_title {
  margin-top: 35px;
  color: #ffffff;
  font-size: 3.125em;
  text-transform: uppercase;
  max-width: 70%;
}
.homepage_blocks .banner_block .banner_content {
  width: 50%;
  color: #ffffff;
  font-size: 1.75em;
  line-height: 1.1em;
}
.homepage_blocks .banner_block .button {
  padding: 11px 30px 7px 30px;
  font-size: 1.25em;
}
/**
	5. Footer
*/
.befrank_line {
  height: 11px;
  background-color: #f1f5f7;
  float: left;
  width: 100%;
}
.footer {
  clear: both;
  width: 100%;
  background-color: #222222;
  padding-top: 62.5px;
  display: inline-block;
  font-size: 1.063em;
  color: #ffffff;
}
.footer .wrapper {
  max-width: 1200px;
}
.footer .link_columns {
  display: inline-block;
  width: 100%;
}
.footer .link_columns li {
  list-style-type: none;
}
.footer .link_columns > .widget {
  width: 27.1%;
  display: inline-block;
  float: left;
  padding-right: 4%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 50px;
}
.footer .link_columns > .small-widget {
  width: 18.7%;
}
.footer .list_title {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-size: 0.906em;
  letter-spacing: 0.1em;
  font-family: 'HelveticaNeueLTStd-BdCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.footer .link_columns li {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 0.906em;
  font-weight: 300;
}
.footer .link_columns li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .social_icons {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 62px;
}
.footer .under_footer_wrapper {
  height: 50px;
  clear: both;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: right;
}
.footer .under_footer .copyright {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.938em;
}
.footer .link_columns li.inactive-language a {
  color: #686868;
}
body .social_icons .social_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 7px;
}
body .social_icons .facebook_icon {
  background-image: url('static/img/social/facebook_ico.png');
}
body .social_icons .twitter_icon {
  background-image: url('static/img/social/twitter_ico.png');
}
body .social_icons .linkedin_icon {
  background-image: url('static/img/social/linkedin_ico.png');
}
body .social_icons .googleplus_icon {
  background-image: url('static/img/social/googleplus_ico.png');
}
body .social_icons .youtube_icon {
  background-image: url('static/img/social/youtube_ico.png');
}
body .social_icons .slideshare_icon {
  background-image: url('static/img/social/slideshare_ico.png');
}
/**
	6. Blog post
*/
.blog_post {
  margin-top: 169px;
}
.blog_post .article {
  width: 65.9555556%;
  height: auto;
  float: left;
}
.blog_post .article ul,
.blog_post .article ol {
  list-style-position: outside;
  padding-left: 15px;
}
.blog_post .article ol {
  margin-bottom: 35px;
  font-size: 1.188em;
}
.blog_post .article .featured_image {
  max-height: 374px;
  height: 374px;
  width: 100%;
  overflow: hidden;
}
.blog_post .article .featured_image img {
  max-width: 100%;
  height: auto;
}
.blog_post .article .social_sidebar {
  width: 20.8894879%;
  min-height: 20px;
  float: left;
  margin-top: 37px;
}
.blog_post .article .article_main {
  width: 79.1105121%;
  float: left;
  color: #4e4e4d;
}
.blog_post .article .article_main h1 {
  font-size: 2.25em;
  margin-top: 45px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.blog_post .article .author_meta {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.blog_post .article .author_avatar {
  width: 55px;
  height: 55px;
  float: left;
}
.blog_post .article .author_avatar img {
  max-width: 100%;
  height: auto;
}
.blog_post .article .publish_date {
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #8f8f8f;
  text-transform: uppercase;
}
.blog_post .article .author_name {
  color: #3cade0;
  text-decoration: none;
  float: left;
  line-height: 55px;
  margin-left: 15px;
  font-size: 1.188em;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.blog_post .article .article_body {
  margin-top: 44px;
}
.blog_post .article .article_body h2,
.blog_post .article .article_body h3,
.blog_post .article .article_body h4,
.blog_post .article .article_body h5 {
  margin-bottom: 5px;
}
.blog_post .article .article_body p {
  margin-bottom: 35px;
}
.blog_post .article .article_body a {
  color: #1985b3;
}
.blog_post .wrapper .article h1 {
  margin-top: 0;
}
.blog_post .sidebar {
  width: 29.9555556%;
  height: auto;
  float: left;
  margin-left: 4.0888888%;
}
.testimonial_detail .article .article_main {
  width: 100%;
  margin-top: 60px;
}
/**
	7. BeFrank page
*/
.befrank_page {
  margin-top: 137px;
}
.befrank_page .featured_image {
  width: 100%;
  max-height: 400px;
  height: 400px;
}
.befrank_page h1 {
  font-size: 2.375em;
  color: #4e4e4d;
  padding-top: 55px;
  padding-bottom: 45px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.befrank_page .page_content {
  width: 55.8762887%;
  float: left;
  padding-bottom: 22px;
}
.befrank_page .page_content ul {
  font-weight: 300;
  font-size: 1.063rem;
  line-height: 1.588rem;
}
.befrank_page .page_content ul,
.befrank_page .single_page ul,
.befrank_page .page_sidebar .menu {
  list-style-position: outside;
  padding-left: 15px;
}
.befrank_page .page_content a,
.befrank_page .single_page a {
  color: #1985b3;
  text-decoration: none;
}
.befrank_page .content_block {
  color: #4e4e4d;
  line-height: 1.475em;
  font-size: 1.188em;
}
.befrank_page .content_block a {
  color: #1985b3;
}
.befrank_page .content_block ul {
  margin-bottom: 35px;
}
.befrank_page .page_sidebar {
  width: 36.2886598%;
  margin-right: 3.0927835%;
  margin-left: 4.6391753%;
  float: left;
  margin-top: 55px;
}
.befrank_page .content_block h2,
.befrank_page .content_block h3,
.befrank_page .content_block h4,
.befrank_page .content_block h5 {
  margin-bottom: 5px;
}
.befrank_page .content_block p {
  margin-bottom: 35px;
}
/**
	8. Testimonial page
*/
.testimonial_page .featured_testimonial_list {
  margin-top: 20px;
}
.testimonial_page .featured_testimonial_list li {
  overflow: hidden;
  float: left;
  list-style-type: none;
  width: 32.9896907%;
  height: 457px;
  margin-left: 0.5154639%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.testimonial_page .featured_testimonial_list li .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #35afe3;
  opacity: 0.3;
}
.testimonial_page .featured_testimonial_list li .testimonial_wrapper {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
.testimonial_page .featured_testimonial_list li .testimonial_inner_wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  color: #ffffff;
  z-index: 2;
  position: relative;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.testimonial_page .featured_testimonial_list li .testimonial_logo {
  margin-top: 45px;
  height: 50px;
  display: table;
  text-align: center;
  width: 100%;
}
.testimonial_page .featured_testimonial_list li .testimonial_logo img {
  max-height: 55px;
}
.testimonial_page .featured_testimonial_list li .testimonial_logo .testimonial_inner_logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.testimonial_page .featured_testimonial_list li .testimonial_description {
  padding-left: 9.375%;
  padding-right: 9.375%;
  font-size: 1.438rem;
  line-height: 2.125rem;
  margin-top: 35px;
}
.testimonial_page .featured_testimonial_list li .testimonial_person_icon {
  margin-top: 22px;
}
.testimonial_page .featured_testimonial_list li .testimonial_person_icon img {
  max-height: 15px;
}
.testimonial_page .featured_testimonial_list li .testimonial_author {
  margin-top: 10px;
  font-size: 1.313rem;
  letter-spacing: 0.024rem;
}
.testimonial_page .featured_testimonial_list li .testimonial_author_function {
  margin-top: 8px;
  font-size: 1.063rem;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.testimonial_page .featured_testimonial_list li .read_case {
  background-color: #35afe3;
  color: #ffffff;
  display: inline-block;
  padding: 10px 9.375% 7px 9.375%;
  margin-top: 23px;
}
.testimonial_page .featured_testimonial_list li .read_case:hover {
  background-color: #1d9dd3;
  color: #ffffff !important;
}
.testimonial_page .featured_testimonial_list li:first-child,
.testimonial_page .featured_testimonial_list li:nth-child(4n) {
  margin-left: 0;
}
.testimonial_page .featured_testimonial_list .testimonial_big {
  margin-top: 5px;
  width: 49.6907216%;
}
.testimonial_page .featured_testimonial_list .testimonial_big .testimonial_description {
  padding: 0 24.8962656%;
}
.testimonial_page .featured_testimonial_list li:nth-child(5n) {
  margin-left: 0.6185567%;
}
.testimonial_page h1 {
  color: #4e4e4d;
  font-size: 2.25em;
  margin-top: 45px;
}
.testimonial_page .intro {
  width: 100%;
  color: #4e4e4d;
  line-height: 1.475em;
  font-size: 1.188em;
  padding-top: 12px;
}
.testimonial_page .testimonials_more {
  color: #4e4e4d;
  font-size: 1.5rem;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.testimonial_page .other_clients {
  color: #4e4e4d;
  font-size: 1.875rem;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.testimonial_page .other_clients .line {
  display: inline-block;
  border-bottom: 1px solid #ddebf6;
  width: 100%;
  float: left;
  left: 100%;
  position: absolute;
  margin-left: -75%;
  bottom: 8px;
}
.testimonial_page .other_clients_list {
  list-style-type: none;
  margin-top: 20px;
}
.testimonial_page .other_clients_list li {
  display: inline-block;
  width: 20%;
  float: left;
}
.testimonial_page .other_clients_list .logo_wrapper {
  display: table;
  height: 120px;
  width: 100%;
}
.testimonial_page .other_clients_list .logo_wrapper .client img {
  max-width: 130px;
  max-height: 60px;
}
.testimonial_page .other_clients_list .logo_wrapper .client {
  display: table-cell;
  vertical-align: middle;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testimonial_page .other_clients_list .logo_wrapper .client:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog_post.testimonial_detail .article h1 {
  color: #282e33;
  font-size: 3.75rem;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.blog_post.testimonial_detail .testimonial_header {
  width: 100%;
  height: 350px;
  margin-bottom: 13px;
}
.blog_post.testimonial_detail .testimonial_logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog_post.testimonial_detail .testimonial_gallery {
  width: 37.2807018%;
  margin-right: 7.0175439%;
  height: 1px;
  float: left;
}
.blog_post.testimonial_detail .testimonial_gallery .image_gallery {
  width: 100%;
  height: 340px;
  margin-top: 13px;
}
.blog_post.testimonial_detail .testimonial_gallery .image_gallery:first-child {
  margin-top: 0;
}
.blog_post.testimonial_detail .article {
  width: 55.7017544%;
  padding-right: 14.0350877%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.blog_post.testimonial_detail .first_paragraph {
  color: #369dd4;
  font-size: 1.5rem;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.blog_post.testimonial_detail .article_body blockquote {
  color: #369dd4;
  font-size: 2.625rem;
  line-height: 1.143rem;
}
.blog_post.testimonial_detail .article_body blockquote p {
  font-size: 1em;
  line-height: 1em;
}
.blog_post.testimonial_detail .about_us {
  display: table;
  background-color: #369dd4;
  height: 235px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
}
.blog_post.testimonial_detail .about_us .about_us_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 28%;
}
.blog_post.testimonial_detail .about_us h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.blog_post.testimonial_detail .about_us .more_about_us_link {
  display: inline-block;
  background-color: #ffffff;
  color: #369dd4;
  padding: 11px 3% 5px 3%;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.blog-video .article .article_main {
  width: 100%;
  padding: 0 15px;
}
.blog-video .article .article_main h1 {
  margin-top: 0;
}
.blog-video .article .article_main .article_body {
  margin-top: 10px;
}
.blog-video .article .article_main .article_body p {
  margin-bottom: 20px;
}
.blog-video .article .article_main iframe {
  width: 100%;
}
/**
	9. Management page
*/
.management_page a,
.contact_page a {
  text-decoration: none;
}
.management_page .management_team_list,
.contact_page .management_team_list {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.management_page .management_team_list li,
.contact_page .management_team_list li {
  width: 30%;
  margin-right: 5%;
  float: left;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
}
.management_page .management_team_list .last_in_row,
.contact_page .management_team_list .last_in_row {
  margin-right: 0;
}
.management_page h1,
.contact_page h1 {
  color: #4e4e4d;
  font-size: 2.25em;
  margin-top: 45px;
}
.management_page .intro,
.contact_page .intro {
  width: 66%;
  color: #4e4e4d;
  line-height: 1.475em;
  font-size: 1.188em;
  padding-top: 12px;
}
.management_page .avatar_image,
.contact_page .avatar_image {
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  width: 230px;
  height: 230px;
  margin: 0 auto;
}
.management_page .team_item:hover .overlay,
.contact_page .team_item:hover .overlay {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #1985b3;
  opacity: 0.5;
  display: none\9;
}
.management_page .team_item:hover .member_name,
.contact_page .team_item:hover .member_name {
  color: #1985b3;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.management_page .overlay,
.contact_page .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  display: none\9;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 999px;
  background-color: #1985b3;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  z-index: 5;
}
.management_page .member_name,
.contact_page .member_name {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  color: #4e4e4d;
  margin-top: 15px;
  margin-bottom: 5px;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.management_page .member_function,
.contact_page .member_function {
  color: #4e4e4d;
  font-size: 0.9em;
  line-height: 1.3em;
}
.management_page .social,
.contact_page .social {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.management_page .email_icon,
.contact_page .email_icon {
  display: inline-block;
  background-image: url('static/img/teamlid-email.jpg');
  width: 18px;
  height: 19px;
  margin-right: 10px;
}
.management_page .linkedin_icon,
.contact_page .linkedin_icon {
  display: inline-block;
  background-image: url('static/img/teamlid-linkedin.jpg');
  width: 18px;
  height: 19px;
  margin-right: 10px;
}
.management_page .twitter_icon,
.contact_page .twitter_icon {
  display: inline-block;
  background-image: url('static/img/teamlid-twitter.jpg');
  width: 18px;
  height: 19px;
}
/**
	10. Contact page
*/
.contact_page h1 {
  margin-top: 0;
  padding: 0;
}
.contact_page .googlemaps_wrapper {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.contact_page .googlemaps {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.contact_page .googlemaps iframe {
  height: 410px;
}
.contact_page .contact_sidebar {
  width: 40%;
  float: left;
}
.contact_page .content_block {
  width: 100%;
  float: left;
}
.contact_page .content_block .content_contact_blocks {
  width: 71.1340206%;
  float: left;
  padding-right: 5.6701031%;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.contact_page .content_block .content_sidebar {
  width: 25.7731959%;
  float: right;
  margin-right: 3.0927835%;
  background-color: #f8faff;
  padding: 28px 2.8865979%;
  margin-top: -50px;
  z-index: 100;
  position: relative;
  font-size: 1.063rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.contact_page .content_block .content_sidebar img.alignleft {
  padding-top: 3px;
}
.contact_page .content_block .content_sidebar h4 {
  font-size: 1.5rem;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.contact_page .content_block .content_sidebar .contact_social {
  padding-right: 3px;
}
.contact_page .content_block .content_sidebar .social_icons .social_icon {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 0;
}
.contact_page .address_wrapper {
  float: right;
  margin-right: 3.0927835%;
  width: 25.7731959%;
  background-color: #f8faff;
  padding: 28px 2.8865979%;
  margin-bottom: -135px;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.contact_page .address_wrapper .widget_title {
  margin-bottom: 15px;
}
.contact_page .address_wrapper .contact-us .phone {
  margin-top: 10px;
}
.contact_page .address_wrapper .contact-us .phone a {
  color: #35afe3;
}
.contact_page .address_wrapper .contact-us .full-address .address {
  margin-bottom: 5px;
}
.contact_page .address_wrapper .widget {
  margin-bottom: 0;
}
.contact_page .contact_detail {
  margin-top: 42px;
}
.contact_page .contact_detail .content_sidebar {
  margin-top: -270px;
  background-color: #ffffff;
}
.contact_page .contact_detail .content_sidebar .social_media_icon {
  width: 33.33333333%;
  margin-right: 0;
  float: left;
  font-size: 1.8rem;
}
.contact_page .contact_detail .content_sidebar .facebook,
.contact_page .contact_detail .content_sidebar .facebook:hover {
  color: #37619e !important;
}
.contact_page .contact_detail .content_sidebar .twitter,
.contact_page .contact_detail .content_sidebar .twitter:hover {
  color: #2dabdf !important;
}
.contact_page .contact_detail .content_sidebar .google,
.contact_page .contact_detail .content_sidebar .google:hover {
  color: #dc5648 !important;
}
.contact_page .contact_detail .content_sidebar .contact-us .full-address {
  margin-top: 16px;
}
.contact_page .contact_detail .content_sidebar .contact-us .email a {
  color: #4e4e4d;
}
.contact_page .contact_detail .content_sidebar .connect_widget .widget_content {
  margin-top: 15px;
}
.contact_page .contact_detail .content_sidebar .advisor_contact_widget {
  margin-top: 60px;
  float: left;
}
.contact_page .contact_detail .content_sidebar .advisor_contact_widget .contact_person {
  width: 100%;
  margin-bottom: 35px;
}
.contact_page .contact_detail .content_sidebar .advisor_contact_widget .contact_person a {
  color: #4e4e4d;
}
.contact_page .contact_detail .content_sidebar .advisor_contact_widget .contact_name {
  font-size: 1rem;
}
/**
	11. Single page
*/
.single_page {
  margin-top: 169px;
}
.single_page .page_main {
  width: 60.6185567%;
  float: left;
}
.single_page .sidebar {
  width: 34.742268%;
  float: left;
  margin-left: 4.6391753%;
}
.single_page {
  color: #4e4e4d;
}
.single_page .search_results {
  margin-top: 20px;
}
.single_page .search_results a {
  color: #4e4e4d;
  text-decoration: none;
}
.single_page article {
  margin-top: 30px;
}
.single_page article:first-child {
  margin-top: 0;
}
.single_page h1 {
  color: #4e4e4d;
  font-size: 2.25em;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.single_page .image_wrapper {
  width: 42.5170068%;
  height: 150px;
  margin-left: -42.5170068%;
  left: 42.5170068%;
  position: relative;
  float: left;
  overflow: hidden;
}
.single_page article h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.single_page .article_content {
  margin-left: 45%;
  line-height: 1.475em;
  font-size: 1.188em;
}
.single_page .article_content.no_thumb,
.single_page .article_list .article_content {
  margin-left: 0;
}
.single_page .older_posts {
  float: left;
}
.single_page .new_posts {
  float: right;
}
.single_page .pagination {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single_page .pagination a {
  color: #4e4e4d;
  text-decoration: none;
}
.single_page .pagination a:hover {
  color: #1985b3 !important;
}
.single_page .intro {
  float: left;
}
/**
	12. Archive page
*/
.archive_page {
  margin-top: 139px;
  padding-bottom: 30px;
}
.archive_page h1 {
  margin-bottom: 10px;
}
.archive_page a {
  color: #4e4e4d;
  text-decoration: none;
}
.archive_page a:hover {
  color: #4e4e4d !important;
}
.archive_page .blue {
  color: #1985b3;
}
.archive_page .blue:hover {
  color: #1985b3 !important;
}
.archive_page .article_content_wrapper {
  width: 67.482993%;
  padding-right: 3%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.archive_page .article_image {
  width: 32.517007%;
}
.archive_page .article_content {
  margin-top: 5px;
}
.archive_page article:first-child {
  margin-top: 30px;
}
.archive_page .categories {
  float: right;
}
.archive_page .categories a {
  padding-left: 15px;
  padding-right: 15px;
}
.archive_page .categories a:hover {
  color: #1985b3 !important;
}
.archive_page .categories a:last-child {
  padding-right: 0;
}
/**
  Archive befit
*/
.archive-befit .archive-header {
  max-height: 620px;
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.archive-befit h1 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 6.25em;
  text-transform: uppercase;
}
.archive-befit p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.938em;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}
.archive-befit .outer-vertical-wrapper {
  padding-top: 137px;
}
.archive-befit .wrapper {
  max-width: 1200px;
}
.archive-befit .header-content {
  max-width: 25.5%;
  margin-right: 8.7727273%;
  float: right;
}
.archive-befit .category-type {
  min-height: 11px;
}
.archive-befit .archive-posts .article-grid,
.archive-befit .archive-posts .regular-article-grid {
  padding-left: 9.0909091%;
  padding-right: 8.7727273%;
}
.archive-befit .archive-posts .article-grid {
  padding-left: 9.0909091%;
  padding-right: 8.7727273%;
}
.archive-befit .archive-posts .article-grid .block-half-full {
  max-width: calc(33% - 25px);
}
.archive-befit .archive-posts .article-grid .featured-article-small .content {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #35afe3;
}
.archive-befit .archive-posts .article-grid .featured-article-small .content h3 {
  line-height: 1.083em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.875em;
}
.archive-befit .archive-posts .article-grid .featured-article-small .content .category-type {
  color: #35afe3;
}
.archive-befit .archive-posts .article-grid .featured-article-small .content .article-body {
  margin-top: 10px;
}
.archive-befit .archive-posts .article-grid .featured-article-small .content p {
  padding-right: 0;
  margin-top: 10px;
  max-height: 71px;
  overflow: hidden;
}
.archive-befit .block-full {
  max-width: calc(66.66666661% - 25px);
  height: 642px;
}
.archive-befit .load-more-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.archive-befit .load-more {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #35afe3;
  color: #35afe3;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 40px 0 85px;
  position: relative;
  padding-top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.archive-befit .load-more:before {
  content: "+";
  color: #35afe3;
  font-size: 2rem;
  border-right: 1px solid #35afe3;
  position: absolute;
  left: 0;
  width: 45px;
  text-align: center;
  line-height: 45px;
  padding-bottom: 2px;
  margin-top: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive-befit .load-more:hover {
  color: #ffffff !important;
  background-color: #35afe3;
}
.archive-befit .load-more:hover:before {
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.archive-featured-grid {
  margin-top: 27px;
}
.regular-article-grid {
  margin-top: 10px;
  margin-left: -1.05%;
  margin-right: -1.05%;
}
.regular-article-grid .standard-block {
  width: 30.83333333%;
  min-height: 535px;
}
.regular-article-grid .standard-block {
  margin: 1.25%;
  float: left;
}
.regular-article-grid .standard-block .block-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.regular-article-grid .standard-block h3 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 1.563em;
  line-height: 1.16em;
  font-weight: bold;
  margin-top: 13px;
}
.regular-article-grid .standard-block .category-type {
  margin-top: 22.5px;
  color: #35afe3;
}
.regular-article-grid .standard-block .content {
  color: #000000;
}
.regular-article-grid .read-more {
  color: #35afe3;
  font-weight: 400;
  font-size: 0.75em;
}
.targetgroup-wrapper {
  margin-top: 85px;
  margin-bottom: 130px;
}
/**
	Login page
*/
.login_page .background_triangle {
  position: absolute;
  width: 200%;
  height: 900px;
  background-color: #ffffff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transform: rotate(68deg) translate(0, -20%);
  -webkit-transform: rotate(68deg) translate(0, 13%);
  -moz-transform: rotate(68deg) translate(0, 0);
  -o-transform: rotate(68deg) translate(0, 0);
  -ms-transform: rotate(68deg) translate(0, 0);
}
.login_page .background_img {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.login_page .page_content {
  padding: 135px 6.185567% 120px;
  width: 40%;
}
.login_page h2 {
  padding: 0;
  font-size: 2.625rem;
  line-height: 2.7rem;
}
.login_page .contact_group .contact_group_image {
  width: 92px;
  max-height: 92px;
  margin-left: -92px;
  left: 92px;
}
.login_page .contact_group .contact_group_content {
  margin-left: 77px;
  font-size: 1.563rem;
  color: #444443;
  display: table;
  min-height: 92px;
}
.login_page .contact_group .contact_group_inner_content {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
}
.login_page .contact_group .next_button {
  width: 26px;
}
.login_page .contact_group .next_button .icon_inner_wrapper {
  font-size: 1.2rem;
  position: relative;
  top: 3px;
}
.login_page .login-promo {
  margin-top: 30px;
  margin-bottom: 35px;
}
.login_page .promo-content {
  width: 66%;
  float: left;
}
.login_page .promo-content p {
  margin-bottom: 0;
}
.login_page .promo-image {
  width: 34%;
  float: left;
  text-align: center;
  padding: 0 5px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login_page h3 {
  font-size: 1.125rem;
}
.login_page .contact_group {
  background-color: #f7f7f7;
  border-color: #EAEAEA;
}
.login_page .contact_group .inactive_button .next_button {
  background-color: #BDBDBD;
}
.login_page .contact_group .inactive_button .next_button:hover {
  background-color: #BDBDBD;
}
.login_page .contact_group .inactive_button .contact_group_image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/**
	Custom 404 page
*/
.custom_404_page {
  color: #434342;
}
.custom_404_page .background-img {
  background-size: cover;
  background-position: bottom center;
}
.custom_404_page .content_404 h1 {
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  padding-bottom: 15px;
  padding-top: 0;
}
.custom_404_page .content_404 {
  padding-top: 169px;
  padding-bottom: 235px;
  width: 43%;
}
.custom_404_page .content_404 p {
  padding-right: 30%;
}
.custom_404_page .content_404 ul {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  margin-top: 35px;
  margin-left: 30px;
  list-style-position: inside;
  list-style-type: square;
  font-size: 1.6rem;
  color: #1985b3;
}
.custom_404_page .content_404 ul li {
  padding-bottom: 20px;
}
.custom_404_page .content_404 ul li a {
  color: #444443;
  font-size: 1.1rem;
  line-height: 0.9rem;
  position: relative;
  top: -2px;
}
/**
	6: Components
*/
.is_landing .navigation_bar {
  position: fixed;
  z-index: 999;
}
.is_landing .navigation_bar .menu .current-menu-item a {
  color: #1985b3;
}
.detail_page {
  background-color: #ffffff;
}
.detail_page .button {
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.detail_page > * {
  z-index: 5;
  position: relative;
}
.detail_page section {
  background-color: #ffffff;
}
/**
	6.1: Why BeFrank (nav)
*/
.why_comp .component_title {
  text-align: center;
  width: 100%;
  font-size: 2em;
  color: #434342;
  padding-top: 47px;
  margin-bottom: 56px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.subpage_navigation .icon_background,
.subpage_navigation .stroke {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.subpage_navigation a:hover .icon_background,
.subpage_navigation a:hover .stroke {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.subpage_navigation .blue_1 .icon_background,
.subpage_navigation .blue_1 .stroke {
  background-color: #35afe3;
}
.subpage_navigation .blue_1 a:hover .icon_background,
.subpage_navigation .blue_1 a:hover .stroke {
  background-color: #1d9dd3;
}
.subpage_navigation .blue_2 .icon_background,
.subpage_navigation .blue_2 .stroke {
  background-color: #93d4f3;
}
.subpage_navigation .blue_2 a:hover .icon_background,
.subpage_navigation .blue_2 a:hover .stroke {
  background-color: #70c6ef;
}
.subpage_navigation .blue_3 .icon_background,
.subpage_navigation .blue_3 .stroke {
  background-color: #2b81c1;
}
.subpage_navigation .blue_3 a:hover .icon_background,
.subpage_navigation .blue_3 a:hover .stroke {
  background-color: #2776b1;
}
.subpage_navigation .blue_4 .icon_background,
.subpage_navigation .blue_4 .stroke {
  background-color: #61c8f2;
}
.subpage_navigation .blue_4 a:hover .icon_background,
.subpage_navigation .blue_4 a:hover .stroke {
  background-color: #3dbbef;
}
.subpage_navigation .blue_5 .icon_background {
  background-color: #2e9cd7;
}
.subpage_navigation .blue_5 a:hover .icon_background,
.subpage_navigation .blue_5 a:hover .stroke {
  background-color: #2791cb;
}
.subpage_navigation {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.subpage_navigation li {
  width: 20%;
  height: auto;
  display: inline-block;
  text-align: center;
  float: left;
  padding-bottom: 48px;
  min-height: 240px;
}
.subpage_navigation li a {
  text-decoration: none;
}
.subpage_navigation .icon_wrapper {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}
.subpage_navigation li .icon_background {
  widht: 100%;
  height: 100%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.subpage_navigation .icon_image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.subpage_navigation h3 {
  font-size: 1.625em;
  color: #434342;
  margin-top: 44px;
  line-height: 1.2em;
}
.subpage_navigation .stroke {
  width: 30px;
  height: 4px;
  background-color: #35afe3;
  margin: 0 auto;
  margin-top: 30px;
}
.subpage_navigation .nav_excerpt {
  margin: 0 20%;
  margin-top: 23px;
  color: #434342;
  font-size: 1.125em;
}
.icon_hand {
  background-image: url('static/img/subpage/hand@2x.png');
}
.icon_pig {
  background-image: url('static/img/subpage/pig@2x.png');
}
.icon_bar {
  background-image: url('static/img/subpage/bar@2x.png');
}
.icon_talk {
  background-image: url('static/img/subpage/talk@2x.png');
}
.icon_mouse {
  background-image: url('static/img/subpage/mouse@2x.png');
}
.icon_costs {
  background-image: url('static/img/subpage/costs.png');
}
.icon_chat {
  background-image: url('static/img/subpage/chat.png');
}
.icon_globe {
  background-image: url('static/img/subpage/globe.png');
}
.icon_mobile {
  background-image: url('static/img/subpage/mobile.png');
}
.icon_screen {
  background-image: url('static/img/subpage/screen.png');
}
.icon_life {
  background-image: url('static/img/list-icons/life.png');
}
.icon_change {
  background-image: url('static/img/list-icons/change.png');
}
.icon_retirement {
  background-image: url('static/img/list-icons/retirement.png');
}
.icon_tombstone {
  background-image: url('static/img/list-icons/tombstone.png');
}
.icon_wheelchair {
  background-image: url('static/img/list-icons/wheelchair.png');
}
/**
	6.2: Parallax break
*/
.parallax_break,
.wide_img_module {
  max-height: 390px;
  height: 390px;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 2;
}
.parallax_break > *,
.wide_img_module > * {
  z-index: 3;
}
.parallax_break .right_align,
.wide_img_module .right_align {
  text-align: right;
}
.parallax_break .left_align,
.wide_img_module .left_align {
  text-align: left;
}
.parallax_break .parallax_description,
.wide_img_module .parallax_description,
.parallax_break .module_description,
.wide_img_module .module_description {
  width: 37.9464286%;
  text-align: left;
  display: inline-block;
  margin-top: 30px;
  color: #434342;
  line-height: 1.475em;
  font-size: 1.125em;
}
.parallax_break .parallax_title,
.wide_img_module .parallax_title,
.parallax_break .module_title,
.wide_img_module .module_title {
  color: #434342;
  font-size: 2.188em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.parallax_break .button,
.wide_img_module .button {
  margin-top: 15px;
}
.parallax_break .parallax_background,
.wide_img_module .parallax_background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  -webkit-backface-visibility: visible;
  display: table;
}
.parallax_break .parallax_background .inner_wrap,
.wide_img_module .parallax_background .inner_wrap,
.parallax_break .inner_wrap,
.wide_img_module .inner_wrap {
  display: table-cell;
  vertical-align: middle;
}
/**
	Page Header Extensive
*/
.page_header_extensive .module_title {
  padding-top: 0;
}
/**
	Pension Tool Parallax
*/
.pension_tool_parallax .parallax_tool_content {
  height: 100%;
}
.pension_tool_parallax .parallax_description {
  width: 100%;
}
.pension_tool_parallax .pension_tool_wrapper {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.pension_tool_parallax .pension_tool_wrapper .outer_wrap {
  height: 100%;
  display: table;
  width: 50%;
  float: left;
  padding-left: 6.2317429%;
  padding-right: 8.2765336%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.pension_tool_parallax .parallax_tool_content .parallax_title {
  padding-top: 0;
}
.pension_tool_parallax .pension_tool_widget {
  width: 50%;
  float: left;
  height: 100%;
}
.pension_tool_parallax .pension_tool_widget .widget_outer_wrapper {
  height: 100%;
  width: 100%;
  display: table;
}
.pension_tool_parallax .pension_tool_widget .widget_inner_wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/**
	6.3: Partner section
*/
.partner_section {
  min-height: 278px;
  color: #444443;
}
.partner_section .left {
  float: left;
  width: 50%;
  padding-top: 95px;
  padding-bottom: 78px;
}
.partner_section .right {
  float: right;
  width: 50%;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
.partner_section h2 {
  font-size: 2.188em;
  color: #444443;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.partner_section p {
  padding-top: 17px;
  line-height: 1.475em;
  font-size: 1.125em;
}
.partner_section .button {
  margin-top: 17px;
}
.partner_section .befrank_logo {
  margin-bottom: 65px;
}
.partner_section .binck_logo {
  margin-right: 54px;
}
.partner_section .deltalloyd_logo {
  margin-left: 54px;
}
/**
	6.4: Component blocks
*/
.comp_blocks {
  padding-top: 22px;
  padding-bottom: 22px;
}
.comp_blocks .left {
  float: left;
  width: 50%;
  height: 371px;
}
.comp_blocks .right {
  float: right;
  width: 50%;
  height: 371px;
}
.comp_blocks .block_row {
  display: inline-block;
  width: 100%;
}
.comp_blocks .content_wrapper {
  display: table;
}
.comp_blocks .text_wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 80px 13.4020619%;
}
.comp_blocks h2 {
  color: #434342;
  font-size: 2.188em;
  margin-bottom: 20px;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp_blocks .button {
  margin-top: 25px;
  float: right;
}
/**
	6.5: Component products
*/
.comp_products {
  color: #434342;
  margin-bottom: 30px;
}
.comp_products .product_article:nth-of-type(4),
.comp_products .product_article:nth-of-type(5) {
  margin-top: 36px;
}
.comp_products .left {
  float: left;
  width: 50%;
}
.comp_products .right {
  float: right;
  width: 50%;
}
.comp_products .component_title {
  font-size: 2.188rem;
  margin-top: 43px;
  margin-bottom: 25px;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp_products h3 {
  font-size: 1.5rem;
  margin-bottom: 3px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp_products .image_wrapper {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-left: -180px;
  left: 180px;
  position: relative;
}
.comp_products .info_block {
  position: relative;
  float: left;
}
.comp_products .info_block .product_image {
  float: left;
}
.comp_products .text_wrapper {
  margin-left: 212px;
  bottom: 0;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp_products p {
  line-height: 1.375rem;
}
.comp_products .button {
  margin-top: 13px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
/**
	6.6: More Info
*/
.detail_page .comp_moreinfo {
  background-color: #e6eef7;
  min-height: 229px;
  width: 100%;
  overflow: hidden;
  line-height: 1.475em;
  font-size: 1.125em;
}
.detail_page .comp_moreinfo .left {
  float: left;
  width: 50%;
}
.detail_page .comp_moreinfo .right {
  float: right;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.detail_page .comp_moreinfo .left .button {
  float: right;
  clear: both;
}
.detail_page .comp_moreinfo .button {
  font-size: 1.375em;
  margin-right: 40px;
  padding: 11px 12px 7px 12px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.detail_page .comp_moreinfo .phone_button {
  margin-bottom: 10px;
  background-color: #93d4f3;
}
.detail_page .comp_moreinfo .email_button {
  background-color: #2b81c1;
}
.detail_page .comp_moreinfo .phone_icon {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  height: 20px;
  width: 19px;
  top: 2px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('static/img/subpage/phone.png');
}
.detail_page .comp_moreinfo .email_icon {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  top: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('static/img/subpage/mail.png');
}
.detail_page .comp_moreinfo h2 {
  color: #434342;
  font-size: 2.188em;
  margin-bottom: 5px;
  line-height: 2.1rem;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.detail_page .comp_moreinfo p {
  color: #434342;
  line-height: 1.375em;
  width: 48.553719%;
}
/**
	6.7: Text video comp
*/
.text_video_block {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
.text_video_block .left {
  width: 50%;
  float: left;
  display: table;
}
.text_video_block .text_wrapper {
  display: table-cell;
  vertical-align: bottom;
  height: 315px;
  padding-right: 18.3505155%;
  padding-left: 12.5773196%;
}
.text_video_block .text_wrapper h2 {
  color: #434342;
  margin-bottom: 15px;
  font-size: 2.188em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.text_video_block .text_wrapper .text_block {
  font-size: 1.125em;
}
.text_video_block .right {
  float: left;
  width: 50%;
}
.text_video_block .right iframe {
  max-width: 100%;
}
.text_video_block .button {
  float: right;
  margin-top: 20px;
}
/**
	6.8: Comp block mashup
*/
.comp_mashup {
  padding-bottom: 80px;
  padding-top: 80px;
}
.comp_mashup .intro_description h2 {
  color: #434342;
  font-size: 2.188em;
  margin-bottom: 30px;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp_mashup .intro_description p {
  color: #434342;
  width: 84.948454%;
  line-height: 1.475em;
  font-size: 1.125em;
}
.comp_mashup .column_left {
  float: left;
  width: 50%;
  position: relative;
}
.comp_mashup .column_right {
  float: left;
  width: 50%;
  position: relative;
}
.comp_mashup .mashup_image_wrapper {
  position: relative;
  z-index: 2;
}
.comp_mashup .mashup_block,
.comp_mashup .column_row {
  position: relative;
  height: 242px;
  overflow: hidden;
}
.comp_mashup .column_big,
.comp_mashup .column_big .mashup_block {
  height: 484px;
}
.comp_mashup h3 {
  position: absolute;
  z-index: 5;
  color: #434342;
  font-size: 2em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp_mashup .top {
  top: 25px;
}
.comp_mashup .left {
  left: 25px;
}
.comp_mashup .bottom {
  bottom: 25px;
}
.comp_mashup .right {
  right: 25px;
}
.comp_mashup .white {
  color: #ffffff;
}
.comp_mashup .image_wrapper {
  width: 100%;
  height: 100%;
}
.component .wrapper {
  max-width: 1200px;
}
.component p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 1.063em;
  line-height: 1.588em;
  color: #0b0b0b;
}
.component .comp-header {
  margin-top: 60px;
  margin-bottom: 60px;
}
.component .comp-header h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 3.438em;
  line-height: 1.091em;
}
.component .comp-header p {
  margin-top: 30px;
}
.comp-landingpage-header {
  min-height: 665px;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.comp-landingpage-header .outer-vertical-wrapper {
  padding-top: 137px;
  min-height: 528px;
}
.comp-landingpage-header .inner-vertical-wrapper {
  padding: 30px 0;
}
.comp-landingpage-header .wrapper {
  max-width: 1200px;
}
.comp-landingpage-header .header-content {
  max-width: 38.25%;
  margin-right: 6.833333%;
  float: right;
  position: relative;
}
.comp-landingpage-header .header-content h1 {
  font-size: 4.063em;
  line-height: 0.923em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp-landingpage-header .header-content p {
  margin-top: 20px;
}
.comp-landingpage-subheader {
  height: 637.5px;
}
.comp-landingpage-subheader .outer-vertical-wrapper {
  padding-top: 0;
  min-height: 637.5px;
}
.comp-landingpage-subheader .header-content h1 {
  font-size: 3.438em;
  line-height: 1.091em;
  padding-right: 100px;
}
.comp-why-navigation {
  padding-bottom: 95px;
}
.comp-why-navigation .comp-header p {
  max-width: 33.3333333%;
  display: inline-block;
}
.comp-why-navigation .comp-why-item {
  max-width: 20%;
  text-align: center;
  display: inline-block;
  list-style-type: none;
  padding: 0 2.416667%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-why-navigation .comp-why-item h3 {
  margin-top: 35px;
  word-wrap: break-word;
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
.comp-why-navigation .comp-why-item .title-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 25px;
}
.comp-why-navigation .comp-why-item .img-wrapper {
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.comp-why-navigation .comp-why-item img {
  max-width: 100%;
  max-height: 100%;
}
.comp-why-navigation .comp-why-item p {
  margin-top: 20px;
}
.comp-why-navigation h3 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 2.188em;
  line-height: 1.143em;
}
.comp-parallax-break {
  min-height: 640px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.comp-parallax-break .header-content {
  max-width: 33.6666667%;
  margin-right: 10%;
  float: right;
}
.comp-parallax-break .outer-vertical-wrapper {
  min-height: 640px;
}
.comp-parallax-break .comp-header p {
  margin-top: 10px;
}
.comp-parallax-break .bf-button {
  margin-top: 20px;
}
.comp-more-info {
  padding-bottom: 55px;
}
.comp-more-info .comp-header p {
  max-width: 33.3333333%;
  display: inline-block;
}
.comp-more-info .comp-content {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 8.3333333%;
}
.comp-more-info .comp-content .article {
  position: relative;
  margin-top: 37.5px;
}
.comp-more-info .comp-content .article .article-image {
  display: block;
  width: 51.75%;
  height: 375px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comp-more-info .comp-content .article .content {
  width: 61.5%;
  padding: 45px 5% 37px 5%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-more-info .comp-content .article .content .bf-line {
  height: 6px;
  max-width: 45px;
  background-color: #35afe3;
  display: block;
}
.comp-more-info .comp-content .article .content h2 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1.067em;
  margin-top: 15px;
}
.comp-more-info .comp-content .article .content p {
  margin-top: 20px;
  font-size: 0.938em;
  max-width: 72%;
}
.comp-more-info .comp-content .article .content .article-read-more {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  color: #35afe3;
  margin-top: 12px;
}
.comp-more-info .comp-content .article .content .article-read-more:hover {
  color: #1d9dd3;
}
.homepage-testimonials .testimonial-logos {
  padding-right: 5.9090909%;
}
.comp-clients,
.homepage-testimonials {
  background-color: #35afe3;
  color: #ffffff;
  padding: 90px 0 65px 0;
}
.comp-clients h2,
.homepage-testimonials h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 4.063em;
  text-align: center;
}
.comp-clients a,
.homepage-testimonials a {
  color: #ffffff;
}
.comp-clients a:hover,
.homepage-testimonials a:hover {
  color: #ffffff !important;
}
.comp-clients p,
.homepage-testimonials p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 1.063em;
  line-height: 1.706em;
  letter-spacing: 0.02em;
  width: 52%;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}
.comp-clients .testimonial-logos,
.homepage-testimonials .testimonial-logos {
  text-align: center;
  margin-top: 90px;
}
.comp-clients .testimonial-logos li,
.homepage-testimonials .testimonial-logos li {
  list-style-type: none;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.comp-clients .testimonial-logos li:first-child,
.homepage-testimonials .testimonial-logos li:first-child {
  text-align: left;
}
.comp-clients .testimonial-logos li:last-child,
.homepage-testimonials .testimonial-logos li:last-child {
  text-align: right;
}
.comp-clients .testimonial-logos li .outer-wrapper,
.homepage-testimonials .testimonial-logos li .outer-wrapper {
  display: table;
  height: 90px;
  width: 100%;
}
.comp-clients .testimonial-logos li .inside-wrapper,
.homepage-testimonials .testimonial-logos li .inside-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.comp-clients .testimonial-logos img,
.homepage-testimonials .testimonial-logos img {
  max-width: 200px;
  max-height: 84px;
}
.comp-clients {
  padding-bottom: 0;
}
.comp-clients .wrapper {
  max-width: 1200px;
}
.comp-clients .inner-wrapper {
  padding: 0 8.3333333%;
}
.comp-clients p {
  width: 56%;
}
.comp-clients .testimonial-logos li {
  margin-bottom: 100px;
}
.comp-clients li:first-child,
.comp-clients li:nth-child(5) {
  text-align: left;
}
.comp-clients li:last-child,
.comp-clients li:nth-child(4) {
  text-align: right;
}
.homepage-block-1 {
  margin-top: -55px;
}
.homepage-block-1,
.comp-block-1 {
  position: relative;
}
.homepage-block-1 .block-image,
.comp-block-1 .block-image {
  height: 500px;
  width: 50%;
  display: block;
  float: right;
  background-size: cover;
  background-position: center center;
}
.homepage-block-1 .content-wrapper,
.comp-block-1 .content-wrapper {
  position: absolute;
  bottom: 0;
}
.homepage-block-1 h2,
.comp-block-1 h2 {
  margin-right: 66.6666667%;
  position: relative;
  z-index: 2;
}
.homepage-block-1 .content-block,
.comp-block-1 .content-block {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  margin-right: 24.0416667%;
  position: relative;
  background-color: #ffffff;
  padding: 30px 5.085% 60px 0;
  bottom: 0;
}
.homepage-block-2 .block-image,
.comp-block-2 .block-image {
  background-image: url(http://befrank.dev/assets/2017/07/block2.png);
  max-height: 457px;
  width: 50%;
  height: 475px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.homepage-block-2 .content-wrapper,
.comp-block-2 .content-wrapper {
  background-color: #ffffff;
  position: absolute;
  bottom: 60px;
  margin-left: 30.8%;
  padding: 40px 4%;
}
.homepage-block-2 .content-block,
.comp-block-2 .content-block {
  margin-top: 13px;
}
.comp-two-blocks {
  padding: 30px 0;
}
.comp-two-blocks.overlay-prev-comp {
  padding-top: 0;
}
.comp-two-blocks.overlay-prev-comp .comp-block-1 {
  margin-top: -55px;
}
.comp-two-blocks .inner-wrapper {
  padding-left: 8.3333333%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-two-blocks .comp-block-1 .block-image {
  margin-top: 0;
}
.comp-two-blocks .comp-block-1 h2 {
  margin-top: 0;
}
.comp-two-blocks .comp-block-1 .content-wrapper {
  position: absolute;
  bottom: 0;
}
.comp-two-blocks .comp-block-1 .content-block {
  position: relative;
  padding-bottom: 35px;
}
.comp-two-blocks .comp-block-2 .content-block {
  padding-right: 10%;
}
.comp-two-blocks .read-more {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #35afe3;
  margin-top: 10px;
  display: inline-block;
}
.comp-two-blocks .read-more:hover {
  color: #1d9dd3;
}
.comp-single-block {
  padding: 90px 0;
}
.comp-single-block .content-wrapper {
  bottom: 30px;
}
.comp-block-break {
  padding: 75px 0;
}
.comp-block-break .block-image {
  width: 100%;
  height: 450px;
}
.comp-block-break .content-wrapper {
  top: -45px;
  bottom: inherit;
  margin: 0;
  max-width: 336px;
  padding: 0 10px 0 0;
}
.comp-block-break .content-wrapper h2 {
  font-size: 12.5rem;
  color: #3db5e6;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp-block-break .content-wrapper .content-block {
  margin-top: 0;
}
.comp-block-break .content-wrapper .content-block p {
  color: #3db5e6;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 1.688rem;
  line-height: 2.593rem;
  margin-right: 35%;
}
.comp-contact {
  margin: 55px 0;
}
.comp-contact .contact-wrapper {
  padding: 0 8.3333333%;
}
.comp-contact .right-col {
  padding-right: 0;
}
.comp-contact .homepage-contact {
  padding: 0;
}
.comp-contact .content-wrapper p {
  font-size: 0.938em;
}
.comp-video-block {
  margin-top: 137px;
}
.comp-video-block .big-video {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 775px;
  display: block;
}
.comp-video-block .big-video:hover .play-button {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comp-video-block .big-video .play-wrapper {
  height: 775px;
  width: 100%;
  display: table;
}
.comp-video-block .big-video .play-inner-wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.comp-video-block .play-button {
  background-image: url('static/img/play-button-big.png');
  background-size: contain;
  background-position: center center;
  width: 128px;
  height: 128px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comp-video-block .video-list {
  max-width: 1165px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: -30px;
}
.comp-video-block .video-list h2 {
  font-size: 1.125rem;
  line-height: 1.706rem;
  color: #35afe3;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  margin-left: 3.0042918%;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.comp-video-block .video-list .video-list-wrapper {
  background-color: #f7f7f7;
  width: 100%;
  padding: 20px 3.0042918%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-video-block .video-list .video-item {
  width: 33.33333333%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-video-block .video-list .video-item:hover {
  cursor: pointer;
}
.comp-video-block .video-list .video-item:hover .play-button {
  opacity: 1;
}
.comp-video-block .video-list .video-item .video-image {
  height: 108px;
  max-width: 216px;
  width: 45%;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-video-block .video-list .video-item .video-image .play-button-small {
  background-image: url('static/img/play-button-small.png');
  width: 32px;
  height: 32px;
}
.comp-video-block .video-list .video-item .video-image .play-wrapper {
  height: 108px;
  width: 100%;
  display: table;
}
.comp-video-block .video-list .video-item .video-image .play-inner-wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.comp-video-block .video-list .video-item:hover h3,
.comp-video-block .video-list .video-item:active h3,
.comp-video-block .video-list .video-item:focus h3 {
  color: #000000 !important;
}
.comp-video-block .video-list .video-item .video-item-content {
  width: 55%;
  float: left;
  padding-left: 25px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-video-block .video-list .video-item .video-item-content .video-line {
  width: 50px;
  height: 6px;
  background-color: #35afe3;
}
.comp-video-block .video-list .video-item .video-item-content h3 {
  font-size: 1.375rem;
  line-height: 1rem;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 700;
  margin-top: 10px;
  color: #000000;
}
.comp-video-block .video-list .video-item .video-item-content p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 1.6rem;
  margin-top: 8px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.comp-app-break .app-store-button {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  border: 1px solid #35afe3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 20px 10px 15px;
  font-weight: 300;
  font-size: 1.063em;
  color: #3b3b3b;
  margin-top: 20px;
  display: inline-block;
}
.comp-app-break .app-store-button i {
  font-size: 1.4em;
  position: relative;
  top: 2px;
  margin-right: 11px;
  color: #35afe3;
}
.comp-app-break .apple-button {
  margin-right: 20px;
}
.comp-list-view {
  padding-bottom: 55px;
}
.comp-list-view .comp-header p {
  max-width: 42.5%;
  display: inline-block;
}
.comp-list-view .comp-content {
  padding: 0 8.3333333%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-list-view .list-item {
  display: inline-block;
  float: left;
  width: 20%;
  list-style-type: none;
}
.comp-list-view .list-item .list-content {
  padding-right: 11%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-list-view .list-item .list-item-image {
  width: 65px;
  height: 65px;
  margin: 5px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.comp-list-view .list-item .list-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.comp-list-view .list-item h3 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 1.263em;
  line-height: 1.16em;
  color: #3b3b3b;
  font-weight: 900;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  word-wrap: break-word;
}
.comp-list-view .list-item .title-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comp-list-view .list-item p {
  margin-top: 10px;
  font-size: 0.938em;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}
.comp-list-view .list-item .list-cta {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 0.938em;
  color: #35afe3;
  line-height: 1.667em;
  letter-spacing: 0.02em;
  margin-top: 30px;
  display: inline-block;
  word-wrap: break-word;
}
.comp-quote {
  margin-top: 55px;
  margin-bottom: 55px;
}
.comp-quote .quote-wrapper {
  padding: 0 8.3333333%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-quote .quote-content {
  background-color: #f9f9f9;
  display: block;
  padding: 50px 6.1032864%;
}
.comp-quote .left-part,
.comp-quote .right-part {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-quote .left-part {
  color: #35afe3;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 3.125em;
  line-height: 1em;
  padding-right: 3.103286%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-quote .right-part {
  padding-right: 6.6666667%;
  padding-left: 3.3333333%;
  padding-top: 15px;
}
.comp-quote .right-part p,
.comp-quote .right-part .read-more-link {
  font-size: 0.938em;
}
.comp-quote .right-part .read-more-link {
  color: #35afe3;
}
.comp-befit {
  background-color: #35afe3;
  color: #ffffff;
  padding-top: 70px;
  padding-bottom: 60px;
}
.comp-befit .befit-wrapper {
  padding: 0 8.3333333%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comp-befit .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.comp-befit .comp-header {
  text-align: left;
  margin: 0;
}
.comp-befit .comp-header p {
  margin-top: 15px;
  max-width: 46.9483568%;
  color: #ffffff;
  font-size: 0.938em;
}
.comp-befit .comp-header .read-more-befit {
  float: right;
  color: #ffffff;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.45em;
  margin-top: -1.45em;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.comp-befit .comp-header .read-more-befit:hover {
  color: #dcdcdc !important;
}
.comp-befit .comp-content {
  margin: 30px -0.7042254% 0 -0.7042254%;
}
.comp-befit .befit-article {
  margin: 0 0.7042254%;
  width: 31.9248826%;
  display: inline-block;
  float: left;
}
.comp-befit .befit-article .block-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.comp-befit .befit-article .size-helper {
  max-width: 100%;
  max-height: 100%;
}
.comp-befit .befit-article .block-content {
  background-color: #ffffff;
  padding: 60px 10.7692308%;
}
.comp-befit .befit-article .category-type {
  color: #35afe3;
}
.comp-befit .befit-article h3 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.563em;
  line-height: 1.16em;
  color: #0b0b0b;
  margin-top: 25px;
}
.comp-befit .befit-article .article-date {
  margin-top: 8px;
  margin-bottom: 10px;
  color: #0b0b0b;
}
.comp-befit .befit-article p {
  font-size: 0.938em;
}
.comp-befit .befit-article .read-more {
  color: #35afe3;
  font-weight: normal;
  font-size: 0.75em;
}
/**
	Widgets
*/
/**
	Contact Group Widget
*/
.contact_group {
  background-color: #f8faff;
  border: 1px solid #e8effc;
  position: relative;
  margin-top: 23px;
}
.contact_group:hover .next_button {
  background-color: #35afe3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact_group .contact_group_image {
  width: 156px;
  max-height: 156px;
  margin-left: -156px;
  left: 156px;
  position: relative;
  float: left;
}
.contact_group .contact_group_content {
  margin-left: 156px;
  margin-right: 55px;
}
.contact_group .contact_group_content p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #434342;
}
.contact_group .contact_group_content .widget_title {
  padding-top: 25px;
  text-transform: none;
  font-size: 2rem;
  margin-bottom: 9px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.contact_group .next_button {
  background-color: #97cbe9;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact_group .next_button .icon_wrapper {
  height: 100%;
  display: table;
  text-align: center;
  width: 100%;
}
.contact_group .next_button .icon_inner_wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
}
.contact_group .next_button .icon_inner_wrapper img {
  display: inline-block;
  vertical-align: middle;
}
/**
  Befrank app widget
*/
.widget .befrank-app a {
  color: #ffffff;
  font-size: 2rem;
}
.widget .befrank-app a:nth-child(2) {
  margin-left: 10px;
}
.widget .befrank-social-icons-v2 a {
  color: #222222;
  font-size: 1.3rem;
  line-height: 34px;
  margin-left: 5%;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.widget .befrank-social-icons-v2 a:first-child {
  margin-left: 0;
}
.widget .befrank-social-icons-v2 a .ion-social-twitter {
  position: absolute;
  left: 6px;
  top: 1px;
}
.widget .befrank-social-icons-v2 a .ion-social-facebook {
  position: absolute;
  font-size: 1.8rem;
  right: 8px;
  bottom: -9px;
}
.widget .befrank-social-icons-v2 a .ion-social-instagram {
  position: absolute;
  left: 8px;
}
/**
	Latest News Widget
*/
.widget {
  margin-bottom: 35px;
}
.widget .widget_title {
  font-size: 1.15em;
  color: #4e4e4d;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.article_list li {
  list-style: none;
  margin-bottom: 15px;
}
.article_list .article_featured_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-left: -100px;
  left: 100px;
  position: relative;
}
.article_list .article_list_item_wrapper {
  height: 100px;
  display: inline-table;
}
.article_list .article_list_content_wrapper {
  padding-left: 123px;
  vertical-align: middle;
  display: table-cell;
}
.article_list h4 {
  font-size: 1.313em;
  color: #4e4e4d;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.article_list .news_category {
  color: #4e4e4d;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.latest_news_block .news_article {
  margin-bottom: 15px;
}
.latest_news_block .news_featured_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-left: -100px;
  left: 100px;
  position: relative;
}
.latest_news_block .news_block_wrapper {
  height: 100px;
  display: inline-table;
}
.latest_news_block .news_meta_wrapper {
  padding-left: 123px;
  vertical-align: middle;
  display: table-cell;
}
.latest_news_block h4 {
  word-break: break-word;
  font-size: 1.313em;
  color: #4e4e4d;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.latest_news_block .news_category {
  color: #4e4e4d;
  text-transform: uppercase;
  padding-bottom: 2px;
}
/**
	Social widget
*/
.share_page {
  text-align: center;
  display: none;
}
.share_page .social_share {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 45px;
}
.share_page .social_share:first-child {
  margin-left: 0;
}
/**
	Contact widget
*/
.contact-us .company-name {
  display: none;
}
.contact-us .full-address .address {
  clear: both;
  width: 100%;
  display: block;
}
.contact-us .full-address span {
  line-height: 1.2em;
}
.contact-us .full-address .city {
  margin-left: 5px;
}
.contact-us .phone {
  margin-top: 20px;
  background: url('static/img/social/telefoon.png') no-repeat 0 0;
  padding-left: 25px;
  display: block;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.contact-us .email {
  background: url('static/img/social/email.png') no-repeat 0 3px;
  padding-left: 25px;
  display: block;
  line-height: 1.4em;
}
.contact-us .email a {
  color: #1985b3;
}
/**
	Advisor contact widget
*/
.advisor_contact_widget .contact_person {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.3em;
  color: #4e4e4d;
  list-style-type: none;
}
.advisor_contact_widget .contact_name {
  padding-top: 5px;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.advisor_contact_widget .contact_phone {
  font-size: 0.9em;
  display: block;
}
.advisor_contact_widget .contact_mail {
  font-size: 0.9em;
  display: block;
}
/**
	Connect widget
*/
.connect_widget a {
  margin-right: 5px;
}
.connect_widget .connect_twitter_icon {
  background: url('static/img/social/twitter_connect.png') no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.connect_widget .connect_facebook_icon {
  background: url('static/img/social/facebook_connect.png') no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.connect_widget .connect_googleplus_icon {
  background: url('static/img/social/google_connect.png') no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
/**
	Gravity Forms Styling
*/
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="submit"],
body .gform_wrapper textarea {
  -webkit-appearance: none;
}
body .gform_wrapper h3.gform_title {
  font-weight: normal;
}
body .gform_wrapper .top_label .gfield_label {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
}
body .gform_wrapper div.charleft {
  width: 47% !important;
  text-align: right;
  margin-top: -5px;
  margin-bottom: -28px;
}
body .gform_wrapper .gfield_required {
  color: #f34242;
}
body .gform_wrapper ul li.gfield {
  margin-top: 30px;
}
body .gform_wrapper input.medium {
  height: 30px;
}
body .gform_wrapper input.medium,
body .gform_wrapper textarea {
  padding-left: 10px;
  font-size: 1.063rem;
  padding-top: 8px;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
body .gform_wrapper input,
body .gform_wrapper textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 1px solid #c2c9d0;
}
body .gform_wrapper ul.gfield_radio li {
  float: none;
  display: block;
  color: #000;
  padding-left: 1px !important;
}
body .gform_wrapper ul.gfield_radio li:first-child {
  margin-right: 20px;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: normal;
}
body .gform_wrapper .gform_button {
  border: none;
  padding: 7px 1.6783217% 3px 1.6783217%;
  font-size: 1.125rem;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
@media (max-width: 900px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper div.charleft {
    width: 100% !important;
  }
}
/**
	More info about {page}
*/
/**
	BeFrank teaser widget
*/
.befrank_teaser {
  margin-top: 40px;
}
@media (max-width: 1224px) {
  .homepage .homepage-wrapper {
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .homepage .article-grid {
    padding-right: 0;
  }
}
@media (max-width: 1240px) {
  .footer .link_columns {
    padding: 0 3%;
    box-sizing: border-box;
  }
}
@media (max-width: 1200px) {
  .comp-two-blocks {
    padding: 30px 0;
  }
  .comp-two-blocks .inner-wrapper {
    padding: 0 3%;
  }
  .comp-block-break {
    padding: 60px 0;
  }
  .comp-block-break .inner-wrapper {
    padding: 0;
  }
  .comp-single-block .inner-wrapper {
    padding: 0;
  }
  .archive-befit .targetgroup-wrapper {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}
@media (max-width: 1160px) {
  .comp-list-view .list-item .list-content {
    padding-right: 5%;
  }
  .comp-list-view .list-item .list-content h3 {
    font-size: 1.163em;
  }
}
@media (max-width: 1120px) {
  .blog_post .post_wrapper {
    padding-right: 0;
  }
  .single_page.landingpage-radio .block-phone .block-image {
    width: 34%;
  }
  .single_page.landingpage-radio .block-phone .block-content {
    width: 66%;
  }
  .homepage .article-grid .block-full {
    max-width: calc(100% - 25px);
  }
  .homepage .article-grid .grid-block:nth-child(2) {
    max-width: 31%;
  }
  .homepage .article-grid .block-half {
    max-width: 31%;
    position: relative;
  }
  .homepage .article-grid .block-half .block-header {
    display: none;
  }
  .homepage .article-grid .block-half .size-helper-half {
    display: none;
  }
  .homepage .article-grid .block-half .size-helper-small {
    display: inline-block;
  }
  .homepage .article-grid .block-small,
  .homepage .article-grid .block-cta,
  .homepage .article-grid .block-half,
  .homepage .article-grid .grid-block:nth-child(2) {
    max-width: calc(50% - 25px);
  }
  .homepage .article-grid .block-half .content {
    padding-top: 40px;
  }
  .archive-befit .archive-posts .article-grid,
  .archive-befit .archive-posts .regular-article-grid {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1024px) {
  .navigation_bar .login-part {
    width: 18%;
  }
  .navigation_bar .menu-part {
    width: 82%;
  }
  .comp-why-navigation .comp-header p {
    max-width: 60%;
  }
  .comp-why-navigation ul {
    text-align: center;
  }
  .comp-why-navigation .comp-why-item {
    max-width: 51%;
    float: initial;
    margin-top: 60px;
  }
  .comp-why-navigation .comp-why-item:first-child {
    margin-top: 0;
  }
  .comp-more-info .comp-header p {
    max-width: 60%;
  }
  .comp-more-info .comp-content .article .content {
    width: 100%;
    position: relative;
  }
  .comp-more-info .comp-content .article .content p {
    max-width: 100%;
  }
  .comp-more-info .comp-content .article .article-image {
    width: 100%;
  }
  .comp-clients .testimonial-logos li {
    width: 50%;
  }
  .comp-clients p {
    width: 100%;
  }
  .comp-clients .testimonial-logos li:first-child,
  .comp-clients .testimonial-logos li:last-child,
  .comp-clients li:first-child,
  .comp-clients li:nth-child(5),
  .comp-clients li:nth-child(4) {
    text-align: center;
  }
  .comp-two-blocks .wrapper {
    padding-left: 0;
  }
  .comp-two-blocks.overlay-prev-comp .comp-block-1 {
    margin-top: 30px;
  }
  .comp-two-blocks .comp-block-1 h2,
  .comp-two-blocks .comp-block-2 h2 {
    margin-right: 0;
    margin-top: 30px;
  }
  .comp-two-blocks .comp-block-1 .content-wrapper,
  .comp-two-blocks .comp-block-2 .content-wrapper {
    position: relative;
    float: left;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
  .comp-two-blocks .comp-block-1 .block-image,
  .comp-two-blocks .comp-block-2 .block-image {
    width: 100%;
    height: 350px;
  }
  .comp-two-blocks .comp-block-1 .content-block,
  .comp-two-blocks .comp-block-2 .content-block {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .comp-two-blocks .comp-block-2 {
    margin-top: 20px;
  }
  .comp-block-break .comp-block-2 .content-wrapper {
    position: absolute;
    top: -45px;
    bottom: inherit;
  }
  .comp-block-break .comp-block-2 .content-wrapper h2 {
    margin-top: 0;
  }
  .comp-contact .contact-wrapper,
  .homepage-contact .contact-wrapper {
    padding: 0 3%;
  }
  .comp-contact .left-col,
  .homepage-contact .left-col,
  .comp-contact .right-col,
  .homepage-contact .right-col {
    width: 100%;
  }
  .comp-contact .left-col,
  .homepage-contact .left-col {
    text-align: center;
  }
  .comp-contact .right-col,
  .homepage-contact .right-col {
    padding-left: 0;
  }
  .comp-contact .left-col .contact-image,
  .homepage-contact .left-col .contact-image {
    margin: 0 auto;
  }
  .comp-list-view .comp-content {
    padding: 0 3%;
  }
  .comp-video-block .video-list .video-item {
    width: 100%;
    margin-top: 10px;
  }
  .comp-video-block .video-list .video-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    margin: 0 2%;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .navigation_bar .wrapper {
    margin: 0;
  }
  .testimonial_page .featured_testimonial_list .testimonial_big .testimonial_description {
    padding: 0 17%;
  }
  .testimonial_page .other_clients .line {
    margin-left: -70%;
  }
  .contact_page .content_block .content_contact_blocks {
    width: 65%;
    padding-right: 0;
  }
  .contact_page .content_block .content_sidebar {
    width: 30%;
    margin-right: 0;
  }
  .contact_page .address_wrapper {
    margin-right: 0;
    width: 32%;
  }
  .homepage-block-1 h2,
  .comp-block-1 h2 {
    margin-right: 51%;
  }
  .archive-befit .archive-posts .article-grid,
  .archive-befit .archive-posts .regular-article-grid {
    padding: 0;
  }
  .archive-befit .block-half-full {
    margin: 0;
  }
  .archive-befit .block-full {
    max-width: calc(100% - 25px);
  }
  .archive-befit .featured-article-small {
    width: calc(33.33333331% - 25px);
    margin: 12.5px;
    float: left;
  }
  .archive-befit .targetgroup-wrapper {
    padding: 0;
  }
  .archive-befit .archive-posts .article-grid .grid-block:nth-child(2) {
    max-width: 100%;
  }
  .comp-befit .befit-wrapper {
    padding: 0;
  }
  .comp-quote .quote-wrapper {
    padding: 0;
  }
}
/**
  Landing page radio spot
*/
.landingpage-radio ::-webkit-input-placeholder,
.block-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(34, 34, 34, 0.4);
}
.landingpage-radio :-moz-placeholder,
.block-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}
.landingpage-radio ::-moz-placeholder,
.block-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}
.landingpage-radio :-ms-input-placeholder,
.block-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 34, 34, 0.4);
}
.landingpage-radio .wrapper,
.block-form .wrapper {
  max-width: 1120px;
}
.landingpage-radio p,
.block-form p {
  font-family: "Roboto";
  font-size: 1.063em;
  line-height: 1.529em;
}
.landingpage-radio .block-header,
.block-form .block-header {
  width: 100%;
  padding-top: 165px;
  padding-bottom: 195px;
  background-size: cover;
  background-position: center center;
}
.landingpage-radio .block-header .block-content,
.block-form .block-header .block-content {
  margin-left: 41.9642857%;
  width: auto;
  margin-right: 10%;
}
.landingpage-radio .block-header h1,
.block-form .block-header h1 {
  font-size: 4.75em;
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
}
.landingpage-radio .block-header a.btn,
.block-form .block-header a.btn {
  background-color: #35afe3;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px 35px 10px 30px;
  border-radius: 999px;
  display: inline-block;
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.landingpage-radio .block-header a.btn:hover,
.block-form .block-header a.btn:hover {
  color: #ffffff !important;
  background-color: #1d9dd3;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.landingpage-radio .block-split .split-half,
.block-form .block-split .split-half {
  width: 50%;
  float: left;
  min-height: 590px;
}
.landingpage-radio .block-split .split-image,
.block-form .block-split .split-image {
  background-position: center center;
  background-size: cover;
}
.landingpage-radio .block-split .split-text,
.block-form .block-split .split-text {
  padding: 120px 7.20338983%;
  max-height: 590px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.landingpage-radio .block-split .split-text h2,
.block-form .block-split .split-text h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 3.375em;
  line-height: 1.074em;
}
.landingpage-radio .block-split .split-text p,
.block-form .block-split .split-text p {
  font-size: 1.063em;
  line-height: 1.529em;
  margin-top: 20px;
}
.landingpage-radio .block-split .split-text-slider,
.block-form .block-split .split-text-slider {
  padding: 90px 7.20338983%;
}
.landingpage-radio .block-split .split-half-slider,
.block-form .block-split .split-half-slider {
  text-align: center;
}
.landingpage-radio .block-split .split-half-slider h2,
.block-form .block-split .split-half-slider h2 {
  font-size: 3.438em;
  line-height: 1.218em;
}
.landingpage-radio .block-split .split-half-slider h2:after,
.block-form .block-split .split-half-slider h2:after {
  content: "";
  height: 2px;
  width: 50px;
  margin: 10px auto 20px;
  background-color: #000000;
  display: block;
  text-align: center;
}
.landingpage-radio .block-split .slick-slide,
.block-form .block-split .slick-slide {
  width: 400px;
}
.landingpage-radio .block-split .slick-dots,
.block-form .block-split .slick-dots {
  text-align: center;
  margin-top: 25px;
}
.landingpage-radio .block-split .slick-dots li,
.block-form .block-split .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.landingpage-radio .block-split .slick-dots li button,
.block-form .block-split .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.landingpage-radio .block-split .slick-dots li button:before,
.block-form .block-split .slick-dots li button:before {
  font-family: 'slick';
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  font-size: 1.4rem;
  color: #d7d7d7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landingpage-radio .block-split .slick-dots li.slick-active button:before,
.block-form .block-split .slick-dots li.slick-active button:before {
  color: #35afe3;
}
.landingpage-radio .block-phone,
.block-form .block-phone {
  display: block;
  background-color: #35afe3;
  float: left;
  width: 100%;
  position: relative;
}
.landingpage-radio .block-phone .block-content,
.block-form .block-phone .block-content {
  margin-top: 170px;
  margin-bottom: 108px;
  width: 66%;
  float: left;
  text-align: center;
  color: #ffffff;
}
.landingpage-radio .block-phone .block-content h2,
.block-form .block-phone .block-content h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 4.375em;
}
.landingpage-radio .block-phone .block-content p,
.block-form .block-phone .block-content p {
  margin: 20px auto 0 auto;
  max-width: 310px;
  line-height: 1.529em;
}
.landingpage-radio .block-phone .block-image,
.block-form .block-phone .block-image {
  width: 34%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.landingpage-radio .block-phone .block-image img,
.block-form .block-phone .block-image img {
  margin-bottom: -40px;
  margin-top: 90px;
}
.block-form {
  display: block;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.block-form h2 {
  font-family: 'HelveticaNeueLTStd-ThCn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
}
.block-form .form-wrapper {
  margin: 40px auto 0 auto;
  max-width: 530px;
  background-color: #35afe3;
  padding: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.block-form .form-wrapper .gform_wrapper .top_label .gfield_label,
.block-form .form-wrapper .gform_heading {
  display: none;
}
.block-form .form-wrapper .gform_wrapper {
  margin: 0;
}
.block-form .form-wrapper .input-name,
.block-form .form-wrapper .input-name div.ginput_container {
  margin-top: 0;
}
.block-form .form-wrapper .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.block-form .form-wrapper .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}
.block-form .form-wrapper .gform_wrapper .top_label input.medium,
.block-form .form-wrapper .gform_wrapper .gform_footer input.button {
  width: 100%;
}
.block-form .form-wrapper .gform_wrapper .gform_footer input.button {
  background-color: #000000;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.063em;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  line-height: 55px;
}
.block-form .form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.block-form .form-wrapper .gform_wrapper textarea.medium {
  font-family: "Roboto", sans-serif;
  padding-left: 65px;
  border: none;
  color: #222222;
}
.block-form .form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 60px;
}
.block-form .form-wrapper .gform_wrapper textarea.medium {
  padding-top: 18px;
}
.block-form .form-wrapper .input-name .ginput_container:before,
.block-form .form-wrapper .input-email .ginput_container:before,
.block-form .form-wrapper .input-textarea .ginput_container:before {
  content: "";
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
}
.block-form .form-wrapper .input-name .ginput_container:before {
  background-image: url('static/img/icon-name.png');
}
.block-form .form-wrapper .input-email .ginput_container:before {
  background-image: url('static/img/icon-email.png');
}
.block-form .form-wrapper .input-textarea .ginput_container:before {
  background-image: url('static/img/icon-message.png');
}
.block-form .form-wrapper .gform_confirmation_message {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
/**
	Media Queries: Mobile
*/
@media (max-width: 900px) {
  .mobile {
    display: block;
  }
  .navigation_bar .top_bar,
  .navigation_bar .login-part,
  .navigation_bar .menu,
  .desktop {
    display: none !important;
  }
  .navigation_bar .menu-part {
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .wrapper {
    margin: 0 3%;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  body {
    background-color: #ffffff;
  }
  .is_landing .detail_page {
    margin-top: 0;
  }
  /**
		1. Navigation bar
	*/
  .navigation_bar {
    background-color: #ffffff;
    position: fixed;
    z-index: 25;
    height: 70px;
  }
  .navigation_bar .wrapper {
    border-bottom: 2px solid #ffffff;
  }
  .navigation_bar .befrank_logo {
    margin-top: 18px;
    margin-bottom: 11px;
    max-height: 39px;
  }
  .navigation_bar .befrank_logo img {
    max-height: 40px;
    max-width: 100%;
  }
  .navigation_bar .befrank_logo .befrank-5years {
    max-height: 50px;
    margin-top: -9px;
  }
  .navigation_bar .search-wrapper {
    display: none;
  }
  .hamburger_menu_icon {
    display: block;
    width: 24.5px;
    height: 15.5px;
    position: absolute;
    bottom: 23px;
    right: 0;
    background-size: contain;
  }
  .light {
    background-image: url('static/img/mobile/hamburger@2x.png');
  }
  .dark {
    background-image: url('static/img/mobile/hamburger_dark@2x.png');
  }
  /**
		2. Intro Banner
	*/
  .intro_banner {
    height: 100%;
    background-image: url('static/img/mobile/header.jpg');
  }
  .intro_banner .background_triangle {
    height: 100%;
    width: 100%;
    background-image: url('static/img/headers/mobile_header_overlay.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: transparent;
    -webkit-animation: none;
    animation: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
  .intro_banner .banner_title {
    font-size: 2.063em;
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }
  .intro_banner .banner_title_inner {
    width: 74.8672566%;
  }
  .homepage-header .wrapper h1 {
    padding: 0;
  }
  .navigation_bar .wrapper {
    margin: 0 2%;
  }
  .homepage .homepage-wrapper {
    padding: 0 2%;
  }
  .homepage .block-image {
    width: 100%;
    margin-top: 30px;
    height: 230px;
  }
  .homepage .homepage-block-1 .block-image {
    float: initial;
  }
  .homepage .homepage-block-1 {
    margin-top: 30px;
  }
  .homepage h2 {
    margin-right: 0;
    float: initial;
    margin-top: 30px;
  }
  .homepage .content-block,
  .homepage .content-wrapper {
    margin: 0;
    position: relative;
    float: left;
    padding: 0;
    bottom: 0;
  }
  .homepage .content-block {
    margin-top: 10px;
  }
  .homepage .homepage-testimonials {
    padding: 45px 0 35px 0;
  }
  .homepage .homepage-testimonials .testimonial-logos {
    margin-top: 30px;
  }
  .homepage .homepage-testimonials .testimonial-logos li {
    width: 50%;
  }
  .homepage .homepage-testimonials h2 {
    margin-top: 0;
    float: initial;
  }
  .homepage .homepage-testimonials p {
    width: 100%;
  }
  .homepage .homepage-testimonials img {
    padding: 0 13%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .homepage .homepage-articles {
    padding-bottom: 40px;
  }
  .homepage .homepage-articles .latest-articles p {
    max-width: 100%;
  }
  .homepage .homepage-articles .article-grid .content .article-body {
    margin-top: 0;
  }
  .homepage .homepage-articles .category-type {
    display: none;
  }
  /**
		3. Homepage blocks
	*/
  .homepage_blocks {
    margin-top: 23.5px;
    padding-bottom: 0;
  }
  .homepage_blocks .news_blocks_wrapper {
    margin: 0;
    margin-top: 23.5px;
  }
  .homepage_blocks .line {
    display: inline-block;
    height: 1.5px;
    background-color: #ececec;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
  }
  .homepage_blocks .single_block {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }
  .homepage_blocks .single_block a {
    width: auto;
    height: auto;
  }
  .homepage_blocks .single_block img {
    width: 100%;
  }
  .homepage_blocks .single_block .block_content {
    padding: 0;
    margin-left: 7.9646018%;
    margin-top: 27.5px;
  }
  .homepage_blocks .block .block_background {
    background-position: top center;
    background-size: cover;
    height: auto;
    position: relative;
  }
  .homepage_blocks .big_menu_wrapper .block .block_background {
    background-image: none !important;
  }
  .homepage_blocks .background_employee {
    background-image: url('static/img/mobile/werknemer.jpg');
  }
  .homepage_blocks .background_employer {
    background-image: url('static/img/mobile/werkgever.jpg');
  }
  .homepage_blocks .background_adviser {
    background-image: url('static/img/mobile/adviseur.jpg');
  }
  .homepage_blocks .single_block .block_content a {
    text-decoration: none;
    color: #444443;
  }
  .homepage_blocks .single_block .block_content h2 {
    font-size: 1.563em;
    color: #444443;
  }
  .homepage_blocks .single_block .block_content .undertitle {
    font-size: 0.906em;
    margin-top: 4px;
  }
  .homepage_blocks .news_block {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background-color: #ffffff;
  }
  .homepage_blocks .block a {
    width: auto;
    height: auto;
  }
  .homepage_blocks .news_block .left {
    width: 100%;
    min-height: 310px;
    height: auto;
  }
  .homepage_blocks .news_block .right {
    width: 100%;
    height: auto;
    padding: 15px 5.9375%;
  }
  .homepage_blocks .news_block .block_category {
    font-size: 0.906em;
  }
  .homepage_blocks .news_block .read_more {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
    margin-top: 12px;
  }
  .homepage_blocks .banner_block {
    width: 100%;
    overflow: visible;
    margin-bottom: 0;
  }
  .homepage_blocks .banner_block .block_background {
    height: 100%;
    min-height: 310px;
  }
  .homepage_blocks .banner_block .block_background img {
    width: 100%;
  }
  .homepage_blocks .two_blocks .news_item_carousel {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .homepage_blocks .news_item_carousel .news_item {
    width: 100%;
    height: auto;
  }
  .homepage_blocks .news_item_carousel .news_item:nth-child(2),
  .homepage_blocks .news_item_carousel .news_item:nth-child(3) {
    display: none;
  }
  .homepage_blocks .two_blocks .carousel_nav {
    display: none;
  }
  .footer .wrapper {
    text-align: center;
    margin: 0;
  }
  .footer .social_icons {
    float: initial;
    position: relative;
    text-align: center;
  }
  .footer .social_icons .social_icon {
    margin-left: 4%;
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .footer .social_icons .social_icon:first-child {
    margin-left: 0;
  }
  .footer .under_footer_wrapper {
    padding-left: 0;
    height: 190px;
  }
  .footer .under_footer {
    float: initial;
    width: 100%;
    position: absolute;
    padding-right: 0;
    top: 144px;
    padding-bottom: 47px;
  }
  .footer .under_footer a {
    display: none;
    padding: 0;
  }
  .footer .under_footer > span:nth-of-type(1),
  .footer .under_footer > a:nth-of-type(1) {
    padding-right: 10%;
  }
  .footer .under_footer a:nth-of-type(1),
  .footer .under_footer a:nth-of-type(2) {
    display: inline-block;
  }
  .mobile_footer {
    color: #474746;
    font-size: 1.156em;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .mobile_footer > * {
    padding: 0 5.8%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .mobile_footer a {
    color: #474746;
    text-decoration: none;
  }
  /**
	7. BeFrank Page
	*/
  .befrank_page .page_content {
    width: 100%;
  }
  .befrank_page .page_sidebar {
    width: 100%;
    margin: 0;
    border-top: 1px solid #cbcbcb;
    padding-top: 45px;
  }
  .befrank_page .page_content ul,
  .befrank_page .page_content ol {
    list-style-position: outside;
    padding-left: 15px;
  }
  .befrank_page .page_content ol {
    margin-bottom: 35px;
  }
  /**
		8. Blog Post
	*/
  .blog_post {
    margin-top: 0;
  }
  .blog_post .post_wrapper {
    padding-right: 0;
  }
  .blog_post .social_sidebar {
    display: none;
  }
  .blog_post .article {
    width: 100%;
  }
  .blog_post .article .article_main {
    width: 100%;
    padding: 0 9.375%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .blog_post .sidebar {
    width: auto;
    margin-left: 0;
    margin: 0 9.375%;
    border-top: 1px solid #cbcbcb;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .dd_outer {
    display: none;
  }
  /**
		8. Testimonial page
	*/
  .testimonial_page .featured_testimonial_list li {
    width: 49.6907216%;
    margin-left: 0.6185567%;
  }
  .testimonial_page .featured_testimonial_list li:nth-child(3) {
    margin-top: 5px;
    margin-left: 0;
  }
  .testimonial_page .featured_testimonial_list li:nth-child(4) {
    margin-left: 0.6185567%;
  }
  .testimonial_page .featured_testimonial_list li:nth-child(5) {
    margin-left: 25.1546392%;
  }
  .testimonial_page .featured_testimonial_list li .testimonial_description,
  .testimonial_page .featured_testimonial_list li.testimonial_big .testimonial_description {
    padding: 0 10%;
  }
  .testimonial_page .other_clients .line {
    margin-left: -62%;
  }
  .testimonial_page .other_clients_list li {
    width: 25%;
  }
  .blog_post.testimonial_detail .article {
    padding-right: 0;
    width: 62.7192983%;
  }
  .blog_post.testimonial_detail .about_us .about_us_inner {
    padding: 0 8%;
  }
  .blog_post.testimonial_detail .testimonial_gallery {
    margin-right: 0;
  }
  /**
		9. Management page
	*/
  .management_page .management_team_list li {
    width: 50%;
    margin-right: 0;
  }
  /**
		11. Single page
	*/
  .single_page {
    margin-top: 80px;
  }
  .single_page .article_image {
    width: 100%;
    float: initial;
  }
  .single_page .article_content_wrapper {
    margin-top: 200px;
    width: 100%;
  }
  .single_page .article_image {
    height: 175px;
  }
  .single_page .intro {
    line-height: 1.475em;
    font-size: 1.188em;
  }
  .single_page .categories {
    display: block;
    line-height: 1.475em;
    font-size: 1.188em;
    margin-top: 20px;
  }
  .archive_page,
  .error_page,
  .testimonial_detail {
    margin-top: 80px;
  }
  .error_page h1 {
    padding-top: 0;
  }
  .contact_page .content_block,
  .contact_page .contact_sidebar {
    width: 100%;
    float: left;
  }
  .contact_page .contact_sidebar {
    margin-top: 30px;
  }
  .contact_page .content_block .content_contact_blocks {
    width: 100%;
  }
  .contact_page .content_block .content_sidebar {
    width: 100%;
    margin-top: 10px;
  }
  .contact_page .address_wrapper {
    width: 32%;
  }
  .contact_page .googlemaps {
    background-image: url('static/img/map_befrank.jpg');
    width: 100%;
    height: 410px;
    background-position: center center;
  }
  .contact_page .contact_detail .contact_sidebar {
    padding: 0;
    margin-top: 60px;
  }
  .contact_page .contact_detail .contact_sidebar .widget {
    width: 50%;
    float: left;
  }
  .contact_page .contact_detail .contact_sidebar .advisor_contact_widget {
    width: 100%;
    margin-top: 0;
  }
  .contact_page .contact_detail .contact_sidebar .advisor_contact_widget .contact_person {
    width: 33.33333333%;
  }
  /**
		Login page
	*/
  .login_page .page_content {
    padding: 180px 0 120px 0;
  }
  .login_page .content_block {
    max-width: 70%;
    margin: 0 auto;
  }
  .login_page .background_triangle {
    width: 100%;
    height: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
  .custom_404_page .content_404 {
    width: auto;
  }
  /**
		Components landing page
	*/
  /**
	6.1: Navigation block
	*/
  .subpage_navigation li {
    width: 50%;
    padding: 0 5px 48px 5px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .subpage_navigation li:nth-of-type(5n) {
    float: initial;
    margin: 0 auto;
  }
  .subpage_navigation .icon_wrapper {
    width: 45px;
    height: 45px;
  }
  .subpage_navigation .icon_image {
    background-size: 50%;
  }
  /**
	Parallax block
	*/
  .parallax_break .parallax_description {
    width: 85%;
  }
  .parallax_break .parallax_background {
    background-attachment: initial;
  }
  .parallax_break .parallax_title {
    padding-top: 30px;
  }
  .parallax_tool_content .pension_tool_questionary .questionary_content {
    width: 86.522698%;
  }
  /**
	6.3: Partner section
	*/
  .partner_section .right,
  .partner_section .left {
    width: 100%;
  }
  .partner_section .left {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .partner_section .right {
    padding-bottom: 55px;
  }
  .partner_section .right img {
    max-width: 100%;
  }
  .partner_section .befrank_logo {
    margin-bottom: 45px;
  }
  /**
	6.4: Component blocks
	*/
  .comp_blocks .left,
  .comp_blocks .right {
    width: 100%;
    height: auto;
  }
  .comp_blocks .image_wrapper {
    height: 371px;
  }
  .comp_blocks .text_wrapper {
    padding: 40px 0;
  }
  .comp_blocks .right.image_wrapper {
    float: initial;
  }
  .comp_blocks .left.content_wrapper {
    margin-top: 371px;
  }
  .single_block .left.content_wrapper {
    margin-top: 0;
  }
  /**
	6.6: Comp more info
	*/
  .detail_page .comp_moreinfo .left,
  .detail_page .comp_moreinfo .right {
    width: 100%;
  }
  .detail_page .comp_moreinfo .left {
    text-align: center;
    padding: 40px 0;
  }
  .detail_page .comp_moreinfo .right {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  .detail_page .comp_moreinfo .right p {
    width: 100%;
  }
  .detail_page .comp_moreinfo .left .button,
  .detail_page .comp_moreinfo .right .button {
    width: auto;
    float: none;
    margin-right: 0;
  }
  /**
		6.5: Component products
	*/
  .comp_products {
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  .comp_products .image_wrapper {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
  .comp_products .text_wrapper {
    margin-left: 0;
    margin-top: 20px;
    position: relative;
  }
  .comp_products .info_block {
    max-height: initial;
  }
  .comp_products .info_block .product_image {
    width: 100%;
    heigt: 180px;
    margin-bottom: 20px;
  }
  .comp_products .product_article {
    width: 100%;
    margin-top: 35px;
  }
  .comp_products .product_article:first-of-type {
    margin-top: 0;
  }
  /**
		6.6: Text video block
	*/
  .text_video_block .left,
  .text_video_block .right {
    width: 100%;
  }
  .text_video_block .left {
    margin-bottom: 30px;
  }
  .text_video_block .text_wrapper {
    height: auto;
  }
  /**
		6.7: Comp Mashup block
	*/
  .comp_mashup {
    padding-top: 40px;
  }
  .comp_mashup .wrapper > .column_left,
  .comp_mashup .wrapper > .column_right {
    width: 100%;
  }
  .comp_mashup .left {
    width: 70%;
    word-wrap: break-word;
  }
  .comp_mashup .intro_description {
    height: auto;
    margin-bottom: 20px;
  }
  .comp_mashup .column_big {
    height: 384px;
  }
  /**
		Page header extensive
	*/
  .detail_page .wide_img_module.first_module {
    padding-top: 50px;
  }
  .share_page {
    display: block;
  }
  .homepage-header .wrapper {
    padding-top: 70px;
    min-height: 585px;
    padding-bottom: 0;
  }
  .single_page.landingpage-radio .block-header .block-content {
    margin-left: 10%;
  }
  .single_page.landingpage-radio .block-split .split-half {
    width: 100%;
    min-height: auto;
  }
  .single_page.landingpage-radio .block-split .split-text {
    padding: 80px 7.20338983%;
    max-height: 100%;
  }
  .single_page.landingpage-radio .block-split .split-image {
    min-height: 400px;
  }
  .single_page.landingpage-radio .block-phone .block-image {
    display: none;
  }
  .single_page.landingpage-radio .block-phone .block-content {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin: 80px 0;
  }
  .comp-clients .testimonial-logos li:first-child,
  .homepage-testimonials .testimonial-logos li:first-child,
  .comp-clients .testimonial-logos li:last-child,
  .homepage-testimonials .testimonial-logos li:last-child {
    text-align: center;
  }
  .archive-befit .regular-article-grid .standard-block {
    min-height: 550px;
  }
  .archive-befit .outer-vertical-wrapper,
  .comp-landingpage-header .outer-vertical-wrapper {
    padding-top: 70px;
    min-height: 595px;
  }
  .archive-befit .header-content,
  .comp-landingpage-header .header-content {
    float: left;
    margin: 0;
    max-width: 80%;
  }
  .footer .link_columns > .widget {
    width: 50%;
    min-height: 300px;
  }
  .component .comp-header p {
    max-width: 70%;
  }
  .comp-list-view .comp-content .list-item {
    width: 50%;
    text-align: center;
    float: initial;
    display: block;
    margin: 30px auto 0 auto;
  }
  .comp-list-view .comp-content .list-item .list-item-image {
    margin: 0 auto;
    display: inline-block;
  }
  .comp-list-view .comp-content .list-item .list-content {
    padding-right: 0;
  }
  .comp-befit .befit-article {
    width: 100%;
  }
  .comp-befit .befit-article .block-header {
    max-height: 300px;
  }
  .comp-befit .befit-article {
    margin-top: 20px;
    margin: 12.5px 0;
  }
  .comp-befit .comp-header .read-more-befit {
    margin-top: 10px;
  }
  .comp-befit .comp-header p {
    max-width: 100%;
  }
  .comp-quote .left-part,
  .comp-quote .right-part {
    width: 100%;
    padding: 0;
  }
  .comp-quote .right-part {
    margin-top: 30px;
  }
  .comp-video-block {
    margin-top: 70px;
  }
  .comp-video-block .big-video,
  .comp-video-block .big-video .play-wrapper {
    height: 450px;
  }
  .comp-contact .contact-image,
  .homepage-contact .contact-image {
    max-width: 250px;
    height: 250px;
  }
  .blog-video .article .article_main {
    margin-top: 90px;
  }
  .blog-video .article .article_main iframe {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .blog_post.testimonial_detail .testimonial_gallery {
    display: none;
  }
  .blog_post.testimonial_detail .article {
    width: 100%;
  }
  .pension_tool_parallax {
    max-height: initial;
    height: auto;
  }
  .pension_tool_parallax .pension_tool_wrapper {
    padding: 20px 0;
  }
  .pension_tool_parallax .pension_tool_wrapper .outer_wrap {
    margin-top: 10px;
  }
  .pension_tool_parallax .pension_tool_wrapper .pension_tool_widget {
    margin-top: 20px;
  }
  .pension_tool_parallax .pension_tool_wrapper .outer_wrap,
  .pension_tool_parallax .pension_tool_wrapper .pension_tool_wrapper,
  .pension_tool_parallax .pension_tool_wrapper .pension_tool_widget {
    width: 100%;
  }
  .pension_tool_parallax .pension_tool_wrapper .pension_tool_questionary {
    margin: 0 auto;
  }
  .pension_tool_parallax .pension_tool_wrapper .pension_tool_questionary .questionary_content {
    border: none;
  }
  .page_header_extensive .module_description {
    width: 100%;
  }
  .regular-article-grid .standard-block {
    width: 47.5%;
  }
  .article-grid .featured-article-small {
    width: 100%;
  }
  .article-grid .content .article-body {
    max-width: 100%;
    margin-top: 20px;
  }
  .homepage-block h2 {
    font-size: 3.063em;
  }
  .comp-parallax-break .header-content {
    float: right;
    max-width: 80%;
  }
  .comp-more-info .comp-content {
    padding: 0;
  }
  .archive-befit .article-grid .grid-block.block-half-full {
    max-width: 100%;
  }
  .archive-befit .article-grid .featured-article-small {
    width: calc(100% - 25px);
  }
  .archive-befit .article-grid .block-full {
    height: auto;
  }
  .archive-befit .article-grid .block-full .size-helper {
    display: none;
  }
  .archive-befit .article-grid .block-full .content {
    position: relative;
  }
  .comp-parallax-break .comp-header p {
    max-width: 90%;
  }
}
@media (max-width: 700px) {
  .testimonial_page .featured_testimonial_list li {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .testimonial_page .featured_testimonial_list li:nth-child(4),
  .testimonial_page .featured_testimonial_list li:nth-child(5) {
    margin-left: 0;
    width: 100%;
  }
  .testimonial_page .other_clients_list li {
    width: 33.33333333%;
  }
  .testimonial_page .other_clients .line {
    margin-left: -50%;
  }
  .blog_post.testimonial_detail .testimonial_header {
    height: 250px;
  }
  .blog_post.testimonial_detail .about_us h2 {
    font-size: 1.55rem;
    line-height: 2.2rem;
  }
  .contact_page .address_wrapper {
    width: 100%;
    margin-bottom: 0;
    background: none;
    padding: 0;
    margin-top: 20px;
  }
  .parallax_break {
    height: auto;
    max-height: initial;
  }
  .parallax_break .parallax_background {
    padding: 20px 0;
  }
  .article-grid .block-small,
  .article-grid .block-cta,
  .article-grid .block-half,
  .article-grid .grid-block:nth-child(2) {
    max-width: calc(100% - 25px);
  }
  .article-grid .content,
  .article-grid .block-half .block-wrapper {
    position: relative;
  }
  .article-grid .size-helper,
  .article-grid .block-half .size-helper {
    display: none;
  }
  .article-grid .cta-block .size-helper {
    display: block;
  }
  .homepage .article-grid .block-small,
  .homepage .article-grid .block-cta,
  .homepage .article-grid .block-half,
  .homepage .article-grid .grid-block:nth-child(2) {
    max-width: calc(100% - 25px);
  }
  .homepage .article-grid .block-half .size-helper-small {
    display: none;
  }
}
@media (max-width: 590px) {
  /**
		8. Testimonial page
	*/
  .testimonial_page .other_clients_list li {
    width: 50%;
  }
  .testimonial_page .other_clients .line {
    margin-left: -45%;
  }
  .testimonial_page .intro {
    width: 100%;
  }
  .blog_post.testimonial_detail .article .article_main {
    padding: 0;
  }
  /**
		9. Management page
	*/
  .management_page .management_team_list li {
    width: 100%;
  }
  /**
		Contact detail page
	*/
  .contact_page .contact_group .contact_group_image {
    display: none;
  }
  .contact_page .contact_group_content {
    margin-left: 2%;
    padding-bottom: 10px;
  }
  .contact_page .contact_detail .contact_sidebar .widget {
    width: 100%;
  }
  .contact_page .contact_detail .contact_sidebar .connect_widget .widget_content {
    text-align: center;
  }
  .contact_page .contact_detail .contact_sidebar .advisor_contact_widget {
    margin-bottom: 0;
  }
  .contact_page .contact_detail .contact_sidebar .advisor_contact_widget .contact_person {
    width: 50%;
    min-height: 230px;
  }
  .login_page .page_content {
    padding: 120px 0 60px 0;
  }
  .login_page .content_block {
    max-width: 100%;
    margin: 0 auto;
  }
  .custom_404_page .content_404 h1 {
    font-size: 2.3rem;
  }
  .custom_404_page .content_404 p {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .share_page .share_buffer {
    display: none;
  }
  .comp-contact .contact-image,
  .homepage-contact .contact-image {
    max-width: 150px;
    height: 150px;
  }
  .comp-contact .content-wrapper {
    margin-top: 20px;
    float: left;
  }
  .comp-clients .testimonial-logos li img {
    padding: 0 13%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .component .comp-header h2 {
    font-size: 2.438em;
  }
  .comp-parallax-break .header-content {
    max-width: 100%;
    margin-right: 0;
    float: left;
  }
  .comp-video-block .video-list .video-item .video-item-content {
    padding: 0 10px;
  }
  .comp-block-break .content-wrapper {
    max-width: 286px;
  }
  .comp-block-break .content-wrapper h2 {
    font-size: 9.5rem;
  }
  .comp-block-break .content-wrapper p {
    margin-right: 25%;
  }
  .comp-landingpage-subheader {
    height: 450px;
    min-height: 450px;
  }
  .comp-landingpage-subheader .header-content h1 {
    font-size: 2rem;
    padding-right: 0;
  }
  .comp-landingpage-subheader .outer-vertical-wrapper {
    padding-top: 0;
    min-height: 450px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body .social_icons .social_icon {
    background-size: contain;
  }
  body .social_icons .facebook_icon {
    background-image: url('static/img/social/facebook_ico@2x.png');
  }
  body .social_icons .twitter_icon {
    background-image: url('static/img/social/twitter_ico@2x.png');
  }
  body .social_icons .linkedin_icon {
    background-image: url('static/img/social/linkedin_ico@2x.png');
  }
  body .social_icons .googleplus_icon {
    background-image: url('static/img/social/googleplus_ico@2x.png');
  }
  body .social_icons .youtube_icon {
    background-image: url('static/img/social/youtube_ico@2x.png');
  }
  body .social_icons .slideshare_icon {
    background-image: url('static/img/social/slideshare_ico@2x.png');
  }
}
/**
	Overrides
*/
@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed;
  }
  .archive-befit .regular-article-grid .standard-block {
    width: 98.75%;
    min-height: 200px;
  }
  .homepage-block-3 .content-wrapper {
    margin-right: 0;
  }
  .homepage-target-groups .homepage-single-group {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .link_columns > .widget {
    width: 100%;
    min-height: 100px;
    text-align: left;
    padding: 0 3%;
  }
  .footer .under_footer_wrapper {
    height: 50px;
  }
  .footer .under_footer {
    top: 0;
  }
  .comp-parallax-break {
    min-height: 450px;
  }
  .comp-parallax-break .outer-vertical-wrapper {
    min-height: 450px;
  }
}
.dd_outer #dd_ajax_float {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
}
/* BFKAL */
.FlexEmbed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.FlexEmbed img,
.FlexEmbed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.FlexEmbed--2x1 {
  padding-bottom: 50%;
}
.FlexEmbed--4x3 {
  padding-bottom: 75%;
}
.FlexEmbed--1x1 {
  padding-bottom: 100%;
}
.Label {
  color: #35afe3;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #35afe3;
  color: #FFFFFF;
  line-height: 1.4;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-size: 36px;
}
.Label--white {
  color: #FFFFFF;
}
.VideoCurrentPlaylist {
  padding-top: 120px;
}
.VideoCurrentPlaylist-title {
  font-size: 1.125rem;
  line-height: 1.706rem;
  color: #35afe3;
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  font-weight: normal;
  font-weight: 500;
  margin-left: 20px;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.VideoCurrentPlaylist-current {
  padding-bottom: 32px;
  padding-top: 16px;
}
.VideoCurrentPlaylist-nowWatching {
  padding-bottom: 8px;
}
.VideoPage {
  padding-bottom: 16px;
}
.VideoPage-loader {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 40rem;
}
.VideoPage-currentPlaylist {
  background-color: #fff;
  color: #111;
  padding-bottom: 0;
  padding-top: calc(16px * 2);
}
.YoutubeIframe {
  position: relative;
}
.YoutubeIframe::after {
  background-color: #35afe3;
  background-image: url('static/img/triangle-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  content: '';
  display: block;
  height: 6rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  z-index: 1;
  /* show and hide before and after youtube button shows */
  transition-property: opacity, color;
  transition-delay: 200ms;
  transition-duration: 200ms;
}
.YoutubeIframe:focus::after,
.YoutubeIframe:hover::after {
  color: rgba(1, 1, 1, 0.7);
}
.YoutubeIframe.is-autoplay::after {
  opacity: 0;
  transition-delay: 0;
  transition-duration: 0;
}
.YoutubeIframe.is-autoplay.is-ended::after {
  opacity: 1;
  transition-delay: 0;
  transition-duration: 0;
}
.YoutubeIframe.is-played::after {
  opacity: 0;
}
.VideoList:not(.flickity-enabled) {
  opacity: 0;
}
.VideoList {
  background-color: #f7f7f7;
  padding: 20px;
}
.VideoList-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .VideoList-item {
    margin-right: 20px;
    width: 33.3%;
  }
}
.VideoList--current .VideoList-item--nowPlaying .FlexEmbed::after {
  font-size: 12px;
  padding: 0.2em 0.5em;
  position: absolute;
  right: 0;
  top: 60%;
  background-color: rgba(0, 0, 1, 0.5);
  color: #FFFFFF;
  content: 'Now Playing';
  display: inline-block;
}
.VideoList-body {
  padding-top: 8px;
}
.VideoList--current .VideoList-item {
  will-change: transform;
}
.VideoList-link {
  color: currentColor;
  text-decoration: none;
}
.VideoList-title {
  position: relative;
  padding-top: 16px;
  font-size: 1.375rem;
  line-height: 1rem;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  color: #000000;
}
.VideoList-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 6px;
  background-color: #35afe3;
}
.VideoList-image {
  transition-duration: 175ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.VideoList-link:hover .VideoList-image,
.VideoList-link:focus .VideoList-image {
  transform: scale(1.02);
  transition-duration: 225ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.VideoList-viewCount {
  color: #0b0b0b;
  font-family: "roboto", "Helvetica Neue", Helvetica, Georgia, sans-serif;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 1.6rem;
  margin-top: 8px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.VideoList--category .VideoList-viewCount {
  color: #333;
}
.VideoList--category .VideoList-duration {
  font-weight: 700;
}
.VideoList--category .VideoList-link {
  transition-duration: 175ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.VideoList--category .VideoList-link:hover,
.VideoList--category .VideoList-link:focus {
  color: blue;
  transition-duration: 225ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.VideoList-duration {
  background-color: #aaa;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0.2em 0.5em;
  position: absolute;
  right: 0;
  top: 60%;
}
.VideoList-item--nowPlaying .VideoList-duration {
  display: none;
}
.u-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.VideoList .flickity-button {
  background: #97cbe9;
}
.VideoList .flickity-button:hover {
  background: #35afe3;
}
.VideoList .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.VideoList .flickity-button-icon {
  fill: white;
}
.VideoList .flickity-prev-next-button .flickity-button-icon {
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.VideoList .flickity-button:disabled {
  display: none;
}
.cc-compliance {
  -ms-flex: 1 1 auto;
}
.cc-compliance > .cc-btn {
  flex: none !important;
}
/*# sourceMappingURL=style.css.map */
