@charset "UTF-8";
/*!
Theme Name: Healthcare
Author: Pixelfarm
Author URI: http://www.pixelfarm.nl
Version: 1.0
*/
/*
|--------------------------------------------------------------------------
| Table of Contents
|--------------------------------------------------------------------------

	1.		Setup
	2. 		Vendors
	3.		Fonts
	4.		Layout
	5.		Modules
	6.		Elements
	7.		Plugins

*/
/* ----------------------------------------------------------------------------
	1. Setup
---------------------------------------------------------------------------- */
/*Luke*/
/*Grid*/
body {
  font-size: 62.5%;
}

/* 	
	Rem is similar to the em value, but instead of being relative to the parent 
	element it’s relative to the font-size set in the <html>.
*/
.centerdiv {
  margin: 0 auto;
  text-align: center;
}

.nofloat {
  float: initial !important;
}

.only-retina {
  display: none;
}

.only-no-retina {
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .only-retina {
    display: block;
  }
  .only-no-retina {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
	2. Vendors
---------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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-left: 20px;
  padding-right: 20px;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -20px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.clearfix:before, footer ul:before, .clearfix:after, footer ul:after {
  content: " ";
  display: table;
}

.clearfix:after, footer ul:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'healthcare';
  src: url("assets/fonts/project-icons/healthcare.eot?nkyr5o");
  src: url("assets/fonts/project-icons/healthcare.eot?nkyr5o#iefix") format("embedded-opentype"), url("assets/fonts/project-icons/healthcare.ttf?nkyr5o") format("truetype"), url("assets/fonts/project-icons/healthcare.woff?nkyr5o") format("woff"), url("assets/fonts/project-icons/healthcare.svg?nkyr5o#healthcare") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

.icon-social-linkedin:before {
  content: "\e901";
}

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

.icon-social-facebook:before {
  content: "\e903";
}

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

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

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

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

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

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

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ----------------------------------------------------------------------------
	3. Fonts
---------------------------------------------------------------------------- */
/*

@font-face {
	font-family: ZemestroStd;
	src: url("assets/fonts/zemestro/ZemestroStd.otf") format("opentype");
}

@font-face {
	font-family: ZemestroStd;
	font-weight: bold;
	src: url("assets/fonts/zemestro/ZemestroStd-Bold_0.otf") format("opentype");
}

*/
/* This stylesheet generated by Transfonter (http://transfonter.org) on January 18, 2017 9:12 AM */
@font-face {
  font-family: ZemestroStd;
  src: url("assets/fonts/zemestro/subset-ZemestroStd-Bk.eot");
  src: url("assets/fonts/zemestro/subset-ZemestroStd-Bk.eot?#iefix") format("embedded-opentype"), url("assets/fonts/zemestro/subset-ZemestroStd-Bk.woff") format("woff"), url("assets/fonts/zemestro/subset-ZemestroStd-Bk.ttf") format("truetype"), url("assets/fonts/zemestro/subset-ZemestroStd-Bk.svg#ZemestroStd-Bk") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: ZemestroStd;
  src: url("assets/fonts/zemestro/subset-ZemestroStd.eot");
  src: url("assets/fonts/zemestro/subset-ZemestroStd.eot?#iefix") format("embedded-opentype"), url("assets/fonts/zemestro/subset-ZemestroStd.woff") format("woff"), url("assets/fonts/zemestro/subset-ZemestroStd.ttf") format("truetype"), url("assets/fonts/zemestro/subset-ZemestroStd.svg#ZemestroStd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ZemestroStd;
  src: url("assets/fonts/zemestro/subset-ZemestroStd-Bold.eot");
  src: url("assets/fonts/zemestro/subset-ZemestroStd-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/zemestro/subset-ZemestroStd-Bold.woff") format("woff"), url("assets/fonts/zemestro/subset-ZemestroStd-Bold.ttf") format("truetype"), url("assets/fonts/zemestro/subset-ZemestroStd-Bold.svg#ZemestroStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* ----------------------------------------------------------------------------
	4. Lay-out
---------------------------------------------------------------------------- */
html, body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.no-scroll, body.no-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

html {
  background-color: #E3E7ED;
}

body {
  background-color: #fff;
  position: relative;
  margin: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

p:empty {
  display: none;
}

#page {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1137px;
}

@media only screen and (max-width: 600px) {
  .main-content > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.break-out {
  margin: 0 -100%;
  margin: 0 calc(50% - 50vw);
}

.break-out img {
  max-width: 100%;
  width: 921px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

header.header {
  transition: all 0.2s ease;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1240px;
  background-color: white;
  z-index: 100;
  -webkit-transition: padding 200ms;
  -o-transition: padding 200ms;
  transition: padding 200ms;
}

@media screen and (max-width: 700px) {
  header.header {
    padding-top: 5px;
    padding-bottom: 9px;
  }
}

.admin-bar header.header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar header.header {
    top: 32px;
  }
}

@media screen and (min-width: 700px) {
  .scrolledDown header.header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .scrolledDown header.header .logo {
    top: -7px;
  }
}

header.header .container {
  max-width: 1000px;
}

header.header .row {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 700px) {
  header.header .row {
    display: inherit;
  }
}

header.header .logo {
  position: relative;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  header.header .logo {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  header.header .logo {
    float: left;
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  header.header .logo {
    width: 65%;
  }
}

header.header .logo a img {
  width: 194px;
  -ms-interpolation-mode: bicubic;
}

@media screen and (max-width: 700px) {
  header.header .logo a img {
    max-width: 171px;
  }
}

header.header .nav-wrap {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

@media (min-width: 768px) {
  header.header .nav-wrap {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) {
  header.header .nav-wrap {
    float: left;
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  header.header .nav-wrap {
    display: block;
    width: 32%;
    float: right;
    padding-left: 0;
    margin-top: 13px;
  }
}

header.header .menu {
  transition: all 0.2s ease;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 700px) {
  header.header .menu {
    padding: 0;
    text-align: right;
    float: right;
  }
}

header.header .menu > span {
  text-transform: uppercase;
  color: #004a91;
}

@media screen and (max-width: 700px) {
  header.header .menu > span {
    display: none;
  }
}

header.header .js-menu {
  display: none;
}

header.header .js-menu.active {
  display: flex;
}

@media screen and (max-width: 700px) {
  header.header .js-menu.active {
    display: block;
  }
}

header.header .js-menu .hamburger {
  height: 16px;
  margin-top: -4px;
}

header.header .login {
  transition: all 0.2s ease;
  display: none;
  align-items: center;
  text-align: left;
}

header.header .login.active {
  display: flex;
}

@media screen and (max-width: 700px) {
  header.header .login {
    display: none !important;
    padding: 0;
    text-align: right;
    margin-top: 10px;
  }
  header.header .login:active {
    display: none !important;
  }
}

header.header .login a {
  text-transform: uppercase;
  color: #004a91;
  display: block;
}

header.header .login span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: -2px;
}

header.header .login span:last-child {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #e1e7ee;
  border-radius: 50%;
  text-align: center;
  margin-right: 0;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 700px) {
  header.header .login span {
    margin-right: 1px;
  }
}

header.header form.search {
  display: block;
}

header.header .search {
  transition: all 0.2s ease;
  display: none;
  height: 60px;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 700px) {
  header.header .search {
    float: left;
  }
}

header.header .search span {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

header.header .search.active {
  display: block;
}

@media screen and (max-width: 700px) {
  header.header .search {
    text-align: right;
    float: left;
    margin-top: -3px;
    padding-left: 0;
  }
  header.header .search:active {
    display: block;
  }
  header.header .search:active span {
    display: block;
    float: left;
    float: left;
  }
  header.header .search:active span i {
    display: block;
    float: left;
  }
}

@media screen and (max-width: 700px) {
  header.header .search {
    margin-top: 1px;
  }
}

header.header .cancel {
  display: none;
  color: #004a91;
  font-size: 60px;
  width: 60px;
  float: right;
  height: 60px;
  border: 1px solid #96a7b7;
  text-align: center;
  padding-top: 14px;
  cursor: pointer;
}

header.header .cancel.active {
  display: block;
}

@media screen and (max-width: 700px) {
  header.header .cancel {
    height: 30px;
    width: 30px;
    padding-top: 0px;
    font-size: 30px;
    float: right;
  }
}

header.header .menu, header.header .login, header.header .search {
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  header.header .menu, header.header .login, header.header .search {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0;
  }
}

header.header .menu:before, header.header .login:before, header.header .search:before {
  content: "";
  height: 60px;
  display: block;
  width: 1px;
  background-color: #e1e7ee;
  position: absolute;
  left: 0;
  top: 0px;
}

@media screen and (max-width: 700px) {
  header.header .menu:before, header.header .login:before, header.header .search:before {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  header.header .search span {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

header.header .search:after {
  content: "";
  height: 60px;
  display: block;
  width: 1px;
  background-color: #e1e7ee;
  position: absolute;
  right: -4px;
  top: 0px;
}

@media screen and (max-width: 700px) {
  header.header .search:after {
    display: none;
  }
}

footer {
  text-align: left;
  color: #1c456c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  background: url(assets/images/backgrounds/footer-bg.png) no-repeat bottom left #004283;
}

footer .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  max-width: 950px;
}

@media only screen and (max-width: 600px) {
  footer .container {
    padding-bottom: 20px;
  }
}

footer .container .row {
  margin-bottom: 40px;
}

footer .container .row:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  footer .container .row .noboot {
    padding-left: 0;
  }
}

footer .footer-logo {
  max-width: 225px;
}

footer .footer-column {
  width: 20%;
  float: left;
  padding: 0 14px;
  padding-right: 3px;
}

footer .footer-column:nth-child(1) {
  width: 23.3695652174%;
}

footer .footer-column:nth-child(2) {
  width: 23.9130434783%;
}

footer .footer-column:nth-child(3) {
  width: 14.1304347826%;
}

footer .footer-column:nth-child(4) {
  width: 14.6739130435%;
}

footer .footer-column:nth-child(5) {
  width: 21.7391304348%;
}

footer .footer-column:nth-child(2), footer .footer-column:nth-child(3), footer .footer-column:nth-child(4), footer .footer-column:nth-child(5) {
  border-left: 2px solid #fff;
}

@media screen and (max-width: 991px) {
  footer .footer-column:nth-child(2), footer .footer-column:nth-child(3), footer .footer-column:nth-child(4), footer .footer-column:nth-child(5) {
    border-left: inherit;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-column:nth-child(2), footer .footer-column:nth-child(3), footer .footer-column:nth-child(4), footer .footer-column:nth-child(5) {
    border-left: inherit;
  }
}

@media only screen and (max-width: 600px) {
  footer .footer-column:nth-child(1), footer .footer-column:nth-child(2), footer .footer-column:nth-child(3), footer .footer-column:nth-child(4), footer .footer-column:nth-child(5) {
    width: auto;
    float: none;
  }
}

@media (max-width: 991px) {
  footer .footer-column {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer .footer-column {
    width: 100%;
  }
}

footer .footer-column.footer-column-1 ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'healthcare' !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;
  content: "\e905";
  position: relative;
  top: 1px;
}

footer h2, footer h3, footer p {
  color: #fff;
}

footer h3 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 0;
}

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

footer ul li {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

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

footer ul li a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

footer .samen-verder {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 164px;
}

footer .helpdesk-opening {
  margin-bottom: 10px;
}

footer .helpdesk-opening i {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 3px 21px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 6px;
  font-style: normal;
  border-radius: 12px;
  position: relative;
}

footer .helpdesk-opening i:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #002850;
}

footer .helpdesk-opening .open {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

footer .helpdesk-opening .open i {
  background-color: #e2007a;
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-weight: bold;
}

footer .helpdesk-opening .open i:after {
  border-bottom: 5px solid #e2007a;
}

footer .helpdesk-opening .closed i {
  background-color: #002850;
}

.cookiebar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e2007a;
  z-index: 1000;
}

.cookiebar__inner {
  padding-top: 15px;
}

.cookiebar__inner .right {
  float: right;
}

.cookiebar__inner .button {
  position: relative;
  top: 7px;
  margin-left: 5px;
}

.cookiebar__inner .button.mobile {
  display: none;
  width: 100%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
  .cookiebar__inner .button.mobile {
    display: block;
  }
}

.cookiebar__inner .button.desktop {
  display: block;
}

@media only screen and (max-width: 600px) {
  .cookiebar__inner .button.desktop {
    display: none;
  }
}

.cookiebar__inner p {
  margin-bottom: 15px;
}

.cookiebar__inner p a {
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .cookiebar__inner p {
    font-size: 15px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
}

p a {
  text-decoration: underline;
}

.single-cpt_themes .main-content {
  background-color: #1C456C;
}

.single-cpt_events .main-content {
  background-color: #EFF0F2;
}

.single-cpt_cases .main-content {
  background-color: #926C7C;
}

.single-cpt_cases .main-content .inner {
  margin-bottom: 60px;
}

.single-cpt_joboffers .main-content {
  background-color: #0C4C8F;
  /* EDITOR CHANGES ERWIN */
}

.single-cpt_joboffers .main-content .inner {
  margin-bottom: 10px;
}

.single-cpt_joboffers .main-content .social-share {
  margin-left: 65px;
}

.single-cpt_joboffers .main-content .social-share a {
  background: #2A5B8A;
}

.single-cpt_joboffers .main-content .joboffer-content {
  padding-bottom: 5px;
}

.single-cpt_joboffers .main-content h1.title {
  color: #0C4C8F;
}

.single-cpt_joboffers .main-content .button {
  text-decoration: none !important;
  width: auto !important;
  padding: 12px 30px 10px 30px !important;
  margin-bottom: 60px;
  margin-top: 40px;
  background-color: #e2007a;
  color: #FFFFFF;
}

.single-cpt_joboffers .main-content .button:last-child {
  margin-top: 10px;
}

.single-cpt_joboffers .main-content .cms-content h3 {
  margin-bottom: 10px;
}

.single-cpt_joboffers .main-content .cms-content p, .single-cpt_joboffers .main-content .cms-content li {
  color: #374048;
}

.single-cpt_joboffers .main-content .cms-content em {
  font-style: italic;
  font-size: 20px;
}

.single-cpt_joboffers .main-content .cms-content strong {
  font-size: 20px;
}

.single-cpt_joboffers .main-content .cms-content strong em {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
  display: block;
}

.single-cpt_joboffers .main-content .cms-content ul {
  margin-bottom: 0;
  padding: 0 0 60px 20px;
}

.single-cpt_joboffers .main-content .cms-content ul li strong {
  font-weight: bold;
  font-size: 1.8rem;
  color: #374048;
}

.single-cpt_diensten .main-content,
.single-cpt_markten .main-content {
  background-color: #e9d6d3;
}

.single-cpt_diensten .main-content .inner,
.single-cpt_markten .main-content .inner {
  margin-bottom: 60px;
}

.single-cpt_diensten .main-content .content-element-klaarvoormorgen,
.single-cpt_markten .main-content .content-element-klaarvoormorgen {
  background-color: white;
}

.single-cpt_news .main-content {
  background-color: #96A7B7;
}

.single-cpt_news .main-content .inner {
  margin-bottom: 60px;
}

.single-cpt_news .main-content .content-element-klaarvoormorgen {
  background-color: white;
}

@media only screen and (max-width: 600px) {
  .main-content .container.single-container-product {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-content .inner {
  background-color: white;
}

.main-content .inner.pull-up {
  position: relative;
  margin-top: -120px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .main-content .inner.pull-up {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}

.single-cpt_themes .main-content .inner.pull-up {
  background-color: #173858;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#274e73+0,1c456c+51 */
  background: #274e73;
  /* Old browsers */
  background: -moz-linear-gradient(top, #274e73 0%, #1c456c 22%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #274e73 0%, #1c456c 22%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #274e73 0%, #1c456c 22%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#274e73', endColorstr='#1c456c', GradientType=0);
  /* IE6-9 */
}

.main-content .inner .meta-subtitle {
  text-align: center;
  font-size: 20px;
  font-family: ZemestroStd;
  font-weight: 300;
  color: #C4D0DD;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.single-cpt_news .single-blog .main-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c456c+0,96a7b7+52 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c456c+0,314f6b+30,96a7b7+60 */
  background: #1c456c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c456c 0%, #314f6b 30%, #96a7b7 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c456c 0%, #314f6b 30%, #96a7b7 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c456c 0%, #314f6b 30%, #96a7b7 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c456c', endColorstr='#96a7b7', GradientType=0);
  /* IE6-9 */
}

h1.title, .product-intro h1 {
  font-size: 45px;
  line-height: 1.1em;
  text-align: center;
  font-weight: normal;
  font-family: ZemestroStd;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  h1.title, .product-intro h1 {
    font-size: 30px;
  }
}

.single-cpt_diensten h1.title,
.single-cpt_markten h1.title, .single-cpt_diensten .product-intro h1,
.single-cpt_markten .product-intro h1 {
  color: #004A91;
}

.single-cpt_news h1.title,
.single-cpt_markt h1.title, .single-cpt_news .product-intro h1,
.single-cpt_markt .product-intro h1 {
  color: #004A91;
}

.single-cpt_news h1.title.blog,
.single-cpt_markt h1.title.blog, .single-cpt_news .product-intro h1.blog,
.single-cpt_markt .product-intro h1.blog {
  color: #e2007a;
}

.single-cpt_news h1.title,
.single-cpt_markt h1.title, .single-cpt_news .product-intro h1,
.single-cpt_markt .product-intro h1 {
  color: #004A91;
}

.single-cpt_news h1.title.blog,
.single-cpt_markt h1.title.blog, .single-cpt_news .product-intro h1.blog,
.single-cpt_markt .product-intro h1.blog {
  color: #e2007a;
}

.mixit-container-overtuigingen {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.social-share {
  display: block;
  width: 45px;
  margin-top: 200px;
  left: 30px;
  position: absolute;
  margin-left: 50px;
}

.social-share a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 9px;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  margin-bottom: 10px;
}

.social-share a i {
  color: white;
  font-size: 26px;
}

.main {
  position: relative;
  padding-top: 100px;
}

@media only screen and (max-width: 600px) {
  .main {
    padding-top: 60px;
  }
}

.main .return-button {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  max-width: none;
}

@media only screen and (max-width: 600px) {
  .main .return-button {
    display: none;
  }
}

.main .return-button div {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.main .return-button div a {
  font-family: ZemestroStd;
  color: white;
  font-size: 18px;
  padding-left: 11px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
}

.main .return-button div a i {
  font-size: 13px;
  margin-right: 7px;
  margin-top: -3px;
}

/* ----------------------------------------------------------------------------
	5. Modules
---------------------------------------------------------------------------- */
.listing-news-product {
  padding-bottom: 20px;
}

.listing-news-product article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .listing-news-product article {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .listing-news-product article {
    float: left;
    width: 33.3333333333%;
  }
}

.listing-news-product p {
  border-bottom: 1px solid #614853;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.25em;
  font-family: ZemestroStd;
  font-weight: 100;
  min-height: 82px;
}

.listing-news-product h3 {
  font-size: 2rem;
  line-height: 1.3em;
  margin-top: 0;
  text-transform: uppercase;
}

.listing-stories .article-block h3,
.listing-stories .article-block .company {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.listing-stories .article-block .company {
  margin-bottom: 20px;
}

.product-listing article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  clear: left;
}

@media (min-width: 768px) {
  .product-listing article {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product-listing article {
    float: left;
    width: 50%;
  }
}

.product-listing article .inner {
  margin-bottom: 30px;
}

.product-listing article .inner p {
  line-height: 1.2em;
  font-size: 20px;
}

.product-listing article .inner .button {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .product-listing article .inner .button {
    margin-bottom: 5px;
  }
}

.product-listing article .inner h3 {
  font-size: 30px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .product-listing article {
    width: auto;
    padding-right: 15px;
  }
}

.product-listing article:nth-child(even) {
  top: 150px;
  float: right;
  clear: right;
}

@media screen and (max-width: 768px) {
  .product-listing article:nth-child(even) {
    top: 0;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .product-listing .mix.module {
    display: block;
  }
}

.page-template-template-product-categorien .product-listing article:nth-child(even) {
  top: 0;
  float: right;
  clear: right;
}

.page-template-template-product-categorien .header-content {
  padding: 90px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .page-template-template-product-categorien .controls-container {
    margin-top: 0;
  }
}

.page-template-template-product-categorien .controls-container:before, .page-template-template-product-categorien .controls-container:after {
  display: none;
}

.page-template-template-product-categorien .controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto 40px auto;
}

.page-template-template-product-categorien .controls .control {
  margin-top: 25px;
}

.page-template-template-product-categorien .controls::before {
  display: none;
}

.page-template-template-product-categorien .controls button {
  display: block;
  background-color: #9FB1BF;
}

.page-template-template-product-categorien .controls button:hover {
  background-color: #7192AD;
}

.page-template-template-product-categorien .controls .mixitup-control-active:hover {
  background-color: #e2007a;
}

@media screen and (max-width: 600px) {
  .page-template-template-product-categorien .controls {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-template-product-categorien .controls {
    margin: 0 auto;
    top: 0;
    padding: 0;
    margin-bottom: 40px;
    justify-content: inherit;
  }
}

.product-listing article a.button.product {
  display: inline-block;
  width: auto;
  border-radius: 20px;
  margin-right: 10px;
  background-color: #e2007a;
  border: 0;
  margin-bottom: 10px;
  color: #fff;
}

.product-listing article a.button.product:hover {
  background-color: #c9006c;
}

.product-listing .mixit-container-product-categories article:nth-of-type(odd) {
  /*
			position:relative;
			top:110px;
			*/
}

.listing-advantages .listing-advantages-icon {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .listing-advantages .listing-advantages-icon {
    float: left;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .listing-advantages .listing-advantages-icon {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .listing-advantages .listing-advantages-icon {
    float: left;
    width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .listing-advantages .listing-advantages-icon {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (max-width: 600px) {
  .listing-advantages .listing-advantages-icon {
    margin-bottom: 0px;
  }
}

.listing-advantages .listing-advantages-icon .inner {
  width: 90px;
  height: 90px;
  background-color: #e2007a;
  border-radius: 100px;
  text-align: center;
  padding-top: 22px;
}

.listing-advantages .listing-advantages-icon .inner i {
  font-size: 4rem;
  color: #fff;
}

.listing-advantages .listing-advantages-content {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .listing-advantages .listing-advantages-content {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .listing-advantages .listing-advantages-content {
    float: left;
    width: 50%;
  }
}

.listing-advantages .listing-advantages-content .inner {
  padding-left: 20px;
  background-color: transparent;
}

.listing-advantages .listing-advantages-content .inner h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 5px;
}

.listing-advantages .listing-advantages-content .inner p {
  line-height: 2.2rem;
}

@media (min-width: 992px) {
  .single-cpt_joboffers .article-blocks.nice-grid .article-block:nth-child(1) {
    width: 33.33%;
  }
}

.single-cpt_joboffers .module.module__meerinfo {
  background: #fff;
}

.single-cpt_joboffers .job--grid {
  max-width: 920px;
  margin: 0 auto;
}

.single-cpt_joboffers .job--grid h3 {
  color: #374048;
}

.single-cpt_joboffers .job--grid article.article a:hover h3 {
  color: #374048;
}

.single-cpt_joboffers .job--grid article.article span.date {
  display: none;
}

.button.button--fix {
  background-color: #e2037a;
  color: #fff;
  width: auto;
  margin-top: 30px;
  font-size: 15px;
  text-align: left;
  padding-right: 14px;
  display: inline-block;
}

.button.button--fix i {
  margin-right: 15px;
  margin-left: 7px;
}

.button.button--fix:hover {
  background-color: #004382;
}

.module.module__meerinfo {
  background: none;
  padding-top: 82px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.module.module__meerinfo h2 {
  text-align: center;
}

.module.module__meerinfo .persona {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 860px) {
  .module.module__meerinfo .persona {
    flex-direction: column;
    margin: 0;
  }
}

.module.module__meerinfo .persona.open .wrapper__item:first-child .button {
  background-color: #e2037a;
  color: #fff;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.module.module__meerinfo .persona.open .wrapper__item:first-child .button i {
  margin-right: 15px;
  margin-left: 7px;
}

.module.module__meerinfo .persona.open .wrapper__item:first-child .button:hover {
  background-color: #004382;
}

.module.module__meerinfo .persona.open .persona__social {
  margin-top: 30px;
}

.module.module__meerinfo .persona .persona__wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

.module.module__meerinfo .persona .persona__wrapper span {
  display: block;
}

.module.module__meerinfo .persona .persona__wrapper .persona__profile {
  border-radius: 100px;
  margin-right: 30px;
  min-width: 100px;
  min-height: 100px;
}

.module.module__meerinfo .persona .persona__wrapper .persona__name {
  font-weight: bold;
}

.module.module__meerinfo .persona .persona__mobile {
  font-weight: bold;
}

.module.module__meerinfo .persona .persona__email {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 15px;
}

.module.module__meerinfo .persona .share {
  width: 100px;
  margin-right: 30px;
}

.module.module__meerinfo .persona .share .share__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.module.module__meerinfo .persona .persona__social {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 500px) {
  .module.module__meerinfo .persona .persona__social {
    flex-direction: column;
    align-items: initial;
    justify-content: flex-start;
  }
}

.module.module__meerinfo .persona .persona__social .persona__left__col a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module.module__meerinfo .persona .persona__social i {
  color: #c4d0dc;
  font-size: 30px;
}

@media (max-width: 500px) {
  .module.module__meerinfo .persona .persona__social span {
    display: block !important;
  }
}

.module.module__meerinfo .persona .wrapper__item {
  width: 50%;
  background-color: #eff0f2;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.module.module__meerinfo .persona .wrapper__item .button {
  margin-bottom: 0;
}

.module.module__meerinfo .persona .wrapper__item:first-child {
  margin-right: 20px;
}

.module.module__meerinfo .persona .wrapper__item:last-child {
  margin-left: 20px;
}

@media (max-width: 860px) {
  .module.module__meerinfo .persona .wrapper__item {
    width: 100%;
    padding: 15px;
  }
  .module.module__meerinfo .persona .wrapper__item:first-child {
    margin-right: 0;
  }
  .module.module__meerinfo .persona .wrapper__item:last-child {
    margin: 0;
    margin-top: 30px;
  }
}

.module.module__meerinfo .persona h4 {
  font-size: 34px;
  line-height: 1.15em;
  margin-top: 0;
}

.module.module__meerinfo .persona span.item__title {
  margin-top: 0;
  font-size: 35px;
  line-height: 1.15em;
}

.module.module__meerinfo .persona .button {
  margin-top: auto;
}

.module.module__meerinfo .persona .button:hover {
  background: #024a8e;
  border-color: #024a8e;
}

@media (max-width: 860px) {
  .module.module__meerinfo .persona .button {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------
	6. Elements
---------------------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #1c456c;
}

h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 25px;
  margin-top: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 4.4rem;
    line-height: 5.8rem;
  }
}

h1.page-title {
  color: #fff;
  font-size: 5rem;
  line-height: 6.2rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  h1.page-title {
    font-size: 4.4rem;
    line-height: 5.8rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #1c456c;
  font-family: "ZemestroStd", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}

h2 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 5rem;
  margin-bottom: 45px;
  margin-top: 0;
}

h2.white {
  color: #fff;
}

h2.center {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.news-content h1, .news-content h2, .news-content h3 {
  font-weight: 700;
  margin-bottom: 25px;
}

.news-content h1 {
  font-size: 3.6rem;
  line-height: 3.6rem;
}

@media only screen and (max-width: 600px) {
  .news-content h1 {
    font-size: 3.2rem;
    line-height: 2.5rem;
  }
}

.news-content h2 {
  font-size: 3.1rem;
  line-height: 3.6rem;
}

@media only screen and (max-width: 600px) {
  .news-content h2 {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
}

.news-content h3, .news-content h4, .news-content h5, .news-content h6 {
  font-size: 2.6rem;
  line-height: 3.6rem;
}

@media only screen and (max-width: 600px) {
  .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.9rem;
  line-height: 2rem;
}

h5 {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none !important;
}

a:focus, a:active {
  outline: none !important;
  text-decoration: none !important;
}

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

a h2, a h3, a h4, a h5, a h6 {
  transition: color 0.2s ease;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #1c456c;
  margin-bottom: 25px;
}

blockquote {
  margin-bottom: 40px;
}

blockquote p {
  font-family: "ZemestroStd", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-size: 2.4rem;
  line-height: 3.4rem;
}

ol li,
ul li {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  color: #1c456c;
}

.cms-content h2 {
  color: #004a91;
  font-family: ZemestroStd;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: .4em;
}

.quote {
  max-width: 780px;
  margin: 90px auto;
  display: flex;
}

@media (max-width: 860px) {
  .quote {
    padding: 0 15px;
    margin: 40px auto;
  }
}

@media (max-width: 770px) {
  .quote {
    flex-direction: column;
  }
}

.quote .left__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.quote .quote__content {
  font-size: 45px;
  text-transform: uppercase;
  color: #004a91;
  line-height: 1em;
  display: block;
  padding-top: 37px;
}

.quote .quote__person {
  font-size: 19px;
  font-style: italic;
  display: block;
  color: #004a91;
  margin: 30px 0 40px 0;
  font-weight: 600;
}

.quote .quote__profile {
  margin-left: 55px;
  width: 360px;
  height: 360px;
}

@media (max-width: 770px) {
  .quote .quote__profile {
    display: none;
  }
}

.quote .quote__profile__image {
  border-radius: 500px;
}

.quote .button {
  border-color: #0c4d8f !important;
  color: #0c4d8f !important;
  width: auto;
  padding: 12px 30px 10px 30px !important;
  align-self: flex-start;
}

.quote .button:hover {
  background: #0c4d8f !important;
  color: #fff !important;
}

.button,
.gform_button.button {
  font-weight: normal;
  border-radius: 0;
  position: relative;
  text-align: center;
  border: 1px solid #e2007a;
  background-color: transparent;
  display: inline-block;
  padding: 12px 10px 10px 10px;
  color: #e2007a;
  font-size: 1.8rem;
  line-height: 2.1rem;
  transition: all 0.2s ease;
  text-transform: uppercase;
  width: 280px;
  font-family: ZemestroStd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

.button + .button,
.gform_button.button + .button {
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .button,
  .gform_button.button {
    width: inherit;
  }
}

.button:hover,
.gform_button.button:hover {
  background-color: #c9006c;
  color: #fff;
}

.button:last-child, .button.primary,
.gform_button.button:last-child,
.gform_button.button.primary {
  background-color: #e2007a;
  color: #fff;
}

.button:last-child:hover, .button.primary:hover,
.gform_button.button:last-child:hover,
.gform_button.button.primary:hover {
  color: #fff;
  background-color: #c9006c;
}

.button.small,
.gform_button.button.small {
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 4rem;
  width: auto;
}

.button span,
.gform_button.button span {
  font-size: 2rem;
  position: relative;
  bottom: -4px;
  margin-right: 10px;
}

.button.alt,
.gform_button.button.alt {
  background-color: transparent;
  color: #e2007a;
  border: 1px solid #e2007a;
}

.button.alt:hover,
.gform_button.button.alt:hover {
  background-color: #e2007a;
  color: #fff;
}

.button.white,
.gform_button.button.white {
  background-color: #fff;
  color: #c28fa5;
  border: none;
}

.button.white:hover,
.gform_button.button.white:hover {
  background-color: #e2007a;
  color: #fff;
}

.button.lined,
.gform_button.button.lined {
  border: 1px solid #fff !important;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
}

.button.lined:hover,
.gform_button.button.lined:hover {
  background-color: #fff;
  color: #e2007a;
}

.button.lined.primary,
.gform_button.button.lined.primary {
  border: 1px solid #e2007a !important;
  color: #e2007a;
}

.button.lined.primary:hover,
.gform_button.button.lined.primary:hover {
  color: #fff;
  background-color: #e2007a;
}

.button.product,
.gform_button.button.product {
  width: auto;
  display: inline-block;
  border-radius: 20px;
  margin-right: 10px;
  background-color: #e2007a;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 17px;
  padding-right: 17px;
  /*
		LUKE
		*/
}

.button.product:hover,
.gform_button.button.product:hover {
  background-color: #c9006c;
}

@media screen and (max-width: 700px) {
  .button.product,
  .gform_button.button.product {
    margin: 10px 10px 0 0;
  }
}

.button-center {
  padding-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .button-center {
    padding-top: 35px;
  }
}

.button-container {
  padding-top: 60px;
  text-align: center;
}

.button-container .button {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 990px) {
  .button-container .button {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .button-container {
    width: 97%;
  }
}

@media only screen and (max-width: 600px) {
  .button-container {
    padding-top: 35px;
  }
}

.gform_validation_container {
  display: none !important;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  color: #374048;
}

.gform_wrapper .chosen-container, .gform_wrapper select {
  background-color: #F4F6F8;
}

.gform_wrapper label {
  font-weight: normal;
}

.gform_wrapper .gform_footer {
  padding-top: 0;
}

@media (max-width: 767px) {
  .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 20px 0 0 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .gform_wrapper .gform_footer .button {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.gform_wrapper b {
  background-position: 0% center;
  background-image: url("assets/images/icons/select-dropdown.png");
  background-repeat: no-repeat;
}

.gform_wrapper .validation_error {
  border: 0 !important;
  padding: 10px 20px !important;
  margin: 0 0 20px 0 !important;
  background-color: #e2007a;
  color: #fff !important;
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
  font-weight: 400 !important;
  display: inline-block !important;
  width: auto !important;
}

.gform_wrapper .gform_fields {
  padding-left: 0;
  margin-right: -10px;
}

.gform_wrapper .gform_fields:before, .gform_wrapper .gform_fields:after {
  content: "";
  display: table;
}

.gform_wrapper .gform_fields:after {
  clear: both;
}

.gform_wrapper .gfield {
  width: auto;
  max-width: 100% !important;
  margin-bottom: 10px;
  text-align: left;
  list-style: none;
  position: relative;
  padding-right: 10px;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .gform_wrapper .gfield {
    margin-bottom: 20px !important;
  }
}

.gform_wrapper .gfield label {
  display: block;
  margin: 0;
}

.gform_wrapper .gfield label .gfield_required {
  position: absolute;
  top: 0px;
  right: 15px;
}

.gform_wrapper .gfield select {
  width: 100%;
}

.gform_wrapper .gfield .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 992px) {
  .gform_wrapper .gfield.width0 {
    width: 0%;
  }
  .gform_wrapper .gfield.width1 {
    width: 1%;
  }
  .gform_wrapper .gfield.width2 {
    width: 2%;
  }
  .gform_wrapper .gfield.width3 {
    width: 3%;
  }
  .gform_wrapper .gfield.width4 {
    width: 4%;
  }
  .gform_wrapper .gfield.width5 {
    width: 5%;
  }
  .gform_wrapper .gfield.width6 {
    width: 6%;
  }
  .gform_wrapper .gfield.width7 {
    width: 7%;
  }
  .gform_wrapper .gfield.width8 {
    width: 8%;
  }
  .gform_wrapper .gfield.width9 {
    width: 9%;
  }
  .gform_wrapper .gfield.width10 {
    width: 10%;
  }
  .gform_wrapper .gfield.width11 {
    width: 11%;
  }
  .gform_wrapper .gfield.width12 {
    width: 12%;
  }
  .gform_wrapper .gfield.width13 {
    width: 13%;
  }
  .gform_wrapper .gfield.width14 {
    width: 14%;
  }
  .gform_wrapper .gfield.width15 {
    width: 15%;
  }
  .gform_wrapper .gfield.width16 {
    width: 16%;
  }
  .gform_wrapper .gfield.width17 {
    width: 17%;
  }
  .gform_wrapper .gfield.width18 {
    width: 18%;
  }
  .gform_wrapper .gfield.width19 {
    width: 19%;
  }
  .gform_wrapper .gfield.width20 {
    width: 20%;
  }
  .gform_wrapper .gfield.width21 {
    width: 21%;
  }
  .gform_wrapper .gfield.width22 {
    width: 22%;
  }
  .gform_wrapper .gfield.width23 {
    width: 23%;
  }
  .gform_wrapper .gfield.width24 {
    width: 24%;
  }
  .gform_wrapper .gfield.width25 {
    width: 25%;
  }
  .gform_wrapper .gfield.width26 {
    width: 26%;
  }
  .gform_wrapper .gfield.width27 {
    width: 27%;
  }
  .gform_wrapper .gfield.width28 {
    width: 28%;
  }
  .gform_wrapper .gfield.width29 {
    width: 29%;
  }
  .gform_wrapper .gfield.width30 {
    width: 30%;
  }
  .gform_wrapper .gfield.width31 {
    width: 31%;
  }
  .gform_wrapper .gfield.width32 {
    width: 32%;
  }
  .gform_wrapper .gfield.width33 {
    width: 33%;
  }
  .gform_wrapper .gfield.width34 {
    width: 34%;
  }
  .gform_wrapper .gfield.width35 {
    width: 35%;
  }
  .gform_wrapper .gfield.width36 {
    width: 36%;
  }
  .gform_wrapper .gfield.width37 {
    width: 37%;
  }
  .gform_wrapper .gfield.width38 {
    width: 38%;
  }
  .gform_wrapper .gfield.width39 {
    width: 39%;
  }
  .gform_wrapper .gfield.width40 {
    width: 40%;
  }
  .gform_wrapper .gfield.width41 {
    width: 41%;
  }
  .gform_wrapper .gfield.width42 {
    width: 42%;
  }
  .gform_wrapper .gfield.width43 {
    width: 43%;
  }
  .gform_wrapper .gfield.width44 {
    width: 44%;
  }
  .gform_wrapper .gfield.width45 {
    width: 45%;
  }
  .gform_wrapper .gfield.width46 {
    width: 46%;
  }
  .gform_wrapper .gfield.width47 {
    width: 47%;
  }
  .gform_wrapper .gfield.width48 {
    width: 48%;
  }
  .gform_wrapper .gfield.width49 {
    width: 49%;
  }
  .gform_wrapper .gfield.width50 {
    width: 50%;
  }
  .gform_wrapper .gfield.width51 {
    width: 51%;
  }
  .gform_wrapper .gfield.width52 {
    width: 52%;
  }
  .gform_wrapper .gfield.width53 {
    width: 53%;
  }
  .gform_wrapper .gfield.width54 {
    width: 54%;
  }
  .gform_wrapper .gfield.width55 {
    width: 55%;
  }
  .gform_wrapper .gfield.width56 {
    width: 56%;
  }
  .gform_wrapper .gfield.width57 {
    width: 57%;
  }
  .gform_wrapper .gfield.width58 {
    width: 58%;
  }
  .gform_wrapper .gfield.width59 {
    width: 59%;
  }
  .gform_wrapper .gfield.width60 {
    width: 60%;
  }
  .gform_wrapper .gfield.width61 {
    width: 61%;
  }
  .gform_wrapper .gfield.width62 {
    width: 62%;
  }
  .gform_wrapper .gfield.width63 {
    width: 63%;
  }
  .gform_wrapper .gfield.width64 {
    width: 64%;
  }
  .gform_wrapper .gfield.width65 {
    width: 65%;
  }
  .gform_wrapper .gfield.width66 {
    width: 66%;
  }
  .gform_wrapper .gfield.width67 {
    width: 67%;
  }
  .gform_wrapper .gfield.width68 {
    width: 68%;
  }
  .gform_wrapper .gfield.width69 {
    width: 69%;
  }
  .gform_wrapper .gfield.width70 {
    width: 70%;
  }
  .gform_wrapper .gfield.width71 {
    width: 71%;
  }
  .gform_wrapper .gfield.width72 {
    width: 72%;
  }
  .gform_wrapper .gfield.width73 {
    width: 73%;
  }
  .gform_wrapper .gfield.width74 {
    width: 74%;
  }
  .gform_wrapper .gfield.width75 {
    width: 75%;
  }
  .gform_wrapper .gfield.width76 {
    width: 76%;
  }
  .gform_wrapper .gfield.width77 {
    width: 77%;
  }
  .gform_wrapper .gfield.width78 {
    width: 78%;
  }
  .gform_wrapper .gfield.width79 {
    width: 79%;
  }
  .gform_wrapper .gfield.width80 {
    width: 80%;
  }
  .gform_wrapper .gfield.width81 {
    width: 81%;
  }
  .gform_wrapper .gfield.width82 {
    width: 82%;
  }
  .gform_wrapper .gfield.width83 {
    width: 83%;
  }
  .gform_wrapper .gfield.width84 {
    width: 84%;
  }
  .gform_wrapper .gfield.width85 {
    width: 85%;
  }
  .gform_wrapper .gfield.width86 {
    width: 86%;
  }
  .gform_wrapper .gfield.width87 {
    width: 87%;
  }
  .gform_wrapper .gfield.width88 {
    width: 88%;
  }
  .gform_wrapper .gfield.width89 {
    width: 89%;
  }
  .gform_wrapper .gfield.width90 {
    width: 90%;
  }
  .gform_wrapper .gfield.width91 {
    width: 91%;
  }
  .gform_wrapper .gfield.width92 {
    width: 92%;
  }
  .gform_wrapper .gfield.width93 {
    width: 93%;
  }
  .gform_wrapper .gfield.width94 {
    width: 94%;
  }
  .gform_wrapper .gfield.width95 {
    width: 95%;
  }
  .gform_wrapper .gfield.width96 {
    width: 96%;
  }
  .gform_wrapper .gfield.width97 {
    width: 97%;
  }
  .gform_wrapper .gfield.width98 {
    width: 98%;
  }
  .gform_wrapper .gfield.width99 {
    width: 99%;
  }
  .gform_wrapper .gfield.width100 {
    width: 100%;
  }
}

.gform_wrapper .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
  outline: none !important;
  background-color: #F4F6F8;
  color: #374048;
  display: block;
  padding: 12px;
  font-weight: 100;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  border: 0;
}

.gform_wrapper .gfield input::-webkit-input-placeholder,
.gform_wrapper .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gfield select::-webkit-input-placeholder {
  color: #637382;
  font-size: 18px;
  line-height: 1.2em;
}

.gform_wrapper .gfield input:-moz-placeholder,
.gform_wrapper .gfield textarea:-moz-placeholder,
.gform_wrapper .gfield select:-moz-placeholder {
  /* Firefox 18- */
  color: #637382;
  font-size: 18px;
  line-height: 1.2em;
}

.gform_wrapper .gfield input::-moz-placeholder,
.gform_wrapper .gfield textarea::-moz-placeholder,
.gform_wrapper .gfield select::-moz-placeholder {
  /* Firefox 19+ */
  color: #637382;
  font-size: 18px;
  line-height: 1.2em;
}

.gform_wrapper .gfield input:-ms-input-placeholder,
.gform_wrapper .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gfield select:-ms-input-placeholder {
  color: #637382;
  font-size: 18px;
  line-height: 1.2em;
}

.gform_wrapper .gfield input[type='radio'], .gform_wrapper .gfield input[type='checkbox'],
.gform_wrapper .gfield textarea[type='radio'],
.gform_wrapper .gfield textarea[type='checkbox'],
.gform_wrapper .gfield select[type='radio'],
.gform_wrapper .gfield select[type='checkbox'] {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  height: 0;
  width: 0;
}

.gform_wrapper .gfield input:focus, .gform_wrapper .gfield input.active,
.gform_wrapper .gfield textarea:focus,
.gform_wrapper .gfield textarea.active,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield select.active {
  outline: none !important;
}

.gform_wrapper .gfield .chosen-container, .gform_wrapper .gfield input, .gform_wrapper .gfield textarea, .gform_wrapper .gfield select {
  padding-left: 20px;
}

.gform_wrapper .gfield .chosen-container {
  font-size: 18px;
  line-height: 1.2em;
}

.gform_wrapper .gfield .chosen-container > a {
  padding-top: 12px;
}

.gform_wrapper .gfield .chosen-drop {
  background-color: #F4F6F8;
  color: #374048;
}

.gform_wrapper .gfield .chosen-drop a, .gform_wrapper .gfield .chosen-drop li {
  color: #374048;
}

.gform_wrapper .gfield .chosen-drop a:hover, .gform_wrapper .gfield .chosen-drop li:hover {
  color: #374048;
}

.gform_wrapper .gfield .chosen-drop .gf_placeholder {
  color: #e6e6e6;
  display: none;
}

.gform_wrapper .gfield .gfield_radio li, .gform_wrapper .gfield .gfield_checkbox li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.gform_wrapper .gfield .gfield_radio li a, .gform_wrapper .gfield .gfield_checkbox li a {
  text-decoration: underline;
}

.gform_wrapper .gfield .gfield_radio li a:hover, .gform_wrapper .gfield .gfield_checkbox li a:hover {
  color: #e2007a;
}

.gform_wrapper .gfield .gfield_radio li label, .gform_wrapper .gfield .gfield_checkbox li label {
  position: relative;
}

.gform_wrapper .gfield .gfield_radio li label:before, .gform_wrapper .gfield .gfield_radio li label:after, .gform_wrapper .gfield .gfield_checkbox li label:before, .gform_wrapper .gfield .gfield_checkbox li label:after {
  content: "";
  display: none;
  left: 0;
  top: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  float: left;
  margin-top: 7px;
  margin-right: 14px;
  border-radius: 999px;
}

.gform_wrapper .gfield .gfield_radio li label:before, .gform_wrapper .gfield .gfield_checkbox li label:before {
  display: block;
}

.gform_wrapper .gfield .gfield_radio li label:after, .gform_wrapper .gfield .gfield_checkbox li label:after {
  background-color: white;
  position: absolute;
}

.gform_wrapper .gfield .gfield_radio li input:checked + label:after, .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after {
  display: block;
}

.gform_wrapper .gfield .gfield_checkbox label {
  display: block;
  font-weight: 300;
  margin-bottom: 30px;
}

.gform_wrapper .gfield .gfield_description {
  font-style: italic;
  display: block;
  background: none #ffc9e6;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.gform_wrapper .gfield.upload_field {
  padding: 20px 0;
}

.gform_wrapper .gfield.upload_field label {
  display: block;
}

.gform_wrapper .gfield.gfield_error, .gform_wrapper .gfield.gfield_error.gfield_contains_required {
  background: none;
  border: 0;
  padding: 0;
  position: relative;
}

.gform_wrapper .gfield.gfield_error .validation_message, .gform_wrapper .gfield.gfield_error.gfield_contains_required .validation_message {
  background-color: #e2007a;
  color: #fff;
  padding: 10px;
  /*
                margin-top: 0;
                font-weight: 300;
                position: absolute;
                width: auto;
                top: 50%;
                right: 20px;
                transform: translate(0, -50%);

                padding: 7px 15px 6px 15px !important;
                height: 25px;
                border-radius: 0;

                display: inline-block;
                font-size: 1.2rem;
                font-weight: 400;
                line-height: 1.2rem;
                text-transform: uppercase;
                */
}

.gform_wrapper .gfield.textarea label {
  padding-bottom: 99px;
}

@media (max-width: 767px) {
  .gform_wrapper .gfield.textarea label {
    padding-bottom: 0;
  }
}

.gform_wrapper input[type='submit'] {
  float: right;
  background-color: #e2007a;
  color: white;
  font-family: ZemestroStd;
}

.gform_confirmation_message {
  border: 0;
  padding: 20px 30px;
  margin: 0 0 20px 0;
  background-color: #e2007a;
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  text-align: center;
  font-family: "ZemestroStd", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.form b {
  background-position: 0% center;
  background-image: url("assets/images/icons/select-dropdown.png");
  background-repeat: no-repeat;
}

.form__grey .gform_wrapper input:not([type='submit']), .form__grey .gform_wrapper textarea, .form__grey .gform_wrapper .chosen-container, .form__grey .gform_wrapper select {
  background-color: #F4F6F8;
  color: #374048;
}

.form__grey .gform_wrapper input:not([type='submit'])::-webkit-input-placeholder, .form__grey .gform_wrapper textarea::-webkit-input-placeholder, .form__grey .gform_wrapper .chosen-container::-webkit-input-placeholder, .form__grey .gform_wrapper select::-webkit-input-placeholder {
  color: #637382;
}

.form__grey .gform_wrapper input:not([type='submit']):-moz-placeholder, .form__grey .gform_wrapper textarea:-moz-placeholder, .form__grey .gform_wrapper .chosen-container:-moz-placeholder, .form__grey .gform_wrapper select:-moz-placeholder {
  /* Firefox 18- */
  color: #637382;
}

.form__grey .gform_wrapper input:not([type='submit'])::-moz-placeholder, .form__grey .gform_wrapper textarea::-moz-placeholder, .form__grey .gform_wrapper .chosen-container::-moz-placeholder, .form__grey .gform_wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: #637382;
}

.form__grey .gform_wrapper input:not([type='submit']):-ms-input-placeholder, .form__grey .gform_wrapper textarea:-ms-input-placeholder, .form__grey .gform_wrapper .chosen-container:-ms-input-placeholder, .form__grey .gform_wrapper select:-ms-input-placeholder {
  color: #637382;
}

.form__grey .gform_wrapper .chosen-drop {
  background-color: #F4F6F8;
  color: #374048;
}

.form__grey .gform_wrapper .chosen-drop a, .form__grey .gform_wrapper .chosen-drop li {
  color: #374048;
}

.form__grey .gform_wrapper .chosen-drop a:hover, .form__grey .gform_wrapper .chosen-drop li:hover {
  color: #374048;
}

.form__grey .gform_wrapper .chosen-drop .gf_placeholder {
  color: #e6e6e6;
  display: none;
}

.form__grey .gform_wrapper input[type='submit'] {
  float: right;
  background-color: #e2007a;
  color: white;
  font-family: ZemestroStd;
}

.form__grey .gform_wrapper select {
  background-position: 90% center;
  background-image: url("assets/images/icons/select-dropdown.png");
  background-repeat: no-repeat;
}

.form__pink .gform_wrapper input:not([type='submit']), .form__pink .gform_wrapper textarea, .form__pink .gform_wrapper .chosen-container, .form__pink .gform_wrapper select {
  background-color: rgba(226, 0, 122, 0.5);
  color: white;
}

.form__pink .gform_wrapper input:not([type='submit'])::-webkit-input-placeholder, .form__pink .gform_wrapper textarea::-webkit-input-placeholder, .form__pink .gform_wrapper .chosen-container::-webkit-input-placeholder, .form__pink .gform_wrapper select::-webkit-input-placeholder {
  color: white;
}

.form__pink .gform_wrapper input:not([type='submit']):-moz-placeholder, .form__pink .gform_wrapper textarea:-moz-placeholder, .form__pink .gform_wrapper .chosen-container:-moz-placeholder, .form__pink .gform_wrapper select:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.form__pink .gform_wrapper input:not([type='submit'])::-moz-placeholder, .form__pink .gform_wrapper textarea::-moz-placeholder, .form__pink .gform_wrapper .chosen-container::-moz-placeholder, .form__pink .gform_wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.form__pink .gform_wrapper input:not([type='submit']):-ms-input-placeholder, .form__pink .gform_wrapper textarea:-ms-input-placeholder, .form__pink .gform_wrapper .chosen-container:-ms-input-placeholder, .form__pink .gform_wrapper select:-ms-input-placeholder {
  color: white;
}

.form__pink .gform_wrapper .gfield_label {
  color: white;
}

.form__pink .gform_wrapper label {
  color: white;
}

.form__pink .gform_wrapper input[type='submit'] {
  float: right;
  background-color: white;
  color: #e2007a;
  font-weight: normal;
  font-family: ZemestroStd;
}

.form__pink .gform_wrapper a {
  color: white;
}

.form__pink .gform_wrapper .chosen-drop {
  background-color: #e2007a;
  color: white;
}

.form__pink .gform_wrapper .chosen-drop a, .form__pink .gform_wrapper .chosen-drop li {
  color: white;
}

.form__pink .gform_wrapper .chosen-drop .gf_placeholder {
  color: #e6e6e6;
  display: none;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox, .form__newsletter .gform_wrapper .gfield .gfield_checkbox {
  padding-left: 0;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
  cursor: pointer;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li label, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li label {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  background-color: #004A91;
  border-radius: 9999px;
  padding-left: 10px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li label:before, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li label:before {
  background-color: White;
}

@media only screen and (max-width: 600px) {
  .form__themaupdate .gform_wrapper .gfield .gfield_checkbox li label, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li label {
    font-size: 15px;
  }
  .form__themaupdate .gform_wrapper .gfield .gfield_checkbox li label:before, .form__themaupdate .gform_wrapper .gfield .gfield_checkbox li label:after, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li label:before, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li label:after {
    margin-top: 10px;
  }
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li input:checked + label, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li input:checked + label {
  background-color: #89DEB2;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after {
  background-color: #e2007a;
  left: 10px;
  top: 6px;
}

.form__themaupdate input[type='submit'], .form__newsletter input[type='submit'] {
  float: right;
  background-color: #e2007a;
  color: white;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li label:before, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li label:before {
  width: 21px;
  height: 21px;
  top: -5px;
}

.form__themaupdate .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after, .form__newsletter .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after {
  border: 0;
  background-color: transparent;
  width: 25px;
  height: 20px;
  background-image: url("assets/images/icons/check.png");
  background-size: contain;
  left: 10px;
  top: 0;
}

@media only screen and (min-width: 992px) {
  .form__contact textarea {
    height: 265px;
  }
}

@media only screen and (min-width: 992px) {
  .form__contact #gform_fields_1 .gfield {
    padding-right: 0;
  }
  .form__contact #gform_fields_1 .gfield.width28 {
    padding-right: 10px;
  }
  .form__contact #gform_fields_1 .gfield.width45 {
    padding-left: 10px;
  }
  .form__contact #gform_fields_1 .gfield.width55 .highlighted {
    color: #FFFFFF;
  }
  .form__contact #gform_fields_1 .gfield.width55 .chosen-container, .form__contact #gform_fields_1 .gfield.width55 .chosen-drop {
    background-color: #1c456c;
  }
}

.form__contact #field_1_6 {
  font-size: 18px;
  padding-top: 10px;
}

.form__contact #field_1_6 .ginput_container, .form__contact #field_1_6 .gfield_label {
  display: inline-block;
  width: auto;
  position: relative;
}

.form__contact #field_1_6 .ginput_container .gfield_required, .form__contact #field_1_6 .gfield_label .gfield_required {
  right: -10px;
}

.form__contact .gfield .gfield_radio li label {
  font-size: 19px;
}

.form__contact .gform_footer {
  position: relative;
  top: -50px;
}

@media only screen and (max-width: 600px) {
  .form__contact .gform_footer {
    top: -14px;
    margin-top: 0;
  }
}

.form__contact b {
  background-position: 0% center;
  background-image: url("assets/images/icons/select-dropdown-white.png");
  background-repeat: no-repeat;
}

.form__contact #gform_fields_1, .form__contact #gform_fields_2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .form__contact #gform_fields_1, .form__contact #gform_fields_2 {
    width: 50%;
  }
  .form__contact #gform_fields_1 {
    float: left;
  }
  .form__contact #gform_fields_2 {
    float: right;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .form__contact input[type='submit'] {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.gform_validation_container {
  display: none !important;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox,
.page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox {
  padding-left: 0;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li,
.page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
  cursor: pointer;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li label,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li label,
.page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li label {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  background-color: #004A91;
  border-radius: 9999px;
  padding-left: 10px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li label:before,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li label:before,
.page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li label:before {
  background-color: White;
}

@media only screen and (max-width: 600px) {
  .page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li label,
  .page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li label,
  .page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li label {
    font-size: 15px;
  }
  .page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li label:before, .page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li label:after,
  .page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li label:before,
  .page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li label:after,
  .page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li label:before,
  .page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li label:after {
    margin-top: 10px;
  }
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li input:checked + label,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li input:checked + label,
.page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li input:checked + label {
  background-color: #89DEB2;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after,
.page-template-template-aanmelden-nieuwsbrief .gform_wrapper .gfield .gfield_checkbox li input:checked + label:after {
  border: 0;
  background-color: transparent;
  width: 25px;
  height: 20px;
  background-image: url("assets/images/icons/check.png");
  background-size: contain;
  left: 10px;
  top: 3px;
}

.page-template-template-gegevens-wijzigen .gfield_html b {
  background-image: none !important;
  color: #1C456C !important;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1C456C;
  font-family: "ZemestroStd", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.page-template-template-gegevens-wijzigen .gfield_html p {
  color: #1C456C;
  margin-bottom: 10px;
}

.page-template-template-gegevens-wijzigen .gfield_checkbox {
  padding: 0 !important;
}

.page-template-template-gegevens-wijzigen .gfield_checkbox {
  padding: 0 !important;
}

.page-template-template-gegevens-wijzigen .form__contact .gform_footer {
  top: 0;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_radio li label:before,
.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_radio li label:after {
  border: 1px solid #1C456C !important;
  margin-top: 5px !important;
}

.page-template-template-gegevens-wijzigen .gform_wrapper .gfield .gfield_radio li label:after {
  background-color: #1C456C !important;
}

.page-template-template-nieuwsbrief-uitschrijven .gfield_html b {
  background-image: none !important;
  color: #1C456C !important;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1C456C;
  font-family: "ZemestroStd", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.page-template-template-nieuwsbrief-uitschrijven .gfield_html p {
  color: #1C456C;
}

.page-template-template-nieuwsbrief-uitschrijven .gfield_checkbox {
  padding: 0 !important;
}

.page-template-template-nieuwsbrief-uitschrijven .gfield_radio {
  padding: 0 !important;
}

.page-template-template-nieuwsbrief-uitschrijven .form__contact .gform_footer {
  top: 0;
}

.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield label .gfield_required {
  right: inherit;
}

.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_radio li label:before,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_radio li label:after {
  border: 1px solid #1C456C !important;
  margin-top: 5px !important;
}

.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_radio li label:after,
.page-template-template-nieuwsbrief-uitschrijven .gform_wrapper .gfield .gfield_radio li label:after,
.page-id-15861 .gform_wrapper .gfield .gfield_radio li label:after,
.page-id-17730 .gform_wrapper .gfield .gfield_radio li label:after {
  background-color: #1C456C !important;
}

.page-id-15861 h1.title {
  display: none;
}

.page-template-template-nieuwsbrief-uitschrijven .gfield_radio,
.page-template-template-gegevens-wijzigen .gfield_radio {
  display: flex;
  flex-direction: column;
}

.chosen-focus-input {
  display: none !important;
}

#gform_confirmation_message_41,
#gform_confirmation_message_42,
#gform_confirmation_message_4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: inherit;
  background-color: inherit;
  font-size: 20px;
}

.px__header {
  position: relative;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 920px) {
  .px__header {
    height: auto;
    padding: 40px 0;
  }
}

.px__header .header--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
}

@media (max-width: 920px) {
  .px__header .header--bg {
    height: 100% !important;
  }
}

.px__header .header__title h1 {
  position: relative;
  font-size: 75px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  text-align: center;
  max-width: 920px;
}

@media (max-width: 920px) {
  .px__header .header__title h1 {
    font-size: 45px;
    padding: 0 20px;
  }
}

.px__header .header__search {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 920px/2);
  background: #e2007a;
  padding: 20px;
  border-radius: 5px;
  width: 920px;
}

@media (max-width: 920px) {
  .px__header .header__search {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
  }
}

.px__header .header__search h2 {
  line-height: 1em;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.px__header .header__search .button {
  border: 1px solid white;
  width: auto;
  margin-top: 20px;
  float: right;
}

.px__header .header__search .button:hover {
  background: #024a8e;
  border-color: #024a8e;
}

.px__header .header__search .input__wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 920px) {
  .px__header .header__search .input__wrapper {
    flex-direction: column;
  }
}

.px__header .header__search .input__wrapper .gform_fields {
  display: flex;
}

.px__header .header__search .input__wrapper form {
  display: flex;
  flex-direction: column;
}

.px__header .header__search .input__wrapper .input {
  height: 45px;
  margin-right: 10px;
  box-shadow: 2px 2px 1px 1px #b40864;
  border-radius: 5px;
  background: #fff;
  position: relative;
  flex-grow: 1;
  width: 25%;
}

.px__header .header__search .input__wrapper .input:last-child {
  margin-right: 0;
}

.px__header .header__search .input__wrapper .input:after {
  content: '\f078';
  font-family: 'FontAwesome';
  color: #384048;
  -webkit-text-stroke: 1px #fff;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 28px/2);
}

@media (max-width: 920px) {
  .px__header .header__search .input__wrapper .input {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.px__header .header__search .input__wrapper select {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

.px__header .header__search .input__wrapper select::-ms-expand {
  display: none;
}

.px__header .header__search .input__wrapper .gfield_label {
  display: none;
}

.px__header .header__search .input__wrapper .button {
  margin-top: 10px;
  align-self: flex-end;
}

@media (max-width: 920px) {
  .px__header .header__search .input__wrapper .button {
    margin-top: 10px;
    align-self: flex-start;
  }
}

.hamburger {
  position: relative;
  display: inline-block;
  z-index: 20;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  cursor: pointer;
  height: 24px;
  width: 30px;
  padding: 15px 10px 0 10px;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #004a91;
  border-radius: 9px;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out, background-color 1.6s ease-in-out;
  -moz-transition: all .25s ease-in-out, background-color 1.6s ease-in-out;
  -o-transition: all .25s ease-in-out, background-color 1.6s ease-in-out;
  transition: all .25s ease-in-out, background-color 1.6s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 3px;
  width: 20px;
}

.hamburger span:nth-child(2) {
  top: 9px;
  width: 20px;
}

.hamburger span:nth-child(3) {
  top: 15px;
  width: 20px;
}

.hamburger.open-mobile-nav span {
  background: #fff;
  -webkit-transition: all .25s ease-in-out, background-color 1.2s ease-in-out;
  -moz-transition: all .25s ease-in-out, background-color 1.2s ease-in-out;
  -o-transition: all .25s ease-in-out, background-color 1.2s ease-in-out;
  transition: all .25s ease-in-out, background-color 1.2s ease-in-out;
}

.hamburger.open-mobile-nav span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.open-mobile-nav span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger.open-mobile-nav span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.module {
  padding: 90px 0;
}

.module.module-small {
  padding: 50px 0;
}

.module.module-smallest {
  padding: 30px 0;
}

.module.npt {
  padding-top: 0;
}

.module.npb {
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .module {
    padding: 35px 0;
  }
}

.module-overtuigingen h2 {
  margin-bottom: 0;
}

.module-overtuigingen .filters-mixit {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-title h1 {
  font-size: 7rem;
  line-height: 7.6rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .page-title h1 {
    font-size: 22px;
    line-height: 1.1em;
  }
}

a {
  color: inherit;
  transition: color 0.2s ease;
}

a:hover {
  color: inherit;
}

.centered {
  text-align: center;
}

.relative {
  position: relative;
}

.section-bullet {
  display: block;
  width: 120px;
  height: 120px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 9999px;
  position: absolute;
  left: 15px;
  top: 0;
  font-weight: normal;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: ZemestroStd;
}

@media only screen and (max-width: 600px) {
  .section-bullet {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}

.section-bullet span {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-bullet-position-right {
  left: auto;
  right: 15px;
}

.purple-dots-bg {
  background-image: url(assets/images/backgrounds/pink-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50%;
}

.absolute-top {
  position: relative;
  top: -210px;
}

#wp-admin-bar-new_draft {
  display: none !important;
}

#producten h2 {
  margin-bottom: 30px;
}

#producten .centered.module.module-small {
  padding-bottom: 0;
}

#producten .filters-mixit .control:nth-child(2),
#producten .filters-mixit .control:nth-child(3) {
  margin-top: 0;
}

#producten .filters-mixit {
  margin-bottom: 0;
}

#acy-container {
  padding-bottom: 0;
}

.redenen-section {
  padding-top: 60px;
  background: #f3f4f6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f3f4f6, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f3f4f6, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f3f4f6, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f3f4f6, white);
  /* Standard syntax */
}

.reden__carousel__wrapper {
  padding: 60px 0;
  background: #e2007a;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}

.reden__carousel__wrapper .owl-dots {
  display: none;
}

.reden__carousel__wrapper .custom__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reden__carousel__wrapper .custom__nav .owl-next, .reden__carousel__wrapper .custom__nav .owl-prev {
  position: absolute;
  top: calc(50% - 90px/2);
  color: #f0c1db;
  width: 90px;
  height: 90px;
  background: #c90773;
  border-radius: 200px;
  font-size: 40px;
  -webkit-text-stroke: 6px #c90773;
  z-index: 99;
}

.reden__carousel__wrapper .custom__nav .owl-next:hover, .reden__carousel__wrapper .custom__nav .owl-prev:hover {
  cursor: pointer;
}

.reden__carousel__wrapper .custom__nav .owl-next i, .reden__carousel__wrapper .custom__nav .owl-prev i {
  position: absolute;
  top: calc(50% - 20px);
}

.reden__carousel__wrapper .custom__nav .owl-next {
  right: calc(-90px/2);
}

.reden__carousel__wrapper .custom__nav .owl-next i {
  left: 10px;
}

.reden__carousel__wrapper .custom__nav .owl-prev {
  left: calc(-90px/2);
}

.reden__carousel__wrapper .custom__nav .owl-prev i {
  right: 10px;
}

.reden__carousel__wrapper .reden__carousel {
  margin: 0 auto;
}

.reden__carousel__wrapper h2 {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.reden__carousel__wrapper h4, .reden__carousel__wrapper p {
  color: #fff;
  font-size: 22px;
  margin: 0;
}

.reden__carousel__wrapper .item {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 550px) {
  .reden__carousel__wrapper .item {
    flex-direction: column;
  }
}

.reden__carousel__wrapper .item .left__col {
  flex-shrink: 0;
}

.reden__carousel__wrapper .item .left__col .reden__image__wrapper {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 500px;
}

.reden__carousel__wrapper .item .left__col img.reden__image {
  width: 40%;
}

.reden__carousel__wrapper .item .right__col {
  flex-shrink: 1;
  padding-left: 40px;
}

@media (max-width: 550px) {
  .reden__carousel__wrapper .item .right__col {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

header .menu li {
  position: relative;
}

header .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 35px;
  width: 200px;
  transition: all 0.2s ease;
  padding-top: 20px;
}

header .menu li .sub-menu li {
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}

header .menu li .sub-menu li a {
  margin: 0;
  padding: 7px 20px;
  display: block;
  font-size: 1.4rem;
  color: #1A2021;
  background-color: #fff;
}

header .menu li .sub-menu li a:hover {
  color: #e2007a;
}

header .menu li .sub-menu li:first-child a {
  padding-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

header .menu li .sub-menu li:first-child:after {
  position: absolute;
  top: -5px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

header .menu li .sub-menu li:last-child a {
  padding-bottom: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

header .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 20px;
}

.case-inline .post-image {
  width: 360px;
  height: 360px;
  border-radius: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  .case-inline .post-image {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .case-inline blockquote p {
    font-size: 30px;
  }
}

.posts-page.active {
  display: block !important;
}

/*
.pagination {
	display: block;
	padding: 0;
	margin: 0 0 50px 0;

	ul {
		text-align: center;

		li {
			display: inline-block;
			color: $color-white;
			width: 28px;
			height: 28px;
			border-radius: 35px;
			border: 2px solid $color-white;
			text-align: center;
			margin: 0 5px;
			line-height:23px;
			cursor: pointer;
			transition: all 0.2s ease;
			opacity:0.7;
			font-weight: 500;
			&:hover,
			&.active {
				
				opacity:1;
			}

			&:after {
				display: inline-block;
			}

			&:nth-child(1) {
				&:after {
					content: "1";
				}
			}
			&:nth-child(2) {
				&:after {
					content: "2";
				}
			}
			&:nth-child(3) {
				&:after {
					content: "3";
				}
			}
			&:nth-child(4) {
				&:after {
					content: "4";
				}
			}
			&:nth-child(5) {
				&:after {
					content: "5";
				}
			}
			&:nth-child(6) {
				&:after {
					content: "6";
				}
			}
			&:nth-child(7) {
				&:after {
					content: "7";
				}
			}
			&:nth-child(8) {
				&:after {
					content: "8";
				}
			}
			&:nth-child(9) {
				&:after {
					content: "9";
				}
			}
			&:nth-child(10) {
				&:after {
					content: "10";
				}
			}
			&:nth-child(11) {
				&:after {
					content: "11";
				}
			}
			&:nth-child(12) {
				&:after {
					content: "12";
				}
			}
			&:nth-child(13) {
				&:after {
					content: "13";
				}
			}
			&:nth-child(14) {
				&:after {
					content: "14";
				}
			}
		}
	}
}
*/
.owl-logos .logo {
  background-color: #fff;
  padding: 0;
  text-align: center;
}

.owl-logos .logo img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.owl-logos .owl-nav .owl-next,
.owl-logos .owl-nav .owl-prev {
  width: 90px;
}

.owl-carousel.owl-products .owl-item article {
  width: 100%;
}

.thema-listing {
  background-color: #1c456c;
}

.thema-listing h2 {
  color: #fff;
}

.thema-listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.thema-listing ul li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 600px) {
  .thema-listing ul li {
    margin-bottom: 15px;
  }
}

.thema-listing ul li a {
  color: #fff;
  background-color: #215280;
  transition: background-color 0.2s ease;
  border-radius: 50%;
  display: block;
  width: 250px;
  height: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 2.3rem;
  line-height: 1.15em;
  font-family: ZemestroStd;
  font-weight: 300;
}

.thema-listing ul li a .icon {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  margin-top: -20px;
}

.thema-listing ul li a .icon i {
  font-size: 4.1rem;
}

.thema-listing ul li a .icon i.icon-computer {
  font-size: 3.2rem;
}

.thema-listing ul li a .icon i.icon-book {
  font-size: 3.7rem;
}

.thema-listing ul li a:hover {
  background-color: #245a8c;
}

.filters-mixit {
  text-align: center;
  margin-bottom: 30px;
}

.filters-mixit .control {
  height: 160px;
  width: 160px;
  border: 0;
  background-color: #d3bbbd;
  outline: none;
  border-radius: 50%;
  margin: 0 15px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 2rem;
  padding: 9px 3px 0 3px;
  font-family: ZemestroStd;
  font-weight: 400;
}

.filters-mixit .control:nth-child(2) {
  margin-top: 25px;
}

.filters-mixit .control:nth-child(3) {
  margin-top: 25px;
}

.filters-mixit .control:nth-child(4) {
  margin-top: 25px;
}

.filters-mixit .control:focus, .filters-mixit .control:active {
  outline: none;
}

.filters-mixit .control:hover {
  background-color: #c9acae;
}

.filters-mixit .control.mixitup-control-active {
  background-color: #e2007a;
}

@media only screen and (max-width: 600px) {
  .filters-mixit .control {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 2px;
    margin-top: 10px !important;
    font-size: 17px;
    vertical-align: top;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .filters-mixit {
    text-align: center;
  }
  .filters-mixit:before, .filters-mixit:after {
    content: " ";
    display: table;
  }
  .filters-mixit:after {
    clear: both;
  }
}

.filters-swipes {
  text-align: center;
  margin-bottom: 30px;
}

.filters-swipes .control {
  height: auto;
  width: auto;
  border: 0;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  margin: 0 15px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 2rem;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .filters-swipes .control {
    padding: 0;
    margin: 0 5px;
  }
}

.filters-swipes .control .swipe {
  display: inline-block;
  width: 50px;
  height: 28px;
  background-color: #a0b0be;
  border: 6px solid #b8c6d3;
  border-radius: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .filters-swipes .control .swipe {
    width: 38px;
  }
}

.filters-swipes .control .swipe i {
  display: block;
  transition: all 0.4s ease;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 56%;
  top: -2px;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .filters-swipes .control .swipe i {
    right: 35%;
  }
}

.filters-swipes .control .label {
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  top: -7px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .filters-swipes .control .label {
    font-size: 1.5rem;
    line-height: 1.5rem;
    top: -9px;
    padding-left: 0;
  }
}

.filters-swipes .control:focus, .filters-swipes .control:active {
  outline: none;
}

.filters-swipes .control.mixitup-control-active span i {
  right: -3px;
  background-color: #e2007a;
}

.filters-swipes.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background-color: #DCE2E8;
  padding: 10px 0 2px 0 !important;
}

.filters-swipes.sticky .control .label {
  font-size: 1.5rem;
  line-height: 1.5rem;
  top: -9px;
}

blockquote {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
}

blockquote p {
  font-size: 4.5rem;
  line-height: 1.05em;
  text-transform: uppercase;
  text-indent: -0.4em;
  color: #004a91;
  font-family: ZemestroStd;
  font-weight: 300;
}

.news-content {
  margin-top: 10px;
}

.news-content blockquote {
  margin-left: -90px;
  margin-right: -90px;
}

@media only screen and (max-width: 600px) {
  .news-content blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

.news-content blockquote p {
  text-indent: 0;
  text-align: center;
}

.news-content blockquote p strong {
  display: block;
  font-size: 20px;
  color: #c4d0dd;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .news-content blockquote p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .news-content blockquote p strong {
    font-size: 14px;
  }
}

.header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  min-height: 500px;
}

@media only screen and (max-width: 600px) {
  .header-image {
    min-height: 250px;
  }
}

.header-image .header-content {
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 600px) {
  .header-image .header-content {
    padding-bottom: 30px;
  }
}

.menu-dashboard {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1001;
  display: none;
  overflow: initial;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.menu-dashboard.active {
  display: block;
  opacity: 1;
}

@media (max-width: 700px) {
  .menu-dashboard.active {
    top: 66.88px !important;
  }
}

.menu-dashboard .dashboardblockdiv {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardblockdiv {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .menu-dashboard .dashboardblockdiv {
    font-size: 13px;
  }
}

.menu-dashboard .dashboardblockdiv .dashboardblock {
  display: inline-block;
}

.menu-dashboard .dashboardblockdiv .dashboardblock:nth-child(1) {
  float: left;
}

.menu-dashboard .dashboardblockdiv .dashboardblock:nth-child(3) {
  float: right;
  clear: right;
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardblockdiv .dashboardblock {
    display: block;
  }
}

.menu-dashboard .dashboardblockdiv .dashboardblock ul {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.menu-dashboard .dashboardblockdiv .dashboardblock ul li {
  list-style-type: none;
}

.menu-dashboard .dashboardblockdiv .dashboardblock ul li h3 {
  font-weight: 600;
  font-size: 24px;
  color: #004A91;
  font-family: ZemestroStd;
}

.menu-dashboard .dashboardblockdiv .dashboardblock ul li h4 {
  margin: 0;
  font-family: ZemestroStd;
  font-weight: 300;
  font-size: 20px;
  color: #004A91;
  line-height: 1.1em;
}

.menu-dashboard .dashboardcontent {
  border-top: 1px solid #96a7b7;
  margin: 25px 0 0 0;
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardcontent {
    height: 200px;
    display: block;
  }
}

.menu-dashboard .dashboardcontent .market, .menu-dashboard .dashboardcontent .sidecontent {
  padding-top: 10px;
}

.menu-dashboard .dashboardcontent .market {
  width: 66%;
  text-align: center;
  color: #96a7b7;
  display: inline-block;
  list-style: none;
}

.menu-dashboard .dashboardcontent .market #main-nav {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  list-style: none;
}

.menu-dashboard .dashboardcontent .market #main-nav li a {
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardcontent .market {
    display: none;
  }
}

.menu-dashboard .dashboardcontent .market h3 {
  margin-bottom: 0;
  font-family: ZemestroStd;
  font-weight: normal;
  color: #96A7B7;
  font-size: 20px;
}

.menu-dashboard .dashboardcontent .sidecontent {
  text-transform: uppercase;
  color: #96a7b7;
  font-weight: 200;
  padding: 23px 0;
  display: flex;
}

@media screen and (min-width: 700px) {
  .menu-dashboard .dashboardcontent .sidecontent {
    float: right;
    width: 33%;
    border-left: 1px solid #96a7b7;
  }
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardcontent .sidecontent {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap .mobile-sitemap {
  display: none;
}

@media screen and (max-width: 770px) {
  .menu-dashboard .dashboardcontent .sidecontent .sitemap .mobile-sitemap {
    position: relative;
    display: inherit;
    text-align: left;
    padding-left: 0;
  }
  .menu-dashboard .dashboardcontent .sidecontent .sitemap .desktop-sitemap {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .menu-dashboard .dashboardcontent .sidecontent .sitemap .mobile-sitemap {
    display: none !important;
  }
  .menu-dashboard .dashboardcontent .sidecontent .sitemap .desktop-sitemap {
    display: inherit;
  }
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap ul {
  padding-top: 20px;
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap ul li {
  list-style-type: none;
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardcontent .sidecontent .sitemap ul li {
    padding: 3px 3px 3px 16px;
  }
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap ul li.add-divider {
  margin-bottom: 10px;
  position: relative;
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap ul li.add-divider:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  margin-top: -7px;
  background-color: #96a7b7;
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap ul li a {
  text-decoration: none;
  color: #96A7B7;
  font-size: 20px;
  font-weight: normal;
  font-family: ZemestroStd;
}

.menu-dashboard .dashboardcontent .sidecontent .sitemap ul li a:hover {
  color: #004a91;
}

.menu-dashboard .dashboardcontent .sidecontent .social {
  margin-left: 35px;
}

.menu-dashboard .dashboardcontent .sidecontent .social a {
  text-decoration: none;
}

@media screen and (min-width: 700px) and (max-width: 900px) {
  .menu-dashboard .dashboardcontent .sidecontent .social {
    width: 100%;
  }
}

.menu-dashboard .dashboardcontent .sidecontent .social .socialbutton {
  display: inline-block;
  font-size: 25px;
  padding: 11px;
  margin: 5px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background-color: #c4d0dd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .menu-dashboard .dashboardcontent .sidecontent .social .socialbutton {
    float: right;
  }
}

@media screen and (max-width: 700px) {
  .menu-dashboard .dashboardcontent .sidecontent .social .socialbutton {
    margin: 0 30px 20px 0;
  }
}

.menu-dashboard .dashboardcontent .sidecontent .social .socialbutton i {
  margin: 0 auto;
  vertical-align: super;
}

.menu-dashboard .dashboardcontent .sidecontent .social .socialbutton:hover {
  background-color: #e2007a;
}

@media only screen and (max-width: 600px) {
  .menu-dashboard {
    position: fixed;
    top: 100px;
    bottom: 0px;
    left: 0;
    right: 0;
  }
  .menu-dashboard .container {
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
  }
  .menu-dashboard .container .dashboardcontent {
    height: auto;
  }
  .menu-dashboard .container .dashboardcontent .sidecontent {
    float: none;
  }
}

.searchmenu {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #f5f6f6;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  padding-bottom: 40px;
  border-bottom: 10px solid white;
  max-height: 55vh;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 700px) {
  .searchmenu {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .searchmenu {
    top: 54px;
  }
}

.searchmenu.active {
  display: block;
}

@media screen and (min-width: 900px) {
  .searchmenu .servicecircle {
    margin-top: 210px;
  }
}

.searchmenu .servicecircle .circle {
  border-radius: 9999px;
  background-color: #004a91;
  width: 120px;
  height: 120px;
}

.searchmenu .servicecircle .circle h3 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 49px;
}

.searchbar {
  width: 100%;
  background-color: #ffffff;
  height: 65px;
  margin-bottom: 30px;
}

@media screen and (min-width: 901px) {
  .searchbar {
    margin-top: 90px;
  }
}

@media screen and (max-width: 900px) {
  .searchbar {
    margin-top: 30px;
  }
}

.searchbar input {
  height: 100%;
  padding: 17px 30px 17px 30px;
  font-size: 25px;
  width: 76%;
  color: #1c456c;
  /* firefox 19+ */
  /* ie */
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 #ffffff;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .searchbar input {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .searchbar input {
    width: 100%;
    font-size: 15px;
  }
}

.searchbar input::-webkit-input-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.searchbar input::-moz-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.searchbar input:-ms-input-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.searchbar input::-webkit-input-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.searchbar .button {
  float: right;
  background-color: #e2007a;
  height: 45px;
  width: 220px;
  margin: 10px 10px 10px 0;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .searchbar .button {
    width: 100%;
    padding: 0 !important;
    margin: 10px 0 0 0;
  }
}

.searchbar .button:hover {
  background-color: #96a7b7;
  border: 1px solid #96a7b7;
}

.searchbar .button p {
  margin-top: 11px;
  color: #ffffff;
}

.service-center-wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 700px) {
  .service-center-wrapper .button-container .button {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
}

.searchresults {
  margin-top: 140px;
}

.searchresult {
  min-height: 40px;
}

@media screen and (max-width: 900px) {
  .searchresult .searchswitches {
    padding-top: 25px;
  }
}

.searchresult .searchswitches .switchy {
  position: relative;
  margin: 30px;
  /* Rounded sliders */
}

@media only screen and (max-width: 600px) {
  .searchresult .searchswitches .switchy {
    margin: 10px;
  }
}

.searchresult .searchswitches .switchy h3 {
  text-transform: uppercase;
  display: inline;
  position: absolute;
  margin: 0 0 0 15px;
  color: #8da2b5;
  font-weight: 300;
  font-size: 23px;
}

@media only screen and (max-width: 600px) {
  .searchresult .searchswitches .switchy h3 {
    font-size: 15px;
  }
}

.searchresult .searchswitches .switchy .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

@media only screen and (max-width: 600px) {
  .searchresult .searchswitches .switchy .switch {
    width: 52px;
    height: 24px;
  }
}

.searchresult .searchswitches .switchy .switch input {
  display: none;
}

.searchresult .searchswitches .switchy .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border: 5px solid #dadfe3;
  -webkit-transition: .4s;
  transition: .4s;
}

.searchresult .searchswitches .switchy .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -1px;
  bottom: -1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 600px) {
  .searchresult .searchswitches .switchy .slider:before {
    width: 18px;
    height: 18px;
  }
}

.searchresult .searchswitches .switchy input:checked + .slider {
  background-color: #95e1ba;
  border: 5px solid #dadfe3;
}

.searchresult .searchswitches .switchy input:focus + .slider {
  box-shadow: 0 0 1px #95e1ba;
}

.searchresult .searchswitches .switchy input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.searchresult .searchswitches .switchy .slider.round {
  border-radius: 34px;
}

.searchresult .searchswitches .switchy .slider.round:before {
  border-radius: 50%;
}

.searchresult .pagination {
  display: none;
}

.searchresult .result {
  color: #1c456c;
  font-size: 20px;
  font-weight: 200;
}

.searchresult .result .callback {
  margin: 40px 0 40px 0;
}

.searchresult .result .callback:nth-child(1) {
  margin-top: 100px !important;
}

.searchresult .result .callback h5 {
  margin: 0;
  font-weight: 800;
  font-size: 20px;
}

.searchresult .result .callback p {
  margin-top: 0;
}

.searchresult .result .callback span {
  color: #e2007a;
}

body.search #page .white-bg {
  background-color: transparent;
}

body.search #page [data-posttype="cpt_contacts"] {
  display: none;
}

.article-blocks .article-block {
  margin-bottom: 30px;
}

.article-blocks .article-block .post-image {
  min-height: 300px;
}

.article-blocks .article-block.blog .post-image {
  margin-bottom: 160px;
}

.article-blocks.nice-grid .article-block:nth-child(1) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .article-blocks.nice-grid .article-block:nth-child(1) {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .article-blocks.nice-grid .article-block:nth-child(1) {
    float: left;
    width: 66.6666666667%;
  }
}

.article-blocks.nice-grid .article-block:nth-child(2) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .article-blocks.nice-grid .article-block:nth-child(2) {
    float: left;
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .article-blocks.nice-grid .article-block:nth-child(2) {
    float: left;
    width: 33.3333333333%;
  }
}

.article-blocks .pagination {
  margin-bottom: 20px;
}

.article-block {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .article-block {
    float: left;
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .article-block {
    float: left;
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 600px) {
  .article-block {
    width: 100%;
  }
}

.article-block .inner {
  background: #fff;
  position: relative;
}

.article-block a {
  display: block;
  width: 100%;
  position: relative;
}

.article-block a:hover h3 {
  color: #e2007a;
}

.article-block .content {
  padding: 20px;
  position: static;
}

.article-block .content h3 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: ZemestroStd;
  line-height: 1.15em;
}

.article-block .post-image, .article-block .ng-post-image {
  min-height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.article-block .post-image .date, .article-block .ng-post-image .date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 20px;
  padding-top: 2px;
  line-height: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ZemestroStd;
  font-weight: 300;
}

.article-block .post-image .date span, .article-block .ng-post-image .date span {
  display: block;
}

.article-block .post-image .date.alt, .article-block .ng-post-image .date.alt {
  width: 90px;
  height: 90px;
  background-color: #e2007a;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.article-block .post-image .label-in-image, .article-block .ng-post-image .label-in-image {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-transform: uppercase;
  background-color: #e2007a;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ZemestroStd;
  font-weight: bold;
}

.article-block .post-image .label-in-image span, .article-block .ng-post-image .label-in-image span {
  display: block;
}

.article-block .label {
  display: block;
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 15px;
  text-transform: lowercase;
  transition: color 0.2s ease;
  font-family: ZemestroStd;
  font-weight: 300;
}

.article-block .label:empty {
  display: none;
}

.article-block .read-more-circle {
  height: 40px;
  width: 40px;
  background-color: #e2007a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.article-block:hover .read-more-circle {
  opacity: 1;
}

.article-block ul.labels {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article-block ul.labels li {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background-color: #e2007a;
  border-radius: 30px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-right: 10px;
}

.article-block ul.labels li a {
  color: #fff;
  text-transform: uppercase;
}

.article-block.article-block-half {
  position: relative;
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .article-block.article-block-half {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .article-block.article-block-half {
    float: left;
    width: 58.3333333333%;
  }
}

.article-block.article-block-half a {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half a {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}

.article-block.article-block-half .post-image {
  min-height: 500px !important;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .post-image {
    min-height: 1px !important;
  }
}

@media (min-width: 768px) {
  .article-block.article-block-half .post-image {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .article-block.article-block-half .post-image {
    float: left;
    width: 50%;
  }
}

.article-block.article-block-half .post-image .label-in-image {
  width: 120px;
  height: 120px;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .post-image .label-in-image {
    width: 80px;
    height: 80px;
    font-size: 20px;
    position: absolute;
    top: -40px;
  }
}

.article-block.article-block-half .content {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  flex: 1;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .article-block.article-block-half .content {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .article-block.article-block-half .content {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .content {
    padding-top: 20px;
  }
}

.article-block.article-block-half .content > p {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .content > p {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  .article-block.article-block-half .content > * {
    margin-left: 20px;
  }
}

.article-block.article-block-half .post-image {
  position: relative;
  background-position: top;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .post-image {
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .post-image, .article-block.article-block-half .content {
    float: none;
    width: auto;
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .content blockquote p {
    font-size: 2.2rem;
  }
}

.article-block.article-block-half .company, .article-block.article-block-half .name {
  color: #004a91;
  font-size: 24px;
  line-height: 1.2em;
  font-family: ZemestroStd;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .company, .article-block.article-block-half .name {
    font-size: 18px;
  }
}

.article-block.article-block-half .name {
  margin-bottom: 0;
}

.article-block.article-block-half .company {
  display: block;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .article-block.article-block-half .company {
    margin-bottom: 20px;
  }
}

.article-block.article-block-half blockquote p {
  font-size: 3.8rem;
}

.article-block.blue-content .inner {
  background-color: #1c456c;
}

.article-block.blue-content h2, .article-block.blue-content h3, .article-block.blue-content p {
  color: #fff;
}

.article-block.blog .inner {
  background-color: #33587b;
}

.article-block.blog .inner .read-more-circle {
  background-color: #1c456c;
}

.article-block.blog .inner a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  padding-top: 30px;
}

.article-block.blog .inner a h3 {
  color: #fff;
}

.article-block.blog .inner a:hover h3,
.article-block.blog .inner a:hover .label {
  color: #e2007a;
}

.article-block.blog .inner a:hover .read-more-circle {
  color: #e2007a;
}

.article-block.blog .inner .post-image {
  height: 120px;
  min-height: 1px;
  width: 120px;
  border-radius: 120px;
  margin-left: 30px;
  margin-bottom: 50px;
}

.article-block.blog .inner .date {
  display: none;
}

@media only screen and (max-width: 600px) {
  .owl-item .article-block {
    padding-left: 0;
    padding-right: 0;
  }
  .owl-item .article-block .inner {
    margin-bottom: 0;
  }
}

.page-template-template-jobofferoverview .article-block .content h3 {
  font-size: 21px;
  line-height: 1.5em;
}

.single-cpt_markten .contact-blocks {
  margin-left: -20px;
}

@media (max-width: 980px) {
  .single-cpt_markten .contact-blocks {
    margin-left: 0;
  }
}

.single-cpt_markten .contact-blocks .social {
  background-color: #e2007a;
  color: #fff;
}

.single-cpt_markten .contact-blocks .social:hover {
  background-color: #c9006c;
}

.single-cpt_diensten .contact-blocks,
.single-cpt_markten .contact-blocks,
.single-cpt_products .contact-blocks {
  margin-left: -20px;
}

@media (max-width: 980px) {
  .single-cpt_diensten .contact-blocks,
  .single-cpt_markten .contact-blocks,
  .single-cpt_products .contact-blocks {
    margin-left: 0;
  }
}

.single-cpt_diensten .contact-blocks .inner,
.single-cpt_markten .contact-blocks .inner,
.single-cpt_products .contact-blocks .inner {
  background-color: #fff !important;
}

.single-cpt_diensten .contact-blocks .social,
.single-cpt_markten .contact-blocks .social,
.single-cpt_products .contact-blocks .social {
  background-color: #e2007a;
  color: #fff;
}

.single-cpt_diensten .contact-blocks .social:hover,
.single-cpt_markten .contact-blocks .social:hover,
.single-cpt_products .contact-blocks .social:hover {
  background-color: #c9006c;
}

.contact-blocks .inner {
  background-color: #f4ebe9;
  padding: 10px 30px 30px 30px;
}

@media only screen and (max-width: 600px) {
  .contact-blocks .inner {
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
  }
  .contact-blocks .inner.person-block {
    padding: 0;
    padding-top: 10px;
  }
}

.contact-blocks .inner img {
  border-radius: 50%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .contact-blocks .inner img {
    margin-bottom: 10px;
    width: initial;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.contact-blocks h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .contact-blocks h3 {
    text-align: center;
    margin-top: 10px;
  }
}

.contact-blocks .social {
  display: inline-block;
  background-color: #fff;
  color: #c4d0dd;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  transition: all 0.2s ease;
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .contact-blocks .social {
    margin-bottom: 10px;
  }
}

.contact-blocks .social:first-child {
  margin-right: 5px;
}

.contact-blocks .social:hover {
  background-color: #e2007a;
  color: #fff;
}

.contact-blocks .phone {
  font-weight: bold;
  display: block;
  margin-top: 2px;
}

@media only screen and (max-width: 600px) {
  .contact-blocks .phone {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .contact-blocks .module-smallest {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

.contact-blocks .thema-update-block {
  display: flex;
  flex-direction: column;
}

.contact-blocks .thema-update-block .button {
  margin-top: auto;
}

@media only screen and (max-width: 600px) {
  .contact-blocks .thema-update-block .button {
    display: block;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .contact-blocks .container {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-blocks .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-blocks .long {
  font-size: 16px;
}

.scheme-blue .contact-blocks .inner {
  background-color: #eff0f2;
}

.scheme-no .contact-blocks .inner {
  background-color: rgba(255, 255, 255, 0);
}

.scheme-no .contact-blocks *:not(.button):not(.social):not(i) {
  color: #5a434d;
}

.stats {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  color: #4b4d4d;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .stats {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.stats header {
  padding-top: 100%;
  height: 0;
  position: relative;
}

.stats .graph {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 72px;
}

.stats .graph::after {
  height: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}

.stats .graph span {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.stats .graph svg.stat {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 0px;
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

.stats .graph svg.stat .circle {
  stroke-dashoffset: 1000px;
}

.stats .view {
  font-size: 50px;
  margin-top: 14px;
}

.stats .title {
  font-family: 'ZemestroStd';
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 17px;
}

@media only screen and (max-width: 600px) {
  .stats .title {
    margin-top: 9px;
  }
}

.videodisplay__inner {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.videodisplay__inner iframe, .videodisplay__inner object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.row.aankomende__events {
  margin: 0;
}

.row.aankomende__events .button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.row.aankomende__events .button.lined {
  border-color: #1c456c !important;
  color: #1c456c;
}

.row.aankomende__events .button.lined:hover {
  background-color: #1c456c;
  color: #fff;
}

.row.aankomende__events h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.row.aankomende__events .event__wrapper {
  width: 910px;
  margin: 0 auto;
}

@media (max-width: 910px) {
  .row.aankomende__events .event__wrapper {
    width: 100%;
  }
}

.row.aankomende__events .event__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 910px) {
  .row.aankomende__events .event__wrapper ul {
    flex-direction: column;
  }
}

.row.aankomende__events .event__wrapper ul li {
  width: calc(50% - 30px);
  border-bottom: 1px solid #1c446b;
}

@media (max-width: 910px) {
  .row.aankomende__events .event__wrapper ul li:nth-child(odd) {
    margin: 0;
  }
}

@media (max-width: 910px) {
  .row.aankomende__events .event__wrapper ul li:nth-child(even) {
    margin: 0;
  }
}

@media (max-width: 910px) {
  .row.aankomende__events .event__wrapper ul li {
    width: calc(100% - 20px);
    margin-left: 10px !important;
  }
}

.row.aankomende__events .event__wrapper ul a {
  display: flex;
  padding: 25px 0;
}

@media (max-width: 910px) {
  .row.aankomende__events .event__wrapper ul a {
    margin: 0 10px;
  }
}

@media (max-width: 333px) {
  .row.aankomende__events .event__wrapper ul a {
    flex-direction: column;
  }
}

.row.aankomende__events .event__wrapper .event__date {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #e2027a;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  margin-right: 15px;
}

@media (max-width: 333px) {
  .row.aankomende__events .event__wrapper .event__date {
    margin-bottom: 10px;
  }
}

.row.aankomende__events .event__wrapper .event__date .event__month {
  text-transform: uppercase;
}

.row.aankomende__events .event__wrapper .event__info .event__location {
  display: block;
  line-height: 1em;
}

.row.aankomende__events .event__wrapper .event__info .event__location i {
  margin-right: 5px;
}

.row.aankomende__events .event__wrapper .event__info .event__title {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1em;
  font-family: "ZemestroStd", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-weight: bold;
  display: block;
}

.eventslist {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .eventslist {
    margin-top: 50px;
  }
}

.eventslist .comingup {
  color: #ffffff;
  text-transform: uppercase;
}

.eventslist .comingup .timelinebox {
  overflow-x: hidden;
  overflow-y: hidden;
}

.eventslist .comingup .timelinebox .timeline {
  width: 15000px;
  position: relative;
  text-align: left;
  height: 190px;
}

.eventslist .comingup .timelinebox .timeline a {
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  text-align: center;
  display: inline-block;
  margin-left: 180px;
  background-color: #ffffff;
  color: #96a7b7;
  padding: 6px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  top: 109px;
  line-height: 0.9;
  font-size: 20px;
  font-size: 20px;
  padding-top: 9px;
}

.eventslist .comingup .timelinebox .timeline a:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 15px;
  bottom: 99%;
  left: 50%;
  background-color: #ffffff;
}

.eventslist .comingup .timelinebox .timeline a span.event-title {
  position: absolute;
  width: 350px;
  top: 13px;
  left: 65px;
  color: #ffffff;
  font-size: 22px;
  line-height: normal;
  margin-left: 10px;
  text-align: left;
  font-family: ZemestroStd;
  font-weight: 300;
}

.eventslist .comingup .timelinebox .timeline a:nth-child(2n+2) {
  top: 20px;
}

.eventslist .comingup .timelinebox .timeline a:nth-child(2n+2):before {
  bottom: -15px;
  top: auto;
}

.eventslist .comingup .event-desktop {
  position: relative;
}

.eventslist .comingup .event-desktop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  left: 0;
  right: 5px;
  margin-top: -1px;
  background-color: #ffffff;
}

@media screen and (max-width: 900px) {
  .eventslist .comingup .event-desktop {
    display: none;
  }
}

.eventslist .comingup .event-mobile {
  display: none;
}

@media screen and (max-width: 900px) {
  .eventslist .comingup .event-mobile {
    display: inherit;
  }
}

.eventslist .comingup .event-mobile .inner-mobile {
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.eventslist .comingup .event-mobile h1 {
  color: white;
}

.eventslist .comingup .event-mobile a {
  display: block;
  margin-top: 10px;
  background-color: #ffffff;
  color: #ced2da;
  padding: 25px;
  font-size: 25px;
  position: relative;
  text-align: left;
  font-weight: 600;
}

.eventslist .comingup .event-mobile a br {
  display: none;
}

@media screen and (max-width: 700px) {
  .eventslist .comingup .event-mobile a {
    font-size: 15px;
    padding: 15px;
  }
}

.eventslist .comingup .event-mobile a .event-day, .eventslist .comingup .event-mobile a .event-month {
  display: block;
}

.eventslist .comingup .event-mobile a span.event-title {
  color: #e2007a;
  text-align: center;
  padding-left: 10px;
  padding-top: 2px;
  font-size: 25px;
}

@media screen and (max-width: 700px) {
  .eventslist .comingup .event-mobile a span.event-title {
    left: 40%;
    font-size: 15px;
  }
}

.eventslist .comingup .nextevent {
  top: 56px;
  top: 50%;
  right: -16px;
  font-size: 32px;
  bottom: 0;
  background: rgba(103, 116, 128, 0.25);
  border-radius: 100px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  display: inherit !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.eventslist .comingup .nextevent i {
  position: relative;
  color: white;
  font-size: 22px;
}

.eventslist .comingup .nextevent:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 19px;
  right: 18px;
  bottom: auto;
  background-color: #ffffff;
}

.eventslist .comingup .nextevent a {
  cursor: pointer;
  color: #ffffff;
  display: block;
  margin-top: 2px;
}

.eventslist .comingup .nextevent a i {
  padding-top: 3px;
}

.eventslist .comingup .circlediv {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: ZemestroStd;
  font-weight: 300;
}

.eventslist .comingup .circlediv .circle {
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 100%;
  color: #96a7b7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eventslist .comingup .circlediv .circle h4 {
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  margin: 0;
  line-height: 1em;
  color: #96a7b7;
}

.eventslist .comingup .slidertitle {
  padding: 10px 0 10px 0;
}

@media screen and (max-width: 350px) {
  .eventslist .comingup .slidertitle {
    padding: 10px;
  }
}

.eventslist .comingup .owl-carousel .owl-item {
  height: 480px;
  width: 100%;
}

@media screen and (max-width: 350px) {
  .eventslist .comingup .owl-carousel .owl-item {
    height: 300px;
    width: 100%;
  }
}

.eventslist .comingup .owl-carousel .owl-item .item img {
  height: 200px;
  width: 100%;
}

@media screen and (max-width: 350px) {
  .eventslist .comingup .owl-carousel .owl-item .item img {
    height: 100px;
    width: 100%;
  }
}

.eventslist .comingup .owl-carousel .item {
  background-color: #ffffff;
  text-align: left;
  color: #000000;
}

.eventslist .comingup .owl-carousel .item .eventtext {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  height: 280px;
}

.eventslist .comingup .owl-carousel .item .eventtext h2 {
  margin-top: 0;
}

.eventslist .comingup .owl-carousel .item .eventtext .eventlink {
  float: right;
  background-color: #f8bfde;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
}

.eventslist .comingup .owl-carousel .item .eventtext .eventlink i {
  padding: 17px 0 0 3px;
  font-size: 16px;
}

.eventslist .comingup .owl-carousel .owl-prev {
  margin-left: 0;
  padding-left: 0;
  top: 30%;
  height: 70px;
  width: 30px;
  background-color: #ffffff;
  color: #96a7b7;
  position: absolute;
  cursor: pointer;
  left: 0;
  border-radius: 0 150px 150px 0;
  -moz-border-radius: 0 150px 150px 0;
  -webkit-border-radius: 0 150px 150px 0;
  float: left;
}

@media screen and (max-width: 700px) {
  .eventslist .comingup .owl-carousel .owl-prev {
    display: none;
  }
}

.eventslist .comingup .owl-carousel .owl-next {
  margin-right: 0;
  padding-right: 0;
  top: 30%;
  height: 70px;
  width: 30px;
  background-color: #ffffff;
  color: #96a7b7;
  position: absolute;
  cursor: pointer;
  right: 0;
  border-radius: 150px 0 0 150px;
  -moz-border-radius: 150px 0 0 150px;
  -webkit-border-radius: 150px 0 0 150px;
  float: right;
}

.eventslist .comingup .owl-carousel i {
  font-size: 30px;
  padding: 20px 0 0 5px;
}

.modal.modal-themaupdate h3, .modal.modal-nieuwsbrief h3 {
  text-align: center;
}

.modal.modal-themaupdate .cms-content, .modal.modal-nieuwsbrief .cms-content {
  text-align: center;
}

.modal.modal-themaupdate .form, .modal.modal-nieuwsbrief .form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.servicecenter h2.light {
  font-weight: 100;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .servicecenter h2.light {
    margin-top: 20px;
  }
}

.searchmenu .servicecenter h2 {
  font-size: 22px;
  line-height: 1.1em;
}

.post-tags {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #c4d0dd;
}

.post-tags .button {
  border-radius: 999px;
  margin-right: 7px;
  line-height: 2.6rem;
}

@media only screen and (max-width: 600px) {
  .post-tags .button {
    padding-top: 2px;
  }
}

.content-element-klaarvoormorgen p {
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .content-element-klaarvoormorgen p {
    font-size: 16px;
  }
}

.content-element-klaarvoormorgen .button-container {
  padding-top: 20px;
}

#px__service {
  padding: 60px 0 0 0;
}

#px__service .service-blocks .owl-diensten {
  overflow: hidden;
}

#px__service .service-blocks .dienst {
  background-color: #35597d;
}

#px__service .service-blocks .dienst__image {
  height: 210px;
  background-size: cover;
}

#px__service .service-blocks .dienst__title {
  padding: 15px;
  height: 90px;
}

#px__service .service-blocks .dienst__title h3 {
  color: white;
  margin: 0;
  max-width: 85%;
}

#px__service .service-blocks .dienst__title .read-more-circle {
  height: 30px;
  width: 30px;
  background-color: #2a4e72;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
}

#px__service .service-blocks .owl-nav {
  display: block !important;
}

@media (max-width: 768px) {
  #px__service .service-blocks .owl-nav {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------------
	7. Plugins
---------------------------------------------------------------------------- */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 60px 20px 20px 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 5px;
}

.white-popup label {
  font-size: 1.6rem;
}

.white-popup h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.white-popup h2 span {
  font-size: 2rem;
  line-height: 2.6rem;
}

.white-popup .gform_wrapper .gform_footer.left_label {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.white-popup .button {
  width: 100%;
  display: block !important;
  text-align: center !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: none rgba(26, 32, 33, 0.95);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content {
  background-color: white;
  padding: 30px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .mfp-content {
    padding: 10px;
  }
}

.swiper-container.main-slider {
  width: 100%;
  height: 100%;
  height: calc(65vh - 101px);
  min-height: 500px;
  max-height: 600px;
  margin-top: 90px;
}

@media only screen and (max-width: 600px) {
  .swiper-container.main-slider {
    margin-top: 10px;
  }
}

.swiper-container.main-slider .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #000;
  background-size: cover;
  background-position: center;
  height: auto;
}

.home .swiper-container.main-slider .swiper-slide {
  min-height: 500px;
}

.swiper-container.main-slider .swiper-slide .shadow {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  height: calc(65vh - 101px);
  min-height: 500px;
  max-height: 600px;
}

.swiper-container.main-slider .swiper-slide h2 {
  font-size: 7.5rem;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 30px;
  word-spacing: normal;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .swiper-container.main-slider .swiper-slide h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 400px) {
  .swiper-container.main-slider .swiper-slide h2 {
    font-size: 2.5rem;
  }
}

.swiper-container.main-slider .swiper-slide p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  width: 60%;
  letter-spacing: 0;
}

.swiper-container.main-slider .swiper-slide .swiper-content {
  padding: 0 10px 56px 10px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .swiper-container.main-slider .swiper-slide .swiper-content {
    padding: 0 10px 56px 10px;
  }
}

.swiper-container.main-slider .swiper-slide .swiper-content a {
  background-color: #e2007a;
  display: inline-block;
  padding: 12px 30px 10px 30px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2rem;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-family: ZemestroStd;
  min-width: 280px;
}

.swiper-container.main-slider .swiper-slide .swiper-content a:hover {
  background-color: #c9006c;
}

.swiper-container.main-slider .swiper-slide .swiper-bg-color {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-pagination {
  z-index: 15;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 20px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  height: 15px;
  width: 15px;
  margin: 8px 8px 8px 0 !important;
  opacity: .4;
  background: url(assets/images/icons/bullet.png) no-repeat 0 0 transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container.swiper-container-columns {
  width: 100%;
  margin: 20px auto;
  overflow: visible;
}

.swiper-container.swiper-container-columns .swiper-slide {
  font-size: 18px;
  opacity: 0.6;
  text-align: left;
}

.swiper-container.swiper-container-columns .swiper-slide .non-active-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.swiper-container.swiper-container-columns .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.swiper-container-columns .swiper-slide.swiper-slide-active .non-active-overlay {
  display: none;
}

.swiper-container.swiper-container-columns .swiper-slide a {
  position: relative;
  z-index: 8;
}

.swiper-container.swiper-container-columns .swiper-pagination-bullet {
  background: url(assets/images/icons/bullet.png) no-repeat 0 0 transparent;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*----------------------------------------------------------------------------*  Headhesive Specific Styles
/*----------------------------------------------------------------------------*/
/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     clone: 'banner--clone';
 *   }
 * }
 */
.banner--clone {
  /* Required styles */
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  /* Additional styles */
  background-color: #1A2021;
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner--clone .logo {
  padding: 0 0 0 50px;
}

.banner--clone .logo a {
  width: 70px;
  height: 40px;
}

.banner--clone .logo img {
  top: -400px;
  transition: all 0.3s ease;
  width: 70px;
  height: 40px;
}

.banner--clone .logo img.logo-large {
  display: none;
}

.banner--clone .logo img.logo-small {
  display: block;
}

.banner--clone nav {
  padding: 0 50px 0 0;
}

.banner--clone .nav-icon {
  top: 19px;
}

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     stick: 'banner--stick';
 *   }
 * }
 */
.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  padding-top: 15px;
  padding-bottom: 5px;
}

.banner--stick .logo {
  padding: 0 0 0 50px;
}

.banner--stick .logo a {
  width: 70px;
  height: 40px;
}

.banner--stick .logo img {
  transition: all 0.3s ease;
  top: -70px;
  width: 70px;
  height: 40px;
}

.banner--stick nav {
  padding: 0 50px 4px 0;
}

.banner--stick .nav-icon {
  top: 19px;
}

/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     unstick: 'banner--unstick';
 *   }
 * }
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */
}

.controls {
  padding: 1rem;
}

.control {
  position: relative;
  display: inline-block;
  background: #444;
  cursor: pointer;
  color: white;
}

.control[data-filter] + .control[data-sort] {
  margin-left: .75rem;
}

/* Container
---------------------------------------------------------------------- */
.mixit-container:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}

.mix {
  margin-bottom: 1rem;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .mix.module {
    padding-bottom: 0;
  }
}

.mix:before {
  content: '';
  display: inline-block;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
/* 3 Columns */
/* 4 Columns */
/* 5 Columns */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
.chosen-search {
  display: none;
}

/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
.chosen-container {
  display: block;
}

.chosen-container a {
  height: 45px;
}

.owl-carousel .owl-item {
  opacity: 0.5;
}

.owl-carousel .owl-item article {
  width: 320px;
}

@media only screen and (max-width: 600px) {
  .owl-carousel .owl-item article {
    width: auto;
  }
}

.owl-carousel .owl-item article.special:not(.blog) {
  width: 630px;
}

@media (max-width: 991px) {
  .owl-carousel .owl-item article.special:not(.blog) {
    width: auto;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-item article.special:not(.blog) {
    width: auto;
  }
}

.owl-carousel .owl-item article.article-block-half {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .owl-carousel .owl-item article.dummy {
    display: none;
  }
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next, .owl-carousel:hover .button-prev, .owl-carousel:hover .button-next, .swiper-container:hover .owl-prev, .swiper-container:hover .owl-next, .swiper-container:hover .button-prev, .swiper-container:hover .button-next {
  opacity: 0.9;
}

.swiper-container .button-prev, .swiper-container .button-next {
  z-index: 10;
  cursor: pointer;
}

.swiper-nav .owl-prev, .swiper-nav .owl-next, .swiper-nav .button-prev, .swiper-nav .button-next, .owl-nav .owl-prev, .owl-nav .owl-next, .owl-nav .button-prev, .owl-nav .button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  text-indent: -999999px;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 130px;
}

.swiper-nav .owl-prev:after, .swiper-nav .owl-next:after, .swiper-nav .button-prev:after, .swiper-nav .button-next:after, .owl-nav .owl-prev:after, .owl-nav .owl-next:after, .owl-nav .button-prev:after, .owl-nav .button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #96a7b7;
  border-right: 2px solid #96a7b7;
  border-left: 0;
  border-bottom: 0;
  display: block;
  height: 21px;
  width: 21px;
}

.swiper-nav .owl-prev:before, .swiper-nav .owl-next:before, .swiper-nav .button-prev:before, .swiper-nav .button-next:before, .owl-nav .owl-prev:before, .owl-nav .owl-next:before, .owl-nav .button-prev:before, .owl-nav .button-next:before {
  background-color: white;
  display: block;
  content: "";
  top: 50%;
  position: absolute;
  width: 96px;
  height: 96px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.swiper-nav .owl-prev:hover, .swiper-nav .owl-next:hover, .swiper-nav .button-prev:hover, .swiper-nav .button-next:hover, .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover, .owl-nav .button-prev:hover, .owl-nav .button-next:hover {
  opacity: 1;
}

.swiper-nav .owl-prev, .swiper-nav .button-prev, .owl-nav .owl-prev, .owl-nav .button-prev {
  left: 0;
}

.swiper-nav .owl-prev:before, .swiper-nav .button-prev:before, .owl-nav .owl-prev:before, .owl-nav .button-prev:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 0;
}

.swiper-nav .owl-prev:after, .swiper-nav .button-prev:after, .owl-nav .owl-prev:after, .owl-nav .button-prev:after {
  left: 0;
  -webkit-transform: translate(60%, -50%) rotate(-135deg);
  -moz-transform: translate(60%, -50%) rotate(-135deg);
  -ms-transform: translate(60%, -50%) rotate(-135deg);
  -o-transform: translate(60%, -50%) rotate(-135deg);
  transform: translate(60%, -50%) rotate(-135deg);
}

.swiper-nav .owl-next, .swiper-nav .button-next, .owl-nav .owl-next, .owl-nav .button-next {
  right: 0;
}

.swiper-nav .owl-next:before, .swiper-nav .button-next:before, .owl-nav .owl-next:before, .owl-nav .button-next:before {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 0;
}

.swiper-nav .owl-next:after, .swiper-nav .button-next:after, .owl-nav .owl-next:after, .owl-nav .button-next:after {
  right: 0;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
  -moz-transform: translate(-60%, -50%) rotate(45deg);
  -ms-transform: translate(-60%, -50%) rotate(45deg);
  -o-transform: translate(-60%, -50%) rotate(45deg);
  transform: translate(-60%, -50%) rotate(45deg);
}

@media (max-width: 767px) {
  .swiper-nav, .owl-nav {
    display: none !important;
  }
}

.owl-dots {
  padding-top: 25px;
}

.owl-dots .owl-dot {
  cursor: pointer;
}

.owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.owl-dots .owl-dot.active span {
  background-color: #e2007a !important;
}

.owl-cases .owl-next, .owl-cases .owl-prev {
  width: 120px;
}

/* ----------------------------------------------------------------------------
	8. Pages
---------------------------------------------------------------------------- */
.single-thema .thema-icon {
  display: inline-block;
  text-align: center;
  padding-top: 50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #274e73;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.single-thema .thema-icon i {
  font-size: 4rem;
  color: #fff;
}

.single-thema .thema-intro {
  padding-top: 55px;
}

@media screen and (max-width: 700px) {
  .single-thema .thema-intro {
    padding: 30px 0 !important;
  }
}

.single-thema .thema-intro h2.title, .single-thema .thema-intro p, .single-thema .thema-intro h1.title {
  color: #fff;
}

.single-thema .thema-intro h2.title, .single-thema .thema-intro h1.title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
  z-index: 12;
  font-weight: 400;
  color: #c4d0dd;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 100;
}

@media screen and (max-width: 700px) {
  .single-thema .thema-intro h2.title, .single-thema .thema-intro h1.title {
    font-size: 25px;
  }
}

.single-thema .mixit-container-overtuigingen {
  padding-left: 15px;
  padding-right: 15px;
}

.single-thema .contact-blocks {
  padding-top: 60px;
}

@media only screen and (max-width: 600px) {
  .single-thema .contact-blocks {
    padding-top: 20px;
  }
}

.single-thema .contact-blocks .scheme-purple h2 {
  color: #1c456c;
}

.single-product .inner.pull-up.pink-bg {
  background: url(assets/images/backgrounds/pink-bg.png) no-repeat bottom left #e2007a !important;
}

.single-product .product-icon {
  display: inline-block;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #e2007a;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.single-product .product-icon img {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.single-product .product-intro h2, .single-product .product-intro p {
  color: #fff;
}

.single-product .product-intro h2 {
  position: relative;
  z-index: 12;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .single-product .product-intro h2 {
    font-size: 23px;
  }
}

.single-product .product-intro h3 {
  text-align: center;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .single-product .mixit-container-overtuigingen {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-product .contact-blocks .inner.person-block {
    padding-bottom: 15px;
  }
}

.single-product .blue-bg.module {
  padding-bottom: 0;
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  .single-markt .module .row div img {
    width: inherit !important;
  }
}

@media screen and (max-width: 700px) {
  .single-markt .module {
    padding: 30px 0;
  }
  .single-markt .module.module-smallest {
    padding: 10px 0;
  }
  .single-markt .module h2 {
    width: 90%;
    margin: 0 auto;
  }
  .single-markt .module .row {
    margin-left: 0;
    margin-right: 0;
  }
  .single-markt .module .row h2 {
    width: auto;
  }
  .single-markt .module .row div {
    float: inherit !important;
  }
  .single-markt .module .row article {
    margin-top: 0 !important;
  }
  .single-markt .module .row article .inner .content h3 {
    font-size: 25px;
  }
}

.single-markt .header-image {
  align-items: flex-end;
}

.single-markt .header-image .header-content h1 {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .single-markt .header-image .header-content h1 {
    font-size: 35px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .single-markt .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .single-markt .product-intro.module {
    padding-bottom: 0;
  }
  .single-markt .product-listing.module {
    padding-top: 0;
  }
  .single-markt .macy-container.module {
    padding-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .single-markt .module-cases h2 {
    margin-bottom: 10px;
  }
}

.single-markt #acy-container:before, .single-markt #acy-container:after {
  content: " ";
  display: table;
}

.single-markt #acy-container:after {
  clear: both;
}

.single-cpt_events .title {
  color: #004a91;
}

.single-cpt_events .subtitle {
  color: #004a91;
  font-family: ZemestroStd;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  line-height: 1.2em;
}

.single-cpt_events .enroll-title {
  text-align: center;
  font-size: 45px;
  color: #004a91;
  padding-top: 40px;
}

.eventmeta {
  margin-bottom: 20px;
}

.eventmeta ul {
  border-top: 1px solid #c4d0dd;
  border-bottom: 1px solid #c4d0dd;
  margin: 0;
  padding: 0;
}

.eventmeta ul:before, .eventmeta ul:after {
  content: " ";
  display: table;
}

.eventmeta ul:after {
  clear: both;
}

.eventmeta li {
  display: block;
  float: left;
  color: #c4d0dd;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 10px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 1.2em;
  width: 25%;
  font-family: ZemestroStd;
  background-repeat: no-repeat;
  background-position: 0 47%;
}

@media screen and (max-width: 400px) {
  .eventmeta li {
    width: 33% !important;
  }
}

@media screen and (max-width: 400px) {
  .eventmeta li.enroll {
    clear: both;
  }
}

.eventmeta li a {
  color: #e2007a;
  text-decoration: none;
  display: block;
}

.eventmeta li.date, .eventmeta li.time, .eventmeta li.location {
  padding-left: 25px;
}

.eventmeta li.date {
  background-image: url(assets/images/icons/icon-cal.png);
}

.eventmeta li.time {
  background-image: url(assets/images/icons/icon-time.png);
}

.eventmeta li.location {
  background-image: url(assets/images/icons/icon-loc.png);
}

.eventprogramme {
  margin-bottom: 30px;
}

.eventprogramme table {
  width: 100%;
}

.eventprogramme table td {
  padding: 3px;
  border: 2px solid white;
  font-size: 20px;
  vertical-align: top;
}

.eventprogramme table td.time {
  padding-left: 12px;
  padding-right: 30px;
  color: white;
  background-color: #e2007a;
  font-weight: 600;
}

.eventprogramme table td.text {
  width: 100%;
  background-color: #f7f7f9;
  padding-left: 10px;
}

.eventprogramme table tr {
  padding-bottom: 2px;
}

.single-cpt_news .author-details {
  margin-top: 40px;
}

.single-cpt_news .author-details:before, .single-cpt_news .author-details:after {
  content: " ";
  display: table;
}

.single-cpt_news .author-details:after {
  clear: both;
}

.single-cpt_news .author-details img, .single-cpt_news .author-details .img {
  float: left;
  border-radius: 9999px;
  overflow: hidden;
  width: 20%;
  margin-right: 4%;
}

.single-cpt_news .author-details img .imginner, .single-cpt_news .author-details .img .imginner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  margin-bottom: 0;
}

.single-cpt_news .author-details .content {
  float: left;
  width: 53%;
}

.single-cpt_news .author-details .content h6, .single-cpt_news .author-details .content a {
  color: #e2007a;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Source Sans Pro";
  line-height: 1em;
}

.single-cpt_news .author-details .content .phone {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
}

.single-cpt_news .author-details .content .name {
  font-weight: bold;
  margin-bottom: 0;
}

.single-cpt_news .author-details .content .jobtitle {
  margin-bottom: 10px;
  margin-top: 0;
}

.single-cpt_news .author-details .social-items {
  float: left;
  width: 18.3333333333%;
}

.single-cpt_news .author-details .social-items i {
  color: white;
  width: 45px;
  height: 45px;
  background-color: #e5e9ed;
  border-radius: 999px;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  font-size: 31px;
  margin-left: 3px;
  margin-right: 3px;
}

@media only screen and (max-width: 600px) {
  .single-cpt_news .author-details img, .single-cpt_news .author-details .content, .single-cpt_news .author-details .social-items {
    float: none;
    margin-right: 0;
    width: auto;
  }
}

.single-cpt_cases .case-intro {
  padding-top: 60px;
}

.single-cpt_cases .case-intro p {
  font-weight: 600;
  font-size: 20px;
}

.single-cpt_cases .quote__wrapper {
  display: flex;
  width: 100%;
}

.single-cpt_cases .quote__wrapper .left__col {
  margin-right: 30px;
}

@media (max-width: 666px) {
  .single-cpt_cases .quote__wrapper .left__col {
    margin-right: 0;
  }
}

.single-cpt_cases .quote__wrapper .left__col blockquote p {
  font-size: 28px;
}

.single-cpt_cases .quote__wrapper .left__col .name {
  margin-bottom: 0;
}

.single-cpt_cases .quote__wrapper .right__col {
  width: 225px;
  max-width: 100%;
}

@media (max-width: 666px) {
  .single-cpt_cases .quote__wrapper .right__col {
    margin-top: 30px;
  }
}

.single-cpt_cases .quote__wrapper .right__col .post-image {
  width: 225px;
  height: 225px;
  padding-top: 0;
  max-width: 100%;
  height: auto;
}

.single-cpt_cases .quote__wrapper .quote {
  padding-top: 0;
  padding-bottom: 0;
  margin: 40px auto;
  max-width: calc(100% - 160px);
}

@media (max-width: 666px) {
  .single-cpt_cases .quote__wrapper .quote {
    margin: 20px auto;
    max-width: calc(100% - 40px);
  }
}

.single-cpt_cases .quote__wrapper .quote .quote-content {
  padding-top: 60px;
}

.single-cpt_cases .quote__wrapper .quote .quote-content .name {
  font-size: 19px;
  color: #c4d0dd;
  font-style: italic;
  font-weight: 100;
}

.single-cpt_cases .quote__wrapper .quote .post-image {
  height: 225px;
  width: 225px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 9999px;
}

.single-cpt_cases .case-full {
  padding-bottom: 50px;
}

.page-template-template-contact .acf-map {
  padding-top: 100%;
  height: 0;
  position: relative;
}

.page-template-template-contact .maps-outercontainer {
  position: relative;
  margin-bottom: 80px;
}

.page-template-template-contact .maps-outercontainer .map {
  padding-top: 100%;
}

.page-template-template-contact .tooltip-container .tooltip-inner {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  height: 95%;
  right: -200px;
  background-color: white;
  padding: 30px;
  text-align: left;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 3px 1px 20px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 1px 20px 3px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  .page-template-template-contact .tooltip-container .tooltip-inner {
    position: relative;
    top: auto;
    height: auto;
    right: auto;
    left: auto;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .page-template-template-contact .tooltip-container .tooltip-inner {
    padding: 10px;
    height: 95%;
  }
}

.page-template-template-contact .tooltip-container .tooltip-inner a {
  text-decoration: none;
}

.page-template-template-contact .tooltip-container .tooltip-inner hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #c4d0dd;
}

.page-template-template-contact .tooltip-container .tooltip-inner p {
  color: #374048;
  font-family: ZemestroStd;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3em;
  padding-left: 4px;
}

.page-template-template-contact .tooltip-container .tooltip-inner p strong {
  font-weight: bold;
}

.page-template-template-contact .tooltip-container .tooltip-inner p a {
  color: #374048;
}

.page-template-template-contact .tooltip-container .tooltip-inner ul {
  padding: 0;
  margin: 0;
  margin-right: -3%;
}

.page-template-template-contact .tooltip-container .tooltip-inner ul:before, .page-template-template-contact .tooltip-container .tooltip-inner ul:after {
  content: " ";
  display: table;
}

.page-template-template-contact .tooltip-container .tooltip-inner ul:after {
  clear: both;
}

.page-template-template-contact .tooltip-container .tooltip-inner ul li {
  display: block;
  width: 50%;
  padding-right: 3%;
  float: left;
  cursor: pointer;
}

.page-template-template-contact .tooltip-container .tooltip-inner ul li p {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .page-template-template-contact .tooltip-container .tooltip-inner ul li {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-template-contact .tooltip-container .tooltip-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.5px 0 26.5px 28px;
    border-color: transparent transparent transparent #ffffff;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 600px) {
  .page-template-template-contact .tooltip-container .tooltip-inner:before {
    display: none;
  }
}

.page-template-template-contact .tooltip-container .tooltip-inner .logo {
  display: block;
  margin-bottom: 20px;
  position: relative;
  left: -5px;
  max-width: 212px;
}

.page-template-template-contact .tooltip-container .tooltip-inner .directions {
  font-size: 20px;
  color: #c4d0dd;
  text-transform: uppercase;
  font-family: ZemestroStd;
  font-weight: 300;
  margin-bottom: 10px;
}

.page-template-template-contact .tooltip-container .tooltip-inner .directions:after {
  display: inline-block;
  color: white;
  width: 46px;
  height: 46px;
  background-color: #c4d0dd;
  border-radius: 999px;
  text-align: center;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: 0px;
  line-height: 39px;
  content: "›";
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}

.page-template-template-contact .purple-dots-bg h1 {
  color: white;
  font-size: 45px;
}

.page-template-template-contact .align-right {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .page-template-template-contact .form__contact {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 700px) {
  .page-template-template-overons .module .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-template-template-overons .intro {
  text-align: center;
  color: white;
}

.page-template-template-overons .intro h1 {
  color: white;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 1.05em;
}

@media screen and (max-width: 700px) {
  .page-template-template-overons .intro h1 {
    font-size: 25px;
  }
}

.page-template-template-overons .intro p {
  color: white;
}

.page-template-template-overons .over-pink h2 {
  color: #614853;
}

.page-template-template-overons .over-pink .module {
  padding-top: 0;
}

.page-template-template-overons .over-pink .button {
  display: none;
}

.page-template-template-overons .stats header {
  padding-bottom: 0;
}

.page-template-template-overons .stats .view {
  color: white;
  font-size: 45px;
  margin-top: 0;
  font-weight: 500;
}

.page-template-template-overons .stats .title {
  color: white;
}

.page-template-template-overons .bottom-content p {
  color: white;
}

.page-template-template-overons .subpart {
  margin-top: 30px;
  padding-top: 20px;
}

.page-template-template-overons .purple-light-to-white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe0de+0,ffffff+53 */
  background: #efe0de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe0de 0%, white 94%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe0de 0%, white 94%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe0de 0%, white 94%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe0de', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.dummy {
  display: none;
}

.actueel {
  background-color: #05498b !important;
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .actueel {
    padding-top: 0;
  }
}

.actueel .pagination {
  clear: both;
}

.actueel .eventlist-wrapper {
  clear: both;
  padding-bottom: 70px;
}

.actueel .eventlist-wrapper:before, .actueel .eventlist-wrapper:after {
  content: " ";
  display: table;
}

.actueel .eventlist-wrapper:after {
  clear: both;
}

@media only screen and (max-width: 600px) {
  .actueel .eventlist-wrapper {
    padding-bottom: 10px;
  }
}

.actueel .eventlist-wrapper .eventslist .comingup .timelinebox {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  .actueel .eventlist-wrapper .eventslist {
    margin-top: 10px;
  }
}

.actueel .actueelfilters {
  background-color: #e2007a;
  border-radius: 9999px;
  color: white;
  position: relative;
  margin-top: 80px;
  margin-bottom: 10px;
}

.actueel .actueelfilters:before, .actueel .actueelfilters:after {
  content: " ";
  display: table;
}

.actueel .actueelfilters:after {
  clear: both;
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters {
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 0;
  }
}

.actueel .actueelfilters .reset .clear-not-active {
  display: inline-block;
}

.actueel .actueelfilters .reset .clear-active {
  display: none;
}

.actueel .actueelfilters .reset .clear-active i {
  position: relative;
  top: -2px;
}

.actueel .actueelfilters .reset.clear {
  cursor: pointer;
}

.actueel .actueelfilters .reset.clear .clear-active {
  display: inline-block;
}

.actueel .actueelfilters .reset.clear .clear-not-active {
  display: none;
}

@media screen and (max-width: 1000px) {
  .actueel .actueelfilters .actueelfilters__inner {
    text-align: center;
  }
}

.actueel .actueelfilters .actueelfilters__inner a.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.22+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  border-radius: 999px;
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner:before, .actueel .actueelfilters .actueelfilters__inner:after {
    content: " ";
    display: table;
  }
  .actueel .actueelfilters .actueelfilters__inner:after {
    clear: both;
  }
}

.actueel .actueelfilters .actueelfilters__inner > a, .actueel .actueelfilters .actueelfilters__inner > ul {
  float: left;
}

.actueel .actueelfilters .actueelfilters__inner > a, .actueel .actueelfilters .actueelfilters__inner > ul > li {
  color: white;
  font-family: ZemestroStd;
  font-weight: 100;
  font-size: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .actueel .actueelfilters .actueelfilters__inner > a, .actueel .actueelfilters .actueelfilters__inner > ul > li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner > a, .actueel .actueelfilters .actueelfilters__inner > ul > li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner > ul > li {
    margin-right: 2px;
    margin-left: 2px;
    float: none;
    display: inline-block;
  }
}

.actueel .actueelfilters .actueelfilters__inner > a {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: 18px;
  line-height: 1.2em;
  border-radius: 999px;
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner > a {
    text-align: center;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

.actueel .actueelfilters .actueelfilters__inner > a i {
  margin-left: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner > a i {
    display: none;
  }
}

.actueel .actueelfilters .actueelfilters__inner li {
  margin-right: 30px;
}

.actueel .actueelfilters .actueelfilters__inner li a {
  color: white;
  display: block;
  padding-left: 10px;
  line-height: 1em;
}

.actueel .actueelfilters .actueelfilters__inner li.hassub {
  cursor: pointer;
}

.actueel .actueelfilters .actueelfilters__inner li.hassub ul {
  cursor: default;
}

.actueel .actueelfilters .actueelfilters__inner li.hassub ul a {
  cursor: pointer;
}

.actueel .actueelfilters .actueelfilters__inner li.hassub:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 14px;
  top: -3px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner li.hassub:after {
    top: -2px;
    font-size: 11px;
  }
}

.actueel .actueelfilters .actueelfilters__inner ul {
  margin: 0;
  padding: 0;
}

.actueel .actueelfilters .actueelfilters__inner ul > li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.actueel .actueelfilters .actueelfilters__inner ul > li a {
  padding-top: 6px;
  padding-bottom: 1px;
}

.actueel .actueelfilters .actueelfilters__inner ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #e2007a;
  padding: 10px;
  z-index: 2;
}

.actueel .actueelfilters .actueelfilters__inner ul > li ul li {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.actueel .actueelfilters .actueelfilters__inner ul > li.open ul {
  display: block;
}

.actueel .actueelfilters .actueelfilters__inner ul > li.disabled {
  pointer-events: none;
  display: none;
}

.actueel .actueelfilters .actueelfilters__inner ul > li.disabled ul {
  display: none !important;
}

.actueel .actueelfilters .actueelfilters__inner ul > li.active {
  background-color: rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 600px) {
  .actueel .actueelfilters .actueelfilters__inner > ul {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .actueel .actueelfilters .actueelfilters__inner .reset {
    display: none !important;
  }
}

.actueel .actueelfilters__current .button {
  width: auto;
  border-radius: 9999px;
  background-color: #1c456c;
  color: white;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-right: 8px;
  font-size: 14px;
  padding-right: 4px;
  margin-bottom: 3px;
  display: inline-block;
}

.actueel .actueelfilters__current .button i {
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  font-style: initial;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.actueel .actueelitems__inner {
  padding-bottom: 40px;
}

.actueel .actueelitems__inner:before, .actueel .actueelitems__inner:after {
  content: " ";
  display: table;
}

.actueel .actueelitems__inner:after {
  clear: both;
}

.actueel .actueelitems__inner article {
  margin-bottom: 35px;
}

.error404 textarea:focus, .error404 input:focus {
  outline: none;
}

.error404 .whereyoulooking {
  background: url("assets/images/backgrounds/shutterstock.jpg") center center no-repeat;
  height: 700px;
  width: auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

@media screen and (max-width: 700px) {
  .error404 .whereyoulooking {
    height: 600px;
  }
}

@media screen and (max-width: 1240px) {
  .error404 .whereyoulooking {
    background-image: url("assets/images/backgrounds/shutterstock.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.error404 .whereyoulooking .btnbox404 {
  top: 140px;
  left: 175px;
  position: absolute;
}

@media screen and (max-width: 800px) {
  .error404 .whereyoulooking .btnbox404 {
    left: 100px;
  }
}

.error404 .whereyoulooking .btnbox404 .btn404 {
  color: #ffffff;
  background-color: #e2007a;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 10px 2px 0;
  font-weight: 600;
}

.error404 .whereyoulooking .btnbox404 .btn404:hover {
  background-color: #96a7b7;
  cursor: pointer;
}

.error404 .whereyoulooking .btnbox404 .btn404 i {
  padding: 0 10px 4px 10px;
  font-size: 14px;
}

.error404 .whereyoulooking .text404 {
  text-transform: uppercase;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  margin-top: 240px;
}

@media screen and (max-width: 800px) {
  .error404 .whereyoulooking .text404 {
    width: initial;
  }
}

@media screen and (max-width: 700px) {
  .error404 .whereyoulooking .text404 {
    margin-top: 150px;
  }
}

.error404 .whereyoulooking .text404 h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 1em;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .error404 .whereyoulooking .text404 h1 {
    font-size: 50px;
  }
}

.error404 .whereyoulooking .searchbar {
  width: 79%;
  background-color: #ffffff;
  height: 65px;
  margin: 0 auto;
  margin-top: 83px;
}

.error404 .whereyoulooking .searchbar input {
  height: 100%;
  padding: 5px 30px 5px 30px;
  font-size: 25px;
  width: 70%;
  color: #1c456c;
  font-weight: 600;
  /* firefox 19+ */
  /* ie */
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 #ffffff;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .error404 .whereyoulooking .searchbar input {
    width: 59%;
  }
}

@media screen and (max-width: 900px) {
  .error404 .whereyoulooking .searchbar input {
    width: 100%;
    font-size: 15px;
  }
}

.error404 .whereyoulooking .searchbar input::-webkit-input-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.error404 .whereyoulooking .searchbar input::-moz-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.error404 .whereyoulooking .searchbar input:-ms-input-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.error404 .whereyoulooking .searchbar input::-webkit-input-placeholder {
  color: #1c456c;
  font-weight: 300;
}

.error404 .whereyoulooking .searchbar .button {
  float: right;
  background-color: #e2007a;
  height: 45px;
  width: 220px;
  margin: 10px 10px 10px 0;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}

@media screen and (max-width: 900px) {
  .error404 .whereyoulooking .searchbar .button {
    width: 100%;
    padding: 0 !important;
    margin: 10px 0 0 0;
  }
}

.error404 .whereyoulooking .searchbar .button:hover {
  background-color: #96a7b7;
}

.error404 .whereyoulooking .searchbar .button p {
  margin-top: 11px;
}

.error404 .servicecenter {
  color: #1c456c;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .error404 .servicecenter {
    height: 1000px;
  }
}

.error404 .servicecenter .servicetext a {
  text-decoration: none;
  font-weight: bold;
  color: #1c456c;
}

.error404 .servicecenter h1 {
  font-size: 45px;
  text-transform: capitalize;
}

.error404 .servicecenter h1:first-child {
  font-weight: 200;
  margin-bottom: 0;
}

.error404 .servicecenter h1:nth-child(2) {
  margin-top: 0;
}

.error404 .servicecenter p {
  font-weight: 200;
  font-size: 20px;
}

.error404 .servicecenter .buttons {
  text-transform: uppercase;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .error404 .servicecenter .buttons {
    width: inherit;
  }
}

.error404 .servicecenter .buttons .button {
  font-size: 18px;
  text-decoration: none !important;
  width: 280px;
  color: white;
}

@media screen and (max-width: 700px) {
  .error404 .servicecenter .buttons .button {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}

.error404 .servicecenter .buttons .buttonleft {
  color: #e2007a;
  float: left;
  border: 1px solid #e2007a;
}

.error404 .servicecenter .buttons .buttonleft:hover {
  background-color: #96a7b7;
  border: 1px solid #96a7b7;
  color: #ffffff;
}

.error404 .servicecenter .buttons .buttonright {
  float: right;
  border: 1px solid transparent;
  background-color: #e2007a;
  color: #ffffff;
}

.error404 .servicecenter .buttons .buttonright:hover {
  background-color: #96a7b7;
}

.jobs--selector {
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .jobs--selector .article-blocks.nice-grid .article-block:nth-child(1) {
    width: 33.33%;
  }
}

.jobs--selector .werktijd {
  color: #374048;
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.jobs--selector .job--grid {
  /*article{
			display: none;
		}

		&[data-page='1']{
			article:nth-child(-n+6){
				display: block;
			}
		}

		&[data-page='2']{
			article:nth-child(n+7):nth-child(-n+12){
				display: block;
			}
		}


		&[data-page='3']{
			article:nth-child(n+13):nth-child(-n+18){
				display: block;
			}
		} */
}

.jobs--selector .job--grid h3 {
  color: #374048;
}

.jobs--selector .job--grid article.article a:hover h3 {
  color: #374048;
}

.jobs--selector .job--grid article.article span.date {
  display: none;
}

.jobs--selector .job__intro {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0 30px;
  line-height: 1.25em;
  margin-bottom: 90px;
}

.jobs--selector .pagination__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.jobs--selector .pagination__wrapper .page {
  width: 27px;
  height: 27px;
  font-weight: bold;
  font-size: 18px;
  padding: 3px;
  border: 2px solid #82a6c7;
  border-radius: 50px;
  margin-right: 8px;
  color: #82a6c7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jobs--selector .pagination__wrapper .page:last-child {
  margin-right: 0;
}

.jobs--selector .pagination__wrapper .page:nth-child(2) {
  margin-left: 8px;
}

.jobs--selector .pagination__wrapper .page.active {
  border: 2px solid white;
  color: white;
}

.jobs--selector .pagination__wrapper .icon-chevron-right:before, .jobs--selector .pagination__wrapper .icon-chevron-left:before {
  font-size: 28px;
  color: #fff;
  -webkit-text-stroke: 1px #1c456c;
}

/* ----------------------------------------------------------------------------
	9. Schemes
---------------------------------------------------------------------------- */
.blue-to-purple-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#476989+0,cfd2da+50,e9d6d3+100 */
  background: #476989;
  /* Old browsers */
  background: -moz-linear-gradient(top, #476989 0%, #cfd2da 50%, #e9d6d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #476989 0%, #cfd2da 50%, #e9d6d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #476989 0%, #cfd2da 50%, #e9d6d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476989', endColorstr='#e9d6d3', GradientType=0);
  /* IE6-9 */
}

.purple-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#795967+0,c28fa5+100 */
  background: #795967;
  /* Old browsers */
  background: -moz-linear-gradient(top, #795967 0%, #c28fa5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #795967 0%, #c28fa5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #795967 0%, #c28fa5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#795967', endColorstr='#c28fa5', GradientType=0);
  /* IE6-9 */
}

.blue-to-grey-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#795967+0,c28fa5+100 */
  background: #3e6081;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e6081 0%, #96a7b7 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3e6081 0%, #96a7b7 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3e6081 0, #96a7b7 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#795967', endColorstr='#c28fa5', GradientType=0);
  /* IE6-9 */
}

.purple-light-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa8994+0,ffffff+100 */
  background: #aa8994;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aa8994 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #aa8994 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aa8994 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa8994', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.blue-to-sand-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4d0dd+0,e9d6d3+100 */
  background: #c4d0dd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4d0dd 0%, #e9d6d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c4d0dd 0%, #e9d6d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c4d0dd 0%, #e9d6d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4d0dd', endColorstr='#e9d6d3', GradientType=0);
  /* IE6-9 */
}

.white-to-sand-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9d6d3+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9d6d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e9d6d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e9d6d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9d6d3', GradientType=0);
  /* IE6-9 */
}

.darkpurple-to-lightpurple-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b70a64+0,e2007a+100 */
  background: #b70a64;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b70a64 0%, #e2007a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b70a64 0%, #e2007a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b70a64 0%, #e2007a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b70a64', endColorstr='#e2007a', GradientType=0);
  /* IE6-9 */
}

.darkblue-to-sand-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c456c+0,96a7b7+100 */
  background: #1c456c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c456c 0%, #96a7b7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c456c 0%, #96a7b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c456c 0%, #96a7b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c456c', endColorstr='#96a7b7', GradientType=0);
  /* IE6-9 */
}

.purple-light-to-white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe0de+0,ffffff+53 */
  background: #efe0de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe0de 0%, white 53%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe0de 0%, white 53%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe0de 0%, white 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe0de', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.blue-to-white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4d0dd+0,ffffff+100 */
  background: #c4d0dd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4d0dd 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c4d0dd 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c4d0dd 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4d0dd', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.lightblue-to-white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff0f2+0,ffffff+100 */
  background: #eff0f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eff0f2 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eff0f2 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eff0f2 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff0f2', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.brightblue-to-darkblue-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#024a8e+0,024a8e+14,1c456c+100 */
  background: #024a8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #024a8e 0%, #024a8e 14%, #1c456c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #024a8e 0%, #024a8e 14%, #1c456c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #024a8e 0%, #024a8e 14%, #1c456c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024a8e', endColorstr='#1c456c',GradientType=0 );
  /* IE6-9 */
}

.lightgrey-to-white-gradient, body.search #page {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#024a8e+0,f1f2f2+0,ffffff+100 */
  background: #024a8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #024a8e 0%, #f1f2f2 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #024a8e 0%, #f1f2f2 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #024a8e 0%, #f1f2f2 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024a8e', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.blue-bg {
  background-color: #1c456c;
}

.white-bg {
  background-color: #fff;
}

.pink-bg {
  background: none #e2007a !important;
}

.scheme-purple h1, .scheme-purple h2, .scheme-purple h3, .scheme-purple h4, .scheme-purple h5, .scheme-purple h6, .scheme-purple p, .scheme-purple a, .scheme-purple li {
  color: #614853;
  transition: all 0.2s ease;
}

.scheme-purple a:hover {
  color: #e2007a;
}

.scheme-purple a:hover h1, .scheme-purple a:hover h2, .scheme-purple a:hover h3, .scheme-purple a:hover h4, .scheme-purple a:hover h5, .scheme-purple a:hover h6, .scheme-purple a:hover p, .scheme-purple a:hover a {
  color: #e2007a;
}

.scheme-purple p a {
  font-weight: 600;
}

.scheme-blue h1, .scheme-blue h2, .scheme-blue h3, .scheme-blue h4, .scheme-blue h5, .scheme-blue h6, .scheme-blue p, .scheme-blue a, .scheme-blue li {
  color: #1c456c;
  transition: all 0.2s ease;
}

.scheme-blue a:hover {
  color: #e2007a;
}

.scheme-blue a:hover h1, .scheme-blue a:hover h2, .scheme-blue a:hover h3, .scheme-blue a:hover h4, .scheme-blue a:hover h5, .scheme-blue a:hover h6, .scheme-blue a:hover p, .scheme-blue a:hover a {
  color: #e2007a;
}

.scheme-blue p a {
  font-weight: 600;
}

.scheme-pink h1, .scheme-pink h2, .scheme-pink h3, .scheme-pink h4, .scheme-pink h5, .scheme-pink h6, .scheme-pink p, .scheme-pink a, .scheme-pink li {
  color: #fff;
  transition: all 0.2s ease;
}

.scheme-pink a:hover {
  color: #fff;
}

.scheme-pink a:hover h1, .scheme-pink a:hover h2, .scheme-pink a:hover h3, .scheme-pink a:hover h4, .scheme-pink a:hover h5, .scheme-pink a:hover h6, .scheme-pink a:hover p, .scheme-pink a:hover a {
  color: #fff;
}

.scheme-pink p a {
  font-weight: 600;
}

.scheme-white h1, .scheme-white h2, .scheme-white h3, .scheme-white h4, .scheme-white h5, .scheme-white h6, .scheme-white p, .scheme-white a, .scheme-white li {
  color: #fff;
  transition: all 0.2s ease;
}

.scheme-white a:hover {
  color: #e2007a;
}

.scheme-white a:hover h1, .scheme-white a:hover h2, .scheme-white a:hover h3, .scheme-white a:hover h4, .scheme-white a:hover h5, .scheme-white a:hover h6, .scheme-white a:hover p, .scheme-white a:hover a {
  color: #e2007a;
}

.scheme-white p a {
  font-weight: 600;
}

.single-cpt_joboffers .content-element-klaarvoormorgen h3, .single-cpt_joboffers .content-element-klaarvoormorgen p, .single-cpt_joboffers .content-element-klaarvoormorgen .button.lined.primary {
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */