/*!  style_v5.css */

/*
html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}
*/

/*
Theme Name: Extra
Theme URI: http://www.elegantthemes.com/gallery/extra/
Version: 1.3.6
Description: Extra
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ====================================================
================== Table of Contents ==================
=======================================================

	1. Variables
	2. Extra - Mixins

	-----------------

	1. Reset CSS
	2. Global Components
		1. Typography
		2. Inputs
		3. Buttons
			1. Read More Button
			2. Back To Top Button
		4. ET Icons
		5. ET_Overlay
		6. ET Gallery
	2. Main Layout Structure
		1. Container
		2. ET Builder
		3. Sidebar
		4. Header
		5. Comments
		6. Pagination
		7. Archive
		8. Footer
	3. Modules
		1. Posts Slider Module
		2. Featured Slider Module
		3. Tabbed Module
		4. Blog Feed Module
			1. Blog Feed Standard Module
			2. Blog Feed Masonry Module
		5. Ad Module
		6. Image Module
		7. Text Module
		8. Post Formats
			1. Audio Format
			2. Gallery Format
			3. Link Format
			4. Map Format
			5. Quote Format
			6. Video Format
		9. Single Module
			1. Single Post
			2. Single Project
	4. Widgets
		1. Ad Widget
		2. Authors Widget
		3. Calendar Widget
		4. Comments Widget
		5. Login Widget
		6. Menu Widget
		7. Posts Widget
		8. Search Widget
		9. Social Widget
		10. Tag Widget
		11. Text Widget
		12. Twitter Widget
		13. WooCommerce Widget
	5. Page Templates
		1. Page
		2. Author Page
		3. Contact Page
		4. Member Page
		5. Portfolio Page
		6. Sitemap Page
		7. Timeline Page
	6. Divi Builder
	7. Slick Slider
	8. WooCommerce
	9. Keyframes (Animations)
	10. Font Face
		1. ET Icon
		2. Open Sans
	11. Media Queries
		1. 990 (Desktop)
		2. 768 (Tablet)
		3. 480 (Phone)
		4. 320 (Sm. Phone)

=======================================================
=============== END - Table of Contents ===============
======================================================= */
/* Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
  font-size: 16px;
}
em {
  font-style: italic;
}
/* Global Components */
html *,
html button
{
  font-family: 'Noto Sans', arial, sans-serif;
}

/* Typography */
body {
  background: #ecf0f5;
  padding: 0;
  margin: 0;
  color: #333333;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
#page-container {
  font-size: 16px;
}

/* a (Website universele links) */
a {
  color: #1fb64f;  /*color: #253b82;*/
  font-weight: bold;
  text-decoration: none;
  word-break: normal;
  word-wrap: break-word;
}

a:visited {
  color: #1fb64f;  /*color: #253b82;*/
}

a:hover  {
  color: #006400;  /*color: #be6503;*/
}

/* a (Special links) */
a.black-orange,
a.black-orange:visited {
  color: #333333;
}

a.blue-orange,
a.blue-orange:visited {
  color: #253b82;
}

a.white-orange,
a.white-orange:visited {
  color: white;
  font-weight: normal;
}

a.white-green,
a.white-green:visited,
a.white-lightgreen,
a.white-lightgreen:visited {
  color: white;
  font-weight: normal;
}
a.white-green:hover  {
  color: #006400;
}
a.white-lightgreen:hover {
  color: #1fb64f;
}

.bia-border-person-profile .person-say-content a,
.bia-border-person-profile .person-say-content a:visited {
  color: #333333;
  font-weight: normal;
}
.bia-border-person-profile .person-say-content a:hover {
  color: #be6503;
}

.bia-border-person-profile .person-details a {
  color: #253b82;
  font-weight: 700;
}

ul.bullet-list li a,
.title-text a,
#bia-float-list a,
a.article-title-href,
.back-links a,
#page-footer a {
  color: #253b82;
  font-weight: normal;
  text-decoration: none;
  word-break: normal;
  word-wrap: break-word;
}

.bia-border-person-profile a:visited,
ul.bullet-list li a:visited,
.title-text a:visited,
#bia-float-list a:visited,
a.article-title-href:visited,
.back-links a:visited,
#page-footer a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #253b82;
}

.container-persons a:hover,
.bia-border-person-profile a:hover,
ul.bullet-list li a:hover,
.title-text a:hover,
#bia-float-list a:hover,
a.article-title-href:hover,
.back-links a:hover,
a.black-orange:hover,
a.blue-orange:hover,
a.white-orange:hover,
#page-footer a:hover,
.hover:hover h1,
.hover:hover h2,
.hover:hover h3,
.hover:hover h4,
.hover:hover h5,
.hover:hover h6,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #be6503;
}

.hover:hover {
  cursor: pointer;
}

/* headers */
.submenu-custom-header,
.h1,.h2,.h3,.h4,.h5,.h6,
 h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.3em;
  color: #253b82;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 900!important;
  color: #253b82;
}


h1, .h1 {
  font-size: 36px;
  line-height: 1.2em;
}
h2.large-title, .h2.large-title {
  font-size: 36px;
}
h2, .h2 {
  font-size: 26px;
  margin-bottom: 15px;  /* @Sjoerd - CHECK GLOBAL STYLING! */
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 16px;
}



.title {
  color: #253b82;
}

.bia-title-private {
  color: red;
}

.bia-title-protected {
  color: #1fb64f;
}

.bia-webinars-content-head {
  max-width: 800px;
}
.bia-webinars-videos {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
}
.bia-webinars-videos .vc_row>.vc_column_container {
  margin-bottom: 30px;
}

/* container-v6 */
#main-header.v6 .container-v6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}

/* header logo */
#main-header .bia-logo h1 {
  margin: 0!important;
  padding: 0!important;
  line-height: 0!important;
}

#main-header.v6 #main-header-wrapper-logo {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  margin: 0px 15px 0px 15px;
  transition: height 0.5s, margin 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#main-header.v6 #main-header-wrapper-menus {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  transition: height 0.5s, margin 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* @Sjoerd menu styling */

.bg-header-tel {
  background-image: url('/wp-content/uploads/header-tel.png');
}
.bg-header-login {
  background-image: url('/wp-content/uploads/header-login.png');
}
.bg-header-land {
  background-image: url('/wp-content/uploads/header-land.png');
}
.bg-arrow-menu-down-blue {
  background-image: url('/wp-content/uploads/arrow-menu-down-blue.png');
}

.url-il #bia-topmenu-v6 {
  direction: rtl;
}

#bia-topmenu-v6,
#bia-topmenu-v6 a {
  font-size: 14px;
  font-weight: normal;
}
#bia-topmenu-v6 .top-menu-item-v6 a {
  font-weight: bold;
}

#bia-topmenu-v6 .kiyoh-amountreviews-v6 {
  margin-top: 4px;
  margin-bottom: 5px;
}
#bia-topmenu-v6 .kiyoh-stars-v6 {
  width: 120px;
  height: 20px;
  background-image: url('/wp-content/uploads/kiyoh_rating.png');
  background-repeat: no-repeat;
}
.url-il #bia-topmenu-v6 .kiyoh-stars-v6 {
  background-image: url('/wp-content/uploads/kiyoh_rating-rtl.png');
}

#bia-topmenu-v6 .kiyoh-td-score-v6,
#et-menu.v6 .kiyoh-td-score-v6 {
  vertical-align: middle;
  padding: 4px 6px 6px 6px;
  background-color: #1fb64f;
}
#bia-topmenu-v6 .kiyoh-score-v6 {
  font-size: 14px;
  font-weight: 900;
  color: white;
  background-image: url('/wp-content/uploads/kiyoh.png');
  background-repeat: no-repeat;
  text-align: center;
  width: 41px;
  height: 41px;
  padding-top: 8px;
  padding-left: 2px;
}
#et-menu.v6 .kiyoh-score-v6 {
  font-size: 20px;
  font-weight: 900;
  color: white;
  background-color: #253b82;
  text-align: center;
  width: 40px;
  height: 36px;
  padding-top: 10px;
}
#bia-topmenu-v6 .kiyoh-td-review-v6,
#et-menu.v6 .kiyoh-td-review-v6 {
  padding-left: 10px;
}
.url-il #bia-topmenu-v6 .kiyoh-td-review-v6,
.url-il #et-menu.v6 .kiyoh-td-review-v6 {
  padding-right: 10px;
}
#et-menu.v6 .kiyoh-link-v6 {
  margin-top: 5px;
}
#et-menu.v6 .kiyoh-link-v6 a {
  font-weight: normal;
}

#bia-topmenu-v6 .top-menu-v6 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 200px;
  border: 1px solid #e6e6e6;
  padding: 0px 0px 0px 10px;
}

#et-menu .icon-menu-arrow-down,
#bia-topmenu-v6 .icon-menu-arrow-down {
  display:inline-block;
  background-size: cover;
  width: 12px;
  height: 6px;
  margin-left: 6px;
  margin-bottom: 2px;
}
#et-menu .icon-menu-arrow-down {
  margin-bottom: 3px;
}

#bia-topmenu-v6 .top-menu-item-v6 {
  float: left;
  margin-right: 20px;
}

#bia-topmenu-v6 .top-menu-search-v6 {
  float: left;
}

#bia-topmenu-v6 .et-search-form {
  height: 26px;
  position: relative;
}
#bia-topmenu-v6 input.et-search-field {
  position: absolute;
  top: -1px;
  left: 25px;
  height: 28px;
  max-height: 28px;
  outline: none;
  border: none;
  box-shadow: none;
  box-sizing: content-box;
  background-color: #e6e6e6;
  color: black;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.2px;

  /* [search-v6 .et-search-field] OPTION 1: Hover opens search input field! */
  transition: .3s ease;
  width: 0px;
  padding: 0px;

  /* [search-v6 .et-search-field] OPTION 2: Keep search always open! */
  /*
  width: 180px;
  padding-left: 4px;
  padding-right: 4px;
  */
}

#bia-topmenu-v6 .et-search-form:hover input.et-search-field,
#bia-topmenu-v6 input.et-search-field:focus {
  width: 180px;
  padding-left: 4px;
  padding-right: 4px;
}

#bia-topmenu-v6 .et-search-submit {
  height: 24px;
  width: 24px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/header-search.png);
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 5px;
  background-size: 14px;
  padding: 6px;
  border: none;
  font-size: inherit;
  line-height: normal;
  font-family: inherit;
  letter-spacing: normal;
}

#bia-topmenu-v6 td.desktop-phone-v6 {
  vertical-align: middle;
  padding-top: 4px;
}
#bia-topmenu-v6 td.desktop-webportal-v6 {
  padding-top: 10px;
  padding-right: 20px;
}
#bia-topmenu-v6 td.desktop-language-v6 {
  padding-right: 15px;
}

#bia-topmenu-v6 .desktop-icon-v6 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: contain;
}
#bia-topmenu-v6 .desktop-icon-v6 img {
  width: 30px;
  height: 30px;
}

#bia-topmenu-v6 .desktop-say-v6 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  /*
  position: relative;
  left: 0px;
  */
}
.url-il #bia-topmenu-v6 .desktop-say-v6 {
  margin-right: 5px;
}

#bia-topmenu-v6 .desktop-lang {
  display: inline-block;
  vertical-align: middle;
}
#bia-topmenu-v6 .desktop-flag  {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#bia-topmenu-v6 td.desktop-phone-v6 .desktop-say-v6 {
  /*top: -10px;*/
}
#bia-topmenu-v6 td.desktop-webportal-v6 .desktop-say-v6,
#bia-topmenu-v6 td.desktop-language-v6 .desktop-say-v6 {
  /*top: 0px;*/
  line-height: 18px;
}

#main-header-wrapper-mainmenu {
  margin-top: 10px;
}


/* #et-menu.v6 */
#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu {
  margin-right: 10px;
}
#bia-navigation-mobile #et-menu.v6 ul.sub-menu {
  margin: 0px;
}
#et-menu.v6 ul.bullet-list {
  margin-left: 0px;
}
#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1.bia-submenu-hover {
  background: lightgrey;
}
#et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1.bia-submenu-hover {
  /*background: #253b82;*/   /* Old */
}
#et-menu.v6 ul.sub-menu li.el-depth-1,
#et-menu.v6 ul.sub-menu li.el-depth-1.bia-submenu-active {
  color: #333;
  margin: 0px;
  cursor: pointer;
  line-height: 1.1em;
  padding: 10px 50px 10px 25px;  /* IE Hover refresh fix! */
  border: none;                  /* IE Hover refresh fix! */
}
#et-menu.v6 ul.sub-menu li.el-depth-1.bia-submenu-hover {
  border: 1px solid white;      /* IE Hover refresh fix! */
  padding: 9px 49px 9px 24px;   /* IE Hover refresh fix! */
}

#et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1 {
  /*padding: 10px 30px 10px 25px;*/  /* IE Hover refresh fix! */   /* Old */
  padding: 1px;  /* New */
}
#et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1.bia-submenu-hover {
  /*border: 1px solid white;*/      /* IE Hover refresh fix! */   /* Old */
  /*padding: 9px 29px 9px 24px;*/   /* IE Hover refresh fix! */   /* Old */
  padding: 0px;  /* New */
}

#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1:after {
  position: absolute;
  display: block;
  top: 10px;
  right: 25px;
  font-size: 18px;
  content: ">";
  line-height: 1.1em;
}
#et-menu.v6 ul.sub-menu li.el-depth-1:after {
  transition: all 0.2s ease-in-out;
}
body.ie #et-menu.v6 ul.sub-menu li.el-depth-1:after {
  transition: all 0s ease 0s;
}
#et-menu.v6 ul.sub-menu li.el-depth-1 > a {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.1em;
}
#et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1 > a {
  display: block;              /* New */
  width: 100%;                 /* New */
  border: 1px solid white;     /* IE Hover refresh fix! */  /* New */
  padding: 9px 29px 9px 24px;  /* IE Hover refresh fix! */  /* New */

  white-space: nowrap;
}
#et-menu.v6 ul.sub-menu li.el-depth-1.bia-submenu-hover:after,
#et-menu.v6 ul.sub-menu li.el-depth-1.bia-submenu-active:after {
  right: 18px;
}
/*
#bia-navigation-desktop #et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1:hover,
#bia-navigation-desktop #et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1:hover > a
*/   /* Old */
#bia-navigation-desktop #et-menu.v6 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1 > a:hover {
  color: white;
  background: #253b82;   /* New */
}
#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1:hover,
#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1:hover > a {
  color: #333;
}
#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1.bia-submenu-active {
  color: white;
  background-color: #253b82;
}
#et-menu.v6 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1.bia-submenu-active > a {
  color: white;
}

#et-menu.v6 .bia-submenu-custom {
  display: none;
}
#et-menu.v6 .bia-submenu-custom.bia-submenu-active {
  display: inline-flex;
}


#et-menu.v6 .submenu-custom-title {
  padding-left: 28px;
  font-size: 24px;
}
#et-menu.v6 .submenu-custom-between {
  border-left: 2px solid #e6e6e6;
  margin-left: 15px;
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: baseline;
}
#et-menu.v6 .submenu-custom-link {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5rem;
}

#et-menu.v6 .submenu-custom-link a,
#et-menu.v6 .submenu-custom-link a:visited {
  color: #253b82;
  font-weight: normal;
}
#et-menu.v6 .submenu-custom-title a,
#et-menu.v6 .submenu-custom-title a:visited {
  color: #253b82;
}
#et-menu.v6 .submenu-custom-link a:hover,
#et-menu.v6 .submenu-custom-title a:hover {
  color: #be6503;
}

#et-menu.v6 .submenu-custom-content {
  margin-top: 10px;
}
#et-menu.v6 .submenu-custom-block-wrapper {
  margin-top: 20px;
  margin-right: 30px;
}
#et-menu.v6 .submenu-custom-block-wrapper.pos-right {
  margin-right: 0px;
}
#bia-navigation-mobile #et-menu.v6 .submenu-custom-block-wrapper.pos-right {
  margin-left: 26px;
}

#et-menu.v6 .submenu-custom-subtitle {
  font-weight: bold;
  margin-left: 28px;
  margin-bottom: 15px;
}
#et-menu.v6 .submenu-custom-links {
}

#et-menu.v6 ul.bullet-list a li {
  color: #253b82;
  font-weight: normal;
  text-decoration: none;
  word-break: normal;
  word-wrap: break-word;
}
#et-menu.v6 ul.bullet-list a:hover li {
  color: #be6503;
}
#et-menu.v6 ul.bullet-list li {
  background-image: url(/wp-content/uploads/icon-blue-countrypage.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding: 0px 0px 10px 28px;
  margin-bottom: 0px;
  line-height: 1.3rem;
}

#et-menu.v6 .submenu-custom-block .button-transfer-claim {
  background-position-y: 6px;
}
#et-menu.v6 .submenu-custom-block-wrapper.pos-right .submenu-custom-image img {
  width: 250px;
  border: 1px solid #dfe1e2;
  margin-bottom: 10px;
}

#et-menu.v6 .internationaal-contracteren .submenu-custom-title,
#et-menu.v6 .internationaal-insolventie-diensten .submenu-custom-title {
  display: block;
}
#et-menu.v6 .internationaal-contracteren .submenu-custom-between,
#et-menu.v6 .internationaal-insolventie-diensten .submenu-custom-between {
  display: none;
}
#et-menu.v6 .internationaal-contracteren .submenu-custom-link,
#et-menu.v6 .internationaal-insolventie-diensten .submenu-custom-link {
  display: block;
  margin-top: 10px;
  margin-left: 28px;
}


/* float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.display-inline-block {
  display: inline-block;
}

/* @Sjoerd */
.font-size-13 {
  font-size: 15px;
}
.font-size-14 {
  font-size: 16px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}

/* @Sjoerd */
.color-333 {
  color: #333;
}
.color-444 {
  color: #444;
}
.color-white {
  color: white;
}
.color-grey {
  color: grey;
}
.color-lightgrey {
  color: #aaa;
}
.color-title-blue {
  color: #253b82;
}

.page-page-v5 {
  margin-top: 0px;
}

.popup-contactform {
  cursor: pointer;
}

.add-content-header-space {
  margin-top: 35px;
}

.service-content {
  line-height: 1.7em;
}

ul#et-menu > li.bia-menu-hover {
  background-image: url(/wp-content/uploads/menu-marker.png);
  background-repeat: no-repeat;
  background-size: 16px !important;
  background-position: top left;
  cursor: pointer;
}

/* Search */
.bia-search-header h1 {
  padding-top: 15px;
  padding-left: 35px;
  color: #253b82;
}


/* @Sjoerd - CHECK GLOBAL STYLING! */
/* Article / Stories */
/*
.single-article-v5 h2,
.single-article-v6 h2 {
  font-size: 16px;
  line-height: 1.7rem;
  color: #333;
}
*/

/*
 * rev_slider - BEGIN
*/

.rev_slider.fullwidthabanner {
  background-size: cover;
  background-position: center;
}

/* Header: buildings */
.bia-homepage-header-buildings .rev_slider.fullwidthabanner {
  background-image: url(/wp-content/uploads/male-fist.jpg);
}
.bia-homepage-header-buildings .rev_slider.fullwidthabanner ul {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Header: fist-female-blue */
.bia-header-fist-female-blue .rev_slider.fullwidthabanner {
  background-image: url(/wp-content/uploads/header-blue-female.jpg);
  /*background-position: bottom;*/
}
.bia-header-fist-female-blue .rev_slider.fullwidthabanner ul {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Header: female-kick */
.bia-header-female-kick .rev_slider.fullwidthabanner {
  background-image: url(/wp-content/uploads/female-kick.jpg);
  /*background-position: bottom;*/
}
.bia-header-female-kick .rev_slider.fullwidthabanner ul {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Header: female-maze-right */
.bia-header-female-maze-right .rev_slider.fullwidthabanner {
  background-image: url(/wp-content/uploads/female-maze-right.jpg);
  /*background-position: bottom;*/
}
.bia-header-female-maze-right .rev_slider.fullwidthabanner ul {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Header: male-fist */
.bia-header-male-fist .rev_slider.fullwidthabanner {
  background-image: url(/wp-content/uploads/male-fist.jpg);
  /*background-position: bottom;*/
}
.bia-header-male-fist .rev_slider.fullwidthabanner ul {
  background-color: rgba(0, 0, 0, 0.2);
}


/*
 * rev_slider - END
*/


.bia-background-maze-blue {
  background-image: url(/wp-content/uploads/maze-blue.jpg);
  background-size: cover;
  background-position: center;
}

.bia-background-maze-green {
  background-image: url(/wp-content/uploads/maze-green.png);
  background-size: cover;
  background-position: center;
}


/* @Sjoerd - SIDEBAR DEBUG START - sidebar menu service types */
/*
.bia-development .frame-bullet .homepage,
.bia-development .frame-bullet .independent-service {
  background-color: yellow;
  padding: 10px;
}
.bia-development .frame-bullet .nat-debt-collection {
  background-color: orange;
  padding: 10px;
}
.bia-development .frame-bullet .int-debt-collection {
  background-color: #10f7ff;
  padding: 10px;
}
.bia-development .frame-bullet .int-debt-prevention {
  background-color: #ff9d93;
  padding: 10px;
}

.bia-development .frame-bullet ul.smile_icon_list.circle {
  margin-top: 20px;
}

.bia-development .frame-bullet .homepage:after,
.bia-development .frame-bullet .independent-service:after {
  content: "Independent Service";
}
.bia-development .frame-bullet .nat-debt-collection:after {
  content: "National Debt Collection";
}
.bia-development .frame-bullet .int-debt-collection:after {
  content: "International Debt Collection";
}
.bia-development .frame-bullet .int-debt-prevention:after {
  content: "International Debt Prevention";
}
*/
/* @Sjoerd - SIDEBAR DEBUG STOP - sidebar menu service types */

/* @Sjoerd */
.hide {
  display: none!important;
}
#main-content {
  min-height: 650px;
}
.smile_icon_list_wrap h3 {
  padding-top: 7px;
}
.sidebar-content .wpb_wrapper {
  margin-top: 110px;
}

a.underline {
  text-decoration: underline;
}

.rev_slider .noSwipe
{
  cursor: pointer;
}

/* @Sjoerd */
.service-block {
  min-height: 80px;
}

.service-content {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}

h3.ult-responsive:hover {
  color: #be6503;
}

.sidebar-content .icon_list_icon {
  border-width: 2px;
  border-color: #253b82;
  border-style: solid;
  font-size: 20px;
  background: #ffffff;
  color: #333333;
}

/**********************************************************
* Button read more
**********************************************************/

.button-read-more {
  display: inline-block;
  background-color: #1fb64f;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #1a4b29;
  padding: 10px 25px;
  margin: 0;
}
.button-read-more:visited  {
  color: white;
  background-color: #1fb64f;
}
.button-read-more:hover,
.button-read-more:active  {
  color: white;
  background-color: #006400;
  cursor: pointer;
}

.bia-homepage-services .button-read-more {
  margin-top: 10px;
}


/**********************************************************
* Button action
**********************************************************/

.button-action,
#page-container button.button-action{
  display: inline-block;
  background-color: rgb(234, 91, 27);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: 0;
}
.button-action:visited {
  color: white;
  background-color: rgb(234, 91, 27);
}
.button-action:hover,
.button-action:active,
#page-container button.button-action:hover,
#page-container button.button-action:active {
  color: white;
  background-color: #be6503;
  cursor: pointer;
}


/**********************************************************
* Button transfer claim
* Button transfer x
**********************************************************/

.button-transfer-claim,
.button-transfer-x {
  display: inline-block;
  background-image: url(/wp-content/uploads/ico-upload-white-v2.png);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 55px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgb(234, 91, 27);
  border-bottom: 3px solid #7b2f0d;
}
.button-transfer-claim:visited,
.button-transfer-x:visited {
  color: white;
  background-color: rgb(234, 91, 27);
}
.button-transfer-claim:hover,
.button-transfer-claim:active,
.button-transfer-x:hover,
.button-transfer-x:active {
  cursor: pointer;
  color: white;
  background-color: #be6503;
}

#bia-navigation-mobile #component-menu-transfer-claim-v6 {
  margin-left: 25px;
  display: none;
}
#bia-navigation-mobile .button-transfer-x-header {
  display: inline-block;
  background-image: url(/wp-content/uploads/ico-upload-white-v2.png);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 55px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgb(234, 91, 27);
}
#bia-navigation-mobile .button-transfer-x-header:visited {
  color: white;
  background-color: rgb(234, 91, 27);
}
#bia-navigation-mobile .button-transfer-x-header:hover,
#bia-navigation-mobile .button-transfer-x-header:active {
  cursor: pointer;
  color: white;
  background-color: #be6503;
}

/**********************************************************
* Styling archive articles
**********************************************************/

.page-archive-articles {
  margin-top: 0px;
  margin-bottom: 50px;
}

.page-archive-articles h2 {
  font-size: 20px;
}

.page-archive-articles .info-archive-article {
  margin-bottom: 30px;
}

.page-archive-articles .article-read-more {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-archive-articles .button-read-more {
  padding: 5px 15px;
  display: inline-block;
}

.page-archive-articles .article-type-ico,
.page-archive-articles h2 {
  display: inline-block;
}

body:not(.url-gr) #page-archive-agenda .agenda-short-title {
  text-transform: uppercase;
}

.page-archive-articles .container-top-article {
  max-width: 100%;
  margin-bottom: 35px;
}

.page-archive-articles .container-small-articles {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}

.page-archive-articles .container-small-articles .post-container {
  width: 50%;
  float: left;
}
.page-archive-articles .container-small-articles .post-container:nth-child(odd) {
  padding-right: 20px;
}
.page-archive-articles .container-small-articles .post-container:nth-child(even) {
  padding-left: 20px;
}

.page-archive-articles .post-box {
  border: 1px solid #dfe1e2;
}
.page-archive-articles .post-content {
  clear: both;
  margin: 10px;
}
.page-archive-articles .article-excerpt {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333333;
}
#page-archive-agenda .agenda-short-info {
  color: #333333;
  font-weight: normal;
}
#page-archive-agenda .component-agenda-data {
  color: #333333;
}

#page-archive-agenda a:hover .agenda-short-info,
#page-archive-agenda a:hover .component-agenda-data,
.page-archive-articles a:hover .article-excerpt {
  color: #be6503;
}

.page-archive-articles .article-image-credentials {
  text-align: right;
  height: 20px;
}
.page-archive-articles .article-image-credentials .bia-content-text {
  position: relative;
  top: -5px;
  background-color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0px 10px;
}

.page-archive-articles .article-text-credentials {
  text-align: right;
  height: 25px;
}
.page-archive-articles .article-text-credentials .bia-content-text {
  display: inline-block;
  font-size: 15px;
  padding: 0px 10px;
}

/* agenda overview */
#page-archive-agenda.v6 .container-agenda-row {
  max-width: 100%;
  display: inline-block;
  /*margin-bottom: 35px;*/
}

/**********************************************************
* Styling articles ico
**********************************************************/

.article-type-ico {
  background-repeat: no-repeat;
  background-position: top left;
  background-position-y: 10px;
  height: 24px;
  width: 50px;
}

.article-type-ico.news {
  background-image: url(/wp-content/uploads/ico-news.png);
}
.article-type-ico.blog {
  background-image: url(/wp-content/uploads/ico-blog.png);
}

.article-type-ico.news.nl,
.article-type-ico.news.nl-be {
  background-image: url(/wp-content/uploads/ico-nieuws.png);
}


/**********************************************************
* Popup countries
**********************************************************/
#popup-countries {
  color: black;
  display: none;
  padding: 5px 0px 5px 10px;
}

#popup-countries .continent-inline-block {
  display: inline-block;
  margin-right: 15px;
}

#popup-countries .head img {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-right: 50px;
}

#popup-countries .block-item {
  height: 26px;
  line-height: 24px;
  width: 220px;
  border-bottom: 1px solid lightgray;
  margin-top: 3px;
}

#popup-countries .block-item:hover {
  padding-bottom: 3px;
  border-bottom: 3px solid #be6503;
}

#popup-countries .block-item:hover > * {
  color: #be6503;
}

#popup-countries .inline-block {
  display: inline-block;
  height: 24px;
}

#popup-countries .inline-block:hover {
  cursor: pointer;
}

#popup-countries .block-content > * {
  vertical-align: top;
}

#popup-countries .subblock {
  display: inline-block;
  width: 220px;
  margin-right: 15px;
}

#popup-countries .text span {
  display: table-cell;
  padding-top: 0px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}

#popup-countries .info {
  margin-top: 20px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
}

#popup-countries .block-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

#popup-countries a,
#popup-countries a:active {
  color: rgb(0, 0, 238);
  outline: 0;
}


/**********************************************************
* page-team-overview
**********************************************************/

span.select2-container ul li {
  margin-bottom: 0px;
}

#page-team-overview .container-box-filters {
  z-index: 1;
  background-color: white;
}
#page-team-overview .header-maze {
  padding: 80px 0 50px 10px;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  min-height: 280px;
}
#page-team-overview .container-box-info {
  color: white;
}

#page-team-overview .container-box-filter {
  cursor: pointer;
  float: left;
}

@media only screen and (max-width: 991px) {
  /* SIZE: Phone */
  #page-team-overview .container-box-filter {
    width: 100%;
    max-width: 350px;
  }
}

@media only screen and (min-width: 992px) {
  /* SIZE: Desktop */
  #page-team-overview .container-box-filter {
    width: 25%;
  }
}

#page-team-overview .container-filters {
  margin-left: -10px;
  margin-right: -10px;
}

#page-team-overview .container-filter {
  margin: 15px;
  background-color: white;
}

#page-team-overview .team-header-content {
  max-width: 900px;
}

#page-team-overview .container-box-filter.active-filter .container-filter {
}

#page-team-overview .container-box-filter.active-filter .select2-container--default .select2-selection--single {
  border: 1px solid #253b82;
}

#page-team-overview .container-filter .filter-title {
  font-size: 1.15em;
  margin: 10px;
}

#page-team-overview .container-filter .filter-select {
  /*margin: 10px;*/
}

#page-team-overview .container-filters select {
  /*
  font-size: 1.3em;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 5px;
  height: 36px;
  width: 100%;
  */
}

#page-team-overview .container-box-filters {
  margin-top: 15px;
}

#page-team-overview .container-group-filter,
#page-team-overview .container-group-default {
  display: inline-block;
  width: 100%;
  clear: both;
}

#page-team-overview .container-group-hide {
  display: none;
  margin-top: 100px;
  background-color: gray;
  height: 1000px;
}

#page-team-overview .group-head-hide {
  color: white;
  font-size: large;
}

#page-team-overview .container-group-default {
  margin-top: 45px;
  margin-bottom: 45px;
}

#page-team-overview .box-group-head {
  margin-left: 15px;
  margin-right: 15px;
}
#page-team-overview .container-group-default .box-group-head {
  border-top: 1px solid gray;
}

#page-team-overview .group-head {
  padding-top: 10px;
  margin-left: -2px;
}

#page-team-overview .group-head h2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  margin-top: 18px;
  padding-bottom: 20px;
}

#page-team-overview .container-persons {
  margin-left: 15px;
  margin-right: 0px;
}


#page-team-overview div.sprite-thumbnail-flags2,
#page-team-overview div.sprite-flags2 {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
}

#page-team-overview div.sprite-thumbnail-flags2.hide,
#page-team-overview div.sprite-flags2.hide {
  display: none;
}

#page-team-overview .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#page-team-overview .overlay .container-overlay {
  position: relative;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  padding: 10px;
  text-align: center;
}

#page-team-overview .container-box-person {
  cursor: pointer;
  float: left;
  position: relative;
  margin: 0 15px 5px 0;
}
#page-team-overview .container-box-person:hover .overlay {
  opacity: 1;
  background-color: rgba(37,59,130,0.7);
}

#page-team-overview .container-person {
  position: relative;
  background-position: center top;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  width: 300px;
  height: 200px;
  font-weight: normal;
}

#page-team-overview .container-info {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 300px;
  height: 60px;
  font-size: 16px;
}
#page-team-overview .person-full-name {
  font-weight: bold;
}
#page-team-overview .person-job-function {
  font-weight: normal;
}

@media (max-width: 768px) {
  #page-team-overview .container-person {
    width: 150px;
    height: 100px;
  }
  #page-team-overview .button-read-more {
    font-size: 13px;
    line-height: 1.5em;
    padding: 5px 15px;
  }
  #page-team-overview .container-info {
    width: 135px;
    font-size: 13px;
    line-height: 1.3em;
  }
}


/* Stories overview */

#page-archive-story .container-box-story {
  cursor: pointer;
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
}

#page-archive-story .overlay-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#page-archive-story .overlay-hover .container-overlay {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  padding: 10px;
  text-align: center;
}

#page-archive-story .container-box-story:hover .overlay-hover {
  opacity: 1;
  background-color: rgba(37,59,130,0.7);
}

#page-archive-story .container-story-item {
  position: relative;
  background-position: center top;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  width: 300px;
  height: 270px;
  font-weight: normal;
}
#page-archive-story .overlay-title {
  /* ! Disable button 'read more' hovering effects ! */
  width: 100%;
  height: 100%;
  opacity: 0;
}
#page-archive-story .story-short-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: white;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
}

/**********************************************************
* bootstrap tables - START
**********************************************************/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
table {
  background-color: transparent;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/**********************************************************
* bootstrap tables - END
**********************************************************/


/**********************************************************
* homepage-block-country
**********************************************************/
#homepage-block-country {
  text-align: center;
}

#homepage-block-country .block-center {
  text-align: center;
}

/*
#homepage-block-country ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
*/

#homepage-block-country .block-content {
  text-align: left;
}

#homepage-block-country .subblock {
  text-align: left;
  margin-right: 40px;
}

#homepage-block-country .block-country {
  margin-bottom: 40px;
}

#homepage-block-country .block-item {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
}

#homepage-block-country .block-item div {
  display: table-cell;
}

#homepage-block-country .block-item span {
  display: table-cell;
  padding-left: 10px;
}

#homepage-block-country .inline-block {
  display: inline-block;
}

#homepage-block-country .top {
  vertical-align: top;
  display: inline-block;
}

#homepage-block-country .block-item:hover {
  padding-bottom: 3px;
  border-bottom: 3px solid rgb(234, 91, 27);
}

#homepage-block-country .block-item:hover > * {
  color: rgb(234, 91, 27);
}

#homepage-block-country .block-image {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/*
#homepage-block-country .text span {
  display: table-cell;
  padding-top: 2px;
  padding-left: 5px;
}

#homepage-block-country .block-title {
  margin-top: 30px;
  margin-bottom: 5px;
}
*/

.bia-title-color {
  color: #253b82;
}


/* @Sjoerd: homepage services */
.bia-homepage-services .smile_icon_list_wrap.ult-adjust-bottom-margin {
  margin-bottom: 60px;
}
.bia-homepage-services .vc_column_container {
  position: relative;
}
.bia-align-bottom.wpb_content_element .wpb_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin-bottom: 20px;
}
.service-content {
  font-size: 16px;
  color: #333333;
}
/* @Sjoerd */
.button-transfer {
  margin-top: 10px;
  background: #1fb64f;
  /*border-radius: 10px;*/
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-image: url('/wp-content/uploads/ico-upload-white.png');
  background-repeat: no-repeat;
  background-position-x: 12px;
  background-position-y: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 20px;
  margin: 0;
  text-align: center;
}

.button-transfer:active,
.button-transfer:hover {
  background: #006400;
  background-image: url('/wp-content/uploads/ico-upload-white.png');
  background-repeat: no-repeat;
  background-position-x: 12px;
  background-position-y: 8px;
  color: #ffffff;
}

.button-transfer:visited {
  color: #ffffff;
}

/* @Sjoerd */
#page-container .button-orange button {
  background-color: #dd7400;
  /*border-radius: 10px;*/
  font-weight: bold;
  color: white;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-orange button:active,
.button-orange button:hover {
 background: #be6503;
 color: #ffffff;
}

.button-orange button:visited  {
 color:#ffffff;
}

.page-title {
  padding-bottom: 20px;
}
p {
  margin-bottom: 1rem;
  line-height: 1.7rem;
  word-break: break-word;
  word-wrap: break-word;
}
p:last-of-type {
  margin-bottom: 0;
}

.bia-person-quote {
  font-size: 25px;
  color: #253b82;
  line-height: 35px;
}

.page-team-v5 .bia-person-description {
  margin-top: 30px;
}
.page-team-v5 .post-content .vc_col-sm-8 {
  max-width: 650px;
}

blockquote {
  border-left: 5px solid;
  margin: 20px 0 30px;
  padding-left: 20px;
  /*font-size: 15px;*/
  font-weight: 700;
}
ul {
  list-style-type: disc;
  padding: 0 0 .2em 1.143em;
  line-height: 1.7em;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: .7em 0 .3em 1.143em;
}
ul li,
ol li,
.wpb_text_column ul li:last-child,
.wpb_text_column ol li:last-child {
  margin-bottom: .7em;
}
ul li ul,
ol li ul {
  list-style-type: square;
  padding: .7em 0 .3em 2.143em;
}
ul li ol,
ol li ol {
  list-style-type: lower-roman;
  padding: .7em 0 .3em 2.143em;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
.clear,
.clear:before,
.clear:after,
.clearfix:after,
#footer-bottom .container:before,
#footer-bottom .container:after,
.et_pb_extra_module .posts-list article:before,
.et_extra_other_module .posts-list article:before,
.et_pb_extra_module .posts-list article:after,
.et_extra_other_module .posts-list article:after,
.tabbed-post-module .tab-content:before,
.tabbed-post-module .tab-content:after {
  content: '';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
/* Post Captions and Alignments */
div.post .new-post .aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-align-center {
  text-align: center;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}
.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}
.wp-caption .alignright {
  margin: 0px 0px 10px 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  /*font-size: 12px;*/
  padding: 0 4px 5px;
  margin: 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
#trackbacks ol.pinglist {
  padding-left: 1.5em;
}
/* Inputs */
.input,
.textarea,
select,
textarea,
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
  outline: none;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  /*padding: 10px 12px;*/
  color: black;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  transition: .3s ease;
}
.input:focus,
.textarea:focus,
select:focus,
textarea:focus,
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  /*background: rgba(0, 0, 0, 0.1);*/
  color: black;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.input::placeholder,
.textarea::placeholder,
select::placeholder,
textarea::placeholder,
input::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.input::-webkit-search-decoration,
.textarea::-webkit-search-decoration,
select::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration,
.input::-webkit-search-cancel-button,
.textarea::-webkit-search-cancel-button,
select::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button,
input::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-cancel-button,
.input::-webkit-search-results-button,
.textarea::-webkit-search-results-button,
select::-webkit-search-results-button,
textarea::-webkit-search-results-button,
input::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-button,
.input::-webkit-search-results-decoration,
.textarea::-webkit-search-results-decoration,
select::-webkit-search-results-decoration,
textarea::-webkit-search-results-decoration,
input::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-results-decoration,
input[type="email"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* Buttons */
.button,
button,
button[type="submit"],
input[type="submit"],
input[type="reset"],
input[type="button"],
.read-more-button,
#et-info .et-cart,
.comment-body .comment_area .comment-content .reply-container .comment-reply-link,
.et_pb_widget.widget_tag_cloud a,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button,
.et_pb_widget.woocommerce.widget_layered_nav ul li a,
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.et_pb_widget.woocommerce.widget_product_tag_cloud a,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce input[type='submit'],
.woocommerce-page input[type='submit'],
.woocommerce .cart input.button,
.woocommerce-page .cart input.button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.btn.alt,
.woocommerce-page a.btn.alt,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce div.product #respond .form-submit input#submit,
.woocommerce-page div.product #respond .form-submit input#submit,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .read-more-button,
.woocommerce .read-more-button,
.woocommerce-page .read-more-button,
.woocommerce input.read-more-button,
.woocommerce-page input.read-more-button,
.woocommerce .cart input.read-more-button,
.woocommerce-page .cart input.read-more-button,
.woocommerce a.read-more-button,
.woocommerce-page a.read-more-button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce div.product form.cart .read-more-button,
.woocommerce-page div.product form.cart .read-more-button,
.post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .post-nav .nav-links .button,
.woocommerce .post-nav .nav-links .button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button {
  outline: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: 0;
  border-style: solid;
  /*border-radius: 3px;*/
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-weight: 600;
  line-height: normal;
  text-shadow: none;
  cursor: pointer;
  transition: .3s ease;
  border-color: #ffffff;
}
.button:hover,
button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.read-more-button:hover,
.post-nav .nav-links .button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
}
.button:visited,
button:visited,
button[type="submit"]:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited,
.read-more-button:visited,
.post-nav .nav-links .button:visited {
  color: rgba(0, 0, 0, 0.6);
}
/* Read More Button */
.read-more-button,
.post-nav .nav-links .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 12px 10px 12px;
  color: rgba(0, 0, 0, 0.6);
  float: left;
}
.read-more-button:after {
  content: '\e62f';
  margin: 1px 0 0 -5px;
  opacity: 0;
  color: inherit !important;
}
.read-more-button:hover:after {
  margin: 1px 0 0 6px;
  opacity: 1;
}
.read-more-button.et_pb_inline_icon:before {
  display: none;
}
.read-more-button.et_pb_inline_icon:after {
  content: attr(data-icon);
  font-family: 'ETmodules' !important;
}
/* Back To Top Button */
#back_to_top {
  z-index: 9999;
  position: fixed !important;
  right: 0;
  top: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
}
#back_to_top::before {
  content: '\e630';
}
#back_to_top.hidden {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
}
#back_to_top.visible {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
}

/* @Sjoerd */
.archive h1.search-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
#search-results article.nopost {
  min-height: 100px;
}
#search-results .excerpt {
  margin-top: 15px;
}
#search-results .excerpt .search-read-more {
  margin-top: 20px;
}
#search-results article.nopost h5 {
  margin: 30px;
}
#search-results article {
  margin-top: 40px;
  border-top: 3px solid #253b82;
}

/* comments module buttons */
article .comment-body .comment_area .comment-content .reply-container .comment-reply-link.et_pb_button:hover {
  padding: 10px 2em 10px 1em;
}
article .comment-body .comment_area .comment-content .reply-container .comment-reply-link.et_pb_button:after {
  font-size: 21px;
}
article .form-submit #submit.et_pb_button:hover {
  padding: 10px 12px !important;
  border: none;
}
/* WordPress elements */
/* Posts */
.sticky {
  display: block;
}
/* Galleries */
.gallery-caption {
  display: block;
}
/* Comments */
.bypostauthor {
  display: block;
}
/* ET Ad */
.etad {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}
.etad a,
.etad img {
  display: block;
}
.header .etad {
  max-width: 728px;
  max-height: 90px;
  margin: 20px 0;
}
.centered.header .etad {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 20px auto 0;
}
.left-right.header .etad {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
/* ET Icons */
.extra_icon_font,
.read-more-button:after,
#back_to_top,
.et-extra-icon:before,
.comment-bubble:before,
.rating-star:before,
.et_pb_extra_overlay:before,
header.header li.menu-item-has-children > a:after,
#et-info .et-top-search .et-search-submit:before,
#et-info .et-cart:before,
.et-top-search-primary-menu-item .search-icon:before,
.et-top-search-primary-menu-item .et-top-search .et-search-submit:before,
.paginated .pagination li a.prev::before,
.archive-pagination .pagination li a.prev::before,
.paginated > .page-numbers li a.prev::before,
.archive-pagination > .page-numbers li a.prev::before,
.paginated .pagination li a.next::before,
.archive-pagination .pagination li a.next::before,
.paginated > .page-numbers li a.next::before,
.archive-pagination > .page-numbers li a.next::before,
.audio-format .mejs-container .mejs-controls .mejs-button button:before,
.audio-format .mejs-container .mejs-controls .mejs-button button:after,
.audio-format .mejs-container .mejs-controls .mejs-volume-button button:before,
.link-format .attribution:before,
.quote-format .attribution:before,
.post-nav .nav-links .button:before,
.single-project .post-nav .nav-links .nav-link .button:before,
.project-details .project-categories ul li:before,
.project-details .project-tags ul li:before,
.project-details .project-url ul li:before,
.project-details .project-tags li:before,
.tabbed-post-module .tab-nav .arrow:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:after,
.et_pb_widget.widget_et_recent_tweets .et-extra-icon:before,
.timeline-module .module-head:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.post-nav .nav-links .read-more-button:before,
.single-project .post-nav .nav-links .nav-link .read-more-button:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:after,
#timeline-sticky-header:after,
.post-nav .nav-links .post-nav .nav-links .button:before,
.single-project .post-nav .nav-links .nav-link .post-nav .nav-links .button:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button:after {
  color: #ffffff;
  position: relative;
  transition: .3s ease;
  font-family: 'ET-Extra' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit !important;
}
.et-extra-icon {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  transition: .3s ease;
}
.et-extra-icon-facebook:before {
  content: '\e61a';
}
.et-extra-icon-facebook.et-extra-icon-background {
  background: #39579a !important;
}
.et-extra-icon-facebook.et-extra-icon-background-hover:hover {
  background: #39579a !important;
}
.et-extra-icon-facebook.et-extra-icon-color {
  color: #39579a;
}
.et-extra-icon-facebook.et-extra-icon-color-hover:hover {
  color: #39579a;
}
.et-extra-icon-twitter:before {
  content: '\e623';
}
.et-extra-icon-twitter.et-extra-icon-background {
  background: #01aced !important;
}
.et-extra-icon-twitter.et-extra-icon-background-hover:hover {
  background: #01aced !important;
}
.et-extra-icon-twitter.et-extra-icon-color {
  color: #01aced;
}
.et-extra-icon-twitter.et-extra-icon-color-hover:hover {
  color: #01aced;
}
.et-extra-icon-pinterest:before {
  content: '\e61e';
}
.et-extra-icon-pinterest.et-extra-icon-background {
  background: #cb2027 !important;
}
.et-extra-icon-pinterest.et-extra-icon-background-hover:hover {
  background: #cb2027 !important;
}
.et-extra-icon-pinterest.et-extra-icon-color {
  color: #cb2027;
}
.et-extra-icon-pinterest.et-extra-icon-color-hover:hover {
  color: #cb2027;
}
.et-extra-icon-googleplus:before {
  content: '\e61c';
}
.et-extra-icon-googleplus.et-extra-icon-background {
  background: #cb1f26 !important;
}
.et-extra-icon-googleplus.et-extra-icon-background-hover:hover {
  background: #cb1f26 !important;
}
.et-extra-icon-googleplus.et-extra-icon-color {
  color: #cb1f26;
}
.et-extra-icon-googleplus.et-extra-icon-color-hover:hover {
  color: #cb1f26;
}
.et-extra-icon-tumblr:before {
  content: '\e622';
}
.et-extra-icon-tumblr.et-extra-icon-background {
  background: #314f6e !important;
}
.et-extra-icon-tumblr.et-extra-icon-background-hover:hover {
  background: #314f6e !important;
}
.et-extra-icon-tumblr.et-extra-icon-color {
  color: #314f6e;
}
.et-extra-icon-tumblr.et-extra-icon-color-hover:hover {
  color: #314f6e;
}
.et-extra-icon-stumbleupon:before {
  content: '\e621';
}
.et-extra-icon-stumbleupon.et-extra-icon-background {
  background: #ea4b24 !important;
}
.et-extra-icon-stumbleupon.et-extra-icon-background-hover:hover {
  background: #ea4b24 !important;
}
.et-extra-icon-stumbleupon.et-extra-icon-color {
  color: #ea4b24;
}
.et-extra-icon-stumbleupon.et-extra-icon-color-hover:hover {
  color: #ea4b24;
}
.et-extra-icon-wordpress:before {
  content: '\e62c';
}
.et-extra-icon-wordpress.et-extra-icon-background {
  background: #267697 !important;
}
.et-extra-icon-wordpress.et-extra-icon-background-hover:hover {
  background: #267697 !important;
}
.et-extra-icon-wordpress.et-extra-icon-color {
  color: #267697;
}
.et-extra-icon-wordpress.et-extra-icon-color-hover:hover {
  color: #267697;
}
.et-extra-icon-instagram:before {
  content: '\e60f';
}
.et-extra-icon-instagram.et-extra-icon-background {
  background: #517fa4 !important;
}
.et-extra-icon-instagram.et-extra-icon-background-hover:hover {
  background: #517fa4 !important;
}
.et-extra-icon-instagram.et-extra-icon-color {
  color: #517fa4;
}
.et-extra-icon-instagram.et-extra-icon-color-hover:hover {
  color: #517fa4;
}
.et-extra-icon-dribbble:before {
  content: '\e618';
}
.et-extra-icon-dribbble.et-extra-icon-background {
  background: #ec488c !important;
}
.et-extra-icon-dribbble.et-extra-icon-background-hover:hover {
  background: #ec488c !important;
}
.et-extra-icon-dribbble.et-extra-icon-color {
  color: #ec488c;
}
.et-extra-icon-dribbble.et-extra-icon-color-hover:hover {
  color: #ec488c;
}
.et-extra-icon-vimeo:before {
  content: '\e624';
}
.et-extra-icon-vimeo.et-extra-icon-background {
  background: #45bbfc !important;
}
.et-extra-icon-vimeo.et-extra-icon-background-hover:hover {
  background: #45bbfc !important;
}
.et-extra-icon-vimeo.et-extra-icon-color {
  color: #45bbfc;
}
.et-extra-icon-vimeo.et-extra-icon-color-hover:hover {
  color: #45bbfc;
}
.et-extra-icon-linkedin:before {
  content: '\e610';
}
.et-extra-icon-linkedin.et-extra-icon-background {
  background: #127bb6 !important;
}
.et-extra-icon-linkedin.et-extra-icon-background-hover:hover {
  background: #127bb6 !important;
}
.et-extra-icon-linkedin.et-extra-icon-color {
  color: #127bb6;
}
.et-extra-icon-linkedin.et-extra-icon-color-hover:hover {
  color: #127bb6;
}
.et-extra-icon-rss:before {
  content: '\e61f';
}
.et-extra-icon-rss.et-extra-icon-background {
  background: #f59038 !important;
}
.et-extra-icon-rss.et-extra-icon-background-hover:hover {
  background: #f59038 !important;
}
.et-extra-icon-rss.et-extra-icon-color {
  color: #f59038;
}
.et-extra-icon-rss.et-extra-icon-color-hover:hover {
  color: #f59038;
}
.et-extra-icon-deviantart:before {
  content: '\e617';
}
.et-extra-icon-deviantart.et-extra-icon-background {
  background: #566c68 !important;
}
.et-extra-icon-deviantart.et-extra-icon-background-hover:hover {
  background: #566c68 !important;
}
.et-extra-icon-deviantart.et-extra-icon-color {
  color: #566c68;
}
.et-extra-icon-deviantart.et-extra-icon-color-hover:hover {
  color: #566c68;
}
.et-extra-icon-myspace:before {
  content: '\e611';
}
.et-extra-icon-myspace.et-extra-icon-background {
  background: #3a5998 !important;
}
.et-extra-icon-myspace.et-extra-icon-background-hover:hover {
  background: #3a5998 !important;
}
.et-extra-icon-myspace.et-extra-icon-color {
  color: #3a5998;
}
.et-extra-icon-myspace.et-extra-icon-color-hover:hover {
  color: #3a5998;
}
.et-extra-icon-skype:before {
  content: '\e620';
}
.et-extra-icon-skype.et-extra-icon-background {
  background: #1ba5f4 !important;
}
.et-extra-icon-skype.et-extra-icon-background-hover:hover {
  background: #1ba5f4 !important;
}
.et-extra-icon-skype.et-extra-icon-color {
  color: #1ba5f4;
}
.et-extra-icon-skype.et-extra-icon-color-hover:hover {
  color: #1ba5f4;
}
.et-extra-icon-youtube:before {
  content: '\e614';
}
.et-extra-icon-youtube.et-extra-icon-background {
  background: #a8240f !important;
}
.et-extra-icon-youtube.et-extra-icon-background-hover:hover {
  background: #a8240f !important;
}
.et-extra-icon-youtube.et-extra-icon-color {
  color: #a8240f;
}
.et-extra-icon-youtube.et-extra-icon-color-hover:hover {
  color: #a8240f;
}
.et-extra-icon-picassa:before {
  content: '\e61d';
}
.et-extra-icon-picassa.et-extra-icon-background {
  background: #9864ae !important;
}
.et-extra-icon-picassa.et-extra-icon-background-hover:hover {
  background: #9864ae !important;
}
.et-extra-icon-picassa.et-extra-icon-color {
  color: #9864ae;
}
.et-extra-icon-picassa.et-extra-icon-color-hover:hover {
  color: #9864ae;
}
.et-extra-icon-flickr:before {
  content: '\e61b';
}
.et-extra-icon-flickr.et-extra-icon-background {
  background: #fc1684 !important;
}
.et-extra-icon-flickr.et-extra-icon-background-hover:hover {
  background: #fc1684 !important;
}
.et-extra-icon-flickr.et-extra-icon-color {
  color: #fc1684;
}
.et-extra-icon-flickr.et-extra-icon-color-hover:hover {
  color: #fc1684;
}
.et-extra-icon-blogger:before {
  content: '\e616';
}
.et-extra-icon-blogger.et-extra-icon-background {
  background: #f59038 !important;
}
.et-extra-icon-blogger.et-extra-icon-background-hover:hover {
  background: #f59038 !important;
}
.et-extra-icon-blogger.et-extra-icon-color {
  color: #f59038;
}
.et-extra-icon-blogger.et-extra-icon-color-hover:hover {
  color: #f59038;
}
.et-extra-icon-spotify:before {
  content: '\e613';
}
.et-extra-icon-spotify.et-extra-icon-background {
  background: #aecf29 !important;
}
.et-extra-icon-spotify.et-extra-icon-background-hover:hover {
  background: #aecf29 !important;
}
.et-extra-icon-spotify.et-extra-icon-color {
  color: #aecf29;
}
.et-extra-icon-spotify.et-extra-icon-color-hover:hover {
  color: #aecf29;
}
.et-extra-icon-delicious:before {
  content: '\e60a';
}
.et-extra-icon-delicious.et-extra-icon-background {
  background: #3398fc !important;
}
.et-extra-icon-delicious.et-extra-icon-background-hover:hover {
  background: #3398fc !important;
}
.et-extra-icon-delicious.et-extra-icon-color {
  color: #3398fc;
}
.et-extra-icon-delicious.et-extra-icon-color-hover:hover {
  color: #3398fc;
}
.et-extra-icon-buffer:before {
  content: '\e601';
}
.et-extra-icon-buffer.et-extra-icon-background {
  background: #000000 !important;
}
.et-extra-icon-buffer.et-extra-icon-background-hover:hover {
  background: #000000 !important;
}
.et-extra-icon-buffer.et-extra-icon-color {
  color: #000000;
}
.et-extra-icon-buffer.et-extra-icon-color-hover:hover {
  color: #000000;
}
.et-extra-icon-basic_email:before {
  content: '\e615';
}
.et-extra-icon-basic_email.et-extra-icon-background {
  background: #000000 !important;
}
.et-extra-icon-basic_email.et-extra-icon-background-hover:hover {
  background: #000000 !important;
}
.et-extra-icon-basic_email.et-extra-icon-color {
  color: #000000;
}
.et-extra-icon-basic_email.et-extra-icon-color-hover:hover {
  color: #000000;
}
.et-extra-icon-basic_print:before {
  content: '\e619';
}
.et-extra-icon-basic_print.et-extra-icon-background {
  background: #000000 !important;
}
.et-extra-icon-basic_print.et-extra-icon-background-hover:hover {
  background: #000000 !important;
}
.et-extra-icon-basic_print.et-extra-icon-color {
  color: #000000;
}
.et-extra-icon-basic_print.et-extra-icon-color-hover:hover {
  color: #000000;
}
.et-extra-icon-background-none {
  background: none !important;
}
/* Comment Bubble & Rating Star Icon */
.comment-bubble,
.rating-star {
  position: relative;
  display: inline-block;
}
.comment-bubble:before,
.rating-star:before {
  top: 0;
  left: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
/* Comment Bubble Icon */
.comment-bubble {
  top: 1px;
}
.comment-bubble:before {
  content: '\e63b';
}
/* Rating Stars */
.rating-stars {
  display: inline-block;
}
.rating-stars .rating-star {
  width: 10px;
  top: 1px;
}
.rating-stars .rating-star:before {
  content: '\e63c';
}
.rating-stars .rating-star.rating-star-half:before {
  content: '\e63e';
}
.rating-stars .rating-star.rating-star-empty::before {
  content: '\e639';
}
/* ET Overlay */
.et_pb_extra_overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease;
}
.et_pb_extra_overlay:hover {
  opacity: 1;
}
.et_pb_extra_overlay:hover:before {
  top: 50%;
}
.et_pb_extra_overlay:before {
  content: '\e050';
  position: absolute;
  top: 60%;
  left: 50%;
  display: inline-block;
  transition: .3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  line-height: 32px;
}
.et_pb_inline_icon.et_pb_extra_overlay:before {
  font-family: 'ETmodules' !important;
}
/* ET Gallery */
.et_gallery_item .et_portfolio_image {
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.et_gallery_item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  vertical-align: bottom;
}
/* Main Layout Structure */
/* Grid */
/* Page container */
#page-container {
  background: transparent;
}
/* Boxed Layout */
.boxed_layout {
  position: relative;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  /* Container */
}
.boxed_layout #page-container {
  max-width: 1360px;
}
.boxed_layout .container {
  width: 90%;
  max-width: 1360px;
}
/* Container */
.container {
  position: relative;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
/* Content Area */
#main-content .entry-title {
}
#content-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
}
.with_sidebar_left #content-area {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#content-area > h1 {
  width: 100%;
}
.et_pb_extra_container,
.et_extra_layout .et_pb_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.et_pb_extra_section,
.et_extra_layout .et_pb_section {
  padding: 0;
  background: transparent;
}
.et_pb_extra_row,
.et_extra_layout .et_pb_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
  min-width: 100%;
  margin: 0 -12px;
  padding: 0;
}
.et_pb_extra_column,
.et_extra_layout .et_pb_column {
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.et_pb_extra_column_main,
.et_extra_layout .et_pb_column_main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  overflow: hidden;
}
.ie .et_pb_extra_column_main,
.ie .et_extra_layout .et_pb_column_main {
  float: left;
}
.with_sidebar .et_pb_extra_column_main,
.with_sidebar .et_extra_layout .et_pb_column_main {
  width: 75%;
  max-width: 75%;
  min-width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  padding: 0 12px 0 0;
}
.with_sidebar_left .et_pb_extra_column_main,
.with_sidebar_left .et_extra_layout .et_pb_column_main {
  padding: 0 0 0 12px;
}
.et_pb_extra_column_sidebar,
.et_extra_layout .et_pb_column_sidebar {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 12px;
}
.ie .et_pb_extra_column_sidebar,
.ie .et_extra_layout .et_pb_column_sidebar {
  float: left;
}
.with_sidebar .et_pb_extra_column_sidebar,
.with_sidebar .et_extra_layout .et_pb_column_sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ie .with_sidebar .et_pb_extra_column_sidebar,
.ie .with_sidebar .et_extra_layout .et_pb_column_sidebar {
  display: block;
}
.with_sidebar_left .et_pb_extra_column_sidebar,
.with_sidebar_left .et_extra_layout .et_pb_column_sidebar {
  padding: 0 12px 0 0;
}
.et_pb_extra_column_4_4,
.et_extra_layout .et_pb_column_4_4 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.et_pb_extra_column_3_4,
.et_extra_layout .et_pb_column_3_4 {
  width: 75%;
  max-width: 75%;
  min-width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}
.et_pb_extra_column_2_3,
.et_extra_layout .et_pb_column_2_3 {
  width: 66.66666667%;
  max-width: 66.66666667%;
  min-width: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
      -ms-flex-preferred-size: 66.66666667%;
          flex-basis: 66.66666667%;
}
.et_pb_extra_column_1_2,
.et_extra_layout .et_pb_column_1_2 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_pb_extra_column_3_8,
.et_extra_layout .et_pb_column_3_8 {
  width: 37.5%;
  max-width: 37.5%;
  min-width: 37.5%;
  -webkit-flex-basis: 37.5%;
      -ms-flex-preferred-size: 37.5%;
          flex-basis: 37.5%;
}
.et_pb_extra_column_1_3,
.et_extra_layout .et_pb_column_1_3 {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
}
.et_pb_extra_column_1_4,
.et_extra_layout .et_pb_column_1_4 {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.et_section_specialty .et_pb_extra_column_3_4 .et_pb_row_inner .et_pb_extra_column_3_8 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_section_specialty .et_pb_extra_column_2_3 .et_pb_row_inner .et_pb_extra_column_1_3 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_section_specialty .et_pb_extra_column_1_2 .et_pb_row_inner .et_pb_extra_column_1_4 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_section_specialty .et_pb_extra_column_3_4 .et_pb_row_inner .et_pb_extra_column_1_4 {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
}
.et_pb_extra_column_main {
  width: 100%;
  padding: 0;
}
.et_extra_layout.et_pb_gutters1 .et_pb_column {
  padding: 0 4px !important;
}
.et_extra_layout.et_pb_gutters1 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters1 .et_pb_extra_column_sidebar .et_pb_widget {
  margin-bottom: 8px;
}
.et_extra_layout.et_pb_gutters1 .with_sidebar .et_pb_extra_column_main {
  padding: 0 4px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters1 .with_sidebar .et_pb_extra_column_main {
  padding: 0 0 0 4px;
}
.et_extra_layout.et_pb_gutters1 .width_sidebar .et_pb_extra_column_sidebar {
  padding: 0 0 0 4px;
}
.et_extra_layout.et_pb_gutters2 .et_pb_column {
  padding: 0 8px !important;
}
.et_extra_layout.et_pb_gutters2 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters2 .et_pb_extra_column_sidebar .et_pb_widget {
  margin-bottom: 16px;
}
.et_extra_layout.et_pb_gutters2 .with_sidebar .et_pb_extra_column_main {
  padding: 0 8px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters2 .with_sidebar .et_pb_extra_column_main {
  padding: 0 0 0 8px;
}
.et_extra_layout.et_pb_gutters2 .width_sidebar .et_pb_extra_column_sidebar {
  padding: 0 0 0 8px;
}
.et_extra_layout.et_pb_gutters3 .et_pb_column {
  padding: 0 12px !important;
}
.et_extra_layout.et_pb_gutters3 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_sidebar .et_pb_widget {
  margin-bottom: 24px;
}
.et_extra_layout.et_pb_gutters3 .with_sidebar .et_pb_extra_column_main {
  padding: 0 12px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters3 .with_sidebar .et_pb_extra_column_main {
  padding: 0 0 0 12px;
}
.et_extra_layout.et_pb_gutters3 .width_sidebar .et_pb_extra_column_sidebar {
  padding: 0 0 0 12px;
}
.et_extra_layout.et_pb_gutters4 .et_pb_column {
  padding: 0 16px !important;
}
.et_extra_layout.et_pb_gutters4 .et_pb_extra_module,
.et_extra_layout.et_pb_gutters4 .et_pb_extra_column_sidebar .et_pb_widget {
  margin-bottom: 32px;
}
.et_extra_layout.et_pb_gutters4 .with_sidebar .et_pb_extra_column_main {
  padding: 0 16px 0 0;
}
.with_sidebar_left.et_extra_layout.et_pb_gutters4 .with_sidebar .et_pb_extra_column_main {
  padding: 0 0 0 16px;
}
.et_extra_layout.et_pb_gutters4 .width_sidebar .et_pb_extra_column_sidebar {
  padding: 0 0 0 16px;
}
.single .et_pb_row,
.page .et_pb_row {
  width: 90%;
}
.et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_extra_layout .et_section_specialty .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_extra_layout .et_section_specialty .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4 {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
}
.et_extra_layout.et_extra .et_pb_row_inner,
.et_extra_layout.et_extra .et_pb_specialty_column {
  padding: 0 !important;
}
/* Sidebar */


/* Header */
header.header {
  z-index: 2000;
  position: relative;
}
header.header ul {
  list-style: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}
header.header li {
  /*display: inline-block;*/
  margin: 0;
}
header.header #bia-navigation-desktop li .bia-submenu-container {
  position: absolute;
  border-radius: 0;
  box-sizing: border-box;
  transition: 0.1s ease;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

header.header #bia-navigation-desktop li.mainmenu-dropdown-custom .bia-submenu-container {
  left: -150px;
  right: 30px;
}
header.header #bia-navigation-desktop li.mainmenu-dropdown-normal .bia-submenu-container {
  left: -30px;
}

header.header #bia-navigation-desktop li.bia-menu-active .bia-submenu-container {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
  background: white;
  padding: 30px 20px;
  cursor: default;
  text-align: left;
}
header.header #bia-navigation-desktop a {
  transition: 0s;
}
header.header #bia-navigation-desktop #top-header a {
  transition: 0.5s;
}

header.header .bia-submenu-container-wrapper {
  display: table;
}
header.header .bia-submenu-wrapper {
  display: table-cell;
  vertical-align: top;
}
header.header .mainmenu-dropdown-custom .bia-submenu-wrapper.pos-left {
  padding-right: 20px;
}
header.header .bia-submenu-custom {
  display: inline-flex;
  vertical-align: top;
}
header.header .submenu-custom-wrapper {
  display: inline-flex;
  vertical-align: top;
}
header.header .submenu-custom-block-wrapper {
  display: inline-flex;
  vertical-align: top;
}
header.header .submenu-custom-block {
  display: block;
  text-transform: none;
}
header.header .submenu-custom-header {
  display: block;
}
header.header .submenu-custom-content {
  display: block;
}
header.header .submenu-custom-subblock {
  display: block;
}

/* Admin Bar */
#wpadminbar #wp-admin-bar-edit-layout > .ab-item:before {
  content: '\f464';
  top: 2px;
}

/* Top Header */
/* @Sjoerd */
#top-header {
  z-index: 1;
  position: relative;
  background: #2b3843;
  padding: 10px 0;
  color: white;
}
#top-header a {
  color: white;
}
#top-header .desktop-language {
  margin-top: 5px;
  margin-left: 30px;
}

/* @Sjoerd */
#top-header .sprite-thumbnail-flags2 {
  margin-right: 15px;
}
#top-header .sprite-thumbnail-flags2:after {
  content: '\e62d';
  display: inline-block;
  margin: 0 0 0 26px;
  vertical-align: top;
  color: inherit;
  transition: 0s;
}

#top-header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.et_fullwidth_secondary_nav #top-header .container {
  max-width: none;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* ET Info */
#et-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 -10px;
}
#et-info .et-extra-social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px;
}
#et-info .et-extra-social-icons li {
  margin: 0 0 10px 10px;
}
#et-info .et-extra-social-icons .et-extra-icon {
  background: rgba(255, 255, 255, 0.1);
}
#et-info .et-extra-social-icons .et-extra-icon:before {
  font-size: 16px;
}
#et-info .et-top-search {
  position: relative;
  margin: 0 0 10px 10px;
}
#et-info .et-top-search .et-search-field {
  background: rgba(255, 255, 255, 0.1);
  width: 100px;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 40px 7px 10px;
  color: #ffffff;
  font-weight: 600;
  -webkit-appearance: none;
  border: none;
}
#et-info .et-top-search .et-search-field:focus {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 250px;
}

/* @Sjoerd */
#et-info .et-top-search .et-search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 30px;
  width: 30px;
  background-color: #546c7f;
  background-image: url('/wp-content/include/icon/ico-search-small.png');
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
  padding: 6px;
  border: none;
  font-size: inherit;
  line-height: normal;
  font-family: inherit;
  letter-spacing: normal;
}
.url-nl #et-info .et-top-search .et-search-submit {
  background-image: url('/wp-content/uploads/ico-search-small.png');
}
/*
#et-info .et-top-search .et-search-submit:before {
  content: '&nbsp;';
  content: '\e63a';
  font-size: 12px;
  font-weight: 600;
}
*/

#et-info .et-cart {
  background: rgb(255, 255, 255, 0.1);
  margin: 0 0 10px 10px;
  padding: 9px 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
#et-info .et-cart:before {
  content: '\e631';
  vertical-align: middle;
  color: inherit;
  font-size: 16px;
  padding: 9px 10px;
}
#et-info .et-cart span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* ET Secondary Nav */
#et-secondary-nav {
  margin: -10px auto -10px 0;
}
/* ET Secondary Menu */
#et-secondary-menu li {
  margin: 0 20px 0 0;
  line-height: 1;
}
#et-secondary-menu li.current-menu-item > a {
  color: #ffffff;
}
#et-secondary-menu li > ul {
  z-index: 10;
  left: 0;
  background: #2b3843;
  width: 200px;
  padding: 10px 0;
}
#et-secondary-menu li > ul li {
  width: 100%;
  margin: 0;
}
#et-secondary-menu li > ul li ul {
  top: -10px;
  left: 100%;
}
#et-secondary-menu li > ul a {
  display: block;
  padding: 10px 20px;
}
#et-secondary-menu li.et-reverse-direction-nav li ul {
  right: 200px;
  left: auto;
}
#et-secondary-menu a {
  position: relative;
  display: inline-block;
  padding: 18px 0;
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
}
#et-secondary-menu a:hover {
  color: #ffffff;
}
#et-secondary-menu > li > a:before {
  content: '•';
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: transparent;
  font-size: 10px;
  text-shadow: 0 0 transparent;
  transition: 0.3s ease;
  pointer-events: none;
}
#et-secondary-menu > li > a:hover:before {
  color: #ffffff;
  text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
}
/* ET Menu Animation */
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children:hover > ul {
  top: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children > ul {
  top: calc(80%);
}
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  top: -10px;
}
.et_secondary_nav_dropdown_animation_fadeInTop #top-header .menu-item-has-children > ul .menu-item-has-children ul {
  top: -20px;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children:hover > ul {
  left: -20px;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children > ul {
  left: 10%;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  left: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInRight #top-header .menu-item-has-children > ul .menu-item-has-children ul {
  left: 110%;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children:hover > ul {
  top: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children > ul {
  top: 110%;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  top: 0;
}
.et_secondary_nav_dropdown_animation_fadeInBottom #top-header .menu-item-has-children > ul .menu-item-has-children ul {
  top: 110%;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children:hover > ul {
  left: -20px;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children > ul {
  left: -40px;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  left: 100%;
}
.et_secondary_nav_dropdown_animation_fadeInLeft #top-header .menu-item-has-children > ul .menu-item-has-children ul {
  left: 90%;
}
.et_secondary_nav_dropdown_animation_scaleInRight #top-header .menu-item-has-children:hover > ul,
.et_secondary_nav_dropdown_animation_scaleInLeft #top-header .menu-item-has-children:hover > ul,
.et_secondary_nav_dropdown_animation_scaleInCenter #top-header .menu-item-has-children:hover > ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.et_secondary_nav_dropdown_animation_scaleInRight #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_scaleInLeft #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_scaleInCenter #top-header .menu-item-has-children > ul {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.et_secondary_nav_dropdown_animation_scaleInRight #top-header .menu-item-has-children > ul {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.et_secondary_nav_dropdown_animation_scaleInLeft #top-header .menu-item-has-children > ul {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.et_secondary_nav_dropdown_animation_scaleInCenter #top-header .menu-item-has-children > ul {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children > ul {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children:hover > ul {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
          transform: rotate3d(1, 0, 0, 0deg);
}
.et_secondary_nav_dropdown_animation_flipInX #top-header .menu-item-has-children > ul {
  -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800);
          transform: rotate3d(1, 0, 0, 90deg) perspective(800);
}
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children:hover > ul {
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}
.et_secondary_nav_dropdown_animation_flipInY #top-header .menu-item-has-children > ul {
  -webkit-transform: rotate3d(0, 1, 0, 90deg) perspective(800);
          transform: rotate3d(0, 1, 0, 90deg) perspective(800);
}
.et_secondary_nav_dropdown_animation_slideInX #top-header .menu-item-has-children > ul,
.et_secondary_nav_dropdown_animation_slideInY #top-header .menu-item-has-children > ul {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.et_secondary_nav_dropdown_animation_slideInX #top-header .menu-item-has-children:hover > ul {
  -webkit-transform: rotateX(0deg) perspective(0);
          transform: rotateX(0deg) perspective(0);
}
.et_secondary_nav_dropdown_animation_slideInX #top-header .menu-item-has-children > ul {
  -webkit-transform: rotateX(180deg) perspective(800);
          transform: rotateX(180deg) perspective(800);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.et_secondary_nav_dropdown_animation_slideInY #top-header .menu-item-has-children:hover > ul {
  -webkit-transform: rotateY(0deg) perspective(0);
          transform: rotateY(0deg) perspective(0);
}
.et_secondary_nav_dropdown_animation_slideInY #top-header .menu-item-has-children > ul {
  -webkit-transform: rotateY(180deg) perspective(800);
          transform: rotateY(180deg) perspective(800);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
/* ET Trending */
header.header .et-trending {
  position: relative;
  padding: 15px 0;
}
header.header .et-trending-post {
  display: none;
  font-size: 16px;
  line-height: 1.3em;
}
header.header .et-trending-post a,
header.header .et-trending-post a:visited {
  color: rgba(255, 255, 255, 0.6);
}
header.header .et-trending-post:first-child {
  display: block;
}
header.header .et-trending #et-secondary-menu {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #2b3843;
  width: 200px;
  padding: 10px 0;
}
header.header .et-trending #et-secondary-menu li {
  width: 100%;
  box-sizing: border-box;
}
header.header .et-trending #et-secondary-menu .menu-item-has-children ul {
  top: -10px;
  left: 100%;
}
header.header .et-trending #et-secondary-menu .menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
header.header .et-trending #et-secondary-menu a {
  display: block;
  padding: 10px 20px;
}
header.header .et-trending #et-secondary-menu a:before {
  display: none;
}
#et-trending {
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#et-trending-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  padding: 3px 0;
  box-sizing: border-box;
}
#et-trending-button.toggled span {
  -webkit-transform-origin: center;
          transform-origin: center;
}
#et-trending-button.toggled span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
#et-trending-button.toggled span:nth-child(2) {
  opacity: 0;
}
#et-trending-button.toggled span:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
#et-trending-button span {
  display: block;
  background: #ffffff;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  transition: 0.3s ease;
}
#et-trending-button span:nth-child(2) {
  margin: 4px 0;
}
#et-trending-label {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
#et-trending-container {
  display: inline-block;
}
.et-trending #et-trending {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Menu background layer */
#menu-background-layer.v6 {
  position: fixed;
  display: none;
  background: transparent;
  opacity: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
#menu-background-layer.v6.bia-menu-active {
  display: block;
  background: #333;
  opacity: 0.15;
}

/* Main Header */
#main-header {
  background: white;
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
}
.et-fixed-header #main-header.v6 {
  background: transparent;
  margin: 0;
  border-bottom: none;
}
.et-fixed-header #main-header.v6 .container-v6 {
  background-color: white;
  border: 1px solid #d1d1d1;
  border-top: none;
}

#main-header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.has_headerad #main-header .container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_fullwidth_nav #main-header .container {
  max-width: none;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* Logo */
.bia-logo {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  margin: 15px auto 15px 0;
  transition: height 0.5s, margin 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.centered .bia-logo {
  width: 100%;
  margin: 30px 0 35px;
}
#logo-large {
  display: block;
  width: 122px;
}
#logo-small {
  width: 122px;
}
.centered #logo-large {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
}
.left-right #logo-large {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
/* ET Navigation */
#bia-navigation-desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
#bia-navigation-desktop > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#bia-navigation-desktop > ul > li {
  display: inline-block;
  margin: 0 12px;
}
#bia-navigation-desktop > ul > li.current-menu-item > a,
#bia-navigation-desktop > ul > li.current_page_item > a {
  /*color: #ffffff;*/
}
#bia-navigation-desktop > ul > li.current-menu-item > a:before,
#bia-navigation-desktop > ul > li.current_page_item > a:before {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 1;
}
#bia-navigation-desktop > ul > li.menu-item-has-children > a:before {
  width: calc(100% - 21px);
}
#bia-navigation-desktop > ul > li > a {
  position: relative;
  display: block;
  border: 0;
  padding: 0 0 54px;
  font-weight: 600;
}
/* @Sjoerd */
#main-header #bia-navigation-desktop > ul > li > a {
  padding-top: 15px;
  cursor: pointer;
}
#main-header #bia-navigation-desktop > ul > li:last-child {
  margin-right: 0px;
}


/* @Sjoerd .v6 */
#main-header.v6 #bia-navigation-desktop > ul > li {
  padding: 15px 0 20px 0;
  margin: 0;
}
#main-header.v6 ul#et-menu > li:hover {
  background-position-x: 15px;
  background-position-y: 4px;
}
#main-header.v6 ul#et-menu > li:hover:last-child {
  background: none;
}
#main-header.v6 #bia-navigation-desktop > ul > li > a {
  padding: 0px 12px;
  border-left: 1px solid #e6e6e6;
}
#main-header.v6 #bia-navigation-desktop > ul > li:first-child a {
  border-left: none;
}
#main-header.v6 #bia-navigation-desktop > ul > li:last-child {
  margin-top: -15px;
  margin-right: 15px;
}
body:not(.url-il) #main-header.v6 #bia-navigation-desktop > ul > li:last-child {
  position: absolute;
  right: 0px;
  padding-bottom: 0px;
}

#main-header.v6 ul#et-menu > li.menu-item-has-children.bia-menu-active {
  background-color: white;
}
#main-header.v6 #bia-navigation-desktop > ul > li.bia-menu-active > a {
  border-left: 1px solid white;
}

#main-header.v6 ul#et-menu > li.menu-item-has-children.bia-menu-active.mainmenu-dropdown-normal {
  position: relative;
}

#et-mobile-navigation #et-extra-mobile-menu > li:last-child a,
#main-header #bia-navigation-desktop > ul > li:last-child > a {
  background-image: url(/wp-content/uploads/ico-upload-white-v2.png);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 55px;
  padding-right: 15px;
  font-size: 15px;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgb(234, 91, 27);
  border-bottom: 3px solid #7b2f0d;
}

#main-header.v6 #bia-navigation-desktop > ul > li:last-child > a {
  background-image: url(/wp-content/uploads/ico-upload-white-v2.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  padding-right: 10px;
  font-size: 14px;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgb(234, 91, 27);
  border-bottom: 3px solid #7b2f0d;
}

#bia-topmenu-v6 .bia-block.mobile-transfer-x-v6 .button-transfer-x-header {
  background-image: url(/wp-content/uploads/ico-upload-white-v2.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 8px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgb(234, 91, 27);
  border-bottom: 3px solid #7b2f0d;
  display: inline-block;
  float: right;
  min-width: 145px;
  padding-left: 40px;
  margin-right: 10px;
  line-height: 21px;
}

#et-mobile-navigation #et-extra-mobile-menu > li:last-child a:hover,
#et-mobile-navigation #et-extra-mobile-menu > li:last-child a:active,
#main-header #bia-navigation-desktop > ul > li:last-child > a:hover,
#main-header #bia-navigation-desktop > ul > li:last-child > a:active,
#bia-topmenu-v6 .bia-block.mobile-transfer-x-v6 > .button-transfer-x-header:hover,
#bia-topmenu-v6 .bia-block.mobile-transfer-x-v6 > .button-transfer-x-header:active {
  background-color: #be6503;
}

/* @Sjoerd */
/*
#bia-navigation-desktop > ul > li > a:hover:before {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 1;
}
#bia-navigation-desktop > ul > li > a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
  transition: 0.3s ease;
}
*/
#bia-navigation-desktop > ul > li > ul {
  left: -20px;
  top: 50px;
}
#bia-navigation-desktop > ul > li.mega-menu > ul ul {
  visibility: hidden;
}
#bia-navigation-desktop > ul > li.mega-menu:hover > ul ul {
  visibility: visible;
}
#bia-navigation-desktop li li {
  padding: 0 30px;
}
#bia-navigation-desktop li li:last-child > a {
  border: 0;
}

/* @Sjoerd */
#main-header.v6 li.el-depth-0 > a {
  font-weight: 900;
  color: #253b82;
}

#bia-navigation-desktop li a:hover {
  background: 0;
}
#bia-navigation-desktop .mega-menu {
  position: static;
  color: rgba(255, 255, 255, 0.6);
}
#bia-navigation-desktop .mega-menu > ul > li > a:first-of-type {
  font-weight: 600;
  color: #ffffff;
}
#bia-navigation-desktop .mega-menu .comment-bubble:before {
  color: rgba(255, 255, 255, 0.6);
}
#bia-navigation-desktop .mega-menu:hover > ul ul {
  visibility: visible;
}
#bia-navigation-desktop .mega-menu > ul {
  top: 100%;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding: 15px 20px;
}
#bia-navigation-desktop .mega-menu > ul > li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  width: 25%;
  padding: 0 20px;
}
#bia-navigation-desktop .mega-menu > ul > li > a {
  color: #ffffff;
  pointer-events: none;
}
#bia-navigation-desktop .mega-menu > ul > li:last-child > a:first-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#bia-navigation-desktop .mega-menu > ul li li {
  padding: 0;
}
#bia-navigation-desktop .mega-menu > ul a:after {
  display: none;
}
#bia-navigation-desktop .mega-menu > ul ul {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
  visibility: hidden;
  opacity: 1;
  transition: 0s;
  transition-delay: 0s;
}
#bia-navigation-desktop .mega-menu-featured > ul > li {
  width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  padding: 20px;
}
#bia-navigation-desktop .mega-menu-featured > ul > li:nth-child(2) .title,
#bia-navigation-desktop .mega-menu-featured > ul > li:nth-child(3) .title {
  visibility: hidden;
}
#bia-navigation-desktop .mega-menu-featured > ul > li:nth-child(2) a.title,
#bia-navigation-desktop .mega-menu-featured > ul > li:nth-child(3) a.title {
  border: 0;
  visibility: visible;
}
#bia-navigation-desktop .mega-menu-featured .title {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}
#bia-navigation-desktop .mega-menu-featured .featured-post a {
  border: 0;
  padding: 0;
}
#bia-navigation-desktop .mega-menu-featured .featured-post h2 {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
#bia-navigation-desktop .mega-menu-featured .featured-post .post-meta {
  font-size: 12px;
  line-height: 1.7em;
  text-transform: none;
}
#bia-navigation-desktop .mega-menu-featured .featured-post .post-meta a {
  display: inline-block;
  width: auto;
  margin: 0;
  color: #ffffff;
  font-size: inherit;
  font-weight: 400;
}
#bia-navigation-desktop .mega-menu-featured .featured-post .post-meta .rating-star:before {
  color: #ffffff;
}
#bia-navigation-desktop .mega-menu-featured .featured-image {
  display: block;
  width: 100%;
  margin: 20px 0;
}
#bia-navigation-desktop .mega-menu-featured .featured-image img {
  display: block;
  width: 100%;
}
#bia-navigation-desktop .mega-menu-featured .recent-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#bia-navigation-desktop .mega-menu-featured .recent-list li:last-child {
  border: 0;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-content > a {
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px;
  border: 0;
  margin: 0 20px 0 0;
  padding: 0;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-content a {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 0;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-thumbnail {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-meta {
  font-size: 12px;
  line-height: 1.7em;
  text-transform: none;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-meta h3 {
  display: block;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-meta h3 a {
  color: inherit;
  text-transform: none;
}
#bia-navigation-desktop .mega-menu-featured .recent-post .post-meta a {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.centered #bia-navigation-desktop {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 auto;
}
.has_headerad #bia-navigation-desktop {
  width: 100%;
}
.left-right #bia-navigation-desktop {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.et-top-search-primary-menu-item .et-top-search {
  background-color: #232323;
  border-color: #253b82;
}
/* ET Menu (ET Navigation Fallback) */
#et-menu li {
  font-size: 16px;
}
#et-menu li > ul {
  background-color: #253b82;
  border-color: #232323;
}
#et-menu li > ul li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
#et-menu li > ul li a:hover {
  color: #ffffff;
}
#et-menu li.mega-menu-featured > ul li .featured-post .post-meta a {
  color: rgba(255, 255, 255, 0.6);
}
#et-menu li.mega-menu-featured > ul li .featured-post .post-meta a:hover {
  color: #ffffff;
}
#et-menu > li.mega-menu-featured > a:hover:after,
#et-menu > li.menu-item-has-children > a:hover:after {
  color: #ffffff;
}
#et-menu .sub-menu li.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.6);
}
#et-menu .sub-menu li.menu-item-has-children > a:hover:after {
  color: #ffffff;
}
/* ET Search */
.et-top-search-primary-menu-item .search-icon {
  cursor: pointer;
}
.et-top-search-primary-menu-item .search-icon:before {
  content: '\e63a';
  font-size: inherit;
  font-weight: 600;
}
.et-top-search-primary-menu-item .et-top-search {
  position: absolute;
  top: 100%;
  right: -15px;
  width: 230px;
  border-top: 3px solid #253b82;
  border-radius: 0 0 3px 3px;
  display: none;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field {
  width: 100%;
  padding: 30px 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field::placeholder {
  color: #ffffff;
  font-weight: 400;
}
.et-top-search-primary-menu-item .et-top-search .et-search-submit {
  position: absolute;
  top: 50%;
  right: 20px;
  background: none;
  padding: 0;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.et-top-search-primary-menu-item .et-top-search .et-search-submit:before {
  content: '\e63a';
  padding: 0;
  font-size: inherit;
  font-weight: 600;
}
/* ET Menu Animation */
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children:hover > ul {
  top: 100%;
}
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children > ul {
  top: 80%;
}
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  top: -10px;
}
.et_primary_nav_dropdown_animation_fadeInTop #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
  top: -20px;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children:hover > ul {
  left: -20px;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children > ul {
  left: 10%;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  left: 100%;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
  left: 110%;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children.mega-menu:hover > ul {
  left: 0;
}
.et_primary_nav_dropdown_animation_fadeInRight #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul {
  left: 0;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children:hover > ul {
  top: 100%;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children > ul {
  top: 110%;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  top: 0;
}
.et_primary_nav_dropdown_animation_fadeInBottom #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
  top: 110%;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children:hover > ul {
  left: -20px;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children > ul {
  left: -40px;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children:hover > ul {
  left: 100%;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children > ul .menu-item-has-children ul {
  left: 90%;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children.mega-menu:hover > ul {
  left: 0;
}
.et_primary_nav_dropdown_animation_fadeInLeft #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul {
  left: 0;
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children:hover > ul,
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children:hover > ul,
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children:hover > ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul,
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul,
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children.mega-menu > ul .menu-item-has-children ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.et_primary_nav_dropdown_animation_scaleInRight #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.et_primary_nav_dropdown_animation_scaleInLeft #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.et_primary_nav_dropdown_animation_scaleInCenter #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children.mega-menu > ul ul,
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children.mega-menu > ul ul {
  background: 0;
  -webkit-transform: none;
          transform: none;
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
          transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children:hover > ul {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
          transform: rotate3d(1, 0, 0, 0deg);
}
.et_primary_nav_dropdown_animation_flipInX #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
          transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children:hover > ul {
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}
.et_primary_nav_dropdown_animation_flipInY #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform: rotate3d(0, 1, 0, 90deg) perspective(800px);
          transform: rotate3d(0, 1, 0, 90deg) perspective(800px);
}
.et_primary_nav_dropdown_animation_slideInX #main-header #et-menu .menu-item-has-children > ul,
.et_primary_nav_dropdown_animation_slideInY #main-header #et-menu .menu-item-has-children > ul {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.et_primary_nav_dropdown_animation_slideInX #main-header #et-menu .menu-item-has-children:hover > ul {
  -webkit-transform: rotateX(0deg) perspective(0);
          transform: rotateX(0deg) perspective(0);
}
.et_primary_nav_dropdown_animation_slideInX #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform: rotateX(180deg) perspective(800);
          transform: rotateX(180deg) perspective(800);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.et_primary_nav_dropdown_animation_slideInY #main-header #et-menu .menu-item-has-children:hover > ul {
  -webkit-transform: rotateY(0deg) perspective(0);
          transform: rotateY(0deg) perspective(0);
}
.et_primary_nav_dropdown_animation_slideInY #main-header #et-menu .menu-item-has-children > ul {
  -webkit-transform: rotateY(180deg) perspective(800);
          transform: rotateY(180deg) perspective(800);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
/* ET Mobile Navigation */
#et-mobile-navigation {
  display: none;
}
#et-mobile-navigation nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #253b82;
}


/* Fixed Header */
/* Fixed Nav */
.et_fixed_nav_hide_logo_image .et-fixed-header .bia-logo {
  opacity: 0;
}
.et-fixed-header #main-header .bia-logo {
  height: 30px;
}
.et-fixed-header .header.left-right #bia-navigation-desktop > ul > li > a {
  padding-bottom: 22px;
}
.et-fixed-header .header.centered #bia-navigation-desktop > ul > li > a {
  padding-bottom: 20px;
}

/* @Sjoerd */
#main-header.v6 #bia-navigation-desktop #et-menu {
  padding-right: 180px;
  margin-left: auto;
  margin-right: auto;
}
.et-fixed-header #main-header.v6 #bia-topmenu-v6 {
  display: none;
}

/* @Sjoerd */
.desktop-phone {
  display: inline-block;
}
.desktop-phone-icon {
  display: inline-block;
  background-image: url('/wp-content/include/icon/ico-phone-small.png');
  background-repeat: no-repeat;
  background-position-y: 6px;
  background-size: 22px;
  width: 22px;
  height: 30px;
}
.desktop-phone-say {
  display: inline-block;
  color: white;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: -7px;
  margin-right: 30px;
}
.url-nl .desktop-phone-icon {
  background-image: url('/wp-content/uploads/ico-phone-small.png');
}

/* @Sjoerd */
.desktop-webportal {
  display: inline-block;
}
.desktop-webportal-icon {
  display: inline-block;
  background-image: url('/wp-content/include/icon/ico-webportal-small.png');
  background-repeat: no-repeat;
  background-position-y: 5px;
  width: 22px;
  height: 27px;
}
.desktop-webportal-say {
  display: inline-block;
  color: white;
  font-weight: 700;
  position: relative;
  top: -5px;
  margin-right: 30px;
}
.desktop-webportal a:hover .desktop-webportal-say {
  color: #ff9601;
}
.url-nl .desktop-webportal-icon {
  background-image: url('/wp-content/uploads/ico-webportal-small.png');
}

/* @Sjoerd */
.et-top-search {
  display: inline-block;
}
#main-header .mobile-phone {
  display: none;
}
#main-header .mobile-social {
  display: none;
}
#main-header .bia-logo #logo-small {
  display: none;
}
.et-fixed-header #main-header .bia-logo #logo-small {
  display: block;
}
.et-fixed-header #main-header .bia-logo #logo-large {
  display: none;
}

/* Comments */
#comment-wrap {
  margin: 0 0 24px;
}
#comment-wrap .page_title {
  margin-bottom: 40px;
  font-weight: 600;
}
/* Comment List */
.commentlist {
  margin: 0 0 60px;
  padding: 0;
}
/* Comment */
.comment {
  margin: 0;
  padding: 0;
}
.comment .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 50px;
}

/* @Sjoerd */
body {
  overflow-x: hidden;
}

.bia-title,
.bia-title.blue {
  color: #253b82;
}
.bia-title.white {
  color: #ffffff;
}

.counter {
  margin-top: 50px;
}

/* Header titles */

.bia-container-header {
  margin-bottom: 20px;
}
h1.bia-header-title {
  margin-top: 20px;
  max-width: 800px;
}
.bia-header-content {
  /* Don't use! */
}
@media (min-width: 992px) {
  .bia-container-header .bia-header-title {
    width: 74%;
  }
  .bia-container-header .bia-header-content {
    width: 74%;
  }
}

.bia-header-content .info-archive-article {
  margin-top: 15px;
}

.bia-footer-title {
  font-family: 'Open Sans', arial, sans-serif;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  margin-top: 0px;
  padding-bottom: 2px;
}
.bia-footer-extra-space {
  padding-top: 20px;
}
.indeed-tracking {
  position: absolute;
}

h2.bia-block-title,
h2.bia-block-title.blue,
h2.bia-block-title.color-blue {
  /*
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  */
  color: #253b82;
  margin-top: 50px;
  line-height: 30px;
  padding-bottom: 2px;
}
h2.bia-block-title.white,
h2.bia-block-title.color-white,
h2.bia-block-title.color-white a,
h2.bia-block-title.color-white a:visited {
  color: #ffffff;
}

h3.bia-block-title.blue {
  color: #253b82;
  /*
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.5px;
  */
}
h3.bia-block-title.white,
h3.bia-block-title.color-white,
h2.bia-block-title.color-white a,
h2.bia-block-title.color-white a:visited {
  color: #ffffff;
}


/* @Sjoerd: page-footer */
#page-footer {
  z-index: 90;
  position: relative;
  background-color: white;
}

#page-footer .bia-footer-1 {
  padding-top: 35px;
  background-image: url(/wp-content/uploads/maze-blue.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page-footer .bia-footer-1 .content-title {
  color: white;
}

#page-footer .bia-footer-3 {
  color: white;
}

#page-footer .bia-footer-3 .title-proud {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}

#page-footer.bia-footer-5,
#page-footer .bia-footer-5 {
  background-color: #dfe1e2;
  padding-top: 35px;
}
#page-footer.bia-footer-6,
#page-footer .bia-footer-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}
#page-footer.bia-footer-6 .wpb_content_element.wpb_raw_html,
#page-footer .bia-footer-6 .wpb_content_element.wpb_raw_html {
  margin-bottom: 0px;
}
#page-footer .bia-footer-quality-logos {
  background-color: white;
}
#page-footer .rating-container {
  font-size: 14px;
}
#page-footer .bia-footer-references {
  background-color: white;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#page-footer .bia-footer-references .ult-carousel-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#page-footer .bia-footer-6 a,
#page-footer .bia-footer-6 a:active,
#page-footer .bia-footer-6 a:visited,
#page-footer .bia-footer-6 a:hover {
  /*color: white;*/
}
#page-footer .bia-title.corperate-social,
#page-footer .bia-title.client-review {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
#page-footer a:hover .bia-title.client-review {
  color: #be6503;
}
#page-footer  .container,
#page-footer2 .container {
  margin-left: auto;
  margin-right: auto;
}
#page-footer .bia-footer-2 .vc_column-inner {
  padding-top: 0;
}
#page-footer .bia-footer-4 .vc_column-inner {
  padding-top: 0px;
}
#page-footer .bia-footer-stars  {
  margin-bottom: 20px;
}
#page-footer .bia-footer-kiyoh-number {
  margin-bottom: 0;
}
#page-footer .bia-footer-kiyoh-number p {
  line-height: 1.1em;
  font-size: 72px;
  font-weight: bold;
}
#page-footer .bia-footer-award,
#page-footer .bia-footer-gptw {
  margin-top: 18px;
  margin-bottom: 20px;
}
#page-footer .vc_row-full-width.vc_clearfix,
#page-footer .bia-footer-border-line {
/*  border-top: 1px solid #7b7b7b;*/
}
#page-footer .footer-items  {
  /*color: #ffffff;*/
}
#page-footer .footer-items li,
#page-footer .footer-items ul {
  list-style: none;
  margin: 0;
  padding:0;
}
#page-footer .footer-items .bia-title.bullet-list {
  font-size: 18px;
}
body:not(.url-gr) #page-footer .footer-items .bia-title.bullet-list {
  text-transform: uppercase;
}
#page-footer .footer-items li.icon  {
  background-repeat: no-repeat;
  padding-left: 27px;
}
#page-footer .footer-items ul.social-icons {
  font-size: 14px;
  margin-top: 8px;
}
#page-footer .footer-items ul.social-icons li.icon  {
  background-position-y: 2px;
  margin-top: 2px;
}
#page-footer .footer-items ul.bullet-list {
  margin-top: 2px;
}
#page-footer .footer-items ul.bullet-list li.icon  {
  background-position-y: 0px;
  margin-top: 10px;
}
#page-footer div.social-icons .social-icon {
  background-position-y: 2px;
  margin-top: 2px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 27px;
}
#page-footer .linkedin  {
  background: url('/wp-content/uploads/linkedin_20x20.png');
}
#page-footer .facebook  {
  background: url('/wp-content/uploads/facebook_20x20.png');
}
#page-footer .twitter  {
  background: url('/wp-content/uploads/twitter_20x20.png');
}
#page-footer .x  {
  background: url('/wp-content/uploads/x_20x20.png');
}
#page-footer .instagram  {
  background: url('/wp-content/uploads/instagram_20x20.png');
}
#page-footer .youtube  {
  background: url('/wp-content/uploads/youtube_20x20.png');
}
#page-footer .vimeo  {
  background: url('/wp-content/uploads/vimeo_20x20.png');
}

#page-footer .bia-aligncenter {
  text-align: center;
}
#page-footer .bia-aligncenter .wpb_wrapper {
  display: inline-block;
  text-align: left;
}

#page-footer .bia-footer-company-info .x-logo {
  margin-top: 30px;
  max-width: 150px;
}
#page-footer .bia-footer-company-info .x-address,
#page-footer .bia-footer-company-info .x-contact {
  margin-top: 20px;
}
#page-footer .bia-footer-company-info .x-business-hours {
  margin-top: 30px;
}

#page-footer .bia-footer-links .x-title {
  margin-top: 30px;
  color: #333;
  font-weight: bold;
}
#page-footer .bia-footer-links .x-list li {
  line-height: 1.3;
  margin-top: 6px;
  margin-right: 10px;
}
#page-footer .bia-footer-links .x-list a {
  font-weight: normal;
}

#page-footer li.x-icon {
  padding-left: 30px;
  height: 28px;
  background-repeat: no-repeat;
  text-align: left;
}

/**/

.icon-phone  {
  background: url('/wp-content/uploads/phone-contact.png');
  padding-left: 30px;
  background-repeat: no-repeat;
  text-align: left;
  height: 22px;
}
.icon-email  {
  background: url('/wp-content/uploads/email-contact.png');
  padding-left: 30px;
  background-repeat: no-repeat;
  text-align: left;
  height: 22px;
}
.icon-fax  {
  background: url('/wp-content/uploads/fax-contact.png');
  padding-left: 30px;
  background-repeat: no-repeat;
  text-align: left;
  height: 22px;
}
.icon-website  {
  background: url('/wp-content/uploads/website-contact.png');
  padding-left: 30px;
  height: 22px;
  background-repeat: no-repeat;
  text-align: left;
}
.icon-maps  {
  background: url('/wp-content/uploads/maps-contact.png');
  padding-left: 30px;
  background-repeat: no-repeat;
  text-align: left;
  height: 22px;
}

/* @Sjoerd: page-footer2 */
#page-footer2 {
  z-index: 90;
  position: relative;
  background-color: white;
}
#page-footer2 .wpb_content_element {
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Comment Body */
.comment-body,
.single article.comment-body,
.page article.comment-body {
  position: relative;
  background: none;
  margin: 0 0 20px;
  border: 0;
  box-shadow: none;
}
.comment-body .comment_area {
  margin: 0;
}
.comment-body .comment_area .comment-content .reply-container {
  float: right;
}
/* Comment Post Info */
.comment_postinfo {
  margin: 0;
}
.comment_postinfo .fn {
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  font-weight: 600;
}
.comment_postinfo .comment_date,
.comment_postinfo .comment-edit-link {
  font-size: 12px;
}
/* Comment Avatar */
.comment_avatar {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
}
.comment_avatar img {
  width: 100%;
}
/* Respond */
#respond {
  /* Subdmit Button */
}
#respond p {
  margin: 0 0 20px;
  line-height: 1;
}
#respond .form-submit {
  float: right;
  margin-bottom: 0;
}
#respond #form-allowed-tags {
  display: none;
}
/* Author, Email, Url Comment Forms */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  padding: 12px 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
/* Author Comment Form */
.comment-form-author {
  padding: 0 10px 0 0;
}
/* Email Comment Form */
.comment-form-email {
  padding: 0 10px;
}
/* Url Comment Form */
.comment-form-url {
  padding: 0 0 0 10px;
}
/* Comment Comment Form */
.comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
#respond:before,
#respond:after {
  content: '';
  display: table;
  clear: both;
}
/* Pagination */
.paginated .loader,
.archive-pagination .loader {
  display: none;
  margin: 7px auto;
  height: 16px;
  width: 16px;
}
.paginated .pagination,
.archive-pagination .pagination,
.paginated > .page-numbers,
.archive-pagination > .page-numbers {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  text-align: right;
}
.paginated .pagination li,
.archive-pagination .pagination li,
.paginated > .page-numbers li,
.archive-pagination > .page-numbers li {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  border-radius: 3px;
  margin: 0 0 0 10px;
  color: rgba(0, 0, 0, 0.6);
}
.paginated .pagination li.active,
.archive-pagination .pagination li.active,
.paginated > .page-numbers li.active,
.archive-pagination > .page-numbers li.active {
  background: #253b82;
}
.paginated .pagination li.active a,
.archive-pagination .pagination li.active a,
.paginated > .page-numbers li.active a,
.archive-pagination > .page-numbers li.active a {
  color: #ffffff;
}
.paginated .pagination li.next,
.archive-pagination .pagination li.next,
.paginated > .page-numbers li.next,
.archive-pagination > .page-numbers li.next {
  margin-right: 0;
}
.paginated .pagination li.ellipsis,
.archive-pagination .pagination li.ellipsis,
.paginated > .page-numbers li.ellipsis,
.archive-pagination > .page-numbers li.ellipsis {
  display: none;
}
.paginated .pagination li.ellipsis a,
.archive-pagination .pagination li.ellipsis a,
.paginated > .page-numbers li.ellipsis a,
.archive-pagination > .page-numbers li.ellipsis a {
  cursor: default;
}
.paginated .pagination li > .page-numbers.current,
.archive-pagination .pagination li > .page-numbers.current,
.paginated > .page-numbers li > .page-numbers.current,
.archive-pagination > .page-numbers li > .page-numbers.current,
.paginated .pagination li > .page-numbers.dots,
.archive-pagination .pagination li > .page-numbers.dots,
.paginated > .page-numbers li > .page-numbers.dots,
.archive-pagination > .page-numbers li > .page-numbers.dots {
  display: block;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.paginated .pagination li > .page-numbers.current,
.archive-pagination .pagination li > .page-numbers.current,
.paginated > .page-numbers li > .page-numbers.current,
.archive-pagination > .page-numbers li > .page-numbers.current {
  background: #253b82;
  color: #ffffff;
  border-radius: 3px;
}
.paginated .pagination li .pagination-page,
.archive-pagination .pagination li .pagination-page,
.paginated > .page-numbers li .pagination-page,
.archive-pagination > .page-numbers li .pagination-page {
  font-weight: 600;
}
.paginated .pagination li a,
.archive-pagination .pagination li a,
.paginated > .page-numbers li a,
.archive-pagination > .page-numbers li a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.paginated .pagination li a.prev::before,
.archive-pagination .pagination li a.prev::before,
.paginated > .page-numbers li a.prev::before,
.archive-pagination > .page-numbers li a.prev::before {
  content: '\e62e';
  color: rgba(0, 0, 0, 0.6);
}
.paginated .pagination li a.next::before,
.archive-pagination .pagination li a.next::before,
.paginated > .page-numbers li a.next::before,
.archive-pagination > .page-numbers li a.next::before {
  content: '\e62f';
  color: rgba(0, 0, 0, 0.6);
}
.paginated .pagination li .loader,
.archive-pagination .pagination li .loader,
.paginated > .page-numbers li .loader,
.archive-pagination > .page-numbers li .loader {
  display: block;
}
/* Archive */
.archive h1 {
  line-height: 24px;
  margin: 0 0 7px;
}
.archive .paginated_page {
  max-width: 100%;
}
/* Footer */
#footer {
  background: #232323;
  margin: 16px 0 0;
}
.et_pb_pagebuilder_layout.et_pb_pagebuilder_fullwidth #footer {
  margin: 0;
}
#footer p {
  font-size: 16px;
}
#footer .widget {
  color: rgba(255, 255, 255, 0.6);
}
/* Footer Bottom */
#footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 0;
}
/* Footer Info */
#footer-info {
  display: inline-block;
  padding: 6px 0;
  /*font-size: 15px;*/
  line-height: 14px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}
#footer-info a {
  font-weight: 700;
  color: #ffffff;
  /*font-size: 15px;*/
}
/* Footer Nav */
#footer-nav {
  line-height: 1;
  float: right;
}
#footer-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer-nav ul.et-extra-social-icons {
  margin: 0 0 0 16px;
}
#footer-nav ul.et-extra-social-icons .et-extra-icon {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
#footer-nav ul li a {
  color: rgba(255, 255, 255, 0.6);
}
#footer-nav ul li a:active {
  color: #ffffff;
}
#footer-nav li {
  display: inline-block;
  margin: 0 11px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 14px;
  vertical-align: middle;
}
#footer-nav li:last-child {
  margin: 0;
}
#footer-nav a {
  transition: .3s ease;
}
#footer-nav a:hover {
  color: #ffffff;
}
/* Main Footer */
#main-footer h4,
#main-footer .widget-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#main-footer .widget p {
  color: rgba(255, 255, 255, 0.6);
}
#main-footer .widget a {
  color: #ffffff;
}
#main-footer .widget a:visited {
  color: #ffffff;
}
#main-footer .widget ul li a {
  color: #ffffff;
}
#main-footer .widget .widget-list a {
  color: #ffffff;
}
#main-footer .widget #recentcomments li a {
  color: #ffffff;
}
#main-footer .widget.woocommerce .product_list_widget li a {
  color: #ffffff;
}

/* Slider (Find correct location for this later) */
.et-slider,
.featured-posts-slider-module {
  position: relative;
  background: 0;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.et-slider .carousel-items,
.featured-posts-slider-module .carousel-items {
  position: relative;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.et-slider .carousel-item,
.featured-posts-slider-module .carousel-item {
  position: absolute;
  display: block !important;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  padding: 0;
  opacity: 0;
}
.et-slider .carousel-item.et-pb-moved-slide,
.et-slider .carousel-item.et-pb-active-slide,
.featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.et_pb_column_3_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-duration: 0.675s;
          animation-duration: 0.675s;
}
.et_pb_column_2_3 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_2_3 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.et_pb_column_1_2 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_2 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.et_pb_column_1_3 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_3 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
}
.et_pb_column_1_4 .et-slider .carousel-item.et-pb-moved-slide,
.et_pb_column_1_4 .et-slider .carousel-item.et-pb-active-slide,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-duration: 0.575s;
          animation-duration: 0.575s;
}
.et-slider .carousel-item.et-pb-moved-slide,
.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
  display: block !important;
  opacity: 1 !important;
  z-index: 0 !important;
  top: 0;
  left: 0;
}
.et_slide_transition_to_previous.et-slider .carousel-item.et-pb-moved-slide,
.et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
.rtl .et_slide_transition_to_previous.et-slider .carousel-item.et-pb-moved-slide,
.rtl .et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.et_slide_transition_to_next.et-slider .carousel-item.et-pb-moved-slide,
.et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.rtl .et_slide_transition_to_next.et-slider .carousel-item.et-pb-moved-slide,
.rtl .et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
.et-slider .carousel-item.et-pb-active-slide,
.featured-posts-slider-module .carousel-item.et-pb-active-slide {
  position: relative;
  display: block;
  opacity: 1 !important;
}
.et_slide_transition_to_previous.et-slider .carousel-item.et-pb-active-slide,
.et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
.rtl .et_slide_transition_to_previous.et-slider .carousel-item.et-pb-active-slide,
.rtl .et_slide_transition_to_previous.featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.et_slide_transition_to_next.et-slider .carousel-item.et-pb-active-slide,
.et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.rtl .et_slide_transition_to_next.et-slider .carousel-item.et-pb-active-slide,
.rtl .et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-active-slide {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
.et-slider .et-pb-slider-arrows a,
.featured-posts-slider-module .et-pb-slider-arrows a {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  font-family: 'ETModules';
  text-align: center;
  transition: .3s ease;
  margin-top: -20px;
}
.et-slider .et-pb-slider-arrows a:before,
.featured-posts-slider-module .et-pb-slider-arrows a:before {
  color: #444651;
  font-size: 40px;
  line-height: 40px;
}
.et-slider .et-pb-slider-arrows a:hover,
.featured-posts-slider-module .et-pb-slider-arrows a:hover {
  opacity: .9;
}
.et-slider .et-pb-arrow-prev,
.featured-posts-slider-module .et-pb-arrow-prev {
  left: 40px;
}
.rtl .et-slider .et-pb-arrow-prev,
.rtl .featured-posts-slider-module .et-pb-arrow-prev {
  left: auto;
  right: 40px;
}
.rtl .et-slider .et-pb-arrow-prev:before,
.rtl .featured-posts-slider-module .et-pb-arrow-prev:before {
  content: "\35";
}
.et-slider .et-pb-arrow-next,
.featured-posts-slider-module .et-pb-arrow-next {
  right: 40px;
}
.rtl .et-slider .et-pb-arrow-next,
.rtl .featured-posts-slider-module .et-pb-arrow-next {
  right: auto;
  left: 40px;
}
.rtl .et-slider .et-pb-arrow-next:before,
.rtl .featured-posts-slider-module .et-pb-arrow-next:before {
  content: "\34";
}
.et-slider:hover .et-pb-slider-arrows a,
.featured-posts-slider-module:hover .et-pb-slider-arrows a {
  opacity: .7;
}
.et-slider:hover .et-pb-slider-arrows a:hover,
.featured-posts-slider-module:hover .et-pb-slider-arrows a:hover {
  opacity: .9;
}
.et-slider:hover .et-pb-arrow-prev,
.featured-posts-slider-module:hover .et-pb-arrow-prev {
  left: 20px;
}
.rtl .et-slider:hover .et-pb-arrow-prev,
.rtl .featured-posts-slider-module:hover .et-pb-arrow-prev {
  left: auto;
  right: 20px;
}
.et-slider:hover .et-pb-arrow-next,
.featured-posts-slider-module:hover .et-pb-arrow-next {
  right: 20px;
}
.rtl .et-slider:hover .et-pb-arrow-next,
.rtl .featured-posts-slider-module:hover .et-pb-arrow-next {
  right: auto;
  left: 20px;
}
/* Modules */
/* Module Wrapper */
.module-wrapper {
  overflow: hidden;
}
.et_pb_module {
  border-color: #253b82;
}
/* Module */
.et_pb_extra_module,
.et_extra_other_module,
.project-details,
.posts-blog-feed-module.masonry .hentry,
.woocommerce ul.products li.product .product-wrapper,
.woocommerce-page ul.products li.product .product-wrapper,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce div.product .extra-woocommerce-details-accordion,
.woocommerce-page div.product .extra-woocommerce-details-accordion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  background: #ffffff;
  border-top: 6px solid #253b82;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 0 24px;
  overflow: hidden;
}
.et_pb_extra_module.et_pb_no_drop_shadow,
.et_extra_other_module.et_pb_no_drop_shadow {
  box-shadow: none;
}
.et_pb_extra_module:last-child,
.et_extra_other_module:last-child {
  -webkit-flex-grow: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module,
.et_pb_extra_column_4_4 .et_pb_extra_module,
.et_pb_extra_column_4_4 .et_extra_other_module,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module,
.et_pb_extra_column_2_3 .et_pb_extra_module,
.et_pb_extra_column_2_3 .et_extra_other_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module,
.et_pb_extra_column_3_4 .et_pb_extra_module,
.et_pb_extra_column_3_4 .et_extra_other_module {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: initial;
      -ms-flex-wrap: initial;
          flex-wrap: initial;
}
.et_pb_extra_module .nopost,
.et_extra_other_module .nopost {
  padding: 20px;
}
.et_pb_extra_module .nopost h5,
.et_extra_other_module .nopost h5 {
  padding: 0;
}
.et_pb_extra_module .post-meta,
.et_extra_other_module .post-meta {
  margin: 0 0 5px;
  padding: 0 0 0 60px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.et_pb_extra_module .post-meta a,
.et_extra_other_module .post-meta a {
  color: inherit;
  text-decoration: none;
}
.et_pb_extra_module .post-meta .comment-bubble:before,
.et_extra_other_module .post-meta .comment-bubble:before {
  color: inherit;
}
.et_pb_extra_module .post-meta .rating-stars .rating-star:before,
.et_extra_other_module .post-meta .rating-stars .rating-star:before {
  color: inherit;
}
.et_pb_extra_module .main-post,
.et_extra_other_module .main-post {
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .main-post,
.et_pb_extra_column_4_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_4_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .main-post,
.et_pb_extra_column_2_3 .et_pb_extra_module .main-post,
.et_pb_extra_column_2_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .main-post,
.et_pb_extra_column_3_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_3_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_extra_other_module .main-post {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_extra_other_module .main-post {
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_pb_extra_column_1_2 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_pb_extra_column_1_3 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_3 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_4 .et_extra_other_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_pb_extra_module .main-post,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_extra_other_module .main-post,
.et_pb_extra_column_1_4 .et_pb_extra_module .main-post,
.et_pb_extra_column_1_4 .et_extra_other_module .main-post {
  padding: 0;
}
.et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_column_1_2 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_3 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_2_3 et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_3_4 .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_3 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_column_1_3 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_4 .et_extra_other_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
.et_extra_layout .et_pb_column_1_2 .et_pb_column_1_2 .et_extra_other_module .main-post .post-content,
.et_pb_extra_column_1_4 .et_pb_extra_module .main-post .post-content,
.et_pb_extra_column_1_4 .et_extra_other_module .main-post .post-content {
  padding: 0 20px;
}
.et_pb_extra_module .main-post article .header,
.et_extra_other_module .main-post article .header {
  position: relative;
  margin: -1px 0 20px;
  /* Remove max width for Google map images */
}
.et_pb_extra_module .main-post article .header img,
.et_extra_other_module .main-post article .header img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.et_pb_extra_module .main-post article .header .map-format img,
.et_extra_other_module .main-post article .header .map-format img {
  max-width: none;
}
.et_pb_extra_module .main-post article .post-content h2,
.et_extra_other_module .main-post article .post-content h2 {
  padding: 0;
  color: #253b82;
  font-size: 16px;
  font-weight: 700;
}
.et_pb_extra_module .main-post article .post-content .post-meta,
.et_extra_other_module .main-post article .post-content .post-meta {
  padding: 0;
}
.et_pb_extra_module .main-post article .post-content .excerpt,
.et_extra_other_module .main-post article .post-content .excerpt {
  margin: 0 0 15px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8em;
}
.et_pb_extra_module .posts-list,
.et_extra_other_module .posts-list {
  width: 100%;
  padding: 0;
  list-style: none;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .posts-list,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .posts-list,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .posts-list,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_3 .et_extra_other_module .posts-list {
  width: 50%;
}
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_extra_other_module .posts-list,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .posts-list,
.et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_extra_other_module .posts-list {
  width: 100%;
}
.et_pb_extra_module .posts-list li,
.et_extra_other_module .posts-list li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
.et_pb_extra_module .posts-list li:first-child,
.et_extra_other_module .posts-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.et_pb_extra_module .posts-list li:only-child,
.et_extra_other_module .posts-list li:only-child,
.et_pb_extra_module .posts-list li:last-child,
.et_extra_other_module .posts-list li:last-child {
  border-bottom: 0;
}
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .posts-list li:only-child,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .posts-list li:only-child,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .posts-list li:only-child,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list li:only-child,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list li:only-child,
.et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_4_4 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_column_4_4 .et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_column_4_4 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_2_3 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_column_2_3 .et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_column_2_3 .et_extra_other_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .posts-list li:first-child,
.et_extra_layout .et_pb_column_3_4 .et_extra_other_module .posts-list li:first-child,
.et_pb_extra_column_3_4 .et_pb_extra_module .posts-list li:first-child,
.et_pb_extra_column_3_4 .et_extra_other_module .posts-list li:first-child {
  border-top: 0;
}
.et_pb_extra_module .posts-list article .post-thumbnail,
.et_extra_other_module .posts-list article .post-thumbnail {
  display: block;
  background: #253b82;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  float: left;
  overflow: hidden;
  vertical-align: top;
}
.et_pb_extra_module .posts-list article .post-thumbnail img,
.et_extra_other_module .posts-list article .post-thumbnail img {
  display: block;
  width: 100%;
}
.et_pb_extra_module .posts-list article .post-content,
.et_extra_other_module .posts-list article .post-content {
  width: auto;
  padding: 6px 0 5px;
  vertical-align: top;
}
.et_pb_extra_module .posts-list article .post-meta,
.et_extra_other_module .posts-list article .post-meta {
  margin-bottom: 0;
}
.et_pb_extra_module .posts-list article h3,
.et_extra_other_module .posts-list article h3 {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
/* Module Head */
.module-head,
.tabbed-post-module .tabs {
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  box-sizing: border-box;
  line-height: 1;
}
.et_extra_layout .et_pb_column_4_4 .module-head,
.et_pb_extra_column_4_4 .module-head,
.et_extra_layout .et_pb_column_2_3 .module-head,
.et_pb_extra_column_2_3 .module-head,
.et_extra_layout .et_pb_column_3_4 .module-head,
.et_pb_extra_column_3_4 .module-head {
  width: 100%;
}
.et_extra_layout .et_pb_column .module-head h1,
.et_pb_extra_column .module-head h1 {
  display: inline-block;
  padding: 0;
  color: #253b82;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
}
.module-head .module-filter {
  display: inline-block;
  color: #444651;
  font-weight: 300;
}
.post-module,
.contact-box,
.sitemap-box {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.audio-format {
  position: relative;
  /* mejs */
}
.audio-format:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.audio-format .mejs-container {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  height: auto !important;
  padding: 15px 0;
}
.audio-format .mejs-container * {
  outline: none;
}
.audio-format .mejs-container .mejs-controls {
  position: static;
  background: transparent;
  height: auto;
  text-align: right;
}
.audio-format .mejs-container .mejs-controls div {
  display: inline-block;
  height: auto;
  width: auto;
  float: none;
  vertical-align: middle;
}
.audio-format .mejs-container .mejs-controls .mejs-button button {
  position: relative;
  display: block;
  background: 0;
  margin: 0;
  width: auto;
  height: 14px;
}
.audio-format .mejs-container .mejs-controls .mejs-button button:before,
.audio-format .mejs-container .mejs-controls .mejs-button button:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px !important;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause {
  margin: 5px 0 0 20px;
  float: left;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:before,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:before {
  content: '\e629';
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:after,
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:after {
  content: '\e627';
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-play button:after {
  opacity: 0.5;
}
.audio-format .mejs-container .mejs-controls .mejs-button.mejs-pause button:before {
  opacity: 0.5;
}
.audio-format .mejs-container .mejs-controls .mejs-currenttime-container,
.audio-format .mejs-container .mejs-controls .mejs-duration-container {
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}
.audio-format .mejs-container .mejs-controls .mejs-currenttime-container {
  font-weight: 600;
}
.audio-format .mejs-container .mejs-controls .mejs-currenttime-container:after {
  content: '|';
  margin: 0 3px;
  font-weight: 400;
}
.audio-format .mejs-container .mejs-controls .mejs-duration-container {
  margin: 0 10px 0 0;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 20px 0 0;
  float: none;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-total {
  top: 0;
  width: 50px;
  height: 4px;
  border-radius: 3px;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-current {
  top: 0;
  height: 4px;
  border-radius: 3px;
}
.audio-format .mejs-container .mejs-controls .mejs-horizontal-volume-handle {
  top: 0;
  height: 4px;
}
.audio-format .mejs-container .mejs-controls .mejs-volume-button {
  width: 14px;
  height: 14px;
}
.audio-format .mejs-container .mejs-controls .mejs-volume-button button:before {
  content: '\e62b';
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail {
  position: absolute;
  top: -4px;
  left: 0;
  background: 0;
  width: 100% !important;
  height: 4px;
  padding: 0;
  float: none;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: 0;
  width: 100% !important;
  height: 4px;
  margin: 0;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ffffff;
  height: 4px;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: 0;
  height: 4px;
}
.audio-format .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
  z-index: 1;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.audio-wrapper {
  background-size: cover;
}
.audio-titles {
  position: relative;
  z-index: 1;
  padding: 11.5%;
  text-align: center;
}
.audio-titles .title {
  margin: 0 0 10px;
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.audio-titles .sub_title {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.link-format {
  background: #253b82;
  padding: 30px 20px;
}
.link-format a {
  color: #ffffff;
}
.link-format .title {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
}
.link-format .attribution {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
}
.link-format .attribution:before {
  content: '\e63f';
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 30px;
  vertical-align: middle;
}
.link-format .score-bar {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.single-post-module .link-format {
  padding: 60px;
  text-align: center;
}
.single-post-module .link-format .title {
  display: none;
}
.single-post-module .link-format .attribution {
  font-size: 18px;
  font-weight: 600;
}
.map-format .post-format-map {
  max-height: 700px;
  height: 50vw;
}
.with_sidebar .map-format .post-format-map {
  max-height: 500px;
}
.post-module .map-format .post-format-map {
  max-height: 240px;
}
.et_pb_column_1_3 .post-module .map-format .post-format-map {
  max-height: 160px;
}
.post-module .with_sidebar .map-format .post-format-map {
  max-height: 240px;
}
.et_pb_column_1_3 .post-module .with_sidebar .map-format .post-format-map {
  max-height: 120px;
}
.quote-format {
  background: #253b82;
  padding: 30px 20px;
  color: #ffffff;
}
.quote-format .title {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
}
.quote-format .title a {
  color: inherit;
}
.quote-format .attribution {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
}
.quote-format .attribution:before {
  content: '\e640';
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 30px;
  vertical-align: middle;
}
.quote-format .score-bar {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.single-post-module .quote-format {
  padding: 60px;
}
article .header .video-format {
  position: relative;
}
article .header .video-format iframe,
article .header .video-format video {
  border-radius: 3px 3px 0 0;
}
article .header .video-format iframe {
  display: none;
}
article .header .video-format .fluid-width-video-wrapper iframe {
  display: block;
}
article .header .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
article .header .video-overlay-hover {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
article .header .video-overlay-hover:hover {
  background: rgba(0, 0, 0, 0.6);
}
article .header .video-play-button {
  display: block;
  position: absolute !important;
  z-index: 100;
  color: #fff;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  margin-left: -2rem;
  margin-top: -2rem;
}
article .header .video-play-button:before {
  font-family: 'ETmodules';
  content: "\49";
}
.et_pb_column_1_3 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button {
  font-size: 2rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
.single article,
.page article {
  margin: 0 0 40px;
  padding: 0;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.single .post-wrap .post-content,
.page .post-wrap .post-content {
  margin: 30px 0 40px;
}
.et_pb_pagebuilder_layout.single .post-wrap .post-content {
  margin: 0;
  padding-top: 0 !important;
}
.single .et_post_format-et-post-format-standard.et-doesnt-have-title_meta.et-doesnt-have-featured_image .post-content {
  padding-top: 30px;
}
.single .et_post_format-et-post-format-video.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-audio.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-quote.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-gallery.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-link.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content,
.single .et_post_format-et-post-format-map.et-doesnt-have-title_meta.et-doesnt-have-format-content .post-content {
  padding-top: 30px;
}
.single .et-doesnt-have-title_meta.et-doesnt-have-featured_image.et-doesnt-have-project-gallery .post-content {
  padding-top: 30px;
}
.single-post-module {
  border: 0;
}
/* Post Header */
.post-header {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  text-align: center;
}
.post-header h1,
.page .post-wrap h1 {
  font-weight: 600;
}
.post-header .post-meta {
  margin: 0;
  padding: 0;
}
.post-header .post-meta a {
  color: rgba(0, 0, 0, 0.75);
}
/* Post Thumbnail */
.post-thumbnail {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  display: block;
}
.single.et_pb_pagebuilder_layout .post-thumbnail {
  margin: 0;
}
.post-thumbnail img {
  display: block;
  width: 100%;
}
/* Post Wrap */
.post-wrap,
.page .post-wrap {
  padding: 0 60px 60px;
}
.et_pb_pagebuilder_layout .post-wrap {
  padding: 0;
}
.post-wrap.post-wrap-review {
  padding: 0 60px 60px !important;
}
/* Score Bar */
.score-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #253b82;
  height: 24px;
  border-radius: 0 3px 0 0;
  color: #ffffff;
  line-height: 24px;
  text-align: right;
  font-weight: 700;
  padding-right: 6px;
  z-index: 100;
}
.score-bar .score-text {
  margin: 0 4px;
}
/* Post Footer */
.post-footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 60px 0;
  box-sizing: border-box;
  text-align: center;
}
.post-footer .social-icons,
.post-footer .rating-stars {
  display: inline-block;
  margin: 0 15px 10px;
}
.post-footer .social-icons .share-title,
.post-footer .rating-stars #rate-title {
  display: inline-block;
  margin: 0 10px 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  vertical-align: middle;
}
.post-footer .social-icons a {
  display: inline-block;
}
.post-footer .social-icons .et-extra-icon,
.post-footer .rating-stars .rating-star {
  background: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  margin: 5px 5px 5px;
  border-radius: 3px;
  line-height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
}
.post-footer .rating-stars {
  margin: 0 0 15px;
}
.post-footer .rating-stars #rating-stars,
.post-footer .rating-stars #rated-stars {
  display: inline-block;
}
.post-footer .rating-stars .rating-star {
  border-radius: 100%;
  padding: 7px;
  margin: 5px 3px;
}
/* Post Nav */
.post-nav {
  margin: 0 0 24px;
  width: 100%;
}
.post-nav .nav-links {
  line-height: 1;
}
.post-nav .nav-links .button,
.post-nav .nav-links .read-more-button {
  position: relative;
}
.post-nav .nav-links .button:before,
.post-nav .nav-links .read-more-button:before,
.post-nav .nav-links .post-nav .nav-links .button:before {
  color: rgba(0, 0, 0, 0.5);
}
.post-nav .nav-links .title {
  padding: 15px 0 0;
  line-height: 130%;
  text-align: right;
}
.post-nav .nav-links .nav-link-prev .title {
  text-align: left;
}
.post-nav .nav-links .nav-link {
  width: 45%;
}
.post-nav .nav-links .nav-link-prev,
.post-nav .nav-links .nav-link-prev .button,
.post-nav .nav-links .nav-link-prev .title,
.post-nav .nav-links .nav-link-prev .read-more-button,
.post-nav .nav-links .nav-link-prev .post-nav .nav-links .button {
  float: left;
  clear: left;
}
.post-nav .nav-links .nav-link-prev .button:before,
.post-nav .nav-links .nav-link-prev .read-more-button:before,
.post-nav .nav-links .nav-link-prev .post-nav .nav-links .button:before {
  content: '\e62e';
  margin: 1px 6px 0 0;
}
.post-nav .nav-links .nav-link-next,
.post-nav .nav-links .nav-link-next .button,
.post-nav .nav-links .nav-link-next .title,
.post-nav .nav-links .nav-link-next .read-more-button,
.post-nav .nav-links .nav-link-next .post-nav .nav-links .button {
  float: right;
  clear: right;
}
.post-nav .nav-links .nav-link-next .button:before,
.post-nav .nav-links .nav-link-next .read-more-button:before,
.post-nav .nav-links .nav-link-next .post-nav .nav-links .button:before {
  content: '\e62f';
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 1px 0 0 6px;
}
/* Review Module */
.review {
  background: #f2f2f2;
  border-radius: 3px;
  margin: 60px 0 0;
  overflow: hidden;
}
/* Review Title */
.review-title {
  background: #dfdfdf;
}
.review-title h3 {
  margin: 0 0 0 20px;
  padding: 15px 0;
  font-size: 16px;
  line-height: 16px;
}
/* Review Summary */
.review-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Review Summary Score Box */
.review-summary-score-box {
  background: #253b82;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
}
.review-summary-score-box h4 {
  padding: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}
/* Review Summary Content */
.review-summary-content {
  width: 100%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.review-summary-content strong {
  font-weight: 600;
}
.review-summary-content strong:after {
  content: ':';
}
/* Review Breakdowns */
.review-breakdowns {
  position: relative;
  padding: 20px;
}
.review-breakdowns .review-breakdown {
  margin: 0 0 20px;
}
.review-breakdowns .review-breakdown:only-child,
.review-breakdowns .review-breakdown:last-child {
  margin: 0;
}
.review-breakdowns h5 {
  font-size: 16px;
}
.review-breakdowns .score-bar-bg {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.review-breakdowns .score-bar {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  font-weight: 600;
}
/* Author Box Module */
.author-box,
.related-posts {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 0;
}
.author-box .author-box-avatar {
  margin-bottom: 0;
}
/* Author Box Header */
.author-box-header,
.related-posts-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.author-box-header h3,
.related-posts-header h3 {
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 16px;
}
/* Author Box Content */
.author-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding: 20px;
}
/* Author Box Avatar */
.author-box-avatar {
  -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
  height: 150px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  margin: 0 0 20px;
  overflow: hidden;
}
.author-box-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
/* Author Box Description */
.author-box-description {
  margin-left: 20px;
}
.author-box-description h4 {
  padding: 0 0 5px;
}
.author-box-description h4 a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.author-box-description .social-icons {
  list-style: none;
  margin: 10px 0 5px 0;
  padding: 0;
}
.author-box-description .social-icons li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}
.author-box-description .social-icons li a {
  color: rgba(0, 0, 0, 0.5);
}
.author-box-description .social-icons li a:hover .et-extra-icon:before {
  color: rgba(0, 0, 0, 0.75);
}
.author-box-description .social-icons .et-extra-icon {
  background: none;
  width: 16px;
  height: 16px;
}
.author-box-description .social-icons .et-extra-icon:before {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 16px;
}
.author-box-description .social-icons .et-extra-icon:hover {
  background: none;
}
/* Related Post Module */
.related-posts {
  margin: 0 0 60px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.related-posts:last-child {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* Related Posts Title */
/* Related Post Content */
.related-posts-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
}
/* Related Post */
.related-post {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.related-post:last-child {
  margin: 0;
}
.related-post .post-thumbnail {
  margin: 0;
}
.related-post .featured-image {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 0 20px 0;
  line-height: 0;
}
.related-post .featured-image img {
  width: 100%;
}
.related-post .title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.related-post .title a {
  color: rgba(0, 0, 0, 0.75);
}
.related-post .date {
  font-size: 12px;
  line-height: 1;
}
.single-project .post-meta {
  margin: 0;
}
.single-project .post-nav {
  margin: 0 0 24px;
}
.single-project .post-nav .nav-links {
  text-align: center;
}
.single-project .post-nav .nav-links .nav-link {
  display: inline-block;
  margin: 0 3px;
  float: none;
}
.single-project .post-nav .nav-links .nav-link .button,
.single-project .post-nav .nav-links .nav-link .read-more-button,
.single-project .post-nav .nav-links .nav-link .post-nav .nav-links .button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
.single-project .post-nav .nav-links .nav-link .button:before,
.single-project .post-nav .nav-links .nav-link .read-more-button:before,
.single-project .post-nav .nav-links .nav-link .post-nav .nav-links .button:before {
  position: relative;
  width: 100%;
  color: rgba(0, 0, 0, 0.75);
}
.single-project .post-nav .nav-links .nav-link-prev .button:before,
.single-project .post-nav .nav-links .nav-link-prev .read-more-button:before,
.single-project .post-nav .nav-links .nav-link-prev .post-nav .nav-links .button:before {
  content: '\e62e';
}
.single-project .post-nav .nav-links .nav-link-next .button:before,
.single-project .post-nav .nav-links .nav-link-next .read-more-button:before,
.single-project .post-nav .nav-links .nav-link-next .post-nav .nav-links .button:before {
  content: '\e62f';
}
/* Single Project Module */
.single-project-module {
  border: 0;
}
.single-project-module .post-thumbnail,
.single-project-module .post-gallery {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-project-module .post-thumbnail .carousel-items,
.single-project-module .post-gallery .carousel-items {
  width: 100%;
  height: auto;
}
.with_sidebar.single-project-module .post-thumbnail .carousel-items,
.with_sidebar.single-project-module .post-gallery .carousel-items {
  width: 100%;
  height: auto;
}
.single-project-module .post-thumbnail .gallery_image,
.single-project-module .post-gallery .gallery_image {
  width: 100%;
  height: auto;
}
.single-project-module .post-thumbnail .gallery_image img,
.single-project-module .post-gallery .gallery_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.single-project-module .post-thumbnail .gallery_image .et_pb_extra_overlay,
.single-project-module .post-gallery .gallery_image .et_pb_extra_overlay {
  height: 100%;
}
.with_sidebar.single-project-module .post-thumbnail .gallery_image,
.with_sidebar.single-project-module .post-gallery .gallery_image {
  width: 100%;
  height: auto;
}
.with_sidebar.single-project-module .post-thumbnail .gallery_image img,
.with_sidebar.single-project-module .post-gallery .gallery_image img {
  width: 100%;
  height: auto;
}
.with_sidebar.single-project-module .post-thumbnail .gallery_image .et_pb_extra_overlay,
.with_sidebar.single-project-module .post-gallery .gallery_image .et_pb_extra_overlay {
  height: 100%;
}
/* Projects Details */
.project-details {
  border: 0;
}
.project-details > div:last-child {
  border-bottom: 0;
}
.et_pb_extra_column_sidebar .project-details .project-description,
.et_pb_extra_column_sidebar .project-details .project-categories,
.et_pb_extra_column_sidebar .project-details .project-tags,
.et_pb_extra_column_sidebar .project-details .project-url {
  padding: 30px 40px;
}
.et_pb_extra_column_sidebar .project-details .project-description {
  padding: 40px;
}
.project-details .project-description,
.project-details .project-categories,
.project-details .project-tags,
.project-details .project-url {
  width: 100%;
  padding: 30px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project-details .project-categories ul,
.project-details .project-tags ul,
.project-details .project-url ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-details .project-categories ul li,
.project-details .project-tags ul li,
.project-details .project-url ul li {
  position: relative;
  margin: 0 0 15px;
  font-size: 16px;
}
.project-details .project-categories ul li:before,
.project-details .project-tags ul li:before,
.project-details .project-url ul li:before {
  margin: 0 10px 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  vertical-align: middle;
}
.project-details .project-categories ul li:last-child,
.project-details .project-tags ul li:last-child,
.project-details .project-url ul li:last-child {
  margin: 0;
}
.project-details .project-categories ul li a,
.project-details .project-tags ul li a,
.project-details .project-url ul li a {
  transition: .3s ease;
  vertical-align: middle;
}
.project-details .project-categories ul li a:hover,
.project-details .project-tags ul li a:hover,
.project-details .project-url ul li a:hover {
  color: #253b82;
}
.project-details .project-categories li:before {
  content: '\e632';
}
.project-details .project-tags li {
  position: relative;
  margin: 5px 0 0 20px;
}
.project-details .project-tags li:before {
  content: '\e634';
  font-size: 10px;
  top: 2px;
  left: 0;
  margin: 0 0 0 -20px;
}
.project-details .project-url li:before {
  content: '\e633';
}
.project-details .project-description {
  padding: 40px 60px;
  font-size: 16px;
  line-height: 1.7em;
}
.project-details .project-title {
  font-size: 16px;
  font-weight: 700;
}
.module-etads {
  background: 0;
  box-shadow: none;
}
.module-etads .etad {
  display: inline-block;
}
.module-etads .etad.new_line {
  display: block;
}
.module-etads img {
  display: inline-block;
}
.featured-posts-slider-module {
  border-top: none;
  border-radius: 3px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.featured-posts-slider-module:last-child {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.featured-posts-slider-module .carousel-item {
  position: relative;
  border-radius: 3px;
}
.featured-posts-slider-module .carousel-item.et_pb_slide {
  position: absolute;
  height: 635px;
}
.featured-posts-slider-module .carousel-item.et_pb_slide.et-pb-active-slide {
  position: relative;
}
.featured-posts-slider-module .carousel-item.nopost {
  height: auto !important;
}
.featured-posts-slider-module .carousel-item .post-content-box {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
  background: #ffffff;
  position: relative;
}
.featured-posts-slider-module .post-content {
  padding: 20px;
}
.featured-posts-slider-module .post-content h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3,
.et_pb_column_2_3 .featured-posts-slider-module .post-content h3 {
  font-size: 20px;
}
.et_pb_column_1_2 .featured-posts-slider-module .post-content h3,
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_3 .featured-posts-slider-module .post-content h3,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 {
  font-size: 16px;
}
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 {
  line-height: 1.2;
}
.featured-posts-slider-module .post-content h3 a {
  color: #ffffff;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_3_4 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_2_3 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_2 .featured-posts-slider-module .post-content h3 a {
  color: #ffffff;
}
.et_pb_column_3_8 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_3 .featured-posts-slider-module .post-content h3 a,
.et_pb_column_1_4 .featured-posts-slider-module .post-content h3 a {
  color: #666666;
}
.featured-posts-slider-module .post-meta {
  margin: 0;
  padding: 3px 0 0;
  color: #FFFFFF;
}
.et_pb_column_4_4 .featured-posts-slider-module .post-meta,
.et_pb_column_3_4 .featured-posts-slider-module .post-meta,
.et_pb_column_2_3 .featured-posts-slider-module .post-meta,
.et_pb_column_1_2 .featured-posts-slider-module .post-meta {
  color: #FFFFFF;
  display: block;
}
.et_pb_column_1_2 .featured-posts-slider-module .post-meta,
.et_pb_column_3_8 .featured-posts-slider-module .post-meta,
.et_pb_column_1_3 .featured-posts-slider-module .post-meta,
.et_pb_column_1_4 .featured-posts-slider-module .post-meta {
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.featured-posts-slider-module .et-pb-controllers {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 20px;
  line-height: 0;
  text-align: right;
}
.rtl .featured-posts-slider-module .et-pb-controllers {
  text-align: left;
}
.featured-posts-slider-module .et-pb-controllers a {
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 5px;
  border: 0;
  padding: 0;
  border-radius: 100px;
  line-height: 0;
  text-indent: 100em;
  white-space: nowrap;
  overflow: hidden;
  transition: .3s ease;
  margin-right: 4px;
}
.featured-posts-slider-module .et-pb-controllers a.et-pb-active-control {
  background: #ffffff;
  width: 18px;
}
.rtl .featured-posts-slider-module .et-pb-controllers a:last-child {
  margin-right: 4px;
}
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
  height: 635.29411765px;
}
.with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
  height: 476.47058824px;
}
.et_pb_column_3_4 .featured-posts-slider-module .carousel-item {
  height: 462.35294118px;
}
.with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item {
  height: 343.23529412px;
}
.et_pb_column_2_3 .featured-posts-slider-module .carousel-item {
  height: 409.41176471px;
}
.with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item {
  height: 303.52941176px;
}
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item {
  height: 303.52941176px;
}
.with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item {
  height: 224.11764706px;
}
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item {
  height: auto;
}
.et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box {
  margin-top: 215.66037736px;
}
.with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item {
  height: auto;
}
.with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box {
  margin-top: 158.3490566px;
}
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item {
  height: auto;
}
.et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box {
  margin-top: 190.18867925px;
}
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item {
  height: auto;
}
.with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box {
  margin-top: 139.24528302px;
}
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
  height: auto;
}
.et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
  margin-top: 139.24528302px;
}
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
  height: auto;
}
.with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
  margin-top: 101.03773585px;
}
.posts-carousel-module {
  position: relative;
  overflow: hidden;
}
.posts-carousel-module.loading .carousel-item-hide-on-load {
  display: none;
}
.posts-carousel-module .module-head {
  background: transparent;
}
.posts-carousel-module .carousel-items {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.posts-carousel-module .carousel-items .et-pb-moved-slide,
.posts-carousel-module .carousel-items .et-pb-active-slide {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.et_pb_column_3_4 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_3_4 .posts-carousel-module .carousel-items .et-pb-active-slide {
  -webkit-animation-duration: 0.675s;
          animation-duration: 0.675s;
}
.et_pb_column_2_3 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_2_3 .posts-carousel-module .carousel-items .et-pb-active-slide {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_1_2 .posts-carousel-module .carousel-items .et-pb-active-slide {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
}
.et_pb_column_1_3 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_1_3 .posts-carousel-module .carousel-items .et-pb-active-slide {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.et_pb_column_1_4 .posts-carousel-module .carousel-items .et-pb-moved-slide,
.et_pb_column_1_4 .posts-carousel-module .carousel-items .et-pb-active-slide {
  -webkit-animation-duration: 0.325s;
          animation-duration: 0.325s;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-moved-slide {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-moved-slide {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-active-slide {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_previous .et-pb-active-slide {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-moved-slide {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-moved-slide {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
.posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-active-slide {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.rtl .posts-carousel-module .carousel-items.et_slide_transition_to_next .et-pb-active-slide {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
.posts-carousel-module .carousel-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  display: none;
}
.rtl .posts-carousel-module .carousel-group {
  float: right;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-group,
.et_pb_column_3_4 .posts-carousel-module .carousel-group,
.et_pb_column_2_3 .posts-carousel-module .carousel-group {
  padding-right: 10px;
  padding-left: 10px;
}
.et_pb_column_3_8 .posts-carousel-module .carousel-group,
.et_pb_column_1_2 .posts-carousel-module .carousel-group,
.et_pb_column_1_3 .posts-carousel-module .carousel-group,
.et_pb_column_1_4 .posts-carousel-module .carousel-group {
  padding-right: 0;
  padding-left: 0;
}
.posts-carousel-module .carousel-group.et_slide_transition {
  display: block !important;
  opacity: 1 !important;
  z-index: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.posts-carousel-module .carousel-group.et-pb-active-slide {
  display: block;
  opacity: 1 !important;
}
.posts-carousel-module .carousel-item {
  display: inline-block;
  vertical-align: top;
  height: auto;
  float: left;
}
.rtl .posts-carousel-module .carousel-item {
  float: right;
}
.et_pb_column_4_4 .posts-carousel-module .carousel-item,
.et_pb_column_3_4 .posts-carousel-module .carousel-item,
.et_pb_column_2_3 .posts-carousel-module .carousel-item {
  width: 25%;
  padding-top: 20px;
}
.et_pb_column_1_2 .posts-carousel-module .carousel-item {
  width: 50%;
  padding-top: 0;
}
.et_pb_column_3_8 .posts-carousel-module .carousel-item,
.et_pb_column_1_3 .posts-carousel-module .carousel-item,
.et_pb_column_1_4 .posts-carousel-module .carousel-item {
  width: 100%;
  padding-top: 0;
}
.posts-carousel-module .carousel-item img {
  width: 100%;
  height: auto;
}
.posts-carousel-module .carousel-item .et_pb_extra_overlay {
  height: 100%;
}
.posts-carousel-module .carousel-item .et_pb_extra_overlay:before {
  position: absolute;
}
.posts-carousel-module .post-thumbnail {
  width: auto;
  margin-bottom: 0;
  overflow: hidden;
}
.et_pb_column_4_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_3_4 .posts-carousel-module .post-thumbnail,
.et_pb_column_2_3 .posts-carousel-module .post-thumbnail {
  margin-right: 10px;
  margin-left: 10px;
}
.et_pb_column_3_8 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_2 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_3 .posts-carousel-module .post-thumbnail,
.et_pb_column_1_4 .posts-carousel-module .post-thumbnail {
  margin-right: 0;
  margin-left: 0;
}
.posts-carousel-module .post-content-box {
  padding: 15px 20px;
}
.et_pb_column_4_4 .posts-carousel-module .post-content-box,
.et_pb_column_3_4 .posts-carousel-module .post-content-box,
.et_pb_column_2_3 .posts-carousel-module .post-content-box {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}
.et_pb_column_3_8 .posts-carousel-module .post-content-box,
.et_pb_column_1_2 .posts-carousel-module .post-content-box,
.et_pb_column_1_3 .posts-carousel-module .post-content-box,
.et_pb_column_1_4 .posts-carousel-module .post-content-box {
  padding: 15px 20px;
  margin-right: 0;
  margin-left: 0;
}
.posts-carousel-module .post-content-box h3 {
  padding-bottom: 0;
  font-size: 16px;
  text-transform: none;
}
.posts-carousel-module .post-content-box h3 a {
  color: #444651;
}
.posts-carousel-module .post-meta {
  padding: 0;
  margin: 0;
}
.posts-carousel-module .et-pb-slider-arrows a {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  font-family: 'ETModules';
  text-align: center;
  transition: .3s ease;
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-slider-arrows a {
  top: 80px;
}
.et_pb_column_3_4 .posts-carousel-module .et-pb-slider-arrows a {
  top: 64.5px;
}
.et_pb_column_2_3 .posts-carousel-module .et-pb-slider-arrows a {
  top: 59px;
}
.et_pb_column_1_2 .posts-carousel-module .et-pb-slider-arrows a {
  top: 66px;
}
.et_pb_column_1_3 .posts-carousel-module .et-pb-slider-arrows a {
  top: 84px;
}
.et_pb_column_1_4 .posts-carousel-module .et-pb-slider-arrows a {
  top: 62.5px;
}
.posts-carousel-module .et-pb-slider-arrows a:before {
  color: #444651;
  font-size: 40px;
  line-height: 40px;
}
.posts-carousel-module .et-pb-slider-arrows a:hover {
  opacity: .9;
}
.posts-carousel-module .et-pb-slider-arrows:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.et-pb-slide-is-transitioning.posts-carousel-module .et-pb-slider-arrows:before {
  display: block;
}
.posts-carousel-module .et-pb-arrow-prev {
  left: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-prev {
  left: auto;
  right: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-prev:before {
  content: "\35";
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev {
  left: 60px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev {
  left: auto;
  right: 60px;
}
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
  left: 40px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
  left: auto;
  right: 40px;
}
.posts-carousel-module .et-pb-arrow-next {
  right: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-next {
  right: auto;
  left: 40px;
}
.rtl .posts-carousel-module .et-pb-arrow-next:before {
  content: "\34";
}
.et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next {
  right: 60px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next {
  right: auto;
  left: 60px;
}
.et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
  right: 40px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
  right: auto;
  left: 40px;
}
.posts-carousel-module:hover .et-pb-slider-arrows a {
  opacity: .7;
}
.posts-carousel-module:hover .et-pb-slider-arrows a:hover {
  opacity: .9;
}
.posts-carousel-module:hover .et-pb-arrow-prev {
  left: 20px;
}
.rtl .posts-carousel-module:hover .et-pb-arrow-prev {
  left: auto;
  right: 20px;
}
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev {
  left: 40px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev {
  left: auto;
  right: 40px;
}
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
  left: 20px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
  left: auto;
  right: 20px;
}
.posts-carousel-module:hover .et-pb-arrow-next {
  right: 20px;
}
.rtl .posts-carousel-module:hover .et-pb-arrow-next {
  right: auto;
  left: 20px;
}
.et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next {
  right: 40px;
}
.rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next {
  right: auto;
  left: 40px;
}
.et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
  right: 20px;
}
.rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
.rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
  right: auto;
  left: 20px;
}
.tabbed-post-module {
  transition: 0.3s ease;
}
.tabbed-post-module .tabs {
  position: relative;
  background: #f6f9fd;
  width: 100%;
  padding: 0;
}
.tabbed-post-module .tabs ul {
  padding: 0;
}
.tabbed-post-module .tabs ul li {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 15px 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabbed-post-module .tabs ul li span {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.et_pb_column_1_2 .tabbed-post-module .tabs ul li,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li,
.et_pb_column_1_4 .tabbed-post-module .tabs ul li,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li,
.et_pb_column_3_8 .tabbed-post-module .tabs ul li {
  display: none;
}
.tabbed-post-module .tabs ul li:hover {
  color: #253b82;
}
.tabbed-post-module .tabs ul li:first-child {
  padding: 15px 20px;
}
.tabbed-post-module .tabs ul li.active {
  background: #ffffff;
  color: #253b82;
  transition: 0s ease .6s;
}
.et_pb_column_1_2 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_1_4 .tabbed-post-module .tabs ul li.active,
.et_pb_column_2_3 .tabbed-post-module .tabs ul li.active,
.et_pb_column_3_8 .tabbed-post-module .tabs ul li.active {
  display: block;
  width: 100%;
  border: 0;
}
.tabbed-post-module .tab-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f9fd;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .tabbed-post-module .tab-nav {
  display: none;
}
.et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav,
.et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav {
  display: block;
}
.tabbed-post-module .tab-nav .arrow {
  display: block;
  cursor: pointer;
  font-size: 24px;
  line-height: .8;
  text-align: center;
  vertical-align: middle;
  float: left;
  user-select-none: none;
}
.tabbed-post-module .tab-nav .arrow:before {
  color: rgba(0, 0, 0, 0.5);
}
.tabbed-post-module .tab-nav .arrow.prev {
  margin: 0 7.5px 0 0;
}
.tabbed-post-module .tab-nav .arrow.prev:before {
  content: '\e62e';
}
.tabbed-post-module .tab-nav .arrow.next {
  margin: 0 0 0 7.5px;
}
.tabbed-post-module .tab-nav .arrow.next:before {
  content: '\e62f';
}
.tabbed-post-module .tab-contents {
  width: 100%;
}
.tabbed-post-module .tab-content {
  display: none;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_2 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
.et_pb_column_3_8 .tabbed-post-module .tab-content .posts-list {
  width: 100%;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post {
  padding: 0;
}
.et_pb_column_1_2 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_3 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_4 .tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_3_8 .tabbed-post-module .tab-content .main-post .post-content {
  padding: 0 20px;
}
.tabbed-post-module .tab-content:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.posts-blog-feed-module .paginated_content {
  width: 100%;
}
.posts-blog-feed-module ul.page-numbers,
.posts-blog-feed-module .pagination {
  padding: 10px;
}
.posts-blog-feed-module .hentry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.posts-blog-feed-module .hentry.has-post-thumbnail .header {
  display: block;
  position: relative;
}
.posts-blog-feed-module .et-format-text .header,
.posts-blog-feed-module .et-format- .header {
  display: none;
}
.posts-blog-feed-module .et-format-text .post-content,
.posts-blog-feed-module .et-format- .post-content {
  width: 100%;
}
.posts-blog-feed-module .et-format-text.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-text.has-post-thumbnail .post-content,
.posts-blog-feed-module .et-format-.has-post-thumbnail .post-content {
  width: 50%;
}
.posts-blog-feed-module .et-format-link,
.posts-blog-feed-module .et-format-quote {
  border: 0;
  padding: 0;
}
.posts-blog-feed-module .et-format-link .header,
.posts-blog-feed-module .et-format-quote .header {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.posts-blog-feed-module .header {
  width: 50%;
  padding: 0 10px 0 0;
}
.posts-blog-feed-module .header a {
  position: relative;
  display: block;
}
.posts-blog-feed-module .header a.et-pb-slider-arrows a {
  position: absolute;
}
.posts-blog-feed-module .header img {
  display: block;
  width: 100%;
}
.posts-blog-feed-module .header .et-pb-slider-arrows a {
  position: absolute;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.posts-blog-feed-module .post-content {
  width: 50%;
  padding: 0 0 0 10px;
}
.posts-blog-feed-module .post-content:after {
  content: '';
  display: block;
  clear: both;
}
.posts-blog-feed-module .post-meta {
  padding: 0;
}
.posts-blog-feed-module .excerpt p {
  padding: 0 0 20px;
}
.posts-blog-feed-module.standard .hentry .header {
  display: none;
}
.posts-blog-feed-module.standard .hentry .post-content {
  width: 100%;
}
.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-page.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-project.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.type-product.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-standard.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-text.has-post-thumbnail .header {
  width: 50%;
  display: block;
}
.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-page.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-project.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.type-product.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.et-format-standard.has-post-thumbnail .post-content,
.posts-blog-feed-module.standard .hentry.et-format-text.has-post-thumbnail .post-content {
  width: 50%;
}
.posts-blog-feed-module.standard .hentry.et-format-video.et-has-post-format-content .header,
.posts-blog-feed-module.standard .hentry.et-format-audio.et-has-post-format-content .header,
.posts-blog-feed-module.standard .hentry.et-format-gallery.et-has-post-format-content .header,
.posts-blog-feed-module.standard .hentry.et-format-map.et-has-post-format-content .header {
  width: 50%;
  display: block;
}
.posts-blog-feed-module.standard .hentry.et-format-video.et-has-post-format-content .post-content,
.posts-blog-feed-module.standard .hentry.et-format-audio.et-has-post-format-content .post-content,
.posts-blog-feed-module.standard .hentry.et-format-gallery.et-has-post-format-content .post-content,
.posts-blog-feed-module.standard .hentry.et-format-map.et-has-post-format-content .post-content {
  width: 50%;
}
.posts-blog-feed-module.standard .hentry.et-format-link,
.posts-blog-feed-module.standard .hentry.et-format-quote {
  overflow: hidden;
}
.posts-blog-feed-module.standard .hentry.et-format-link .header,
.posts-blog-feed-module.standard .hentry.et-format-quote .header,
.posts-blog-feed-module.standard .hentry.et-format-link.has-post-thumbnail .header,
.posts-blog-feed-module.standard .hentry.et-format-quote.has-post-thumbnail .header {
  display: block;
  width: 100%;
}
.posts-blog-feed-module.masonry {
  background: 0;
  border: 0;
  box-shadow: none;
}
.posts-blog-feed-module.masonry .hentry {
  border-bottom: none;
}
.et_pb_no_drop_shadow.posts-blog-feed-module.masonry .hentry {
  box-shadow: none;
}
.posts-blog-feed-module.masonry .et_post_format-et-post-format-quote.post {
  box-shadow: none;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns]::before {
  display: none;
  content: '3 .column.size-1of3';
  opacity: 0;
  line-height: 0;
}
.with_sidebar .posts-blog-feed-module.masonry .paginated_page[data-columns]::before {
  content: '2 .column.size-1of2';
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column {
  padding-right: 8.33px;
  padding-left: 8.33px;
  width: 33.333%;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column:first-child {
  padding-right: 16.66px;
  padding-left: 0;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column:last-child {
  padding-left: 16.66px;
  padding-right: 0;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column {
  width: 50%;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:first-child {
  padding-right: 12px;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:last-child {
  padding-left: 12px;
}
.posts-blog-feed-module.masonry .hentry {
  display: inline-block;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  padding: 0;
  overflow: visible;
  border: none;
  opacity: 0;
}
.js .posts-blog-feed-module.masonry .hentry {
  opacity: 0;
}
.posts-blog-feed-module.masonry .hentry.et-format-gallery * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.posts-blog-feed-module.masonry .hentry.et-format-map {
  overflow: hidden;
}
.posts-blog-feed-module.masonry .hentry.et-format-map .header * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.posts-blog-feed-module.masonry .column {
  float: left;
}
.js .posts-blog-feed-module.masonry .column .hentry {
  opacity: 1;
  -webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
          animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.posts-blog-feed-module.masonry .et-format-text .header,
.posts-blog-feed-module.masonry .et-format- .header,
.posts-blog-feed-module.masonry .et-format-text .post-content,
.posts-blog-feed-module.masonry .et-format- .post-content {
  width: 100%;
}
.posts-blog-feed-module.masonry .et-format-link,
.posts-blog-feed-module.masonry .et-format-quote {
  border: 0;
}
.posts-blog-feed-module.masonry .et-format-link .header,
.posts-blog-feed-module.masonry .et-format-quote .header {
  margin: 0;
}
.posts-blog-feed-module.masonry .et-format-link .header div,
.posts-blog-feed-module.masonry .et-format-quote .header div {
  border-radius: 3px;
}
.posts-blog-feed-module.masonry .header {
  position: relative;
  width: 100%;
  border-radius: 0;
  margin: 0 0 20px;
  padding: 0;
}
.posts-blog-feed-module.masonry .header iframe {
  border-radius: 0;
}
.posts-blog-feed-module.masonry .et_pb_extra_overlay:before {
  -webkit-backface-visibility: hidden;
}
.posts-blog-feed-module.masonry .post-content {
  width: 100%;
  padding: 0 20px 20px;
}
/* Widgets */
.et_pb_widget {
  display: block;
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  overflow: hidden;
}
.et_pb_widget .widgettitle {
  background: #3e5062;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}
.et_pb_widget .widgettitle a {
  color: #ffffff;
}
.et_pb_widget ul,
.et_pb_widget.woocommerce .product_list_widget {
  list-style: none;
  padding: 0;
}
.et_pb_widget ul li,
.et_pb_widget.woocommerce .product_list_widget li {
  margin-bottom: 0 !important;
}
.et_pb_widget ul li ul.children li,
.et_pb_widget.woocommerce .product_list_widget li ul.children li {
  margin-left: 0;
}
.et_pb_widget li,
.et_pb_widget.woocommerce .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.3em;
}
.et_pb_widget li:last-child,
.et_pb_widget.woocommerce .product_list_widget li:last-child {
  border: 0;
}
.et_pb_widget .children {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px -20px -15px;
}
.et_pb_widget .children a {
  padding: 0 0 0 20px;
}
.et_pb_widget .children a:before {
  content: '- ';
}
.et_pb_widget .children .children a {
  padding: 0 0 0 40px;
}
.et_pb_widget .children .children .children a {
  padding: 0 0 0 60px;
}
.et_pb_widget .children .children .children .children a {
  padding: 0 0 0 80px;
}
.et_pb_widget .children .children .children .children .children a {
  padding: 0 0 0 100px;
}
.et_pb_widget a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}
.et_pb_widget a:visited {
  color: rgba(0, 0, 0, 0.75);
}
.et_pb_widget .widget_list_portrait,
.et_pb_widget .widget_list_thumbnail {
  display: inline-block;
  background: #253b82;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  vertical-align: top;
  overflow: hidden;
}
.et_pb_widget .widget_list_portrait {
  vertical-align: middle;
}
.et_pb_widget .widget_list img {
  display: block;
  width: 100%;
  height: auto;
}
.et_pb_widget .widget_list .title {
  display: inline-block;
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 600;
}
.et_pb_widget .widget_list .post-meta {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.et_pb_widget .widget_list .post-meta a {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}
#footer .et_pb_widget {
  background: 0;
  box-shadow: none;
  margin: 0 0 60px;
}
#footer .et_pb_widget:first-of-type {
  padding-top: 60px;
}
#footer .et_pb_widget .widgettitle {
  background: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
#footer .et_pb_widget li,
#footer .et_pb_widget.woocommerce .product_list_widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
#footer .et_pb_widget li:last-child,
#footer .et_pb_widget.woocommerce .product_list_widget li:last-child {
  border: 0;
}
#footer .et_pb_widget .children {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 15px 0 -15px;
}
#footer .et_pb_widget a {
  color: #ffffff;
}
#footer .et_pb_widget .widget_list .title {
  color: #ffffff;
}
#footer .et_pb_widget .widget_list .post-meta {
  color: rgba(255, 255, 255, 0.8);
}
#footer .et_pb_widget input[type="text"],
#footer .et_pb_widget input[type="password"],
#footer .et_pb_widget input[type="search"],
#footer .et_pb_widget select,
#footer .et_pb_widget textarea {
  color: #bbbbbb;
  background: #000000;
}
#footer .et_pb_widget button {
  color: #ffffff;
}
.et_pb_widget .screen-reader-text {
  display: none;
}
.et_pb_widget.widget_calendar .widgettitle {
  padding: 0 20px;
  line-height: 46px;
}
.et_pb_widget.widget_calendar #calendar_wrap {
  padding: 20px;
}
#footer .et_pb_widget.widget_calendar #calendar_wrap {
  padding: 20px 0;
}
.et_pb_widget.widget_calendar #wp-calendar {
  empty-cells: show;
  width: 100%;
  margin: 0;
}
.et_pb_widget.widget_calendar a {
  font-weight: 700;
}
.et_pb_widget.widget_calendar a:hover {
  text-decoration: underline;
}
.et_pb_widget.widget_calendar caption {
  margin: 0 0 20px;
  font-weight: 700;
  text-decoration: none;
}
.et_pb_widget.widget_calendar th {
  font-weight: 700;
}
.et_pb_widget.widget_calendar td {
  padding: 10px 5px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.et_pb_widget.widget_calendar td#today {
  font-weight: 700;
  text-decoration: underline;
}
#footer .et_pb_widget.widget_calendar td {
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget_calendar tfoot td {
  padding: 0;
}
.et_pb_widget.widget_calendar #prev a,
.et_pb_widget.widget_calendar #next a {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
.et_pb_widget.widget_calendar #next {
  text-align: right;
}
.et_pb_widget.widget_calendar #next a {
  padding: 0 10px 0 0;
}
.et_pb_widget.widget_calendar #prev {
  text-align: left;
}
.et_pb_widget.widget_calendar #prev a {
  padding: 0 0 0 10px;
}
.et_pb_widget.widget .recentcomments .comment-author-link,
.et_pb_widget.widget .recentcomments .author {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 600;
}
#footer .et_pb_widget.widget .recentcomments .comment-author-link,
#footer .et_pb_widget.widget .recentcomments .author {
  color: #ffffff;
}
.et_pb_widget.widget .recentcomments .comment-author-link a,
.et_pb_widget.widget .recentcomments .author a {
  color: inherit;
  font-weight: 600;
}
.et_pb_widget.widget .recentcomments .data {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
#footer .et_pb_widget.widget .recentcomments .data {
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget .recentcomments .post-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
}
#footer .et_pb_widget.widget .recentcomments .post-title {
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_widget.widget .recentcomments .post-title a {
  color: inherit;
  font-weight: 300;
}
.et_pb_widget.widget_nav_menu .widgettitle {
  padding: 0 15px;
  line-height: 46px;
}
.et_pb_widget.widget_nav_menu ul li ul li {
  margin-left: 0;
}
.et_pb_widget.widget_nav_menu .sub-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px -20px -15px;
}
.et_pb_widget.widget_nav_menu .sub-menu li {
  padding: 15px 40px;
}
.et_pb_widget.widget_nav_menu .sub-menu li:before {
  content: '- ';
  font-weight: 700;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu {
  margin-right: -40px;
  margin-left: -40px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu li {
  padding-right: 60px;
  padding-left: 60px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu {
  margin-right: -60px;
  margin-left: -60px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 80px;
  padding-left: 80px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-right: -80px;
  margin-left: -80px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 100px;
  padding-left: 100px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-right: -100px;
  margin-left: -100px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 120px;
  padding-left: 120px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu {
  margin-right: -120px;
  margin-left: -120px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu li {
  padding-right: 140px;
  padding-left: 140px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu li .sub-menu {
  margin-right: -140px;
  margin-left: -140px;
}
.et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li .sub-menu li .sub-menu li {
  padding-right: 160px;
  padding-left: 160px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  margin-left: 0;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu li {
  padding-right: 20px;
  padding-left: 20px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu {
  margin-right: -20px;
  margin-left: -20px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu li {
  padding-right: 40px;
  padding-left: 40px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu {
  margin-right: -40px;
  margin-left: -40px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 60px;
  padding-left: 60px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-right: -60px;
  margin-left: -60px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 80px;
  padding-left: 80px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-right: -80px;
  margin-left: -80px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 100px;
  padding-left: 100px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
  margin-right: -100px;
  margin-left: -100px;
}
#footer .et_pb_widget.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
  padding-right: 120px;
  padding-left: 120px;
}
.et_pb_widget.widget_search {
  background: 0;
}
.et_pb_widget.widget_search .widgettitle,
.et_pb_widget.widget_search .screen-reader-text,
.et_pb_widget.widget_search .search-submit {
  display: none;
}
.woocommerce .et_pb_widget.widget_search .widgettitle,
.woocommerce .et_pb_widget.widget_search .screen-reader-text,
.woocommerce .et_pb_widget.widget_search .search-submit,
.woocommerce-page .et_pb_widget.widget_search .widgettitle,
.woocommerce-page .et_pb_widget.widget_search .screen-reader-text,
.woocommerce-page .et_pb_widget.widget_search .search-submit {
  display: none;
}
.et_pb_widget.widget_search .search-field {
  background: #ffffff;
  width: 100%;
  padding: 15px 20px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
}
.et_pb_widget.widget_search .search-field:focus {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.75);
}
#footer .et_pb_widget.widget_search .search-field {
  background: rgba(0, 0, 0, 0.3);
}
.et_pb_widget.widget_tag_cloud .tagcloud {
  padding: 15px 20px 20px;
}
#footer .et_pb_widget.widget_tag_cloud .tagcloud {
  padding: 15px 0 20px;
}
.et_pb_widget.widget_tag_cloud a {
  margin: 5px 1px 0 0;
  font-size: 16px !important;
}
#footer .et_pb_widget.widget_tag_cloud a {
  background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_text .textwidget {
  padding: 20px;
  line-height: 1.3em;
}
#footer .et_pb_widget.widget_text .textwidget {
  padding: 20px 0;
}
.et_pb_widget.widget_archive select {
  width: auto;
  display: block;
  margin: 15px 20px 20px;
  max-width: 100%;
}
#footer .et_pb_widget.widget_archive select {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.et_pb_widget.widget_categories select {
  width: auto;
  display: block;
  margin: 15px 20px 20px;
  max-width: 100%;
}
#footer .et_pb_widget.widget_categories select {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.et_pb_widget.woocommerce .product_list_widget li a img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  float: left;
}
.et_pb_widget.woocommerce .product_list_widget li .children a:before {
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_widget.woocommerce .product_list_widget li .star-rating {
  margin: 1px 0;
}
.et_pb_widget.woocommerce .product_list_widget li .star-rating:before,
.et_pb_widget.woocommerce .product_list_widget li .star-rating > span:before {
  font-size: 10px;
}
.et_pb_widget.woocommerce .product_list_widget li ins {
  text-decoration: none;
}
.et_pb_widget.woocommerce .product_list_widget li .amount {
  color: #253b82;
}
.et_pb_widget.woocommerce .product_list_widget li del .amount {
  color: rgba(0, 0, 0, 0.5);
}
.et_pb_widget.woocommerce.widget_product_search {
  background: none;
}
.et_pb_widget.woocommerce.widget_product_search .widgettitle,
.et_pb_widget.woocommerce.widget_product_search .screen-reader-text,
.et_pb_widget.woocommerce.widget_product_search input[type=submit] {
  display: none;
}
.et_pb_widget.woocommerce.widget_product_search .search-field {
  background: #ffffff;
  padding: 15px 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li {
  padding: 15px 20px;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li:before,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a {
  display: block;
  width: 100%;
  margin: 0 0 -25px;
  padding: 0;
  float: left;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove {
  position: absolute;
  top: 50%;
  right: 20px;
  left: inherit;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  color: rgba(0, 0, 0, 0.75) !important;
  line-height: 16px;
  text-align: center;
  float: none;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove:hover {
  background: #253b82;
  color: #ffffff !important;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  box-shadow: none;
  float: none;
  vertical-align: top;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation {
  margin: 0 0 0 60px;
  padding: 0;
  border: none;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dt,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dd,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dd p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1;
  vertical-align: bottom;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .variation dt {
  margin: 0 3px 3px 0;
  font-weight: 600;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .quantity {
  display: block;
  margin: 0 0 7px 60px;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li .quantity .amount {
  font-weight: 600;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 0;
  padding: 15px 20px;
  border-top: 1px solid #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  line-height: 1;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total strong {
  color: #444651;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  color: #253b82;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
  padding: 0 20px 20px;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button {
  margin: 0 6px 0 0;
}
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .read-more-button:after,
.et_pb_widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .post-nav .nav-links .button:after {
  content: '\e62f';
  background: none;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.et_pb_widget.woocommerce.widget_layered_nav ul {
  padding: 20px;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li {
  position: relative;
  border: none;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li:last-child a,
.et_pb_widget.woocommerce.widget_layered_nav ul li:only-child a {
  margin: 0;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li a {
  width: 100%;
  margin: 0 0 20px;
  padding: 12px 25px 12px 40px;
  box-sizing: border-box;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li a:before {
  position: absolute;
  left: 15px;
  content: "";
  font-family: WooCommerce;
  speak: none;
  font-variant: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
}
.et_pb_widget.woocommerce.widget_layered_nav ul li .count {
  position: absolute;
  top: 12px;
  right: 15px;
  line-height: 1;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul {
  padding: 20px;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li {
  display: inline-block;
  border: none;
  clear: none;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a {
  margin: 0 11px 0 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.et_pb_widget.woocommerce.widget_layered_nav_filters ul li a:before {
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper {
  padding: 0 20px 20px;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider {
  background: rgba(0, 0, 0, 0.1);
  height: 6px;
  margin: 30px 0;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  background: #253b82;
  height: 6px;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 38px;
}
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from,
.et_pb_widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to {
  color: #253b82;
  font-weight: 600;
}
.et_pb_widget.woocommerce.widget_product_tag_cloud .tagcloud {
  padding: 15px 20px 20px;
}
#footer .et_pb_widget.woocommerce.widget_product_tag_cloud .tagcloud {
  padding: 15px 0 20px;
}
.et_pb_widget.woocommerce.widget_product_tag_cloud a {
  margin: 5px 1px 0 0;
  font-size: 16px !important;
}
#footer .et_pb_widget.woocommerce.widget_product_tag_cloud a {
  background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_et_ads .widget_content {
  padding: 10px;
  text-align: center;
}
#footer .et_pb_widget.widget_et_ads .widget_content {
  text-align: left;
  padding: 0;
}
.et_pb_widget.widget_et_ads .etad {
  display: inline-block;
  margin: 10px 5px 0 5px;
  line-height: 0;
}
#footer .et_pb_widget.widget_et_ads .etad {
  margin: 10px 10px 0 0;
}
.et_pb_widget.widget_et_ads img {
  display: inline-block;
  max-width: 100%;
}
.et_pb_widget.widget_et_authors .widget_list_portrait {
  border-radius: 100%;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.et_pb_widget.widget_et_authors .widget_list_author {
  display: inline-block;
}
.et_pb_widget.widget_et_login .widget_list li {
  border: 0;
  padding: 15px 20px 0;
}
.et_pb_widget.widget_et_login .widget_list li:last-child {
  padding: 15px 20px;
}
#footer .et_pb_widget.widget_et_login .widget_list li {
  border: 0;
  padding: 15px 0 0;
}
#footer .et_pb_widget.widget_et_login .button,
#footer .et_pb_widget.widget_et_login .read-more-button,
#footer .et_pb_widget.widget_et_login .post-nav .nav-links .button {
  background: rgba(255, 255, 255, 0.2);
}
.et_pb_widget.widget_et_login .input {
  width: 100%;
}
.et_pb_widget.widget_et_login .button,
.et_pb_widget.widget_et_login .read-more-button,
.et_pb_widget.widget_et_login .post-nav .nav-links .button {
  margin: 0 10px 0 0;
}
.et_pb_widget.widget_et_recent_entries .widget_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.et_pb_widget.widget_et_social_followers .social-icon {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook {
  background: none !important;
  box-shadow: inset 0 0 0 20px #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook:hover {
  box-shadow: inset 0 0 0 2px #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-facebook:hover:before {
  color: #39579a;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter {
  background: none !important;
  box-shadow: inset 0 0 0 20px #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter:hover {
  box-shadow: inset 0 0 0 2px #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-twitter:hover:before {
  color: #01aced;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest {
  background: none !important;
  box-shadow: inset 0 0 0 20px #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest:hover {
  box-shadow: inset 0 0 0 2px #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-pinterest:hover:before {
  color: #cb2027;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus {
  background: none !important;
  box-shadow: inset 0 0 0 20px #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus:hover {
  box-shadow: inset 0 0 0 2px #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-googleplus:hover:before {
  color: #cb1f26;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr {
  background: none !important;
  box-shadow: inset 0 0 0 20px #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr:hover {
  box-shadow: inset 0 0 0 2px #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-tumblr:hover:before {
  color: #314f6e;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon {
  background: none !important;
  box-shadow: inset 0 0 0 20px #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon:hover {
  box-shadow: inset 0 0 0 2px #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-stumbleupon:hover:before {
  color: #ea4b24;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress {
  background: none !important;
  box-shadow: inset 0 0 0 20px #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress:hover {
  box-shadow: inset 0 0 0 2px #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-wordpress:hover:before {
  color: #267697;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram {
  background: none !important;
  box-shadow: inset 0 0 0 20px #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram:hover {
  box-shadow: inset 0 0 0 2px #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-instagram:hover:before {
  color: #517fa4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble {
  background: none !important;
  box-shadow: inset 0 0 0 20px #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble:hover {
  box-shadow: inset 0 0 0 2px #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-dribbble:hover:before {
  color: #ec488c;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo {
  background: none !important;
  box-shadow: inset 0 0 0 20px #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo:hover {
  box-shadow: inset 0 0 0 2px #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-vimeo:hover:before {
  color: #45bbfc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin {
  background: none !important;
  box-shadow: inset 0 0 0 20px #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin:hover {
  box-shadow: inset 0 0 0 2px #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-linkedin:hover:before {
  color: #127bb6;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss {
  background: none !important;
  box-shadow: inset 0 0 0 20px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss:hover {
  box-shadow: inset 0 0 0 2px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-rss:hover:before {
  color: #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart {
  background: none !important;
  box-shadow: inset 0 0 0 20px #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart:hover {
  box-shadow: inset 0 0 0 2px #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-deviantart:hover:before {
  color: #566c68;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace {
  background: none !important;
  box-shadow: inset 0 0 0 20px #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace:hover {
  box-shadow: inset 0 0 0 2px #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-myspace:hover:before {
  color: #3a5998;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype {
  background: none !important;
  box-shadow: inset 0 0 0 20px #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype:hover {
  box-shadow: inset 0 0 0 2px #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-skype:hover:before {
  color: #1ba5f4;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube {
  background: none !important;
  box-shadow: inset 0 0 0 20px #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube:hover {
  box-shadow: inset 0 0 0 2px #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-youtube:hover:before {
  color: #a8240f;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa {
  background: none !important;
  box-shadow: inset 0 0 0 20px #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa:hover {
  box-shadow: inset 0 0 0 2px #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-picassa:hover:before {
  color: #9864ae;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr {
  background: none !important;
  box-shadow: inset 0 0 0 20px #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr:hover {
  box-shadow: inset 0 0 0 2px #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-flickr:hover:before {
  color: #fc1684;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger {
  background: none !important;
  box-shadow: inset 0 0 0 20px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger:hover {
  box-shadow: inset 0 0 0 2px #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-blogger:hover:before {
  color: #f59038;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify {
  background: none !important;
  box-shadow: inset 0 0 0 20px #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify:hover {
  box-shadow: inset 0 0 0 2px #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-spotify:hover:before {
  color: #aecf29;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious {
  background: none !important;
  box-shadow: inset 0 0 0 20px #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious:hover {
  box-shadow: inset 0 0 0 2px #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-delicious:hover:before {
  color: #3398fc;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer {
  background: none !important;
  box-shadow: inset 0 0 0 20px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer:hover {
  box-shadow: inset 0 0 0 2px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-buffer:hover:before {
  color: #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email {
  background: none !important;
  box-shadow: inset 0 0 0 20px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email:hover {
  box-shadow: inset 0 0 0 2px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_email:hover:before {
  color: #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print {
  background: none !important;
  box-shadow: inset 0 0 0 20px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print:hover {
  box-shadow: inset 0 0 0 2px #000000;
}
.et_pb_widget.widget_et_social_followers .social-icon.et-extra-icon-basic_print:hover:before {
  color: #000000;
}
.et_pb_widget.widget_et_social_followers .post-meta {
  font-weight: 400;
}
#footer .et_pb_widget.widget_et_social_followers .social-icon {
  line-height: 40px;
}
.et_pb_widget.widget_et_recent_tweets .et-extra-icon {
  display: inline-block;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  color: #253b82;
  line-height: 1;
}
.et_pb_widget.widget_et_recent_tweets .et-extra-icon:before {
  content: '\e623';
  color: inherit;
}
#footer .et_pb_widget.widget_et_recent_tweets .et-extra-icon {
  color: rgba(255, 255, 255, 0.6);
}
.et_pb_widget.widget_et_recent_tweets .widget_list {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.et_pb_widget.widget_et_recent_tweets .widget_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.et_pb_widget.widget_et_recent_tweets .widget_list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.et_pb_widget.widget_et_recent_tweets .widget_list::-webkit-scrollbar-track {
  background: none;
}
.et_pb_widget.widget_et_recent_tweets .widget_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}
.et_pb_widget.widget_et_recent_tweets .widget_list a {
  color: #253b82;
  font-weight: 300;
}
.et_pb_widget.widget_et_recent_tweets .widget_list .et-extra-icon {
  padding: 3px 0 0;
}
.et_pb_widget.widget_et_recent_tweets .widget_footer {
  background: #f5f6fa;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
#footer .et_pb_widget.widget_et_recent_tweets .widget_footer {
  background: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
.et_pb_widget.widget_et_recent_tweets .widget_footer a {
  color: rgba(0, 0, 0, 0.75);
}
.et_pb_widget.widget_et_recent_tweets .widget_footer .et-extra-icon {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.et_pb_widget.widget_et_recent_tweets .post-meta {
  width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
}
.et_pb_widget.widget_et_recent_tweets .post-meta a {
  font-weight: 400;
}
#footer .et_pb_widget.widget_et_recent_tweets .widget_list {
  max-height: none;
  overflow-x: auto;
}
.et_pb_widget.widget_et_recent_reviews li {
  padding-top: 9px;
}
.et_pb_widget.widget_et_recent_reviews .review-breakdowns {
  padding: 3px 0 0;
}
.et_pb_widget.widget_et_recent_reviews .review-breakdowns .score-bar-bg {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 15px;
  line-height: 15px;
}
.et_pb_widget.widget_et_recent_reviews .review-breakdowns .score-bar {
  background: #253b82;
  height: 15px;
  line-height: 15px;
  min-width: 90px;
  font-weight: 700;
}
.et_pb_widget.widget_et_recent_videos .widget_video_wrapper {
  position: relative;
  background: #E5E5E5;
  line-height: .9;
  overflow: hidden;
}
.et_pb_widget.widget_et_recent_videos .widget_video_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  z-index: 20;
}
.et_pb_widget.widget_et_recent_videos .widget_video {
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #E5E5E5;
}
.et_pb_widget.widget_et_recent_videos .widget_video.fadeIn {
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
          animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.et_pb_widget.widget_et_recent_videos .widget_video.fadeOut {
  opacity: 0;
}
.et_pb_widget.widget_et_recent_videos .widget_video iframe,
.et_pb_widget.widget_et_recent_videos .widget_video video {
  margin: 0 auto;
  display: block;
}
.et_pb_widget.widget_et_recent_videos .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.et_pb_widget.widget_et_recent_videos .video-overlay-hover {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
.et_pb_widget.widget_et_recent_videos .video-overlay-hover:hover {
  background: rgba(0, 0, 0, 0.6);
}
.et_pb_widget.widget_et_recent_videos .video-play-button {
  display: block;
  position: absolute !important;
  z-index: 100;
  color: #fff;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  margin-left: -2rem;
  margin-top: -2rem;
}
.et_pb_widget.widget_et_recent_videos .video-play-button:before {
  font-family: 'ETmodules';
  content: "\49";
}
.et_pb_column_1_3 .posts-blog-feed-module.et_pb_extra_module .et_pb_widget.widget_et_recent_videos .video-play-button,
.et_pb_column_1_4 .posts-blog-feed-module.et_pb_extra_module .et_pb_widget.widget_et_recent_videos .video-play-button {
  font-size: 2rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
.et_pb_widget.widget_et_recent_videos a.video-play-button {
  color: white;
  font-weight: normal;
}
.et_pb_widget.widget_et_recent_videos .no-video-title {
  text-align: center;
  line-height: 0;
  padding: 0;
  vertical-align: middle;
}
.et_pb_widget.widget_et_recent_videos .widget_content {
  display: none;
}
.et_pb_widget.widget_et_recent_videos .widget_list .title {
  display: block;
  transition: .3s ease;
  padding: 0;
}
.et_pb_widget.widget_et_recent_videos .widget_list .title:hover,
.et_pb_widget.widget_et_recent_videos .widget_list .title.active {
  color: #253b82;
}
.et_pb_widget.widget_et_recent_videos .widget_list li {
  padding-top: 14px;
  padding-bottom: 14px;
}
#footer .et_pb_widget.widget_et_recent_videos .widget_video_wrapper {
  margin-top: 20px;
}
#footer .et_pb_widget.widget_et_recent_videos a.video-play-button {
  color: white;
  font-weight: normal;
  font-size: 4rem;
  line-height: 4rem;
}
.et_monarch .et_pb_widget .et_social_networks {
  width: 98%;
  padding: 2% 0 2% 2%;
}
.et_monarch .et_pb_widget .et_social_1col.et_social_networks li {
  margin-left: 0;
}
/* Page Templates */
.page article {
  border-top-width: 6px;
  border-top-style: solid;
  border-color: #253b82;
  margin: 0 0 24px;
}
.page .post-wrap {
  padding: 40px 60px;
}
.et_pb_pagebuilder_layout .page .post-wrap {
  padding: 0;
}
.et_pb_pagebuilder_layout .page .post-wrap h1 {
  padding: 40px 5%;
}
.page .post-wrap .post-content {
  margin: 0 0 40px;
}
.page .post-wrap h1 {
  padding: 0 0 40px;
  line-height: 1;
}
.page .post-wrap h1 a {
  color: inherit;
}
.page .post-wrap h2 a {
  color: rgba(0, 0, 0, 0.75);
}
.page .et_extra_other_module {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/* Author Page */
.authors-page .authors[data-columns]::before {
  content: '3 .column.size-1of3';
}
.authors-page .authors .column {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.authors-page .authors .column.size-1of3 {
  width: 33.33%;
  padding: 0 8px;
}
.authors-page .authors .column.size-1of3:first-child {
  padding: 0 16px 0 0;
}
.authors-page .authors .column.size-1of3:last-child {
  padding: 0 0 0 16px;
}
.with_sidebar .authors-page .authors[data-columns]::before {
  content: '2 .column.size-1of2';
}
.with_sidebar .authors-page .authors .column.size-1of2 {
  width: 50%;
}
.with_sidebar .authors-page .authors .column.size-1of2:first-child {
  padding: 0 12px 0 0;
}
.with_sidebar .authors-page .authors .column.size-1of2:last-child {
  padding: 0 0 0 12px;
}
.authors-page .authors .author {
  background: #ffffff;
  width: 100%;
  margin: 0 0 24px;
  padding: 40px;
  border-top-width: 6px;
  border-top-style: solid;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
  overflow: visible;
}
.authors-page .authors .author a img {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto 40px;
  border-radius: 100%;
}
.authors-page .authors .author .author-content h2 {
  color: #6e5fe0;
  font-size: 16px;
}
.authors-page .authors .author .author-content .post-count {
  margin: 30px auto 0;
  padding: 10px 15px;
}
.authors-page .authors .author .author-footer {
  display: block;
  background: #f6f9fd;
  margin: 40px -40px -40px;
  padding: 10px 40px;
  border-radius: 0 0 3px 3px;
  text-align: center;
}
.authors-page .authors .author .author-footer .et-extra-icon {
  display: inline-block;
  background: none;
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.5);
  transition: .3s ease;
}
.authors-page .authors .author .author-footer .et-extra-icon:hover {
  background: none !important;
}
.authors-page .authors .author .author-footer .et-extra-icon:before {
  color: rgba(0, 0, 0, 0.5);
}
/* Contact Page */
.contact-box {
  padding: 40px 60px;
}
.contact-box .loader {
  display: none;
}
.contact-box .loader img {
  display: block;
  margin: 0 0 -3px 10px;
}
.contact-content h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 600;
}
.contact-content h3 {
  margin: 40px 0 20px 0;
  font-size: 22px;
  font-weight: 600;
}
.contact-content .contact-map {
  display: block;
  background: #ffffff;
  height: 300px;
  margin: 40px 0;
}
.contact-content .contact-form .message p {
  margin: 0 0 15px;
  font-weight: 600;
}
.contact-content .contact-form .message p.error {
  background: #f06f6f;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
}
.contact-content .contact-form > .field + .field + .field {
  padding-right: 0;
}
.contact-content .contact-form .field {
  position: relative;
  display: block;
  width: 33.33%;
  padding: 0 8px 24px;
  float: left;
  box-sizing: border-box;
}
.contact-content .contact-form .field.first {
  padding: 0 16px 24px 0;
}
.contact-content .contact-form .field.last {
  padding: 0 0 24px 16px;
}
.contact-content .contact-form .field input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.contact-content .contact-form .field input.error {
  border: 1px solid #c2152f;
}
.contact-content .contact-form .field label {
  background: #eee;
  margin: 5px;
  padding: 5px;
  border-radius: 3px;
  color: #c2152f;
  text-align: center;
  float: left;
  clear: left;
}
.contact-content .contact-form .field label.error {
  border: 1px solid #c2152f;
}
.contact-content .contact-form textarea {
  width: 100%;
  height: 180px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.contact-content .contact-form .submit {
  float: right;
}
/* Member Page */
.member-box {
  padding: 40px 60px;
}
.member-content #loginform {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.member-content h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 600;
}
.member-content p:last-of-type {
  margin-bottom: 50px;
}
.member-content .input {
  max-width: 322px;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
}
.member-content .button,
.member-content .read-more-button,
.member-content .post-nav .nav-links .button {
  margin: 0 0 20px 0;
}
/* Portfolio Page */
/* Filter Buttons */
#portfolio_filter {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1;
  overflow: hidden;
}
#portfolio_filter li {
  display: block;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  /* Filter Toggle */
}
#portfolio_filter li:first-child a {
  border-radius: 3px 0 0 3px;
}
#portfolio_filter li:last-child {
  margin-right: 0;
  border: 0;
}
#portfolio_filter li:last-child a {
  border-radius: 0 3px 3px 0;
}
#portfolio_filter li.filter-toggle {
  display: none;
}
#portfolio_filter a {
  display: inline-block;
  background: #f6f9fd;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 12px;
  transition: .3s ease;
}
#portfolio_filter a:hover,
#portfolio_filter a.current {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.6);
}
#portfolio_filter a.current {
  color: #253b82;
}
/* Portfolio List */
#portfolio_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -12px;
  /* Project Wrapper */
  /* Project Module */
}
#portfolio_list .project {
  width: 25%;
  padding: 0 12px 24px;
  box-sizing: border-box;
}
.with_sidebar #portfolio_list .project {
  width: 33.33333333%;
  padding: 0 12px 24px;
}
#portfolio_list .project-content {
  display: block;
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
}
#portfolio_list .project-content .thumbnail {
  position: relative;
  display: block;
  background: #eaeaea;
  width: 100%;
  overflow: hidden;
}
#portfolio_list .project-content .thumbnail img {
  display: block;
  width: 100%;
  border-radius: 3px 3px 0 0;
}
#portfolio_list .project-content .content {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}
#portfolio_list .project-content .content h3 {
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
#portfolio_list .project-content .content h3 a {
  color: rgba(0, 0, 0, 0.75);
}
#portfolio_list .project-content .content p {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
/* Sitemap Page */
.sitemap-box {
  padding: 40px 60px 0;
}
.sitemap-content h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 600;
}
.sitemap-content p {
  margin: 0 0 50px;
}
.sitemap-content .sections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sitemap-content ul {
  display: block;
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 0 60px 60px 0;
  box-sizing: border-box;
  float: left;
}
.with_sidebar .sitemap-content ul {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
}
.sitemap-content ul li {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 700;
}
.sitemap-content ul li:before {
  content: '\b7\a0';
  font-size: 16px;
}
.sitemap-content ul li:first-child:before {
  content: '';
}
.sitemap-content ul li a {
  color: #3c95e8;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.sitemap-content ul.children {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 10px 0 0 25px;
  padding: 0;
}
.sitemap-content ul.children li {
  float: none;
}
.sitemap-content ul.children li:before {
  content: '\b7\a0';
  font-size: 16px;
}
.sitemap-content ul.children li:before:first-child {
  content: '\b7\a0';
}
/* Timeline Page */
/* Timeline Container */
.timeline-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 0 24px;
}
/* Timeline */
.timeline {
  position: relative;
  width: 80%;
}
.timeline .loader {
  display: none;
}
.timeline .loader img {
  display: block;
  margin: 10px auto;
}
/* Timeline Nav */
.timeline-nav {
  width: 20%;
  min-width: 150px;
  padding-left: 24px;
  box-sizing: border-box;
}
/* Timeline Menu */
.timeline-menu {
  position: relative;
  top: 0;
  list-style: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
.timeline-menu li {
  position: relative;
  margin-bottom: 12px;
  vertical-align: middle;
}
.timeline-menu li.active a {
  color: rgba(0, 0, 0, 0.75);
}
.timeline-menu li.active a:before {
  background: #519bf5;
  height: 11px;
  width: 11px;
  left: -6px;
}
.timeline-menu li:last-child {
  margin-bottom: 0;
}
.timeline-menu a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-weight: 600;
  line-height: 1;
  transition: .3s ease;
}
.timeline-menu a:before {
  content: '';
  z-index: 2;
  position: absolute;
  left: -4px;
  background: #666;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  transition: .3s ease;
  vertical-align: middle;
}
.timeline-menu a .content-loader {
  position: absolute;
  top: 0;
  left: 55px;
  height: 14px;
}
.timeline-menu .year {
  display: none;
}
/* Timeline Module */
.timeline-module {
  margin: 0 0 24px;
}
.timeline-module:nth-last-child(2) {
  margin: 0;
}
.timeline-module .module-head,
#timeline-sticky-header {
  position: relative;
  cursor: pointer;
}
.timeline-module .module-head:after,
#timeline-sticky-header:after {
  content: '\e62d';
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 47px;
}
.timeline-module .posts-list {
  width: 100%;
}
.et_pb_extra_column_4_4 .timeline-module .posts-list {
  width: 100%;
}
.timeline-module .posts-list article {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.timeline-module.collapsed .module-head {
  border: 0;
}
.timeline-module.collapsed .module-head:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
/* Timeline Stick Header */
#timeline-sticky-header {
  display: none;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  border-color: #253b82;
}
/* Divi Builder */
/* Basic Styles */
@font-face {
  font-family: 'ETmodules';
  src: url('core/admin/fonts/modules.eot');
  src: url('core/admin/fonts/modules.eot?#iefix') format('embedded-opentype'), url('core/admin/fonts/modules.ttf') format('truetype'), url('core/admin/fonts/modules.woff') format('woff'), url('core/admin/fonts/modules.svg#ETmodules') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
/* Headers */
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1 {
  font-size: 26px;
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
  font-size: 22px;
}
/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/* Word Break */
.et_pb_gallery_item,
.et_pb_portfolio_item,
.et_pb_blurb_content,
.et_pb_tabs_controls,
.et_pb_tab,
.et_pb_slide_description,
.et_pb_pricing_heading,
.et_pb_pricing_content,
.et_pb_promo_description,
.et_pb_newsletter_description,
.et_pb_counter_title,
.et_pb_circle_counter,
.et_pb_number_counter,
.et_pb_toggle_title,
.et_pb_toggle_content,
.et_pb_contact_main_title,
.et_pb_testimonial_description_inner,
.et_pb_team_member,
.et_pb_countdown_timer_container,
.et_pb_post,
.et_pb_text,
.product,
.et_pb_widget {
  word-wrap: break-word;
}
/* Accent Color */
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.et_pb_member_social_links a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.woocommerce-page #content input.read-more-button:hover .et_pb_widget li a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget.woocommerce .product_list_widget li a:hover,
.woocommerce-page #content input.post-nav .nav-links .button:hover .et_pb_widget li a:hover {
  color: #2EA3F2;
}
.et_pb_pricing li span:before {
  border-color: #2EA3F2;
}
.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content {
  background-color: #2EA3F2;
}
/* Containers */
.et_pb_row {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
/* Columns */
.et_pb_column {
  float: left;
  background-size: cover;
  background-position: center;
}
.et_pb_column.et_pb_section_parallax {
  position: relative;
}
/* Button Styles */
.et_pb_button {
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background: transparent;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
  transition: all 0.2s;
}
/* Button Hover */
.et_pb_button:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 1em;
}
/* Button Hover Light Text */
.et_pb_button:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* Button Hover Dark Text */
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_pricing_table_button:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* Button - With Icon */
.et_pb_button:after {
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  transition: all 0.2s;
}
.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_promo_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after {
  opacity: 1;
  margin-left: 0;
}
/* Button Hover - No Icon */
.et_pb_contact_reset:hover {
  padding: 0.3em 1em;
}
/* Subscribe Button Loader Icon */
.et_subscribe_loader {
  display: none;
  background: url('includes/builder/styles/images/subscribe-loader.gif');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: -8px;
}
.et_pb_button_text_loading .et_pb_newsletter_button_text {
  visibility: hidden;
}
/* Gallery Styles */
.et_post_gallery {
  padding: 0 !important;
  line-height: 1.7 !important;
  list-style: none !important;
}
p.et_pb_gallery_caption {
  text-align: center;
}
/* Shared Fullwidth Menu Styles */
.fullwidth-menu li {
  display: inline-block;
  font-size: 16px;
  padding-right: 22px;
}
.fullwidth-menu > li:last-child {
  padding-right: 0;
}
.fullwidth-menu a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.fullwidth-menu a:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}
.fullwidth-menu li > a {
  padding-bottom: 29px;
  word-wrap: break-word;
}
/* Image Module */
.et_pb_image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 0;
}
.et_pb_image.aligncenter {
  text-align: center;
}
.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
  display: block;
  position: relative;
  overflow: hidden;
}
/* Sticky Image */
.et_pb_image_sticky {
  margin-bottom: 0px !important;
  display: inherit;
}
/* Blurb Module */
.et-pb-icon {
  font-family: 'ETmodules';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  display: inline-block;
  box-sizing: border-box;
}
.et-pb-icon-circle {
  font-size: 48px;
  border-radius: 100px;
  padding: 25px;
}
.et-pb-icon-circle-border {
  border: 3px solid;
}
.et_pb_blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.et_pb_blurb_content p:last-of-type {
  padding-bottom: 0px;
}
.et_pb_main_blurb_image {
  text-align: center;
  margin-bottom: 30px;
}
.et_pb_blurb h4 {
  padding-bottom: 5px;
}
.et_pb_blurb h4 a {
  text-decoration: none;
}
/* Positioned Left */
.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
  width: 32px;
  display: table-cell;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image img,
.et_pb_blurb_position_right .et_pb_main_blurb_image img {
  width: inherit;
}
.et_pb_blurb_position_left .et-pb-icon,
.et_pb_blurb_position_right .et-pb-icon {
  font-size: 32px;
}
.et_pb_blurb_position_left .et-pb-icon-circle,
.et_pb_blurb_position_right .et-pb-icon-circle {
  font-size: 16px;
  border-radius: 32px;
  padding: 8px;
}
.et_pb_blurb_position_left .et-pb-icon-circle-border,
.et_pb_blurb_position_right .et-pb-icon-circle-border {
  border: 2px solid;
}
.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
  display: table-cell;
  vertical-align: top;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 15px;
}
.et_pb_blurb_position_left .et_pb_blurb_content {
  text-align: left;
}
/* Positioned Right */
.et_pb_blurb_position_right .et_pb_blurb_container {
  padding-right: 15px;
}
.et_pb_blurb_position_right .et_pb_blurb_content {
  padding-right: 52px;
  text-align: right;
}
.et_pb_blurb_position_right .et_pb_main_blurb_image {
  left: auto;
  right: 0;
}
.et_pb_blurb_position_right .et-pb-icon {
  margin-right: 0;
  margin-left: 20px;
}
/* Pricing Tables Module*/
.et_pb_pricing_table {
  float: left;
  width: 33.33%;
  border: 1px solid #bebebe;
  background-color: #fcfcfc;
  padding-bottom: 30px;
  text-align: center;
  margin: 30px -1px 0 0;
}
.et_pb_featured_table {
  background-color: #fff;
  margin-top: 0;
  position: relative;
  z-index: 100;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.et_pb_centered_pricing_items .et_pb_pricing {
  text-align: center;
}
/* Column Adjustments */
.et_pb_column_4_4 .et_pb_pricing_table {
  width: 25%;
}
.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
  width: 33.33%;
}
.et_pb_pricing_2 .et_pb_pricing_table,
.et_pb_column_2_3 .et_pb_pricing_table,
.et_pb_column_1_2 .et_pb_pricing_table {
  width: 50%;
}
.et_pb_pricing_1 .et_pb_pricing_table,
.et_pb_column_3_8 .et_pb_pricing_table,
.et_pb_column_1_3 .et_pb_pricing_table,
.et_pb_column_1_4 .et_pb_pricing_table {
  width: 100%;
  margin: 0 0 30px;
}
.et_pb_pricing_1 .et_pb_pricing_table:last-child,
.et_pb_column_3_8 .et_pb_pricing_table:last-child,
.et_pb_column_1_3 .et_pb_pricing_table:last-child,
.et_pb_column_1_4 .et_pb_pricing_table:last-child {
  margin-bottom: 0;
}
.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(4n+1),
.et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(3n+1),
.et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1) {
  clear: both;
}
.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+5),
.et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+4),
.et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3),
.et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3) {
  margin-top: 50px;
}
.et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5),
.et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
.et_pb_column_2_3 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_1_2 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3) {
  margin-top: 30px;
}
.et_pb_pricing_heading {
  background-color: #bebebe;
  margin-bottom: 17px;
  padding: 10px 0;
}
.et_pb_pricing_heading h2 {
  color: #fff;
  padding-bottom: 5px;
}
.et_pb_best_value {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 500;
}
.et_pb_pricing_content_top {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 30px;
}
.et_pb_et_price {
  color: #999;
  font-size: 16px;
}
.et_pb_dollar_sign {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  margin-left: -0.5em;
}
.et_pb_sum {
  font-size: 80px;
  line-height: 1.03em;
  font-weight: 300;
}
.et_pb_pricing_content {
  padding: 30px;
  text-align: left;
}
.et_pb_featured_table .et_pb_pricing_content {
  padding-bottom: 50px;
}
.et_pb_pricing li {
  line-height: 1.6em;
  padding: 0 0 1.6em 14px;
  position: relative;
}
.et_pb_pricing li:last-child {
  padding-bottom: 0;
}
.et_pb_pricing li span:before {
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -14px;
  position: absolute;
  top: 9px;
  border-radius: 3px;
}
.et_pb_pricing li.et_pb_not_available {
  color: #ccc;
}
.et_pb_pricing li.et_pb_not_available span:before {
  border-color: #ccc;
}
.et_pb_pricing li a {
  font-weight: 500;
  text-decoration: none;
}
.et_pb_pricing li span {
  position: relative;
}
.et_pb_centered_pricing_items .et_pb_pricing li {
  padding-left: 0;
}
.et_pb_pricing_table_button {
  display: inline-block;
}
/* Testimonials Module */
.et_pb_testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5;
}
.et_pb_testimonial.et_pb_testimonial_no_bg {
  padding: 30px 0 0;
}
.et_pb_testimonial p:last-of-type {
  padding-bottom: 0px;
}
.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
  border-radius: 90px;
}
.et_pb_testimonial_portrait {
  float: left;
  position: relative;
  display: table-cell;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.et_pb_testimonial_portrait:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
.et_pb_testimonial_description {
  display: table-cell;
}
.et_pb_bg_layout_dark .et_pb_testimonial_description a {
  color: #fff;
}
.et_pb_testimonial_author {
  margin-top: 16px;
  font-weight: 700;
  display: block;
}
.et_pb_testimonial_author a {
  color: inherit;
}
.et_pb_testimonial:before {
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  border-radius: 31px;
}
.et_pb_testimonial.et_pb_testimonial_no_bg:before {
  background: inherit;
}
.et_pb_testimonial.et_pb_icon_off:before {
  display: none;
}
.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
  color: #666 !important;
}
/* Call To Action Module */
.et-promo {
  background-color: #1f6581;
  padding: 40px 0 25px;
}
.et-promo-description {
  float: left;
  padding: 0 60px;
}
.et-promo-description {
  width: 754px;
}
.et-promo-description p {
  color: #fff;
}
.et-promo-button {
  padding-right: 60px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 14px 20px;
  margin-top: 20px;
  float: left;
}
/* Number Counter Module */
.et_pb_counter_title {
  font-size: 12px;
  line-height: 1.6em;
  display: block;
}
.et_pb_bg_layout_light .et_pb_counter_title {
  color: #666;
}
.et_pb_counter_container {
  background-color: #dddddd;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.et_pb_counter_amount {
  opacity: 0;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
  text-align: right;
  padding: 1px 3% 1px 1px;
  display: block;
  min-height: 6px;
}
/* Blog Module */
.et_pb_post {
  margin-bottom: 60px;
}
.et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
}
.et_pb_post h2 {
  margin-top: 30px;
}
.et_pb_post h2 a,
.et_pb_portfolio_item h3 a {
  text-decoration: none;
}
.et_pb_post .post-meta {
  font-size: 16px;
  margin-bottom: 6px;
}
.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a {
  text-decoration: none;
}
.et_pb_post .more {
  color: #82c0c7;
  text-decoration: none;
}
.et_pb_posts a.more-link {
  clear: both;
  display: block;
}
.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
  display: block;
  position: relative;
}
/* Color Layouts */
.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
  color: #666;
}
.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.et_pb_bg_layout_dark p.et_pb_title_meta_container,
.et_pb_bg_layout_dark p.et_pb_title_meta_container a {
  color: inherit;
}
/* Grid Layout */
.et_pb_blog_grid .column {
  float: left;
  max-width: 100%;
}
.et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_blog_grid .column.size-1of2:nth-child(2n) {
  margin-right: 0 !important;
}
.et_pb_blog_grid .et_pb_post {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  word-wrap: break-word;
}
.et_pb_blog_grid_dropshadow .et_pb_post {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.et_pb_blog_grid .et_pb_image_container {
  position: relative;
}
.et_pb_image_container,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_pb_post .et_pb_slider {
  margin: -20px -20px 10px;
}
.et_pb_image_container img,
.et_pb_post a img {
  vertical-align: bottom;
  max-width: 100%;
}
.et_pb_blog_grid .et_pb_image_container img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
.et_pb_blog_grid .et_pb_no_thumb h2 {
  margin-top: 0;
}
.et_pb_blog_grid .et_audio_content {
  margin-bottom: 0;
}
.et_pb_blog_grid h2 {
  font-size: 18px;
  margin-top: 19px;
}
.et_pb_blog_grid[data-columns]::before {
  display: none;
  opacity: 0;
  line-height: 0;
}
.js .et_pb_blog_grid[data-columns] .et_pb_post {
  opacity: 0;
}
.js .et_pb_blog_grid[data-columns] .column .et_pb_post {
  opacity: 1;
  -webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/* Video Module */
.et_pb_video {
  position: relative;
}
.et_pb_video_box {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.et_pb_video_box video {
  width: 100% !important;
  height: auto !important;
}
.et_pb_video_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.et_pb_video_play:before {
  font-family: 'ETmodules';
  content: "\49";
}
.et_pb_video_play {
  display: block;
  position: absolute;
  z-index: 100;
  color: #fff;
  left: 50%;
  top: 50%;
}
.et_pb_bg_layout_light .et_pb_video_play {
  color: #333;
}
.et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
.et_pb_video .et_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* Column Adjustments */
.et_pb_column_4_4 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_1_2 .et_pb_video_play {
  font-size: 6rem;
  line-height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
}
.et_pb_column_3_8 .et_pb_video_play,
.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play {
  font-size: 3rem;
  line-height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}
/* Video Slider Module */
.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.6);
}
.et_pb_video_slider .et_pb_slider_dots + .et-pb-controllers {
  position: relative;
  margin-top: 10px;
  bottom: 0;
  z-index: initial;
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light + .et-pb-controllers a {
  background-color: rgba(255, 255, 255, 0.5);
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light + .et-pb-controllers .et-pb-active-control {
  background-color: #fff !important;
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark + .et-pb-controllers a {
  background-color: rgba(51, 51, 51, 0.5);
}
.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark + .et-pb-controllers .et-pb-active-control {
  background-color: #333 !important;
}
.et_pb_carousel {
  margin-top: 2%;
  position: relative;
  overflow: hidden;
}
.et_pb_carousel:hover .et-pb-arrow-prev {
  left: 10px;
  opacity: 1;
}
.et_pb_carousel:hover .et-pb-arrow-next {
  right: 10px;
  opacity: 1;
}
.et_pb_slider_carousel {
  margin-bottom: 0 !important;
}
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et_pb_video_play {
  color: #fff;
}
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et_pb_video_play {
  color: #333;
}
.et_pb_carousel_items {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.et_pb_carousel_items .et-carousel-group {
  display: none;
  float: left;
  width: 100%;
  position: relative;
}
.et_pb_carousel_items .et-carousel-group.active {
  display: block;
}
.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
  margin-right: 0;
}
.et_pb_carousel_item {
  display: none;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
}
.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
  width: 15%;
}
.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
  width: 18.4%;
}
.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
  width: 23.5%;
}
.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
  width: 32%;
}
.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
  width: 49%;
}
.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
  width: 100%;
}
.et_pb_carousel_item:after {
  padding-top: 75%;
  display: block;
  content: '';
}
.et_pb_carousel_item .et_pb_video_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.6);
}
.et_pb_carousel_item .et_pb_video_play {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
  opacity: 1;
}
.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* Mobile Adjustments */
.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
  opacity: 0 !important;
}
.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next {
  opacity: 0 !important;
}
.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
  left: -10px;
  opacity: 1;
}
.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
  right: -10px;
  opacity: 1;
}
/* Column Adjustments */
.et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide {
  min-height: initial !important;
}
.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play {
  font-size: 2.78rem;
  line-height: 2.78rem;
  margin-left: -1.39rem;
  margin-top: -1.39rem;
}
.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play {
  font-size: 2rem;
  line-height: 2rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
}
/* Sidebar Module */
.et_pb_widget_area_left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
}
.et_pb_widget_area_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
}
.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
  border-right: none;
}
.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
  border-left: none;
}
.et_pb_sidebar_no_border {
  border: none;
  padding: 0;
}
/* Fullwidth Image Module */
.et_pb_fullwidth_image {
  position: relative;
  line-height: 0;
}
.et_pb_fullwidth_image img {
  width: 100%;
}
/* Call To Action and Button Modules */
.et_pb_promo {
  padding: 40px 60px;
  text-align: center;
}
.et_pb_promo_description {
  padding-bottom: 20px;
}
.et_pb_promo_description p:last-of-type {
  padding-bottom: 0px;
}
.et_pb_promo_button,
.et_pb_module.et_pb_button {
  display: inline-block;
  color: inherit;
}
.et_pb_promo_button:hover,
.et_pb_newsletter_button:hover {
  text-decoration: none;
}
.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo {
  padding: 40px;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_right {
  text-align: right;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_center {
  text-align: center;
}
/* Newsletter Module */
.et_pb_newsletter {
  padding: 25px;
}
.et_pb_newsletter_form,
.et_pb_newsletter_description {
  width: 50%;
  padding: 0;
}
.et_pb_newsletter_description {
  float: left;
  margin-bottom: 20px;
}
.et_pb_newsletter_description p:last-of-type {
  padding-bottom: 0px;
}
.et_pb_newsletter_form {
  float: left;
}
.et_pb_newsletter_form p input {
  font-size: 16px;
  border: none !important;
  padding: 14px 4% !important;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
  border-radius: 3px !important;
}
.et_pb_newsletter_form p .et_pb_signup_error {
  border: 1px solid #f00 !important;
}
.et_pb_newsletter_result {
  display: none;
}
.et_pb_newsletter_button {
  display: block;
  color: inherit;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.et_pb_login_form .et_pb_newsletter_button,
.et_pb_feedburner_form .et_pb_newsletter_button {
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.et_pb_login_form form,
.et_pb_feedburner_form form {
  text-align: left;
}
.et_pb_login_form ::-webkit-input-placeholder,
.et_pb_feedburner_form ::-webkit-input-placeholder {
  color: #666;
}
.et_pb_login_form ::-moz-placeholder,
.et_pb_feedburner_form ::-moz-placeholder {
  color: #666;
}
.et_pb_login_form :-ms-input-placeholder,
.et_pb_feedburner_form :-ms-input-placeholder {
  color: #666;
}
.et_pb_no_bg {
  padding: 0 !important;
}
/* Column Adjustments */
.logged-in .et_pb_login .et_pb_newsletter_description,
.et_pb_column_1_2 .et_pb_newsletter_form,
.et_pb_column_1_2 .et_pb_newsletter_description,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_column_1_3 .et_pb_newsletter_form,
.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column_1_4 .et_pb_newsletter_description {
  width: 100%;
  padding: 0;
}
.et_pb_column_4_4 .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter_form,
.et_pb_column_2_3 .et_pb_newsletter_form {
  padding-left: 40px;
}
/* Tabs Module */
.et_pb_tabs {
  border: 1px solid #d9d9d9;
}
ul.et_pb_tabs_controls {
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.et_pb_tabs_controls li {
  float: left;
  padding: 5px 30px 3px;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  max-width: 100%;
}
.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
  border-right: none;
}
.et_pb_tabs_controls li a {
  text-decoration: none;
  color: #666;
}
.et_pb_tabs_controls li.et_pb_tab_active {
  padding: 4px 30px 4px;
  background-color: #fff;
  bottom: -1px;
}
.et_pb_tab_active a {
  color: #333!important;
}
.et_pb_tab p:last-of-type {
  padding-bottom: 0px;
}
.et_pb_all_tabs {
  padding: 24px 30px;
  background: #fff;
}
.et_pb_all_tabs > div,
.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}
.et_pb_all_tabs .et_pb_active_content {
  display: block;
}
/* Column Adjustments */
.et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls {
  border-bottom: none;
}
.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
}
/* Accordion + Toggle Modules*/
.et_pb_toggle {
  border: 1px solid #d9d9d9;
}
.et_pb_toggle_close {
  background-color: #ffffff;
  padding: 20px;
}
.et_pb_toggle_open {
  padding: 20px;
  background: #FFF;
}
.et_pb_toggle h5.et_pb_toggle_title {
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 0;
}
.et_pb_toggle_close h5.et_pb_toggle_title {
  color: #666;
}
.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #333;
}
.et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #ccc;
  top: 50%;
  margin-top: -0.5em;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\e04f";
}
.et_pb_toggle_content {
  padding-top: 20px;
}
.et_pb_toggle_content p:last-of-type {
  padding-bottom: 0px;
}
/* Map Module */
.et_pb_map {
  height: 440px;
  width: 100%;
  position: relative;
}
body.chrome.parallax-map-support .et_pb_map {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.et_pb_fullwidth_section .et_pb_map_container {
  margin: 0;
}
.et_pb_map_container img {
  max-width: inherit;
}
.et_pb_map_pin {
  display: none;
  visibility: hidden;
}
/* Column Adjustments */
.et_pb_column_2_3 .et_pb_map {
  height: 400px;
}
.et_pb_column_1_2 .et_pb_map,
.et_pb_column_3_8 .et_pb_map {
  height: 280px;
}
.et_pb_column_1_3 .et_pb_map,
.et_pb_column_1_4 .et_pb_map {
  height: 230px;
}
/* Contact Form Module */
.et_pb_contact_form {
  margin-left: -3%;
}
.et_pb_contact_field {
  padding: 0 0 0 3%;
  margin-bottom: 3%;
}
.et_pb_contact_main_title {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
}
.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title {
  font-size: 22px;
}
.et_pb_contact_form_label {
  display: none;
}
.et_pb_contact_right {
  display: inline-block;
  width: auto;
  margin: 0;
  text-align: right;
}
.et_pb_contact .et_pb_contact_field_half {
  width: 50%;
  float: left;
  overflow: hidden;
}
.et_pb_contact p input,
.et_pb_contact p textarea {
  background-color: #eee;
  border: none;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  color: #999;
  padding: 16px;
}
.et_pb_contact_right p input {
  max-width: 45px;
  padding: 16px;
}
.et_pb_contact_message {
  min-height: 150px;
}
.et_pb_contact_submit,
.et_pb_contact_reset {
  font-family: inherit;
  display: inline-block;
  margin: 0 0 0 15px;
  cursor: pointer;
}
.et_pb_contact p .et_contact_error {
  border: 1px solid red !important;
}
.et_contact_bottom_container {
  float: right;
  text-align: right;
  margin-top: -1.5%;
  overflow: hidden;
}
.et_pb_contact_form .et_pb_contactform_validate_field {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  visibility: hidden !important;
}
.et_pb_contactform_validate_field {
  display: none;
}
/* Countdown Timer Module */
.et_pb_countdown_timer {
  padding: 4%;
}
.et_pb_countdown_timer .et_pb_countdown_timer_container {
  width: 100%;
  text-align: center;
}
.et_pb_countdown_timer .title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
.et_pb_countdown_timer .section {
  display: inline-block;
}
.et_pb_countdown_timer .section.values {
  width: 17%;
  max-width: 160px;
}
.et_pb_countdown_timer .section p {
  font-size: 54px;
  line-height: 54px;
  padding-bottom: 0px;
  text-align: center;
  display: inline-block;
}
.et_pb_countdown_timer .section.zero p {
  opacity: 0.40;
}
.et_pb_countdown_timer .section p.label {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  display: block;
}
.et_pb_countdown_timer .sep {
  position: relative;
  top: -28px;
}
/* Column Adjustments */
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
  font-size: 20px;
  line-height: 20px;
}
.et_pb_column_1_2 .et_pb_countdown_timer .section p {
  font-size: 38px;
  line-height: 38px;
}
.et_pb_column_1_2 .et_pb_countdown_timer .section p.label {
  font-size: 12px;
  line-height: 20px;
}
.et_pb_column_1_2 .et_pb_countdown_timer .sep,
.et_pb_column_3_8 .et_pb_countdown_timer .sep,
.et_pb_column_1_3 .et_pb_countdown_timer .sep,
.et_pb_column_1_4 .et_pb_countdown_timer .sep {
  top: -22px;
}
.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.et_pb_column_3_8 .et_pb_countdown_timer .section p,
.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
  font-size: 28px;
  line-height: 28px;
}
.et_pb_column_3_8 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
  font-size: 11px;
  line-height: 19px;
}
/* Vertical Nav Adjustments */
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p {
  font-size: 20px;
  line-height: 20px;
}
/* Circle Counter Module */
.et_pb_circle_counter,
.et_pb_number_counter {
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}
.et_pb_circle_counter {
  max-width: 225px;
}
.et_pb_circle_counter canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
  position: relative;
  z-index: 2;
}
.et_pb_circle_counter .percent p,
.et_pb_number_counter .percent p {
  visibility: hidden;
}
.et_pb_circle_counter .percent p,
.et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  line-height: 0.1em;
  padding: 49% 0;
}
.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
  padding: 20px 0 0 0;
  font-size: 18px;
}
/* Number Counter Module */
.et_pb_number_counter {
  width: auto;
}
.et_pb_number_counter canvas {
  display: none;
  visibility: hidden;
}
.et_pb_number_counter .percent {
  height: 72px;
}
.et_pb_number_counter .percent p {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
}
/* Project Post Type */
.et_pb_post .entry-content {
  padding-top: 30px;
}
.et_pb_portfolio_item h2,
.et_pb_gallery_grid .et_pb_gallery_item h3 {
  margin-top: 10px;
}
.et_pb_inline_icon:before,
.et_overlay.et_pb_inline_icon:before {
  content: attr(data-icon);
}
/* Portfolio + Shop Overlay */
.et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.et_overlay:before {
  content: '\e050';
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -14px 0 0 -14px;
  font-size: 32px;
  transition: all 0.4s;
}
.et_overlay:hover:before {
  top: 50%;
}
.et_shop_image:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay,
.et_pb_has_overlay:hover .et_overlay {
  z-index: 3;
  opacity: 1;
}
.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
  display: none;
}
#ie7 .et_overlay,
#ie8 .et_overlay {
  display: none;
}
/* Fullwidth Menu Module */
.et_pb_fullwidth_menu .fullwidth-menu-nav,
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  float: none;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  padding: 28px 0 0 !important;
  line-height: 1.7em;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li.mega-menu > ul {
  top: 76px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul {
  padding: 20px 0;
  text-align: left;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a {
  color: #fff;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
  top: 12px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards {
  padding: 0 0 29px !important;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li {
  padding-top: 28px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li > a {
  padding-bottom: 0;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul {
  bottom: 100%;
  top: initial;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top: none;
  border-bottom-color: #2EA3F2;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul li ul {
  bottom: -23px;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu ul ul {
  bottom: 0px;
  top: initial;
  border: none;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu > ul {
  bottom: 76px;
}
/* Login Module */
.et_pb_forgot_password {
  font-size: 12px;
  margin-top: -5px;
}
.et_pb_forgot_password a {
  color: #fff;
  text-decoration: underline;
}
.et_pb_bg_layout_light .et_pb_forgot_password a {
  color: #666;
}
/* Person Module */
.et_pb_team_member_image {
  float: left;
  width: 320px;
  margin-right: 30px;
  display: table-cell;
  line-height: 0;
}
.et_pb_team_member_description {
  display: table-cell;
  vertical-align: top;
}
.et_pb_team_member_no_image .et_pb_team_member_description {
  display: block !important;
}
.et_pb_team_member_description h4 {
  padding-bottom: 0;
}
.et_pb_member_position {
  color: #aaa;
  padding-bottom: 7px;
}
/* Column Adjustments */
.et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image {
  float: none;
  display: block;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
}
.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description {
  display: block;
}
/* Social Media */
.et_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
}
.et_pb_member_social_links a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-align: center;
  transition: color 300ms ease 0s;
  color: #b2b2b2;
  text-decoration: none;
}
.et_pb_facebook_icon:before {
  content: '\e093';
}
.et_pb_twitter_icon:before {
  content: '\e094';
}
.et_pb_google_icon:before {
  content: '\e096';
}
.et_pb_linkedin_icon:before {
  content: "\e09d";
}
.et_pb_member_social_links span {
  display: none;
}
/* Blog Post Formats */
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content {
  text-align: center;
  word-wrap: break-word;
  position: relative;
}
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content,
.et_quote_content {
  padding: 50px 60px;
}
/* Link Post Format */
.et_quote_content blockquote p,
.et_quote_content blockquote cite,
.et_link_content h2,
.et_link_content a.et_link_main_url,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
  color: #fff !important;
}
.et_pb_text_color_dark .et_quote_content blockquote p,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_audio_module_meta {
  color: #666 !important;
}
.et_pb_text_color_dark.et_quote_content blockquote p,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2 {
  color: #bbb !important;
}
.et_pb_text_color_dark.et_quote_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_audio_content {
  background-color: #e8e8e8;
}
.et_quote_main_link {
  position: absolute;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
/* Quote Post Format */
.et_quote_content blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
  margin-top: 0;
}
.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2 {
  line-height: 44px;
}
.et_audio_content h2 {
  margin-bottom: 20px;
}
.et_quote_content blockquote cite,
.et_link_content a.et_link_main_url {
  font-size: 18px;
  font-weight: 200;
}
.et_quote_content blockquote cite {
  font-style: normal;
}
/* Column Adjustments */
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
  margin-bottom: 9px;
  margin-top: 0;
}
.et_pb_column_2_3 .et_quote_content {
  padding: 50px 42px 45px;
}
.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
  padding: 40px 40px 45px;
}
.et_pb_column_1_2 .et_quote_content {
  padding: 35px 40px;
}
.et_pb_column_1_2 .et_link_content,
.et_pb_column_1_2 .et_audio_content {
  padding: 35px 40px;
}
.et_pb_column_1_2 .et_pb_audio_module_content {
  padding: 40px 40px 35px;
}
.et_pb_column_1_2 .et_quote_content blockquote p {
  font-size: 26px;
}
.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_1_2 .et_audio_content h2 {
  line-height: 32px;
}
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url {
  font-size: 16px;
}
.et_pb_column_1_3 .et_quote_content,
.et_pb_column_3_8 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_blog_grid .et_quote_content {
  padding: 35px 30px 32px;
}
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
  font-size: 18px;
  line-height: 26px;
}
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url {
  font-size: 16px;
}
.et_pb_blog_grid .et_link_content,
.et_pb_blog_grid .et_quote_content {
  margin: -20px -20px 19px;
}
.et_pb_column_1_3 .et_link_content,
.et_pb_column_3_8 .et_link_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_blog_grid .et_audio_content {
  padding: 35px 20px;
}
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
  padding: 30px;
}
/* Audio Post Format */
.et_pb_blog_grid .et_audio_content {
  margin-bottom: 19px;
}
.et_audio_container .mejs-container,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body,
.et_audio_container .mejs-container .mejs-controls {
  background: none;
  height: auto;
}
.et_audio_container .mejs-time.mejs-currenttime-container,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none !important;
}
.et_audio_container .mejs-time.mejs-currenttime-container.custom {
  display: block !important;
  padding: 0;
  margin-left: 10px;
  line-height: inherit;
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  height: 4px;
  margin: 8px 0 0 0;
  top: 0;
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(153, 153, 153, 0.5);
}
.et_audio_container .mejs-controls > div {
  height: 20px !important;
}
.et_audio_container .mejs-controls div.mejs-time-rail {
  padding-top: 0;
  position: relative;
  display: block !important;
}
.et_audio_container span.mejs-time-total.mejs-time-slider {
  display: block !important;
  position: relative !important;
  max-width: 100%;
}
.et_audio_container .mejs-button.mejs-volume-button {
  height: auto;
  width: auto;
  margin-left: 10px;
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
  height: 4px;
  border-radius: 5px;
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #999;
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 8px;
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: block;
  top: -3px;
  border: none;
  width: 10px;
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #FFF;
  border-radius: 5px;
  height: 10px;
  position: absolute;
  top: 5px;
}
.et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 18px;
}
.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
  height: 19px;
  margin-left: 5px;
  display: block !important;
  float: left;
}
.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
  height: 4px;
}
.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
  background: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  z-index: 99;
}
.et_audio_container .mejs-playpause-button button:before {
  content: "\45" !important;
  font-size: 32px;
  left: 0;
  top: -8px;
}
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
  color: #fff;
}
.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
  color: #666;
}
.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #666;
}
.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
  color: #999;
}
.et_audio_container .mejs-playpause-button {
  margin-top: -7px !important;
  width: auto !important;
  height: auto !important;
}
.et_audio_container .mejs-controls .mejs-button button:focus {
  outline: none;
}
.et_audio_container .mejs-playpause-button.mejs-pause button:before {
  content: "\60" !important;
}
.et_audio_container .mejs-volume-button button:before {
  content: "\e068";
  font-size: 18px;
}
.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 16px;
}
/* Gallery Post Format */
.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
  min-height: 500px;
  background-size: cover !important;
  background-position: top center;
}
.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
  min-height: 180px;
}
.et_gallery_item {
  float: left;
  width: 28.353%;
  margin: 0 7.47% 7.47% 0;
}
.et_gallery_item:nth-child(3n) {
  margin-right: 0;
}
.et_gallery_item:nth-child(3n+1) {
  clear: both;
}
/* Fullwidth Gallery */
.et_full_width_page .et_gallery_item {
  float: left;
  width: 20.875%;
  margin: 0 5.5% 5.5% 0;
}
.et_full_width_page .et_gallery_item:nth-child(3n) {
  margin-right: 5.5%;
}
.et_full_width_page .et_gallery_item:nth-child(3n+1) {
  clear: none;
}
.et_full_width_page .et_gallery_item:nth-child(4n) {
  margin-right: 0;
}
.et_full_width_page .et_gallery_item:nth-child(4n+1) {
  clear: both;
}
/* Column Adjustments */
.et_pb_column_3_4 .et_pb_post .et_pb_slide {
  min-height: 442px;
}
.et_pb_column_2_3 .et_pb_post .et_pb_slide {
  min-height: 390px;
}
.et_pb_column_1_2 .et_pb_post .et_pb_slide {
  min-height: 284px;
}
.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
  min-height: 180px;
}
.et_pb_column_1_4 .et_pb_post .et_pb_slide {
  min-height: 125px;
}
/* Audio Module */
.et_pb_audio_module {
  position: relative;
}
.et_pb_audio_cover_art {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.et_pb_audio_module_content {
  margin-left: 220px;
}
.et_pb_audio_module_content h2 {
  margin-bottom: -5px;
}
.et_audio_module_meta {
  margin-bottom: 17px;
  color: #fff;
}
.et_pb_audio_no_image .et_pb_audio_module_content {
  margin-left: 0;
}
/* Column Adjustments */
.et_pb_column_2_3 .et_pb_audio_cover_art {
  width: 180px;
}
.et_pb_column_2_3 .et_pb_audio_module_content {
  margin-left: 180px;
}
.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art {
  float: none;
  width: 100%;
  position: relative;
}
.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
  margin-left: 0;
}
.et_pb_column_1_4 .et_audio_module_meta {
  font-size: 12px;
}
.et_pb_column_1_2 .et_pb_audio_cover_art {
  height: 380px;
}
.et_pb_column_3_8 .et_pb_audio_cover_art {
  height: 275px;
}
.et_pb_column_1_3 .et_pb_audio_cover_art {
  height: 240px;
}
.et_pb_column_1_4 .et_pb_audio_cover_art {
  height: 170px;
}
/* Icon Font */
.et-pb-arrow-prev:before,
.et-pb-arrow-next:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.et_overlay:before,
#et_search_icon:before,
.mobile_menu_bar:before,
.et-social-icon a:before,
.et_pb_social_icon a.icon:before,
.et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
#et-info-phone:before,
#et-info-email:before,
.et-cart-info span:before,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after,
.form-submit input:after,
.et_pb_contact_submit:after,
.et_pb_contact_reset:after,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after,
.woocommerce button.single_add_to_cart_button.read-more-button:after,
.woocommerce a.read-more-button.alt:after,
.woocommerce-page a.read-more-button.alt:after,
.woocommerce button.read-more-button.alt:after,
.woocommerce-page button.read-more-button.alt:after,
.woocommerce input.read-more-button.alt:after,
.woocommerce-page input.read-more-button.alt:after,
.woocommerce #content input.read-more-button.alt:after,
.woocommerce-page #content input.read-more-button.alt:after,
.woocommerce-page a.read-more-button:after,
.woocommerce button.read-more-button:after,
.woocommerce-page button.read-more-button:after,
.woocommerce input.read-more-button:after,
.woocommerce-page input.read-more-button:after,
.woocommerce #content input.read-more-button:after,
.woocommerce-page #content input.read-more-button:after,
.woocommerce button.single_add_to_cart_button.post-nav .nav-links .button:after,
.woocommerce a.post-nav .nav-links .button.alt:after,
.woocommerce-page a.post-nav .nav-links .button.alt:after,
.woocommerce button.post-nav .nav-links .button.alt:after,
.woocommerce-page button.post-nav .nav-links .button.alt:after,
.woocommerce input.post-nav .nav-links .button.alt:after,
.woocommerce-page input.post-nav .nav-links .button.alt:after,
.woocommerce #content input.post-nav .nav-links .button.alt:after,
.woocommerce-page #content input.post-nav .nav-links .button.alt:after,
.woocommerce-page a.post-nav .nav-links .button:after,
.woocommerce button.post-nav .nav-links .button:after,
.woocommerce-page button.post-nav .nav-links .button:after,
.woocommerce input.post-nav .nav-links .button:after,
.woocommerce-page input.post-nav .nav-links .button:after,
.woocommerce #content input.post-nav .nav-links .button:after,
.woocommerce-page #content input.post-nav .nav-links .button:after {
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.et_pb_custom_button_icon.et_pb_button:after {
  content: attr(data-icon);
}

/* Dropdown Menu */
.nav li li {
  padding: 0 20px;
  margin: 0;
}
.fullwidth-menu li li a {
  padding: 6px 20px;
  width: 200px;
}
.nav li {
  /*position: relative;*/
  line-height: 1em;
}
.nav li li {
  position: relative;
  line-height: 1em;
}
/*
.nav li ul {
  position: absolute;
  padding: 20px 0;
}
.nav li ul {
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2EA3F2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
  text-align: left;
}
*/
.nav li.et-hover > ul {
  visibility: visible;
}
.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px;
}
.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 240px;
}
.nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.nav li li a {
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.et_mobile_menu li a {
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}

/*
.nav ul li a:hover,
.et_mobile_menu li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}
*/

/* Dropdown adjustment */
.et-dropdown-removing > ul {
  display: none;
}
.mega-menu .et-dropdown-removing > ul {
  display: block;
}
/* Dropdown Arrows */
.fullwidth-menu .menu-item-has-children > a:first-child:after {
  font-family: 'ETmodules';
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
.fullwidth-menu .menu-item-has-children > a:first-child {
  padding-right: 20px;
}
.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
  right: 20px;
  top: 6px;
}
/* Mega Menu */
.fullwidth-menu-nav li.mega-menu {
  position: inherit;
}
.fullwidth-menu-nav li.mega-menu > ul {
  padding: 30px 20px;
  position: absolute !important;
  width: 100%;
  left: 0 !important;
}
.fullwidth-menu-nav li.mega-menu ul li {
  margin: 0;
  float: left!important;
  display: block !important;
  padding: 0 !important;
}
.fullwidth-menu-nav li.mega-menu li > ul {
  -webkit-animation: none !important;
  animation: none !important;
  padding: 0px;
  border: none;
  left: auto;
  top: auto;
  width: 240px !important;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.fullwidth-menu-nav li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none;
}
.fullwidth-menu-nav li.mega-menu.et-hover li ul {
  display: block;
}
.fullwidth-menu-nav li.mega-menu:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}
.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}
.fullwidth-menu-nav li.mega-menu li > a {
  width: 200px !important;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li li,
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > a {
  width: 100% !important;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important;
}
.fullwidth-menu-nav li.mega-menu > ul > li {
  width: 25%;
  margin: 0;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}
.fullwidth-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}
.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}
.et_fullwidth_nav #top-menu li.mega-menu > ul {
  width: auto;
  left: 30px !important;
  right: 30px !important;
}
/* Mobile Menu */
.et_mobile_menu {
  position: absolute;
  left: 0;
  padding: 5%;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #2EA3F2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul {
  visibility: visible !important;
  display: block !important;
  padding-left: 10px;
}
.et_mobile_menu li li {
  padding-left: 5%;
}
.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
  padding: 10px 5%;
  display: block;
}
.et_mobile_menu .menu-item-has-children > a {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.03);
}
.et_mobile_menu li .menu-item-has-children > a {
  background-color: transparent;
}
.et_mobile_nav_menu {
  float: right;
  display: none;
}
.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0;
}
.mobile_menu_bar:before {
  content: "\61";
  font-size: 32px;
  left: 0;
  position: relative;
  top: 0;
  cursor: pointer;
}
.mobile_nav .select_page {
  display: none;
}
/* Slider Modules & Gallery Post Format */
.et_pb_slide_video {
  position: absolute;
  top: 50%;
  bottom: auto;
}
.et_pb_slider {
  position: relative;
  overflow: hidden;
}
.et_pb_slides:after,
.et_pb_row:after,
.et_pb_row_inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
.et_pb_slider .et_pb_slide {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100%;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none !important;
}
.format-gallery .et_pb_slider .et_pb_slide,
.et_pb_slider_no_shadow .et_pb_slide {
  box-shadow: none;
}
.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.et_pb_slider.gallery-not-found .et_pb_slide,
.et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
  min-height: 0 !important;
}
.et_pb_slider .et_pb_slide,
.et_pb_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}
.et_pb_slider .et_pb_slide:first-child {
  display: list-item;
}
.et_pb_post .et_pb_slider {
  margin-bottom: 0;
}
.et_pb_slider .et_pb_container {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.et_pb_slide {
  padding: 0 6%;
}
.et_pb_video_slider .et_pb_slide {
  padding: 0;
}
.et_pb_slider_fullwidth_off .et_pb_container {
  width: 100% !important;
}
/* Slider Arrows */
.et-pb-arrow-prev,
.et-pb-arrow-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 48px;
  color: #fff;
  margin-top: -24px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.et_pb_bg_layout_light .et-pb-arrow-prev,
.et_pb_bg_layout_light .et-pb-arrow-next {
  color: #333;
}
.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: #333;
}
.et_pb_bg_layout_light .et-pb-controllers a {
  background-color: rgba(0, 0, 0, 0.3);
}
.et-pb-controllers .et-pb-active-control {
  background-color: #fff !important;
}
.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover {
  text-decoration: none;
}
.et-pb-arrow-prev span,
.et-pb-arrow-next span {
  display: none;
}
.et-pb-arrow-prev {
  left: -22px;
}
.et-pb-arrow-next {
  right: -22px;
}
.et-pb-arrow-prev:before {
  content: "\34";
}
.et-pb-arrow-next:before {
  content: "\35";
}
.et_pb_slider:hover .et-pb-arrow-prev,
.et_mobile_device .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}
.et_pb_slider:hover .et-pb-arrow-next,
.et_mobile_device .et-pb-arrow-next {
  right: 22px;
  opacity: 1;
}
.format-gallery .et-pb-arrow-prev,
.format-gallery .et-pb-arrow-next {
  color: #fff;
}
.format-gallery .et-pb-controllers a {
  background-color: rgba(255, 255, 255, 0.5);
}
.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0;
}
.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
  right: 0;
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0px;
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
  right: 0px;
}
.et_pb_column_1_4 .et_pb_slider .et_pb_slide {
  min-height: 170px;
}
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next {
  right: 0px;
}
/* Dot Navigation */
.et-pb-controllers {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.format-gallery .et-pb-controllers {
  bottom: 0;
}
.et-pb-controllers a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}
.et_pb_post .et-pb-controllers a {
  margin-bottom: 10px;
}
.et-pb-controllers a:last-child {
  margin-right: 0;
}
.et-pb-controllers .et-pb-active-control {
  background-color: #fff;
}
/* Slider Image & Video */
.et_pb_slide_image {
  position: absolute;
  bottom: 0;
}
.et_pb_slide:first-child .et_pb_slide_image img {
  opacity: 0;
}
.et_pb_slide:first-child .et_pb_slide_image img.active {
  opacity: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}
.et_pb_media_alignment_center .et_pb_slide_image {
  bottom: auto;
  top: 50%;
}
.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.et-pb-active-slide .et_pb_slide_image {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}
.et_pb_slide_image img {
  vertical-align: bottom;
}
.et_pb_slide_image,
.et_pb_slide_video {
  width: 47.25%;
  margin-right: 5.5%;
}
/* Title & Description */
.et-pb-active-slide .et_pb_slide_description {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.et_pb_bg_layout_dark .et_pb_slide_content {
  color: #fff;
}
.et_pb_slide_description .et_pb_slide_title {
  font-weight: 300;
  font-size: 46px;
  margin-top: 0;
}
.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 16% 8%;
  width: auto;
  margin: auto;
}
.et_pb_slide_with_image .et_pb_slide_description {
  width: 47.25%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  float: right;
}
.et_pb_slide_content {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.et_pb_slide_content p:last-of-type {
  padding-bottom: 0px;
}
/* Button */
.et_pb_more_button {
  color: inherit;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
/* Parallax Background */
.et_parallax_bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.et_pb_section_parallax,
.et_pb_slider_parallax {
  overflow: hidden;
}
.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: fixed;
}
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module,
.et_pb_section_parallax.et_pb_column .et_pb_module {
  z-index: 9;
  position: relative;
}
/* Mobile Devices */
.et_mobile_device .et-waypoint,
.et_mobile_device .et_pb_counter_amount {
  opacity: 1 !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: scroll;
}
/* Column Adjustments */
.et_pb_column_1_2 .et_pb_slider .et_pb_container,
.et_pb_column_3_8 .et_pb_slider .et_pb_container,
.et_pb_column_1_3 .et_pb_slider .et_pb_container,
.et_pb_column_1_4 .et_pb_slider .et_pb_container {
  min-height: initial !important;
}
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
  text-align: center;
}
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  display: none;
}
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  text-align: center;
}
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  display: none;
}
.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content {
  font-size: 16px;
}
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
  display: block;
}
.et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description .et_pb_slide_title {
  font-size: 26px;
  font-weight: 400;
}
.et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title {
  font-size: 22px;
  font-weight: 400;
}
/* Slider Preload */
.et_pb_preload > div,
.et_pb_preload .et_pb_section_video_bg {
  visibility: hidden;
}
.et_pb_preload {
  position: relative;
  background: #464646 !important;
}
.et_pb_preload:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('includes/builder/styles/images/preloader.gif') no-repeat;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}
/* Text Module */
.et_pb_text p:last-of-type {
  padding-bottom: 0px;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
  color: #fff !important;
}
.et_pb_text_align_left {
  text-align: left;
}
.et_pb_text_align_center {
  text-align: center;
  margin: auto;
}
.et_pb_text_align_right {
  text-align: right;
}
.et_pb_text_align_justified {
  text-align: justify;
}
/* Social Media Follow Module */
ul.et_pb_social_media_follow {
  list-style-type: none !important;
  margin: 0 0 22px;
  padding: 0;
}
.et_pb_social_media_follow li {
  float: left;
  margin-bottom: 8px;
}
.et_pb_social_media_follow li a {
  margin-right: 8px;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
}
.et_pb_social_media_follow li a.follow_button {
  padding: 0px 12px;
  margin-top: 5px;
  margin-right: 25px;
  font-size: 16px;
  line-height: 1.6em;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.et_pb_social_media_follow li a.follow_button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
}
.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.et_pb_social_media_follow li a.icon {
  height: 32px;
  width: 32px;
  padding: 0;
}
.et_pb_social_media_follow li a.icon::before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #ffffff;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.et_pb_social_media_follow li a.icon:hover::before {
  color: rgba(255, 255, 255, 0.7);
}
.et_pb_social_media_follow li a.icon.rounded_rectangle {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.et_pb_social_media_follow li a.icon.circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
li.et_pb_social_icon a span {
  display: none;
}
/* Icons */
.et-social-facebook a.icon:before {
  content: '\e093';
}
.et-social-twitter a.icon:before {
  content: '\e094';
}
.et-social-google-plus a.icon:before {
  content: '\e096';
}
.et-social-pinterest a.icon:before {
  content: '\e095';
}
.et-social-linkedin a.icon:before {
  content: '\e09d';
}
.et-social-tumblr a.icon:before {
  content: '\e097';
}
.et-social-instagram a.icon:before {
  content: '\e09a';
}
.et-social-skype a.icon:before {
  content: '\e0a2';
}
.et-social-flikr a.icon:before {
  content: '\e0a6';
}
.et-social-myspace a.icon:before {
  content: '\e0a1';
}
.et-social-dribbble a.icon:before {
  content: '\e09b';
}
.et-social-youtube a.icon:before {
  content: '\e0a3';
}
.et-social-vimeo a.icon:before {
  content: '\e09c';
}
.et-social-rss a.icon:before {
  content: '\e09e';
}
/* Sections */
.et_pb_section {
  position: relative;
  background-color: #fff;
}
.et_section_transparent {
  background-color: transparent;
}
.et_pb_fullwidth_section {
  padding: 0;
}
.et_pb_fullwidth_section .et_pb_row {
  padding: 0 !important;
}
.et_pb_inner_shadow {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}
/* Background Videos */
.et_pb_section_video {
  overflow: hidden;
}
.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
}
.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
  display: none !important;
}
.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
  max-width: none;
}
.et_pb_section_video_bg .mejs-video {
  left: 50%;
  position: absolute;
}
.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important;
}
body.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
/* Rows */
.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
  display: none;
}
.et_pb_column.et_pb_column_empty {
  min-height: 1px;
}
.et_pb_row_inner {
  width: 100%;
}
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0 !important;
}
/* Divider Module */
.et_pb_space {
  border: none;
}
.et_pb_divider {
  margin: 0 0 30px 0;
  position: relative;
}
.et_pb_divider:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: 0;
}
.et_pb_divider_position_bottom:before {
  top: auto;
  bottom: 0;
}
.et_pb_divider_position_center:before {
  top: 50%;
}
body.ie .et_pb_divider {
  overflow: visible;
}
/* Fullwidth Header Module */
.et_pb_fullwidth_header {
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.et_pb_fullwidth_header p {
  padding-bottom: 0;
}
.et_pb_fullwidth_header_subhead {
  display: block;
}
.et_pb_fullscreen {
  padding: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
  min-height: 100vh;
  width: 80%;
  max-width: none;
}
/* Center */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
  -ms-align-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
  width: 100%;
  -ms-align-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
  -ms-align-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
/* Left and Right */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  -moz-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
  width: 100%;
}
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
  width: 50%;
  -ms-align-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
  -ms-align-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
  text-align: left;
  margin-left: 0;
  margin-right: 6%;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
  text-align: right;
  margin-right: 0;
  margin-left: 6%;
  float: right;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
  margin-bottom: 80px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
  padding-left: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
  padding-right: 0;
}
/* Content and Image Styling */
.et_pb_fullwidth_header .header-content {
  padding: 10px;
  text-align: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  margin: 20px auto;
  width: 80%;
  max-width: 800px;
}
.et_pb_fullwidth_header .header-image {
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
  line-height: 0;
}
/* Header Content Styling */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
  margin-top: 20px;
  display: inline-block;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
  margin-left: 15px;
}
/* Header Overlay */
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
/* Parallax Effect */
.et_pb_fullwidth_header .et_pb_parallax_css {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* Header Scroll */
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  width: 100%;
  min-height: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
  display: inline-block;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  color: #FFF;
  font-size: 3.5em;
}
/* Accordion + Toggle Modules */
.et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px;
}
.et_pb_accordion .et_pb_toggle:last-child {
  margin-bottom: 0;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  display: none;
}
.et_pb_counters,
.et_pb_pricing,
.et_pb_widget_area ul,
.et_pb_tabs_controls {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
}
/* Gallery and Portfolio Modules */
.et_pb_gallery .et_pb_gallery_items {
  width: 100%;
  overflow: hidden;
}
.et_pb_gallery_grid .et_pb_gallery_items {
  transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
}
.et_pb_gallery_grid .et_pb_gallery_image {
  overflow: hidden;
  position: relative;
}
.safari .et_pb_gallery_grid .et_pb_gallery_image {
  overflow: visible;
}
.et_pb_gallery_image {
  line-height: 0;
}
.et_pb_gallery_fullwidth .et_pb_gallery_item {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
}
.et_pb_gallery_fullwidth .et_pb_gallery_item,
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
  width: 100%;
}
.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
  display: block;
}
/* Filterable Portfolio Module */
.et_pb_filterable_portfolio .et_pb_portfolio_filters {
  clear: both;
  margin: 0 0 40px 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  list-style-type: none !important;
  padding: 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  float: left;
  font-size: 16px;
  line-height: 1em;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  color: #666666;
  padding: 10px 20px;
  border: 1px solid #E2E2E2;
  display: block;
  height: auto;
  overflow: hidden;
  margin: -1px -1px 0 0;
  background-color: #fff;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
  border-radius: 3px 0 0 3px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
  border-radius: 0 3px 3px 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
  color: #666;
  background-color: #ffffff;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  color: #82c0c7;
  background-color: #F9F9F9;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
  opacity: 1;
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/* Column Adjustments */
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  width: 100%;
}
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
  border-radius: 3px 3px 0px 0px;
}
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
  border-radius: 0px 0px 3px 3px;
}
/* Gallery and Portfolio Pagination */
.et_pb_gallery .et_pb_gallery_pagination,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
  width: 100%;
  border-top: 1px solid #E2E2E2;
}
.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul {
  list-style-type: none !important;
  float: right;
  margin: 0;
  padding: 0;
}
.et_pb_gallery .et_pb_gallery_pagination ul li,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li {
  float: left;
  padding: 10px;
}
.et_pb_gallery .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active {
  color: #82c0c7;
}
.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a {
  color: #FFFFFF;
}
.et_pb_portfolio_items_wrapper.no_pagination {
  border-bottom: none;
}
/* Widgets */
.et_pb_widget {
  float: left;
  max-width: 100%;
}
.et_pb_widget a {
  text-decoration: none;
  color: #666;
}
.et_pb_widget li a:hover,
.et_pb_widget.woocommerce .product_list_widget li a:hover {
  color: #82c0c7;
}
.et_pb_widget ul li,
.et_pb_widget.woocommerce .product_list_widget li {
  margin-bottom: .5em;
}
.et_pb_widget ul li ul li,
.et_pb_widget.woocommerce .product_list_widget li ul li {
  margin-left: 15px;
}
.et_pb_widget select {
  width: 100%;
  height: 28px;
}
.et_pb_widget_area .et_pb_widget a {
  color: inherit;
}
.et_pb_bg_layout_light .et_pb_widget li a,
.et_pb_bg_layout_light .et_pb_widget.woocommerce .product_list_widget li a {
  color: #666;
}
.et_pb_bg_layout_dark .et_pb_widget li a,
.et_pb_bg_layout_dark .et_pb_widget.woocommerce .product_list_widget li a {
  color: inherit;
}
/* Fullwidth Portfolio Module */
.et_pb_fullwidth_portfolio {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.et_pb_fullwidth_portfolio .et_overlay {
  border: none;
}
.et_pb_fullwidth_portfolio .et_pb_carousel_group {
  display: none;
  float: left;
  width: 100%;
  position: relative;
}
.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
  display: block;
}
.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
  display: block;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
  width: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
  float: left;
  margin: 0;
  height: 0px;
  width: 20%;
  position: relative;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
  max-width: inherit;
  height: inherit;
  min-height: 100%;
  min-width: 100%;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
  height: 100%;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
  width: 100%;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
  top: 45%;
  transition: all 0.4s;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
  top: 33%;
}
.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
  background: rgba(0, 0, 0, 0.6);
}
.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
  color: #FFF ;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.et_pb_fullwidth_portfolio h2 {
  text-align: center;
  margin: 30px 0;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
  display: block;
  position: relative;
  float: left;
  z-index: 5;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
  margin-top: 40%;
  padding: 0 5px;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
  margin-top: 35%;
}
.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}
.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
  right: 22px;
  opacity: 1;
}
/* Post Title Module */
.et_pb_title_container h1 {
  font-size: 26px;
  line-height: 1em;
}
.et_pb_column_1_3 .et_pb_title_container h1,
.et_pb_column_1_4 .et_pb_title_container h1 {
  font-size: 18px;
}
.et_pb_post_title.et_pb_featured_bg {
  padding: 16% 8%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
.et_pb_post_title .et_pb_parallax_css {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.et_pb_title_featured_container img {
  width: 100%;
}
.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
  padding: 1em 1.5em;
}
.et_pb_title_container {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  z-index: 98;
  position: relative;
}
.et_pb_title_featured_container {
  line-height: 0;
}
p.et_pb_title_meta_container {
  padding-bottom: 1em;
}
.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
  padding-bottom: 0;
}
/* Fullwidth Post Title Module */
.et_pb_fullwidth_section .et_pb_post_title {
  padding: 6% 0;
}
.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
  padding-top: 0;
}
.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
  padding-bottom: 0;
}
.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title,
.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title {
  padding-top: 0;
}
.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
  padding-top: 6%;
}
.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
  padding-bottom: 0;
}
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  display: block;
}
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container,
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}
.single .et_pb_fullwidth_section .et_pb_title_featured_container {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}
/* Fullwidth Code Module */
.et_pb_fullwidth_code.et_pb_module {
  z-index: 9;
  position: relative;
}
.et_pb_module.et_pb_has_overlay,
article.et_pb_has_overlay .et_pb_blog_image_container {
  position: relative;
}
.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
  border: none;
}
/* Post Slider */
.et_pb_post_slider_image_bottom .et_pb_slide_image {
  position: relative;
  margin: 0 auto 10px !important;
}
.et_pb_post_slider_image_bottom .et_pb_slide_description {
  padding-bottom: 8%;
}
.et_pb_post_slider_image_top .et_pb_slide_image {
  position: relative;
  margin: 8% auto 0px !important;
}
.et_pb_post_slider_image_top .et_pb_slide_description {
  padding-top: 8%;
  padding-bottom: 8%;
}
.et_pb_post_slider_image_right .et_pb_slide_description {
  float: left !important;
}
.et_pb_post_slider_image_right .et_pb_slide_image {
  right: 0;
  margin-right: 0;
}
.et_pb_slider_with_text_overlay h2.et_pb_slide_title {
  padding: 30px 30px 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.et_pb_slider_with_text_overlay .et_pb_slide_content {
  padding: 0 30px 30px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.et_pb_slide_content .post-meta,
.et_pb_slide_content .post-meta a {
  /*font-size: 15px !important;*/
  font-weight: 400 !important;
}
.et_pb_slide_content .post-meta {
  padding-bottom: 0px !important;
  padding-top: 5px;
}
.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_title,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_content {
  background-color: rgba(255, 255, 255, 0.9);
}
.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_title,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_content {
  background-color: rgba(0, 0, 0, 0.3);
}
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta,
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
  color: #fff !important;
}
.et_pb_post_slider.et_pb_bg_layout_light .post-meta,
.et_pb_post_slider.et_pb_bg_layout_light .post-meta a {
  color: #333 !important;
}
.et_pb_post_slider.et_pb_bg_layout_dark {
  background: #2ea3f2;
}
.et_pb_post_slider.et_pb_bg_layout_light {
  background: #f5f5f5;
}
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description,
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
  opacity: 0;
}
.et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide {
  padding-bottom: 6%;
}
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
  margin-bottom: 10% !important;
}
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
  margin-bottom: 5% !important;
}
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video {
  margin-bottom: 7% !important;
}
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video {
  margin-bottom: 15% !important;
}
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
  margin-bottom: 25% !important;
}
/* Search Module */
.et_pb_search .screen-reader-text {
  display: none;
}
.et_pb_search input.et_pb_s,
.et_pb_search input.et_pb_searchsubmit {
  padding: .7em;
  margin: 0;
  font-size: 16px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
}
.et_pb_search input.et_pb_s::-webkit-input-placeholder {
  color: #666;
}
.et_pb_search input.et_pb_s::-moz-placeholder {
  color: #666;
}
.et_pb_search input.et_pb_s:-ms-input-placeholder {
  color: #666;
}
.et_pb_search input.et_pb_s {
  width: 100%;
  border-radius: 3px;
  background: transparent;
  padding-right: 80px;
}
.et_pb_search .et_pb_searchform {
  position: relative;
}
.et_pb_search input.et_pb_searchsubmit {
  min-height: 100% !important;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.et_pb_search.et_pb_text_align_left .et_pb_searchsubmit,
.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  right: 0;
}
.et_pb_search.et_pb_text_align_right .et_pb_searchsubmit {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  right: auto;
  left: 0;
}
.et_pb_search.et_pb_text_align_right input.et_pb_s {
  text-align: right;
  padding-left: 80px;
  padding-right: 0.7em;
}
.et_pb_search.et_pb_text_align_center input.et_pb_s {
  text-align: center;
}
.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
  display: none;
}
.et_pb_search.et_pb_hide_search_button input.et_pb_s {
  padding-left: 0.7em !important;
  padding-right: 0.7em !important;
}
/* Light Layout */
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
  color: #fff;
  border: 2px solid #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
  color: #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
  color: #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
  color: #fff;
}
.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
}
/* Comments */
#comment-wrap {
  padding-top: 75px;
}
.et_pb_comments_module #comment-wrap {
  padding-top: 0;
}
.single-project #comment-wrap {
  padding-top: 0px;
}
.comment-body,
.single article.comment-body,
.page article.comment-body {
  position: relative;
  padding: 0 110px 0 100px;
  margin-bottom: 48px;
  min-height: 87px;
}
.comment_avatar {
  left: 0;
  position: absolute;
  top: 7px;
}
.comment_avatar img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.comment_postinfo {
  margin-bottom: 8px;
}
span.fn,
span.fn a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
span.comment_date {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.comment_area .comment-reply-link {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
.comment-reply-link:hover,
.form-submit:hover {
  text-decoration: none;
}
.comment .children {
  margin-left: 100px;
  padding-left: 0 !important;
}
#comment-wrap li.comment.depth-5 article {
  padding-right: 0;
}
.et_pb_comments_module.et_pb_no_avatar .comment_avatar {
  display: none;
}
.et_pb_comments_module.et_pb_no_avatar .comment-body {
  padding-left: 0 !important;
  min-height: 0 !important;
}
.et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body {
  margin-bottom: 15px !important;
}
.et_pb_comments_module.et_pb_no_reply_button span.reply-container {
  display: none;
}
.et_pb_comments_module.et_pb_no_reply_button .comment-body {
  padding-right: 0 !important;
}
.et_pb_comments_module.et_pb_no_comments_count h1#comments {
  display: none;
}
.et_pb_bg_layout_dark .comment_postinfo span,
.et_pb_bg_layout_dark .comment_postinfo a {
  color: #fff;
}
/* Comment Form */
.comment #respond {
  margin: -30px 0 0;
}
#respond {
  padding-top: 17px;
}
#commentform {
  padding-bottom: 50px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
  width: 47%;
}
#commentform textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
  padding: 12px;
  color: #999;
  background-color: #eee;
  border: none;
  font-size: 18px;
}
.form-submit {
  float: right;
}
.form-submit input {
  display: block;
  cursor: pointer;
}
#reply-title small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
/* Posts Navigation */
.et_pb_posts_nav.nav-single:after {
  clear: both;
  display: block;
  content: "";
}
.et_pb_posts_nav a {
  display: inline-block;
}
/* Transitions */
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%);
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}
@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideWidth {
  0% {
    width: 0;
  }
}
@keyframes slideWidth {
  0% {
    width: 0;
  }
}
@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
            transform: translatey(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
/* Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* Apply Animations */
.et-waypoint {
  opacity: 0;
}
.et_pb_counters {
  opacity: 1;
}
.et_pb_animation_off {
  opacity: 1;
}
.et-animated li span .et_pb_counter_amount {
  opacity: 1;
  -webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_left.et-animated {
  opacity: 1;
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_right.et-animated {
  opacity: 1;
  -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_top.et-animated {
  opacity: 1;
  -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_bottom.et-animated {
  opacity: 1;
  -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_animation_fade_in.et-animated {
  opacity: 1;
  -webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {

  /* @Sjoerd */
  .sidebar-content .wpb_wrapper {
    margin-top: 0px;
  }

  .et_pb_column_4_4 .et_pb_video_play,
  .et_pb_column_3_4 .et_pb_video_play,
  .et_pb_column_2_3 .et_pb_video_play,
  .et_pb_column_1_2 .et_pb_video_play {
    font-size: 3rem;
    line-height: 3rem;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
  }
}
@media all and (min-width: 480px) {
  /* Comments Module */
  .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img {
    max-width: 50%;
  }
  .et_pb_column_1_4 .et_pb_comments_module .comment-body {
    padding: 0 0 0 50px;
  }
  .et_pb_column_1_4 .et_pb_comments_module .comment .children {
    margin-left: 0px;
  }
  .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link {
    position: relative !important;
    float: right;
    bottom: -10px;
    top: auto !important;
  }
}
/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
  /* Map Module */
  .et_pb_column .et_pb_map {
    max-width: 100%;
  }
  /* Vertical Nav + Audio Module */
  .et_pb_blog_grid .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_pb_blog_grid .mejs-container {
    height: 80px !important;
  }
  .et_pb_blog_grid .mejs-controls {
    height: 100% !important;
  }
  .et_pb_blog_grid .mejs-button.mejs-playpause-button {
    top: 0px;
    left: 0;
    z-index: 99;
  }
  .et_pb_blog_grid .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
    left: 7px;
  }
  .et_pb_blog_grid .mejs-button.mejs-volume-button {
    top: 26px;
    right: 60px;
  }
  .et_pb_blog_grid a.mejs-horizontal-volume-slider {
    top: 26px;
    right: 0;
    display: block !important;
    position: absolute !important;
  }
  .et_pb_blog_grid .mejs-horizontal-volume-total {
    position: relative !important;
    width: 100% !important;
    display: block;
  }
  .et_pb_blog_grid .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px !important;
  }
  .et_pb_blog_grid a.mejs-time-total.mejs-time-slider {
    width: 100% !important;
    position: relative !important;
    margin-left: 0;
  }
}
/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
  /* Fluid Grid */
  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_4_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }
  .et_pb_gutters3 .et_pb_column_3_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 73.625%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 3.735%;
  }
  .et_pb_gutters3 .et_pb_column_2_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 64.833%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 4.242%;
  }
  .et_pb_gutters3 .et_pb_column_1_2,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 5.82%;
  }
  .et_pb_gutters3 .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.666%;
  }
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%;
  }
  .et_pb_gutters3 .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 20.875%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 {
    width: 46.265%;
    margin-right: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%;
  }
  .et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%;
  }
  .et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 20.875%;
    margin: 0 5.5% 5.5% 0;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product {
    width: 28.353%;
    margin-right: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 45.758%;
    margin-right: 8.483%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 44.18%;
    margin-right: 11.64%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 8.483%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 14.94%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 29.666%;
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
    width: 46.265%;
    margin-right: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 14.94%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
    width: 45.758%;
    margin-right: 8.483%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 14.94%;
  }
  .et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 5.5% 0;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget.last {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    width: 29.666%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
    width: 47.25%;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget:nth-child(even) {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
    width: 73.625%;
    clear: both;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    width: 20.875%;
    clear: both;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 73.625%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
    width: 64.833%;
    clear: both;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 8.484%;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 29.666%;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    width: 29.666%;
    clear: both;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 64.833%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 8.484%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    margin-right: 0;
    width: 47.25%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 47.25%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters4 .et_pb_column,
  .et_pb_gutters4.et_pb_row .et_pb_column {
    margin-right: 8%;
  }
  .et_pb_gutters4 .et_pb_column_4_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 4%;
  }
  .et_pb_gutters4 .et_pb_column_3_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
    width: 73%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 5.479%;
  }
  .et_pb_gutters4 .et_pb_column_2_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
    width: 64%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_module {
    margin-bottom: 6.25%;
  }
  .et_pb_gutters4 .et_pb_column_1_2,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
    width: 46%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_module {
    margin-bottom: 8.696%;
  }
  .et_pb_gutters4 .et_pb_column_1_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
    width: 28%;
  }
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 14.286%;
  }
  .et_pb_gutters4 .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
    width: 19%;
  }
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 21.053%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 {
    width: 44.52%;
    margin-right: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
    margin-bottom: 10.959%;
  }
  .et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 21.053%;
  }
  .et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 14.286%;
  }
  .et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 8.696%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 19%;
    margin: 0 8% 8% 0;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
    width: 26.027%;
    margin-right: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 43.75%;
    margin-right: 12.5%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 41.305%;
    margin-right: 17.391%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 12.5%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 17.391%;
  }
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 21.918%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 28%;
    margin-right: 8%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
    width: 44.52%;
    margin-right: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 21.918%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
    width: 43.75%;
    margin-right: 12.5%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 21.918%;
  }
  .et_pb_gutters4 .footer-widget {
    margin: 0 8% 8% 0;
  }
  .et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns4 .footer-widget.last {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
    width: 28%;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
    width: 46%;
  }
  .et_pb_gutters4.et_pb_footer_columns2 .footer-widget:nth-child(even) {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
    width: 73%;
    clear: both;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 10.958%;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    width: 19%;
    clear: both;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 73%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 10.958%;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
    width: 64%;
    clear: both;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 12.5%;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 28%;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    width: 28%;
    clear: both;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 64%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 12.5%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    margin-right: 0;
    width: 46%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 46%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters2 .et_pb_column,
  .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%;
  }
  .et_pb_gutters2 .et_pb_column_4_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 1.5%;
  }
  .et_pb_gutters2 .et_pb_column_3_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
    width: 74.25%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.02%;
  }
  .et_pb_gutters2 .et_pb_column_2_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width: 65.666%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
    margin-bottom: 2.284%;
  }
  .et_pb_gutters2 .et_pb_column_1_2,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 48.5%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
    margin-bottom: 3.093%;
  }
  .et_pb_gutters2 .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.333%;
  }
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%;
  }
  .et_pb_gutters2 .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 22.75%;
  }
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 {
    width: 47.98%;
    margin-right: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%;
  }
  .et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%;
  }
  .et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 3.093%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 22.75%;
    margin: 0 3% 3% 0;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
    width: 30.64%;
    margin-right: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 47.715%;
    margin-right: 4.569%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 46.907%;
    margin-right: 6.186%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 4.569%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 8.08%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 31.333%;
    margin-right: 3%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
    width: 47.98%;
    margin-right: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 8.08%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
    width: 47.715%;
    margin-right: 4.569%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 8.08%;
  }
  .et_pb_gutters2 .footer-widget {
    margin: 0 3% 3% 0;
  }
  .et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns4 .footer-widget.last {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
    width: 31.333%;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
    width: 48.5%;
  }
  .et_pb_gutters2.et_pb_footer_columns2 .footer-widget:nth-child(even) {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
    width: 74.25%;
    clear: both;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    width: 22.75%;
    clear: both;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 74.25%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
    width: 65.666%;
    clear: both;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 4.568%;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 31.333%;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    width: 31.333%;
    clear: both;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    margin-right: 0;
    width: 65.666%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 4.568%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    margin-right: 0;
    width: 48.5%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 48.5%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_row_inner .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1 .et_section_specialty .et_pb_column .et_pb_module,
  .et_section_specialty .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module,
  .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column,
  .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column .et_pb_module,
  .et_pb_gutters1 .et_pb_column .et_pb_widget,
  .et_pb_gutters1 .et_pb_column .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3,
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post,
  .et_pb_gutters1 .footer-widget,
  .et_pb_gutters1 .footer-widget .fwidget {
    margin: 0;
  }
  .et_pb_gutters1 .et_pb_column_4_4,
  .et_pb_gutters1.et_pb_footer_columns1 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns3 .footer-widget.last,
  .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget.last,
  .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters1 .et_pb_column_3_4,
  .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    width: 75%;
  }
  .et_pb_gutters1 .et_pb_column_2_3,
  .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    width: 66.666%;
  }
  .et_pb_gutters1 .et_pb_column_1_2,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8,
  .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_column_2_3 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_column_1_2 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters1.et_pb_footer_columns2 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3),
  .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 50%;
  }
  .et_pb_gutters1 .et_pb_column_1_3,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters1.et_pb_footer_columns3 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even),
  .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    width: 33.333%;
  }
  .et_pb_gutters1 .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters1.et_pb_footer_columns4 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even),
  .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2),
  .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 25%;
  }
  .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    clear: both;
  }
  /* Sections and Rows */
  .et_pb_section {
    padding: 4% 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_row {
    padding: 2% 0;
  }
  .et_pb_column_3_4 .et_pb_row_inner {
    padding: 3.735% 0;
  }
  .et_pb_column_2_3 .et_pb_row_inner {
    padding: 4.2415% 0;
  }
  .et_pb_column_1_2 .et_pb_row_inner {
    padding: 5.82% 0;
  }
  .et_pb_column_single {
    padding: 2.855% 0;
  }
  .et_pb_column_single .et_pb_module:first-child {
    margin-top: 0;
  }
  .et_pb_column_single .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_section_specialty > .et_pb_row {
    padding: 0;
  }
  .et_pb_row_inner {
    width: 100%;
  }
  .et_pb_row .et_pb_column:last-child,
  .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important;
  }
  /* Fullwidth Rows */
  .et_pb_row.et_pb_row_fullwidth,
  .et_pb_specialty_fullwidth > .et_pb_row {
    width: 89% !important;
    max-width: 89% !important;
  }
  .et_pb_gutters4.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters4.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters4 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 86% !important;
    max-width: 86% !important;
  }
  .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters2.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters2 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 94% !important;
    max-width: 94% !important;
  }
  .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Equalize Column Heights */
  .et_pb_row.et_pb_equal_columns,
  .et_pb_row_inner.et_pb_equal_columns,
  .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_filterable_portfolio_grid,
  .et_pb_gallery_grid {
    display: none;
  }
  .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    float: left;
    position: relative;
  }
  .et_pb_gallery_grid .et_pb_gallery_item img,
  .et_pb_portfolio_grid .et_pb_portfolio_item img,
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
    width: 100%;
  }
  .et_pb_shop_grid .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    clear: none;
  }
  .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
  .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
  .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
  .et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
  .et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
  .et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
  .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
  .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
  .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
  .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
  .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
    clear: none;
  }
  .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: none;
  }
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-right: 0;
    width: 100% !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row {
    clear: both !important;
  }
  .et_pb_gallery_grid .et_pb_gallery_item h3,
  .et_pb_portfolio_grid .et_pb_portfolio_item h2,
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    font-size: 18px;
    word-wrap: break-word;
    margin: 10px 0 0;
    padding-bottom: 0;
  }
  .et_pb_portfolio_item .post-meta,
  .et_pb_gallery_item .et_pb_gallery_caption {
    font-size: 16px;
    margin: .4em 0 0;
  }
  /* Sidebar Widgets */
  .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
  .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
  .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
  .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
  .et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
  .et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
  .et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
  .et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
  .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
  .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
  .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
    margin-right: 0;
  }
  .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
  .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_column_1_3 .et_pb_widget,
  .et_pb_column_1_4 .et_pb_widget {
    width: 100% !important;
    margin-right: 0;
  }
  /* Slider Module */
  .et_pb_column_1_2 .et_pb_slide_image,
  .et_pb_column_1_2 .et_pb_slide_video,
  .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_3_8 .et_pb_slide_image,
  .et_pb_column_3_8 .et_pb_slide_video,
  .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_3 .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slide_video,
  .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_4 .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slide_video,
  .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description {
    width: 100% !important;
  }
  .et_pb_column_1_2 .et_pb_slide_image,
  .et_pb_column_1_2 .et_pb_slide_video,
  .et_pb_column_3_8 .et_pb_slide_image,
  .et_pb_column_3_8 .et_pb_slide_video,
  .et_pb_column_1_3 .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slide_video,
  .et_pb_column_1_4 .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slide_video {
    padding: 0;
    margin: 10% 0 0 0 !important;
  }
  .et_pb_column_1_2 .et_pb_slide_image,
  .et_pb_column_3_8 .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slide_image {
    top: auto;
    bottom: auto;
    position: relative;
  }
  /* Audio Module */
  .et_pb_column_1_4 .et_pb_audio_module .mejs-container .mejs-controls div,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-container .mejs-controls div,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-container,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-container,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-container {
    height: 50px !important;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-controls,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-controls,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-controls {
    height: 100%;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-button.mejs-volume-button,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-button.mejs-volume-button,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-button.mejs-volume-button {
    top: 30px;
    right: 65px;
  }
  .et_pb_column_1_4 .et_pb_audio_module a.mejs-horizontal-volume-slider,
  .et_pb_column_1_3 .et_pb_audio_module a.mejs-horizontal-volume-slider,
  .et_pb_column_3_8 .et_pb_audio_module a.mejs-horizontal-volume-slider {
    top: 30px;
    right: 0;
    display: block;
    position: absolute;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-horizontal-volume-total,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-horizontal-volume-total,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-horizontal-volume-total {
    position: relative;
    width: 100%;
    display: block;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px;
  }
  .et_pb_column_1_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
  .et_pb_column_1_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
  .et_pb_column_3_8 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
    width: 100% !important;
    position: relative;
    margin-left: 0;
  }
  /* Salvattore Styles */
  .et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
  .et_pb_column_3_4 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_2_3 .et_pb_blog_grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .et_pb_column_1_2 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_1_3 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_1_4 .et_pb_blog_grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  /* Sticky Image */
  .et_pb_section_sticky,
  .et_pb_section_sticky .et_pb_row:last-child,
  .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child,
  .et_pb_section_sticky .et_pb_column_single {
    padding-bottom: 0 !important;
  }
  /* Fullwidth Menu Module */
  .et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover > ul {
    transition: all 0.2s ease-in-out;
  }
  .et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover > ul {
    -webkit-animation: fadeLeft 0.4s ease-in-out;
    animation: fadeLeft 0.4s ease-in-out;
  }
  .et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover > ul {
    -webkit-transform-origin: 0 0%;
    -webkit-animation: Grow 0.4s ease-in-out;
    animation: Grow 0.4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover > ul {
    -webkit-animation: flipInX 0.6s ease-in-out;
    animation: flipInX 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover > ul {
    -webkit-animation: flipInY 0.6s ease-in-out;
    animation: flipInY 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0 30px !important;
  }
  /* Comments Module */
  .et_pb_column_1_2 .et_pb_comments_module .comment_avatar img,
  .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img,
  .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img {
    max-width: 50%;
  }
  .et_pb_column_1_2 .et_pb_comments_module .comment-body,
  .et_pb_column_1_3 .et_pb_comments_module .comment-body,
  .et_pb_column_1_4 .et_pb_comments_module .comment-body {
    padding: 0 0 0 50px;
  }
  .et_pb_column_1_2 .et_pb_comments_module .comment .children,
  .et_pb_column_1_3 .et_pb_comments_module .comment .children,
  .et_pb_column_1_4 .et_pb_comments_module .comment .children {
    margin-left: 25px;
  }
  .et_pb_column_1_2 .et_pb_comments_module .comment-reply-link,
  .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link,
  .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link {
    position: relative !important;
    float: right;
    bottom: -10px;
    top: auto !important;
  }
  .et_pb_column_1_2 .et_pb_comments_module #commentform [class*="comment-form-"] input,
  .et_pb_column_1_3 .et_pb_comments_module #commentform [class*="comment-form-"] input,
  .et_pb_column_1_4 .et_pb_comments_module #commentform [class*="comment-form-"] input {
    box-sizing: border-box;
    width: 100%;
  }
}
/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
  /* Slider Module */
  .et_pb_column_1_2 .et_pb_slide_content,
  .et_pb_column_1_3 .et_pb_slide_content,
  .et_pb_column_1_4 .et_pb_slide_content,
  .et_pb_column_2_3 .et_pb_slide_content {
    font-size: 16px;
  }
  .et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_2_3 .et_pb_slide_description .et_pb_slide_title {
    font-size: 18px;
  }
  /* Blog Posts */
  .et_pb_post {
    margin-bottom: 42px;
  }
  /* Blog Post Formats */
  /* Quote */
  .et_quote_content {
    padding: 50px 70px 45px;
  }
  .et_pb_column_2_3 .et_quote_content {
    padding: 50px 50px 45px;
  }
  .et_pb_column_1_2 .et_quote_content {
    padding: 35px 47px 30px;
  }
  .et_pb_column_1_3 .et_quote_content,
  .et_pb_column_3_8 .et_quote_content,
  .et_pb_column_1_4 .et_quote_content,
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 25px 32px;
  }
  /* Gallery */
  .et_pb_column_4_4 .et_pb_post .et_pb_slide {
    min-height: 534px;
  }
  .et_pb_column_3_4 .et_pb_post .et_pb_slide {
    min-height: 392px;
  }
  .et_pb_column_2_3 .et_pb_post .et_pb_slide {
    min-height: 345px;
  }
  .et_pb_column_1_2 .et_pb_post .et_pb_slide {
    min-height: 250px;
  }
  .et_pb_column_1_3 .et_pb_post .et_pb_slide,
  .et_pb_column_3_8 .et_pb_post .et_pb_slide {
    min-height: 155px;
  }
  .et_pb_column_1_4 .et_pb_post .et_pb_slide {
    min-height: 108px;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 155px;
  }
  /* Audio */
  .et_pb_column_1_2 .et_pb_audio_cover_art {
    height: 340px;
  }
  .et_pb_column_3_8 .et_pb_audio_cover_art {
    height: 242px;
  }
  .et_pb_column_1_3 .et_pb_audio_cover_art {
    height: 210px;
  }
  .et_pb_column_1_4 .et_pb_audio_cover_art {
    height: 145px;
  }
  /* Contact Form Module */
  .et_pb_column_1_4 .et_pb_contact_right {
    margin-right: 5px;
  }
  /* Number Counter Module */
  .et_pb_column_1_4 .et_pb_number_counter .percent {
    height: 55px;
  }
  .et_pb_column_1_4 .et_pb_number_counter h3 {
    padding: 10px 0 0 0;
  }
}
/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
  /* Page Containers */
  .et_pb_column {
    width: 100% !important;
  }
  /* Rows and Sections */
  .et_pb_section {
    padding: 50px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_row,
  .et_pb_column .et_pb_row_inner {
    padding: 30px 0;
  }
  .et_section_specialty > .et_pb_row {
    padding: 0;
  }
  .et_pb_column {
    margin-bottom: 30px;
  }
  .et_pb_gutters1 .et_pb_column {
    margin-bottom: 0;
  }
  .et_pb_row:last-child .et_pb_column:last-child {
    margin-bottom: 0;
  }
  .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_module {
    margin-bottom: 0px;
  }
  .et_pb_gutters1 .et_section_specialty .et_pb_row > .et_pb_column > .et_pb_module,
  .et_section_specialty .et_pb_gutters1.et_pb_row > .et_pb_column > .et_pb_module {
    margin: 0;
  }
  .et_section_specialty .et_pb_row > .et_pb_column {
    padding-bottom: 0;
  }
  .et_pb_row .et_pb_column .et_pb_module:last-child,
  .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_pb_column.et_pb_column_empty {
    display: none;
  }
  /* Sticky Image */
  .et_pb_section_sticky_mobile,
  .et_pb_section_sticky_mobile .et_pb_row:last-child,
  .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child,
  .et_pb_section_sticky_mobile .et_pb_column_single {
    padding-bottom: 0 !important;
  }
  .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
    margin-bottom: 0;
  }
  /* 1_4 Column Breakdown */
  .et_pb_row_4col,
  .et_pb_row_1-4_1-4_1-2,
  .et_pb_row_1-2_1-4_1-4,
  .et_pb_row_1-4_1-4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 47.25% !important;
    margin-right: 5.5%;
  }
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
    margin-right: 0;
  }
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(even),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(even),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd) {
    margin-right: 0;
  }
  .et_pb_row_4col .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  /* Fullwidth Rows */
  .et_pb_row.et_pb_row_fullwidth,
  .et_pb_specialty_fullwidth > .et_pb_row {
    width: 80% !important;
    max-width: 80% !important;
  }
  .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
  .et_pb_space.et-hide-mobile {
    display: none;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_column .et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page ul.products li.product:nth-child(n),
  .et_gallery_item {
    margin: 0 7.5% 7.5% 0 !important;
    width: 28.333% !important;
    clear: none;
    float: left;
  }
  .et_pb_gutters1 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    margin: 0 !important;
    width: 33.333% !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
    clear: both !important;
  }
  /* Grid Layouts: 1/4 Columns */
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n) {
    margin: 0 0 11.5% 0 !important;
    width: 100% !important;
  }
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n) {
    margin: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(3n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(3n),
  .woocommerce-page ul.products li.product:nth-child(3n),
  .et_gallery_item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(3n+1),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
  .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1),
  .woocommerce-page ul.products li.product:nth-child(3n+1),
  .et_gallery_item:nth-child(3n+1) {
    clear: both;
  }
  /* Filterable Portfolio Module */
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: auto;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    width: auto;
    border-radius: 0px;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 3px 0 0 3px;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    border-radius: 0 3px 3px 0;
  }
  /* Blog + Sidebar Module + Footer */
  .et_pb_column .et_pb_blog_grid .column.size-1of2,
  .et_pb_column .et_pb_widget:nth-child(n) {
    width: 46.25% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }
  .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 16.21%;
  }
  .et_pb_column .et_pb_widget:nth-child(n) {
    margin-bottom: 7.5%;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 50% !important;
    margin: 0 !important;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post,
  .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
    margin-bottom: 0;
  }
  .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
  .et_pb_column .et_pb_widget:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_pb_widget_area_left {
    padding-right: 0;
    border-right: none;
  }
  .et_pb_widget_area_right {
    padding-left: 0;
    border-left: none;
  }
  .et_pb_more_button {
    display: inline-block !important;
  }
  /* Slider Module */
  .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
    font-size: 26px;
    font-weight: 500 !important;
  }
  .et_pb_slide_content {
    /*font-size: 15px;*/
    font-weight: 400;
  }
  .et_pb_slide_description {
    text-align: center;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    text-align: left;
  }
  /* Column Adjustments */
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
    min-height: auto;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content {
    display: block;
  }
  .et_pb_post {
    margin-bottom: 42px;
  }
  /* Newsletter Module */
  .et_pb_column .et_pb_newsletter_form,
  .et_pb_column .et_pb_newsletter_description,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
    width: 50%;
    padding: 0;
  }
  .et_pb_column .et_pb_newsletter_form,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_form {
    padding-left: 40px;
  }
  /* Pricing Tables Module */
  .et_pb_column .et_pb_pricing_table {
    width: 50% !important;
  }
  .et_pb_column .et_pb_pricing_table:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column .et_pb_pricing_table:nth-child(n+3) {
    margin-top: 50px;
  }
  /* Post Title Module */
  .et_pb_fullwidth_section .et_pb_post_title {
    padding: 80px 0;
  }
  /* Map Module */
  .et_pb_column .et_pb_map,
  .et_pb_fullwidth_section .et_pb_map {
    height: 350px;
  }
  /* Projects Post Type */
  .et_full_width_portfolio_page .et_project_meta {
    float: none;
    width: 100%;
    margin-top: -20px;
  }
  /* Image Module */
  .et_always_center_on_mobile {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Header Styles */
  .fullwidth-menu {
    display: none;
  }
  /* Mobile Menu */
  .et_mobile_nav_menu {
    display: block;
  }
  /* Countdown Timer Module */
  .et_pb_countdown_timer .title {
    font-size: 22px !important;
  }
  .et_pb_countdown_timer .section p {
    font-size: 64px !important;
    line-height: 64px !important;
  }
  .et_pb_countdown_timer .section p.label {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .et_pb_countdown_timer .sep {
    top: -28px !important;
  }
  /* Fullwidth Menu Module */
  .et_pb_fullwidth_menu .fullwidth-menu-nav {
    display: none;
  }
  .et_pb_fullwidth_menu .et_pb_row {
    min-height: 81px;
  }
  .et_pb_fullwidth_menu .et_mobile_nav_menu {
    float: none;
  }
  .et_pb_fullwidth_menu .mobile_menu_bar:before {
    top: 26px;
  }
  .et_pb_fullwidth_menu .et_mobile_menu {
    top: 81px;
    padding: 5%;
  }
  .et_pb_fullwidth_menu .et_mobile_menu ul {
    padding: 0;
  }
  .et_pb_fullwidth_menu .et_mobile_menu,
  .et_pb_fullwidth_menu .et_mobile_menu ul {
    list-style: none !important;
    text-align: left;
  }
  /* Rows and Sections */
  .et_pb_section .et_pb_row,
  .et_pb_section.et_section_specialty .et_pb_row {
    max-width: 1080px !important;
  }
  /* Blog Module */
  .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 18px;
  }
  /* Post Slider Module */
  .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
  .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 5% !important;
  }
}
/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {

  /* Video Module */
  .et_pb_column_3_8 .et_pb_video_play,
  .et_pb_column_1_3 .et_pb_video_play,
  .et_pb_column_1_4 .et_pb_video_play {
    font-size: 6rem;
    line-height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
  }
  /* Tabs Module */
  .et_pb_column_1_3 .et_pb_tabs_controls,
  .et_pb_column_1_4 .et_pb_tabs_controls {
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls li,
  .et_pb_column_1_4 .et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls,
  .et_pb_column_1_4 .et_pb_tabs_controls,
  .et_pb_column_3_8 .et_pb_tabs_controls {
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls li,
  .et_pb_column_1_4 .et_pb_tabs_controls li,
  .et_pb_tabs_controls li,
  .et_pb_tabs_controls li:last-child,
  .et_pb_column_3_8 .et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
  /* Testimonials Module */
  .et_pb_column .et_pb_testimonial_portrait {
    float: left;
    display: table-cell;
    margin-right: 30px;
  }
  .et_pb_column .et_pb_testimonial_description {
    display: table-cell;
  }
  /* Column Adjustments */
  .et_pb_row_4col .et_pb_testimonial_portrait,
  .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
  .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
  .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  /* Person Module */
  .et_pb_column .et_pb_team_member_image {
    float: left !important;
    width: 280px !important;
    margin: 0 30px 0 0 !important;
    text-align: left !important;
  }
  .et_pb_column .et_pb_team_member_description {
    display: table-cell;
  }
  /* Blog Post Formats */
  /* Quote */
  .et_quote_content {
    padding: 50px 43px 45px !important;
  }
  .et_quote_content blockquote p {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_quote_content blockquote cite {
    font-size: 18px !important;
  }
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 30px !important;
  }
  .et_pb_blog_grid .et_quote_content blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_blog_grid .et_quote_content blockquote cite {
    font-size: 16px !important;
  }
  /* Link */
  .et_link_content {
    padding: 40px 40px 45px;
  }
  .et_link_content h2 {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_link_content a.et_link_main_url {
    font-size: 18px !important;
  }
  .et_pb_blog_grid .et_link_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_blog_grid .et_link_content a.et_link_main_url {
    font-size: 16px !important;
  }
  /* Gallery */
  .et_pb_post .et_pb_slide {
    min-height: 384px !important;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 182px !important;
  }
  /* Audio */
  .et_audio_content h2 {
    font-size: 26px !important;
    line-height: 44px !important;
    margin-bottom: 24px !important;
  }
  .et_pb_blog_grid .et_audio_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    position: relative;
    height: 400px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 55px 60px 55px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 36px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 16px !important;
  }
  /* Salvattore Styles */
  .et_pb_column .et_pb_blog_grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
  /* Salvattore Styles */
  .et_pb_column .et_pb_blog_grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  /* Text Module */
  .et_pb_text_align_right {
    text-align: left;
  }
  /* Slider Modules */
  .et_pb_slide_image,
  .et_pb_slide_video {
    margin-top: 6% !important;
  }
  .et_pb_slide_video {
    float: none;
  }
  .et_pb_section_first .et_pb_slide_image {
    margin: 0 0 0 !important;
    top: 20px;
  }
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 20px !important;
  }
  .et_pb_slide_content {
    font-size: 16px !important;
    font-weight: 400;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    float: none;
    text-align: center;
    width: 100%;
  }
  /* Blog Posts */
  .et_pb_post {
    margin-bottom: 42px;
  }
  .et_pb_post h2,
  .et_pb_portfolio_item h2,
  .et_pb_title_container h1 {
    font-size: 18px;
  }
  /* Video Slider Module */
  .et_pb_carousel .et-pb-arrow-prev,
  .et_pb_carousel:hover .et-pb-arrow-prev {
    left: -8px;
    opacity: 1;
  }
  .et_pb_carousel .et-pb-arrow-next,
  .et_pb_carousel:hover .et-pb-arrow-next {
    right: -8px;
    opacity: 1;
  }
  .et_pb_slider_carousel:hover .et-pb-arrow-prev {
    opacity: 0 !important;
  }
  .et_pb_slider_carousel:hover .et-pb-arrow-next {
    opacity: 0 !important;
  }
  /* Column Adjustments */
  .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play {
    font-size: 2rem;
    line-height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_column .et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page ul.products li.product:nth-child(n),
  .et_gallery_item:nth-child(n) {
    margin: 0 9.5% 9.5% 0 !important;
    width: 45.25% !important;
    clear: none;
  }
  .et_pb_gutters1 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    margin: 0 !important;
    width: 50% !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(2n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .et_gallery_item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(2n+1),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
  .et_pb_column .woocommerce ul.products li.product:nth-child(2n+1),
  .woocommerce-page ul.products li.product:nth-child(2n+1),
  .et_gallery_item:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
    clear: both !important;
  }
  /* Filterable Portfolio Module */
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    width: 100%;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 50%;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 3px 0 0 0;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
    border-radius: 0 3px 0 0;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
    border-radius: 0 0 3px 3px;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
    border-radius: 0 0 3px;
  }
  /* Blog + Sidebar Module + Footer */
  .et_pb_column .et_pb_blog_grid .column.size-1of1,
  .et_pb_column .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1,
  .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_column .et_pb_widget {
    margin-bottom: 9.5% !important;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_gutters1 .et_pb_column .et_pb_widget {
    margin-bottom: 0 !important;
  }
  /* Call To Action Module */
  .et_pb_promo {
    padding: 40px;
  }
  /* Newsletter Module */
  .et_pb_column .et_pb_newsletter_form,
  .et_pb_column .et_pb_newsletter_description,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
    width: 100%;
    padding: 0;
  }
  /* Slider Modules */
  .et_pb_slider:hover .et-pb-arrow-prev,
  .et_mobile_device .et-pb-arrow-prev {
    left: 0px;
    opacity: 1;
  }
  .et_pb_slider:hover .et-pb-arrow-next,
  .et_mobile_device .et-pb-arrow-next {
    right: 0px;
    opacity: 1;
  }
  .et-pb-controllers {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    height: 14px;
  }
  .format-gallery .et-pb-controllers {
    height: auto;
  }
  .et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
    bottom: 18px;
  }
  .et_pb_more_button {
    display: inline-block !important;
  }
  .et_pb_slide_image,
  .et_pb_slide_video,
  .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    display: none;
  }
  .et_pb_slider_show_image .et_pb_slide_image,
  .et_pb_slider_show_image .et_pb_slide_video {
    display: block;
  }
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 24px;
  }
  .et_pb_slide_content {
    font-size: 12px;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    position: relative;
    margin: 50px auto 0;
    padding: 0;
  }
  .et_pb_slide_image img {
    max-height: 300px;
  }
  .et_pb_section_first .et_pb_slide_image img {
    max-height: 300px !important;
  }
  .et_pb_slide_description,
  .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_pb_slide_with_image .et_pb_slide_description {
    text-align: center;
  }
  /* Tabs Module */
  .et_pb_tabs_controls {
    border-bottom: none;
  }
  .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  /* Pricing Tables Module */
  .et_pb_column .et_pb_pricing_table {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .et_pb_column .et_pb_pricing_table:last-child {
    margin-bottom: 0;
  }
  /* Contact Form Module */
  .et_pb_column .et_pb_contact p.et_pb_contact_field_half {
    width: 100%;
    margin-right: 0;
  }
  /* Map Module */
  .et_pb_column .et_pb_map,
  .et_pb_fullwidth_section .et_pb_map {
    height: 220px;
  }
  /* Countdown Timer Module */
  .et_pb_countdown_timer .title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .et_pb_countdown_timer .section p {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .et_pb_countdown_timer .section p.label {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .et_pb_countdown_timer .sep {
    top: -28px !important;
  }
  /* Testimonials Module */
  .et_pb_column .et_pb_testimonial_description {
    width: 100%;
    text-align: center;
    display: block;
  }
  .et_pb_column .et_pb_testimonial_portrait {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  /* Person Module */
  .et_pb_team_member_image {
    float: none;
    width: auto;
    margin: 0 0 12px;
    display: block;
    text-align: center;
  }
  .et_pb_team_member_description {
    display: block;
  }
  /* Blog Post Formats */
  /* Quote */
  .et_quote_content,
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 30px !important;
  }
  .et_quote_content blockquote p,
  .et_pb_blog_grid .et_quote_content blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_quote_content blockquote cite,
  .et_pb_blog_grid .et_quote_content blockquote cite {
    font-size: 16px !important;
  }
  /* Link */
  .et_link_content {
    padding: 35px 20px;
  }
  .et_link_content h2,
  .et_audio_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_link_content a.et_link_main_url {
    font-size: 16px !important;
  }
  /* Gallery */
  .et_pb_post .et_pb_slide {
    min-height: 222px !important;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 222px !important;
  }
  /* Audio */
  .et_audio_content {
    padding: 35px 20px !important;
  }
  .et_audio_content h2 {
    margin-bottom: 9px !important;
  }
  .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 16px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    position: relative;
    height: 300px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 30px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 26px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 16px !important;
  }
  /* Hide On Mobile Class */
  .et-hide-mobile {
    display: none !important;
  }
  /* Fullwidth Header Module */
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
  .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
  .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
    width: 100%;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    margin: 20px 2%;
  }
  /* Post Slider */
  .et_pb_slider_with_overlay .et_pb_slide_image,
  .et_pb_slider_with_overlay .et_pb_slide_video,
  .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
  }
  .et_pb_slider_with_overlay .et_pb_slide_image {
    margin-top: 0 !important;
    padding-top: 6%;
  }
  .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
  .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 10% !important;
  }
  /* Comments Module */
  #comment-wrap li.comment article {
    padding-right: 0;
  }
  .comment-body,
  .single article.comment-body,
  .page article.comment-body {
    padding: 0 0 0 100px;
  }
  .comment-reply-link {
    position: relative !important;
    float: right;
    bottom: -10px;
    top: auto !important;
  }
  #commentform input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .comment .children {
    margin-left: 50px;
  }
}
/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
  /* Quarter Column Adjustments */
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .et_pb_gutters1 .et_pb_row .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row .et_pb_column.et_pb_column_1_4 {
    margin-bottom: 0;
  }
  .et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
    margin-bottom: 0;
  }
  /* Text Module */
  .et_pb_text_align_right {
    text-align: left;
  }
  /* Slider Modules */
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 20px;
  }
  .et_pb_slide_content {
    font-weight: 400;
    font-size: 10px;
  }
  .et_pb_slide_content,
  a.et_pb_more_button {
    display: block;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_content,
  .et_pb_slider_fullwidth_off .et_pb_more_button {
    display: none;
  }
  /* Projects */
  .et_pb_portfolio_item {
    margin-bottom: 22px;
  }
  /* Blog Posts */
  .et_pb_post {
    margin-bottom: 42px;
  }
  .et_pb_post h2,
  .et_pb_blog_grid h2 {
    font-size: 16px;
    padding-bottom: 0;
  }
  .et_pb_post .post-meta {
    color: #666;
    font-size: 16px;
  }
  .et_pb_blog_grid .et_pb_post.format-quote > *,
  .et_pb_blog_grid .et_pb_post.format-link > *,
  .et_pb_blog_grid .et_main_video_container,
  .et_pb_blog_grid .et_audio_content,
  .et_pb_blog_grid .et_pb_post .et_pb_slider {
    display: block;
  }
  .et_pb_blog_grid .et_pb_post > .et_pb_image_container,
  .et_pb_blog_grid .et_pb_post > h2,
  .et_pb_blog_grid .et_pb_post > .post-meta {
    display: block;
  }
  .et_pb_blog_grid .et_pb_post .post-meta {
    display: block !important;
    padding: 0;
  }
  /* Blog Post Formats */
  .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: -0.75rem;
    margin-top: -0.75rem;
  }
  .et_quote_content,
  .et_pb_blog_grid .et_quote_content,
  .et_audio_content,
  .et_pb_blog_grid .et_link_content {
    padding: 35px 20px !important;
  }
  .et_pb_blog_grid .et_main_video_container {
    margin-left: 0;
    margin-right: 0;
  }
  .et_pb_post .et_pb_slide,
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 156px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    height: 210px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 20px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 16px !important;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_column .et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page ul.products li.product:nth-child(n),
  .et_gallery_item:nth-child(n) {
    margin: 0 0 11.5% 0 !important;
    width: 100% !important;
  }
  .et_pb_gutters1 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    margin: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
    clear: both !important;
  }
  /* Blog + Sidebar Module + Footer */
  .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_column .et_pb_widget:nth-child(n) {
    margin-bottom: 11.5% !important;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_gutters1 .et_pb_column .et_pb_widget {
    margin-bottom: 0 !important;
  }
  /* Call To Action Module */
  .et_pb_promo {
    padding: 40px;
  }
  /* Map Module */
  .et_pb_column .et_pb_map,
  .et_pb_fullwidth_section .et_pb_map {
    height: 200px;
  }
  /* Tabs Module */
  .et_pb_tabs_controls {
    border-bottom: none;
  }
  .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  /* Audio module */
  .et_pb_column .et_pb_audio_module .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_pb_column .et_pb_audio_module .mejs-container {
    height: 50px !important;
  }
  .et_pb_column .et_pb_audio_module .mejs-controls {
    height: 100%;
  }
  .et_pb_column .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
  }
  .et_pb_column .et_pb_audio_module .mejs-button.mejs-volume-button {
    top: 30px;
    right: 65px;
  }
  .et_pb_column .et_pb_audio_module a.mejs-horizontal-volume-slider {
    top: 30px;
    right: 0;
    display: block;
    position: absolute;
  }
  .et_pb_column .et_pb_audio_module .mejs-horizontal-volume-total {
    position: relative;
    width: 100%;
    display: block;
  }
  .et_pb_column .et_pb_audio_module .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px;
  }
  .et_pb_column .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .et_pb_column .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  /* Testimonials Module */
  .et_pb_testimonial {
    padding-top: 10%;
  }
  /* Comments Module */
  .comment_avatar img {
    max-width: 50%;
  }
  .comment-body,
  .single article.comment-body,
  .page article.comment-body {
    padding: 0 0 0 50px;
  }
  .comment .children {
    margin-left: 25px;
  }
  a.comment-reply-link.et_pb_button {
    font-size: 15px;
  }
  a.comment-reply-link.et_pb_button:after {
    font-size: 25px;
  }
  /* Post Slider Module */
  .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
  .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 16% !important;
  }
}
.et_pb_pagebuilder_layout .post-content h1 {
  padding: 0 0 10px;
  font-weight: 700;
}
.et_pb_pagebuilder_layout .post-content a {
  color: inherit;
}
.et_pb_pagebuilder_layout .page .post-content h1 {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.et_pb_pagebuilder_layout .page .post-content article {
  border-top: 0;
  box-shadow: none;
}
.et_pb_pagebuilder_layout .post-wrap .et_pb_bg_layout_dark h2 a {
  color: inherit;
}
.et_pb_pagebuilder_layout .et_pb_tabs_controls li {
  margin: 0;
}
.et_pb_pagebuilder_layout .et_portfolio_image {
  position: relative;
  display: block;
}
.et_pb_pagebuilder_layout .et_pb_member_social_links {
  padding: 0;
}
.et_pb_pagebuilder_layout .et_pb_member_social_links li {
  margin-bottom: 0;
}
.et_pb_pagebuilder_layout .et_pb_countdown_timer .section p {
  margin-bottom: 0;
}
.et_pb_pagebuilder_layout .et_pb_column_1_4 .et_pb_newsletter_form {
  padding: 0;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::-webkit-input-placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::-moz-placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:-ms-input-placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input::placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::-webkit-input-placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::-moz-placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus:-ms-input-placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.et_pb_pagebuilder_layout .et_pb_newsletter_form p input:focus::placeholder {
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.comment_area .comment-reply-link {
  position: relative;
  top: 0;
}
.comment_avatar {
  top: 0 !important;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  font-size: 16px;
}
/* Opera Mini Fix */
.et_opera_mini .et_pb_image img {
  width: 100%;
}
/* WooCommerce */
.woocommerce .button,
.woocommerce-page .button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce input[type='submit'],
.woocommerce-page input[type='submit'],
.woocommerce .cart input.button,
.woocommerce-page .cart input.button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.btn.alt,
.woocommerce-page a.btn.alt,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .read-more-button,
.woocommerce-page .read-more-button,
.woocommerce input.read-more-button,
.woocommerce-page input.read-more-button,
.woocommerce .cart input.read-more-button,
.woocommerce-page .cart input.read-more-button,
.woocommerce a.read-more-button,
.woocommerce-page a.read-more-button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce .post-nav .nav-links .button,
.woocommerce-page .post-nav .nav-links .button,
.woocommerce input.post-nav .nav-links .button,
.woocommerce-page input.post-nav .nav-links .button,
.woocommerce .cart input.post-nav .nav-links .button,
.woocommerce-page .cart input.post-nav .nav-links .button,
.woocommerce a.post-nav .nav-links .button,
.woocommerce-page a.post-nav .nav-links .button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button {
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce input[type='submit']:hover,
.woocommerce-page input[type='submit']:hover,
.woocommerce .cart input.button:hover,
.woocommerce-page .cart input.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce-page a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.btn.alt:hover,
.woocommerce-page a.btn.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .read-more-button:hover,
.woocommerce-page .read-more-button:hover,
.woocommerce input.read-more-button:hover,
.woocommerce-page input.read-more-button:hover,
.woocommerce .cart input.read-more-button:hover,
.woocommerce-page .cart input.read-more-button:hover,
.woocommerce a.read-more-button:hover,
.woocommerce-page a.read-more-button:hover,
.woocommerce .woocommerce-message .read-more-button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce .post-nav .nav-links .button:hover,
.woocommerce-page .post-nav .nav-links .button:hover,
.woocommerce input.post-nav .nav-links .button:hover,
.woocommerce-page input.post-nav .nav-links .button:hover,
.woocommerce .cart input.post-nav .nav-links .button:hover,
.woocommerce-page .cart input.post-nav .nav-links .button:hover,
.woocommerce a.post-nav .nav-links .button:hover,
.woocommerce-page a.post-nav .nav-links .button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce div.product form.cart .read-more-button,
.woocommerce-page div.product form.cart .read-more-button,
.woocommerce div.product form.cart .post-nav .nav-links .button,
.woocommerce-page div.product form.cart .post-nav .nav-links .button {
  background-color: #253b82;
  color: #ffffff;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-message .read-more-button,
.woocommerce-page .woocommerce-message .read-more-button,
.woocommerce .woocommerce-message .post-nav .nav-links .button,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button {
  margin: -6px 0;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 12px;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .read-more-button:hover,
.woocommerce-page .woocommerce-message .read-more-button:hover,
.woocommerce .woocommerce-message .post-nav .nav-links .button:hover,
.woocommerce-page .woocommerce-message .post-nav .nav-links .button:hover {
  color: #ffffff;
}
.woocommerce #content-area,
.woocommerce-page #content-area {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce .et_pb_extra_overlay .star-rating,
.woocommerce-page .et_pb_extra_overlay .star-rating {
  position: absolute;
  top: calc(60% + 32px);
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s ease;
}
.woocommerce .et_pb_extra_overlay .star-rating span:before,
.woocommerce-page .et_pb_extra_overlay .star-rating span:before {
  color: #ffffff;
}
.woocommerce .et_pb_extra_overlay:hover .star-rating,
.woocommerce-page .et_pb_extra_overlay:hover .star-rating {
  top: calc(50% + 32px);
}
.woocommerce .woocommerce-page-top,
.woocommerce-page .woocommerce-page-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.woocommerce .woocommerce-page-top:after,
.woocommerce-page .woocommerce-page-top:after {
  display: none;
}
.woocommerce .woocommerce-page-top .page-title,
.woocommerce-page .woocommerce-page-top .page-title {
  margin: 0;
  padding: 0;
  font-size: 26px;
}
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb {
  margin: 0;
  font-size: 12px;
}
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-page-top .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-page-top .woocommerce-breadcrumb:after {
  display: none;
}
.woocommerce .et_pb_extra_column_main,
.woocommerce-page .et_pb_extra_column_main {
  display: block;
  width: 100%;
}
.woocommerce .et_pb_extra_column_main .woocommerce-result-count,
.woocommerce-page .et_pb_extra_column_main .woocommerce-result-count {
  margin: 0 0 20px;
}
.woocommerce .et_pb_extra_column_main .woocommerce-ordering,
.woocommerce-page .et_pb_extra_column_main .woocommerce-ordering {
  margin: 0 0 20px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
  display: block;
  background: #EF6939;
  min-width: 0;
  width: 65px;
  min-height: 0;
  height: 30px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 30px;
  font-weight: 600;
  vertical-align: middle;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  display: inline-block;
  background: #253b82;
  width: 100%;
  border: 0;
  border-radius: 3px;
  padding: 12px !important;
  color: #ffffff;
  font-size: 12px;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: '\e632';
  position: relative;
  top: 0;
  left: 0;
  margin: 0 10px 0 0;
  font-size: 16px;
  vertical-align: middle;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
  min-width: 100%;
  margin: 0 -12px;
  overflow: hidden;
  float: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 25% !important;
  max-width: 25% !important;
  min-width: 25% !important;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  margin: 0 0 0 -1px !important;
  padding: 0 12px 24px;
}
.with_sidebar.woocommerce ul.products li.product,
.with_sidebar.woocommerce-page ul.products li.product {
  width: 33.33333333% !important;
  max-width: 33.33333333% !important;
  min-width: 33.33333333% !important;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  margin: 0 0 0 -1px !important;
}
.woocommerce ul.products li.product .product-wrapper,
.woocommerce-page ul.products li.product .product-wrapper {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  border: 0;
}
.woocommerce ul.products li.product .product-wrapper a,
.woocommerce-page ul.products li.product .product-wrapper a {
  position: relative;
  width: 100%;
  text-align: center;
}
.woocommerce ul.products li.product .product-wrapper a:last-child,
.woocommerce-page ul.products li.product .product-wrapper a:last-child {
  padding: 20px;
}
.woocommerce ul.products li.product .product-wrapper a img,
.woocommerce-page ul.products li.product .product-wrapper a img {
  margin: 0;
}
.woocommerce ul.products li.product .product-wrapper h3,
.woocommerce-page ul.products li.product .product-wrapper h3 {
  margin: 0 0 5px;
  padding: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin: 0;
  color: #253b82;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  display: inline-block;
  text-decoration: none;
}
.woocommerce ul.products li.product .price del span.amount,
.woocommerce-page ul.products li.product .price del span.amount,
.woocommerce ul.products li.product .price ins span.amount,
.woocommerce-page ul.products li.product .price ins span.amount {
  font-size: 18px;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  text-decoration: line-through;
}
.woocommerce ul.products li.product .price del span.amount,
.woocommerce-page ul.products li.product .price del span.amount {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce ul.products li.product .price span.amount,
.woocommerce-page ul.products li.product .price span.amount {
  font-size: 18px;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  width: 100%;
  text-align: right;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 0;
  margin: 0 0 24px;
  line-height: 1;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers:after,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers:after {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
  margin: 0 0 0 10px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #253b82;
  color: #ffffff;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: calc(50% - 12px);
  margin: 0 12px 24px 0;
  float: left;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  border-radius: 3px;
  overflow: hidden;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 24px -12px 0;
  padding-top: 0;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a {
  margin: 0;
  padding: 0 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: #253b82;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: calc(50% - 12px);
  border-top: 0;
  padding: 24px;
  float: right;
}
.woocommerce div.product div.summary .product_title,
.woocommerce-page div.product div.summary .product_title {
  margin: 0 0 10px;
}
.woocommerce div.product div.summary .woocommerce-product-rating,
.woocommerce-page div.product div.summary .woocommerce-product-rating {
  width: 100%;
  margin: 0 0 20px;
  line-height: 1;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating,
.woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating {
  margin: 0 5px 0 0;
}
.woocommerce div.product div.summary p.price,
.woocommerce-page div.product div.summary p.price {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 1;
}
.woocommerce div.product div.summary p.price ins,
.woocommerce-page div.product div.summary p.price ins {
  text-decoration: none;
}
.woocommerce div.product div.summary p.price del .amount,
.woocommerce-page div.product div.summary p.price del .amount {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product div.summary span.price,
.woocommerce-page div.product div.summary span.price {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.woocommerce div.product div.summary span.price del,
.woocommerce-page div.product div.summary span.price del {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.woocommerce div.product div.summary span.price del .amount,
.woocommerce-page div.product div.summary span.price del .amount {
  color: inherit;
}
.woocommerce div.product div.summary span.price ins,
.woocommerce-page div.product div.summary span.price ins {
  text-decoration: none;
}
.woocommerce div.product div.summary .quantity .qty,
.woocommerce-page div.product div.summary .quantity .qty {
  margin: 0 10px 0 0;
  line-height: 1;
}
.woocommerce div.product div.summary .variations td,
.woocommerce-page div.product div.summary .variations td {
  padding-bottom: 10px;
}
.woocommerce div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product div.summary .product_meta a,
.woocommerce-page div.product div.summary .product_meta a {
  color: #253b82;
  font-weight: 600;
}
.woocommerce div.product div.summary .product-share-links,
.woocommerce-page div.product div.summary .product-share-links {
  background: #F5F9FD;
  width: calc(100% + 48px);
  margin: 40px -24px -24px;
  padding: 10px 20px 0;
  text-align: center;
}
.woocommerce div.product div.summary .product-share-links a,
.woocommerce-page div.product div.summary .product-share-links a {
  display: inline-block;
  margin: 0 5px 10px;
}
.woocommerce div.product div.summary p,
.woocommerce-page div.product div.summary p {
  margin: 0 0 40px;
}
.woocommerce div.product .extra-woocommerce-details-accordion,
.woocommerce-page div.product .extra-woocommerce-details-accordion {
  width: calc(50% - 12px);
  border: 0;
  clear: right;
  float: right;
}
.woocommerce div.product .extra-woocommerce-details-accordion .group,
.woocommerce-page div.product .extra-woocommerce-details-accordion .group {
  width: 100%;
}
.woocommerce div.product .extra-woocommerce-details-accordion .header,
.woocommerce-page div.product .extra-woocommerce-details-accordion .header {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  line-height: 1;
  cursor: pointer;
}
.woocommerce div.product .extra-woocommerce-details-accordion .header.ui-accordion-header-active .ui-accordion-header-icon:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .header.ui-accordion-header-active .ui-accordion-header-icon:before {
  content: '\e63d';
}
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon {
  display: inline-block;
  margin: 0 5px 0 0;
}
.woocommerce div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before,
.woocommerce-page div.product .extra-woocommerce-details-accordion .ui-accordion-header-icon:before {
  content: '\e638';
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product .extra-woocommerce-details-accordion .title,
.woocommerce-page div.product .extra-woocommerce-details-accordion .title {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce div.product .extra-woocommerce-details-accordion .content,
.woocommerce-page div.product .extra-woocommerce-details-accordion .content {
  background: #F5F9FD;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}
.woocommerce div.product .extra-woocommerce-details-accordion .content h2,
.woocommerce-page div.product .extra-woocommerce-details-accordion .content h2 {
  display: none;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email {
  width: 50%;
  padding: 0;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-author {
  padding-right: 10px;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-email {
  padding-left: 10px;
}
.woocommerce div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-rating,
.woocommerce-page div.product .extra-woocommerce-details-accordion #group-reviews .comment-form-rating {
  padding: 10px 0;
  clear: both;
}
.woocommerce div.product #comments .commentlist,
.woocommerce-page div.product #comments .commentlist {
  padding: 0;
}
.woocommerce div.product #respond .comment-reply-title,
.woocommerce-page div.product #respond .comment-reply-title {
  font-size: 16px;
}
.woocommerce div.product #respond .comment-form-rating label,
.woocommerce-page div.product #respond .comment-form-rating label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce .related.products,
.woocommerce-page .related.products {
  width: 100%;
  clear: both;
}
.woocommerce .related.products h2,
.woocommerce-page .related.products h2 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 600;
}
.woocommerce .related.products .products li.product,
.woocommerce-page .related.products .products li.product {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.with_sidebar.woocommerce .related.products .products li.product,
.with_sidebar.woocommerce-page .related.products .products li.product {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
}
/* Ripple */
/*!
* Ripple
* Created by Andy Tran (http://andytran.me)
* Copyright 2015 Andy Tran.
* Licensed under MIT (https://github.com/andyhqtran/UILibrary/blob/master/LICENSE)
*/
[ripple] {
  position: relative;
  overflow: hidden;
}
[ripple][ripple-inverse] .ripple {
  -webkit-animation: ripple-inverse 1s;
          animation: ripple-inverse 1s;
}
[ripple] .ripple {
  position: absolute;
  display: block;
  background: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-inverse {
  0% {
    background: #e6e6e6;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  80% {
    background: #ffffff;
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 1;
  }
}
@keyframes ripple-inverse {
  0% {
    background: #e6e6e6;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  80% {
    background: #ffffff;
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 1;
  }
}
/* Animations */
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideWidth {
  0% {
    width: 0;
  }
}
@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes flipIn {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
            transform: perspective(1000px) rotateX(-90deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(10deg);
            transform: perspective(1000px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-10deg);
            transform: perspective(1000px) rotateX(-10deg);
  }
}
@keyframes flipIn {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
            transform: perspective(1000px) rotateX(-90deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(10deg);
            transform: perspective(1000px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-10deg);
            transform: perspective(1000px) rotateX(-10deg);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
            transform: translatey(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* End Animate.css */
/* Font Face */
/* Extra Icons */
@font-face {
  font-family: "ET-Extra";
  src: url("fonts/ET-Extra.eot");
  src: url("fonts/ET-Extra.eot?#iefix") format("embedded-opentype"), url("fonts/ET-Extra.woff") format("woff"), url("fonts/ET-Extra.ttf") format("truetype"), url("fonts/ET-Extra.svg#ET-Extra") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Responsive */
/* 1160px Breakpoint (Desktop) */
/* 990px Breakpoint above only (Desktop) */
@media only screen and (min-width: 990px) {
  /* Grid */
  .et_extra_layout .et_pb_column_1_4,
  .et_extra_layout .et_pb_column_1_3 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* Footer */
  #footer .et_pb_extra_column {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    min-width: 0;
    max-width: none;
    /**
		* Column Dimension
		*/
    /**
		* Column visibility for customizer
		*/
  }
  .footer_columns_4#footer .et_pb_extra_column {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .footer_columns_2#footer .et_pb_extra_column {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .footer_columns_1#footer .et_pb_extra_column {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .footer_columns_1_4__3_4#footer .et_pb_extra_column.odd {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .footer_columns_1_4__3_4#footer .et_pb_extra_column.even {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .footer_columns_3_4__1_4#footer .et_pb_extra_column.odd {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .footer_columns_3_4__1_4#footer .et_pb_extra_column.even {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .footer_columns_1_3__2_3#footer .et_pb_extra_column.odd {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
  }
  .footer_columns_1_3__2_3#footer .et_pb_extra_column.even {
    width: 66.66666666%;
    -webkit-flex-basis: 66.66666666%;
        -ms-flex-preferred-size: 66.66666666%;
            flex-basis: 66.66666666%;
  }
  .footer_columns_2_3__1_3#footer .et_pb_extra_column.odd {
    width: 66.66666666%;
    -webkit-flex-basis: 66.66666666%;
        -ms-flex-preferred-size: 66.66666666%;
            flex-basis: 66.66666666%;
  }
  .footer_columns_2_3__1_3#footer .et_pb_extra_column.even {
    width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
  }
  .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-1,
  .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-2 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-4 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-1 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-2,
  .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-4 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-2 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-1,
  .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-4 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .footer_columns_3#footer .et_pb_extra_column.column-3,
  .footer_columns_1_4__1_4__1_2#footer .et_pb_extra_column.column-3,
  .footer_columns_1_2__1_4__1_4#footer .et_pb_extra_column.column-3,
  .footer_columns_1_4__1_2__1_4#footer .et_pb_extra_column.column-3 {
    display: none;
  }
  .footer_columns_2#footer .et_pb_extra_column.column-2,
  .footer_columns_1_4__3_4#footer .et_pb_extra_column.column-2,
  .footer_columns_3_4__1_4#footer .et_pb_extra_column.column-2,
  .footer_columns_1_3__2_3#footer .et_pb_extra_column.column-2,
  .footer_columns_2_3__1_3#footer .et_pb_extra_column.column-2,
  .footer_columns_2#footer .et_pb_extra_column.column-3,
  .footer_columns_1_4__3_4#footer .et_pb_extra_column.column-3,
  .footer_columns_3_4__1_4#footer .et_pb_extra_column.column-3,
  .footer_columns_1_3__2_3#footer .et_pb_extra_column.column-3,
  .footer_columns_2_3__1_3#footer .et_pb_extra_column.column-3 {
    display: none;
  }
  .footer_columns_1#footer .et_pb_extra_column.column-2,
  .footer_columns_1#footer .et_pb_extra_column.column-3,
  .footer_columns_1#footer .et_pb_extra_column.column-4 {
    display: none;
  }
  #main-header-wrapper {
    transition: height 0.3s;
  }
  .et_fixed_nav .et-fixed-header #main-header {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .boxed_layout.et_fixed_nav .et-fixed-header #main-header {
    width: 90%;
    max-width: 1360px;
  }
  .et_hide_nav.et_fixed_nav .et-fixed-header #main-content {
    padding-top: 40px;
  }
  .et_hide_nav #main-header {
    top: 0;
  }
  /* Fixed Nav with Admin Bar */
  .admin-bar.et_fixed_nav .et-fixed-header #main-header,
  .admin-bar.et_hide_nav #main-header {
    top: 32px;
  }
  .et_hide_nav.et_fixed_nav #main-header {
    position: fixed;
    opacity: 0;
    transition-duration: 0.7s;
    width: 100%;
  }
  .et_hide_nav.et_fixed_nav .et-fixed-header #main-header {
    opacity: 1;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  /* Modules: Posts Carousel*/
  .et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
    display: none;
  }
  .et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
  .et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
  .et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
  .et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-small {
    display: none;
  }
  .et_pb_column_1_3 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column,
  .et_pb_column_1_4 .posts-blog-feed-module.masonry .paginated_page[data-columns="3"] .column {
    width: 100%;
    padding: 0;
  }
  .et_pb_column_1_3 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column,
  .et_pb_column_1_4 .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column {
    width: 100%;
    padding: 0;
  }
}
/* 990px Breakpoint (Desktop) */
@media only screen and (max-width: 990px) {
  /* Grid */

  /* @Sjoerd - Header mobile */
  #main-header .container {
    margin-bottom: 5px;
  }

  #main-header .mobile-phone {
    display: inline-block;
    height: 100%;
  }
  #main-header .mobile-phone-icon {
    margin-top: 28px;
  }
  #main-header .desktop-phone,
  #main-header .desktop-webportal {
    display: none;
  }
  #main-header nav,
  #main-header nav a {
    color: white;
  }

    /* Content Area */
  #content-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* Main/Sidebar */
  .et_pb_extra_row,
  .et_extra_layout .et_pb_row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .et_pb_extra_column,
  .et_extra_layout .et_pb_column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_main,
  .et_extra_layout .et_pb_column_main,
  .et_pb_extra_column_sidebar,
  .et_extra_layout .et_pb_column_sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    float: none;
    clear: both;
  }
  .with_sidebar .et_pb_extra_column_main,
  .with_sidebar .et_extra_layout .et_pb_column_main,
  .with_sidebar .et_pb_extra_column_sidebar,
  .with_sidebar .et_extra_layout .et_pb_column_sidebar,
  .with_sidebar.et_pb_extra_column_main,
  .with_sidebar.et_extra_layout .et_pb_column_main,
  .with_sidebar.et_pb_extra_column_sidebar,
  .with_sidebar.et_extra_layout .et_pb_column_sidebar {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    padding: 0 !important;
    float: none;
    clear: both;
  }
  .single.with_sidebar .et_pb_extra_column_main,
  .single.with_sidebar .et_extra_layout .et_pb_column_main,
  .single.with_sidebar .et_pb_extra_column_sidebar,
  .single.with_sidebar .et_extra_layout .et_pb_column_sidebar,
  .single.with_sidebar.et_pb_extra_column_main,
  .single.with_sidebar.et_extra_layout .et_pb_column_main,
  .single.with_sidebar.et_pb_extra_column_sidebar,
  .single.with_sidebar.et_extra_layout .et_pb_column_sidebar,
  .page.with_sidebar .et_pb_extra_column_main,
  .page.with_sidebar .et_extra_layout .et_pb_column_main,
  .page.with_sidebar .et_pb_extra_column_sidebar,
  .page.with_sidebar .et_extra_layout .et_pb_column_sidebar,
  .page.with_sidebar.et_pb_extra_column_main,
  .page.with_sidebar.et_extra_layout .et_pb_column_main,
  .page.with_sidebar.et_pb_extra_column_sidebar,
  .page.with_sidebar.et_extra_layout .et_pb_column_sidebar {
    padding: 0 !important;
  }
  .et_pb_extra_column_4_4,
  .et_extra_layout .et_pb_column_4_4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_3_4,
  .et_extra_layout .et_pb_column_3_4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_2_3,
  .et_extra_layout .et_pb_column_2_3 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_1_2,
  .et_extra_layout .et_pb_column_1_2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_3_8,
  .et_extra_layout .et_pb_column_3_8 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_1_3,
  .et_extra_layout .et_pb_column_1_3 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_pb_extra_column_1_4,
  .et_extra_layout .et_pb_column_1_4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .et_extra_layout .et_section_specialty .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_extra_layout .et_section_specialty .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_extra_layout .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /* Header */
  header.header li ul {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block;
  }
  /* Top Header */
  #top-header {
    display: none;
  }
  /* ET Info */
  #et-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 10px;
    margin: 0;
  }
  #et-info .et-extra-social-icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #et-info .et-extra-social-icons li {
    margin: 0 10px 10px 0;
  }
  #et-info .et-extra-social-icons .et-extra-icon {
    border: 0;
    padding: 0;
  }

  /* @Sjoerd */
  #et-info .et-top-search {
    margin: 60px 10px 10px 0;
    width: 100%;
  }
  #et-info .et-top-search .et-search-field,
  #et-info .et-top-search .et-search-field:focus {
    width: 100%;
  }

  #et-info .et-cart {
    margin: 0 10px 10px 0;
  }
  /* Fixed Header */
  .et_hide_nav.et_fixed_nav #main-header {
    opacity: 1;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .et_fixed_nav .bia-logo {
    margin-left: auto;
    margin-right: auto;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  /* Main Header */
  /* Logo */

  /* @Sjoerd */
  .bia-logo {
    /*height: 82px;*/
    margin: 10px 0;
  }
  .centered .bia-logo {
    display: inline-block;
    width: auto;
    margin: 30px 0;
  }

  /* ET Navigation */
  #bia-navigation-desktop {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .centered #bia-navigation-desktop {
    margin: 0;
  }
  #bia-navigation-desktop > ul {
    display: none;
  }
  #bia-navigation-desktop li li {
    padding: 0 0 0 30px;
  }
  #bia-navigation-desktop a {
    display: block;
    padding: 20px 0;
  }
  #bia-navigation-desktop .mega-menu > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #bia-navigation-desktop .mega-menu > ul > li {
    padding: 0;
  }
  #bia-navigation-desktop .mega-menu > ul > li > a {
    color: inherit;
    pointer-events: all;
  }
  #bia-navigation-desktop .mega-menu ul {
    padding: 0 0 0 20px;
  }
  #bia-navigation-desktop .mega-menu ul ul {
    padding: 0 0 0 20px;
  }
  #bia-navigation-desktop .mega-menu-featured > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 0 20px;
  }
  #bia-navigation-desktop .mega-menu-featured > ul > li {
    padding: 0 0 20px;
  }
  #bia-navigation-desktop .mega-menu-featured > ul > li:first-child .title {
    display: block;
  }
  #bia-navigation-desktop .mega-menu-featured .title {
    display: none;
  }
  #bia-navigation-desktop .mega-menu-featured .post-meta a {
    padding: 0;
  }
  #bia-navigation-desktop .mega-menu.mega-featured-2 > ul > li:nth-child(2) {
    display: none;
  }
  #bia-navigation-desktop .mega-menu.mega-featured-2 > ul > li:nth-child(3) .title {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 0;
  }
  #bia-navigation-desktop .mega-menu.mega-featured-2 .title {
    display: block;
  }
  #bia-navigation-desktop .mega-menu.mega-featured-2 .recent-list {
    padding: 0;
  }
  #bia-navigation-desktop .mega-menu.mega-featured-2 .recent-list li:last-child {
    padding: 20px 0 0;
  }
  /* ET Search */
  .et-top-search-primary-menu-item .search-icon {
    display: none;
  }
  .et-top-search-primary-menu-item .et-top-search {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    border: 0;
    margin: 15px 0 0;
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-field {
    background: rgba(255, 255, 255, 0.1);
    padding: 7px 10px;
    font-size: 12px;
    line-height: normal;
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-field::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 400;
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-field::-moz-placeholder {
    color: #ffffff;
    font-weight: 400;
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-field:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 400;
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-field::placeholder {
    color: #ffffff;
    font-weight: 400;
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-field:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .et-top-search-primary-menu-item .et-top-search .et-search-submit {
    display: none;
  }
  /* ET Mobile Navigation */
  #et-mobile-navigation {
    display: block;
  }
  #et-mobile-navigation nav {
    display: none;
    width: 100%;
    padding: 40px 40px 20px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
  }

  /* @Sjoerd */
  #et-mobile-navigation #et-extra-mobile-menu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block;
    background: 0;
    border: 0;
    padding-bottom: 30px;
  }
  #et-mobile-navigation .mobile-social {
    position: absolute;
    display: block;
    bottom: 15px;
    z-index: 10;
    height: 30px;
  }
  #et-mobile-navigation a.et-extra-icon {
    border-bottom: 0;
  }
  #et-mobile-navigation a.et-extra-icon:before {
    top: -14px;
  }

  /* @Sjoerd */
  #et-mobile-navigation .desktop-language {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  #et-mobile-navigation #et-extra-mobile-menu > li:last-child {
    position: absolute;
    top: -120px;
    left: 0px;
    width: auto;
  }
  #et-mobile-navigation #et-extra-mobile-menu > li:last-child a {
    /*border: 2px solid green;*/
    line-height: 1.4em;
  }

  #et-mobile-navigation #et-extra-mobile-menu li {
    width: 100%;
  }
  #et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a {
    position: relative;
    cursor: pointer;
  }
  #et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    transition: 0.3s ease;
  }
  #et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a.selected:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  #et-mobile-navigation #et-extra-mobile-menu li > ul {
    transition: none;
    opacity: 1;
    visibility: visible;
  }
  #et-mobile-navigation #et-extra-mobile-menu .sub-menu {
    display: none;
  }
  /* Post Module */
  .et_pb_extra_module,
  .et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module,
  .et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module,
  .et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module,
  .project-details {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
  }
  .et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post {
    padding: 20px 20px 0;
    width: 50%;
  }
  .et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content {
    padding: 0;
  }
  .et_pb_extra_module .posts-list,
  .et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,
  .et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,
  .et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .posts-list {
    width: 50%;
  }
  .et_pb_extra_module .posts-list li:first-child,
  .et_pb_extra_module .posts-list li:only-child {
    border-top: 0;
  }
  /* Module Head */
  .module-head,
  .tabbed-post-module .tabs {
    width: 100%;
  }
  .et_pb_column_1_4 .tabbed-post-module .tabs ul li,
  .et_pb_column_1_2 .tabbed-post-module .tabs ul li,
  .et_pb_column_1_3 .tabbed-post-module .tabs ul li,
  .et_pb_column_2_3 .tabbed-post-module .tabs ul li {
    display: block;
  }
  .et_pb_column_1_4 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_1_2 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_1_3 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_2_3 .tabbed-post-module .tabs ul li.active {
    display: block;
    width: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .et_pb_column_1_4 .tabbed-post-module .tab-nav,
  .et_pb_column_1_2 .tabbed-post-module .tab-nav,
  .et_pb_column_1_3 .tabbed-post-module .tab-nav,
  .et_pb_column_2_3 .tabbed-post-module .tab-nav,
  .et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav,
  .et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav {
    display: none;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content,
  .et_pb_column_1_3 .tabbed-post-module .tab-content,
  .et_pb_column_1_4 .tabbed-post-module .tab-content {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_2 .tabbed-post-module .tab-content .posts-list,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list {
    width: 50%;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post {
    padding: 20px;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content .main-post .post-content,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .main-post .post-content,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post .post-content {
    padding: 0;
  }
  /* Single Post */
  /* Post Header */
  .post-header {
    padding: 40px;
  }
  /* Post Wrap */
  .post-wrap,
  .page .post-wrap {
    padding: 0 40px 40px;
  }
  /* Post Footer */
  .post-footer {
    padding: 15px 40px 0;
  }
  .post-footer .social-icons,
  .post-footer .rating-stars {
    margin: 0 0 15px;
  }
  /* Review Module */
  .review {
    margin: 40px 0 0;
  }
  /* Single Project */
  .project-details .project-description,
  .project-details .project-categories,
  .project-details .project-tags {
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* Audio Format */
  .audio-titles {
    padding: 11.5%;
  }
  /* Link Format */
  .single-post-module .link-format {
    padding: 60px 40px;
  }
  /* Quote Format */
  .quote-format {
    padding: 40px;
  }
  /* Video Format */
  .et_pb_column_1_3 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button,
  .et_pb_column_1_4 .posts-blog-feed-module.et_pb_extra_module article .header .video-play-button {
    font-size: 4rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
  }
  /* Page Template */
  .page .post-wrap {
    padding: 40px;
  }
  /* Portfolio Page */
  /* Portfolio List */
  #portfolio_list {
    /* Project Wrapper */
  }
  #portfolio_list .project {
    width: 50%;
  }
  .with_sidebar #portfolio_list .project {
    width: 50%;
  }
  /* Sitemap Page */
  .sitemap-content ul {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
  }
  .with_sidebar .sitemap-content ul {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .sitemap-content ul.children {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  /* WooCommerce */
  .woocommerce .related.products li.product:nth-child(n),
  .woocommerce-page .related.products li.product:nth-child(n) {
    width: 25% !important;
    margin: 0 !important;
  }
  /* Header */
  .etad {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .header .etad {
    margin: 20px auto;
  }
  /* Modules: Featured Posts Slider */
  .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
  }
  .et_pb_column_4_4 .featured-posts-slider-module .post-content h3,
  .et_pb_column_3_4 .featured-posts-slider-module .post-content h3,
  .et_pb_column_2_3 .featured-posts-slider-module .post-content h3,
  .et_pb_column_1_2 .featured-posts-slider-module .post-content h3,
  .et_pb_column_3_8 .featured-posts-slider-module .post-content h3,
  .et_pb_column_1_3 .featured-posts-slider-module .post-content h3,
  .et_pb_column_1_4 .featured-posts-slider-module .post-content h3 {
    font-size: 16px;
  }
  .et_pb_column_3_8 .featured-posts-slider-module .post-content h3 a,
  .et_pb_column_1_3 .featured-posts-slider-module .post-content h3 a,
  .et_pb_column_1_4 .featured-posts-slider-module .post-content h3 a {
    color: #ffffff;
  }
  .et_pb_column_1_2 .featured-posts-slider-module .post-meta,
  .et_pb_column_3_8 .featured-posts-slider-module .post-meta,
  .et_pb_column_1_3 .featured-posts-slider-module .post-meta,
  .et_pb_column_1_4 .featured-posts-slider-module .post-meta {
    color: #FFFFFF;
    display: block;
  }
  /* Modules: Posts Carousel*/
  .et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
  .et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
  .et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
    display: inline-block;
  }
  .et_pb_column_1_2 .posts-carousel-module .carousel-group,
  .et_pb_column_3_8 .posts-carousel-module .carousel-group,
  .et_pb_column_1_3 .posts-carousel-module .carousel-group,
  .et_pb_column_1_4 .posts-carousel-module .carousel-group {
    padding-right: 10px;
    padding-left: 10px;
  }
  .et_pb_column_1_2 .posts-carousel-module .carousel-item,
  .et_pb_column_3_8 .posts-carousel-module .carousel-item,
  .et_pb_column_1_3 .posts-carousel-module .carousel-item,
  .et_pb_column_1_4 .posts-carousel-module .carousel-item {
    width: 25%;
    padding-top: 20px;
  }
  .et_pb_column_1_2 .posts-carousel-module .post-thumbnail,
  .et_pb_column_3_8 .posts-carousel-module .post-thumbnail,
  .et_pb_column_1_3 .posts-carousel-module .post-thumbnail,
  .et_pb_column_1_4 .posts-carousel-module .post-thumbnail {
    margin-right: 10px;
    margin-left: 10px;
  }
  .et_pb_column_1_2 .posts-carousel-module .post-content-box,
  .et_pb_column_3_8 .posts-carousel-module .post-content-box,
  .et_pb_column_1_3 .posts-carousel-module .post-content-box,
  .et_pb_column_1_4 .posts-carousel-module .post-content-box {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
    left: 60px;
  }
  .rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
    left: auto;
    right: 60px;
  }
  .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
    right: 60px;
  }
  .rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_3_8 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
    right: auto;
    left: 60px;
  }
  .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
    left: 40px;
  }
  .rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
    left: auto;
    right: 40px;
  }
  .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
    right: 40px;
  }
  .rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_3_8 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
    right: auto;
    left: 40px;
  }
}
/* 980px Breakpoint */
@media only screen and (max-width: 980px) {
  /* Slider */
  .et_pb_column_3_4 .et-slider .carousel-item.et-pb-moved-slide,
  .et_pb_column_3_4 .et-slider .carousel-item.et-pb-active-slide,
  .et_pb_column_2_3 .et-slider .carousel-item.et-pb-moved-slide,
  .et_pb_column_2_3 .et-slider .carousel-item.et-pb-active-slide,
  .et_pb_column_1_2 .et-slider .carousel-item.et-pb-moved-slide,
  .et_pb_column_1_2 .et-slider .carousel-item.et-pb-active-slide,
  .et_pb_column_1_3 .et-slider .carousel-item.et-pb-moved-slide,
  .et_pb_column_1_3 .et-slider .carousel-item.et-pb-active-slide,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item.et-pb-active-slide,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-moved-slide,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item.et-pb-active-slide {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
  }
  /* WooCommerce */
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n) {
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
    min-width: 33.33333333% !important;
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    margin: 0 0 0 -1px !important;
    padding: 0 12px 24px;
  }
}
/* 768px Breakpoint (Tablet) */
@media only screen and (max-width: 768px) {
  /* Grid */
  /* Audio Format */
  .audio-titles {
    padding: 40px;
  }
  /* Video Format */
  .et_pb_column_1_4 .tabbed-post-module article .header .video-play-button,
  .et_pb_column_1_4 .post-module article .header .video-play-button,
  .et_pb_column_1_4 .posts-blog-feed-module.standard article .header .video-play-button {
    font-size: 2rem;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem;
  }
  .et_pb_column_1_4 .posts-blog-feed-module.masonry article .header .video-play-button {
    font-size: 4rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
  }
  /* Tabbed Module */
  .tabbed-post-module .tabs ul li,
  .et_pb_column_1_4 .tabbed-post-module .tabs ul li,
  .et_pb_column_1_2 .tabbed-post-module .tabs ul li,
  .et_pb_column_1_3 .tabbed-post-module .tabs ul li,
  .et_pb_column_3_8 .tabbed-post-module .tabs ul li,
  .et_pb_column_2_3 .tabbed-post-module .tabs ul li {
    display: none;
  }
  .et_pb_column_4_4 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_3_4 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_1_4 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_1_2 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_1_3 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_3_8 .tabbed-post-module .tabs ul li.active,
  .et_pb_column_2_3 .tabbed-post-module .tabs ul li.active {
    display: block;
    width: 100%;
    border: 0;
  }
  .et_pb_column_4_4 .tabbed-post-module .tab-nav,
  .et_pb_column_3_4 .tabbed-post-module .tab-nav,
  .et_pb_column_1_4 .tabbed-post-module .tab-nav,
  .et_pb_column_1_2 .tabbed-post-module .tab-nav,
  .et_pb_column_1_3 .tabbed-post-module .tab-nav,
  .et_pb_column_2_3 .tabbed-post-module .tab-nav,
  .et_pb_column_3_8 .tabbed-post-module .tab-nav,
  .et_pb_row_inner .et_pb_column_4_4 .tabbed-post-module .tab-nav,
  .et_pb_column_3_4 .et_pb_row_inner .tabbed-post-module .tab-nav {
    display: block;
  }
  .et_pb_column_3_8 .tabbed-post-module .tab-content {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .et_pb_column_3_8 .tabbed-post-module .tab-content .main-post {
    padding: 20px;
  }
  .et_pb_column_3_8 .tabbed-post-module .tab-content .main-post .post-content {
    padding: 0;
  }
  /* Posts Blog Feed Module */
  .posts-blog-feed-module .paginated_content .paginated_page[data-columns="3"] .column,
  .posts-blog-feed-module .paginated_content .paginated_page[data-columns="2"] .column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .posts-blog-feed-module .paginated_content .paginated_page[data-columns="3"] .column:first-child,
  .posts-blog-feed-module .paginated_content .paginated_page[data-columns="2"] .column:first-child {
    padding: 0;
  }
  .posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  .with_sidebar .posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  /* Single Module */
  /* Related Post Content */
  .related-posts-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* Related Post */
  .related-post {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  /* Author Page */
  .authors-page .authors[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  .with_sidebar .authors-page .authors[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  /* Member Page */
  .member-content #loginform {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .member-content .input,
  .member-content .button,
  .member-content .read-more-button,
  .member-content .post-nav .nav-links .button {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .member-content .button,
  .member-content .read-more-button,
  .member-content .post-nav .nav-links .button {
    margin: 0;
  }
  /* Portfolio Page */
  /* Filter Buttons */
  #portfolio_filter {
    display: block;
    height: 32px;
  }
  #portfolio_filter.opened {
    height: 100%;
  }
  #portfolio_filter li {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    /* Filter Toggle */
  }
  #portfolio_filter li.filter-toggle {
    display: block;
    background: #f6f9fd;
    padding: 10px 15px;
    font-size: 12px;
    transition: .3s ease;
    box-sizing: border-box;
    cursor: pointer;
  }
  #portfolio_filter a {
    width: 100%;
  }
  #portfolio_filter a:first-child {
    border-radius: 0;
  }
  /* Portfolio List */
  #portfolio_list {
    /* Project Wrapper */
  }
  #portfolio_list .project {
    width: 100%;
  }
  .with_sidebar #portfolio_list .project {
    width: 100%;
  }
  /* Sitemap Page */
  .sitemap-content ul {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .with_sidebar .sitemap-content ul {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  /* WooCommerce */
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
  }
  .with_sidebar.woocommerce ul.products li.product,
  .with_sidebar.woocommerce-page ul.products li.product {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce div.product .extra-woocommerce-details-accordion,
  .woocommerce-page div.product .extra-woocommerce-details-accordion {
    width: 100%;
    clear: both;
  }
  .woocommerce .related.products,
  .woocommerce-page .related.products {
    width: 100%;
    clear: both;
  }
  .woocommerce .related.products h2,
  .woocommerce-page .related.products h2 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 600;
  }
  .woocommerce .related.products li.product:nth-child(n),
  .woocommerce-page .related.products li.product:nth-child(n) {
    width: 50% !important;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 0 !important;
  }
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n) {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 0 0 0 -1px !important;
    padding: 0 12px 24px;
  }
  /* Footer */
  #footer-nav,
  #footer-info {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    display: block;
  }
}
/* 480px Breakpoint (Phone) */
@media only screen and (max-width: 480px) {
  /* Header */
  /* Top Header */
  /* ET Info */
  #et-info .et-top-search {
    width: 100%;
    /* margin: 0 0 10px; */
  }
  #et-info .et-top-search .et-search-field {
    width: 100%;
  }
  #et-info .et-cart {
    width: 100%;
    margin: 0 0 10px;
  }
  /* Main Header */
  /* ET Mobile Navigation */
  #et-mobile-navigation nav {
    padding: 20px 20px 0;
  }
  /* Single Post */
  /* Post Header */
  .post-header {
    padding: 40px 20px;
  }
  .post-wrap,
  .page .post-wrap {
    padding: 0 20px 40px;
  }
  /* Post Footer */
  .post-footer {
    padding: 15px 20px 0;
  }
  .post-footer .social-icons .share-title,
  .post-footer .rating-stars #rate-title {
    display: block;
  }
  /* Author Box Avatar */
  .author-box .author-box-avatar {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
    height: 80px;
    margin: 0 0 20px;
  }
  /* Author Box Content */
  .author-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  /* Author Box Description */
  .author-box-description {
    margin: 0;
  }
  /* Review Summary */
  .review-summary {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* Review Summary Score Box */
  .review-summary-score-box {
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  /* Review Summary Content */
  .review-summary-content {
    padding: 0;
  }
  /* Related Post */
  .related-post {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /* Post Module */
  .et_pb_extra_module,
  .project-details {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .et_extra_layout .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post,
  .et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post {
    padding: 0;
    border: 0;
    width: 100%;
  }
  .et_extra_layout .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_1_2 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_2_3 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_1_4 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_3_4 .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .main-post .post-content,
  .et_extra_layout .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .main-post .post-content {
    padding: 0 20px;
  }
  .et_pb_extra_module .posts-list {
    width: 100% !important;
  }
  .et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list {
    width: 100%;
  }
  .et_extra_layout .et_pb_column_4_4 .et_pb_extra_module .posts-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .et_pb_extra_module .posts-list li:only-child,
  .et_pb_extra_module .posts-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .et_pb_extra_module .posts-list li:only-child,
  .et_pb_extra_module .posts-list li:last-child {
    border-bottom: 0;
  }
  /* Tabbed Module */
  .tabbed-post-module .tab-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content,
  .et_pb_column_1_4 .tabbed-post-module .tab-content,
  .et_pb_column_3_8 .tabbed-post-module .tab-content,
  .et_pb_column_1_3 .tabbed-post-module .tab-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_2 .tabbed-post-module .tab-content .posts-list,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .posts-list,
  .et_pb_column_3_8 .tabbed-post-module .tab-content .posts-list,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .posts-list {
    width: 100%;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_3_8 .tabbed-post-module .tab-content .main-post,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .main-post {
    padding: 0;
  }
  .et_pb_column_1_2 .tabbed-post-module .tab-content .main-post .post-content,
  .et_pb_column_1_4 .tabbed-post-module .tab-content .main-post .post-content,
  .et_pb_column_3_8 .tabbed-post-module .tab-content .main-post .post-content,
  .et_pb_column_1_3 .tabbed-post-module .tab-content .main-post .post-content {
    padding: 0 20px;
  }
  .tabbed-post-module .tab-content .main-post,
  .tabbed-post-module .tab-content .posts-list {
    width: 100%;
  }
  .tabbed-post-module .tab-content .main-post {
    padding: 0;
  }
  .tabbed-post-module .tab-content .main-post .post-content {
    padding: 0 20px;
  }
  .tabbed-post-module .tab-content .posts-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  /* Posts Carousel Module */
  .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
    display: none;
  }
  .et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
  .et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-medium,
  .et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-medium {
    display: none;
  }
  .et_pb_column_4_4 .posts-carousel-module .carousel-group,
  .et_pb_column_3_4 .posts-carousel-module .carousel-group,
  .et_pb_column_2_3 .posts-carousel-module .carousel-group,
  .et_pb_column_1_2 .posts-carousel-module .carousel-group,
  .et_pb_column_1_3 .posts-carousel-module .carousel-group,
  .et_pb_column_1_4 .posts-carousel-module .carousel-group {
    padding-right: 0;
    padding-left: 0;
  }
  .et_pb_column_4_4 .posts-carousel-module .carousel-item,
  .et_pb_column_3_4 .posts-carousel-module .carousel-item,
  .et_pb_column_2_3 .posts-carousel-module .carousel-item,
  .et_pb_column_1_2 .posts-carousel-module .carousel-item,
  .et_pb_column_1_3 .posts-carousel-module .carousel-item,
  .et_pb_column_1_4 .posts-carousel-module .carousel-item {
    width: 50%;
    padding-top: 0;
  }
  .et_pb_column_4_4 .posts-carousel-module .post-thumbnail,
  .et_pb_column_3_4 .posts-carousel-module .post-thumbnail,
  .et_pb_column_2_3 .posts-carousel-module .post-thumbnail,
  .et_pb_column_1_2 .posts-carousel-module .post-thumbnail,
  .et_pb_column_1_3 .posts-carousel-module .post-thumbnail,
  .et_pb_column_1_4 .posts-carousel-module .post-thumbnail {
    margin-right: 0;
    margin-left: 0;
  }
  .et_pb_column_4_4 .posts-carousel-module .post-content-box,
  .et_pb_column_3_4 .posts-carousel-module .post-content-box,
  .et_pb_column_2_3 .posts-carousel-module .post-content-box,
  .et_pb_column_1_2 .posts-carousel-module .post-content-box,
  .et_pb_column_1_3 .posts-carousel-module .post-content-box,
  .et_pb_column_1_4 .posts-carousel-module .post-content-box {
    margin-right: 0;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
  .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
    left: 40px;
  }
  .rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-prev,
  .rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-prev {
    left: auto;
    right: 40px;
  }
  .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
  .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
    right: 40px;
  }
  .rtl .et_pb_column_4_4 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_3_4 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_2_3 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_1_2 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_1_3 .posts-carousel-module .et-pb-arrow-next,
  .rtl .et_pb_column_1_4 .posts-carousel-module .et-pb-arrow-next {
    right: auto;
    left: 40px;
  }
  .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
  .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
    left: 20px;
  }
  .rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-prev,
  .rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-prev {
    left: auto;
    right: 20px;
  }
  .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
  .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
    right: 20px;
  }
  .rtl .et_pb_column_4_4 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_3_4 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_2_3 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_1_2 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_1_3 .posts-carousel-module:hover .et-pb-arrow-next,
  .rtl .et_pb_column_1_4 .posts-carousel-module:hover .et-pb-arrow-next {
    right: auto;
    left: 20px;
  }
  /* Featured Posts Slider Module */
  .featured-posts-slider-module .carousel-item {
    height: auto;
  }
  .et_pb_column_4_4 .featured-posts-slider-module .carousel-item,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item,
  .et_pb_column_3_8 .featured-posts-slider-module .carousel-item,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
    height: auto;
  }
  .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item,
  .with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item,
  .with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item,
  .with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item,
  .with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item,
  .with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item,
  .with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item {
    height: auto;
  }
  .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 330px;
  }
  .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
    position: relative;
    background: #ffffff;
    padding: 0;
    margin-top: 330px;
  }
  .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content h3,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content h3,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content h3,
  .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content h3,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content h3,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content h3 {
    font-weight: 600;
  }
  .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content h3 a,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content h3 a,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content h3 a,
  .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content h3 a,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content h3 a,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
    color: rgba(0, 0, 0, 0.5);
  }
  .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-meta,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-meta,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-meta,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-meta,
  .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-meta,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-meta,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-meta {
    display: none;
  }
  .featured-posts-slider-module .et-pb-slider-arrows a {
    margin-top: -35px;
  }
  /* Featured Posts Slider Module */
  .posts-blog-feed-module .hentry {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .posts-blog-feed-module .hentry .header,
  .posts-blog-feed-module .hentry .post-content {
    width: 100% !important;
  }
  .posts-blog-feed-module .hentry .header {
    padding: 0;
    margin-bottom: 20px;
  }
  /* Page */
  .page .post-wrap {
    padding: 40px;
  }
  .page .post-wrap .post-content {
    margin: 0 0 40px;
  }
  /* Author Page */
  .authors-page .authors .author {
    padding: 40px 20px;
  }
  .authors-page .authors .author .author-footer {
    padding: 20px;
  }
  /* Contact Page */
  .contact-box {
    padding: 40px;
  }
  /* Member Page */
  .member-box {
    padding: 40px;
  }
  /* Sitemap Page */
  .sitemap-box {
    padding: 40px;
  }
  .sitemap-content ul {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .with_sidebar .sitemap-content ul {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /* Timeline Page */
  /* Timeline */
  .timeline {
    position: relative;
    width: 100%;
  }
  /* Timeline Nav */
  .timeline-nav {
    display: none;
  }
  /* WooCommerce */
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .with_sidebar.woocommerce ul.products li.product,
  .with_sidebar.woocommerce-page ul.products li.product {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .woocommerce div.product .related li.product:nth-child(n),
  .woocommerce-page div.product .related li.product:nth-child(n) {
    width: 100% !important;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 !important;
  }
  .woocommerce div.product .related li.product:last-child,
  .woocommerce-page div.product .related li.product:last-child {
    padding-bottom: 0 !important;
  }
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 0 0 -1px !important;
    padding: 0 12px 24px;
  }
}
/* 320px Breakpoint (Phone) */
@media only screen and (max-width: 320px) {
  /* Post Module */
  /* Posts Carousel Module */
  .posts-carousel-module.loading .carousel-item-hide-on-load-small {
    display: none;
  }
  .et_pb_column_1_2 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
  .et_pb_column_1_3 .posts-carousel-module.loading .carousel-item-hide-on-load-small,
  .et_pb_column_1_4 .posts-carousel-module.loading .carousel-item-hide-on-load-small {
    display: none;
  }
  .et_pb_column_4_4 .posts-carousel-module .carousel-item,
  .et_pb_column_3_4 .posts-carousel-module .carousel-item,
  .et_pb_column_2_3 .posts-carousel-module .carousel-item,
  .et_pb_column_1_2 .posts-carousel-module .carousel-item,
  .et_pb_column_1_3 .posts-carousel-module .carousel-item,
  .et_pb_column_1_4 .posts-carousel-module .carousel-item {
    width: 100%;
  }
  /* Featured Posts Slider Module */
  .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .with_sidebar .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 210px;
  }
  .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box,
  .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box {
    margin-top: 210px;
  }
  /* Single Module */
  /* Single Post */
  .post-footer {
    padding: 0 20px;
  }
  /* Single Project */
  .project-details .project-description,
  .project-details .project-categories,
  .project-details .project-tags {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* Post Format */
  /* Link Format */
  .single-post-module .link-format {
    padding: 60px 20px;
  }
  /* Quote Format */
  .quote-format {
    padding: 20px;
  }
  /* Video Format */
  .et_pb_column_1_4 .tabbed-post-module article .header .video-play-button,
  .et_pb_column_1_4 .post-module article .header .video-play-button,
  .et_pb_column_1_4 .posts-blog-feed-module.standard article .header .video-play-button {
    font-size: 4rem;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
  }
}

/**********************************************************
* @Sjoerd - Team overview page
**********************************************************/
#team_overview .person
{
  display: inline-block;
  width: 33%;
  height: 250px;
  text-align: center;
  font-size: 80%;
}

#team_overview .person-content
{
  padding-top: 10px;
  line-height: 16px;
}

#team_overview .block a
{
  color: black;
  text-decoration: none;
}

#team_overview .country-head h2
{
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  padding-bottom: 20px;
}

#team_overview div.sprite-thumbnail-flags2,
#team_overview div.sprite-flags2
{
  display: inline-block;
  vertical-align: baseline;
}

#team_overview img
{
  display: inline-block;
  vertical-align: baseline;
}

#team_overview .flag-block-content
{
  margin: 0px 10px;
}

#team_overview .flag-block-content a
{
  margin: 0px 10px;
}

#team_overview .sprite-flags2
{
  margin: 0px 15px;
}

#team_overview .flags
{
  float: right;
  margin-top: -50px;
  max-width: 420px;
  margin-left: 25px;
  box-shadow: 10px 10px 3px #888888;
}

#team_overview .flag_block
{
  border: 1px solid grey;
}

#team_overview .flag_block.first-block
{
  border-top-width: 2px;
}

#team_overview .flag_block.last-block
{
  border-bottom-width: 2px;
}

#team_overview .intro_info
{
  margin-top: 20px;
  min-height: 180px;
}

#team_overview .flag-block-title
{
  padding: 0px 0px 3px 5px;
}

@media only screen and (max-width: 1200px), screen and (device-width: 1200px) {
  /* team-overview */
  #team_overview div.flags {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 10px;
  }

  #team_overview div.intro_info {
    margin-top: 30px;
    min-height: 0;
  }
}

/**********************************************************
* @Sjoerd - Country China
**********************************************************/
body.url-cn .et-extra-social-icons {
  display: none;
}

/**********************************************************
* @Johan - USP Vinkjes
**********************************************************/
.vinkje-usp li {
  background-image: url('/wp-content/uploads/vinkje.png');
  background-repeat: no-repeat;
  background-position-y: 5px;
  list-style: none;
  text-align: left;
  /*margin-left: -10px;*/
  padding-left: 33px;
}

#contactform button {
  font-size: 16px;
}

#contactform .block-group {
  background-color: white;
}

.contact-v5 #contactform .block-group {
  background-color: #253b82;
  font-size: 20px;
}

.contact-v5 .container-actions {
  margin: 15px;
}

.contact-v5 .container-actions .form-extra {
  background-color: #253b82;
  font-size: 16px;
  font-weight: bold;
}

.contact-v5 .container-actions .form-extra:hover {
  background-color: #006400;
}

.contact-v5 #contactform h2 {
  line-height: 1.2em;
  color: white;
  font-size: 24px;
}

.contact-v5 .form-extra-email {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-v5 .form-extra-phone {
  margin-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-v5 .sidebar-email-icon {
  display: inline-block;
  background-image: url(/wp-content/include/icon/ico-envelop-small.png);
  background-repeat: no-repeat;
  background-position-y: 12px;
  width: 22px;
  height: 30px;
}

.contact-v5 .sidebar-phone-icon {
  display: inline-block;
  background-image: url(/wp-content/include/icon/ico-phone-small.png);
  background-repeat: no-repeat;
  background-position-y: 6px;
  width: 22px;
  height: 30px;
}

.sidebar-email-say {
  display: inline-block;
  color: white;
  font-weight: normal;
  position: relative;
  top: -7px;
}

.sidebar-phone-say {
  display: inline-block;
  color: white;
  font-weight: normal;
  position: relative;
  top: -7px;
}

div.box-no-margin {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

div.box-no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.phone-order-bullet .page-content {
  margin-top: 25px;
}

/* Bullet list */
.phone-order-bullet .icon_list_item {
  font-size: 25px;
}

.phone-order-bullet .smile_icon_list .icon_list_item {
  margin: 0px!important;
  height: 60px!important;
  max-height: 60px;
}


.phone-order-bullet .smile_icon_list.left .icon_description {
  line-height: normal;
  font-size: 18px;
  overflow: hidden;
  max-height: 55px!important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.phone-order-bullet .icon_list_item .vertical-align-middle.table {
  height: 55px;
}

.smile_icon_list .icon_list_item {
  padding: 0!important;
  list-style: none!important;
  clear: both!important;
  position: relative!important;
  min-height: 1em!important;
  margin: 0 0 30px!important;
  line-height: 100%;
  overflow: visible;
}

/* Vertical align middle - BEGIN */
.vertical-align-middle.table {
  display: table;
  overflow: hidden;
}

.vertical-align-middle.cell {
  display: table-cell;
  vertical-align: middle;
}

.vertical-align-middle.content {
}
/* Vertical align middle - END */


/* BULLET CONTAINER - BEGIN */
.bullet-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* vertical align MIDDLE */
.bullet-container .bullet-item {
  display: table;
  overflow: hidden;
}
.bullet-container .bullet-item .bullet-icon,
.bullet-container .bullet-item .bullet-title {
  display: table-cell;
  vertical-align: middle;
}

/* Styling */
.bullet-container .bullet-item {
  height: 50px;
  max-height: 50px;
  margin-top: 20px;
}

.bullet-container .bullet-item .bullet-icon {
  width: 36px;
}

.bullet-container .bullet-item .bullet-title-content {
  max-height: 50px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
}

.bullet-container.circle .bullet-icon-border {
  border-radius: 50%;
  border-color: inherit;
  overflow: hidden;
  width: 3em;
  height: 3em;
  font-size: 12px;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
}

.bullet-container img.bullet-icon-image {
  display: block;
  margin: 0 auto;
  height: 32px;
  width: 32px;
  max-height: 32px;
  max-width: 32px;
  border-radius: 0;
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  /* SIZE: Phone */
  .bullet-container {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  /* SIZE: Desktop */
  .bullet-container {
    margin-bottom: 10px;
  }

  .bullet-container .bullet-item {
    float: left;
    width: 33%;
  }

  .bullet-container .bullet-item.type_session {
    width: 66%;
  }

  .bullet-container::before {
    clear: both;
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    border-top: 1px solid #d1d1d1;
  }

  .bullet-container::after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
    height: 15px;
  }
}
/* BULLET CONTAINER - END */

.frame-bullet {
  margin-top: 20px;
}

#page-contactform {
  margin-left: auto;
  margin-right: auto;
}

#page-contactform h2 {
  text-align: center;
}

/* FLEX ROW - BEGIN */
.flex_row {
  width: 100%;
}

@media (min-width: 992px) {
  /* LAYOUT: Desktop */
  .flex_col-md-3,
  .flex_col-md-4,
  .flex_col-md-6,
  .flex_col-md-8,
  .flex_col-md-9 {
    display: inline-block;
    float: left;
  }

  .flex_col-md-3 {
    width: 24%;
  }
  .flex_col-md-4 {
    width: 33%;
  }
  .flex_col-md-6 {
    width: 49%;
  }
  .flex_col-md-8 {
    width: 66%;
  }
  .flex_col-md-9 {
    width: 74%;
  }
}

@media (min-width: 1200px) {
  /* LAYOUT: Desktop large */
  .flex_col-lg-3,
  .flex_col-lg-9 {
    display: inline-block;
    float: left;
  }

  .flex_col-lg-3 {
    width: 24%;
  }
  .flex_col-lg-4 {
    width: 33%;
  }
  .flex_col-lg-6 {
    width: 49%;
  }
  .flex_col-lg-8 {
    width: 66%;
  }
  .flex_col-lg-9 {
    width: 74%;
  }
}
/* FLEX ROW - END */

/* FLEX GRID - BEGIN */
.flex_grid {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_grid .frame-content {
  max-width: 800px;
}
.flex_grid .frame-content h1,
.flex_grid .frame-content h2,
.flex_grid .frame-content h3,
.flex_grid .frame-content h4,
.flex_grid .frame-content h5,
.flex_grid .frame-content h6 {
  padding-top: 15px;
}

/* FLEX GRID - Custom styled bullets - BEGIN */
.flex_grid .frame-content ul,
ul.bullet-disc {
  list-style-type: none;
  padding: 0 0 .2em 1.5em;
  line-height: 1.7em;
}
.flex_grid .frame-content ul li:before,
ul.bullet-disc li:before {
  background-color: #253b82;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
  position: relative;
  left: -0.8em;
}
.flex_grid .frame-content ul li,
ul.bullet-disc li {
  text-indent: -8px;
}
.flex_grid .frame-content ul.x-bullets-usp li:before {
  background-color: transparent;
}
/* FLEX GRID - Specials! */
ul.padding-top,
.flex_grid .frame-content ul.padding-top,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul {
  padding-top: 1em !important;
}
.flex_grid .frame-content .person-details ul,
.flex_grid .frame-content .vinkje-usp ul,
.flex_grid .frame-content .green-usp ul,
.flex_grid .frame-content .component-block ul,
.flex_grid .frame-content .component-conversion ul,
.flex_grid .frame-content .component-agenda-data ul {
  padding: 0 0 0 0;
  line-height: 1.7em;
}
.flex_grid .frame-content .person-details ul li,
.flex_grid .frame-content .vinkje-usp ul li,
.flex_grid .frame-content .green-usp ul li,
.flex_grid .frame-content .component-block ul li,
.flex_grid .frame-content .component-conversion ul li,
.flex_grid .frame-content .component-agenda-data ul li {
  text-indent: 0px;
}
.flex_grid .frame-content ul.smile_icon_list li:before,
.flex_grid .frame-content .person-details ul li:before,
.flex_grid .frame-content .vinkje-usp ul li:before,
.flex_grid .frame-content .green-usp ul li:before,
.flex_grid .frame-content .component-block ul li:before,
.flex_grid .frame-content .component-conversion ul li:before,
.flex_grid .frame-content .component-agenda-data ul li:before {
  display: none;
}
.flex_grid .frame-content .vinkje-usp h2 {
  padding-top: 0px;
}
/* FLEX GRID - Custom styled bullets - END */

/* COMPONENTS - BEGIN */
.component-conversion {
  background-color: #dfe1e2;
  width: 100%;
  padding: 20px 35px 30px 35px;
}
body:not(.url-gr) .component-conversion .titleblock {
  text-transform: uppercase;
}
.component-conversion ul.iconsentence {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.component-conversion li.icon-ok {
  background: url(/wp-content/uploads/vinkje-groen.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px;
  background-position-y: 2px;
}
.component-conversion .marginbutton {
  margin-top: 20px;
}

.component-block ul.iconsentence {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.component-block li.icon-warning {
  background: url(/wp-content/uploads/uitroepteken.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px;
  background-position-y: 2px;
}
/* COMPONENTS - END */


@media (max-width: 991px) {
  /* LAYOUT: Phone */
  .frame-content {
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }

  .frame-sidebar {
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }

  .frame-bullet {
    -webkit-order: 3;
    order: 3;
    width: 100%;
  }

  .frame-spacer {
    display: none;
  }

  .form-container,
  .form-component {
    max-width: 350px;
  }
}

@media only screen and (min-width: 992px) {
  /* LAYOUT: Desktop */
  .frame-content {
    padding-right: 20px;
  }

  .frame-sidebar.fixed {
    position: relative;
  }
  .frame-sidebar.fixed .box {
    position: fixed;
    top: 168px;
    margin-left: 20px;
    margin-right: 20px;
    /*z-index: 0;*/
  }
  .admin-bar .frame-sidebar.fixed .box {
    top: 200px;
  }

  .form-container,
  .form-component {
    max-width: 450px;
  }
}
/* FLEX GRID - END */


/* EQUAL HEIGHT Table - BEGIN */
/* WARNING: Problems with scaling to small sizes that content will not fit! */
.equal-container {
  display:table;
}
.equal-row {
  display:table-row;
}
.equal-cell {
  display:table-cell;
}
/* EQUAL HEIGHT Table - END */


/* EQUAL HEIGHT FlexBox - BEGIN */
/* WARNING: Problems with hidding, the block column width will still be reserved as space! */
.equal-wrap-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equal-wrap-cell {
  width: 25%;
}
/* EQUAL HEIGHT FlexBox - END */


/* Block center - Begin */
.bia-block-center {
  text-align: center;
}
.bia-block-center > div {
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
/* Block center - End */


.content-center {
  text-align: center;
}

.content-title {
  line-height: 1.3em;
  font-size: 30px;
  font-weight: bold;
  color: #253b82;
}

.content-text {
  margin-top: 10px;
  max-width: 350px;
}

.color-invert {
  color: white;
}

/* Back links */

.back-links {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-team-v5 .back-links {
  margin-top: 0px;
}
.back-link {
  display: inline-block;
}
.back-link.separator {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 11px;
}

/* Frame header */

.frame-header .bia-title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

/* Frame sidebar */

.sidebar-title {
  color: #253b82;
  font-weight: bold;
  margin-bottom: 10px;
}

.frame-sidebar {
  margin-bottom: 35px;
}
.frame-sidebar .box {
  /*background-color: #dfe1e2;*/    /* @Sjoerd - CHECK GLOBAL STYLING! */
}

.bia-contactform-v6 .row,
.sidebar-container .bia-contactform-v6 .row {
  margin-right: 0px;
  margin-left: 0px;
}

.sidebar-container {
  /*padding: 8px 16px;*/      /* @Sjoerd - CHECK GLOBAL STYLING! */
  padding: 8px 0px;
}
.sidebar-component {
  padding: 8px 0px;
}

.component-agenda-data {
  padding: 10px;
  background-color: white;
}
.component-agenda-data ul {
  list-style: none;
  margin: 0;
  padding:0;
}
.component-agenda-data li.icon  {
  background-repeat: no-repeat;
  text-align: left;
  padding-top: 8px;
  padding-left: 60px;
  height: 48px;
  margin: 10px 0px;
}
.component-agenda-data li {
  font-weight: bold;
}
.component-agenda-data li.money {
}
.icon.date  {
  background: url('/wp-content/uploads/icon-event-date.png');
}
.icon.location  {
  background: url('/wp-content/uploads/icon-event-place.png');
}
.icon.money  {
  background: url('/wp-content/uploads/icon-event-euro.png');
}
.icon.calendar  {
  background: url('/wp-content/uploads/icon-event-calendar.png');
}

#page-archive-agenda.v6 {
  /*margin-top: 30px;*/
}
#page-archive-agenda.v6 div.agenda-overview-item {
  float: left;
  margin: 0px 30px 30px 0px;
  max-width: 400px;
  border: 15px solid #dfe1e2;
}
#page-archive-agenda.v6 h2.agenda-short-title {
  font-size: 20px;
  padding-top: 0px;
}
#page-archive-agenda.v6 div.agenda-overview-item .container-body {
  padding: 10px;
}
#page-archive-agenda.v6 div.agenda-overview-item .container-body .component-agenda-data {
  padding: 0px;
}
#page-archive-agenda.v6 div.agenda-overview-item .container-body .agenda-short-info {
  padding-top: 5px;
  padding-bottom: 15px;
}
#page-archive-agenda.v6 div.agenda-overview-item .container-foot {
  padding: 0 15px 15px 15px;
}
#page-archive-agenda.v6 div.agenda-overview-item .container-foot .button-read-more {
  margin-left: 0px;
}

#sidebar-social-icons {
  background-color: white;
  padding: 10px;
  max-width: 350px;
}
.sidebar-social-item {
  display: inline-block;
}
.sidebar-social-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  margin-right: 10px;
}
.icon-linkedin-small {
  background-image: url(/wp-content/uploads/linkedin-icon.png);
}
.icon-twitter-small {
  background-image: url(/wp-content/uploads/twitter-icon.png);
}
.icon-x-small {
  background-image: url(/wp-content/uploads/x_43x43.png);
}
.icon-facebook-small {
  background-image: url(/wp-content/uploads/facebook-icon.png);
}
.icon-youtube-small {
  background-image: url(/wp-content/uploads/youtube-icon.png);
}
.icon-vimeo-small {
  background-image: url(/wp-content/uploads/vimeo-icon.png);
}
.icon-instagram-small {
  background-image: url(/wp-content/uploads/instagram-icon.png);
}

.icon-small {
  display: inline-block;
  background-repeat: no-repeat;
  height: 43px;
  padding-left: 50px;
}
.icon-small.read-more {
  background-image: url(/wp-content/uploads/icons-arrow-right.png);
}
.icon-small .text-center {
  margin-top: 10px;
}

/*
#sidebar-author {
  margin-top: 20px;
  text-align: center;
}
#sidebar-author .person-image {
  background-color: white;
}
#sidebar-author .sidebar-content {
  background-color: white;
  padding: 10px;
  text-align: left;
}

#sidebar-author .author {
  margin-top: 20px;
  color: #1fb64f;
}

#sidebar-author .author:hover {
  color: #006400;
}

#sidebar-author .person-name {
  color: #253b82;
  font-weight: bold;
  font-size: 16px;
}

#sidebar-author .person-job-function {
  color: #253b82;
}
*/

#sidebar-form-newsletter {
}

#sidebar-form-newsletter .newsletter-title {
  color: #253b82;
  font-weight: bold;
}

#sidebar-form-newsletter .newsletter-info {
  margin-top: 15px;
}



#sidebar-product {
  background-image: url(/wp-content/uploads/maze-blue.jpg);
  min-height: 110px;
  padding: 10px;
  background-color: blue;
  font-weight: normal;
}
#sidebar-product .overlay-show {
  padding: 10px;
}
#sidebar-product .intro-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
}
#sidebar-product .product-title {
  color: white;
  font-size: 19px;
}
#sidebar-product .icon-equal {
  margin-top: 10px;
  width: 31px;
  height: auto;
}


#sidebar-expertise {
  background-image: url(/wp-content/uploads/maze-blue.jpg);
  min-height: 110px;
  padding: 10px;
  background-color: blue;
  font-weight: normal;
}
#sidebar-expertise .overlay-show {
  padding: 10px;
}
#sidebar-expertise .intro-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
}
#sidebar-expertise .expertise-title {
  color: white;
  font-size: 19px;
  text-transform: uppercase;
}
#sidebar-expertise .icon-equal {
  margin-top: 10px;
  width: 31px;
  height: auto;
}


/*
  Overlay effects - START
*/
.overlay-container {
  position: relative;
  overflow: hidden;
}

.overlay-hover {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;

  background: #253b82;
  color: #fff;
  overflow: hidden;
  /*text-align: center;*/
  /* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
  width: 100%;

  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.overlay-hover.effect-bottom-to-top {
  top: 100%;
}
.overlay-hover.effect-left-to-right {
  right: 200%;
  left: -100%;
}
.overlay-hover.effect-top-to-bottom {
  bottom: 100%;
}
.overlay-hover.effect-right-to-left {
  left: 100%;
}

.overlay-container:hover .overlay-hover.effect-bottom-to-top {
  top: 0;
}
.overlay-container:hover .overlay-hover.effect-left-to-right {
  right: 0;
  left: 0;
}
.overlay-container:hover .overlay-hover.effect-top-to-bottom {
  bottom: 0;
}
.overlay-container:hover .overlay-hover.effect-right-to-left {
  left: 0;
}
/*
  Overlay effects - END
*/


/* Contact page - BEGIN */

.contact-image-container {
  position: relative;
}

.contact-image-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #dfe1e2;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 15px;
}

.contact-image-container .sprite-thumbnail-flags2 {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-image-container .title-text {
  display: inline-block;
  position: absolute;
}

/* Contact page - END */


/* List item equal symbol */

ul.bullet-list,
ul.bullet-list-white,
ul.icon-equal,
ul.icon-list,
ul.icon-usp {
  list-style: none;
  padding-left: 0px;
  -webkit-padding-start: 0px;
  text-align: left;
  /* @Sjoerd - dynamic list width!
  display: -moz-inline-stack;
  display: inline-block;
  */
  zoom: 1;
  margin-top: 15px;
}

ul.icon-usp li {
  background: url(/wp-content/uploads/vinkje-groen.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: 3px;
  padding: 0px 0px 10px 30px;
  margin-bottom: 0px;
}

ul.icon-equal li {
  background-image: url(/wp-content/uploads/icontitels.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: 8px;
  padding: 0px 0px 10px 30px;
  margin-bottom: 0px;
}

ul.icon-flag-green li {
  background-image: url(/wp-content/uploads/icon-flag-green.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 3px;
  padding: 0px 0px 10px 30px;
  margin-bottom: 0px;
}

ul.sub-list li {
  margin-left:30px;
  margin-bottom: 0px;
}

ul.bullet-list li {
  background-image: url(/wp-content/uploads/icon-blue-countrypage.png);
  background-repeat: no-repeat;
  padding: 1px 0px 10px 28px;
  margin-bottom: 0px;
}
ul.bullet-list-white li {
  background-image: url(/wp-content/uploads/icon-homepage-wit.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 1px 0px 10px 28px;
  margin-bottom: 0px;
}
.bullet-white-large {
  background-image: url(/wp-content/uploads/icon-homepage-wit.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
  padding: 1px 0px 10px 40px;
  margin-bottom: 0px;
}
ul.bullet-list li a {
  font-weight: normal;
  color: #253b82;
}
ul.bullet-list li a:hover {
  color: #be6503;
}

.component-approach .smile_icon_list li .icon_list_icon {
  background: transparent;
}
.component-approach .smile_icon_list.top li .icon_list_connector {
  position: absolute;
  top: 2.2em;
  left: 50%;
  width: 100%;
  height: 4px;
  border-top-width: 0px;
  border-top-style: none;
  margin-left: 0;
  background-color: white;
}
.component-approach .icon_description_text {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.component-approach .icon_description_text.question {
  max-width: 150px;
}
.component-approach .smile_icon_list_wrap {
  margin-top: 35px;
}
.component-approach li.transferclaim:hover {
  color: #be6503;
  cursor: pointer;
}

.component-approach li.transferclaim:hover .icon_list_icon {
  background-image: url("/wp-content/uploads/werkwijze-upload-hover.png");
  background-repeat: no-repeat;
  background-size: 72px;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}
.component-approach li.transferclaim:hover .list-img-icon {
  display: none;
}


/* sidebar */

#sidebar-usp {
  padding: 10px 15px 0px 15px;
  background-color: white;
  /*
  background-color: #253b82;
  color: white;
  */
}
#sidebar-usp .sidebar-title {
  /*color: white;*/
}
#sidebar-usp .sidebar-content {
}

/*  sidebar-person */
#sidebar-person {
  margin-top: 20px;
  text-align: center;
  max-width: 350px;
}

#sidebar-person .maze-container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
}
#sidebar-person .maze-image {
  position: relative;
}
#sidebar-person .maze-title {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
#sidebar-person .sidebar-title {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: white;
  text-align: center
}

#sidebar-person .sidebar-content {
  position: relative;
  background-color: white;
  top: -20px;
  padding: 0;
  padding-bottom: 1px;
  text-align: left;
}

#sidebar-person .center-button {
  margin: 20px 0px 10px 0px;
  text-align: center;
}

#sidebar-person .person-name {
  margin-top: 15px;
  color: #253b82;
  font-weight: bold;
  font-size: 16px;
}

#sidebar-person .person-job-function {
  color: #253b82;
}



/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {

  .bia-cutting-left {
    margin-left: -1000px;
    margin-right: -30px;
    right: 0px;
    background-color: white;
  }

  .bia-cutting-right {
    margin-right: 0px;
    margin-left: -80px;
    left: 0px;
    background-color: white;
  }

  .bia-cutting-right-long {
    margin-right: -30px;
    margin-left: -80px;
    background-color: white;
  }

  .bia-cutting-height-50 {
    position: relative;
    margin-top: -50px;
    height: 50px;
  }

  .bia-cutting-height-100 {
    position: relative;
    margin-top: -100px;
    height: 100px;
  }

}


/* Person profile icons */
ul.icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
li.icon-large  {
  height: 43px;
  width: auto;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-position-x: 0px;
  padding-left: 60px;
  padding-top: 10px;
}
.icon-large.linkedin {
  background-image: url('/wp-content/uploads/linkedin-icon.png');
}
.icon-large.email {
  background-image: url('/wp-content/uploads/icon-contact-mail.png');
}
.icon-large.phone {
  background-image: url('/wp-content/uploads/icon-contact-phone.png');
}

.bia-standard-header-size {
  width: 100%;
  height: 300px;
}

.bia-border-person-profile h2 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 35px;
}

/*
.page-team-v5 .post-content {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  background-color: white;
  top: -100px;
  margin-bottom: -100px;
}
*/
#search-results .post-content {
  top: 0px;
  margin-bottom: 0px;
}
#search-results .search-read-more {
  margin-top: 20px;
}


.page-team-v5 .person-blocks {
  margin-bottom: 35px;
}

.page-team-v5 .person-blocks .block-container {
  margin-right: 20px;
  padding: 20px;
  background-color: #253b82;
  color: white;
}

.page-team-v5 .person-blocks .person-say {
  padding-bottom: 0px;
}

.page-team-v5 .person-blocks .person-say-title {
  display: inline;
  color: #253b82;
  font-weight: 900;
  margin-right: 5px;
}

.page-team-v5 .person-title-question {
  color: #253b82;
  font-weight: 900;
  margin-bottom: 15px;
}
.page-team-v5 .container-afspraak {

}

.page-team-v5 .page-archive-articles {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-team-v5 .bia-container-person-articles {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-team-v5 .bia-container-person-articles .post-content {
  clear: both;
  padding-left: 0px;
  padding-right: 0px;
  position: initial;
  background-color: white;
  top: 0px;
  margin: 10px;
}
.page-team-v5 .bia-container-person-articles .post-box {
  background-color: white;
}

.page-team-v5 .bia-container-blog-header {
  padding-bottom: 35px;
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
  .page-team-v5 .bia-container-blog {
    background-color: #dfe1e2;
    margin-left: -500px;
    margin-right: -500px;
  }

  .page-team-v5 .bia-container-blog-header {
    padding-left: 500px;
    padding-right: 50px;
    margin-bottom: 35px;
    max-width: 45%;
    width: 910px;
    background-color: white;
  }
}

.page-team-v5 .person-blocks .person-say-content {
  display: inline;
  margin-bottom: 10px;
}

.page-team-v5 .person-blocks td:last-child .block-container {
  margin-right: 0px;
}

.page-team-v5 .person-blocks td:nth-child(even) .block-container {
  background-color: #dfe1e2;
  color: #333333;
}

.page-team-v5 .person-blocks td:nth-child(even) .block-title {
  color: #253b82;
}

/* Single article */

.single-article-v5 .post-content {
  max-width: 800px;
  line-height: 1.7rem!important;
}
.single-article-v5 h1.entry-title {
  margin-top: 0px;
  margin-bottom: 15px;
}
.single-article-v5 .article-image {
  margin-bottom: 10px;
}

.single-article-v5.remove-header-image h1.entry-title {
  margin-top: 0px;
}

.single-article-v5.remove-header-image .article-image {
  display: none;
}

.single-article-v5 .frame-content {
  margin-bottom: 35px;
}

.single-article-v5 .container {
  margin-bottom: 20px;
}

/* Single story */

.single-story-v6 .post-content {
  max-width: 800px;
  line-height: 1.7rem!important;
}
.single-story-v6 h1.entry-title {
  margin-top: 0px;
  margin-bottom: 15px;
}
.single-story-v6 .article-image {
  margin-bottom: 10px;
}

.single-story-v6.remove-header-image h1.entry-title {
  margin-top: 0px;
}

.single-story-v6.remove-header-image .article-image {
  display: none;
}

.single-story-v6 .frame-content {
  margin-bottom: 35px;
}

.single-story-v6 .container {
  margin-bottom: 20px;
}

.single-story-v6 .article-image img {
  width: 100%;
  max-height: 250px;
}

/* Incasso pages */

.bia-int-incasso-block-intro .component-bullets {
  border-left: 1px solid #dfe1e2;
  padding: 0 35px;
}
.bia-int-incasso-block-intro .bullet-list {
  line-height: 1.2em;
}

/* Responsive Styles IPad - Desktop Only */
@media all and (min-width: 768px) {

  .bia-int-incasso-block-intro .component-bullets {
    margin-top: -40px;
  }

}

.country-image-container {
}

.country-image-container .bia-image-question {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 24px;
}

.country-image-container .sprite-thumbnail-flags2 {
  margin-right: 10px;
  display: inline-block;
}
.country-image-container .title-text {
  position: relative;
  display: inline-block;
  top: -4px;
}

.bia-int-incasso-buitenland .int-incasso  {
  text-align: center;
}
.bia-int-incasso-buitenland .int-incasso-image img {
  width: 100px;
  height: auto;
}
.bia-int-incasso-buitenland .int-incasso-text {
  max-width: 300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}


/* Overview pages */

.bia-overview-header-intro {
  position: relative;
  z-index: 10;
  background-color: white;
}
.bia-overview-header-intro {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 0px;
  margin-right: 0px;
}
.bia-overview-services  {
  background-color: #dfe1e2;
  top: -50px;
  margin-bottom: -50px;
  padding-top: 120px;
}
.bia-overview-services .bia-service-container {
  margin-bottom: 60px;
}
.bia-overview-services .block-container {
  background-color: white;
}
.bia-overview-services .block-body {
  padding: 10px 20px;
}
.bia-overview-services .block-content {
  padding: 15px 0;
  min-height: 150px;
}
.bia-overview-services .block-button {
  padding: 20px 0;
  text-align: center;
}
.bia-overview-services.conflicten-oplossen .block-bullets {
  min-height: 150px;
}
.bia-overview-services.zakelijke-contracten .block-bullets {
  min-height: 150px;
}


/* container-incasso-usp */

.container-incasso-usp {
  border: 1px solid #d8d4d4;
  padding: 35px;
}
.container-incasso-usp .incasso-title  {
  color: #253b82;
  font-weight: bold;
  margin-bottom: 15px;
}
.container-incasso-usp .title-direct  {
  color: #253b82;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.container-incasso-usp ul.icon-ok {
  padding: 0;
  margin: 0;
}
.container-incasso-usp ul.icon-ok li {
  background-image: url(/wp-content/uploads/usp-check-green.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 3px;
  padding: 0px 0px 10px 30px;
  margin-bottom: 0px;
  list-style: none;
}
.container-incasso-usp .marginbutton {
  margin-top: 10px;
}
.container-incasso-usp .subtitle-button  {
  font-size: 13px;
  color: #017800;
  margin-top: 10px;
  font-style: italic;
}
.container-incasso-usp .bia-incasso-block-tips {
  top: 0px;
  margin-bottom: 0px;
}

/* Incasso country pages */

.bia-incasso-block-intro .bia-content-overflow {
  position: relative;
  /*z-index: 10;*/
  padding: 0px 35px 0px 0px;
  background-color: white;
}
.bia-incasso-block-intro .bia-intro-country {
  position: relative;
  left: 50px;
  margin-right: 50px;
  top: -26px;
  margin-bottom: -26px;
}

.component-bullets {
  margin-top: 0px;
  border-left: 1px solid #dfe1e2;
  padding: 0 35px;
}
.bullet-list {
  line-height: 1.2em;
}

.bia-incasso-block-tips {
  background-color: #dfe1e2;
  /*
  top: -70px;
  margin-bottom: -70px;
  */
}
.bia-incasso-block-tips .vc_col-sm-8 .wpb_content_element {
  margin-bottom: 0px;
}
.bia-incasso-block-tips .bia-content-text {
  padding-top: 35px;
}
.bia-incasso-block-tips .bia-tips {
  margin-top: 60px;
}
.bia-incasso-block-tips h2.bia-block-title {
  margin-top: 70px;
}
.bia-incasso-block-tips .component-contact {
  margin-top: 35px;
  margin-left: 35px;
  display: inline-block;
}
.bia-incasso-block-tips .component-contact .button-action {
  width: 100%;
}
.bia-incasso-block-tips .person-image {
  margin-top: 10px;
}
.bia-incasso-block-tips .component-contact .button-action,
.bia-incasso-block-tips .person-image img {
  max-width: 200px;
}
.bia-incasso-block-tips .person-name {
  color: #253b82;
  font-weight: bold;
  font-size: 16px;
}
.bia-incasso-block-tips .person-job-function {
  color: #253b82;
}
.bia-incasso-block-tips .button-contact{
  margin-top: 10px;
  width: 200px;
}

.bia-header-block-standard .bia-content-text {
  padding-top: 20px;
}

.bia-incasso-block-experts h2.bia-block-title {
  margin-top: 35px;
}
.bia-incasso-block-experts .bia-content-text {
  margin: 35px 35px 35px 0;
  color: white;
}

.bia-incasso-block-movie .bia-quote {
  margin-top: 70px;
  line-height: 1.5em;
  color: #253b82;
  font-size: 28px;
  font-weight: bold;
}

.bia-incasso-block-movie {
  margin-top: 35px;
}

.bia-incasso-block-movie .fluid-width-video-wrapper {
  z-index: 10;
}

.bia-int-incasso-buitenland {
  background-color: #dfe1e2;
}

.bia-incasso-block-approach {
  min-height: 250px;
  background-color: #dfe1e2;
}
.bia-incasso-block-approach h2.bia-block-title {
  margin-top: 0px;
}


.bia-block-top {
  background-color: white;
  height: 80px;
}

.bia-incasso-block-procedure .bia-content-text {
  margin-top: 50px;
}

.bia-incasso-block-gerechtelijk .vc_col-sm-6.bia-block-left .vc_column-inner {
  padding: 0px 30px 0px 15px;
  background-color: white;
  margin-bottom: 35px;
}

.bia-incasso-block-gerechtelijk .vc_col-sm-6.bia-block-right .vc_column-inner {
  padding: 0px 15px 0px 30px;
  background-color: white;
  margin-bottom: 35px;
}

.bia-incasso-block-gerechtelijk .vc_col-sm-6 .vc_column-inner  {
}

.bia-incasso-block-gerechtelijk .vc_col-sm-6 .wpb_wrapper:first-child {
  padding: 20px;
  background-color: #dfe1e2;
  min-height: 270px;
}

.bia-incasso-block-gerechtelijk .vc_col-sm-6 .wpb_wrapper:first-child .wpb_content_element {
  margin-bottom: 15px;
}

.bia-incasso-block-gerechtelijk .vc_toggle {
  margin-bottom: 0px;
}

.bia-incasso-block-advies .bia-content-text {
  margin-top: 20px;
}

.bia-incasso-block-advies .button-action,
.bia-incasso-block-advies .button-transfer-claim {
  margin-top: 120px;
}

.bia-incasso-block-counters {
  background-color: #253b82;
  padding-bottom: 20px;
}

h1.bia-title,
h2.bia-title,
h3.bia-title {
  padding-bottom: 0px;
}

.team-header-content {
  margin-top: 20px;
}

.bia-incasso-block-gerechtelijk h2.bia-title {
  padding-bottom: 10px;
}

/* Maze */

.bia-maze {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100px;
}

.bia-maze-header {
  /*
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  */
}

/**/

.bia-maze-cut-top {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bia-maze-blocks-top {
  background-image: url(/wp-content/uploads/maze_top.png);
}

.bia-maze-cut-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bia-maze-blocks-bottom {
  background-image: url(/wp-content/uploads/maze_bottom.png);
}

/**/

.bia-maze-header.darkblue {
  /* No header maze background */
}

.bia-maze.darkblue {
  background-image: url(/wp-content/uploads/maze-blue.jpg);
}

.bia-maze.lightblue,
.bia-maze-header.lightblue {
  background-image: url(/wp-content/uploads/maze-lightblue.jpg);
}

.bia-maze.grey,
.bia-maze-header.grey {
  background-image: url(/wp-content/uploads/maze-grijs-lijnen.png);
}

.bia-maze.darkblue2,
.bia-maze-header.darkblue2 {
  background-image: url(/wp-content/uploads/maze-blue2.jpg);
}

.bia-maze.lightblue2,
.bia-maze-header.lightblue2 {
  background-image: url(/wp-content/uploads/maze-lightblue2.jpg);
}

.bia-maze.grey2,
.bia-maze-header.grey2 {
  background-image: url(/wp-content/uploads/maze-grey2.jpg);
}

.bia-maze.darkblue3,
.bia-maze-header.darkblue3 {
  background-image: url(/wp-content/uploads/maze-blue3.jpg);
}

.bia-maze.lightblue3,
.bia-maze-header.lightblue3 {
  background-image: url(/wp-content/uploads/maze-lightblue3.jpg);
}

.bia-maze.grey3,
.bia-maze-header.grey3 {
  background-image: url(/wp-content/uploads/maze-grey3.jpg);
}

/**/

.background-grey {
  background-color: #dfe1e2;
}
.bia-bg-grey  {
  background-color: #dfe1e2;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px
}


/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {

  .frame-left {
    margin-left: 0px;
    margin-right: 30px;
  }
  .frame-middle {
    margin-left: 15px;
    margin-right: 15px;
  }
  .frame-right {
    margin-left: 30px;
    margin-right: 0px;
  }

}

/* component-maze-image */
#component-maze-image {
  margin-top: 20px;
  text-align: center;
  /*max-width: 350px;*/
}

#component-maze-image .maze-container-outer {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

#component-maze-image .maze-container-inner {
  position: relative;
  top: -20px;
  padding: 0;
  padding-bottom: 1px;
  text-align: left;
}

#component-maze-image .maze-container-image {
  position: relative;
}
#component-maze-image .maze-container-title {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
#component-maze-image .maze-title {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0px;
  padding: 5px;
  text-align: center;
}

#component-maze-image .maze-container-content {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 100px;
}

#component-maze-image .center-button {
  margin: 20px 0px 10px 0px;
  text-align: center;
}


/* RESIZE Footer */
@media (max-width: 767px) {
  #page-footer.bia-footer-5 .bia-aligncenter .wpb_wrapper,
  #page-footer .bia-footer-5 .bia-aligncenter .wpb_wrapper {
    width: 300px; /* align footer list items on phone size */
  }
}

/* SIZE Phone */
@media all and (max-width: 980px) {

  /* SIZE Phone: Back to top */
  #back_to_top {
    top: 0px;
  }

  #page-footer .rating-container {
    text-align: center;
    margin-bottom: 0px;  /* @Sjoerd NOTICE: Extra phone margin to show CONTACT button under footer without overlap! */
  }

  /* SIZE Phone: Default */
  h2.bia-block-title, h2.bia-block-title.blue, h2.bia-block-title.color-blue {
    margin-top: 20px;
  }

  /* SIZE Phone: /nl/incasso-nederland/ */
  .bia-incasso-block-intro .bia-content-overflow {
    padding: 0px 0px 0px 0px;
  }
  .bia-incasso-block-intro .bia-intro-country {
    left: 35px;
    margin-right: 35px;
  }
  .bia-incasso-block-procedure,
  .bia-incasso-block-advies {
    padding: 0px 10px;
  }
  .component-bullets {
    margin-top: 0px;
  }
  .bia-incasso-block-tips {
    top: 0px;
    margin-bottom: 0px;
  }
  .bia-incasso-block-tips h2.bia-block-title {
    margin-top: 35px;
  }
  .bia-incasso-block-tips .bia-tips {
    margin-top: 0px;
  }
  .bia-incasso-block-tips .component-contact {
    margin-top: 0px;
  }
  .bia-incasso-block-experts .bia-content-text {
    margin: 0px 0px 35px 0;
  }
  .bia-incasso-block-movie .bia-quote {
    margin-top: 0px;
  }
  .bia-block-top {
    height: 35px;
  }
  .bia-incasso-block-procedure .bia-content-text {
    margin-top: 0px;
  }
  .bia-incasso-block-gerechtelijk .vc_col-sm-6 .wpb_wrapper:first-child {
    padding: 10px;
  }
  .bia-incasso-block-gerechtelijk .vc_col-sm-6.bia-block-left .vc_column-inner {
    padding: 0px 15px;
  }
  .bia-incasso-block-gerechtelijk .vc_col-sm-6.bia-block-right .vc_column-inner {
    padding: 0px 15px;
  }
  .bia-incasso-block-gerechtelijk .vc_toggle {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .vc_toggle_size_md.vc_toggle_round .vc_toggle_content.vc_toggle_for_tab {
    padding-left: 0px;
  }
  .bia-incasso-block-advies .button-action, .bia-incasso-block-advies .button-transfer-claim {
    margin-top: 0px;
  }

  /* SIZE Phone: /nl/team/[person]/ */
  .page-team-v5 .post-content {
    padding-left: 20px;
    padding-right: 20px;
    /*
    top: -70px;
    margin-bottom: -70px;
    */
  }
  .page-team-v5 h1 {
    font-size: 28px;
  }
  .page-team-v5 li.icon-large {
    height: 40px;
    background-size: 30px;
    padding-left: 40px;
    padding-top: 2px;
  }

  /* SIZE Phone: /nl/onze-werkwijze/ */
  .bia-overview-header-intro {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* SIZE Phone: /nl/article/ */
  .page-archive-articles .container-small-articles .post-container:nth-child(odd) {
    padding-right: 0px;
    margin-bottom: 35px;
  }
  .page-archive-articles .container-small-articles .post-container:nth-child(even) {
    padding-left: 0px;
  }
  .page-archive-articles .container-small-articles .post-container {
    width: 100%;
  }

  /* SIZE Phone: /nl/agenda/ */
  #page-archive-agenda.v6 div.agenda-overview-item:nth-child(even) {
    margin-right: 0px;
  }

}

/* SIZE Phone small */
@media all and (max-width: 600px) {

  /* SIZE Phone: /nl/agenda/ */
  #page-archive-agenda.v6 div.agenda-overview-item {
    margin-right: 0px;
  }

}

/* SIZE: Tablet and Desktop */
@media all and (min-width: 981px) {
  ul.bullet-list-white li {
    font-size: 18px;
  }
}

/* ZOPIM */
.bia-container-live-chat img.zopim-online
{
  display: inline;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
}


/* !!! Styling V6 !!! */
#main-header.v6 #bia-navigation-mobile {
  display: none;
}

#main-header.v6 #bia-navigation-desktop > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  content: url('/wp-content/uploads/arrow-menu-down-blue.png');
  transform: scale(.6);
  width: 12px;
  margin-top: -1px;
  margin-left: 6px;
  margin-bottom: 0px;
}

#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 li.el-depth-0,
#main-header.v6 #bia-navigation-mobile li .bia-submenu-container,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.bia-mainmenu-item-active > a,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 #bia-mobile-header-tools,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 #bia-mobile-header-tools {
  display: none;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 li.el-depth-0.bia-mainmenu-item-active,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 li.bia-mainmenu-item-active .bia-submenu-container,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.bia-mainmenu-item-active,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li .bia-submenu-container,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 .bia-submenu-custom.bia-submenu-item-active li {
  display: block;
}
#bia-navigation-mobile.bia-mainmenu-level-2 .bia-submenu-custom.bia-submenu-item-active {
  display: inline-flex;
}


#main-header.v6 #bia-navigation-mobile > ul {
  display: inline-block;
}


/* TEMP TODO: Pages not yet created! */
/* Live / Beta */
body .bia-missing,
body header.header .submenu-custom-block-wrapper.bia-missing {
  display: none;
}
/*#main-header.v6 li.menu-title-stories,*/
#main-header.v6 li.menu-title-branchefocus,
#main-header.v6 li.menu-title-internationaal-juridisch-advies,
#main-header.v6 li.menu-title-belgian-desk,
#main-header.v6 li.menu-title-french-desk {
  display: none;
}
/* Development */
body.bia-development .bia-missing {
  display: block!important;
  color: red!important;
}
body.bia-development header.header .submenu-custom-block-wrapper.bia-missing {
  display: inline-flex!important;
}
body.bia-development .bia-missing * {
  color: red!important;
}
/*body.bia-development #main-header.v6 li.menu-title-stories,*/
body.bia-development #main-header.v6 li.menu-title-branchefocus,
body.bia-development #main-header.v6 li.menu-title-internationaal-juridisch-advies,
body.bia-development #main-header.v6 li.menu-title-belgian-desk,
body.bia-development #main-header.v6 li.menu-title-french-desk {
  display: block!important;
  color: red!important;
}
/*body.bia-development #main-header.v6 li.menu-title-stories *,*/
body.bia-development #main-header.v6 li.menu-title-branchefocus *,
body.bia-development #main-header.v6 li.menu-title-internationaal-juridisch-advies *,
body.bia-development #main-header.v6 li.menu-title-belgian-desk *,
body.bia-development #main-header.v6 li.menu-title-french-desk * {
  color: red!important;
}
/*body.bia-development #main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 li.menu-title-stories,*/
/*body.bia-development #main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.menu-title-stories,*/
body.bia-development #main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.menu-title-branchefocus,
body.bia-development #main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.menu-title-internationaal-juridisch-advies,
body.bia-development #main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.menu-title-belgian-desk,
body.bia-development #main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 li.menu-title-french-desk {
  display: none!important;
}
/* TEMP TODO: Pages not yet created! */


#main-header.v6 #bia-navigation-mobile > ul > li.menu-item-has-children > a:after {
  position: absolute;
  display: block;
  top: 10px;
  right: 25px;
  font-size: 18px;
  content: ">";
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  color: #333;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 > ul > li.menu-item-has-children > a:after {
  display: none;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 > ul > li.menu-item-has-children > a:before {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  content: "<";
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 .submenu-custom-header:before {
  display: inline-block;
  width: 28px;
  font-size: 24px;
  content: "<";
  font-weight: 900;
  color: #333;
}
#main-header.v6 #bia-navigation-mobile .submenu-custom-header-box {
  position: relative;
  left: 28px;
  top: -28px;
  margin-bottom: -28px;
  margin-right: 15px;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 .submenu-custom-title {
  padding-left: 0px;
  line-height: 1.7rem;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 .submenu-custom-between {
  display: none;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 .submenu-custom-link {
  display: block;
  margin-top: 10px;
  margin-left: 0px;
}

#main-header.v6 #bia-navigation-mobile > ul li.el-depth-0 {
  color: #333;
  margin: 0px;
  padding: 10px 50px 10px 25px;
  cursor: pointer;
  position: relative;
}
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-1 > ul li.el-depth-0,
#main-header.v6 #bia-navigation-mobile.bia-mainmenu-level-2 > ul li.el-depth-0 {
  padding: 0px;
}
header.header #main-header.v6 #bia-navigation-mobile .bia-submenu-wrapper.pos-left {
  padding-right: 0px;
}


#main-header.v6 .bia-menu-image-default {
  max-width: 300px;
  margin-left: 0px;
}
#main-header.v6 .bia-menu-image-default.expertise {
  margin-top: 30px;
  border: 1px solid #dfe1e2;
}
#main-header.v6 .bia-menu-image-default.internationaal {
  margin-top: 30px;
  border: 1px solid #dfe1e2;
}
#main-header.v6 .bia-menu-image-default.overons {
  margin-top: 12px;
}


#bia-navigation-mobile #bia-mobile-header-tools {
  display: table;
  margin-bottom: 10px;
}
#bia-navigation-mobile #bia-mobile-header-tools.block-2 {
  width: 100%;
}
#bia-navigation-mobile #bia-mobile-header-tools #component-menu-search-v6,
#bia-navigation-mobile #bia-mobile-header-tools #component-menu-language-v6 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
#bia-navigation-mobile #bia-mobile-header-tools #component-menu-search-v6 {
  min-width: 210px;
}

#bia-navigation-mobile #component-menu-language-v6 .desktop-icon-v6 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: contain;
}
#bia-navigation-mobile #component-menu-language-v6 .desktop-icon-v6 img {
  width: 30px;
  height: 30px;
}
#bia-navigation-mobile #component-menu-language-v6 .desktop-say-v6 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
#bia-navigation-mobile #component-menu-language-v6 .desktop-lang {
  display: inline-block;
  vertical-align: middle;
}
#bia-navigation-mobile #component-menu-language-v6 .desktop-flag  {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}


#bia-navigation-mobile #component-menu-language-v6 .icon-menu-arrow-down {
  display:inline-block;
  background-size: cover;
  width: 12px;
  height: 6px;
  margin-left: 6px;
  margin-bottom: 2px;
}
#bia-navigation-mobile input.et-search-field {
  left: 25px;
  height: 28px;
  max-height: 28px;
  outline: none;
  border: none;
  box-shadow: none;
  box-sizing: content-box;
  background-color: white;
  color: black;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  transition: .3s ease;
  padding: 0px;
  width: 85%;
  max-width: 350px;
  padding-left: 4px;
  padding-right: 4px;
}
#bia-navigation-mobile .et-search-submit {
  height: 24px;
  width: 24px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/header-search.png);
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 5px;
  background-size: 14px;
  padding: 6px;
  border: none;
  font-size: inherit;
  line-height: normal;
  font-family: inherit;
  letter-spacing: normal;
}

/* Sizes-v6:  Phone large <= 1023px */
@media all and (max-width: 1023px) {
  #main-header.v6 #bia-navigation-desktop {
    display: none;
  }
  #main-header.v6 #main-header-wrapper-bar {
    background-color: white;
    z-index: 1;
  }
  #main-header.v6 #bia-navigation-mobile.bia-mobile-menu-active {
    display: block;
    /*background-color: lightcyan;*/
    background-color: #f0f0f0;
    margin-top: 10px;
    margin-left: -180px;  /* Re-claim image area width: 180px */
    padding: 15px;
  }
  #main-header.v6 #bia-navigation-mobile > ul > li:last-child {
    display: none;
  }

  #bia-topmenu-v6 .top-menu-v6,
  #bia-topmenu-v6 .top-links-wrapper {
    display: none;
  }

  #bia-topmenu-v6 .bia-topmenu-box {
  }
  #bia-topmenu-v6 .top-menu-wrapper {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  #bia-topmenu-v6 .bia-block.kiyoh-v6 {
    display: table-cell;
    vertical-align: top;
  }

  #bia-topmenu-v6 .bia-block.mobile-transfer-x-v6,
  #bia-topmenu-v6 .bia-block.mobile-menu-button-wrapper-v6  {
    display: table-cell;
    vertical-align: top;
  }
  #bia-topmenu-v6 #mobile-menu-button-v6  {
    display: inline-block;
    cursor: pointer;
  }

  #bia-topmenu-v6 .mobile-button-image {
    border: 2px solid #404040;
    display: block;
    /*background-color: lightcyan;*/
    background-color: white;
    width: 42px;
    height: 42px;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 8px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #bia-topmenu-v6 .mobile-button-image span {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    width: 26px;
    height: 5px;
    border-radius: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: 0.3s ease;
  }
  #bia-topmenu-v6 .mobile-button-image span:nth-child(2) {
    margin: 4px 0;
  }
  /**/
  #bia-topmenu-v6 .bia-mobile-menu-active .mobile-button-image {
    /*background-color: lightcyan;*/
    background-color: #f0f0f0;
  }
  #bia-topmenu-v6 .bia-mobile-menu-active .mobile-button-image span {
    height: 2px;
  }
  #bia-topmenu-v6 .bia-mobile-menu-active .mobile-button-image span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  #bia-topmenu-v6 .bia-mobile-menu-active .mobile-button-image span:nth-child(2) {
    opacity: 0;
  }
  #bia-topmenu-v6 .bia-mobile-menu-active .mobile-button-image span:last-child {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
  }

}

/* Sizes-v6:  Phone small <= 600px */
@media all and (max-width: 600px) {
  #bia-topmenu-v6 .bia-block.kiyoh-v6 {
    display: none;
  }
  #bia-topmenu-v6 .top-menu-wrapper {
    float: right;
    width: 60px;
  }
}

/* Sizes-v6:  Phone small <= 420px */
@media all and (max-width: 420px) {
  #bia-navigation-mobile #component-menu-language-v6 .desktop-say-v6 {
    /*display: none;*/
  }
}

/* Sizes:  Phone small <= 320px */
@media all and (max-width: 320px) {
  #main-header.v6 #bia-navigation-mobile.bia-mobile-menu-active {
    margin-left: -140px;
  }
}

/* Sizes-v6:  Tablet 1024px - 1279px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  #bia-topmenu-v6 .bia-block.mobile-transfer-x-v6,
  #bia-topmenu-v6 .bia-block.mobile-menu-button-wrapper-v6 {
    display: none;
  }
  #bia-topmenu-v6 .bia-topmenu-box {
    float: right;
  }

  /* @Sjoerd - Removed specials
  #et-menu.v6 ul.sub-menu {
    margin-right: 0px;
  }
  #et-menu.v6 .menu-title-expertise ul.sub-menu {
    width: 235px;
  }
  #et-menu.v6 .menu-title-internationaal ul.sub-menu {
    width: 330px;
  }
  #et-menu.v6 .menu-title-over-ons ul.sub-menu {
    width: 310px;
  }
  #et-menu.v6 .menu-title-actueel ul.sub-menu {
    width: 170px;
  }
  */

  #back_to_top {
    padding: 5px 0px;
  }
  #bia-topmenu-v6 .top-menu-v6 .werken-bij-v6 {
    display: none;
  }
  #main-header.v6 #bia-navigation-desktop #et-menu {
    padding-right: 25px;
    margin-left: 0px;
  }
  body:not(.url-il) #main-header.v6 #bia-navigation-desktop > ul > li:last-child {
    position: absolute;
    right: 320px;
    margin-top: -112px;
    margin-right: 15px;
  }
  .et-fixed-header #main-header.v6 #bia-navigation-desktop > ul > li:last-child {
    display: none;
  }
  #et-menu.v6 .submenu-custom-between {
    display: none;
  }
  #et-menu.v6 .submenu-custom-link {
    display: block;
    margin-top: 10px;
    margin-left: 28px;
  }
}

/* Sizes-v6:  Desktop >= 1280px */
@media all and (min-width: 1280px) {
  #bia-topmenu-v6 .bia-block.mobile-transfer-x-v6,
  #bia-topmenu-v6 .bia-block.mobile-menu-button-wrapper-v6 {
    display: none;
  }
  #bia-topmenu-v6 .bia-topmenu-box {
    float: right;
  }

  #main-header.v6 #bia-navigation-desktop > ul > li:last-child {
    right: 0px;
    margin-right: 35px;
  }
}


/*****************************************
******************************************
***  !Extra styling V5! (Original V6)  ***
******************************************
*****************************************/
/*
a {
  text-decoration: none;
  word-break: normal;
  word-wrap: break-word;
}
*/

body:not(.url-gr) h1,
body:not(.url-gr) h2 {
  text-transform: uppercase;
}

body:not(.url-gr) #main-header li.el-depth-0 > a {
  text-transform: uppercase;
}
body:not(.url-gr) #main-header li.el-depth-0:last-child > a {
  text-transform: none;
}

#page-footer .bia-footer-quality-logos .wpb_content_element {
  margin-top: 5px;
  margin-bottom: 5px;
}

/************************
*  bia-banner
************************/
.bia-banner {
  color: white;
}

.bia-banner .bia-banner-usp ul {
  padding: 0;
  margin: 0;
}
.bia-banner .bia-banner-usp ul li {
  list-style: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position-y: 0px;
  padding: 0px 0px 10px 60px;
  margin-bottom: 0px;
}

.icon-justice {
  background-image: url('/wp-content/uploads/icon-rechtvaardigheid.png');
}
.icon-consultation {
  background-image: url('/wp-content/uploads/icon-integriteit.png');
}
.icon-trophy {
  background-image: url('/wp-content/uploads/icon-winnen.png');
}

.bia-banner .bia-banner-background {
}

.bia-banner .bia-banner-overlay {
  position: absolute;
  width: 100%;
}
.bia-banner .bia-banner-overlay.block-1 {
  top: 40px;
}
.bia-banner .bia-banner-overlay.block-2 {
  top: 80px;
}
.bia-banner .bia-banner-overlay.block-3 {
  bottom: 70px;
}

.bia-banner .bia-banner-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.2em;
}
body:not(.url-gr) .bia-banner .bia-banner-title {
  text-transform: uppercase;
}

.bia-banner .bia-banner-usp ul li {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  max-width: 65%;
}
body:not(.url-gr) .bia-banner .bia-banner-usp ul li {
  text-transform: uppercase;
}

.bia-banner .bia-center {
  width: 100%;
  text-align: center;
}

.bia-banner .bia-banner-buttons {
  margin-top: 30px;
}

.bia-banner .bia-banner-buttons a {
  font-size: 16px;
  line-height: 1.2em;
  margin-right: 15px;
}

.bia-banner .bia-banner-buttons a.button-action {
  padding: 10px 20px;
}

.bia-banner .bia-banner-buttons a.button-jump {
  color: white;
  border: 2px solid white;
  padding: 6px 20px;
}

/* Mobile < 960px */
@media all and (max-width: 959px) {

  .bia-banner .bia-banner-overlay.block-2 {
    top: 20px;
  }

  .bia-banner .bia-banner-buttons a.button-action {
    padding: 5px 15px;
  }

  .bia-banner .bia-banner-usp ul li {
    font-size: 2.8vw;
    background-size: 4vw;
    padding: 0px 0px 1vw 6vw;
  }

  .bia-banner .bia-banner-buttons {
    margin-top: 0px;
  }

}

/* Small mobile < 450px */
@media all and (max-width: 449px) {

  .bia-banner .bia-banner-overlay.block-2 {
    top: 10px;
  }

  .bia-banner .bia-banner-usp ul li {
    padding: 0px 0px .5vw 8vw;
  }

  .bia-banner .bia-banner-buttons a {
    font-size: 12px;
    line-height: 1em;
    padding: 5px 15px;
  }
}

/* Tablet < 1024px */
@media all and (max-width: 1023px) {
  .bia-banner .bia-bounce-box,
  .bia-banner .bia-banner-buttons a.button-jump {
    display: none;
  }
}

/* Desktop < 1280px */
@media all and (min-width: 960px) and (max-width: 1279px) {

  .bia-banner .bia-banner-overlay.block-2 {
    top: 50px;
  }

  .bia-banner .bia-banner-usp ul li {
    font-size: 2.8vw;
  }

}


/************************
*  bia-bounce-box
************************/
.bia-bounce-box {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}

.bia-bounce-box i.bia-arrow {
  color: white;

  transition: none;
  text-align: inherit;
  line-height: 34px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 58px;
}

.bia-bounce-box i.bia-arrow:hover {
  color: #be6503;
}

/* Cookiebot */
#CookieDeclarationUserStatusPanel,
#CybotCookiebotDialogDetailFooter,
.CookieDeclarationIntro,
.CookieDeclarationLastUpdated {
  display: none!important;
}
#CybotCookiebotDialogBodyButtonDecline {
  background-color: white!important;
  color: grey!important;
  border: 0px solid grey!important;
}

/*****************************
*   Article page link styling
*****************************/

/* @Sjoerd DELETED - Begin */
/*
.single-article-v5 .frame-content a,
.single-article-v5 .frame-content a:visited {
  color: #1fb64f;
  font-weight: bold;
}
.single-article-v5 .frame-content a.button-read-more,
.single-article-v5 .frame-content a.button-read-more:visited {
  color: white;
}

.single-article-v5 .frame-content a:hover {
  color: #006400;
}
.single-article-v5 .frame-content a.button-read-more:hover {
  color: white;
}
*/
/* @Sjoerd DELETED - End */

/*
*   Extra space
*/
.bia-space-2px {height: 2px; width: 100%}
.bia-space-4px {height: 4px; width: 100%}
.bia-space-6px {height: 6px; width: 100%}
.bia-space-8px {height: 8px; width: 100%}
.bia-space-10px {height: 10px; width: 100%}
.bia-space-12px {height: 12px; width: 100%}
.bia-space-14px {height: 14px; width: 100%}
.bia-space-16px {height: 16px; width: 100%}
.bia-space-18px {height: 18px; width: 100%}
.bia-space-20px {height: 20px; width: 100%}

/*
 *  Privacy statement
*/
.bia-dpo td:first-child {
  padding-right: 20px;
}

/*
 *  Page debt recovery city
*/
.bia-debt-city-maze {
  background-image: url(/wp-content/uploads/maze-blue.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-bottom: 35px;
}
.bia-debt-city-maze h2 {
  color: white;
  margin-top: 35px;
  font-size: 30px;
  opacity: 0.95;
}
.bia-debt-city-maze p {
  color: white;
  font-size: 20px;
  opacity: 0.8;
}
.bia-debt-city-button {
  margin-top: 35px;
  margin-bottom: 20px;
}

/*
 *  page-team-v5
*/
.page-team-v5 .post-content {
  margin-top: 15px;
}
.page-team-v5 div.flex_grid div.frame-content {
  max-width: 900px;
}
.page-team-v5 .flex_grid .frame-content h1.h1-profile  {
  padding-top: 0px;
  display: block;
  text-transform: none;
}
.page-team-v5 .flex_grid .frame-content h2.h2-profile  {
  font-size: 18px;
  font-weight: normal;
  display: block;
  padding-top: 5px;
  text-transform: none;
}
.page-team-v5 .person-say {
  padding-right: 15px;
}
body:not(.url-gr) .page-team-v5 .bullet-title-content {
  text-transform: uppercase;
}
.page-team-v5 .bia-person-description {
  margin-top: 30px;
}

@media only screen and (min-width: 992px)
{
  .page-team-v5 div.bullet-container div.bullet-item {
    float: left;
    width: 50%;
  }
}

/* Remove table spacing, padding, border */
.bia-table-no-border {
  border-collapse: collapse;
  border: 0px;
}
.bia-table-no-border td {
  padding: 0;
  margin: 0;
}

/* Breadcrumbs */
.bia-container-breadcrumb {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 14px;
}

/* bullet-arrow */
div.wpb_wrapper ul.bullet-arrow li a {
  font-weight: bold;
  font-size: 18px;
}
div.wpb_wrapper ul.bullet-arrow li:before {
  background-color: transparent;
  border-radius: 0;
  content: "";
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 6px;
  width: 0px;
  position: relative;
  left: -0.8em;
  background-image: url(/wp-content/uploads/icon-blue-countrypage.png);
  background-repeat: no-repeat;
  padding: 0px 0px 14px 20px;
  top: 5px;
}

/* REMOVE: OLD STYLE GOOGLE MAPS*/
div.page-page-v5 #map-canvas {
  display: none!important;
}

/* social-icons */
.icon-box-36 {
  width: 36px;
  height: 36px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.bg-icon-linkedin {
  background-image: url('/wp-content/uploads/linkedin-icon.png');
}
.bg-icon-facebook {
  background-image: url('/wp-content/uploads/facebook-icon.png');
}
.bg-icon-twitter {
  background-image: url('/wp-content/uploads/twitter-icon.png');
}
.bg-icon-x {
  background-image: url('/wp-content/uploads/x_43x43.png');
}
.bg-icon-instagram {
  background-image: url('/wp-content/uploads/instagram-icon.png');
}
.bg-icon-youtube {
  background-image: url('/wp-content/uploads/youtube-icon.png');
}
.bg-icon-vimeo {
  background-image: url('/wp-content/uploads/vimeo-icon.png');
}
.bg-icon-time {
  background-image: url('/wp-content/uploads/klok-klantenservice.png');
}

.bg-icons-share {
  background-image: url('/wp-content/uploads/icons-share.png');
}
.bg-icons-time {
  background-image: url('/wp-content/uploads/icons-time.png');
}

/**/

.table {
  display: table;
}

.table-inline {
  display: inline-table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.table-cell.content-middle,
.content-middle .table-cell {
  vertical-align: middle;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/**/

.bia-article-details.top {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}
.bia-article-details.top > div {
  height: 40px;
}
.bia-article-details.top .table-cell {
  height: 36px;
  vertical-align: middle;
  font-size: 14px;
}

.bia-article-details.top .article-seperator {
  padding: 0px 5px;
}
.bia-article-details.top .article-say-author {
  padding-right: 5px;
}
.bia-article-details.top .article-author-name {
  font-weight: bold;
  padding-right: 20px;
}
.bia-article-details.top .bg-icons-share {
  margin-right: 15px;
}
.bia-article-details.top .bg-icon-time {
  margin-right: 8px;
}
.bia-article-details.top .article-read-time {
}

.bia-article-details.top .article-say-follow-us {
  margin-left: 25px;
  margin-right: 10px;
}
.bia-article-details.top .social-buttons .icon-box-36 {
  margin-left: 2px;
}

.bia-article-details.top .option-share,
.bia-article-details.top .social-buttons {
  display: none;
}

/* Debtor excuses - Begin */
ol.bia-numbers-large {
  margin-left: 20px;
}
ol.bia-numbers-large li {
  font-weight: 900;
  font-size: 20px;
  color: #253b82;
}
ol.bia-numbers-large li .bia-text-normal {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
/* Debtor excuses - End */


/********************
* RO GLOBAL - Begin
********************/

/* URL: /ro/ce-ne-deosebeste-fata-de-concurenta/ */
.url-ro .post-content {
  margin-bottom: 40px;
}
.url-ro ul.image-usp-ok {
  margin: 0px;
}
.url-ro .image-usp-ok li {
  margin: 5px 0px 5px 0px;
  background: url(/bia_library/images/usp-ok.png) no-repeat 0px 3px;
  padding-left: 32px;
  list-style: none;
}

.url-ro ul.image-usp-not-ok {
  margin: 0px;
}
.url-ro .image-usp-not-ok li {
  margin: 5px 0px 5px 0px;
  background: url(/bia_library/images/usp-not-ok.png) no-repeat 0px 3px;
  padding-left: 32px;
  list-style: none;
}

/* table-grey */
.url-ro .table-grey {
  background-color: #eeeeee;
  border: 1px solid rgb(61, 66, 69);
  border-image: none;
  width: 100%;
  margin-bottom: 20px;
}
.url-ro .table-grey p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.url-ro .table-grey p,
.url-ro .table-grey h2 {
  padding-right: 30px;
  padding-left: 30px;
}
.url-ro .table-grey ul {
  margin: 1em;
  padding: 0px 40px 0px 40px;
}
.url-ro .table-grey ul li {
  margin-bottom: .2em;
}
.url-ro .table-grey a {
  text-decoration: underline;
}

/********************
* RO GLOBAL - End
********************/


/*******************
* x-button - Begin
*******************/
.x-button {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.x-button:hover,
.x-button:active  {
  cursor: pointer;
}

/* .x-button.style-solid */
.x-button.style-solid {
  background-color: #1fb64f;
  color: white;
  padding: 10px 25px;
  margin-right: 30px;
}
.x-button.style-solid:visited  {
  color: white;
  background-color: #1fb64f;
}
.x-button.style-solid:hover,
.x-button.style-solid:active  {
  color: white;
  background-color: #006400;
}

/* .x-button.style-light */
.x-button.style-light {
  border: 2px solid #1fb64f;
  background-color: transparent;
  color: #1fb64f;
  padding: 8px 25px;
}
.x-button.style-light:visited  {
  color: #1fb64f;
  background-color: transparent;
}
.x-button.style-light:hover,
.x-button.style-light:active  {
  color: white;
  border: 2px solid #006400;
  background-color: #006400;
}

/*******************
* x-button - End
*******************/


/********************************************
*  Page container: bia-page-product - Begin
********************************************/
.bia-page-product .x-row-header {
  margin-top: 50px;
}
.bia-page-product .x-row-subhead {
  margin-top: 0;
}

.bg-product-header-image {
  background-position: center bottom;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-bottom: 0;
  background-image: url('/wp-content/uploads/hero_header_gb.png');
  background-repeat: no-repeat;
}
.url-lv .bg-product-header-image {
  background-image: url('/wp-content/uploads/hero_header_lv.png');
}

.bia-page-product .bia-sticky-container > .vc_col-sm-8 > .vc_column-inner  {
  max-width: 740px;
}
.bia-page-product .bia-social-icons {
  margin-left: 30px;
}

.bia-page-product .bia-reading-time .x-title {
  font-size: 20px;
  color: lightgray;
  font-family: arial;
}

.bia-page-product .bia-reading-time .x-time {
  font-weight: bold;
  color: #253b82;
}

.bia-page-product .x-row-nextpage {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* bia-page-product contact-v5 */
.bia-page-product .contact-v5 #contactform .block-group {
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
}
.bia-page-product .contact-v5 #contactform h2 {
  color: #00358e;
  text-align: left;
}
.bia-page-product .contact-v5 .form-container .control-group {
  margin-top: 7px;
  margin-bottom: 7px;
}
.bia-page-product .contact-v5 .form-container textarea {
  height: 150px;
}
.bia-page-product .contact-v5 .container-actions {
  display: none;
}

/********************************************
*  Page container: bia-page-product - End
********************************************/

.x-row-header {
  margin-top: 50px;
}
.x-row-subhead,
.x-row-subfoot {
  margin-top: 15px;
  border-top: 1px solid lightgrey;
  padding-top: 50px;
}
.x-row-nextpage {
  padding-top: 50px;
  padding-bottom: 30px;
}
.vc_col-sm-8 > .vc_column-inner  {
  max-width: 740px;
}
.bia-reading-time .x-title {
  font-size: 20px;
  color: lightgray;
  font-family: arial;
}
.bia-reading-time .x-time {
  font-weight: bold;
  color: #253b82;
}

/*******************
* x-quote - Begin
*******************/
.x-quote {
  position: relative;
  padding-top: 20px;
}

.x-quote .x-border {
  background: linear-gradient(to right, white, #dfe1e2);
  margin-left: 80px;
  padding: 4px;
}

.x-quote .x-content {
  padding: 40px 80px 40px 20px;
  background: white;
}

.x-quote .x-frame:first-child:before {
  font-family: Georgia, serif;
  content: '\201C';
  color: #253b82;
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: 30px;
  left: 15px;
  text-shadow: none;
}

.x-quote blockquote {
  border: 0;
  margin-right: 80px;
  padding: 0;

  background: none;
  color: gray;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
}

.x-quote blockquote * {
  box-sizing: border-box;
}

.x-quote blockquote p {
  color: #333;
  line-height: 1.4 !important;
  font-style: italic;
}

.x-quote cite {
  margin-top: 10px;
  color: gray;
  display: block;
}
/*******************
* x-quote - End
*******************/

.bia-container-hbox {
  margin-left: 30px;
  margin-right: 30px;
}

.bia-container-xbox {
  padding: 30px;
}
.bia-container-xbox.bg-lightgray *,
.bia-container-xbox.bg-lightgrey * {
  color: #333;
}

.x-uppercase {
  text-transform: uppercase;
}
.x-bold {
  font-weight: bold;
}

.x-bullets-small {
  line-height: 1.2em;
}

ul.x-bullets-usp {
  padding: 0;
}
ul.x-bullets-usp li {
  background-image: url(/wp-content/uploads/vinkje.png);
  background-repeat: no-repeat;
  background-position-y: 7px;
  background-size: 16px;
  list-style: none;
  text-align: left;
  padding-left: 33px;
}

.bg-lightgray,
.bg-lightgrey {
  background-color: lightgrey;
}

.bg-full-cover-image {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/****************************************
 *  TEMPLATE: Productpagina V01 - Begin
 ****************************************/

/* icon */
.icon-long-arrow-left {
  background-image: url('https://dev1.bierensgroup.com/wp-content/uploads/long-arrow-left-white.png');
}

.icon-long-arrow-right {
  background-image: url('https://dev1.bierensgroup.com/wp-content/uploads/long-arrow-right-white.png');
}


/* bia-component-connect-page */
.bia-component-connect-page.x-left {
  margin-right: 3px;
}
.bia-component-connect-page.x-right {
  margin-left: 3px;
}

.bia-component-connect-page.bia-image-prev-post .x-overlay,
.bia-component-connect-page.bia-image-next-post .x-overlay {
  background-color: rgba(0,0,0,0.6);
}

.bia-component-connect-page table.x-content {
  min-height: 340px;
}

.bia-component-connect-page.x-left table.x-content {
  margin-left: auto;
}

.bia-component-connect-page td.x-title {
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.bia-component-connect-page .x-title-content {
  max-width: 450px;
  margin: 60px;
  line-height: 1.2em;
}

.bia-component-connect-page td.x-arrow {
  vertical-align: middle;
}

.bia-component-connect-page .x-icon {
  margin: 20px;
  width: 62px;
  height: 44px;
}

/* Mobile < 960px */
@media all and (max-width: 959px) {
  .bia-component-connect-page.x-left {
    margin-right: 0px;
  }
  .bia-component-connect-page.x-right {
    margin-left: 0px;
  }
  .bia-component-connect-page .x-title-content {
    margin: 30px;
  }
}

/* bia-container-persons */
.bia-container-persons {
  margin-left: -20px;
  margin-right: -20px;
}
.bia-container-persons:after {
  content: "";
  display: table;
  clear: both;
}

.bia-container-persons .bia-container-person {
  float: left;
  width: 33.3%;
  max-width: 250px;
  padding: 10px 20px 5px 20px;
}

.bia-container-persons .bia-container-person .x-image {
  /* Fixed ratio: 2/3 */
  width: 100%;
  padding-bottom: 66.66%;
  height: 0;
  /* Cover */
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bia-container-persons .bia-container-person .x-person-name {
  margin-top: 10px;
  height: 50px;
  color: #333;
  font-weight: bold;
}

/* Mobile < 960px */
@media all and (max-width: 959px) {
  .bia-container-persons {
    margin-left: -10px;
    margin-right: -10px;
  }

  .bia-container-persons .bia-container-person {
    width: 50%;
    padding: 10px 10px 5px 10px;
  }

  .bia-container-persons .bia-container-person .x-person-name {
    margin-top: 5px;
  }
}

/* bia-button-transferclaim */
a.bia-button-transferclaim {
  display: inline-block;
  color: white;
  background-color: rgb(234, 91, 27);
  background-image: url(/wp-content/uploads/ico-upload-white-v2.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
a.bia-button-transferclaim:hover,
a.bia-button-transferclaim:active {
  background-color: #be6503;
  color: white;
}

/* bia-container-transferclaim */
.bia-container-transferclaim {
  border: 1px solid rgb(234, 91, 27);
  color: rgb(234, 91, 27);
  padding: 20px 30px;
}
.bia-container-transferclaim td {
  vertical-align: middle;
}
.bia-container-transferclaim .x-button {
  margin-left: 20px;
}
.url-il .bia-container-transferclaim .x-button {
  margin-left: 0px;
  margin-right: 20px;
}


/* bia-component-page-submenu */
.bia-component-page-submenu {
  margin-top: 10px;
}
.bia-component-page-submenu ul.x-items {
  list-style: none;
  padding: 10px 0px 30px 0px;
  line-height: 1.2em;
}
.bia-component-page-submenu ul.x-items li {
  position: relative;
  text-align: left;
  padding: 10px 35px 10px 15px;
  margin-bottom: 0px;
  font-weight: normal;
}
body.url-il .bia-component-page-submenu ul.x-items li {
  text-align: right;
}
.bia-component-page-submenu ul.x-items li.active,
.bia-component-page-submenu ul.x-items li:hover,
.bia-component-page-submenu ul.x-items li:active {
  color: white;
  background-color: #253b82;
}
.bia-component-page-submenu ul.x-items li a {
  color: #253b82;
  font-weight: normal;
}
.bia-component-page-submenu ul.x-items.x-first-bold li:first-child a {
  font-weight: bold;
}
.bia-component-page-submenu ul.x-items li.active a,
.bia-component-page-submenu ul.x-items li:hover a,
.bia-component-page-submenu ul.x-items li:active a {
  color: white;
}
.bia-component-page-submenu ul.x-items li.active:after {
  position: absolute;
  display: block;
  top: 10px;
  right: 20px;
  font-size: 18px;
  content: ">";
  line-height: 1.1em;
}
.bia-component-page-submenu ul.x-items li a.x-menu-title {
  font-size: 20px;
  font-weight: bold;
}

/* bia-sticky-container */
.bia-sticky-container #page-contactform {
  margin-left: 0px;
}

/****************************************
 *  TEMPLATE: Productpagina V01 - End
 ****************************************/


/********************************************
*  Page single-article-v6 - Begin
********************************************/
.component-article-newsletter {
  width: 100%;
  border-top: 1px solid lightgrey;
  padding-top: 50px;
  padding-bottom: 50px;
}
/********************************************
*  Page single-article-v6 - End
********************************************/


/********************************************
*  bia-sitemap-pages - Begin
********************************************/
.bia-sitemap-pages {
}
.bia-sitemap-pages .x-subitems {
  margin-left: 20px;
  margin-bottom: 10px;
}

.bia-sitemap-pages .x-header {
  margin-top: 20px;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #253b82;
  color: white;
}
.bia-sitemap-pages .x-header a,
.bia-sitemap-pages .x-header a:hover,
.bia-sitemap-pages .x-header a:active {
  color: white;
}
/********************************************
*  bia-sitemap-pages - End
********************************************/


/********************************************
*  Page download-ebook - Begin
********************************************/
.component-secret {
  display: none;
}
body.bia-development .component-secret {
  /*display: block;*/
}
/********************************************
*  Page download-ebook - End
********************************************/


/********************************************
*  bia-container-ebook - Begin
********************************************/
.bia-container-ebook.bg-world-blue {
  background-image: url(/wp-content/uploads/bg-world-blue.png);
  background-size: cover;
  margin: 30px 0px 50px 0px;
  padding: 20px 0px 10px 20px;
}
.bia-container-ebook.bg-world-blue .wpb_content_element {
  margin-bottom: 0px;
}
.bia-container-ebook .vc_column-inner {
  align-items: center;
  justify-content: center;
}
.bia-container-ebook .x-ebook-info {
  padding: 35px 0;
}
.bia-container-ebook .x-subtitle {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
}
.bia-container-ebook .x-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.bia-container-ebook .x-body {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bia-container-ebook ul.x-bullets-usp li {
  margin-bottom: 0px;
}
/********************************************
*  bia-container-ebook - End
********************************************/


/********************************************
*  footer-sitemap - Begin
********************************************/
body #page-footer a.footer-sitemap,
body #page-footer a.footer-sitemap:hover,
body #page-footer a.footer-sitemap:active,
body #page-footer a.footer-sitemap:visited {
  color: #333!important;
  cursor: default!important;
}
/********************************************
*  footer-sitemap - End
********************************************/


/********************************************
*  bia-flexform-subscribe - Begin
********************************************/
.bia-flexform-subscribe .padding  {
  padding-top: 10px;
}
.bia-flexform-subscribe .bgtable  {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #cac8c7;
}
.bia-flexform-subscribe .bia-bgmain  {
  background-color: #dfe1e2;
  padding-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 45px;
}
.bia-flexform-subscribe .bia-bgmain .wpb_text_column {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .bia-flexform-subscribe img {
    max-width: 350px;
  }
}
/********************************************
*  bia-flexform-subscribe - End
********************************************/


/********************************************
*  #et-menu.v7 - Begin
********************************************/
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu {
  /*margin-right: 10px;*/   /* @Sjoerd: Changed! */
}
#bia-navigation-mobile #et-menu.v7 ul.sub-menu {
  margin: 0px;
}
#et-menu.v7 ul.bullet-list {
  margin-left: 0px;
}
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1.bia-submenu-hover {
  background: lightgrey;
}
#et-menu.v7 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1.bia-submenu-hover {
  /*background: #253b82;*/  /* @Sjoerd: Changed! */
}
#et-menu.v7 ul.sub-menu li.el-depth-1,
#et-menu.v7 ul.sub-menu li.el-depth-1.bia-submenu-active {
  /* @Sjoerd: Changed! */
  background-image: url(/wp-content/uploads/icon-blue-countrypage.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding: 0px 0px 10px 28px;
  margin-bottom: 0px;
  line-height: 1.3rem;
  /*
  color: #333;
  margin: 0px;
  cursor: pointer;
  line-height: 1.1em;
  */
  /*padding: 10px 50px 10px 25px;*/  /* IE Hover refresh fix! */
  /*border: none;*/                  /* IE Hover refresh fix! */
}
#et-menu.v7 ul.sub-menu li.el-depth-1.bia-submenu-hover {
  /* @Sjoerd: Changed! */
  /*border: 1px solid white;*/      /* IE Hover refresh fix! */
  /*padding: 9px 49px 9px 24px;*/   /* IE Hover refresh fix! */
}
#et-menu.v7 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1 {
  min-width: 230px;
}
#et-menu.v7 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1.bia-submenu-hover {
  /* @Sjoerd: Changed! */
  /*border: 1px solid white; */     /* IE Hover refresh fix! */
  /*padding: 9px 29px 9px 24px;*/   /* IE Hover refresh fix! */
}
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1:after {
  position: absolute;
  display: block;
  top: 10px;
  right: 25px;
  font-size: 18px;
  content: ">";
  line-height: 1.1em;
}
#et-menu.v7 ul.sub-menu li.el-depth-1:after {
  transition: all 0.2s ease-in-out;
}
body.ie #et-menu.v7 ul.sub-menu li.el-depth-1:after {
  transition: all 0s ease 0s;
}
#et-menu.v7 ul.sub-menu li.el-depth-1 > a {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.1em;
}
#et-menu.v7 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1,
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1 {
  white-space: nowrap;  /* @Sjoerd: Changed! */
}
#et-menu.v7 ul.sub-menu li.el-depth-1.bia-submenu-hover:after,
#et-menu.v7 ul.sub-menu li.el-depth-1.bia-submenu-active:after {
  /*right: 18px;*/  /* @Sjoerd: Changed! */
}
#bia-navigation-desktop #et-menu.v7 .mainmenu-dropdown-normal ul.sub-menu li.el-depth-1 > a:hover {
  /*color: white;*/  /* @Sjoerd: Changed! */
  color: #be6503;    /* @Sjoerd: Changed! */
}
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1:hover,
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1:hover > a {
  /*color: #333;*/  /* @Sjoerd: Changed! */
}
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1.bia-submenu-active {
  color: white;
  background-color: #253b82;
}
#et-menu.v7 .mainmenu-dropdown-custom ul.sub-menu li.el-depth-1.bia-submenu-active > a {
  color: white;
}

#et-menu.v7 .bia-submenu-custom {
  /*display: none;*/  /* @Sjoerd: Changed */
}
#et-menu.v7 .bia-submenu-custom.bia-submenu-active {
  display: inline-flex;
}


#et-menu.v7 .submenu-custom-title {
  padding-left: 28px;
  font-size: 24px;
}
#et-menu.v7 .submenu-custom-between {
  border-left: 2px solid #e6e6e6;
  margin-left: 15px;
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: baseline;
}
#et-menu.v7 .submenu-custom-link {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5rem;
}

#et-menu.v7 .submenu-custom-link a,
#et-menu.v7 .submenu-custom-link a:visited {
  color: #253b82;
  font-weight: normal;
}
#et-menu.v7 .submenu-custom-title a,
#et-menu.v7 .submenu-custom-title a:visited {
  color: #253b82;
}
#et-menu.v7 .submenu-custom-link a:hover,
#et-menu.v7 .submenu-custom-title a:hover {
  color: #be6503;
}

#bia-navigation-desktop #et-menu.v7 .submenu-custom-content {
  /*margin-top: 10px;*/   /* @Sjoerd: Changed! */
  display: table;  /* @Sjoerd: Changed! */
  width: 100%;  /* @Sjoerd: Changed! */
}
#bia-navigation-desktop #et-menu.v7 .submenu-custom-block-wrapper {
  margin-top: 20px;
  margin-right: 10px;
  /*border-right: 1px solid lightgray;*/  /* @Sjoerd: Changed! */
}

#et-menu.v7 .submenu-custom-block-wrapper.pos-right {
  /*margin-right: 0px;*/  /* @Sjoerd: Changed! */
}
#bia-navigation-mobile #et-menu.v7 .submenu-custom-block-wrapper.pos-right {
  /*margin-left: 26px;*/  /* @Sjoerd: Changed! */
}

#et-menu.v7 .submenu-custom-subtitle {
  font-weight: bold;
  /* @Sjoerd: Changed! */
  /*
  margin-left: 28px;
  margin-bottom: 15px;
  */
  padding: 10px 15px;  /* @Sjoerd: Changed! */
  background-color: #253b82;  /* @Sjoerd: Changed! */
  color: white;    /* @Sjoerd: Changed! */
}
#et-menu.v7 .submenu-custom-links {
}

#et-menu.v7 ul.bullet-list a li {
  color: #253b82;
  font-weight: normal;
  text-decoration: none;
  word-break: normal;
  word-wrap: break-word;
  margin-left: 5px;    /* @Sjoerd: Changed! */
  margin-right: 20px;    /* @Sjoerd: Changed! */
  /*white-space: nowrap;*/  /* @Sjoerd: Changed! */
  max-width: 500px;
}
#et-menu.v7 ul.bullet-list a:hover li {
  color: #be6503;
}
#et-menu.v7 ul.bullet-list li {
  background-image: url(/wp-content/uploads/icon-blue-countrypage.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding: 0px 0px 10px 28px;
  margin-bottom: 0px;
  line-height: 1.3rem;
}

#et-menu.v7 .submenu-custom-block .button-transfer-claim {
  background-position-y: 6px;
}
#et-menu.v7 .submenu-custom-block-wrapper.pos-right .submenu-custom-image img {
  width: 250px;
  border: 1px solid #dfe1e2;
  margin-bottom: 10px;
}

#et-menu.v7 .internationaal-contracteren .submenu-custom-title,
#et-menu.v7 .internationaal-insolventie-diensten .submenu-custom-title {
  display: block;
}
#et-menu.v7 .internationaal-contracteren .submenu-custom-between,
#et-menu.v7 .internationaal-insolventie-diensten .submenu-custom-between {
  display: none;
}
#et-menu.v7 .internationaal-contracteren .submenu-custom-link,
#et-menu.v7 .internationaal-insolventie-diensten .submenu-custom-link {
  display: block;
  margin-top: 10px;
  margin-left: 28px;
}

header.header #bia-navigation-desktop #et-menu.v7 li.mainmenu-dropdown-custom .bia-submenu-container {
  left: -165px;
  right: 15px;
}
header.header #bia-navigation-desktop #et-menu.v7 .bia-submenu-container-wrapper {
  margin-left: auto;
  margin-right: auto;
}
header.header #bia-navigation-desktop #et-menu.v7 li.bia-menu-active .bia-submenu-container {
  padding: 20px 20px;
}
header.header #bia-navigation-desktop #et-menu.v7 .mainmenu-dropdown-custom .bia-submenu-wrapper.pos-left {
  padding-right: 0px;
}
header.header #bia-navigation-desktop #et-menu.v7 .submenu-custom-subtitle {
  /*min-height: 52px;*/
}

header.header #bia-navigation-mobile #et-menu.v7 .submenu-custom-subtitle {
  margin-top: 20px;
}

/* Sizes:  Tablet 1024px - 1279px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  header.header #bia-navigation-desktop #et-menu.v7 .submenu-custom-block-wrapper {
    max-width: 300px;
  }
}

/********************************************
*  #et-menu.v7 - End
********************************************/

/**************************
*  uni-breadcrumb - Begin
**************************/
.uni-breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
}
.uni-breadcrumb ul {
  list-style: none;
  padding: 0;
}
.uni-breadcrumb li {
  display: inline;
}
.uni-breadcrumb li+li:before {
  padding: 0;
  color: #333;
  content: "\bb";
}
.uni-breadcrumb li a,
.uni-breadcrumb li a:visited {
  color: #253b82;
  font-weight: normal;
  text-decoration: none;
}
.uni-breadcrumb li a:hover {
  color: #be6503;
  text-decoration: none;
}
/**************************
*  uni-breadcrumb - End
**************************/

/* Global styling - Begin */
.margin-top-20 {
  margin-top: 20px;
}
.max-width-700 {
  max-width: 700px;
}

ul.bia-container-list {
  margin-top: 30px;
  margin-left: 30px;
}
/* Global styling - End */

/* bia-approach-v - Begin */
.bia-approach-v {
  margin-top: 30px;
}
.bia-approach-v .smile_icon_list li.icon_list_item {
  margin-bottom: 20px !important;
}
.bia-approach-v .smile_icon_list li .icon_list_icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.bia-approach-v .smile_icon_list.left li .icon_description {
  height: 50px;
  margin-left: 50px;
  padding-left: 25px;
}
.bia-approach-v li .icon_description div.icon_description_text {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.bia-approach-v .smile_icon_list.left li .icon_list_connector {
  left: 19px;
  top: 45px;
  border-right-width: 12px;
  border-right-style: solid;
  border-color: #ccc;
}
.bia-approach-v li.transferclaim:hover {
  color: #be6503;
  cursor: pointer;
}
/* bia-approach-v - End */

#search-results img {
  max-width: 150px;
}

/**/

.bg-world-grey {
  background-image: url('/wp-content/uploads/bg-world-grey.png');
  background-size: cover;
  margin: 30px 0px 50px 0px;
  padding: 0px;
}

.bg-homepage-mf {
  background-image: url('/wp-content/uploads/bg-header-mf.png');
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
}

.bg-size-15 {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-size-20 {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-size-30 {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-size-40 {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-debt-in-europe {background-image: url('/wp-content/uploads/incasso-in-europa.png');}
.bg-debt-in-country {background-image: url('/wp-content/uploads/incasso-in-country.png');}
.bg-img-specialisten {background-image: url('/wp-content/uploads/img-specialisten.png');}

.bg-kiyoh {background-image: url('/wp-content/uploads/kiyoh.png');}
.bg-kiyoh-stars {background-image: url('/wp-content/uploads/kiyoh_rating.png');}
.bg-klanttevredenheid {background-image: url('/wp-content/uploads/kiyoh_review_green.png');}
.bg-maatwerk {background-image: url('/wp-content/uploads/maatwerk_green.png');}
.bg-webportal {background-image: url('/wp-content/uploads/webportaal_green.png');}
.bg-succes-rate {background-image: url('/wp-content/uploads/slagingspercentage_green.png');}
.bg-nocurenopay {background-image: url('/wp-content/uploads/nocurenopay_green.png');}

.bg-icon-arrow {background-image: url('/wp-content/uploads/arrow.png');}
.bg-icon-arrow-rtl {background-image: url('/wp-content/uploads/arrow-rtl.png');}
.bg-icon-kiyoh {background-image: url('/wp-content/uploads/kiyoh.png');}
.bg-icon-kiyoh-stars {background-image: url('/wp-content/uploads/kiyoh_rating.png');}
.bg-icon-klanttevredenheid {background-image: url('/wp-content/uploads/kiyoh_review_green.png');}
.bg-icon-maatwerk {background-image: url('/wp-content/uploads/maatwerk_green.png');}
.bg-icon-webportal {background-image: url('/wp-content/uploads/webportaal_green.png');}
.bg-icon-succes-rate {background-image: url('/wp-content/uploads/slagingspercentage_green.png');}
.bg-icon-nocurenopay {background-image: url('/wp-content/uploads/nocurenopay_green.png');}

.bg-icon-werkwijze {background-image: url('/wp-content/uploads/icon_werkwijze.png');}
.bg-icon-vordering {background-image: url('/wp-content/uploads/icon_vordering.png');}
.bg-icon-procedure {background-image: url('/wp-content/uploads/icon_procedure.png');}
.bg-icon-failissement {background-image: url('/wp-content/uploads/icon_failissement.png');}
.bg-icon-specialisten {background-image: url('/wp-content/uploads/icon_specialisten.png');}

.bg-icon-arrow-read-more {background-image: url('/wp-content/uploads/arrow-menu-right-white.png');}



/*
.bg- {background-image: url('/wp-content/uploads/');}
*/

/**/

.bia-homepage-services {
  background-color: #dfe1e2;
}

.bia-homepage-services h2.bia-block-title {
  margin-bottom: 30px;
}
.bia-homepage-services .bia-button-page-link .table-cell .bg-klanttevredenheid {
  font-size: 13px;
  color: #253b82;
  text-align: center;
  padding-top: 8px;
  padding-left: 0px;
}
.bia-homepage-services .bia-button-page-link .table-cell.icon {
  width: 40px;
  padding: 3px 20px;
}

/**/

.bia-button-page-link {
  background-color: white;
  border: 1px solid #999;
  padding: 10px 0px;
}
.bia-button-page-link .table {
  width: 100%;
}
.bia-button-page-link .table-cell {
  vertical-align: middle;
}
.bia-button-page-link .table-cell.follow {
  width: 15px;
  padding: 0px 10px;
}
.bia-button-page-link .table-cell .bg-icon-klanttevredenheid {
  font-size: 13px;
  font-weight: bold;
  color: #253b82;
  text-align: center;
  padding-top: 8px;
  padding-left: 0px;
}
.bia-button-page-link .table-cell.say,
.bia-button-page-link .table-cell h1 {
  font-family: 'Noto Sans', arial, sans-serif;
  font-size: 16px;
  font-weight: normal!important;
  text-transform: none;
  color: #253b82;
}
.bia-button-page-link:hover,
.bia-button-page-link:active {
  border-color: #be6503;
}
.bia-button-page-link:hover .table-cell.say,
.bia-button-page-link:active .table-cell.say,
.bia-homepage-services .bia-button-page-link:hover .table-cell h1,
.bia-homepage-services .bia-button-page-link:active .table-cell h1 {
  color: #be6503;
}

/**/

.url-il {
  /*direction: rtl;*/
}

.url-il .header,
.url-il .bia-container-header,
.url-il .vc_row,
.url-il .contact-v5,
.url-il.transferclaim {
  direction: rtl;
}
.url-il #page-footer .vc_row {
  direction: rtl!important;
}

.url-il #main-header.v6 #bia-navigation-desktop #et-menu {
  padding-right: 25px;
  margin-left: auto;
  margin-right: 0px;
}


/************************
* City template - BEGIN
************************/

/* Component: team */
#c-team .x-button {
  padding: 15px 30px;
  display: inline-block;
  font-size: 16px;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
  transition: all 0.3s ease 0s;
}
#c-team .x-button:hover {
  transform: scale(0.9);
}

#c-team .x-button.link {
  border: none;
  background: #1fb64f;
  color: #fff;
}

#c-team .x-button.large {
  padding: 15px 70px;
}

#c-team .x-title {
  margin-top: 50px;
  text-align: center;
}
#c-team .x-table {
  width: 100%;
}
#c-team .x-cell.left {
}
#c-team .x-cell.right {
  vertical-align: bottom;
}
#c-team .x-image {
  transition: all 0.3s ease 0s;
}
#c-team .x-image:hover {
  transform: scale(1.03);
  box-shadow: 0px 8px 15px rgb(0 0 0 / 50%);
}
#c-team .bg-image-our-team {
  background-image: url('/wp-content/uploads/meet_our_team.png');
  background-repeat: no-repeat;
  width: 100%;
}


/* footer */
#c-footer-trust {
  background-color: #dfe1e2;
}

#c-footer-trust .x-company-logos-bg .container {
  padding: 10px 0 5px 0;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}

#c-footer-trust .x-table.x-level-1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
#c-footer-trust .x-rating-stars {
  height: 29px;
  width: 163px;
  background-image: url('/bia_library/icons/ic_stars_gold@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
#c-footer-trust .x-rating-score {
  margin-top: 10px;
  color: #253b82;
  text-transform: uppercase;
}
#c-footer-trust .x-say-client-trust {
  margin-top: 15px;
}
body.url-nl #c-footer-trust .x-say-client-trust { max-width: 400px; }

#c-footer-trust .x-usp {
  margin: 15px;
  font-weight: 600;
}
#c-footer-trust .x-icon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#c-footer-trust .ic_footer_flag     { background-image: url('/bia_library/icons/ic_footer_flag.png');     }
#c-footer-trust .ic_footer_cup      { background-image: url('/bia_library/icons/ic_footer_cup.png');      }
#c-footer-trust .ic_footer_rocket   { background-image: url('/bia_library/icons/ic_footer_rocket.png');   }
#c-footer-trust .ic_footer_world    { background-image: url('/bia_library/icons/ic_footer_world.png');    }
#c-footer-trust .ic_footer_success  { background-image: url('/bia_library/icons/ic_footer_success.png');  }
#c-footer-trust .ic_footer_suitcase { background-image: url('/bia_library/icons/ic_footer_suitcase.png'); }


/* Screen Mobile */
@media only screen and (max-width: 1150px) {
  #c-choose-bierens .chooseBierens_block div.icon_text_title {
    display: inline-block;
    max-width: 140px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 770px) {
  .bg-product-header-image{
    display:none;
  }
}

/* Screen Mobile */
@media only screen and (max-width: 990px) {

  /* Mobile: hide desktop only content */
  body .show-on-desktop  {
    display: none;
  }

  .bia-form-contact-v8 .container-form-contact {
    padding: 15px;
  }

  /* Mobile: footer */
  #page-footer .bia-footer-trust {
    margin-bottom: 0;
  }

  #c-footer-trust .x-level-3 .x-row  {
    display: table-row;
  }
  #c-footer-trust .x-level-3 .x-cell {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
  #c-footer-trust .x-usp {
    margin: 0 15px;
  }

  /* Mobile: team */
  #c-team .x-cell.left {
    text-align: center;
  }
  #c-team .x-cell.right {
    margin-left: -10px;
    margin-right: -10px;
  }
  #c-team .x-button {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  #c-team .bg-image-our-team {
    background-size: cover;
    background-position: center;
    height: 195px;
  }
}

/* Screen Desktop */
@media only screen and (min-width: 991px) {
  /* Desktop: hide mobile only content */
  body .show-on-mobile {
    display: none;
  }

  /* Desktop footer */
  #c-footer-trust .x-table {
    width: 100%;
  }
  #c-footer-trust .x-cell.x-level-1.x-left {
    width: 40%;
  }
  body.url-nl    #c-footer-trust .x-cell.x-level-3:nth-child(2) { width: 25%; }
  body.url-en-gb #c-footer-trust .x-cell.x-level-3:nth-child(2) { width: 25%; }

  #c-footer-trust .x-cell.x-level-1 {
    vertical-align: top;
  }
  #c-footer-trust .x-cell.x-level-3 {
    vertical-align: middle;
    width: 33%;
  }
  #c-footer-trust .x-cell.x-level-3 .x-cell {
    vertical-align: middle;
  }

  /* Desktop: table */
  .x-table {
    display: table;
  }
  .x-cell {
    display: table-cell;
  }


  /* Desktop: team */
  #c-team .x-title {
    margin-left: 300px;  /* To get equal center of title, with team picture below */
  }
  #c-team .x-cell.left {
    width: 300px;
    vertical-align: middle;
  }
  #c-team .x-cell.right {
    width: auto;
  }
  #c-team .x-button {
    margin-right: 30px;
  }
  #c-team .bg-image-our-team {
    background-size: cover;
    background-position: left bottom;
    height: 233px;
  }

}


/* Component: clients */
#c-clients .client-logos {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#c-clients {
  background-image: linear-gradient(to right, #00358E, #16284d);
  padding: 80px 0;
}
#c-clients .x-head {
  text-align: center;
}
#c-clients .x-title {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}
#c-clients .x-review {
  color: #fff;
  margin: 40px auto;
}
#c-clients .x-review .x-cell {
  vertical-align: middle;
  padding: 0 15px;
}


#c-clients img {
  padding-right: 15px;
  float: left;
}

/* Why choose for bierens */
.chooseBierens_block {
  background-image: linear-gradient(to left, #16284d, #00358E);
  margin: 0;
  padding: 0;
}

.chooseBierens_block .x-wrapper-left,
.chooseBierens_block .x-wrapper-right {
  margin: 0 20px;
}

.chooseBierens_block .block_choose_bierens {
  width: 32.8%;
  display: inline-block;
  vertical-align: middle;
}

.chooseBierens_block .bierens_advocaat {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/uploads/whyChooseBierens.png");
  text-align: center;
}

.chooseBierens_block .bierens_text_title {
  display: inline-block;
  background: #fff;
  color: #00358e;
  padding: 10px 20px;
  margin-top: 40px;
  border-radius: 5px;
}

.chooseBierens_block .choose_bierens_wrap {
  vertical-align: middle;
}

.chooseBierens_block .icon_sub_title_left {
  color: #FFFFFF;
  text-align: right;
}

.chooseBierens_block .icon_sub_title_right {
  color: #FFFFFF;
  text-align: left;
}

.chooseBierens_block .icon_text_title {
  display: inline-block;
  max-width: 190px;
  vertical-align: middle;
}

.chooseBierens_block .rondend_icon {
  display: inline-block;
  background: #fff;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  vertical-align: middle;
  margin: 10px 20px;
}

.chooseBierens_block .rondend_icon>img {
  background: #fff;
  width: auto;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0px;
  height: 70px;
}

.chooseBierens_block .icon_text_left {
  width: 100%;
  float: right;
}

.chooseBierens_block .icon_text_right {
  width: 100%;
  float: left;
}

.chooseBierens_block .reviews {
  color: #253b82;
  min-width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 6px;
  height: 70px;
  font-weight: bold;
  font-size: 26px;
}
.chooseBierens_block .reviews span {
  font-size: 14px;
  margin-top: 5px;
}



/* Show table: Cases */
#c-benefits .x-cases {
  max-width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
#c-benefits .x-cases .img-sub-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px auto;
}

#c-benefits .x-cases .x-head-title th {
  height: 50px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}
#c-benefits .x-cases .x-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #00358e;
}

#c-benefits .x-cases tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
#c-benefits .x-cases tbody tr:nth-child(even) {
  background-color: #fff;
}
#c-benefits .x-cases td {
  height: 50px;
  vertical-align: middle;
}
#c-benefits .x-cases td:nth-child(1) {
  padding: 10px 0 10px 5px;
  text-align: left;
  min-width: 350px;
}
#c-benefits .x-cases td:nth-child(2) {
  border-right: 1px solid #d9d9d9;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#c-benefits .x-cases td:nth-child(3) {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#c-benefits .check-green {
  color: #1fb64f;
}
#c-benefits .check-gray {
  color: gray;
}
#c-benefits .dash {
  color: lightgray;
  font-size: 35px;
}

#list_blcok .x-bullets-usp li{
  font-weight: normal;
}

/************************
* City template - END
************************/


/**********************************************************
* contactform-usp
**********************************************************/
.contactform-usp {
  margin-top: 20px;
}
.contactform-usp ul.x-icon {
  list-style: none;
  padding: 0;
}
.contactform-usp ul.x-icon li {
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 16px;
  padding-left: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.contactform-usp ul.x-icon li {
  font-size: 14px;
  line-height: 1.5em;
}
.contactform-usp ul.x-icon.ic-checkmark.green li {
  background-image: url('/wp-content/uploads/ic_checkmark_green.png');
}

/* Overrule popup dialog styling V8 */
.popup-modal-contactform .bia-form-contact-v8 .container-form-contact {
  box-shadow: none;
  padding: 10px;
}

/******************************
* Case studies blocks - BEGIN
******************************/
#x_studies_case_blocks .wpb_content_element {
  margin-bottom: 0;
}
#x_studies_case_blocks
{
  margin: 50px auto;
}
#x_studies_case_blocks .block_link {
  display: block;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#x_studies_case_blocks .block_link:hover {
  transform: scale(0.9);
}
#x_studies_case_blocks .block_table {
  width: 100%;
}
#x_studies_case_blocks .block_image {
  width: 100%;
  border-bottom: 8px solid #00358e;
}
#x_studies_case_blocks .block_table .table_cell {
  width: 33.3%;
  text-align: center;
  padding: 20px 0;
}
#x_studies_case_blocks .x_small_title {
  color: #253b82;
  font-size: 20px;
  font-weight: 600;
}
#x_studies_case_blocks .block_title {
  padding: 0 0 40px 0px;
}
#x_studies_case_blocks .x_small_subtitle {
  color: #333333;
  font-weight: 200;
  margin: 5px;
}
#x_studies_case_blocks .borders {
  border-left: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
}

@media only screen and (max-width: 900px) and (orientation:portrait) {
  #x_studies_case_blocks {
    margin:auto;
  }
  #x_studies_case_blocks .Blocks_body {
    margin-bottom: 50px;
  }
}
/******************************
* Case studies blocks - END
******************************/


/******************************
* component accordion - BEGIN
******************************/
#c_accordion_block{
  padding-top: 40px;
  padding-bottom: 40px;
}

#c_accordion_block .c-accordion.enabled .x-panel div .x_lists{
  list-style: inherit;
}

#c_accordion_block #general_questions h2{
  margin-bottom: 20px;
  text-transform: none;
}
#c_accordion_block h2{
  text-transform: none;
  margin:0px 0 20px;
}
#c_accordion_block .x_accorion_title{
  padding: 80px 0;
  text-align: center;

}
#c_accordion_block .c-accordion {
  margin: 0 auto;
  /*max-width: 900px;*/
}
#c_accordion_block .c-accordion .x-section:first-child {
  border-top: 2px solid #dfe1e2;
}
#c_accordion_block .c-accordion .x-button-toggle {
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid #dfe1e2;
  font-size: 18px;
  color: #00358e;
  font-weight: 600;
  transition: 0.4s;
}
#c_accordion_block .c-accordion .x-button-toggle h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
#c_accordion_block .lists_box li{
  list-style: initial;
}
#c_accordion_block .c-accordion .active .x-button-toggle,
#c_accordion_block .c-accordion .x-button-toggle:hover {
  background-color: #ccc;
}
#c_accordion_block .c-accordion .x-button-toggle:after {
  position: absolute;
  content: '\002B';
  color: #777;
  right: 10px;
  font-size: 36px;
  font-weight: 100;
}
#c_accordion_block .c-accordion .active .x-button-toggle:after {
  content: "\2212";
}
#c_accordion_block .c-accordion .x-panel {
  background-color: white;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #ada6a6;
}
#c_accordion_block .c-accordion .x-panel > div:first-child {
  padding: 15px;
  max-width: 900px;
}
#c_accordion_block .c-accordion.enabled .x-panel {
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  background: whitesmoke;
}
#c_accordion_block .c-accordion.enabled .x-panel div ul {
  list-style: none;
}

#c_accordion_block a{
  text-decoration: underline;
}
/******************************
* component accordion - END
******************************/


/*********************************
* Popup country selector - BEGIN (Compatible: Chrome, Edge, Safari, IPhone6+, Internet Explorer 11+ !)
*********************************/
.c-popup-countries .x-body {
  margin-bottom: 6px;
}
.c-popup-countries .x-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-right: 15px;
}
.c-popup-countries .x-head .x-title {
  margin-top: 0;
}
.c-popup-countries .x-body .x-title {
  margin-top: 30px;
}
.c-popup-countries .x-block .x-block-item {
  padding: 7px 12px 2px 12px;
  border-bottom: 1px solid lightgray;
}
.c-popup-countries .x-block .x-block-item:hover {
  cursor: pointer;
  background-color: #ebebeb;
}
.c-popup-countries .x-block .x-block-item * {
  display: inline-block;
}
.c-popup-countries .x-block span {
  position: relative;
  top: -6px;
  padding-left: 10px;
}
#popup-countries .c-popup-countries .x-block a,
#popup-countries .c-popup-countries .x-block a:active {
  color: #253b82;
  text-decoration: none;
  font-weight: normal;
}
/* Popup country selector - SIZE MOBILE */
.c-popup-countries .x-block {
  width: 200px;
}
.c-popup-countries .x-block .x-block-item {
  width: 180px;
}
/* Popup country selector - SIZE DESKTOP */
@media all and (min-width: 768px) {
  .c-popup-countries .x-block {
    width: 420px;
  }
  .c-popup-countries .x-block.x-float-list {
    -webkit-column-width: 180px;
    -moz-column-width: 180px;
    column-width: 180px;
  }
  .c-popup-countries .x-block .x-country-link {
    width: 180px;
    max-width: 180px;
  }
  .c-popup-countries .x-block .x-block-item {
    display: table-cell;
    column-width: 170px;  /* ! Make compatible for IE-11 ! */
  }
}
/*********************************
* Popup country selector - END
*********************************/


/* @Sjoerd - Show loader in button - BEGIN */
button.show-loader::before {
  content: ' ';
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url('/bia_form/include/icons/button-loader-v02.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 4px;
  margin-right: 6px;
}
/* @Sjoerd - Show loader in button - END   */
