@charset "UTF-8";
/*
	Theme Name: Carter Theme
	Theme URI: https://www.gildeprint.nl
	Description: This is the Carter theme created for the Genesis Framework.
	Author: FLOTH Media
	Author URI: https://www.flothmedia.nl/

	Version: 0.7.6

	Template: genesis
	Template Version: 2.2.3

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%; /* 10px browser default */
}

body {
  background-color: #fff;
  color: #323648;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
  /* Chrome fix */
}
body > div {
  font-size: 1.6rem;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}

a {
  color: #A4167F;
  text-decoration: none;
}
a:hover, a:focus {
  color: #323648;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px 0;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  margin: 40px 0 0 0;
  color: #323648;
  padding: 0 0 40px 0;
  position: relative;
}
blockquote cite .author {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
blockquote cite .company {
  color: #5B5E6D;
  font-size: 12px;
  display: block;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vollkorn", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
  position: relative;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 8px;
  margin-left: 4px;
  height: 5px;
  width: 5px;
  background-color: #F4A020;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}
h2:after {
  bottom: 14px;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #323648;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 3px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: #323648;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #323648;
  font-weight: 300;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #323648;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  white-space: normal;
  width: auto;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover,
button:focus,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit],
.button:focus {
  background-color: #cc3d25;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #ddd;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

.entry-content table {
  max-width: 740px;
  margin: 40px auto;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: rem(16);
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #323648;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
html,
body {
  overflow-x: hidden;
}

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1300px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.5641025641%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.7179487179%;
}

.one-third,
.two-sixths {
  width: 31.6239316239%;
}

.four-sixths,
.two-thirds {
  width: 65.811965812%;
}

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px;
  font-size: 14px;
  color: #9f9f9f;
}
.breadcrumb a {
  color: #5B5E6D;
  text-decoration: underline;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: center;
}

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
  width: 160px;
  margin: 0;
}
.search-form .search-form-input {
  padding: 4px 40px 4px 10px;
  margin: 0;
}
.search-form .search-form-submit {
  position: absolute;
  padding: 9px 5px;
  right: 0;
  top: 0;
  font-family: FontAwesome;
  background-color: #A4167F;
  margin: 0;
}

/* ## Titles
--------------------------------------------- */
.archive-title,
.entry-title {
  font-size: 42px;
  font-size: 4.2rem;
}
.archive-title:after,
.entry-title:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-left: 5px;
  background-color: #F4A020;
}

h1.entry-title,
h1.archive-title {
  display: inline-block;
  position: relative;
}
h1.entry-title:after,
h1.archive-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  height: 8px;
  width: 8px;
  background-color: #F4A020;
}

.entry-title a,
.sidebar .widget-title a {
  color: #323648;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #A4167F;
}

.widget-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #323648;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #323648;
}

.sidebar .enews-widget input[type=submit] {
  background-color: #cc3d25;
  color: #fff;
}

.sidebar .enews-widget input:hover[type=submit],
.sidebar .enews-widget input:focus[type=submit] {
  background-color: #fff;
  color: #323648;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #323648;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.85);
  color: rgb(50, 54, 72);
}
.site-header .wrap {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .site-header .wrap {
    display: block;
  }
}

