.nb-img-grid {
  line-height: 0;
  column-count: 3;
  column-gap: 10px;
  text-align: center; }
  .nb-img-grid img {
    margin-bottom: 10px;
    max-width: 100%; }

.small-screen .nb-img-grid {
  column-count: 2; }

.nb-form {
  max-width: 680px;
  font-family: sans-serif; }
  .nb-form input[type="text"], .nb-form input[type="email"], .nb-form input[type="number"], .nb-form input[type="password"], .nb-form input[type="search"], .nb-form input[type="date"] {
    font-family: sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 34px;
    width: 100%;
    padding: 0 10px;
    margin: 5px 0;
    vertical-align: top;
    transition: border 0.1s linear; }
  .nb-form input:focus {
    border: 1px solid #0074D9; }
  .nb-form textarea {
    font-family: sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 8px 10px;
    margin: 5px 0 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    transition: border 0.1s linear; }
    .nb-form textarea:focus {
      border: 1px solid #0074D9; }
  .nb-form select {
    font-family: sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 34px;
    padding: 6px 10px;
    width: 100%;
    margin: 5px 0 20px;
    background-image: url("../img/down.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 5px;
    vertical-align: top; }
  .nb-form label {
    font-size: 11px;
    text-transform: uppercase;
    font-family: sans-serif;
    display: block;
    width: 100%;
    margin: 0 0 10px; }
    .nb-form label.nb-close {
      display: none; }
  .nb-form .label-inline {
    display: inline-block;
    font-weight: normal;
    margin: 0 5px 20px 0; }
  .nb-form .medium-editor-element {
    font-family: sans-serif;
    font-size: 14px;
    min-height: 96px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100%;
    margin: 5px 0 20px; }
    .nb-form .medium-editor-element:focus {
      border: 1px solid #0074D9; }
  .nb-form .editor.img-wrapper {
    margin: 5px 0 20px; }
    .nb-form .editor.img-wrapper img {
      max-width: 400px;
      max-height: 400px; }
  .nb-form .nb-gallery-field {
    margin: 5px 0px 20px 0px;
    margin: 5px 0px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 136px; }
    .nb-form .nb-gallery-field .editor.img-wrapper {
      margin: 0;
      background: #ccc; }
      .nb-form .nb-gallery-field .editor.img-wrapper img {
        height: 100%;
        width: auto; }
  .nb-form .nb-actions {
    width: 100%;
    padding: 5px;
    background-color: #efefef;
    border-radius: 5px; }
    .nb-form .nb-actions .nb-button,
    .nb-form .nb-actions input[type="submit"] {
      margin: 0 5px 0 0; }

.nb-button,
input[type="submit"] {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  color: #fff !important;
  background-color: #0074D9;
  padding: 0 20px;
  border: none;
  margin: 5px 5px 10px 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  .nb-button:disabled, .nb-button.nb-button-disabled,
  input[type="submit"]:disabled,
  input[type="submit"].nb-button-disabled {
    background-color: #eee;
    color: #ccc; }
  .nb-button.nb-button-transparent,
  input[type="submit"].nb-button-transparent {
    background-color: transparent; }
  .nb-button.green,
  input[type="submit"].green {
    background-color: #338e2d; }
  .nb-button.delete,
  input[type="submit"].delete {
    background-color: #9f1010; }
  .nb-button.icon-button,
  input[type="submit"].icon-button {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 15px;
    background-position: center;
    background-size: 18px 18px;
    background-repeat: no-repeat; }
  .nb-button.edit,
  input[type="submit"].edit {
    background-image: url("../img/icon-edit.svg"); }
  .nb-button.delete,
  input[type="submit"].delete {
    background-image: url("../img/icon-delete.svg"); }

td .nb-button,
th .nb-button {
  margin: 0 5px 0 0; }

.login-container {
  width: 350px;
  margin: 40px auto 80px;
  border-radius: 6px;
  padding: 40px;
  border-right: 30px solid #0073e1;
  background-color: #fff;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  font-family: sans-serif; }
  .login-container h1 {
    padding: 0 0 30px; }
  .login-container p {
    font-size: 14px;
    margin: 15px 0 0; }
  .login-container a {
    color: #0074D9;
    text-decoration: none; }
  .login-container .nimbly-logo {
    position: absolute;
    z-index: 2000;
    bottom: 40px;
    right: -50px;
    height: 24px;
    width: auto;
    transform: rotate(90deg); }

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0; }

.admin-page body {
  background: #fff;
  font-family: sans-serif;
  margin-right: 30px;
  padding: 0; }

.logged-in.admin body {
  margin-right: 30px; }

.admin-wrapper {
  font-family: sans-serif;
  color: #333333;
  padding: 20px; }
  @media (min-width: 1000px) {
    .admin-wrapper {
      display: flex;
      padding: 0; } }
  .admin-wrapper h1 {
    font-family: sans-serif;
    font-size: 28px;
    font-weight: normal;
    padding: 30px 0;
    margin: 0; }

.admin-body {
  background-color: #f5f5f5; }
  .admin-body .admin-content {
    max-width: 680px;
    margin: 20px auto; }
  .admin-body p {
    padding: 0 0 30px;
    line-height: 1.6; }
  @media (min-width: 1000px) {
    .admin-body {
      flex: 4; } }

.admin-sidebar {
  min-height: 100vh;
  padding: 20px;
  flex: 1;
  background-color: #333333; }

/* lazy image loading fx */
img[data-img-uuid].nb-fade {
  opacity: 0;
  transition: opacity .1s ease-out; }
  img[data-img-uuid].nb-fade.nb-img-loaded {
    opacity: 1; }

#nb-single-file-preview, div.nb-single-file-preview {
  display: inline-block; }
  #nb-single-file-preview .uploader.img-wrapper, div.nb-single-file-preview .uploader.img-wrapper {
    min-width: 200px;
    min-height: 20px; }
  #nb-single-file-preview .progress-bar-text, div.nb-single-file-preview .progress-bar-text {
    top: 0;
    line-height: 24px;
    color: #111; }
  #nb-single-file-preview .progress-bar-bg, div.nb-single-file-preview .progress-bar-bg {
    top: 0; }
  #nb-single-file-preview img, div.nb-single-file-preview img {
    display: none; }

/* baguettebox gallery overwrites */
#baguetteBox-overlay .full-image {
  overflow: hidden; }
  #baguetteBox-overlay .full-image video {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.nb-icon {
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block; }
  .nb-icon.nb-disabled {
    opacity: .25; }

.nb-icon-close {
  background-image: url("../img/icon-close-dark.svg"); }

.nb-icon-edit {
  background-image: url("../img/icon-edit-white.svg"); }

.nb-icon-admin {
  background-image: url("../img/icon-gear-white.svg"); }

.nb-icon-up {
  background-image: url("../img/icon-up-white.svg"); }

.nb-icon-down {
  background-image: url("../img/icon-down-white.svg"); }

.nb-icon-facebook {
  background-image: url("../img/icon-facebook.svg");
  background-color: #3C5A99 !important;
  min-width: 200px; }

.nb-icon-twitter {
  background-image: url("../img/icon-twitter.svg");
  background-color: #00aced !important;
  min-width: 200px; }

.nb-icon-google {
  background-image: url("../img/icon-google.svg");
  background-color: #4285F4 !important;
  min-width: 200px; }

.nb-icon-save {
  background-image: url("../img/icon-save-white.svg"); }
  .nb-icon-save.nb-icon {
    background-size: 20px 20px; }

.nb-icon-media {
  background-image: url("../img/icon-picture-white.svg"); }
  .nb-icon-media.nb-icon {
    background-size: 20px 20px; }

.nb-icon-vimeo {
  background-image: url("../img/icon-vimeo-white.svg"); }
  .nb-icon-vimeo.nb-icon {
    background-size: 20px 20px; }

.nb-icon-btn {
  padding: 0 10px 0 32px !important;
  background-position: left 7px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto; }

[data-close],
[data-open],
[data-toggle],
[data-delete],
[data-push],
[data-post],
[data-put],
[data-link],
[data-onclick],
[data-get] {
  cursor: pointer; }

.nb-sortable {
  cursor: move; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.scroll-h {
  overflow-x: auto; }

.nb-open {
  display: inherit; }

.nb-close, div.nb-close, li.nb-close, ul.nb-close {
  display: none !important; }

.medium-screen .only-sm, .large-screen .only-sm {
  display: none; }

.small-screen .only-md, .large-screen .only-md {
  display: none; }

.small-screen .only-lg, .medium-screen .only-lg {
  display: none; }

.large-screen .only-lg {
  display: inherit; }

.medium-screen .only-md {
  display: inherit; }

.small-screen .only-sm {
  display: inherit; }

.small {
  font-size: 10px; }

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

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

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

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

.nb-40 {
  width: 40% !important; }

.nb-obfs {
  direction: rtl; }
  .nb-obfs span, .nb-obfs i, .nb-obfs b, .nb-obfs small, .nb-obfs strong {
    display: none; }

.no-mobile {
  display: none !important; }
  @media (min-width: 1000px) {
    .no-mobile {
      display: unset !important; } }

.no-desktop {
  display: unset; }
  @media (min-width: 1000px) {
    .no-desktop {
      display: none !important; } }

.nb-throbber,
.nb-throbber:after {
  border-radius: 50%;
  width: 32px;
  height: 32px; }

.nb-throbber {
  margin: 32px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: nbload8 1.1s infinite linear; }

@-webkit-keyframes nbload8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes nbload8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.nb-callout,
.nb-notification {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fffdcf;
  padding: 20px;
  margin: 20px 20px 0 20px;
  box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 330px;
  z-index: 10000;
  font-family: sans-serif; }
  @media (min-width: 1000px) {
    .nb-callout,
    .nb-notification {
      margin: 20px calc(50% - 165px) 0 0;
      left: auto; } }

#modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: sans-serif; }
  #modal.nb-close {
    display: none; }

#modal-content {
  max-width: 680px;
  min-width: 480px;
  max-height: 100%;
  background: white;
  padding: 50px 20px 20px;
  position: relative;
  border-radius: 4px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 1000px) {
    #modal-content {
      padding: 50px 40px 40px; } }
  #modal-content .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index: 9999; }
  #modal-content .modal-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase; }
  #modal-content .social-account {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
    #modal-content .social-account a {
      min-width: auto;
      flex: 1;
      margin: 0 0 5px; }
  #modal-content input[type="button"] {
    width: 100%; }
  #modal-content form,
  #modal-content .nb-form {
    padding: 0 0 10px; }
  #modal-content .signup-wrapper,
  #modal-content #signup_wrapper {
    max-width: 320px;
    margin: 0 auto; }
    #modal-content .signup-wrapper a,
    #modal-content .signup-wrapper .button,
    #modal-content #signup_wrapper a,
    #modal-content #signup_wrapper .button {
      width: 100%; }

