@font-face {
  font-family: 'Gotham-book';
  src: url('../../fonts/Gotham-Book.woff2') format('woff2'), url('../../fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-medium';
  src: url('../../fonts/Gotham-Medium.woff2') format('woff2'), url('../../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-bold';
  src: url('../../fonts/Gotham-Bold.woff2') format('woff2'), url('../../fonts/Gotham-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'glyphicons-halflings-regular';
  src: url('../../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff');
}
@font-face {
  font-family: 'generali';
  src: url('../../fonts/generali.ttf?8v0hja') format('truetype'), url('../../fonts/generali.woff?8v0hja') format('woff'), url('../../fonts/generali.svg?8v0hja#generali') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'generali' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: "\e905";
}
.icon-makelaar {
  position: absolute;
}
.icon-makelaar .path1:before {
  content: "\e903";
  color: #00abe9;
}
.icon-makelaar .path2:before {
  content: "\e904";
  margin-left: -1.04394531em;
  color: #133b7b;
}
.icon-global:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
@font-face {
  font-family: 'STT-Icons';
  src: url('../../fonts/STT-Icons.eot?3oohe1');
  src: url('../../fonts/STT-Icons.eot?3oohe1#iefix') format('embedded-opentype'), url('../../fonts/STT-Icons.ttf?3oohe1') format('truetype'), url('../../fonts/STT-Icons.woff?3oohe1') format('woff'), url('../../fonts/STT-Icons.svg?3oohe1#STT-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="stt-"],
[class*=" stt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STT-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stt-microphone .path1:before {
  content: "\e900";
  color: #13004b;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.stt-microphone .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #00bbe7;
}
.stt-microphone {
  cursor: pointer;
}
.stt-microphone:hover .path1:before {
  color: #e91b26;
}
.stt-microphone.recording .path1:before {
  -webkit-animation: animate 1.4s linear infinite;
          animation: animate 1.4s linear infinite;
}
.stt-microphone.gstt-non-compatible {
  display: none;
}
@-webkit-keyframes animate {
  0% {
    color: #e91b26;
  }
  50% {
    color: #13004b;
  }
  100% {
    color: #e91b26;
  }
}
@keyframes animate {
  0% {
    color: #e91b26;
  }
  50% {
    color: #13004b;
  }
  100% {
    color: #e91b26;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00BBE7;
  border-color: #00BBE7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0092b4;
  border-color: #005468;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0092b4;
  border-color: #0089aa;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0092b4;
  background-image: none;
  border-color: #0089aa;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #007590;
  border-color: #005468;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00BBE7;
  border-color: #00BBE7;
}
.btn-primary .badge {
  color: #00BBE7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #13004B;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00BBE7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.feature-even .center-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.card {
  background-color: #ffffff;
  border-top: solid 5px #00BBE7;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.cta-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #00BBE7;
  border-color: #00BBE7;
  border-radius: 0;
  padding: 15px 35px;
  margin-top: 15px;
}
.cta-primary:focus,
.cta-primary:active:focus,
.cta-primary.active:focus,
.cta-primary.focus,
.cta-primary:active.focus,
.cta-primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cta-primary:hover,
.cta-primary:focus,
.cta-primary.focus {
  color: #333;
  text-decoration: none;
}
.cta-primary:active,
.cta-primary.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cta-primary.disabled,
.cta-primary[disabled],
fieldset[disabled] .cta-primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.cta-primary.disabled,
fieldset[disabled] a.cta-primary {
  pointer-events: none;
}
.cta-primary:focus,
.cta-primary.focus {
  color: #fff;
  background-color: #0092b4;
  border-color: #005468;
}
.cta-primary:hover {
  color: #fff;
  background-color: #0092b4;
  border-color: #0089aa;
}
.cta-primary:active,
.cta-primary.active,
.open > .dropdown-toggle.cta-primary {
  color: #fff;
  background-color: #0092b4;
  background-image: none;
  border-color: #0089aa;
}
.cta-primary:active:hover,
.cta-primary.active:hover,
.open > .dropdown-toggle.cta-primary:hover,
.cta-primary:active:focus,
.cta-primary.active:focus,
.open > .dropdown-toggle.cta-primary:focus,
.cta-primary:active.focus,
.cta-primary.active.focus,
.open > .dropdown-toggle.cta-primary.focus {
  color: #fff;
  background-color: #007590;
  border-color: #005468;
}
.cta-primary.disabled:hover,
.cta-primary[disabled]:hover,
fieldset[disabled] .cta-primary:hover,
.cta-primary.disabled:focus,
.cta-primary[disabled]:focus,
fieldset[disabled] .cta-primary:focus,
.cta-primary.disabled.focus,
.cta-primary[disabled].focus,
fieldset[disabled] .cta-primary.focus {
  background-color: #00BBE7;
  border-color: #00BBE7;
}
.cta-primary .badge {
  color: #00BBE7;
  background-color: #fff;
}
.cta-secondary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #13004B;
  border-color: #13004B;
  border-radius: 0;
  padding: 15px 35px;
  margin-top: 15px;
}
.cta-secondary:focus,
.cta-secondary:active:focus,
.cta-secondary.active:focus,
.cta-secondary.focus,
.cta-secondary:active.focus,
.cta-secondary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cta-secondary:hover,
.cta-secondary:focus,
.cta-secondary.focus {
  color: #333;
  text-decoration: none;
}
.cta-secondary:active,
.cta-secondary.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cta-secondary.disabled,
.cta-secondary[disabled],
fieldset[disabled] .cta-secondary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.cta-secondary.disabled,
fieldset[disabled] a.cta-secondary {
  pointer-events: none;
}
.cta-secondary:focus,
.cta-secondary.focus {
  color: #fff;
  background-color: #060018;
  border-color: #000000;
}
.cta-secondary:hover {
  color: #fff;
  background-color: #060018;
  border-color: #03000e;
}
.cta-secondary:active,
.cta-secondary.active,
.open > .dropdown-toggle.cta-secondary {
  color: #fff;
  background-color: #060018;
  background-image: none;
  border-color: #03000e;
}
.cta-secondary:active:hover,
.cta-secondary.active:hover,
.open > .dropdown-toggle.cta-secondary:hover,
.cta-secondary:active:focus,
.cta-secondary.active:focus,
.open > .dropdown-toggle.cta-secondary:focus,
.cta-secondary:active.focus,
.cta-secondary.active.focus,
.open > .dropdown-toggle.cta-secondary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.cta-secondary.disabled:hover,
.cta-secondary[disabled]:hover,
fieldset[disabled] .cta-secondary:hover,
.cta-secondary.disabled:focus,
.cta-secondary[disabled]:focus,
fieldset[disabled] .cta-secondary:focus,
.cta-secondary.disabled.focus,
.cta-secondary[disabled].focus,
fieldset[disabled] .cta-secondary.focus {
  background-color: #13004B;
  border-color: #13004B;
}
.cta-secondary .badge {
  color: #13004B;
  background-color: #fff;
}
.sub-title {
  color: #00BBE7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 3px #E3E7E9;
}
.card-tool,
.card-navigation,
.card-product {
  background-color: #ffffff;
  padding: 5px 30px 30px 30px;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  border-top: solid 5px #00BBE7;
  text-align: center;
}
.card-tool .links,
.card-navigation .links,
.card-product .links {
  margin: 0;
  margin-top: 15px;
}
.card-tool .node-readmore,
.card-navigation .node-readmore,
.card-product .node-readmore {
  margin: 0;
  font-family: 'Gotham-bold', sans-serif;
  font-size: 14pt;
  position: relative;
  line-height: 1;
}
.card-tool h3,
.card-navigation h3,
.card-product h3 {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.card-tool a,
.card-navigation a,
.card-product a {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.card-tool a:after,
.card-navigation a:after,
.card-product a:after {
  font-family: "glyphicons-halflings-regular";
  content: "\e258";
  font-size: 12pt;
  position: absolute;
  right: -30px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.card-tool a:hover,
.card-navigation a:hover,
.card-product a:hover,
.card-tool a:focus,
.card-navigation a:focus,
.card-product a:focus {
  text-decoration: none;
}
.card-tool p,
.card-navigation p,
.card-product p {
  margin: 0;
  padding-top: 15px;
}
.card-tool:hover,
.card-navigation:hover,
.card-product:hover {
  cursor: pointer;
}
.card-tool:hover a,
.card-navigation:hover a,
.card-product:hover a,
.card-tool:hover h3,
.card-navigation:hover h3,
.card-product:hover h3 {
  color: #00BBE7;
}
.card-tool {
  padding: 0;
}
.card-tool img {
  width: 100%;
}
.card-tool-title {
  height: 120px;
  position: relative;
  margin-left: 30px;
  margin-right: 60px;
}
.card-tool-title h3 {
  font-family: 'Gotham-book', sans-serif;
  width: 100%;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-tool-title h3 strong {
  font-family: 'Gotham-bold', sans-serif;
  font-size: 28px;
}
.card-tool-title a:after {
  font-family: "glyphicons-halflings-regular";
  content: "\e258";
  font-size: 20pt;
  position: absolute;
  right: -30px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.card-navigation {
  margin-top: 30px;
  min-height: 290px;
  position: relative;
  padding: 0;
}
.card-navigation-content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px 30px 30px 30px;
}
.card-navigation a:after {
  content: none;
}
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #00BBE7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}
.image-widget.row {
  overflow: hidden;
}
.file {
  padding-left: 20px;
  /* LTR */
  display: inline-block;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */
}
.file--general,
.file--application-octet-stream {
  background-image: url(../../images/icons/application-octet-stream.png);
}
.file--package-x-generic {
  background-image: url(../../images/icons/package-x-generic.png);
}
.file--x-office-spreadsheet {
  background-image: url(../../images/icons/x-office-spreadsheet.png);
}
.file--x-office-document {
  background-image: url(../../images/icons/x-office-document.png);
}
.file--x-office-presentation {
  background-image: url(../../images/icons/x-office-presentation.png);
}
.file--text-x-script {
  background-image: url(../../images/icons/text-x-script.png);
}
.file--text-html {
  background-image: url(../../images/icons/text-html.png);
}
.file--text-plain {
  background-image: url(../../images/icons/text-plain.png);
}
.file--application-pdf {
  background-image: url(../../images/icons/application-pdf.png);
}
.file--application-x-executable {
  background-image: url(../../images/icons/application-x-executable.png);
}
.file--audio {
  background-image: url(../../images/icons/audio-x-generic.png);
}
.file--video {
  background-image: url(../../images/icons/video-x-generic.png);
}
.file--text {
  background-image: url(../../images/icons/text-x-generic.png);
}
.file--image {
  background-image: url(../../images/icons/image-x-generic.png);
}
#ot-sdk-btn.ot-sdk-show-settings {
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  visibility: hidden !important;
}
.layout-builder__section .layout-builder__link--configure,
.layout-builder__section .layout-builder__link--remove {
  display: inline-block;
  margin: 10px 10px;
}
.layout-builder__section .layout-builder__link--configure {
  width: 50%;
  text-align: right;
  float: left;
}
.layout-builder__section .layout-builder__link--remove {
  font-size: inherit;
}
.layout-builder__section .layout-builder__add-block {
  width: 100%;
}
span.icon.glyphicon {
  font-family: "glyphicons-halflings-regular" !important;
}
.layout-builder-update-block .filter-wrapper {
  height: 110px;
  margin-bottom: 15px;
}
.layout-builder-update-block .filter-wrapper .form-type-select {
  display: block;
}
.layout-builder-update-block .filter-wrapper .select-wrapper {
  width: 100% !important;
}
.layout-builder-update-block .filter-wrapper .filter-help {
  width: 100%;
  text-align: left;
}
.layout-builder-update-block .filter-wrapper .filter-help span {
  padding-right: 10px !important;
}
.layout-builder-revert-overrides,
.layout-builder-discard-changes,
#edit-layout-builder-layout-wrapper ~ .form-type-vertical-tabs,
.layout-builder__message,
.node-layout-builder-form #edit-actions {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .layout-builder-revert-overrides,
  .layout-builder-discard-changes,
  #edit-layout-builder-layout-wrapper ~ .form-type-vertical-tabs,
  .layout-builder__message,
  .node-layout-builder-form #edit-actions {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .layout-builder-revert-overrides,
  .layout-builder-discard-changes,
  #edit-layout-builder-layout-wrapper ~ .form-type-vertical-tabs,
  .layout-builder__message,
  .node-layout-builder-form #edit-actions {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .layout-builder-revert-overrides,
  .layout-builder-discard-changes,
  #edit-layout-builder-layout-wrapper ~ .form-type-vertical-tabs,
  .layout-builder__message,
  .node-layout-builder-form #edit-actions {
    width: 1170px;
  }
}
.layout-builder-revert-overrides #edit-actions,
.layout-builder-discard-changes #edit-actions {
  padding: 15px 0;
}
.layout-section .new-block {
  background-color: #eff6fc;
  padding: 1.5em 0;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) button.field-add-more-submit,
#drupal-off-canvas-wrapper button.field-add-more-submit {
  margin-top: 15px;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) td.field-multiple-drag,
#drupal-off-canvas-wrapper td.field-multiple-drag {
  width: 70px;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .alert,
#drupal-off-canvas-wrapper .alert {
  width: 100%;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .glyphicon-refresh,
#drupal-off-canvas-wrapper .glyphicon-refresh {
  padding-left: 5px;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .cke_top,
#drupal-off-canvas-wrapper .cke_top,
#drupal-off-canvas:not(.drupal-off-canvas-reset) .cke_top *,
#drupal-off-canvas-wrapper .cke_top * {
  background-color: #f0f0f0 !important;
  color: #000000;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .cke_button,
#drupal-off-canvas-wrapper .cke_button {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .cke_button:hover,
#drupal-off-canvas-wrapper .cke_button:hover {
  background-color: #a3a3a3 !important;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .form-item-layout-settings-main-classes .form-select.form-control,
#drupal-off-canvas-wrapper .form-item-layout-settings-main-classes .form-select.form-control,
#drupal-off-canvas:not(.drupal-off-canvas-reset) .form-item-layout-settings-layout-classes .form-select.form-control,
#drupal-off-canvas-wrapper .form-item-layout-settings-layout-classes .form-select.form-control {
  padding: 0;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) .tabledrag-handle .glyphicon-move,
#drupal-off-canvas-wrapper .tabledrag-handle .glyphicon-move {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../../images/icons/move.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: move;
}
.content-browser-form .is-entity-browser-submit {
  margin-top: 15px;
}
.content-browser-form .views-exposed-form .form-actions {
  margin: 0;
}
.content-browser-form .view-content {
  height: 100% !important;
}
.content-browser-form .pagination > .active > a {
  z-index: 1;
}
.content-browser-form .views-row {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 20px 35px;
}
.content-browser-form .views-row h2 {
  font-size: 18px;
  margin: 0;
}
.content-browser-form .views-field-content-browser-preview .content {
  display: none;
}
h1 {
  font-family: 'Gotham-bold', sans-serif;
  color: #13004B;
  display: inline-block;
  position: relative;
}
h1:after {
  content: "";
  width: calc(100% + 20px);
  max-width: 100%;
  height: 5px;
  position: absolute;
  background-color: #00BBE7;
  bottom: -10px;
  left: 0;
}
.cke_panel_container h1:after {
  content: none;
}
.block:first-child h2.block-title {
  margin-top: 22px;
}
h2 {
  font-family: 'Gotham-medium', sans-serif;
  color: #485865;
}
h3,
h4 {
  font-family: 'Gotham-bold', sans-serif;
  color: #333333;
}
.ui-widget,
.ui-autocomplete {
  font-family: 'Gotham-book', sans-serif !important;
}
hr {
  border-top-width: 2px;
  margin: 0;
}
.main-container {
  min-height: calc(100vh - 100px - 196px);
}
.background-image-wrapper + .main-container {
  min-height: calc(100vh - 100px - 196px - 330px);
}
.page-node-type-product .container-wrapper:nth-child(odd) {
  background-color: #ffffff;
}
.region-header,
.region-help {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .region-header,
  .region-help {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .region-header,
  .region-help {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .region-header,
  .region-help {
    width: 1170px;
  }
}
/**
 * Override layout builder.
 *
 * @see line 16, core/misc/dialog/off-canvas.form.css
 */
.adminimal-admin-toolbar #drupal-off-canvas {
  padding: 0 10px 0 0;
  color: white;
}
.adminimal-admin-toolbar #drupal-off-canvas .form-type-search input {
  font-size: 1rem;
  height: unset;
  padding: 0.5rem;
}
#drupal-off-canvas:not(.drupal-off-canvas-reset) select,
#drupal-off-canvas-wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