body:not(.page-template-page-landing) .site-inner {
  padding-top: 160px;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  flex: 0 1 125px;
  margin: 0 0 10px 0;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-title:after {
  display: none;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #323648;
  text-decoration: none;
}

.header-image .site-title > a {
  float: left;
  min-height: 20px;
  width: 100%;
}

.site-description {
  display: none;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  flex: 1;
  padding-left: 40px;
}
.site-header .widget:last-of-type {
  margin-bottom: 0;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
}
.genesis-nav-menu a {
  color: #5B5E6D;
  text-decoration: none;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.genesis-nav-menu a:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  margin-left: 2px;
  background-color: #ffffff;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #323648;
}
.genesis-nav-menu a:hover:after,
.genesis-nav-menu a:focus:after,
.genesis-nav-menu .current-menu-item > a:after,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover:after,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus:after {
  background-color: #F4A020;
}
.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}
.genesis-nav-menu > .nav-button a {
  color: #fff;
  text-transform: none;
  width: 160px;
  border-radius: 3px;
  border: 1px solid rgba(164, 22, 127, 0.4) !important;
  background-color: #A4167F;
  padding: 4px 4px 4px 10px !important;
  display: flex;
  align-items: center;
}
.genesis-nav-menu > .nav-button a:before {
  content: "\f02c";
  font-size: 22px;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
.genesis-nav-menu > .nav-button a:after {
  display: none;
}
.genesis-nav-menu > .nav-button-orange a {
  background-color: #F4A020;
  border-color: #F4A020 !important;
}
.genesis-nav-menu > .nav-button-orange a:before {
  content: "\f02d";
}
.genesis-nav-menu > .whatsapp-button {
  margin: 0 20px;
}
.genesis-nav-menu > .whatsapp-button a {
  background: url(images/whatsapp.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  padding: 10px;
  width: 28px;
}
.genesis-nav-menu > .menu-item-search {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1100px) {
  .genesis-nav-menu a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .genesis-nav-menu > .nav-button a {
    margin-bottom: 10px;
    text-align: center;
  }
  .genesis-nav-menu > .whatsapp-button a {
    background-position: center left;
    background-size: auto 60%;
  }
}

@media only screen and (max-width: 500px) {
  .nav-secondary .genesis-nav-menu .menu-item {
    display: list-item;
  }
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.gildeprint .genesis-nav-menu .menu-item.show-on-153,
.js.gildeprint .genesis-nav-menu .menu-item.show-on-153 {
  display: none;
}
.gildeprint.page-id-153 .genesis-nav-menu .menu-item.hide-on-153,
.js.gildeprint.page-id-153 .genesis-nav-menu .menu-item.hide-on-153 {
  display: none;
}
.gildeprint.page-id-153 .genesis-nav-menu .menu-item.show-on-153,
.js.gildeprint.page-id-153 .genesis-nav-menu .menu-item.show-on-153 {
  display: inline-block;
}
.gildeprint .widget_nav_menu .menu,
.js.gildeprint .widget_nav_menu .menu {
  display: flex;
  margin: 0;
  justify-content: flex-end;
}
.gildeprint .widget_nav_menu + .widget_nav_menu .menu,
.js.gildeprint .widget_nav_menu + .widget_nav_menu .menu {
  margin-top: 10px;
}
.gildeprint .widget_nav_menu .hide-on-desktop,
.js.gildeprint .widget_nav_menu .hide-on-desktop {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .gildeprint .widget_nav_menu .menu,
  .js.gildeprint .widget_nav_menu .menu {
    display: block;
  }
  .gildeprint .widget_nav_menu:last-of-type, .gildeprint .widget_nav_menu:first-of-type,
  .js.gildeprint .widget_nav_menu:last-of-type,
  .js.gildeprint .widget_nav_menu:first-of-type {
    display: none;
  }
  .gildeprint .widget_nav_menu .hide-on-desktop,
  .js.gildeprint .widget_nav_menu .hide-on-desktop {
    display: list-item;
  }
}

.social-nav {
  margin: 0 0 30px 0;
}
.social-nav li {
  display: inline-block;
  margin: 0 20px 10px 0;
  position: relative;
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 7px 0;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  background-color: #A4167F;
}
.social-nav li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
  color: #A4167F;
  padding: 0 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 20px;
}
.entry-content ol a,
.entry-content ul a {
  text-decoration: underline;
}
.entry-content ol li,
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol ol > li,
.entry-content ul ol > li {
  list-style-type: decimal;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: disc;
}
.entry-content ol ol ol,
.entry-content ol ul ul,
.entry-content ul ol ol,
.entry-content ul ul ul {
  margin-bottom: 0;
}
.entry-content ol code,
.entry-content ul code {
  background-color: #323648;
  color: #ddd;
}

.entry-content dl dt {
  font-family: "Vollkorn", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding: 0 0 0 30px;
}
.entry-content dl dt:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: currentColor;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  left: 0;
  top: 5px;
}
.entry-content dl dd {
  font-size: 14px;
  margin: 0 0 30px 30px;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #999;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
  margin-right: 5px;
}

.archive-pagination li a {
  background-color: #fff;
  color: #323648;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #A4167F;
  color: #fff;
}

.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-pagination a {
  background-color: #A4167F;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px;
  border-bottom: 1px solid #A4167F;
  border-radius: 2px;
}
.entry-pagination a:hover {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #A4167F;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 40px;
  padding: 10px 40px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-list li li {
  margin-right: -40px;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}
.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #424242;
  clear: both;
  color: #fff;
  padding: 60px 0;
}
.footer-widgets .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-widgets .widget-area {
  flex: 1 100%;
  padding: 0 40px 0 0;
}
.footer-widgets .widget-title {
  color: #fff;
  text-transform: uppercase;
}
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-widgets li {
  border-bottom: 1px dashed #323648;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .footer-left {
  float: left;
  width: 50%;
  text-align: left;
}
.site-footer .footer-right {
  float: right;
  width: 50%;
  text-align: right;
}

/* # Components
---------------------------------------------------------------------------------------------------- */
.general-cta-btn {
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px 10px 0;
}
.general-cta-btn .fa {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}
.general-cta-btn span {
  position: relative;
  top: -4px;
  display: inline-block;
}
.general-cta-btn:hover {
  color: #fff;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.general-cta-btn-purple {
  background-color: #A4167F;
  border: 1px solid #A4167F;
}
.general-cta-btn-orange {
  background-color: #F4A020;
  border: 1px solid #F4A020;
}
.general-cta-btn-secondary {
  color: #A4167F;
  background-color: transparent;
  border: 1px solid #A4167F;
}
.general-cta-btn + .general-cta-btn {
  background-color: transparent;
}
.general-cta-btn + .general-cta-btn-purple {
  color: #A4167F;
}
.general-cta-btn + .general-cta-btn-orange {
  color: #F4A020;
}
.general-cta-btn + .general-cta-btn-secondary {
  color: #A4167F;
}
.general-cta-btn + .general-cta-btn:hover {
  color: currentColor;
}

.general-cta-textlink {
  font-size: 12px;
  font-weight: 600;
  color: #A4167F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  text-transform: uppercase;
}
.general-cta-textlink:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  background-color: currentColor;
}
.general-cta-textlink-orange {
  color: #F4A020;
}

.intro-text {
  font-size: 18px;
  opacity: 0.8;
  color: #5B5E6D;
}

.gp-section {
  padding: 60px 0;
}
.gp-section .wrap .entry {
  position: relative;
  z-index: 999;
}
.gp-section .entry-section-header,
.gp-section .entry-section-content {
  text-align: center;
}
.gp-section .entry-content,
.gp-section .entry-section-content {
  color: #5B5E6D;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 880px) {
  .gp-section {
    padding: 20px 0;
  }
}

.rating-wrapper .stars {
  color: #F4A020;
}
.rating-wrapper .review-info {
  font-size: 12px;
  color: #5B5E6D;
}

.link {
  color: #A4167F;
  text-decoration: underline;
}

.dot-matrix {
  z-index: 1;
  display: inline-block;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}
