/* ============================================================================
 Stylesheet by: Daniel Pattiasina, © 2016 Moddit www.moddit.nl
 ============================================================================ */
/*********************
 IMPORTING PARTIALS
 These files are needed at the beginning so that we establish all
 our mixins, functions, and variables that we'll be using across
 the whole project.
 *********************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p, pre {
  margin: 1em 0;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  display: block;
  border-radius: 10px;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
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;
}
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu, ol, ul {
  padding: 0;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, button, input, select, textarea {
  color: #222;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
img, fieldset {
  border: 0;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
#outdated {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  text-align: center;
  z-index: 1500;
  background: url(../images/transparent/black5.png);
  color: #fff;
}
* html #outdated {
  position: absolute;
}
#outdated h6 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 0;
}
#outdated p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 12px;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 180px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
  background: none !important;
}
#outdated #btnUpdateBrowser:hover {
  color: #000 !important;
  background: #fff !important;
}
#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Variables
 Here is where we declare all our variables like colors, fonts,
 base values, and defaults. We want to make sure this file ONLY
 contains variables that way our files don't get all messy.
 No one likes a mess.
 ******************************************************************/
/*********************
 COLORS
 Need help w/ choosing your colors? Try this site out:
 http://0to255.com/
 *********************/
/*
 Here's a great tutorial on how to
 use color variables properly:
 http://sachagreif.com/sass-color-variables/
 */
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Typography
 Need to import a font or set of icons for your site? Drop them in
 here or just use this to establish your typographical grid. Or not.
 Do whatever you want to...GOSH!
 Helpful Articles:
 http://trentwalton.com/2012/06/19/fluid-type/
 http://ia.net/blog/responsive-typography-the-basics/
 http://alistapart.com/column/responsive-typography-is-a-physical-discipline
 ******************************************************************/
/*********************
 FONT FACE (IN YOUR FACE)
 *********************/
/*  To embed your own fonts, use this syntax
 and place your fonts inside the
 library/fonts folder. For more information
 on embedding fonts, go to:
 http://www.fontsquirrel.com/
 Be sure to remove the comment brackets.
 */
/*  @font-face {
 font-family: 'Font Name';
 src: url('library/fonts/font-name.eot');
 src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
 url('library/fonts/font-name.woff') format('woff'),
 url('library/fonts/font-name.ttf') format('truetype'),
 url('library/fonts/font-name.svg#font-name') format('svg');
 font-weight: normal;
 font-style: normal;
 }
 */
/*
 The following is based of Typebase:
 https://github.com/devinhunt/typebase.css
 I've edited it a bit, but it's a nice starting point.
 */
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
 */
/*
 some nice typographical defaults
 more here: http://www.newnet-soft.com/blog/csstypography
 */
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Sass Functions
 You can do a lot of really cool things in Sass. Functions help you
 make repeated actions a lot easier. They are really similar to mixins,
 but can be used for so much more.
 Anyway, keep them all in here so it's easier to find when you're
 looking for one.
 For more info on functions, go here:
 http://sass-lang.com/documentation/Sass/Script/Functions.html
 ******************************************************************/
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
/*********************
 RESPONSIVE HELPER FUNCTION
 If you're creating a responsive site, then
 you've probably already read
 Responsive Web Design: http://www.abookapart.com/products/responsive-web-design
 Here's a nice little helper function for calculating
 target / context
 as mentioned in that book.
 Example:
 width: cp(650px, 1000px);
 or
 width: calc-percent(650px, 1000px);
 both compile to:
 width: 65%;
 *********************/