.small-screen #modal-content {
  min-width: 100%; }

#nimblybar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: #0074D9;
  z-index: 1000; }
  #nimblybar .nb-icon {
    margin: 4px 0 0; }
  #nimblybar .nimbly-logo {
    position: fixed;
    z-index: 2000;
    bottom: 80px;
    right: -20px;
    height: 24px;
    width: auto;
    transform: rotate(90deg); }
    @media (min-width: 1000px) {
      #nimblybar .nimbly-logo {
        bottom: 40px; } }

#off-left-panel {
  position: absolute;
  display: block !important;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
  box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition: width 0.15s ease;
  overflow: hidden; }
  #off-left-panel.nb-close {
    width: 0;
    height: 0; }
  #off-left-panel.nb-open {
    width: 300px;
    height: 100vh; }
    #off-left-panel.nb-open .site-menu {
      opacity: 1; }
  #off-left-panel .menu-closer {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../img/icon-close-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px; }

.site-menu {
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .site-menu li {
    padding-bottom: 20px; }

header .site-menu {
  display: none; }
@media (min-width: 1000px) {
  header .site-menu {
    opacity: 1;
    display: unset; } }

.nb-menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #595959;
  padding: 0 0 20px;
  font-family: 'helvetica', sans-serif; }
  .nb-menu li {
    list-style-type: none;
    margin: 0;
    font-family: 'helvetica', sans-serif; }
    .nb-menu li a {
      display: block;
      color: #fff;
      width: 100%;
      line-height: 30px;
      padding: 0 20px;
      text-decoration: none; }