.dot-matrix .dot {
  width: 9px;
  height: 9px;
  position: absolute;
  display: none;
  background-color: #F4A020;
}
.dot-matrix .dot.dot-1 {
  left: -5px;
  top: -5px;
}
.dot-matrix .dot.dot-2 {
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
}
.dot-matrix .dot.dot-3 {
  right: -5px;
  top: -5px;
}
.dot-matrix .dot.dot-4 {
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.dot-matrix .dot.dot-5 {
  right: -5px;
  bottom: -5px;
}
.dot-matrix .dot.dot-6 {
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.dot-matrix .dot.dot-7 {
  left: -5px;
  bottom: -5px;
}
.dot-matrix .dot.dot-8 {
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.dot-matrix:hover {
  z-index: 2;
  transform: scale(1.2);
  border-color: #F4A020;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2);
}
.dot-matrix:hover .dot {
  display: inline-block;
}

.question-title:after {
  position: static;
  height: 36px;
  display: inline-block;
  width: 14px;
  margin: 0;
  background: url(images/question-mark.png) bottom -3px right no-repeat;
}

.vfbp-form.stc {
  width: 100%;
}
.vfbp-form.stc .vfb-form-group {
  display: flex;
  margin-bottom: 10px;
}
.vfbp-form.stc .vfb-form-group label {
  flex: 0 1 200px;
}
.vfbp-form.stc .vfb-form-group .form__input {
  float: none;
  width: 100%;
  max-width: 400px;
  margin: 0;
}
.vfbp-form.stc .vfb-form-group select,
.vfbp-form.stc .vfb-form-group input {
  flex: 0 1 400px;
}
.vfbp-form.stc .vfb-form-group p {
  flex-basis: 100%;
  margin: 10px 0;
}
@media only screen and (max-width: 880px) {
  .vfbp-form.stc .vfb-form-group,
  .vfbp-form.stc label {
    display: block;
  }
}

.wpseo-location {
  text-align: center;
}

.entry-subtitle {
  font-family: "Vollkorn", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #9f9f9f;
  font-size: 26px;
}

.gildeprint .entry-content .gform_wrapper .gsection_title:after {
  display: none;
}
.gildeprint .entry-content .gform_wrapper .ginput_complex:not(.ginput_container_address) {
  display: flex;
}
.gildeprint .entry-content .gform_wrapper .ginput_complex:not(.ginput_container_address) span {
  flex: 0 1 50%;
  display: flex;
}
.gildeprint .entry-content .gform_wrapper .ginput_complex:not(.ginput_container_address) span label {
  margin-top: 10px;
  margin-bottom: 0;
}
.gildeprint .entry-content .gform_wrapper .ginput_complex:not(.ginput_container_address) span input {
  flex: 0 1 310px;
  max-width: 100%;
  margin-right: 20px;
}
.gildeprint .entry-content .gform_wrapper input[type=submit] {
  padding: 14px 20px;
  border: none;
  color: #fff;
  margin: 0;
  cursor: pointer;
  background-color: #F4A020;
}
.gildeprint .entry-content .gform_wrapper input[type=submit]:hover {
  color: #fff !important;
  background-color: #A4167F;
}
.gildeprint .entry-content .gform_wrapper select {
  border-radius: 5px;
  padding: 10px;
}
.gildeprint .entry-content .gform_wrapper .gfield_checkbox * {
  overflow: visible;
}
.gildeprint .entry-content .gform_wrapper .gfield_checkbox label:before {
  content: "\f00c";
  color: #fff;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  border-radius: 3px;
  position: relative;
  top: 1px;
  left: 1px;
  text-align: center;
  box-shadow: 0 0 0 1px #d79fc8;
}
.gildeprint .entry-content .gform_wrapper .gfield_checkbox input[type=checkbox] {
  display: none;
}
.gildeprint .entry-content .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before {
  background-color: #A4167F;
  box-shadow: 0 0 0 1px #A4167F;
}
.gildeprint .entry-content .gform_wrapper .radio-inline .gfield_radio {
  display: flex;
  width: calc(80% + 16px);
}
.gildeprint .entry-content .gform_wrapper .radio-inline .gfield_radio li {
  flex: 1;
}
.gildeprint .entry-content .gform_wrapper .radio-inline .gfield_radio label:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d79fc8;
}
.gildeprint .entry-content .gform_wrapper .radio-inline .gfield_radio input[type=radio] {
  display: none;
}
.gildeprint .entry-content .gform_wrapper .radio-inline .gfield_radio input[type=radio]:checked + label:before {
  background-color: #A4167F;
}
.gildeprint .entry-content .gform_wrapper .tabchoice {
  top: 0;
  width: 100%;
  position: absolute !important;
  border-bottom: none !important;
}
.gildeprint .entry-content .gform_wrapper .tabchoice .gfield_label {
  display: none;
}
.gildeprint .entry-content .gform_wrapper .tabchoice .ginput_container_radio {
  width: 100%;
  margin-left: 0 !important;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields .gfield {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  position: relative;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields .gfield.gsection {
  margin: 0;
  padding: 0;
  border: none;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  font-weight: bold;
  margin-bottom: 0;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio label {
  padding: 20px;
  text-align: center;
  background-color: #d79fc8;
  margin: 0;
  display: block;
  max-width: 100%;
  border-bottom: 1px solid #fff;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio li {
  flex: 1;
  border-right: 1px solid #951273;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio li:first-child label {
  border-top-left-radius: 5px;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio li:last-child {
  border-right: none;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio li:last-child label {
  border-top-right-radius: 5px;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio input[type=radio] {
  display: none;
}
.gildeprint .entry-content .gform_wrapper ul.gform_fields:not(.top_label) li.tabchoice ul.gfield_radio input[type=radio]:checked + label {
  background-color: #fff;
}
.gildeprint .entry-content .gform_wrapper#gform_wrapper_11 .gform_body, .gildeprint .entry-content .gform_wrapper#gform_wrapper_13 .gform_body {
  position: relative;
}
.gildeprint .entry-content .gform_wrapper#gform_wrapper_11 .gform_footer, .gildeprint .entry-content .gform_wrapper#gform_wrapper_13 .gform_footer {
  display: none;
}
.gildeprint .entry-content .gform_wrapper#gform_wrapper_11 .gfield_calculation, .gildeprint .entry-content .gform_wrapper#gform_wrapper_13 .gfield_calculation {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.gildeprint .entry-content .gform_wrapper#gform_wrapper_11 .gfield_calculation input, .gildeprint .entry-content .gform_wrapper#gform_wrapper_13 .gfield_calculation input {
  border: none;
}
.gildeprint .entry-content .gform_wrapper#gform_wrapper_11 .gfield_html_formatted, .gildeprint .entry-content .gform_wrapper#gform_wrapper_13 .gfield_html_formatted {
  border: none;
  position: absolute;
  bottom: 6px;
  left: 60px;
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 641px) {
  .gildeprint .gform_wrapper ul.gfield_radio li label,
  .gildeprint .gform_wrapper ul.gfield_checkbox li label {
    width: 100%;
  }
  .gildeprint .entry-content .gform_wrapper .ginput_complex {
    display: block;
  }
  .gildeprint .entry-content .gform_wrapper .ginput_complex span {
    display: block;
  }
}

html:not([dir=rtl]) .form-container .gform_wrapper ul.gform_fields:not(.top_label) .tabchoice .ginput_container:not(.ginput_container_time) {
  width: 100%;
  margin-left: 0 !important;
}

html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
  width: 30%;
  padding: 0 16px 16px 0;
  margin-left: 0 !important;
  position: absolute;
  top: 25px;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description.validation_message {
  top: 40px;
}

html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time),
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi {
  margin-left: 30% !important;
}

body .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  width: 30% !important;
}

body.page-template-page-form .gform_wrapper .left_label textarea.large,
body.page-template-page-form .gform_wrapper .left_label input.large,
body.page-template-page-form .gform_wrapper .left_label input.medium,
body.page-template-page-form .gform_wrapper .left_label input.small {
  border-color: #e69ed3 !important;
  padding: 10px !important;
}
body.page-template-page-form .gform_wrapper .left_label textarea.large:focus,
body.page-template-page-form .gform_wrapper .left_label input.large:focus,
body.page-template-page-form .gform_wrapper .left_label input.medium:focus,
body.page-template-page-form .gform_wrapper .left_label input.small:focus {
  border-color: #A4167F !important;
}
body.page-template-page-form .gform_wrapper .left_label textarea.large {
  height: 150px;
}
body.page-template-page-form .gform_wrapper .left_label textarea.large,
body.page-template-page-form .gform_wrapper .left_label input.large {
  width: 100%;
}

@media only screen and (max-width: 641px) {
  html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
    width: 100%;
    padding: 0 16px 16px 0;
    margin-left: 0;
    position: static;
  }
  html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time),
  html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi {
    margin-left: 0 !important;
  }
  .page-template-page-form .form-container .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    margin-bottom: 10px;
    display: inline-block;
  }
  .page-template-page-form .form-container .container {
    position: static;
    padding-top: 0;
  }
  .page-template-page-form .form-container .gform_wrapper .tabchoice {
    position: static !important;
  }
  .page-template-page-form .form-container .gform_wrapper .tabchoice .gfield_radio label {
    border: 1px solid #A4167F;
  }
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse .gfield_label {
  display: none;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse .ginput_container:not(.ginput_container_time) {
  margin-left: 0 !important;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse .gfield_description {
  margin: -4px 0 0 45px !important;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse .gfield_description.validation_message {
  margin: 30px 0 0 45px !important;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse label {
  font-weight: bold;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse label span {
  font-weight: normal;
  display: block;
  font-size: 0.813em;
  margin-left: 45px;
}
html:not([dir=rtl]) .page-template-page-form .gform_wrapper ul.gform_fields:not(.top_label) .single-checkbox-reverse label:before {
  top: 8px;
}

.gform_validation_error .gfield_description {
  display: none;
}
.gform_validation_error .gfield_description.validation_message {
  display: block;
}

.gildeprint-1 .request-form .gform_footer:before {
  content: "Je ontvangt zo snel mogelijk een passend voorstel.";
  display: inline-block;
  margin-right: 20px;
}

.gildeprint-2 .request-form .gform_footer:before {
  content: "You will receive a suitable proposal as soon as possible.";
  display: inline-block;
  margin-right: 20px;
}

#stc-num-pages-custom {
  padding: 0 10px;
}

/* # Dialog (overlay)
---------------------------------------------------------------------------------------------------- */
.modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 640px;
  max-width: 100%;
  margin-left: -320px;
  margin-top: -100px;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  z-index: 9999;
  outline: 9999px solid rgba(164, 22, 127, 0.3);
}

body.modal-open .modal {
  display: block;
}

.modal * + * {
  margin-top: 40px;
}

.modal p {
  margin-bottom: 0;
}

.modal a {
  color: #A4167F;
}

.modal a:hover {
  text-decoration: underline;
}

.modal button {
  float: none;
  color: #fff;
  background-color: #F4A020;
}

.modal button:hover {
  color: #fff;
}

.modal hr {
  color: #acacac;
  background-color: #acacac;
  height: 1px;
  border: none;
}

.modal ul {
  width: 100%;
  -moz-columns: 20px 2;
  columns: 20px 2;
  text-align: left;
  list-style: none;
}

.modal li {
  margin-bottom: 20px;
}

.modal li a {
  font-weight: bold;
  text-decoration: none;
}

.modal li a:before {
  box-sizing: border-box;
  content: attr(title);
  display: inline-block;
  background-color: #e719a4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  padding: 8px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-right: 10px;
}

.modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modal .modal-close .general-close-btn {
  padding: 10px 15px;
}

#language-dialog {
  z-index: 999;
}

@media only screen and (max-width: 880px) {
  .modal {
    margin: 0;
    left: 0;
    top: 0;
    z-index: 10000;
    bottom: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.modal-open {
    overflow: hidden;
  }
  .modal ul {
    -moz-columns: auto auto;
    columns: auto auto;
  }
}
.gp-section-faq .faqs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gp-section-faq .faqs .entry {
  flex: 0 1 48%;
  padding: 10px 0;
}
.gp-section-faq h3 a {
  color: #323648;
  font-size: 20px;
}
.gp-section-faq .entry-content {
  font-size: 14px;
  color: #5B5E6D;
}
.gp-section-faq .entry-content,
.gp-section-faq p:last-child {
  margin: 0;
}
.gp-section-faq .entry-footer {
  margin: 40px 0 0 0;
  text-align: center;
}
.gp-section-faq .entry-footer .general-cta-textlink {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 880px) {
  .gp-section-faq .faqs {
    display: block;
  }
}

.cycle-slideshow.cases .item {
  margin: 80px 20px;
}

.gp-section-hero {
  position: relative;
}
.gp-section-hero .wrap {
  display: flex;
  align-items: center;
}
.gp-section-hero .wrap .entry,
.gp-section-hero .wrap .entry-image {
  flex: 0 1 50%;
}
.gp-section-hero .wrap:after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  height: 300px;
  width: 300px;
  opacity: 0.9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(300deg);
  background: linear-gradient(135deg, #F4A020 0%, #FC3832 100%);
}
.gp-section-hero .entry {
  padding-left: 40px;
}
.gp-section-hero .entry-image {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.gp-section-hero .entry-image:after, .gp-section-hero .entry-image:before {
  content: "";
  height: 500px;
  width: 500px;
  right: 50px;
  opacity: 0.9;
  position: absolute;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.gp-section-hero .entry-image:before {
  top: 0;
  transform: rotate(75deg);
  background: linear-gradient(135deg, #F4A020 0%, #FC3832 100%);
}
.gp-section-hero .entry-image:after {
  top: 50px;
  transform: rotate(10deg);
  background: linear-gradient(135deg, #B0208A 0%, #740757 100%);
}
.gp-section-hero .entry-image .magazine {
  position: relative;
  z-index: 999;
}
.gp-section-hero h1 {
  font-size: 68px;
  line-height: 1;
  margin-bottom: 20px;
}
.gp-section-hero .entry-content {
  font-size: 18px;
  opacity: 0.8;
  color: #5B5E6D;
  margin-bottom: 30px;
}
.gp-section-hero .entry-content p {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .gp-section-hero h1 {
    font-size: 5vw;
  }
  .gp-section-hero h1:after {
    bottom: 1vw;
  }
  .gp-section-hero .entry {
    padding: 0;
  }
  .gp-section-hero .entry-image {
    min-height: 400px;
  }
  .gp-section-hero .entry-image:after, .gp-section-hero .entry-image:before {
    height: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .gp-section-hero .entry-image:after, .gp-section-hero .entry-image:before {
    right: 0;
    height: 350px;
    width: 350px;
  }
}
@media only screen and (max-width: 880px) {
  .gp-section-hero .wrap {
    display: block;
  }
  .gp-section-hero .entry-content {
    font-size: 16px;
  }
  .gp-section-hero h1:after {
    width: 4px;
    height: 4px;
    bottom: 1.5vw !important;
  }
}
@media only screen and (max-width: 550px) {
  .gp-section-hero .wrap:after {
    display: none;
  }
  .gp-section-hero h1 {
    font-size: 26px;
  }
  .gp-section-hero .entry-image:after, .gp-section-hero .entry-image:before {
    display: none;
  }
}

.gp-section-cases .entry-section-content {
  margin: 0;
}
.gp-section-cases .entry-footer .wrap {
  text-align: center;
}
.gp-section-cases .entry-footer .wrap .general-cta-textlink {
  display: inline-block;
  margin: 0 20px;
}

.gp-section-quote .wrap {
  padding: 0 40px;
  position: relative;
}
.gp-section-quote .wrap .paginator #prev,
.gp-section-quote .wrap .paginator #next {
  position: absolute;
  color: #F4A020;
  font-size: 50px;
  top: 50%;
}
.gp-section-quote .wrap .paginator #prev {
  left: -60px;
}
.gp-section-quote .wrap .paginator #next {
  right: -60px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gp-section-quote .wrap .paginator #next {
    right: -160px;
  }
}
.gp-section-quote .pager span {
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
  background-color: #F4A020;
  text-indent: -9999px;
}
.gp-section-quote .pager span.cycle-pager-active {
  width: 30px;
  background-color: #A4167F;
}
.gp-section-quote .quote {
  display: flex;
  width: 100%;
}
.gp-section-quote .quote .entry {
  flex: 0 1 820px;
  padding-right: 80px;
}
.gp-section-quote .quote .entry-image {
  flex: 0 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gp-section-quote .entry-content {
  color: #5B5E6D;
}
.gp-section-quote .entry-image {
  position: relative;
}
.gp-section-quote .entry-image:after, .gp-section-quote .entry-image:before {
  content: "";
  display: block;
  position: absolute;
}
.gp-section-quote .entry-image:after {
  top: 0;
  left: 25%;
  height: 510px;
  width: 220px;
  transform: rotate(60deg);
  background: linear-gradient(135deg, #B0208A 0%, #740757 100%);
  z-index: 2;
}
.gp-section-quote .entry-image:before {
  top: 15%;
  left: 0;
  z-index: 1;
  height: 370px;
  width: 370px;
  transform: rotate(60deg);
  background: linear-gradient(135deg, #F4A020 0%, #FC3832 100%);
}
.gp-section-quote .entry-image img {
  z-index: 3;
}
@media only screen and (max-width: 1280px) {
  .gp-section-quote .paginator {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .gp-section-quote .quote {
    display: block;
    max-width: calc(100% - 80px);
  }
  .gp-section-quote .quote .entry {
    padding: 0;
  }
  .gp-section-quote .quote .entry-image {
    width: 400px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 440px) {
  .gp-section-quote .quote .entry-image {
    margin: 0;
    padding: 0;
  }
  .gp-section-quote .quote .entry-image:after, .gp-section-quote .quote .entry-image:before {
    display: none;
  }
}

.gp-section-blogs .dot-matrix:hover {
  transform: scale(1.1);
}
.gp-section-blogs p:last-child,
.gp-section-blogs .entry-content {
  margin: 0;
}

.gp-section-partners .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gp-section-partners .wrap:after, .gp-section-partners .wrap:before {
  display: none;
}
.gp-section-partners .wrap img {
  opacity: 0.3;
  margin: 10px;
  filter: grayscale(100%);
  transition: all 0.1s ease-in-out;
}
.gp-section-partners .wrap img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.gp-section-textblock {
  background-repeat: no-repeat;
  background-position: center center;
}
.gp-section-textblock .wrap {
  display: flex;
  align-items: center;
}
.gp-section-textblock .entry-content-left {
  padding-right: 20px;
}
.gp-section-textblock .entry-content-right {
  padding-left: 20px;
}
.gp-section-textblock .entry-content {
  flex: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
.gp-section-textblock .entry-content h1,
.gp-section-textblock .entry-content h2,
.gp-section-textblock .entry-content h3 {
  margin-bottom: 35px;
}
.gp-section-textblock .entry-content h2:after {
  bottom: 9px;
}
.gp-section-textblock .entry-content p:last-child {
  margin: 0;
}
.gp-section-textblock .entry-content img.alignnone,
.gp-section-textblock .entry-content .alignnone {
  margin-bottom: 0;
}
.gp-section-textblock.gp-section-textblock-3366 .entry-content-right {
  flex: 2;
}
.gp-section-textblock.gp-section-textblock-6633 .entry-content-left {
  flex: 2;
}
.gp-section-textblock .general-cta-textlink {
  justify-content: flex-start;
}
@media only screen and (min-width: 880px) {
  .gp-section-textblock.gp-section-textblock-special-quote-block {
    margin-top: 40px;
    padding: 0;
    position: relative;
    background: linear-gradient(226.44deg, #38002A 0%, #4E1E41 100%) !important;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block * {
    color: rgba(255, 255, 255, 0.9);
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-left {
    min-height: 475px;
    padding: 40px;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-left img {
    position: absolute;
    bottom: 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-right {
    min-height: auto;
    padding: 40px;
    z-index: 999;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block p:last-child,
  .gp-section-textblock.gp-section-textblock-special-quote-block img,
  .gp-section-textblock.gp-section-textblock-special-quote-block div {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow {
    padding: 0;
    margin: 50px 0 0 0;
    position: relative;
    height: calc( 7 * 50px );
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow:before {
    content: "";
    top: -50px;
    left: 0;
    width: 100%;
    height: calc( (1 + 7 + 4) * 50px );
    position: absolute;
    background-image: url(images/blokjes.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    z-index: 7;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow + .site-footer {
    padding-top: 0;
    z-index: 10;
    position: relative;
    background: none;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .wrap {
    align-items: stretch;
    overflow: visible;
    z-index: 9;
    position: relative;
    height: 100%;
    padding: 50px 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-left,
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-right {
    flex: 0 1 50%;
    margin: 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-left {
    padding: 0 50px 0 calc( 6 * 50px );
    font-size: 90%;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-left h2 {
    margin: 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .gp-payoff {
    display: flex;
    align-items: center;
    font-size: 110%;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .gp-payoff:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #A4167F;
    display: inline-block;
    margin-right: 50px;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-right {
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-right:after, .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .entry-content-right:before {
    display: none;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block-yellow .general-cta-btn {
    height: 50px;
  }
  .gp-section-textblock.gp-section-textblock-align-bottom .wrap, .gp-section-textblock.align-bottom .wrap {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 880px) {
  .gp-section-textblock .wrap {
    display: block;
  }
  .gp-section-textblock .wrap .entry-content-left {
    padding: 0 0 15px 0;
  }
  .gp-section-textblock .wrap .entry-content-right {
    padding: 15px 0 0 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block {
    position: relative;
    padding-bottom: 0;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .wrap {
    display: flex;
    flex-direction: column;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-right {
    order: -1;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-left {
    min-height: 475px;
    padding: 0;
    width: 100%;
  }
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-left img {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
  }
  .gp-section-textblock.gp-section-textblock-inverted-on-mobile .wrap {
    display: flex;
    flex-direction: column;
  }
  .gp-section-textblock.gp-section-textblock-inverted-on-mobile .entry-content-right {
    order: -1;
  }
}
@media only screen and (max-width: 500px) {
  .gp-section-textblock.gp-section-textblock-special-quote-block .entry-content-left {
    min-height: auto;
    padding: 50%;
  }
}

.gp-section-impression {
  padding: 0;
  background: linear-gradient(225deg, #B0208A 0%, #740757 100%);
}
.gp-section-impression .impression-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 100px 162.5px 162.5px 162.5px 162.5px 125px;
}
.gp-section-impression .flippingbook-intro {
  z-index: 10;
  color: #fff;
  grid-row: 2;
  grid-column: 3/6;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}
.gp-section-impression .flippingbook-intro .entry-content {
  color: #fff;
}
.gp-section-impression .flippingbook-intro .entry-content p:last-child {
  margin: 0;
}
.gp-section-impression .flippingbook {
  z-index: 10;
  background-color: #F4A020;
  grid-row: 3;
  grid-column: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.gp-section-impression .flippingbook .flippingbook-text-link {
  color: #fff;
}
.gp-section-impression .flippingbook .flippingbook-text-link:before {
  content: "";
  background-color: currentColor;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.gp-section-impression .image {
  z-index: 9;
}
.gp-section-impression .image img {
  width: 100%;
}
.gp-section-impression .image-1 {
  grid-row: 2;
  grid-column: 1;
}
.gp-section-impression .image-2 {
  grid-row: 2/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 6/8;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
}
.gp-section-impression .image-3 {
  grid-row: 3/5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-column: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.gp-section-impression .image-4 {
  grid-row: 4;
  grid-column: 8;
}
.gp-section-impression .image-5 {
  grid-row: 5;
  grid-column: 4/6;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
}
.gp-section-impression .blur {
  background-color: rgba(255, 255, 255, 0.1);
}
.gp-section-impression .blur-1 {
  grid-row: 2;
  grid-column: 8;
}
.gp-section-impression .blur-2 {
  grid-row: 4;
  grid-column: 1;
}
.gp-section-impression .blur-3 {
  grid-row: 4;
  grid-column: 4;
}
.gp-section-impression .blur-4 {
  width: 100%;
  grid-row: 6;
  grid-column: 6;
}
.gp-section-impression .divider {
  border-right: 1px solid #EDEDED;
  opacity: 0.08;
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
}
.gp-section-impression .divider-1 {
  border-left: 1px solid #EDEDED;
  grid-column: 1;
}
.gp-section-impression .divider-2 {
  grid-column: 2;
}
.gp-section-impression .divider-3 {
  grid-column: 3;
}
.gp-section-impression .divider-4 {
  grid-column: 4;
}
.gp-section-impression .divider-5 {
  grid-column: 5;
}
.gp-section-impression .divider-6 {
  grid-column: 6;
}
.gp-section-impression .divider-7 {
  grid-column: 7;
}
.gp-section-impression .divider-8 {
  grid-column: 8;
}
@media only screen and (max-width: 880px) {
  .gp-section-impression .impression-grid {
    display: flex;
    flex-direction: column;
  }
  .gp-section-impression .flippingbook-intro {
    order: 1;
  }
  .gp-section-impression .flippingbook {
    order: 2;
  }
  .gp-section-impression .image {
    order: 3;
    text-align: center;
  }
  .gp-section-impression .image img {
    width: auto;
    margin-top: 20px;
  }
  .gp-section-impression .blur,
  .gp-section-impression .divider {
    display: none;
  }
}

.gp-section-stepscarousel .step,
.gp-section-stepscarousel .step-inner {
  width: 100%;
}
.gp-section-stepscarousel .step-inner {
  display: flex;
  align-items: center;
}
.gp-section-stepscarousel .step-inner .step-image,
.gp-section-stepscarousel .step-inner .step-content {
  flex: 1;
}
.gp-section-stepscarousel .step-inner .step-image {
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gp-section-stepscarousel .step-image {
  position: relative;
  min-height: 450px;
}
.gp-section-stepscarousel .step-image:after, .gp-section-stepscarousel .step-image:before {
  content: "";
  display: block;
  position: absolute;
}
.gp-section-stepscarousel .step-image:after {
  top: -10px;
  left: 30%;
  height: 475px;
  width: 225px;
  transform: rotate(120deg);
  background: linear-gradient(135deg, #B0208A 0%, #740757 100%);
  z-index: 2;
}
.gp-section-stepscarousel .step-image:before {
  top: 60px;
  left: 25%;
  z-index: 1;
  height: 325px;
  width: 325px;
  transform: rotate(60deg);
  background: linear-gradient(135deg, #F4A020 0%, #FC3832 100%);
}
.gp-section-stepscarousel .step-image img {
  z-index: 3;
}
.gp-section-stepscarousel #per-slide-template {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}
.gp-section-stepscarousel #per-slide-template a {
  outline: none;
}
.gp-section-stepscarousel #per-slide-template:before {
  content: "";
  top: 41px;
  z-index: -1;
  position: absolute;
  opacity: 0.3;
  width: 94%;
  left: 3%;
  height: 1px;
  background-color: #A4167F;
}
.gp-section-stepscarousel #per-slide-template:after {
  content: "";
  left: 0;
  top: 0;
  height: 400px;
  width: 35px;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}
.gp-section-stepscarousel #per-slide-template span {
  font-size: 18px;
  z-index: 1;
  display: inline-block;
  width: 42px;
  height: 42px;
  padding: 6px 0;
  color: #F4A020;
  position: relative;
}
.gp-section-stepscarousel #per-slide-template span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 2px solid #F4A020;
  background-color: #fff;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}
.gp-section-stepscarousel #per-slide-template label {
  margin-top: 20px;
  display: block;
  color: #323648;
  max-width: 85px;
  text-transform: uppercase;
  font-size: 12px;
}
.gp-section-stepscarousel #per-slide-template label strong {
  display: block;
  margin: 10px 0 0 0;
}
.gp-section-stepscarousel #per-slide-template .cycle-pager-active {
  position: relative;
}
.gp-section-stepscarousel #per-slide-template .cycle-pager-active span {
  color: #fff;
}
.gp-section-stepscarousel #per-slide-template .cycle-pager-active span:before {
  background-color: #F4A020;
  border-color: #F4A020;
  transform: rotate(0);
}
.gp-section-stepscarousel #per-slide-template .cycle-pager-active:before {
  content: "";
  display: inline-block;
  width: 2000px;
  background-color: #F4A020;
  height: 2px;
  position: absolute;
  right: 21px;
  top: 21px;
  z-index: -1;
}
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a span,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a span,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a + a span,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a + a + a span,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a + a + a + a span {
  color: #A4167F;
}
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a span:before,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a span:before,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a + a span:before,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a + a + a span:before,
.gp-section-stepscarousel #per-slide-template .cycle-pager-active + a + a + a + a + a span:before {
  background-color: #fff;
  border-color: rgba(164, 22, 127, 0.3);
  border-width: 1px;
  transform: rotate(45deg);
}
.gp-section-stepscarousel .planningsmodule {
  margin: 20px auto;
  text-align: left;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gp-section-stepscarousel .planningsmodule .date-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.gp-section-stepscarousel .planningsmodule .date-wrapper:before {
  content: attr(data-line);
  font-size: 80%;
  flex: 0 1 100%;
  margin: 0 0 10px 0;
}
.gp-section-stepscarousel .planningsmodule .date-wrapper input {
  width: 200px;
  padding: 5px;
  height: 38px;
}
.gp-section-stepscarousel .planningsmodule .layout-switch {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.gp-section-stepscarousel .planningsmodule .layout-switch:before {
  content: attr(data-line);
  font-size: 80%;
  flex: 0 1 100%;
  margin: 0 0 10px 0;
}
.gp-section-stepscarousel .planningsmodule .layout-switch label {
  cursor: pointer;
  width: 100px;
  text-align: center;
  color: #323648;
  padding: 5px 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #A4167F;
  box-shadow: inset 0px 0px 5px 0px rgba(164, 22, 127, 0.25);
}
.gp-section-stepscarousel .planningsmodule .layout-switch li:first-child label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gp-section-stepscarousel .planningsmodule .layout-switch li:last-child label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gp-section-stepscarousel .planningsmodule .layout-switch input:checked + label {
  color: #fff;
  background-color: #A4167F;
  box-shadow: none;
}
.gp-section-stepscarousel .planningsmodule .layout-switch input {
  display: none;
}
@media only screen and (max-width: 670px) {
  .gp-section-stepscarousel .planningsmodule {
    display: block;
    text-align: center;
  }
  .gp-section-stepscarousel .planningsmodule .layout-switch {
    margin: 10px;
  }
}
@media only screen and (max-width: 880px) {
  .gp-section-stepscarousel .step {
    height: 100%;
  }
  .gp-section-stepscarousel .step-inner {
    flex-direction: column;
  }
  .gp-section-stepscarousel .step-inner .step-image {
    order: -1;
    margin-bottom: 20px;
  }
  .gp-section-stepscarousel #per-slide-template label {
    font-size: 6px;
  }
}

.gp-section-general-content {
  position: relative;
}
.gp-section-general-content .wrap:after, .gp-section-general-content .wrap:before {
  content: "";
  height: 500px;
  width: 500px;
  right: -250px;
  opacity: 0.9;
  position: absolute;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.gp-section-general-content .wrap:before {
  top: 0;
  transform: rotate(75deg);
  background: linear-gradient(135deg, #F4A020 0%, #FC3832 100%);
}
.gp-section-general-content .wrap:after {
  top: 50px;
  transform: rotate(10deg);
  background: linear-gradient(135deg, #B0208A 0%, #740757 100%);
}
.gp-section-general-content .entry-header {
  width: 630px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.gp-section-general-content h1 {
  font-size: 58px;
  line-height: 1;
  margin-bottom: 20px;
}
.gp-section-general-content h1:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 5px;
  background-color: #F4A020;
}
.gp-section-general-content .entry-content {
  font-size: 18px;
  opacity: 0.8;
  color: #5B5E6D;
  -moz-column-count: 2;
       column-count: 2;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .gp-section-general-content .wrap {
    overflow-x: hidden;
  }
  .gp-section-general-content h1 {
    font-size: 5vw;
  }
  .gp-section-general-content h1:after {
    bottom: 1vw;
  }
}
@media only screen and (max-width: 880px) {
  .gp-section-general-content .wrap:after, .gp-section-general-content .wrap:before {
    display: none;
  }
  .gp-section-general-content .entry-content {
    -moz-column-count: 1;
         column-count: 1;
    font-size: 16px;
  }
  .gp-section-general-content h1:after {
    width: 4px;
    height: 4px;
    bottom: 1.5vw !important;
  }
}
@media only screen and (max-width: 550px) {
  .gp-section-general-content h1 {
    font-size: 26px;
  }
}

.gp-section-general-content-v2 .wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.gp-section-general-content-v2 .wrap .entry,
.gp-section-general-content-v2 .wrap .entry-image {
  flex: 1;
}
.gp-section-general-content-v2 .wrap .entry {
  padding: 60px 0 0 40px;
  position: static;
}
.gp-section-general-content-v2 .wrap .entry .entry-content {
  font-size: 18px;
  opacity: 0.8;
  color: #5B5E6D;
}
.gp-section-general-content-v2 .wrap .entry .entry-content p:last-child {
  margin: 0;
}
.gp-section-general-content-v2 h1 {
  font-size: 58px;
  line-height: 1;
  margin-bottom: 20px;
}
.gp-section-general-content-v2 h1:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 5px;
  bottom: 14px;
  background-color: #F4A020;
}
.gp-section-general-content-v2 .breadcrumb {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .gp-section-general-content-v2 h1 {
    font-size: 5vw;
  }
  .gp-section-general-content-v2 h1:after {
    bottom: 1vw;
  }
}
@media only screen and (max-width: 1023px) {
  .gp-section-general-content-v2 .wrap {
    align-items: flex-start;
  }
  .gp-section-general-content-v2 .breadcrumb {
    position: static;
  }
}
@media only screen and (max-width: 880px) {
  .gp-section-general-content-v2 .wrap {
    flex-direction: column;
  }
  .gp-section-general-content-v2 .wrap .entry {
    order: -1;
    padding: 0;
  }
}
@media only screen and (max-width: 550px) {
  .gp-section-general-content-v2 h1:after {
    width: 4px;
    height: 4px;
    bottom: 1.5vw !important;
  }
}

/* # Enities
---------------------------------------------------------------------------------------------------- */
.single-post .entry {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-page-landing .site-inner {
  display: none;
}
.page-template-page-landing .site-inner + .gp-section {
  padding-top: 160px;
}
@media only screen and (max-width: 880px) {
  .page-template-page-landing .site-inner + .gp-section {
    padding-top: 160px;
  }
}

.blog .content,
.archive:not(.post-type-archive-event) .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog .content .case-filters,
.blog .content .archive-pagination,
.blog .content .archive-description,
.archive:not(.post-type-archive-event) .content .case-filters,
.archive:not(.post-type-archive-event) .content .archive-pagination,
.archive:not(.post-type-archive-event) .content .archive-description {
  flex: 0 1 100%;
}
.blog .content .entry,
.archive:not(.post-type-archive-event) .content .entry {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% - 100px) / 3);
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.blog .content .entry:after, .blog .content .entry:before,
.archive:not(.post-type-archive-event) .content .entry:after,
.archive:not(.post-type-archive-event) .content .entry:before {
  display: none;
}
.blog .content .entry .entry-footer,
.archive:not(.post-type-archive-event) .content .entry .entry-footer {
  margin-top: auto;
}
.blog .entry-header .dot-matrix,
.archive:not(.post-type-archive-event) .entry-header .dot-matrix {
  margin-bottom: 20px;
}
.blog .entry-header a,
.archive:not(.post-type-archive-event) .entry-header a {
  color: inherit;
  font-size: 20px;
}
.blog .entry-content,
.archive:not(.post-type-archive-event) .entry-content {
  color: inherit;
}
.blog .entry-footer .general-cta-textlink,
.archive:not(.post-type-archive-event) .entry-footer .general-cta-textlink {
  justify-content: flex-start;
}
@media only screen and (max-width: 880px) {
  .blog .content .entry,
  .archive:not(.post-type-archive-event) .content .entry {
    flex-basis: calc((100% - 50px) / 2);
  }
}
@media only screen and (max-width: 500px) {
  .blog .content,
  .archive:not(.post-type-archive-event) .content {
    display: block;
  }
  .blog .content img,
  .blog .content .entry,
  .blog .content .dot-matrix,
  .archive:not(.post-type-archive-event) .content img,
  .archive:not(.post-type-archive-event) .content .entry,
  .archive:not(.post-type-archive-event) .content .dot-matrix {
    width: 100%;
  }
}

.archive.post-type-archive-case .content .entry {
  flex-basis: calc((100% - 100px) / 4);
}
.archive.post-type-archive-case .content .entry .entry-title {
  font-size: 20px;
  font-size: 2rem;
}
.archive.post-type-archive-case .content .entry .entry-title:after {
  bottom: 7px;
}
.archive.post-type-archive-case .case-filters {
  margin-bottom: 40px;
}
.archive.post-type-archive-case .case-filters ul {
  display: flex;
  justify-content: center;
}
.archive.post-type-archive-case .case-filters ul li {
  margin: 10px;
}
.archive.post-type-archive-case .case-filters ul input,
.archive.post-type-archive-case .case-filters ul select {
  padding: 10px 20px;
  height: 50px;
}

.post-type-archive-faq .content .entry,
.post-type-archive-event .content .entry {
  flex-basis: calc((100% - 50px) / 2);
}
.post-type-archive-faq .content .entry h2,
.post-type-archive-event .content .entry h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.post-type-archive-faq .content .entry h2:after,
.post-type-archive-event .content .entry h2:after {
  bottom: 7px;
}

.post-type-archive-event .site-inner,
.post-type-archive-event .site-inner > .wrap {
  max-width: 100%;
}
.post-type-archive-event .breadcrumb,
.post-type-archive-event .cpt-archive-description {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.post-type-archive-event .breadcrumb {
  margin-bottom: 40px;
}
.post-type-archive-event .below-event-archive .wrap {
  display: flex;
}
.post-type-archive-event .below-event-archive .wrap .entry-content {
  flex-basis: calc((100% - 100px) / 2);
  -ms-flex-preferred-size: 560px;
}
.post-type-archive-event .below-event-archive .wrap .entry-content:first-child {
  padding-right: 40px;
}
.post-type-archive-event .event-content-wrapper {
  background-color: #fcf8fb;
  padding: 40px 0 0 0;
  margin: 40px 0;
}
.post-type-archive-event .event-content-wrapper .wrap {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-event .event-content-wrapper .wrap .entry {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% - 100px) / 2);
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.post-type-archive-event .event-content-wrapper .wrap .entry:after, .post-type-archive-event .event-content-wrapper .wrap .entry:before {
  display: none;
}
.post-type-archive-event .event-content-wrapper .wrap .entry .entry-footer {
  margin-top: auto;
}
@media only screen and (max-width: 880px) {
  .post-type-archive-event .below-event-archive .wrap,
  .post-type-archive-event .event-content-wrapper .wrap {
    display: block;
  }
}

.post-type-archive-teammember .entry-header,
.post-type-archive-teammember .entry-content {
  text-align: center;
}
.post-type-archive-teammember .teammember-specs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-teammember .teammember-specs li {
  list-style: none;
}
.post-type-archive-teammember .teammember-specs .email,
.post-type-archive-teammember .teammember-specs .phone,
.post-type-archive-teammember .teammember-specs .linkedin {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-inner,
  .wrap {
    max-width: 100%;
  }
  .wrap {
    padding: 0 20px;
  }
  .site-header .wrap {
    padding: 20px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .genesis-nav-menu > .whatsapp-button {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .js .genesis-nav-menu .sub-menu a,
  .js .genesis-nav-menu .sub-menu,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header {
    position: absolute;
  }
  .site-header .wrap {
    padding: 10px;
  }
  .header-image .site-title > a {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .js nav.nav-primary,
  .js .site-header nav {
    display: none;
    position: relative;
  }
  .js .site-header nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: #323648;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0;
  }
  .menu-toggle {
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    margin-right: 10px;
    text-rendering: auto;
    transform: translate(0, 0);
  }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle:before {
    display: inline-block;
    text-rendering: auto;
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated:before {
    content: "\f142";
  }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    padding: 12px 0;
    width: 100%;
  }
  .js .nav-header .genesis-nav-menu {
    background-color: #fff;
  }
  .js .nav-header .genesis-nav-menu .menu-item {
    padding: 0 10px;
  }
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    background-color: #fff;
    color: #000;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #fff;
    color: #cc3d25;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 880px) {
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
  .footer-widgets .wrap {
    display: flex;
    flex-direction: column;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