/* ============================================================================
 Flexslider
 ============================================================================ */
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-container a:active, .flex-container a:focus {
  outline: none;
}
.flexslider .slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider .slides {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexArrows {
  position: relative;
}
.flexArrows .flex-direction-nav a {
  background: url(../images/transparent/black5.png);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.flexArrows:hover .flex-direction-nav a {
  opacity: 0.9;
}
.flexArrows:hover .flex-direction-nav a:hover {
  opacity: 1;
}
.flexArrows .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexArrows .flex-direction-nav .flex-next {
  right: 20px;
}
.flexArrows .flex-direction-nav .flex-disabled {
  display: none;
}
/* ============================================================================
 Forms
 ============================================================================ */
form {
  max-width: 560px;
  display: block;
}
.alignCenter .contactForm form {
  margin: 0 auto;
}
.widthForm form {
  max-width: 100%;
}
form .formGroup {
  margin: 0 0 10px;
}
form label {
  font-family: 'adelle', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  display: block;
  font-weight: 300;
}
form span.star {
  vertical-align: top;
  color: #75678f;
  font-size: 150%;
}
form label abbr[title] {
  text-decoration: none;
  border: none;
  color: #75678f;
  line-height: 1px;
  vertical-align: text-top;
}
form input, form button, form select, form textarea {
  display: inline-block;
  border: none;
  background: #e7ebef;
  color: #344048;
  font-size: 14px;
  padding: 5px 25px;
  font-family: 'adelle', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 50px;
  line-height: 40px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blueBg form input, .blueBg form textarea, .blueBg form select {
  background-color: #fff;
}
form input:focus, form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input:focus:invalid:focus, form textarea:focus:invalid:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sideBar form input, .sideBar form select, .sideBar form textarea, .sideBar form button {
  width: 100%;
}
form input[type="radio"], form input[type="checkbox"] {
  width: inherit !important;
  height: inherit;
  background: none;
}
form select {
  padding: 5px 5px 5px 15px;
  color: #000;
  cursor: pointer;
}
form textarea {
  padding: 25px;
  line-height: 21px;
  min-height: 100px;
  height: 150px;
  max-height: 250px;
}
form input[type="submit"], form button[type="submit"] {
  display: block;
  line-height: 50px;
  padding: 0;
  height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background-color: #75678f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form input[type="submit"]:hover, form button[type="submit"]:hover {
  background: #6aabb1;
}
form input[type="checkbox"] {
  width: inherit;
}
form .checkWrap input[type="radio"], form .checkWrap input[type="checkbox"] {
  display: inline-block;
  line-height: 40px;
  margin: 8px 5px 0 0;
  vertical-align: top;
  cursor: pointer;
}
form .checkWrap label {
  display: inline-block;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
form .checkWrap label img {
  float: left;
  margin: 0 10px 0 0;
  width: auto;
  max-width: 30px;
  max-height: 30px;
  line-height: 30px;
}
form input[type="file"] {
  background: none;
  height: inherit;
  padding: inherit;
}
.mapWrapper {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.googleMap {
  position: relative;
  width: 100%;
  height: 450px;
  background: #e5e3df;
}
#gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.googleMap img {
  max-width: inherit;
  height: inherit;
}
.contactForm form input, .contactForm form textarea {
  width: 100%;
}
.contactForm form textarea {
  height: 150px;
  max-height: 250px;
  min-height: 100px;
  resize: none;
}
.contactForm div.wpcf7-response-output {
  border: none;
  color: #909090;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.contactForm span.wpcf7-not-valid-tip {
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  top: -10px;
}
.contactForm span.wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item, .contactForm .wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label, .contactForm .wpcf7-radio span.wpcf7-list-item label {
  cursor: pointer;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label input, .contactForm .wpcf7-radio span.wpcf7-list-item label input {
  margin: 0 5px 0 0;
}
/* NICE SELECT */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #dadde0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  background-color: #f2f2f2;
}
.nice-select:after {
  border-bottom: 2px solid #71b5f9;
  border-right: 2px solid #71b5f9;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/* ============================================================================
 Global Styling
 ============================================================================ */
@font-face {
  font-family: 'Halo';
  src: url('../fonts/HaloHandletter.eot');
  src: url('../fonts/HaloHandletter.eot?#iefix') format('embedded-opentype'), url('../fonts/HaloHandletter.woff2') format('woff2'), url('../fonts/HaloHandletter.woff') format('woff'), url('../fonts/HaloHandletter.ttf') format('truetype'), url('../fonts/HaloHandletter.svg#HaloHandletter') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.js {
  margin: 0 !important;
}
#wpadminbar {
  display: none;
}
html, body {
  background: #fff;
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 1150px;
  font: normal 400 16px/30px 'adelle', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4c4c4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
}
p {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  color: #4c4c4d;
}
a {
  color: #6aabb1;
  text-decoration: none;
}
.Btn {
  background-color: transparent;
  display: inline-block;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  line-height: 45px;
  padding: 0 20px 0 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  color: #6aabb1;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Btn:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.Btn i {
  display: block;
  float: right;
  color: #6aabb1;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-box-shadow: 0 0 0 2px #6aabb1 inset;
  box-shadow: 0 0 0 2px #6aabb1 inset;
  margin-right: -20px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Btn:hover {
  background-color: rgba(37, 25, 35, 0.3);
  color: #fff;
  padding: 0 20px;
}
.Btn:hover i {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.whiteBtn {
  color: #fff;
}
.whiteBtn i {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
}
.altBtn {
  color: #75678f;
}
.altBtn i {
  color: #75678f;
  -webkit-box-shadow: 0 0 0 2px #75678f inset;
  box-shadow: 0 0 0 2px #75678f inset;
}
.fullBtn {
  width: 100%;
  padding: 0;
  text-align: center;
}
.Btns .Btn {
  margin: 0 20px 5px 0;
  vertical-align: top;
}
.Btns p {
  margin: 0 0 5px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.floatRight {
  float: right;
}
.textWrap {
  margin: 0 0 20px;
}
.textWrap > .title, .textWrap .smallTitle, .textWrap .subtitle, .textWrap .tinyTitle {
  margin: 0;
}
.title {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 54px;
}
.darkTitle {
  color: #3d3c3e;
}
.titleWrap .title, .titleWrap .smallTitle {
  float: left;
}
.subtitle {
  color: #6aabb1;
  margin: 0;
  font-size: 56px;
  line-height: 50px;
  font-family: 'Halo', cursive;
}
.smallTitle {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 48px;
}
.tinyTitle {
  color: #6aabb1;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 30px;
}
.desc {
  font-size: 21px;
  line-height: 32px;
}
.whiteText, .whiteText a, .whiteText .title, .whiteText .subtitle, .whiteText .smallTitle, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
  color: #fff;
}
.desc a {
  color: #6aabb1;
}
.desc .Btn {
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
/* ============================================================================
 Containers
 ============================================================================ */
.siteWrap {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.container {
  min-height: 100%;
  background-color: #fff;
}
.innerContainer {
  overflow: auto;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
.content {
  padding: 30px 0;
}
.halfContent {
  max-width: 750px;
}
.smallContent {
  max-width: 550px;
}
.alignCenter .halfContent, .alignCenter.halfContent, .alignCenter .smallContent, .alignCenter.smallContent {
  margin: 0 auto;
}
.push {
  height: 50px;
}
.smallPush {
  height: 30px;
}
.tinyPush {
  height: 15px;
}
.noMargin {
  margin: 0;
}
.alignCenter .halfContent, .alignCenter .smallContent {
  margin: 0 auto;
}
.padding {
  padding: 60px 0;
}
.whiteBg {
  background: #fff;
}
.greyBg {
  background: #f2f2f2;
}
.darkBg {
  background: #454545;
}
.purpleBg {
  background: #75678f;
}
.blueBg {
  background: #e7ebef;
}
.blackBg {
  background: #000;
  overflow: hidden;
}
.curves {
  position: relative;
}
.curves:before {
  display: block;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  content: "";
  position: absolute;
  background: url(../images/curves.png) repeat-x;
}
.slope {
  position: relative;
}
.slope:before {
  display: block;
  width: 100%;
  height: 65px;
  top: -65px;
  left: 0;
  content: "";
  position: absolute;
  background: url(../images/slope@2x.png) no-repeat 0 100%;
  background-size: 1600px 65px;
  z-index: 1;
}
.noFlow {
  overflow: hidden;
}
/* ============================================================================
 Breadcrumbs
 ============================================================================ */
.breadCrumbs {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #f1f3f6;
  background-color: #fff;
}
.breadCrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  color: #4c4c4d;
}
.breadCrumbs p a {
  color: #4c4c4d;
  text-decoration: none;
  border-bottom: none;
}
.breadCrumbs i {
  margin: 0 5px;
}
.breadCrumbs p a:hover {
  text-decoration: underline;
}
/* ============================================================================
 Nieuws / Article
 ============================================================================ */
.articleHeader {
  border-bottom: 1px solid #e2e2e1;
}
.articleHeader .title {
  line-height: 45px;
  margin: 0 0 20px;
}
.articleContent {
  font-size: 16px;
  line-height: 30px;
}
.articleContent p, .articleContent ul {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
.articleContent ul {
  line-height: 32px;
}
.articleContent p a {
  text-decoration: underline;
}
.pageContent {
  -moz-column-count: 2;
  -moz-column-gap: 28px;
  -webkit-column-count: 2;
  -webkit-column-gap: 28px;
  column-count: 2;
  column-gap: 28px;
  margin: 0;
}
.articleContent.pageContent p {
  margin: 0 0 20px;
}
.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5, .pageContent h6 {
  margin: 0 0 30px;
}
.articleContent .desc {
  font-size: 19px;
  line-height: 30px;
}
.articleContent ul {
  list-style: outside disc;
  padding: 0 0 0 15px;
}
.articleContent ol {
  list-style: outside disc;
  padding: 0 0 0 15px;
}
.articleImg, .articleContent .articleImg {
  float: right;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  margin: 0 0 30px 60px;
}
.articleContent h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.articleContent h2, .articleContent h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0 10px;
}
.articleContent h4, .articleContent h5, .articleContent h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.postSocials {
  max-width: 280px;
}
.articleContent img {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #d0d7e1;
  background-color: #e7ebf1;
}
.articleContent img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.articleContent img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
#impressionSlider .slides li {
  display: block;
}
#impressionSlider .slides li a {
  display: block;
}
.articleContent table {
  width: 100%;
  margin: 1em 0;
}
.articleContent table th, .articleContent table td {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 20px;
}
.articleContent table th {
  background-color: #75678f;
  color: #fff;
  font-weight: bold;
  border-color: #5d5271;
}
/* ============================================================================
 Page submenu
 ============================================================================ */
.submenuTitle {
  color: #4c4c4d;
  font-size: 20px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
}
.childPagesMenu {
  margin: 0;
}
.childPagesMenu li {
  margin: 0;
  font-size: 14px;
  padding: 5px 0;
  line-height: 25px;
  font-weight: 300;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #e4e1e2;
}
.childPagesMenu li a {
  color: #666;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.childPagesMenu li a:hover {
  text-decoration: underline;
}
.childPagesMenu li i {
  color: #75678f;
  width: 30px;
  line-height: 25px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.childPagesMenu li.current_page_item i {
  color: #6aabb1;
}
/* ============================================================================
 Pagination
 ============================================================================ */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 13px;
}
.pagination li a, .pagination li span {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.pagination li a {
  color: #fff;
  background: #6aabb1;
}
.pagination li:hover a {
  background: #75678f;
}
.pagination li span {
  background: #75678f;
  color: #fff;
}
/* ============================================================================
 Search
 ============================================================================ */
.searchResult {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #a49c9e;
}
.searchResult p {
  font-size: 12px;
  line-height: 18px;
}
/* ============================================================================
 SFX
 ============================================================================ */
.plop {
  opacity: 0;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.plop.plopIt {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.plopDelay01 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.plopDelay02 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.plopDelay03 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.plopDelay04 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.plopDelay05 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.plopDelay06 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.plopDelay08 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.plopDelay09 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.plopDelay10 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
/* ============================================================================
 Footer
 ============================================================================ */
.footer {
  clear: both;
  height: 580px;
  margin-top: -580px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.innerContainer {
  padding-bottom: 580px;
}
.footer a:hover {
  text-decoration: underline;
}
.footerTop {
  background: #7a5da8;
  background: -moz-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(to right, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
  padding: 30px 0 0;
  height: 140px;
}
.footer .logo, .footer .callIcons p {
  float: none;
}
.footer .callIcons {
  float: right;
  opacity: 1;
  pointer-events: inherit;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  position: static;
  background: none;
}
.footer .logo {
  height: 76px;
}
.footer .callIcons p {
  display: block;
  float: left;
  position: relative;
  font-size: 13px;
  padding: 0 0 0 40px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: right;
}
.footer .callIcons p:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.footer .callIcons p, .footer .callIcons p span, .footer .callIcons p strong, .footer .callIcons a {
  color: #fff;
}
.footerMiddle {
  padding: 40px 0 0;
  height: 360px;
}
.footerTitle {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.footerMenu ul {
  margin: 0;
}
.footerMenu ul li {
  font-size: 14px;
  line-height: 30px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footerMenu ul li a {
  color: #4c4c4d;
}
.footerDesc {
  margin: 0;
  color: #4c4c4d;
  font-size: 14px;
  line-height: 30px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footerDesc i {
  color: #6aabb1;
}
.footerDesc a {
  color: #4c4c4d;
}
.footerSocial i {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #365899;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}
.footerBottom {
  background-color: #fff;
  padding: 0 0 40px;
  height: 60px;
  z-index: 5;
}
.bottomLeft {
  float: left;
}
.bottomMenu ul {
  margin: 0;
}
.bottomMenu ul li {
  position: relative;
  margin: 0;
  color: #a49c9e;
  font-size: 13px;
  line-height: 40px;
  display: block;
  float: left;
  padding: 0 0 0 20px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.bottomMenu ul li:before {
  position: absolute;
  display: block;
  content: "-";
  width: 20px;
  height: 40px;
  text-align: center;
  top: 0;
  left: 0;
}
.bottomMenu ul li:first-child {
  padding: 0;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.bottomMenu ul li:first-child:before {
  display: none;
}
.bottomMenu ul li a {
  color: #a49c9e;
}
.footerLogo {
  display: block;
  background: url(../images/footerLogo.png) no-repeat 0 50%;
  width: 200px;
  height: 102px;
}
.bottomRight {
  float: right;
}
.copyright {
  margin: 0;
  font-size: 13px;
  line-height: 40px;
  color: #a49c9e;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.copyright a {
  color: #a49c9e;
}
/* ============================================================================
 Grid
 ============================================================================ */
.cols {
  /* overflow: hidden; */
  margin: 0 0 0 -17px;
}
.cols.bigGutter {
  margin-left: -50px;
}
.cols.noGutter {
  margin-left: 0;
}
.cols:after {
  display: table;
  clear: both;
  content: "";
}
.cols > * {
  float: left;
  padding-left: 17px;
  margin-bottom: 17px;
}
.cols.bigGutter > * {
  padding-left: 50px;
  margin-bottom: 50px;
}
.cols.noGutter > * {
  padding-left: 0;
  margin-bottom: 0;
}
.cols.cleanBottom > * {
  margin-bottom: 0;
}
.cols > .clearRow {
  float: none;
  clear: both;
  margin-bottom: 0;
  width: 100%;
}
.col-right {
  float: right;
  text-align: right;
}
.col-1 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
}
.col-3-2 {
  width: 66.666666%;
}
.col-3-1 {
  width: 33.333333%;
}
.col-4-3 {
  width: 75%;
}
.col-4-1 {
  width: 25%;
}
.col-5-4 {
  width: 80%;
}
.col-5-3 {
  width: 60%;
}
.col-5-2 {
  width: 40%;
}
.col-5-1 {
  width: 20%;
}
.col-9-5 {
  width: 55%;
}
.col-9-4 {
  width: 45%;
}
.cols-9 > * {
  width: 11.1111111%;
}
.cols-8 > * {
  width: 12.5%;
}
.cols-6 > * {
  width: 16.6666666%;
}
.cols-5 > * {
  width: 20%;
}
.cols-4 > * {
  width: 25%;
}
.cols-3 > * {
  width: 33.3333333%;
}
.cols-2 > * {
  width: 50%;
}
.clearCols.cols-2 > *:nth-child(2n+1) {
  clear: left;
}
.cols-1 > * {
  width: 100%;
}
/* ============================================================================
 Media Queries
 ============================================================================ */
@media screen and (max-width: 1220px) {
  .colXL-clear {
    clear: both;
  }
  .colXL-left {
    float: left;
    text-align: left;
  }
  .colXL-right {
    float: right;
    text-align: right;
  }
  .colsXL-8 > * {
    width: 12.5%;
  }
  .colsXL-6 > * {
    width: 16.6666666%;
  }
  .colsXL-5 > * {
    width: 20%;
  }
  .colsXL-4 > * {
    width: 25%;
  }
  .colsXL-3 > * {
    width: 33.3333333%;
  }
  .colsXL-2 > * {
    width: 50%;
  }
  .colsXL-1 > * {
    width: 100%;
  }
  .colXL-1 {
    width: 100%;
  }
  .colXL-2-1 {
    width: 50%;
  }
  .colXL-3-2 {
    width: 66.6666666%;
  }
  .colXL-3-1 {
    width: 33.3333333%;
  }
  .colXL-4-3 {
    width: 75%;
  }
  .colXL-4-1 {
    width: 25%;
  }
  .colXL-5-4 {
    width: 80%;
  }
  .colXL-5-3 {
    width: 60%;
  }
  .colXL-5-2 {
    width: 40%;
  }
  .colXL-5-1 {
    width: 20%;
  }
  .colXL-6-5 {
    width: 25%;
  }
  .colXL-6-1 {
    width: 16.6666666%;
  }
  .colXL-8-1 {
    width: 12.5%;
  }
}
@media screen and (max-width: 960px) {
  .colL-clear {
    clear: both;
  }
  .colL-left {
    float: left;
    text-align: left;
  }
  .colL-right {
    float: right;
    text-align: right;
  }
  .colsL-8 > * {
    width: 12.5%;
  }
  .colsL-6 > * {
    width: 16.6666666%;
  }
  .colsL-5 > * {
    width: 20%;
  }
  .colsL-4 > * {
    width: 25%;
  }
  .colsL-3 > * {
    width: 33.3333333%;
  }
  .colsL-2 > * {
    width: 50%;
  }
  .colsL-1 > * {
    width: 100%;
  }
  .colL-1 {
    width: 100%;
  }
  .colL-2-1 {
    width: 50%;
  }
  .colL-3-2 {
    width: 66.6666666%;
  }
  .colL-3-1 {
    width: 33.3333333%;
  }
  .colL-4-3 {
    width: 75%;
  }
  .colL-4-1 {
    width: 25%;
  }
  .colL-5-4 {
    width: 80%;
  }
  .colL-5-3 {
    width: 60%;
  }
  .colL-5-2 {
    width: 40%;
  }
  .colL-5-1 {
    width: 20%;
  }
  .colL-6-5 {
    width: 25%;
  }
  .colL-6-1 {
    width: 16.6666666%;
  }
  .colL-8-1 {
    width: 12.5%;
  }
}
@media screen and (max-width: 720px) {
  .colM-clear {
    clear: both;
  }
  .colM-left {
    float: left;
    text-align: left;
  }
  .colM-right {
    float: right;
    text-align: right;
  }
  .colsM-8 > * {
    width: 12.5%;
  }
  .colsM-6 > * {
    width: 16.6666666%;
  }
  .colsM-5 > * {
    width: 20%;
  }
  .colsM-4 > * {
    width: 25%;
  }
  .colsM-3 > * {
    width: 33.3333333%;
  }
  .colsM-2 > * {
    width: 50%;
  }
  .colsM-1 > * {
    width: 100%;
  }
  .colM-1 {
    width: 100%;
  }
  .colM-2-1 {
    width: 50%;
  }
  .colM-3-2 {
    width: 66.6666666%;
  }
  .colM-3-1 {
    width: 33.3333333%;
  }
  .colM-4-3 {
    width: 75%;
  }
  .colM-4-1 {
    width: 25%;
  }
  .colM-5-4 {
    width: 80%;
  }
  .colM-5-3 {
    width: 60%;
  }
  .colM-5-2 {
    width: 40%;
  }
  .colM-5-1 {
    width: 20%;
  }
  .colM-6-5 {
    width: 25%;
  }
  .colM-6-1 {
    width: 16.6666666%;
  }
  .colM-8-1 {
    width: 12.5%;
  }
}
@media screen and (max-width: 480px) {
  .colS-clear {
    clear: both;
  }
  .colS-left {
    float: left;
    text-align: left;
  }
  .colS-right {
    float: right;
    text-align: right;
  }
  .colsS-8 > * {
    width: 12.5%;
  }
  .colsS-6 > * {
    width: 16.6666666%;
  }
  .colsS-5 > * {
    width: 20%;
  }
  .colsS-4 > * {
    width: 25%;
  }
  .colsS-3 > * {
    width: 33.3333333%;
  }
  .colsS-2 > * {
    width: 50%;
  }
  .colsS-1 > * {
    width: 100%;
  }
  .colS-1 {
    width: 100%;
  }
  .colS-2-1 {
    width: 50%;
  }
  .colS-3-2 {
    width: 66.6666666%;
  }
  .colS-3-1 {
    width: 33.3333333%;
  }
  .colS-4-3 {
    width: 75%;
  }
  .colS-4-1 {
    width: 25%;
  }
  .colS-5-4 {
    width: 80%;
  }
  .colS-5-3 {
    width: 60%;
  }
  .colS-5-2 {
    width: 40%;
  }
  .colS-5-1 {
    width: 20%;
  }
  .colS-6-5 {
    width: 25%;
  }
  .colS-6-1 {
    width: 16.6666666%;
  }
  .colS-8-1 {
    width: 12.5%;
  }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/swipebox/loader.gif) center center no-repeat;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/*********************
 IMPORTING MODULES
 Modules are reusable blocks or elements we use throughout the project.
 We can break them up as much as we want or just keep them all in one.
 I mean, you can do whatever you want. The world is your oyster. Unless
 you hate oysters, then the world is your peanut butter & jelly sandwich.
 *********************/
/* ============================================================================
 Menubar
 ============================================================================ */
.stickyBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #7a5da8;
  background: -moz-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(to right, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
  z-index: 10;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.stickyBar .topLink {
  display: block;
  float: left;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 13px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
}
.stickyBar .topLink:hover {
  text-decoration: underline;
}
.stickyBar .callIcons {
  float: right;
  padding: 10px 0 0;
}
.stickyBar .callIcons p {
  display: block;
  margin: 0 0 0 20px;
  float: left;
  position: relative;
  font-size: 13px;
  padding: 0 60px 0 0;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: right;
}
.stickyBar .callIcons p:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.stickyBar .callIcons p.ciEmergency:before {
  background-color: #6aabb1;
  background-image: url(../images/ciEmergency.png);
}
.stickyBar .callIcons p.ciAdvice:before {
  background-color: #695c80;
  background-image: url(../images/ciAdvice.png);
}
.stickyBar .callIcons p span {
  display: block;
  color: #fff;
  line-height: 15px;
}
.stickyBar .callIcons p strong {
  display: block;
  color: #fff;
  line-height: 15px;
}
.stickyBar .callIcons p strong a {
  color: #fff;
}
.stickyPush {
  height: 50px;
}
.menuBars {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  top: 50px;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=0);
}
.menuBars .menuBarRight {
  float: right;
}
.menuBars .topBarSocials {
  float: left;
  padding: 12px 0 0;
}
.infoBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7a5da8;
  background: -moz-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(to right, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
  z-index: 3;
}
.infoBar .infoBarToggle {
  float: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6aabb1;
  background: url(../images/topMenuCall.png) no-repeat 100% 100%;
  width: 124px;
  height: 39px;
  margin-right: -50px;
  cursor: pointer;
}
.topBar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  clear: both;
}
.topBarRight {
  float: right;
}
.headerSocial {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  width: 30px;
}
.topMenuWrap {
  float: left;
}
.topMenuWrap ul {
  margin: 0;
  padding: 12px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.topMenuWrap ul li {
  display: block;
  float: left;
  line-height: 30px;
  font-size: 13px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.topMenuWrap ul li a {
  color: #fff;
  display: block;
  padding: 0 8px;
}
.topMenuWrap ul li a:hover {
  text-decoration: underline;
}
.menuSearch {
  float: left;
  margin: 0;
  padding: 12px 0;
  position: relative;
}
.searchToggle {
  display: block;
  color: #fff;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
}
.searchToggle i {
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.menuSearch.active .searchOn, .searchOff {
  display: block;
}
.menuSearch.active .searchOff, .searchOn {
  display: none;
}
.searchForm {
  display: none;
  padding: 12px 0;
  position: absolute;
  right: 30px;
  top: 0;
  width: 250px;
  z-index: 2;
}
form.searchForm .searchInput {
  height: 30px;
  line-height: 20px;
  margin: 0;
  padding: 5px 10px 5px 45px;
}
form.searchForm button[type="submit"] {
  border-radius: 50%;
  font-size: 11px;
  height: 20px;
  left: 5px;
  line-height: 20px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  width: 20px;
}
.logo {
  display: block;
  width: 268px;
  height: 136px;
  text-indent: -99999px;
  background: url(../images/whiteLogo.png) no-repeat 0 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}
.menuWrapper {
  float: right;
}
.mainMenu ul {
  margin: 0;
}
.mainMenu ul li {
  display: block;
  float: left;
  font-size: 19px;
  line-height: 70px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mainMenu ul li.home span {
  display: none;
}
.mainMenu ul li a {
  display: block;
  position: relative;
  color: #fff;
  margin: 0 0 0 20px;
}
.mainMenu ul li a:before {
  display: block;
  opacity: 0;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainMenu ul li a:hover, .mainMenu ul li.current_page_item a, .mainMenu ul li.current-menu-item a {
  color: #fff;
}
.mainMenu ul li a:hover:before, .mainMenu ul li.current_page_item a:before, .mainMenu ul li.current-menu-item a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menuToggle {
  float: right;
  position: relative;
  cursor: pointer;
  color: #fff;
  margin: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -10px;
  margin-left: 10px;
}
.mtBars {
  display: block;
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.mtBar {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mtBarTop {
  margin-top: -8px;
}
.mtBarBottom {
  margin-top: 8px;
}
.menuToggle.active .mtBar {
  margin: 0;
}
.menuToggle.active .mtBarTop {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuToggle.active .mtBarBottom {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuToggle.active .mtBarTop, .menuToggle.active .mtBarBottom {
  margin: 0;
  -webkit-transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.6s;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out 0.6s;
}
.menuToggle.active .mtBarMiddle {
  width: 0;
  -webkit-transition: width 0.3s ease-in-out 0.3s;
  transition: width 0.3s ease-in-out 0.3s;
}
/* ============================================================================
 Header
 ============================================================================ */
.header {
  height: 440px;
  position: relative;
  background: #53adb2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.home .header {
  height: 0;
  overflow: hidden;
  padding-bottom: 55.5555555556%;
}
body.home .header:after {
  background: #7a5da8;
  background: -moz-linear-gradient(top, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(to bottom, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.headerInner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.headerContent {
  background-color: rgba(37, 25, 35, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 460px;
  height: 460px;
}
.headerTitle {
  color: #fff;
  font-size: 144px;
  line-height: 66px;
  font-family: 'Halo';
  padding: 30px 0 0;
  margin: 0 0 100px;
}
.headerDesc {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  margin: 20px 0;
  padding: 0 80px;
}
@-webkit-keyframes bounce {
  from, 10%, 26.5%, 40%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%, 21.5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  from, 10%, 26.5%, 40%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%, 21.5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.scrollDown {
  position: absolute;
  bottom: 80px;
  display: block;
  left: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #6aabb1;
  color: #fff;
  cursor: pointer;
  margin-left: -15px;
  z-index: 3;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pageHeader:before {
  background: #7a5da8;
  background: -moz-linear-gradient(top, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(to bottom, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.pageHeaderTitle {
  color: #fff;
  font-size: 144px;
  line-height: 66px;
  font-family: 'Halo';
  padding: 30px 0 0;
  margin: 0 0 80px;
  text-align: right;
}
.pageHeaderDesc {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  margin: 20px 0;
  text-align: right;
}
.headerOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
}
/* ============================================================================
 Panel
 ============================================================================ */
.panelOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
}
.panel {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  color: #fff;
  background-color: #75678f;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  -webkit-transition: -webkit-transform 0s ease 0s;
  transition: transform 0.3s ease 0s;
}
.panel:before {
  content: "";
  display: block;
  bottom: -100px;
  right: 0;
  position: absolute;
  width: 600px;
  height: 100%;
  background-color: #75678f;
}
.panel .panelContact {
  display: block;
}
.panel .panelContact .callIcons {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  position: static;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
  padding: 20px;
}
.panel .panelContact .callIcons p {
  padding: 15px 0 15px 40px;
}
.panel .panelContact .callIcons p:before {
  background-size: 46px 46px;
}
.panel .panelContact .callIcons p.ciEmergency:before {
  background-image: url(../images/ciEmergency@2x.png);
}
.panel .panelContact .callIcons p.ciAdvice:before {
  background-image: url(../images/ciAdvice@2x.png);
}
body.lock .panel {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.panelInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.panel .mainMenu {
  float: none;
}
.panel .panelMenu ul {
  margin: 0;
  padding: 30px 0;
}
.panel .panelMenu ul li {
  float: none;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.panel .panelMenu ul li.home a {
  text-indent: 0;
  background: none;
  width: 100%;
}
.panel .panelMenu ul li i {
  display: none;
}
.panel .panelMenu ul li a {
  padding: 0 20px;
  display: block;
  color: #fff;
}
.panel .panelMenu ul li:hover a {
  text-decoration: underline;
}
.panel .topLink {
  background-color: #6aabb1;
}
.panel .topBarRight {
  float: none;
  display: block;
}
.panel .menuSearch {
  float: none;
  margin: 0;
}
.panel .searchToggle {
  display: none;
}
.panel .searchForm {
  display: block !important;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
  padding: 10px;
}
.panel form.searchForm button[type="submit"] {
  left: 17px;
}
.panel .topLink {
  float: none;
  text-indent: 40px;
}
.panel .topLink:before {
  display: none;
}
.panel .topLink i {
  text-indent: 0;
  left: 20px;
}
.panel .topBarSocials {
  padding: 20px;
}
.panel .topBarSocials .headerSocial {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #75678f;
}
.panel .callIcons p {
  position: relative;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.panel .callIcons p:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.panel .callIcons p a {
  color: #fff;
}
/* ============================================================================
 Home
 ============================================================================ */
.melding {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  z-index: 100;
  max-height: 90%;
  overflow: auto;
}
.meldingInner {
  padding: 30px 40px 40px;
}
.meldingTitle {
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.meldingDesc p, .meldingDesc ul li, .meldingDesc ol li {
  font-size: 14px;
  line-height: 24px;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.meldingBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(117, 103, 143, 0.9);
  z-index: 50;
}
.homeBlock {
  z-index: 3;
  position: relative;
}
.usps {
  margin: 30px 0 0;
}
.usps .usp {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.usps .usp i {
  color: #6aabb1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.borderPadding {
  padding: 0 60px 60px;
}
#gridBlockSlider {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
#gridBlockSlider img {
  width: 100%;
}
.gridBlock {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  background: #7a5da8;
  background: -moz-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(135deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
}
.gridBlock img {
  width: 100%;
  opacity: 0.15;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.gridBlock .gridBlockContent {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px 60px;
}
.gridBlock .gridBlockContent h3 {
  font-size: 22px;
  line-height: 30px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.gridBlock .gridBlockContent p {
  margin: 20px 0 0;
  overflow: hidden;
  max-height: 0;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gridBlock:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.gridBlock:hover p {
  max-height: 80px;
}
.contactBlock {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background: #7a5da8;
  background: -moz-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(135deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
}
.contactBlock img {
  display: block;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  max-width: 45%;
}
.convicedBtn {
  display: inline-block;
  padding: 15px 80px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background: #7a5da8;
  background: -moz-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(to right, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
}
.convicedBtn.smallBtn {
  font-size: 15px;
  padding: 5px 30px;
}
.latestNews {
  position: relative;
  padding: 60px 0;
  background: url(../images/newsBg.jpg) no-repeat 50% 50% #c2c2c2;
  background-size: cover;
}
.lnInner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lnBlock {
  background-color: rgba(37, 25, 35, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  padding: 10px;
}
.lnBlockTitle {
  color: #fff;
  font-size: 90px;
  line-height: 75px;
  font-family: 'Halo';
  padding: 30px 0 0;
  margin: 0 0 40px;
}
.buttonTitle {
  margin: 0;
  line-height: 45px;
}
.purpleBg .buttonTitle, .purpleBg .buttonTitle a {
  color: #fff;
}
.buttonTitle .fa-arrow-right {
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #6aabb1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  vertical-align: middle;
  opacity: 0.9;
}
.buttonTitle .fa-question {
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #75678f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 45px;
  vertical-align: middle;
  margin: 0 0 0 -10px;
  opacity: 0.9;
}
.purpleBg .buttonTitle .fa-question {
  color: #75678f;
  background-color: #fff;
}
.officeHours {
  overflow: hidden;
}
.officeBg {
  width: 100%;
  height: 700px;
  background: url(../images/opBg.jpg) no-repeat 50% 50% #f2f2f2;
  background-size: cover;
}
.ohContent {
  background: #7a5da8;
  background: -moz-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(135deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
  width: 100%;
  height: 700px;
  padding: 75px 45px;
}
.ohList {
  margin: 10px 0 30px;
}
.ohList li {
  display: block;
  padding: 0 13px;
  position: relative;
  font-size: 13px;
}
.ohList li.ohCurrent > * {
  color: #fff;
  font-weight: 700;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.ohList li.ohCurrent:before {
  content: "\f054";
  display: block;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -40px;
  top: 0;
  font-family: "FontAwesome";
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shake;
  animation-name: shake;
}
.ohList li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.ohList li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.25);
}
.ohList li > * {
  display: block;
  float: left;
  width: 33.33333333%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.babyGrid {
  background-color: #e7ebf1;
  background-image: url("data:image/svg+xml,%3Csvg width=\'64\' height=\'64\' viewBox=\'0 0 64 64\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z\' fill=\'%23cfd7e2\' fill-opacity=\'0.65\' fill-rule=\'evenodd\'/%3E%3C/svg%3E");
  overflow: hidden;
}
.babyCol {
  position: relative;
  cursor: default;
  overflow: hidden;
  text-align: center;
}
.babyCol:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(117, 103, 143, 0) 0%, rgba(117, 103, 143, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(117, 103, 143, 0) 0%, rgba(117, 103, 143, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(117, 103, 143, 0) 0%, rgba(117, 103, 143, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075678f', endColorstr='#4075678f',GradientType=0);
}
.babyColContent {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 20px 20px;
}
.mobile .babyCol {
  text-align: left;
}
.mobile .babyColImg:before {
  opacity: 0.3;
}
.mobile .babyColTitle {
  opacity: 1;
  top: 0;
  font-size: 40px;
  -webkit-transform: none;
  transform: none;
}
.babyColContent p {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  padding: 6px 0 6px 30px;
  margin: 0;
  background: url(../images/clock.png) 0 50% no-repeat;
}
.babyColImg {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.babyColImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.babyColImg:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 90, 128, 0.5);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.babyCol:hover .babyColImg:before {
  opacity: 1;
}
.babyColTitle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  font-family: 'Halo';
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.babyCol:hover .babyColTitle {
  opacity: 1;
}
.babyColLast {
  position: relative;
}
.babyColLast a {
  display: block;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background: #7a5da8;
  background: -moz-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  background: linear-gradient(135deg, rgba(122, 93, 168, 1) 0%, rgba(83, 173, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a5da8', endColorstr='#53adb2',GradientType=1);
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.babyColLast a:hover {
  background-color: #6aabb1;
}
.babyColLast a p {
  display: block;
  position: absolute;
  padding: 0 10px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
/* ============================================================================
 Folders
 ============================================================================ */
.shopProductAttachments {
  margin-top: 0;
  padding-top: 30px;
}
.productFile {
  display: block;
  background-color: #e7ebef;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.productFile:hover {
  background-color: #6aabb1;
  color: #fff;
}
.productFile:hover .productFileTitle {
  color: #fff;
}
.productFileContent {
  padding: 20px;
}
.productFileTitle {
  color: #75678f;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* ============================================================================
 Medewerkers
 ============================================================================ */
.medewerker {
  padding: 30px 0 0;
  border-top: 1px solid #e2e2e1;
  margin: 10px 0 0;
}
.workerImg {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.workerContent {
  overflow: hidden;
}
.workerInfo {
  margin: 0;
  font-size: 18px;
}
/* ============================================================================
 Teampagina
 ============================================================================ */
.teamBlock {
  background-color: #e7ebef;
}
.teamBlockImg {
  position: relative;
  height: 0;
  padding: 0 0 130%;
  overflow: hidden;
}
.teamBlockImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.teamBlockContent {
  padding: 20px;
}
.teamBlockTitle {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.teamBlockSubtitle {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.teamBlockDesc {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
/* ============================================================================
 Nieuws
 ============================================================================ */
.newsFilters {
  float: right;
  margin-bottom: 20px;
}
.catFilters .Btn {
  padding: 0 20px;
  font-size: 13px;
  background-color: rgba(37, 25, 35, 0.3);
  color: #fff;
}
.catFilters .Btn.active i {
  background-color: #6aabb1;
}
/* ============================================================================
 Featured Page
 ============================================================================ */
.stickyBtns {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.stickyBtns a {
  display: inline-block;
  float: left;
  padding: 0 20px;
  color: #fff;
  line-height: 36px;
}
.stickyBtns a i {
  margin: 0 0 0 10px;
}
.stickyBtns .availLink {
  background-color: #75678f;
  position: relative;
  padding-left: 30px;
}
.stickyBtns .availLink:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
  left: 10px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stickyBtns .availLink.availLinkOn:before {
  background-color: #2ecc71;
}
.stickyBtns .availLink.availLinkOff:before {
  background-color: #e74c3c;
}
.stickyBtns .featuredPageLink {
  background-color: #6aabb1;
  cursor: pointer;
}
@-webkit-keyframes featPageLink {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes featPageLink {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.articleContent .specImg > img {
  float: right;
  margin: 0 0 20px 20px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .articleContent .specImg > img {
    float: none;
    margin: 10px auto 20px;
    display: block;
  }
}
/* ============================================================================
 EHBO
 ============================================================================ */
.ehbo {
  display: block;
  position: absolute;
  right: 0;
  top: 150px;
  width: 160px;
  height: 125px;
  background: url(../images/ehbo.png) no-repeat 50% 50%;
  background-size: contain;
  z-index: 5;
  cursor: pointer;
}
.knovContent {
  padding: 0 200px 0 0;
  position: relative;
}
.knovContent .knovLogo {
  position: absolute;
  background: url(../images/knovFooter.png) no-repeat 100% 50%;
  width: 200px;
  height: 132px;
  background-size: 200px auto;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .footerMiddle {
    padding-bottom: 0;
  }
  .knovContent {
    padding: 0;
  }
  .knovContent .knovLogo {
    position: static;
    bottom: 0;
    top: inherit;
    width: 100%;
    background-position: 50% 50%;
    -webkit-transform: none;
    transform: none;
  }
  .ehbo {
    position: static;
    width: 100%;
    background-position: 50% 50%;
    margin: 0 0 20px;
  }
}
.customButton {
  color: #fff;
  position: absolute;
  top: 140px;
  z-index: 5;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .customButton {
    top: 100px;
  }
}
.tenYears {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  background-image: url(../images/ten-years.svg);
  height: 163px;
  left: calc(( 100% - 1120px ) / 2);
  position: absolute;
  bottom: 0;
  transform-origin: left top;
  z-index: 10;
  width: 200px;
}
.tenYears span {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-family: 'soleil', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tenYears.fixed {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: fixed;
  top: 40px;
}
.tenYears.fixed span {
  opacity: 0;
}
@media screen and (max-width: 1220px) {
  .tenYears {
    left: 5%;
  }
}
@media screen and (max-width: 1220px) {
  .tenYears {
    height: 122px;
    width: 150px;
  }
  .tenYears span {
    bottom: 7px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .tenYears {
    height: 98px;
    left: auto;
    right: 5%;
    transform-origin: right top;
    width: 120px;
  }
  .tenYears span {
    display: none;
  }
  .tenYears.fixed {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: 75px;
  }
}
/* ============================================================================
 Block
 ============================================================================ */
.whiteBg .block {
  background-color: #e7ebef;
}
.whiteBg .block .blockImg:before {
  background-image: url(../images/slopeLightblue@2x.png);
}
.blockSlider {
  margin-left: -17px;
}
.blockSlider .blockSlide {
  padding-left: 17px;
}
.block {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
.blueBg .block {
  background-color: #fff;
}
.blockImg {
  position: relative;
  overflow: hidden;
  padding-bottom: 58%;
  height: 0;
}
.blockImg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 40px;
  background: url(../images/slope@2x.png) no-repeat 0 0;
  background-size: 1600px 65px;
  z-index: 1;
}
.blockImg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.blockContent {
  position: relative;
  padding: 15px 40px;
}
.smallBlock .blockContent {
  padding: 20px 20px 40px;
}
.blockTitleContainer {
  height: 72px;
  overflow: hidden;
  margin: 0 0 20px;
}
.blockTitleWrap {
  height: 72px;
  overflow: hidden;
  display: table;
  width: 100%;
}
.blockTitle {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-size: 23px;
  line-height: 36px;
  max-height: 72px;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.blockTitleWrap .blockTitle {
  margin: 0;
  display: table-cell;
  vertical-align: bottom;
}
.smallBlock .blockTitle {
  font-size: 25px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blockDesc {
  margin: 0 0 20px;
  display: block;
  color: #4c4c4d;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.blockDate {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #6aabb1;
}
.blockDate i {
  font-size: 16px;
  color: #75678f;
}
.blockLink {
  display: block;
  position: absolute;
  bottom: -22px;
  left: 30px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
a.block:hover .blockLink, .blockLink:hover {
  background-color: rgba(37, 25, 35, 0.3);
}
.blockLink i {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #6aabb1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
a.block:hover .blockLink i, .blockLink:hover i {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.smallBlockSlider .block {
  max-width: 230px;
  margin-right: 10px;
}
/*********************
 RETINA (2x RESOLUTION DEVICES)
 *********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .logo {
    background-image: url(../images/whiteLogo@2x.png);
    background-size: 268px 62px;
  }
  .curves:before {
    background-image: url(../images/curves@2x.png);
    background-size: 636px 50px;
  }
  .callIcons p:before {
    background-size: 46px 46px;
  }
  .callIcons p.ciEmergency:before {
    background-image: url(../images/ciEmergency@2x.png);
  }
  .callIcons p.ciAdvice:before {
    background-image: url(../images/ciAdvice@2x.png);
  }
  .babyColContent p {
    background-image: url(../images/clock@2x.png);
    background-size: 25px 25px;
  }
  .infoBar .infoBarToggle {
    background: url(../images/topMenuCall@2x.png);
    background-size: 124px 39px;
  }
}
/*********************
 IMPORTING RESPONSIVE
 *********************/
/* ============================================================================
 Media Queries 768 and lower (iPad Landscape & Low Desktop )
 ============================================================================ */
@media screen and (max-height: 960px) {
  body.home .header {
    padding-bottom: inherit;
    height: 600px;
  }
}
@media screen and (max-height: 768px) {
  .padding {
    padding: 40px 0;
  }
  .push {
    height: 30px;
  }
}
/* ============================================================================
 Media Queries 960 and higher (Desktop)
 ============================================================================ */
@media screen and (max-width: 1220px) {
  /* Globals */
  body {
    min-width: 100%;
  }
  body:after {
    display: none;
    content: "";
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid rebeccapurple;
    border-left: 20px solid transparent;
  }
  .inner {
    width: 90%;
  }
}
/* ============================================================================
 Media Queries 480 - 960 (iPad Portrait)
 ============================================================================ */
@media screen and (max-width: 960px) {
  /* Globals */
  body:after {
    border-bottom-color: yellowgreen;
  }
}
/* ============================================================================
 Media Queries 480 - 720 (iPhone landscape)
 ============================================================================ */
@media screen and (max-width: 720px) {
  /* Globals */
  body:after {
    border-bottom-color: salmon;
    /* Article */
  }
  .articleContent .articleImg {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .articleContent .articleImg img {
    width: 100%;
  }
  .pageContent {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
/* ============================================================================
 Media Queries 480 and lower (iPhone Portrait)
 ============================================================================ */
@media screen and (max-width: 480px) {
  /* Globals */
  body {
    min-width: 320px;
  }
  body:after {
    border-bottom-color: lightblue;
  }
  .Btns .Btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1220px) {
  .mainMenu ul li {
    font-size: 14px;
  }
  .mainMenu ul li.home a {
    margin: 0;
  }
  .mainMenu ul li a {
    margin-left: 17px;
  }
  .callIcons p {
    padding: 15px 20px 15px 55px;
    font-size: 11px;
  }
  .contactBlock img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* Global */
  .footer {
    height: auto;
    margin: 0;
  }
  .footerTop, .footerMiddle, .footerBottom {
    height: auto;
  }
  .footerTop {
    padding: 20px 0;
    text-align: center;
  }
  .footerMiddle {
    padding: 40px 0 70px;
  }
  .container {
    min-height: inherit;
  }
  .innerContainer {
    padding: 0;
  }
  .footer .logo, .footer .callIcons {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .childPagesMenu li {
    font-size: 16px;
    line-height: 20px;
  }
  .childPagesMenu li i {
    line-height: 20px;
  }
  /* Block */
  /* Menu */
  .logo {
    height: 94px;
  }
  .mainMenu, .topMenuWrap, .topBar {
    display: none;
  }
  .menuBars .topBarSocials {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 80px 12px 12px;
  }
  .gridBlock .gridBlockContent p {
    max-height: inherit;
  }
  /* Home */
  body.home .header {
    height: 500px;
  }
  .header {
    height: 300px;
  }
  .headerContent {
    width: 300px;
    height: 300px;
  }
  .headerTitle {
    font-size: 90px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  .headerDesc {
    font-size: 18px;
    line-height: 25px;
    padding: 0 10px;
  }
  .pageHeaderTitle {
    font-size: 100px;
    line-height: 60px;
    margin: 0 0 30px;
    padding: 0;
  }
  .pageHeaderDesc {
    font-size: 22px;
    line-height: 28px;
  }
  .lnInner {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .officeBg {
    height: 0;
    padding-bottom: 65%;
  }
  .ohContent {
    padding: 40px;
    height: inherit;
  }
  .homeBlock {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 720px) {
  /* Global */
  .title {
    font-size: 26px;
    line-height: 30px;
  }
  .workerImg {
    width: 100px;
    height: 100px;
  }
  /* Menu */
  .topBarRight, .infoBar .infoBarToggle, .topBar .topLink {
    display: none;
  }
  .borderPadding {
    padding: 0 5% 30px;
  }
  .stickyBar .topLink {
    font-size: 12px;
  }
  .stickyBar .callIcons p {
    font-size: 11px;
    padding-right: 35px;
    margin-left: 5px;
  }
  .headerInner {
    display: none;
  }
  body.home .headerInner {
    display: block;
  }
  .gridBlock {
    height: auto;
    padding: 0;
  }
  .gridBlock img {
    position: absolute;
  }
  .gridBlock .gridBlockContent {
    position: static;
  }
  .title, .smallTitle {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
  }
  .smallTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .footer .callIcons p {
    font-size: 12px;
  }
  /* Home */
  .ohList li > * {
    font-size: 14px;
    line-height: 30px;
  }
  .babyColContent p {
    padding: 0;
    background: none !important;
    font-size: 13px;
  }
  /* News */
  .newsFilters {
    float: none;
    width: 100%;
    clear: left;
  }
  .stickyBtns a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* Global */
  .footerTop {
    text-align: left;
  }
  .bottomLeft, .bottomRight {
    float: none;
  }
  .header {
    height: 200px;
  }
  .title {
    font-size: 22px;
    line-height: 28px;
  }
  .pageHeaderTitle {
    font-size: 50px;
    line-height: 20px;
  }
  .pageHeaderDesc {
    font-size: 16px;
    line-height: 22px;
  }
  .medewerker {
    text-align: center;
  }
  .workerImg {
    float: none;
    margin: 0 auto 20px;
  }
  .articleContent img.alignleft, .articleContent img.alignright {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
  .stickyBtns {
    left: 0;
    text-align: center;
  }
  .stickyBtns a {
    display: block;
    line-height: 32px;
    font-size: 11px;
    float: none;
  }
  .footer .callIcons p {
    margin: 0;
  }
  .footerBottom {
    padding-bottom: 80px;
  }
  /* Block */
  .blockContent {
    padding: 35px;
  }
  .panel {
    width: 260px;
  }
  /* Menu */
  .stickyBar {
    height: 80px;
    background: #75678f;
  }
  .stickyBar .inner {
    width: 100%;
  }
  .stickyBar .topLink {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #6aabb1;
  }
  .stickyBar .callIcons {
    width: 100%;
    padding: 5px 5% 0;
  }
  .stickyBar .callIcons p {
    width: 50%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 35px;
  }
  .stickyBar .callIcons p:before {
    right: inherit;
    left: 0;
  }
  .menuBars {
    top: 80px;
  }
  .stickyPush {
    height: 80px;
  }
  .callIcons p {
    padding: 10px 20px 10px 40px;
  }
  .callIcons p:before {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
  }
  .callIcons p span, .callIcons p strong {
    line-height: 15px;
  }
  .logo {
    width: 200px;
    height: 70px;
    background-size: contain !important;
  }
  .menuToggle {
    top: -30px;
  }
  .stickyBar .topLink {
    padding: 0 12px;
  }
  /* Home */
  .lnBlock {
    width: 250px;
    height: 250px;
    padding: 20px;
  }
  .lnBlockTitle {
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 20px;
  }
  .ohContent {
    padding: 30px 5%;
  }
  .ohList li > * {
    font-size: 11px;
    line-height: 26px;
  }
  .ohList li.ohCurrent:before {
    height: 26px;
    line-height: 26px;
    left: -20px;
  }
  .convicedBtn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .panel .panelMenu ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