.admin-menu .nb-menu {
  margin-bottom: 0;
  padding: 20px; }
  .admin-menu .nb-menu li a {
    color: #333333; }

[contenteditable=true], .editor.img-wrapper {
  background-color: #0074d93b; }

.uploader.img-wrapper, .editor.img-wrapper {
  display: inline-block;
  overflow: hidden;
  background: #eee;
  position: relative;
  width: 100%; }

.editor.img-wrapper {
  background: inherit;
  line-height: 0;
  min-width: 80px;
  min-height: 80px; }

.uploader.img-wrapper img {
  vertical-align: middle;
  cursor: pointer; }

.uploader a.clear-img-icon {
  top: 6px;
  z-index: 1000; }

.progress-bar-bg, .progress-bar, .progress-bar-text {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ddd;
  opacity: .7;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 498; }

.progress-bar-text {
  background: none;
  z-index: 500;
  color: white;
  font-size: 12px;
  text-transform: uppercase; }

.progress-bar-bg .progress-bar {
  background: #338e2d;
  top: 0;
  width: 0%;
  opacity: 1;
  z-index: 499; }

.nb-img-grid[data-select] img {
  border: 1px solid transparent; }

.nb-img-grid[data-select] img.selected {
  border: 1px solid #333333; }

a.edit-img-icon, a.clear-img-icon {
  position: absolute;
  right: 5px; }

a.edit-img-icon {
  top: 5px; }

a.clear-img-icon {
  top: 44px; }

a.editor.add-img-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -40px;
  opacity: .8;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: none;
  background-color: #0074D9;
  border-radius: 15px; }

.editor.editor-active.img-insert a.editor.add-img-icon {
  display: block; }

.editor.img-insert {
  position: relative; }

/*
 * Style medium toolbar buttons
 */
.medium-toolbar-arrow-under:after {
  top: 40px;
  border-color: #333333 transparent transparent transparent; }

.medium-toolbar-arrow-over:before {
  top: -8px;
  border-color: transparent transparent #333333 transparent; }

.medium-editor-toolbar {
  background-color: #333333;
  border-radius: 4px;
  box-shadow: 0px 5px 15px #0000004f; }
  .medium-editor-toolbar li {
    padding: 0; }
    .medium-editor-toolbar li button {
      min-width: 40px;
      height: 40px;
      border: none;
      line-height: 10px !important;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      background-color: transparent;
      color: #fff;
      transition: background-color .2s ease-in, color .2s ease-in; }
      .medium-editor-toolbar li button:hover {
        background-color: #b4b4b4;
        color: #fff; }
    .medium-editor-toolbar li .medium-editor-button-active {
      background-color: #b4b4b4;
      color: #fff; }
    .medium-editor-toolbar li .medium-editor-button-last {
      border-right: none; }

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  height: 40px;
  background: #333333;
  color: #fff; }

.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form a {
  color: #fff; }

.medium-editor-toolbar-anchor-preview {
  background: #333333;
  color: #fff; }

.medium-editor-placeholder:after {
  color: #333333; }

.nb-table {
  border-spacing: 0;
  width: 100%;
  font-family: sans-serif;
  margin: 5px 0 30px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e6; }
  .nb-table thead {
    border-bottom: 1px solid #e6e6e6; }
  .nb-table tr:nth-child(odd) td {
    background-color: #f3f3f3; }
  .nb-table td,
  .nb-table th {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
    font-family: sans-serif;
    vertical-align: middle; }
    .nb-table td:last-child,
    .nb-table th:last-child {
      white-space: nowrap; }
    .nb-table td a,
    .nb-table th a {
      color: #0074D9;
      text-decoration: none; }
    .nb-table td img,
    .nb-table th img {
      display: block; }
    .nb-table td.action-cell,
    .nb-table th.action-cell {
      text-align: right;
      font-size: 0; }
      .nb-table td.action-cell .icon-button,
      .nb-table th.action-cell .icon-button {
        background-color: transparent;
        background-size: 22px 22px; }
      .nb-table td.action-cell .nb-button.delete,
      .nb-table th.action-cell .nb-button.delete {
        background-image: url("../img/icon-delete-dark.svg"); }
      .nb-table td.action-cell .nb-button.edit,
      .nb-table th.action-cell .nb-button.edit {
        background-image: url("../img/icon-edit-dark.svg"); }
    .nb-table td.img-thumb img,
    .nb-table th.img-thumb img {
      width: auto;
      height: 80px;
      cursor: pointer; }
  .nb-table tr.ui-sortable-handle {
    cursor: move; }
  .nb-table tr.ui-sortable-helper {
    background-color: rgba(0, 0, 0, 0.1); }

.gallery-image-row .editor.img-wrapper {
  margin: 0; }


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Noto+Sans:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  box-sizing: border-box; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

body {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  padding: 0 0 50px; }

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px; }

h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px; }

.no-mobile {
  display: none; }
  @media (min-width: 1000px) {
    .no-mobile {
      display: inherit; } }

.no-desktop {
  display: inherit; }
  @media (min-width: 1000px) {
    .no-desktop {
      display: none !important; } }

@keyframes showDiv {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes hideDiv {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.section {
  width: 100%; }
  .section:after {
    content: "";
    display: table;
    clear: both; }

.col-container {
  padding: 0 0 30px;
  margin: 0 auto;
  width: 100%; }
  .col-container.header-col {
    padding: 0; }
  .col-container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1000px) {
    .col-container {
      max-width: 1200px;
      padding: 30px; }
      .col-container.header-col {
        padding: 30px 30px 0; }
        .col-container.header-col .col {
          padding: 30px 30px 0; } }

.col {
  padding: 30px 30px 0; }
  .col .col {
    padding: 30px 0 0; }
  .col::-webkit-scrollbar {
    display: none; }
  .col img {
    max-width: 100%; }
  @media (min-width: 1000px) {
    .col {
      float: left;
      padding: 30px; }
      .col .col.left-col {
        padding: 30px 30px 30px 0; }
      .col .col.right-col {
        padding: 30px 0 30px 30px;
        text-align: inherit; } }
  .col:after {
    content: "";
    display: table;
    clear: both; }

.col-03 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-03 {
      width: 25%; } }

.col-04 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-04 {
      width: 33.333%; } }

.col-05 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-05 {
      width: 41.6667%; } }

.col-06 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-06 {
      width: 50%; } }

.col-07 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-07 {
      width: 58.333%; } }

.col-08 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-08 {
      width: 66.666%; } }

.col-09 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-09 {
      width: 75%; } }

.col-12 {
  width: 100%; }
  @media (min-width: 1000px) {
    .col-12 {
      width: 100%; } }

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  font-size: 0;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin: 5px; }

.icon-head {
  padding: 10px 0 20px 60px;
  margin: 0 0 20px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: left top; }

.icons {
  font-size: 0; }

.icon-mail {
  background-image: url("../img/ic_mail_outline_white_24px.svg"); }

.icon-tel {
  background-image: url("../img/ic_phone_iphone_white_24px.svg"); }

.icon-linkedin {
  background-image: url("../img/linkedin-icon.svg"); }

.icon-net {
  background-image: url("../img/icon-net.svg"); }

.icon-people {
  background-image: url("../img/icon-people.svg"); }

.icon-person {
  background-image: url("../img/icon-person.svg"); }

.icon-idea {
  background-image: url("../img/icon-idea.svg"); }

.desktop-nav {
  display: none; }
  @media (min-width: 1000px) {
    .desktop-nav {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 55px;
      background-color: #000000b3;
      z-index: 100; }
      .desktop-nav ul {
        width: 1200px;
        margin: 0 auto;
        text-align: right; }
        .desktop-nav ul li {
          font-family: "Noto Sans", sans-serif;
          font-size: 16px;
          line-height: 55px;
          font-weight: 400;
          display: inline-block;
          padding: 0 20px; }
          .desktop-nav ul li.menu-logo {
            float: left;
            padding: 0 0 0 50px; }
      .desktop-nav a {
        color: #fff;
        cursor: pointer; } }

.admin .desktop-nav {
  margin-top: 36px; }

.w24b-logo {
  width: 240px;
  height: auto;
  padding: 20px 0; }
  @media (min-width: 1000px) {
    .w24b-logo {
      padding: 0; } }

section {
  color: #343434; }
  section.orange {
    background-image: url("../img/bg-curve-alt.svg"), linear-gradient(135deg, #FAD961 0%, #FF7800 100%);
    background-size: 100%,  cover;
    background-position: top,  center;
    background-repeat: no-repeat, no-repeat;
    padding: 60px 0;
    color: #ffffffe6; }
    @media (min-width: 1000px) {
      section.orange {
        padding: 30px 0; } }
    section.orange .col-container.header-col .col h1 {
      color: #ffffffe6; }
  section.gray {
    background-image: url("../img/bg-curve-alt.svg"), url("../img/bg-curve.svg"), linear-gradient(135deg, #F2F2F2 0%, #D5D5D5 100%);
    background-size: 100%, 100%, cover;
    background-position: top, bottom, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding: 60px 0; }
    @media (min-width: 1000px) {
      section.gray {
        padding: 30px 0; } }
  section.header {
    background-repeat: no-repeat;
    background-image: url("../img/bg-curve.svg"), url("../img/eindhoven-001.jpg");
    background-size: 100%, cover;
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat; }
    section.header .col {
      padding: 0 30px 30px; }
    section.header .header-blog {
      background: linear-gradient(to bottom, #999999 0%, #f6f6f6 47%, white 100%); }
    section.header.blog {
      background: #fff; }
    @media (min-width: 1000px) {
      section.header .col {
        padding: 10px 30px; }
      section.header .header-blog {
        background: #fff; } }
  section .call-out {
    padding: 30px 30px 10px;
    width: 100%; }
    section .call-out:after {
      content: "";
      display: table;
      clear: both; }
    section .call-out a {
      width: 100%;
      display: block;
      padding: 10px 10px 10px 55px;
      border-radius: 0 37px 37px 0;
      color: #fff;
      background-color: #ff7800;
      background-repeat: no-repeat;
      background-position: left 15px center;
      background-size: 32px 32px;
      font-size: 18px; }
      section .call-out a:after {
        content: "";
        display: table;
        clear: both; }
    section .call-out p {
      float: left;
      margin: 0;
      line-height: 1.6; }
    section .call-out .call-out-img {
      float: right;
      width: 54px;
      height: 54px; }
      section .call-out .call-out-img img {
        width: 54px;
        border-radius: 27px; }
    section .call-out.no-mobile a {
      background-image: url("../img/ic_mail_outline_white_24px.svg"); }
    section .call-out.no-desktop a {
      background-image: url("../img/ic_phone_iphone_white_24px.svg"); }
    @media (min-width: 1000px) {
      section .call-out {
        position: absolute;
        top: 30px;
        right: 60px;
        padding: 0;
        width: 27%; }
        section .call-out a {
          width: auto;
          padding: 10px 10px 10px 72px;
          background-position: left 15px center;
          background-size: 42px 42px; }
        section .call-out p {
          margin: 0 28px 0 0; } }
  section .intro {
    padding: 5px; }
    section .intro:after {
      content: "";
      display: table;
      clear: both; }
    section .intro .avatar {
      color: #343434;
      text-align: center;
      position: relative; }
      section .intro .avatar img {
        display: block;
        width: 140px;
        height: 140px;
        border-radius: 70px;
        margin: 0 0 30px; }
      section .intro .avatar .icons {
        margin: 0 0 20px;
        position: absolute;
        top: 0;
        right: 0; }
        section .intro .avatar .icons .icon {
          display: block; }
    section .intro .text {
      margin: 0;
      font-size: 14px;
      color: #fff; }
      @media (min-width: 1000px) {
        section .intro .text {
          width: 75%; } }
    @media (min-width: 1000px) {
      section .intro {
        margin: 0 40px;
        padding: 90px 40px 70px;
        display: flex; }
        section .intro .avatar {
          width: 140px;
          margin: 0 40px 0 0; }
          section .intro .avatar img {
            margin: 0 0 40px; }
          section .intro .avatar .icons {
            margin: 0;
            position: inherit; }
            section .intro .avatar .icons .icon {
              display: inline-block; }
        section .intro .text {
          flex: 1; }
          section .intro .text p {
            font-size: 18px;
            width: 75%; } }
  section h1 {
    font-size: 28px;
    font-weight: 300; }
  section h2 {
    padding: 0 0 40px;
    font-weight: 400; }
  section p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px; }
  section .smaller-font p {
    font-size: 14px; }
  section .logo {
    font-size: 0;
    width: 100%;
    height: 180px;
    margin: 0 0 30px;
    background-size: 180px auto;
    background-position: left center;
    background-repeat: no-repeat; }
    section .logo.logo-nxp {
      background-image: url("../img/logo-nxp.png"); }
    section .logo.logo-avans {
      background-image: url("../img/logo-avans.png"); }
    section .logo.logo-brainport {
      background-image: url("../img/logo-brainport.png"); }
  section .image-col {
    position: relative; }
    section .image-col .img001,
    section .image-col .img002,
    section .image-col .img003 {
      position: absolute; }
      section .image-col .img001 img,
      section .image-col .img002 img,
      section .image-col .img003 img {
        border-radius: 50%;
        width: 15%;
        height: auto; }
  section .avatar-small img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0 25px 10px 0;
    float: left; }
  section .avatar-footer img {
    width: 160px;
    height: 160px;
    border-radius: 80px; }
  section .col-container.header-col {
    position: relative; }
    section .col-container.header-col .col h1 {
      padding: 0;
      color: #ff7800; }
  @media (min-width: 1000px) {
    section .container.left {
      float: right;
      text-align: right; } }
  @media (min-width: 1000px) {
    section .container.right {
      float: left; } }
  @media (min-width: 1000px) {
    section .container {
      max-width: 600px; } }
  section a {
    text-decoration: none;
    color: #4C70C5; }
  section.footer {
    background-color: #676767;
    background-image: url("../img/eindhoven-001.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffffe6; }
    section.footer h2 {
      padding: 0 0 20px; }
    section.footer .icons {
      margin: 0 0 20px; }
    section.footer a {
      color: #ffffffe6; }
  section .blog-list {
    padding-left: 20px; }
    section .blog-list li {
      font-size: 14px;
      padding: 0 0 30px;
      list-style: inside;
      list-style-type: circle; }
      section .blog-list li a {
        color: #ff7800;
        padding-left: 25px; }
      @media (min-width: 1000px) {
        section .blog-list li {
          font-size: 18px; } }
  section .author-info {
    color: #a2a2a2;
    font-size: 14px;
    margin: 20px 0 0; }
  section .blog-content img {
    width: 100%;
    height: auto; }

.right {
  text-align: right; }

/*# sourceMappingURL=style.css.map */
