@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
*,
html {
  border: none;
  outline: none;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
p {
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
em,
i,
dfn {
  font-style: italic;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
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;
}
small {
  font-size: 80%;
}
big {
  font-size: 120%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
a img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  -webkit-appearance: none;
}
select {
  -webkit-appearance: menulist;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
li ul,
li ol {
  margin: 0 20px;
}
ul,
ol {
  margin: 0 20px 20px 20px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-alpha;
}
ol ol ol ol {
  list-style: lower-alpha;
}
/* Basics */
.clear {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
  visibility: hidden;
}
.show {
  display: block;
  visibility: visible;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.float-none {
  float: none;
}
.center {
  margin: 0 auto;
}
.centered {
  text-align: center;
}
.valign {
  vertical-align: middle;
}
.vertical-align {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-reset {
  top: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.reset {
  margin: 0px;
  padding: 0px;
}
.no-list {
  list-style: none;
}
.no-decoration {
  text-decoration: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.inherit {
  position: inherit;
}
.border-box {
  box-sizing: border-box;
}
.content-box {
  box-sizing: content-box;
}
div.vertical-center-hack,
div.vch {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1000px;
  height: 2000px;
  text-align: center;
  line-height: 2000px;
  width: 100%;
}
span.vertical-center-hack-wrap,
span.vchw {
  line-height: 0;
}
span.vertical-center-hack-content,
span.vchc {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* blokken, covers en columns */
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
  min-height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.cover-absolute {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
/* Basics CSS3 */
/* Font */
.font-lighter {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-heavy {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Sprites */
/* Forms */
/* Gradients */
/* Transform */
.transform_translate {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Filters */
.filter-fix {
  -webkit-filter: translate3d(0, 0, 0);
  filter: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
/* Seo Helper */
.seo-helper img:not([alt]),
.seo-helper img[alt=""],
.seo-helper img[alt^=" "],
.seo-helper a[href=""],
.seo-helper a[href^=" "],
.seo-helper a[href="#"],
.seo-helper a[rel*="nofollow"],
.seo-helper div:empty,
.seo-helper span:empty,
.seo-helper li:empty,
.seo-helper p:empty,
.seo-helper td:empty,
.seo-helper th:empty,
.seo-helper *[title=""],
.seo-helper *[class=""],
.seo-helper *[id=""] {
  outline: 2px solid red !important;
  outline-offset: 3px !important;
}
.seo-helper head,
.seo-helper title:empty,
.seo-helper link,
.seo-helper meta {
  display: block;
}
.seo-helper title:empty:before {
  content: "You've left the <title> empty!";
}
.seo-helper link:before {
  content: "You don't have a <title>!";
}
.seo-helper title ~ link {
  display: none;
}
.seo-helper meta[name="description"][content=""]:before,
.seo-helper meta[name="description"][content=" "]:before {
  content: "You've left description empty!";
}
/* includes */
/* colors */
.fontColor {
  color: #000000;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.red {
  color: #ff5454;
}
.blue {
  color: #4285f4;
}
.darkBlue {
  color: #171d2a;
}
/* fonts */
.font {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font i {
  font-style: italic;
}
.fontBold {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontBold i {
  font-style: italic;
}
/* text config */
body {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
body i {
  font-style: italic;
}
body a {
  text-decoration: none;
  color: #ff5454;
}
body a:hover {
  color: #ff2121;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0px 0px 24px;
}
p i {
  font-style: italic;
}
p.intro {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}
p.intro i {
  font-style: italic;
}
p a {
  text-decoration: none;
  color: #ff5454;
}
p a:hover {
  color: #ff2121;
  text-decoration: underline;
}
small {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
img {
  display: block;
}
.svg-icon {
  box-sizing: content-box;
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 42px;
  line-height: 36px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1 i {
  font-style: italic;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2 i {
  font-style: italic;
}
h3 {
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h3 i {
  font-style: italic;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h4 i {
  font-style: italic;
}
h5 {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
h5 i {
  font-style: italic;
}
.the_content h2 {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}
.the_content h2 i {
  font-style: italic;
}
.the_content h3 {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.the_content h3 i {
  font-style: italic;
}
.the_content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.the_content .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.the_content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* custom select */
.field.select {
  width: 150px;
  height: 32px;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 110;
}
.field.select .cont {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 112;
}
.field.select .cont input {
  display: block;
  float: left;
  width: 150px;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  font-size: 14px;
}
.field.select .cont .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.field.select .cont .btn .svg-icon {
  opacity: 1;
  width: 14px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 4px;
}
.field.select .cont .btn .svg-icon svg path {
  fill: #4285f4;
}
.field.select .cont .btn .svg-icon.up {
  opacity: 0;
  top: 3px;
}
.field.select.focus .cont .btn .svg-icon.up {
  opacity: 1;
}
.field.select.focus .cont .btn .svg-icon.down {
  opacity: 0;
}
.field.select .cont .overlay {
  border: 1px solid #999;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.field.select ul.dropdown {
  position: absolute;
  margin: 0px;
  padding: 0px;
  z-index: 112;
  display: block;
  list-style: none;
  top: 28px;
  left: 0px;
  right: 0px;
  background: #fff;
  border: 1px solid #999;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding-top: 12px;
  padding-bottom: 6px;
  display: none;
}
.field.select.focus ul.dropdown {
  display: block;
}
.field.select ul.dropdown li {
  padding: 4px 12px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  height: auto !important;
}
.field.select ul.dropdown li:hover,
.field.select ul.dropdown li.select {
  font-weight: bold;
}
.field.select ul.dropdown li.active {
  display: none !important;
}
/* custom radio & checkbox */
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 5px 3px 0px;
  cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: '';
  background: white;
  border: 1px solid #999;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  position: relative;
  top: -1px;
  float: left;
}
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  background-image: url('https://www.schoolofdatascience.amsterdam/wp-content/themes/amsterdamschoolfordatascience/img/check.svg');
  background-size: 10px 10px;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 5;
  width: 16px;
  height: 16px;
}
.radio-custom:checked + .radio-custom-label:after {
  content: '';
  background: black;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 5px;
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .field.select .svg-icon.down {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .the_content p.intro {
    font-size: 18px;
    line-height: 24px;
  }
}
/* base config */
hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input.ph,
select.ph,
textarea.ph {
  color: #999999;
  font-family: 'Roboto';
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
  background: #ffffcc;
  color: #333333;
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
#setGrid {
  visibility: hidden;
}
/* grid */
.hide_dekstop {
  display: none;
}
#container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.full-width {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.center {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide_tablet {
    display: none;
  }
  .show_tablet {
    display: block;
  }
  .center {
    width: 768px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: block;
  }
  .center {
    width: 300px;
    padding: 0 0px;
  }
  .center.mobile_full {
    width: 100%;
    min-width: 320px;
  }
  .center.mobile_full_padding {
    width: auto;
    min-width: 280px;
    padding: 0px 20px;
  }
}
*,
html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  overflow-y: scroll;
}
html.touch body {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
html.sticky_search {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.hide_desktop {
  display: none;
}
.show_desktop {
  display: block;
}
a.noline,
a.noline:hover {
  text-decoration: none;
}
#red-button {
  width: 176px;
  height: 32px;
  background: #ff5454;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
#red-button:hover {
  background: #ff2121;
  text-decoration: none;
}
.date {
  font-size: 18px;
  font-weight: 700;
  color: #1aa0df;
}
#separator {
  width: 260px;
  height: 1px;
  background: lightgrey;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  left: -20px;
}
#separatorlarge {
  width: 640px;
  height: 1px;
  background: lightgrey;
}
#divider {
  border-right: 1px solid lightgrey;
  padding-bottom: 79px;
  padding-top: 0px;
  position: relative;
  padding-right: 30px;
  z-index: 10;
  min-height: 620px;
}
a.noline:hover {
  text-decoration: none;
}
#gmap {
  background-color: #fff;
  width: 290px;
  height: 314px;
}
#map_canvas {
  position: relative;
  top: 20px;
  left: 17px;
  width: 255px;
  height: 255px;
}
#lang,
#lat {
  display: none;
}
/* === HEADER === */
#masthead2 {
  position: relative;
  height: 160px;
  padding: 0px;
  width: 100%;
}
#masthead2 > .bg {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: url("/wp-content/themes/amsterdamschoolfordatascience/img/header.jpg") no-repeat center top;
}
#masthead2 .logo {
  position: relative;
  z-index: 111;
  width: 344px;
  padding-top: 32px;
}
#masthead2 .logo img {
  max-width: 300px;
  height: auto;
}
#masthead2 .logo a {
  display: block;
  width: 344px;
  height: 114px;
  z-index: 10;
}
/* === HEADER navigation === */
.hamburger {
  display: none;
}
.main-nav {
  position: absolute;
  left: 0px;
  right: 0;
  top: 70px;
  height: 170px;
  width: 100%;
}
.main-nav .ul-content {
  height: 91px;
}
.main-nav .ul-content:after {
  opacity: 0;
  transition: opacity .2s;
  bottom: 0px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fafafa;
  border-width: 8px;
  margin-left: -8px;
}
.main-nav .ul-content.show-arrow:after {
  opacity: 1;
}
.main-nav ul {
  margin: 0;
  list-style: none;
}
.main-nav ul#menu-main {
  position: absolute;
  right: 50px;
}
.main-nav ul li {
  list-style: none;
  float: left;
  margin-left: 30px;
  height: 34px;
}
.main-nav ul li .submenu {
  display: none;
}
.main-nav ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  padding: 0 0 2px;
}
.main-nav ul li a i {
  font-style: italic;
}
.main-nav ul li a:hover {
  border-bottom: 4px solid #ff5454;
  color: #ffffff;
}
.main-nav ul li.current-menu-item a,
.main-nav ul li.current-page-ancestor a {
  border-bottom: 4px solid #ff5454;
}
.main-nav .submenu {
  padding-top: 28px;
}
.main-nav .submenu ul {
  text-align: center;
}
.main-nav .submenu li {
  display: inline-block;
  float: none;
  margin: 0 16px;
}
.main-nav .submenu li a {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0;
  text-shadow: none;
  text-transform: none;
}
.main-nav .submenu li a i {
  font-style: italic;
}
.main-nav .submenu li a:hover {
  color: #000;
  border-bottom: 4px solid #ff5454;
}
.submenu-outer {
  width: 100%;
  height: 80px;
  background: #fafafa;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 101;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.submenu-outer.active {
  max-height: 80px;
}
.submenu-outer.active:after {
  opacity: 1;
}
.main-nav .submenu .submenu {
  display: none;
}
/*== SEARCH === */
header .icon-search {
  z-index: 201;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #ff5454;
  position: absolute;
  top: 68px;
  right: 0;
  transition: background .2s;
}
header .icon-search .svg-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 7px 0 0 7px;
}
header .icon-search:hover {
  background: #ff2121;
}
#search-div {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(26, 30, 41, 0.95);
  z-index: 210;
}
#search-div .search-div {
  z-index: 130;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#search-div .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
}
#search-div .btn-close i {
  font-style: italic;
}
#search-div .btn-close:hover {
  text-decoration: underline;
}
#search-div .btn-close:hover .svg-icon svg path {
  fill: #ff2121;
}
#search-div .btn-close .svg-icon {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: 4px;
}
#search-div form {
  width: 610px;
  margin: 0 auto;
  height: 60px;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-div form .input {
  width: 610px;
  height: 60px;
  position: relative;
  border-bottom: 2px solid #ff5454;
}
#search-div form .input input {
  background: none;
  border: 0;
  width: 610px;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  padding: 0 60px 0 0;
  color: #fff;
}
#search-div form .input input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: 'PT Sans';
  font-weight: 400;
}
#search-div form .input input:-moz-placeholder {
  color: #ffffff;
  font-family: 'PT Sans';
  font-weight: 400;
}
#search-div form .input input::-moz-placeholder {
  color: #ffffff;
  font-family: 'PT Sans';
  font-weight: 400;
}
#search-div form .input input:-ms-input-placeholder {
  color: #ffffff;
  font-family: 'PT Sans';
  font-weight: 400;
}
#search-div form .input input.ph {
  color: #ffffff;
  font-family: 'PT Sans';
  font-weight: 400;
}
#search-div form .input .svg-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 16px;
}
#search-div form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 60px;
  height: 60px;
  padding: 0;
}
#search-div form input[type="submit"]:hover + .icon .svg-icon svg path {
  fill: #ff5454;
  transition: all .2s;
}
/* === PAGE === */
#page .hero {
  position: relative;
  width: 100%;
  height: 450px;
}
#page .hero .center:after {
  content: "";
  display: table;
  clear: both;
}
#page .hero .bg {
  background: url("/wp-content/themes/amsterdamschoolfordatascience/img/hero-image.jpg") center top no-repeat;
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#page .hero .bg:after {
  content: '';
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  -ms-transform: skew(0deg, -1deg);
  -webkit-transform: skew(0deg, -1deg);
  transform: skew(0deg, -1deg);
}
#page .hero .hero-titles {
  position: absolute;
  top: 100px;
  left: 20px;
  max-width: 630px;
}
#page .hero h1 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 80px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 70px;
}
#page .hero h1 i {
  font-style: italic;
}
#page .hero h3.subkop {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 26px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page .hero h3.subkop i {
  font-style: italic;
}
#page .cta.hero-cta {
  position: absolute;
  /*right: 20px;*/
  right: 390px;
  top: 300px;
  width: 300px;
  height: 82px;
}
#page .cta.hero-cta .icon {
  width: 40px;
  height: 82px;
  top: 0;
  bottom: 0;
  right: 0px;
  position: absolute;
}
#page .cta.hero-cta .icon .svg-icon {
  margin: 32px 0 0 9px;
}
#page .cta.hero-cta.cta--cta2 {
  right: 20px;
  width: 360px;
}
/* CTA block */
.cta {
  display: block;
  background: #4285f4 url("/wp-content/themes/amsterdamschoolfordatascience/img/bg-cta.png") center center no-repeat;
  background-size: cover;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 12px 20px;
  border-radius: 3px;
}
.cta i {
  font-style: italic;
}
.cta > span {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.cta > span i {
  font-style: italic;
}
.cta .icon {
  background: rgba(0, 0, 0, 0.3);
  transition: background .2s;
  border-radius: 0 3px 3px 0;
}
.cta .icon .svg-icon {
  width: 24px;
  height: 18px;
}
.cta:hover {
  color: #fff;
}
.cta:hover .icon {
  background: rgba(0, 0, 0, 0.6);
}
.cta--cta2 {
  background: #ff5454 url("/wp-content/themes/amsterdamschoolfordatascience/img/bg-cta2.png") center center no-repeat;
  background-size: cover;
  width: 360px;
  position: relative;
  height: 82px;
}
.cta--cta2 .icon {
  width: 40px;
  height: 82px;
  top: 0;
  bottom: 0;
  right: 0px;
  position: absolute;
}
.cta--cta2 .icon .svg-icon {
  margin: 32px 0 0 9px;
}
/* === CONTENT === */
#content {
  /* read-more */
  /* detailpagina met aside */
  /* columns */
  /* home title */
}
#content #primary:after,
#content #content-container:after {
  content: "";
  display: table;
  clear: both;
}
#content .breadcrumb {
  background: #fafafa;
  min-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 12px;
  padding-bottom: 8px;
  margin: 0 0 40px;
}
#content .breadcrumb ul {
  margin: 0 0 4px 0;
  list-style: none;
  font-size: 14px;
  margin-left: 25px;
  text-indent: -25px;
}
#content .breadcrumb ul li {
  display: inline;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  font-weight: 400;
  margin-right: 4px;
}
#content .breadcrumb ul a {
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  font-weight: 400;
}
#content .breadcrumb ul a:hover {
  text-decoration: underline;
}
#content .breadcrumb ul a:hover .svg-icon svg path {
  fill: #999;
  transition: all .2s;
}
#content .breadcrumb ul .svg-icon {
  width: 16px;
  height: 18px;
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 2px;
}
#content .page-titles {
  border-left: 6px solid #ff5454;
  min-height: 60px;
  padding-left: 12px;
  margin-bottom: 26px;
}
#content .page-titles h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
#content .page-titles h3 i {
  font-style: italic;
}
#content .page-titles.after {
  content: "";
  display: table;
  clear: both;
}
#content .read-more {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #ff5454;
  padding-bottom: 2px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: border-color 0.2s;
}
#content .read-more i {
  font-style: italic;
}
#content .read-more:hover {
  border-color: #000;
}
#content.detail aside {
  float: left;
}
#content.detail .content {
  float: right;
  width: 710px;
}
#content.detail .content .the_content {
  padding-bottom: 40px;
}
#content #collum-wrapper {
  margin-bottom: 80px;
}
#content #collum-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#content .collum {
  display: block;
  top: -10px;
  float: left;
  position: relative;
  width: 300px;
  height: 100%;
  background: #f7f7f7 url("/wp-content/themes/amsterdamschoolfordatascience/img/bg-column-pattern.png") left top repeat;
}
#content .collum:before,
#content .collum:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  -ms-transform: skew(0deg, -1.2deg);
  -webkit-transform: skew(0deg, -1.2deg);
  transform: skew(0deg, -1.2deg);
  z-index: 10;
}
#content .collum:after {
  top: auto;
  bottom: -16px;
  -ms-transform: skew(0deg, -5deg);
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  background: #fff;
  height: 30px;
}
#content .collum h2.home-title {
  padding: 0px 30px 0px 8px;
  margin: 20px 0 16px 30px;
  max-height: 44px;
  overflow: hidden;
}
#content .collum p {
  padding: 0 30px 20px;
  max-height: 116px;
  overflow: hidden;
}
#content .collum .img {
  width: 300px;
  height: 240px;
}
#content .collum .img:after {
  opacity: 0;
  transition: opacity .2s;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 240px;
  background: rgba(0, 0, 0, 0.3);
}
#content .collum .read-more {
  z-index: 99;
  position: absolute;
  right: 0;
  bottom: -10px;
  display: block;
}
#content .collum:hover .img:after {
  opacity: 1;
}
#content .collum:hover .read-more {
  border-color: #000;
}
#content .collum:first-of-type {
  margin-right: 30px;
}
#content .collum:first-of-type:before {
  height: 30px;
  top: -13px;
}
#content .collum:nth-of-type(2):before {
  height: 20px;
  top: -10px;
}
#content .collum:nth-of-type(3) {
  float: right;
}
#content .home-title {
  padding: 0px 0px 0px 8px;
  margin: 0px 0 16px 0px;
  border-left: 6px solid #ff5454;
  min-height: 44px;
}
#content .home-title span {
  font-size: 20px;
  line-height: 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
#content .home-title span i {
  font-style: italic;
}
#content .text-wrapper {
  width: 720px;
  padding-top: 0;
  float: left;
}
#content .text-wrapper h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-right: 52px;
  color: #000000;
}
#content .text-wrapper h1 a {
  color: #000000;
}
#content .text-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}
#content .text-wrapper p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 30px;
}
#content .text-wrapper article table td {
  font-weight: 700;
  font-size: 30px;
}
#content .text-wrapper2 {
  width: 700px;
  padding-top: 0px;
}
#content .text-wrapper2 p {
  padding-top: 70px;
  margin-top: 18px;
}
#content #intro {
  margin-bottom: 60px;
  margin-top: 40px;
  border-left: solid #ff5454 10px;
  padding-left: 30px;
}
#content #intro p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
#content #bar-right {
  width: 240px;
  padding-left: 20px;
  float: right;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
#content #bar-right .date {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 20px;
}
#content #bar-right a {
  color: black;
  margin-top: 30px;
}
#content #bar-right a {
  color: black;
  margin-top: 30px;
}
#content #bar-right a:hover {
  text-decoration: underline;
}
#content #bar-right a.noline:hover {
  text-decoration: none;
  z-index: 10;
}
#content aside {
  margin-right: 40px;
  width: 210px;
}
#content aside .submenu {
  margin: 0 0 40px;
}
#content aside .submenu li {
  list-style: none;
  position: relative;
}
#content aside .submenu li a {
  position: relative;
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 13px 0px 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
#content aside .submenu li a i {
  font-style: italic;
}
#content aside .submenu li a:hover {
  color: #ff5454;
}
#content aside .submenu li .icon {
  cursor: pointer;
  display: block;
  z-index: 99;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
}
#content aside .submenu li .icon .svg-icon {
  width: 14px;
  height: 10px;
  margin: 3px 0 0 9px;
}
#content aside .submenu li.open .icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#content aside .submenu li.open .icon .svg-icon {
  margin: 2px 0 0 7px;
}
#content aside .submenu li.open .submenu {
  overflow: visible;
  max-height: 100%;
}
#content aside .submenu li:first-child a {
  border-top: 1px solid #e5e5e5;
}
#content aside .submenu li.active > a {
  color: #ff5454;
}
#content aside .submenu li .submenu {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#content aside .submenu li ul {
  background: #fafafa;
  margin: 0;
  padding: 10px 0 24px;
  border-bottom: 1px solid #e5e5e5;
}
#content aside .submenu li ul li a {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  border: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: none;
}
#content aside .submenu li ul li a i {
  font-style: italic;
}
#content aside .submenu li ul li a:hover {
  color: #ff5454;
}
#content aside .submenu li ul li.active a {
  background: transparent;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff5454;
}
#content aside .submenu li ul li.active a i {
  font-style: italic;
}
#content aside .submenu li ul li.active a:hover {
  color: #ff5454;
}
#content aside .submenu li li > a {
  font-size: 80%;
  padding: 10px 20px;
  border-top: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}
#content aside .cta.aside-cta {
  padding-top: 16px;
  height: 130px;
  position: relative;
}
#content aside .cta.aside-cta br {
  display: none;
}
#content aside .cta.aside-cta .icon {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
}
#content aside .cta.aside-cta .icon .svg-icon {
  float: right;
  margin-top: 12px;
  margin-right: 12px;
}
/* PAGE: Course & Programma finder */
#content.programmes .page-titles {
  margin-bottom: 40px;
}
#content.programmes .page-titles .cta.cta--cta2 {
  position: absolute;
  top: 0;
  right: 0;
}
/* aside filter */
#content .programmes-aside {
  position: relative;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 275px;
  float: left;
  padding: 0;
  margin: 0 0 60px;
}
#content .programmes-aside .filter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
#filter_form {
  padding-bottom: 20px;
}
.filter-block {
  overflow: hidden;
}
.filter-block .icon.help {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-top: 4px;
  cursor: pointer;
}
.filter-block .icon.help .svg-icon {
  width: 16px;
  height: 16px;
  margin: 0;
}
.filter-block .popup.help {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  background: #202633;
  position: absolute;
  top: -50%;
  margin-top: -14px;
  right: -220px;
  width: 200px;
  height: auto;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.filter-block .popup.help i {
  font-style: italic;
}
.filter-block .popup.help:after {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(32, 38, 51, 0);
  border-right-color: #202633;
  border-width: 10px;
  margin-top: -10px;
}
.filter-block .icon.help:hover .popup.help {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.filter-block {
  padding: 20px 20px 0;
  position: relative;
}
.filter-block .subject {
  clear: both;
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.filter-block .subject i {
  font-style: italic;
}
.filter-block .subject .help.icon {
  display: none;
}
.filter-block .subject > .svg-icon {
  float: left;
  margin-right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -1px;
}
.filter-block .subject .name {
  float: left;
}
.filter-block .options {
  clear: both;
  overflow: hidden;
  height: 0;
  transition: height .5s;
}
.filter-block ul {
  list-style: none;
  margin: 0;
}
.filter-block ul li:after {
  content: "";
  display: table;
  clear: both;
}
.filter-block ul label {
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  padding-top: 2px;
}
.filter-block ul label i {
  font-style: italic;
}
.filter-block ul label em {
  font-size: 10px;
  line-height: 18px;
  font-style: normal;
}
.filter-block ul label em span {
  color: #4285f4;
}
.filter-block ul li .popup.help {
  position: fixed;
  margin: 0;
  right: auto;
  top: auto;
  /*margin-top: -220px;*/
  margin-left: 35px;
  margin-top: -20px;
}
.filter-block .more {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}
.filter-block .more i {
  font-style: italic;
}
.filter-block .more .svg-icon {
  width: 12px;
  height: 13px;
  margin-top: 3px;
  float: left;
  margin-right: 10px;
}
.filter-block .more:hover {
  text-decoration: underline;
}
.filter-block.open .subject > .svg-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 14px;
}
/* content results */
.programmes-search-result {
  border-top: 1px solid #e5e5e5;
  width: 660px;
  float: right;
  padding: 0;
  margin: 0;
}
.filters-result {
  background: #fafafa;
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  transition: opacity 1s;
}
.filters-result:after {
  content: "";
  display: table;
  clear: both;
}
.filters-result > div span {
  font-size: 12px;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 12px;
}
.filters-result .left {
  margin-top: 20px;
  margin-left: 20px;
}
.filters-result .filter-tags {
  float: left;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filters-result .filter-tags a {
  position: relative;
  background: #202633;
  color: #fff;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 22px 0 8px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  transition: background .2s;
}
.filters-result .filter-tags a:hover {
  background: #ff5454;
}
.filters-result .filter-tags a .svg-icon {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 0px;
}
.filters-result .clear-filter {
  width: auto;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.filters-result .clear-filter a {
  display: block;
  font-size: 12px;
  line-height: 26px;
  color: #000;
}
.filters-result .clear-filter a:hover {
  color: #ff5454;
}
.filters-result .clear-filter a .svg-icon {
  width: 8px;
  height: 8px;
  float: right;
  margin: 1px 0 0 4px;
}
.filters-result.no-filters {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.programmes-search-result .total-sort {
  clear: both;
  padding: 26px 0;
}
.programmes-search-result .total-sort:after {
  content: "";
  display: table;
  clear: both;
}
.programmes-search-result .total-sort .total {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  float: left;
  width: 300px;
  color: #4285f4;
}
.programmes-search-result .total-sort .sort {
  width: 185px;
  float: right;
}
.programmes-search-result .total-sort .sort span {
  font-size: 12px;
  top: 2px;
  position: relative;
}
.programmes-search-result .total-sort .sort form {
  float: right;
}
.programmes-search-result .total-sort .more-info {
  display: inline-block;
  width: auto;
  height: 40px;
  background: #4285f4;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  transition: background .2s;
}
.programmes-search-result .total-sort .more-info i {
  font-style: italic;
}
.programmes-search-result .total-sort .more-info:hover {
  background: #2e5daa;
}
.results-list {
  list-style: none;
  margin: 0 0 80px;
}
.results-list li {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  transition: background .2s;
  cursor: pointer;
}
.results-list li:after {
  content: "";
  display: table;
  clear: both;
}
.results-list li:first-child {
  border-top: 1px solid #e5e5e5;
}
.results-list li:hover {
  background: #fafafa;
}
.results-list li .edu-title {
  height: 80px;
}
.results-list li h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 450px;
  float: left;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 72px;
  overflow: hidden;
  padding-left: 32px;
}
.results-list li h2 i {
  font-style: italic;
}
.results-list li .excerpt {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
  line-height: 22px;
}
.results-list li .excerpt > .inner > p {
  padding: 0 32px;
}
.results-list li .excerpt > .inner > ul {
  padding: 0 32px;
}
.results-list li .excerpt > .inner > ul li {
  border: 0;
}
.results-list li .course-info {
  border-top: 1px solid #e5e5e5;
  margin-top: 32px;
  padding: 32px;
  background: #fafafa;
}
.results-list li .course-info:after {
  content: "";
  display: table;
  clear: both;
}
.results-list li .course-info > div.left {
  margin-right: 30px;
  width: 140px;
}
.results-list li .course-info > div.left:first-child {
  width: 240px;
}
.results-list li .course-info label {
  display: block;
}
.results-list li .course-info strong {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.results-list li .course-info strong i {
  font-style: italic;
}
.results-list li .course-info .more-info {
  display: block;
  width: 140px;
  height: 40px;
  background: #4285f4;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  padding: 0 0 0 12px;
  transition: background .2s;
}
.results-list li .course-info .more-info i {
  font-style: italic;
}
.results-list li .course-info .more-info .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #2e5daa;
  transition: background .2s;
}
.results-list li .course-info .more-info .icon .svg-icon {
  width: 18px;
  height: 19px;
  height: auto;
  margin: 4px auto 0;
}
.results-list li .course-info .more-info:hover {
  background: #2e5daa;
}
.results-list li .level {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  float: right;
  width: 140px;
  overflow: hidden;
  text-align: right;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.results-list li .edu-title .icon {
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
  margin-right: 28px;
}
.results-list li .edu-title .icon .svg-icon {
  width: 14px;
  height: 10px;
  margin: -2px auto 0;
}
.results-list li.open {
  overflow: visible;
}
.results-list li.open .edu-title .icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -14px;
}
.results-list li.open .excerpt {
  max-height: 100%;
}
/* home events */
.home-events {
  padding: 60px 0;
}
.home-events:after {
  content: "";
  display: table;
  clear: both;
}
.home-events .read-more {
  float: right;
}
.home .home-events {
  background: #fafafa;
}
/* events listing (home) */
.events-listing ul {
  list-style: none;
  margin: 0 0 20px;
}
.events-listing ul h3 {
  margin: 24px 0 12px;
  font-size: 20px;
}
.events-listing li {
  border-bottom: 1px solid #e5e5e5;
}
.events-listing li:after {
  content: "";
  display: table;
  clear: both;
}
.events-listing li .date {
  width: 50px;
  float: left;
}
.events-listing li .title {
  width: 580px;
  float: left;
}
.events-listing li .location {
  width: 285px;
  float: right;
  text-align: right;
}
.events-listing li.top span {
  color: #808080;
  font-size: 12px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.events-listing li.top span i {
  font-style: italic;
}
.events-listing li.item a {
  display: block;
  overflow: hidden;
  padding: 8px 0;
}
.events-listing li.item .date .cal {
  width: 30px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  color: #000;
  height: 42px;
  line-height: 18px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  background: #fff;
}
.events-listing li.item .date .cal i {
  font-style: italic;
}
.events-listing li.item .date .cal span {
  background: #ff5454;
  color: #fff;
  text-align: center;
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.events-listing li.item .date .cal span i {
  font-style: italic;
}
.events-listing li.item .title {
  display: block;
  position: relative;
  height: 42px;
}
.events-listing li.item .title h4 {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 40px;
  overflow: hidden;
}
.events-listing li.item .location {
  position: relative;
  display: block;
  height: 42px;
}
.events-listing li.item .location span {
  color: #4285f4;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 18px;
}
.events-listing li.item .location span i {
  font-style: italic;
}
.events-listing li.item:hover .title h4 {
  text-decoration: underline;
}
/* home news */
.home-news {
  padding: 60px 0 80px;
}
.home-news:after {
  content: "";
  display: table;
  clear: both;
}
.home-news .read-more {
  float: right;
}
/* news listing (home) */
.news-listing ul {
  list-style: none;
  margin: 0 0 20px;
}
.news-listing li {
  border-bottom: 1px solid #e5e5e5;
}
.news-listing li:after {
  content: "";
  display: table;
  clear: both;
}
.news-listing li .date {
  width: 230px;
  float: right;
  text-align: right;
}
.news-listing li .title {
  width: 730px;
  float: left;
}
.news-listing li.top span {
  color: #808080;
  font-size: 12px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news-listing li.top span i {
  font-style: italic;
}
.news-listing li.item a {
  display: block;
  overflow: hidden;
  padding: 8px 0;
}
.news-listing li.item .date {
  display: block;
  position: relative;
  height: 42px;
}
.news-listing li.item .date span {
  color: #4285f4;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 18px;
}
.news-listing li.item .date span i {
  font-style: italic;
}
.news-listing li.item .title {
  display: block;
  position: relative;
  height: 42px;
}
.news-listing li.item .title h4 {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 40px;
  overflow: hidden;
}
.news-listing li.item:hover .title h4 {
  text-decoration: underline;
}
/* home */
/* === FOOTER === */
.footer {
  position: relative;
  width: 100%;
  height: 340px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 16px;
  z-index: 10;
}
.footer a {
  color: rgba(255, 255, 255, 0.2);
}
.footer a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.2);
}
.footer .footer-top {
  background: #171d2a;
  height: 150px;
}
.footer .bg {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  position: absolute;
  background: url("/wp-content/themes/amsterdamschoolfordatascience/img/footer.png") center top no-repeat;
}
.footer .logo {
  float: left;
  padding-top: 34px;
}
.footer .logo img {
  max-width: 250px;
  height: auto;
}
.footer .socials {
  padding-top: 58px;
  float: right;
}
.footer .socials span {
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  margin-right: 4px;
  display: block;
  float: left;
}
.footer .socials span i {
  font-style: italic;
}
.footer .socials .icon {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  float: left;
  display: block;
  transition: background .2s;
  margin-left: 8px;
}
.footer .socials .icon.tw {
  background: #e9c218;
}
.footer .socials .icon.tw .svg-icon {
  width: 18px;
  height: 16px;
  margin: 9px 0 0 7px;
}
.footer .socials .icon.tw:hover {
  background: #bc9c12;
}
.footer .socials .icon.fb {
  background: #ff5454;
}
.footer .socials .icon.fb .svg-icon {
  width: 12px;
  height: 20px;
  margin: 7px 0 0 9px;
}
.footer .socials .icon.fb:hover {
  background: #ff2121;
}
.footer .socials .icon.mail {
  background: #4285f4;
}
.footer .socials .icon.mail .svg-icon {
  width: 16px;
  height: 16px;
  margin: 8px 0 0 8px;
}
.footer .socials .icon.mail:hover {
  background: #1266f1;
}
.footer .footer-bottom {
  background: #30394d;
  height: 190px;
}
.footer .footer-bottom br {
  display: none;
}
.footer .copy {
  float: left;
  padding-top: 38px;
}
.footer .powered,
.footer .association {
  margin-left: 32px;
  float: right;
  padding-top: 23px;
}
.footer .powered span,
.footer .association span {
  display: block;
  float: left;
  line-height: 45px;
  margin-right: 12px;
}
.footer .powered a,
.footer .association a {
  float: left;
}
.footer .association span {
  margin-right: 8px;
}
.footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer #partners-inner {
  height: 100px;
}
.footer #partners-inner > span {
  float: left;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 165px;
}
.footer #partners-inner > a {
  float: left;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer #partners-inner > a.hva {
  margin: 0px 90px 0 0;
}
.footer #partners-inner > a.uva {
  margin: 0;
}
.footer #partners-inner > a.vu {
  margin: 0;
  float: right;
}
/* search results */
body.search #content.detail aside,
body.error404 #content.detail aside {
  display: none;
}
body.search #content.detail .content,
body.error404 #content.detail .content {
  float: none;
  width: 100%;
}
body.search #content.detail .content .page-titles,
body.error404 #content.detail .content .page-titles {
  min-height: 0;
}
body.search #content.detail .content .programmes-search-result,
body.error404 #content.detail .content .programmes-search-result {
  border-top: 0;
}
body.search #content.detail .content .results-list,
body.error404 #content.detail .content .results-list {
  margin: 0 0 20px;
}
body.search #content.detail .content .results-list li h2,
body.error404 #content.detail .content .results-list li h2 {
  padding-left: 10px;
  transition: padding .2s;
}
body.search #content.detail .content .results-list li:hover h2,
body.error404 #content.detail .content .results-list li:hover h2 {
  padding-left: 24px;
}
body.search #content.detail .content .results-list .icon,
body.error404 #content.detail .content .results-list .icon {
  margin: 0 16px 0 0;
}
body.search #content.detail .content .results-list .icon .svg-icon,
body.error404 #content.detail .content .results-list .icon .svg-icon {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 6px;
  margin-right: 12px;
}
body.search #content.detail .content .results-list:last-child,
body.error404 #content.detail .content .results-list:last-child {
  margin: 0 0 40px;
}
/* news & events */
#news,
#events {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ff5454;
}
/* events & news listing */
#content .text-wrapper.events h1,
#content .text-wrapper.news h1 {
  margin-bottom: 60px;
}
#content .text-wrapper.events .eventlistitem,
#content .text-wrapper.news .eventlistitem {
  border-left: solid #ff5454 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#content .text-wrapper.events .eventlistitem h2,
#content .text-wrapper.news .eventlistitem h2 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  line-height: 24px;
}
#content .text-wrapper.events .eventlistitem .date,
#content .text-wrapper.news .eventlistitem .date {
  font-size: 16px;
  font-weight: 400;
  color: #1aa0df;
  line-height: 16px;
  margin-top: 0px;
}
#content .text-wrapper.events .eventlistaddress,
#content .text-wrapper.news .eventlistaddress {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#content .text-wrapper.events .eventlistaddress a,
#content .text-wrapper.news .eventlistaddress a {
  color: #1aa0df;
}
.eventwrapper {
  width: 640px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.eventwrapper:hover {
  width: 620px;
  padding-left: 20px;
  background: #fafafa;
}
#pastevents {
  height: 100px;
  background: #3b434d;
  width: 100%;
}
#pastevents .center {
  color: white;
  font-weight: 700;
  line-height: 100px;
  font-size: 24px;
}
#pastevents .center > div {
  width: 750px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
#pastevents .center > div.right-align {
  text-align: right;
}
#pastevents .center em {
  font-style: normal;
  color: #4285f4;
}
#pastevents .center a {
  color: white;
}
#pastevents .center a:hover {
  text-decoration: underline;
}
/* event single */
#content.single-event #divider {
  padding-right: 0;
}
#content.single-event #divider #divider-inner > h1,
#content.single-event #divider #divider-inner > p,
#content.single-event #divider #divider-inner > ul {
  padding-right: 30px;
}
#eventinfo {
  background: #f2f2f2;
  padding: 30px;
  margin-top: 30px;
  overflow: hidden;
}
#eventinfo .details,
#eventinfo .venue {
  width: 48%;
  overflow: hidden;
}
#eventinfo .details h3,
#eventinfo .venue h3 {
  padding-left: 6px;
  border-left: 4px solid #ff5454;
  font-size: 24px;
  color: #333;
  margin-bottom: 16px;
}
#eventinfo .details a,
#eventinfo .venue a {
  color: #1aa0df;
}
#eventinfo .details a:hover,
#eventinfo .venue a:hover {
  color: #157fb1;
}
#eventinfo .details > div,
#eventinfo .venue > div {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  margin-bottom: 16px;
  font-weight: 700;
}
#eventinfo .details > div label,
#eventinfo .venue > div label {
  color: #808080;
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#eventinfo .details > div.googlemaps a.link,
#eventinfo .venue > div.googlemaps a.link {
  font-size: 14px;
  margin-top: 27px;
  display: block;
  margin-left: 20px;
  font-weight: normal;
}
#eventinfo div.details {
  float: left;
  margin-right: 4%;
}
#eventinfo div.venue {
  float: right;
}
#prevnext {
  border-top: 1px solid lightgrey;
}
#prevnext #prevnextleft,
#prevnext #prevnextright {
  width: 50%;
  background: #fff;
  padding: 40px;
  height: 144px;
}
#prevnext #prevnextleft a,
#prevnext #prevnextright a {
  color: #1aa0df;
  font-size: 16px;
}
#prevnext #prevnextleft a h1,
#prevnext #prevnextright a h1 {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 700;
}
#prevnext #prevnextleft a h1 em,
#prevnext #prevnextright a h1 em {
  font-style: normal;
  color: #ff5454;
}
#prevnext #prevnextleft a:hover h1,
#prevnext #prevnextright a:hover h1 {
  text-decoration: underline;
}
#prevnext #prevnextleft {
  float: left;
  border-right: 1px solid lightgrey;
  text-align: right;
}
#prevnext #prevnextright {
  float: right;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #masthead2 .logo a {
    left: 10px;
  }
  nav ul li {
    margin-left: 20px;
  }
}
/* tablet portrait */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.sticky {
    position: fixed;
    overflow: hidden;
  }
  .hide_tablet {
    display: none;
  }
  .show_tablet {
    display: block;
  }
  #separator {
    width: 220px;
    margin-top: 30px;
    left: -20px;
  }
  #separatorlarge {
    width: 437px;
  }
  #gmap {
    width: 210px;
    height: 230px;
  }
  #map_canvas {
    top: 10px;
    left: 10px;
    width: 190px;
    height: 190px;
  }
  /* CTA */
  .cta--cta2 {
    width: 320px;
    font-size: 16px;
    height: 80px;
  }
  .cta--cta2 .icon {
    height: 80px;
  }
  .cta--cta2 .icon .svg-icon {
    margin-top: 30px;
  }
  /* header */
  #masthead2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 120;
  }
  #masthead2 .bg {
    height: 120px;
    background-position: center -40px;
    background-image: url("/wp-content/themes/amsterdamschoolfordatascience/img/header-1024.jpg");
  }
  #masthead2 .logo {
    padding-top: 11px;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    color: white;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #ff5454;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .hamburger i {
    font-style: italic;
  }
  .hamburger span.icon {
    display: block;
    float: right;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3) url("/wp-content/themes/amsterdamschoolfordatascience/img/sprite.png") 13px -72px no-repeat;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
  .hamburger span.icon.open {
    background-position: 11px 12px;
  }
  .hamburger:hover span.icon {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .submenu-outer {
    display: none;
  }
  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 20;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    clear: both;
    background: #ff5454;
  }
  .main-nav .bg-color {
    display: none;
  }
  .main-nav > .center {
    padding: 0;
  }
  .main-nav .mob-scroll {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: height 0.3s ease-out;
  }
  .main-nav .mob-scroll-inner {
    width: 100%;
  }
  .main-nav .ul-content {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
  }
  .main-nav .ul-content ul#menu-main {
    right: auto;
    position: static;
    padding-top: 2px;
  }
  .main-nav .ul-content ul li {
    float: none;
    margin: 0;
    line-height: normal;
    height: auto;
    text-align: left;
    padding: 14px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .main-nav .ul-content ul li a {
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 20px;
    height: auto;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .main-nav .ul-content ul li a i {
    font-style: italic;
  }
  .main-nav .ul-content ul li a:hover {
    border: 0;
    text-decoration: underline;
    color: #fff;
  }
  .main-nav .ul-content ul li span.icon {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 16px;
    top: 13px;
    cursor: pointer;
    background: url("/wp-content/themes/amsterdamschoolfordatascience/img/sprite.png") 9px -22px no-repeat;
  }
  .main-nav .ul-content ul li span.icon.open {
    background-position: 9px -50px;
  }
  .main-nav .ul-content ul li:first-child {
    border-top: 0;
  }
  .main-nav .ul-content ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-nav .ul-content ul li.current-menu-item a,
  .main-nav .ul-content ul li.current-page-ancestor a {
    border: 0;
  }
  .main-nav .ul-content .submenu {
    padding-left: 0;
    transition: none;
    opacity: 1;
    width: auto;
    display: none;
    visibility: visible;
    top: 14px;
    padding: 0;
    position: relative;
  }
  .main-nav .ul-content .submenu .submenu {
    display: block;
  }
  .main-nav .ul-content .submenu > ul {
    padding: 0;
    margin-left: 0;
    transition: none;
    background: none;
    text-align: left;
  }
  .main-nav .ul-content .submenu > ul > li {
    margin: 0;
    text-align: left;
    padding: 10px 0;
    display: block;
  }
  .main-nav .ul-content .submenu > ul > li > a {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding-left: 40px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .main-nav .ul-content .submenu > ul > li > a i {
    font-style: italic;
  }
  .main-nav .ul-content .submenu > ul > li > a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .main-nav .ul-content .submenu > ul > li > .icon {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 22px;
    display: block;
    background: url("/wp-content/themes/amsterdamschoolfordatascience/img/sprite2.png") 2px -118px no-repeat;
  }
  .main-nav .ul-content .submenu > ul > li > .icon.open {
    background-position: 2px -138px;
  }
  .main-nav .ul-content .submenu > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-nav .ul-content .submenu > ul > li:last-child {
    border-bottom: 0;
  }
  .main-nav .ul-content .submenu > ul > li.current_page_item > a {
    text-decoration: underline;
  }
  .main-nav .ul-content .submenu > ul > li .submenu {
    display: none;
  }
  .main-nav .ul-content .submenu > ul > li .submenu > ul > li {
    margin: 0;
    text-align: left;
    padding: 8px 0 11px 0px;
  }
  .main-nav .ul-content .submenu > ul > li .submenu > ul > li a {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 60px;
  }
  .main-nav .ul-content .submenu > ul > li .submenu > ul > li a:hover {
    text-decoration: underline;
  }
  /*== SEARCH === */
  header .icon-search {
    top: 44px;
    right: 150px;
  }
  #page {
    margin-top: 120px;
  }
  #page:after {
    content: "";
    display: table;
    clear: both;
  }
  #page .hero {
    height: 300px;
  }
  #page .hero .bg {
    background-image: url("/wp-content/themes/amsterdamschoolfordatascience/img/hero-image-1024.jpg");
    background-position: center top;
    height: 300px;
  }
  #page .hero .bg:after {
    content: '';
    display: none;
  }
  #page .hero .hero-titles {
    top: 40px;
    max-width: 500px;
  }
  #page .hero h1 {
    font-size: 66px;
    line-height: 56px;
  }
  #page .hero h3.subkop {
    font-size: 22px;
    line-height: 22px;
  }
  #page .hero .cta.hero-cta {
    right: 360px;
    top: 200px;
    width: 270px;
    font-size: 19px;
  }
  #page .hero .cta.hero-cta.cta--cta2 {
    width: 330px;
    right: 20px;
    font-size: 19px;
  }
  #content .breadcrumb {
    margin: 0 0 20px;
    padding-top: 14px;
  }
  #content.detail aside {
    float: none;
  }
  #content.detail .content {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #content #collum-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #content .collum {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
    top: 0;
    padding-right: 20px;
    height: auto;
    overflow: hidden;
  }
  #content .collum:before,
  #content .collum:after {
    content: '';
    display: none;
  }
  #content .collum .img {
    float: left;
    margin-right: 20px;
  }
  #content .collum h2.home-title {
    font-size: 24px;
    line-height: 24px;
  }
  #content .collum p {
    padding: 0 0;
    max-height: 96px;
    font-size: 18px;
    line-height: 24px;
  }
  #content .collum .read-more {
    right: 20px;
    bottom: 20px;
  }
  #content .text-wrapper {
    width: 508px;
  }
  #content .text-wrapper h1 {
    font-size: 42px;
    line-height: 38px;
    margin-right: 52px;
  }
  #content .text-wrapper h2 {
    font-size: 22px;
    line-height: 22px;
  }
  #content .text-wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin-right: 30px;
  }
  #content .text-wrapper article table td {
    font-size: 26px;
  }
  #content .text-wrapper2 {
    width: 468px;
  }
  #content #intro {
    margin-bottom: 40px;
    margin-top: 20px;
    border-left: solid red 10px;
    padding-left: 24px;
  }
  #content #intro p {
    font-size: 20px;
    line-height: 24px;
  }
  #content #bar-right {
    width: 220px;
    font-size: 16px;
    line-height: 18px;
    padding-left: 20px;
  }
  #content #bar-right .date {
    font-size: 14px;
  }
  #content #bar-right a {
    color: black;
    margin-top: 20px;
  }
  #content aside {
    display: none;
  }
  /* PAGE: Course & Programma finder */
  #content.programmes .page-titles {
    margin-bottom: 40px;
    margin-bottom: 80px;
  }
  #content.programmes .page-titles .cta.cta--cta2 {
    right: 20px;
  }
  #content.programmes .open-filter {
    display: block;
    position: absolute;
    right: 20px;
    top: 60px;
    top: 100px;
    color: white;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #4285f4;
    transition: background .2s;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  #content.programmes .open-filter:hover {
    background: #1266f1;
  }
  /* aside filter */
  #content .programmes-aside {
    display: block;
    position: fixed;
    left: -320px;
    top: 120px;
    bottom: 0;
    width: 320px;
    height: 100%;
    background: #fafafa;
    border: 0;
    float: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    border-right: 1px solid #e5e5e5;
    transition: left 0.5s ease-in;
  }
  #content .programmes-aside .filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
  }
  #content .programmes-aside .close-filter {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    z-index: 21;
  }
  #content .programmes-aside .close-filter .svg-icon {
    width: 18px;
    height: 18px;
    margin: 0;
  }
  #content .programmes-aside .close-filter .svg-icon svg path {
    fill: #ff5454;
  }
  #content .programmes-aside .scroller {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
    box-sizing: content-box;
  }
  #filter_form {
    padding-bottom: 20px;
  }
  .filter-block .icon.help {
    margin-left: 0px;
    margin-top: 7px;
  }
  .filter-block .popup.help {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    background: #202633;
    position: absolute;
    top: -50%;
    margin-top: -14px;
    right: -220px;
    width: 200px;
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .filter-block .popup.help i {
    font-style: italic;
  }
  .filter-block .popup.help:after {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(32, 38, 51, 0);
    border-right-color: #202633;
    border-width: 10px;
    margin-top: -10px;
  }
  .filter-block .icon.help:hover .popup.help {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .filter-block {
    padding: 20px 20px 0;
    position: relative;
  }
  .filter-block .subject {
    clear: both;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .filter-block .subject i {
    font-style: italic;
  }
  .filter-block .subject .icon.help {
    display: none;
  }
  .filter-block .subject > .svg-icon {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 8px;
    margin-top: -1px;
  }
  .filter-block .subject .name {
    float: left;
  }
  .filter-block .subject .icon.help {
    position: relative;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 12px;
    margin-top: 6px;
    cursor: pointer;
  }
  .filter-block .subject .icon.help .svg-icon {
    width: 16px;
    height: 16px;
    margin: 0;
  }
  .filter-block .subject .popup.help {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    background: #202633;
    position: absolute;
    top: -50%;
    margin-top: -14px;
    right: -220px;
    width: 200px;
    height: auto;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
  }
  .filter-block .subject .popup.help:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(32, 38, 51, 0);
    border-right-color: #202633;
    border-width: 10px;
    margin-top: -10px;
  }
  .filter-block .subject .icon.help:hover .popup.help {
    opacity: 1;
    visibility: visible;
  }
  .filter-block .options {
    clear: both;
    overflow: hidden;
    height: 0;
    transition: height .5s;
  }
  .filter-block ul {
    list-style: none;
    margin: 0;
  }
  .filter-block ul label {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
    padding-top: 2px;
  }
  .filter-block ul label i {
    font-style: italic;
  }
  .filter-block ul label em {
    font-size: 10px;
    line-height: 18px;
    font-style: normal;
  }
  .filter-block .more {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #000;
  }
  .filter-block .more i {
    font-style: italic;
  }
  .filter-block .more .svg-icon {
    width: 12px;
    height: 13px;
    margin-top: 3px;
    float: left;
    margin-right: 10px;
  }
  .filter-block .more:hover {
    text-decoration: underline;
  }
  .filter-block.open .subject > .svg-icon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 17px;
  }
  /* content results */
  .programmes-search-result {
    width: 728px;
    float: none;
  }
  /* home events */
  .home-events {
    padding: 30px 0;
  }
  /* events listing (home) */
  .events-listing li .title {
    width: 450px;
  }
  .events-listing li .location {
    width: 210px;
  }
  /* home news */
  .home-news {
    padding: 30px 0;
  }
  /* news listing (home) */
  .news-listing li .date {
    width: 150px;
  }
  .news-listing li .title {
    width: 550px;
    float: left;
  }
  /* === FOOTER === */
  .footer {
    height: 290px;
    font-size: 11px;
  }
  .footer .bg {
    height: 120px;
  }
  .footer .logo {
    padding-top: 20px;
  }
  .footer .footer-top {
    height: 120px;
  }
  .footer .socials {
    padding-top: 49px;
  }
  .footer .footer-bottom {
    height: 170px;
  }
  .footer .copy {
    padding-top: 26px;
  }
  .footer .powered,
  .footer .association {
    padding-top: 11px;
  }
  .footer .powered img,
  .footer .association img {
    max-width: 100px;
    height: auto;
  }
  .footer #partners-inner {
    height: 100px;
  }
  .footer #partners-inner > span {
    width: 120px;
  }
  .footer #partners-inner > a.hva {
    margin: 0px 60px 0 0;
  }
  .footer #partners-inner > a.hva img {
    width: 180px;
  }
  .footer #partners-inner > a.uva {
    margin: 0;
  }
  .footer #partners-inner > a.uva img {
    width: 180px;
  }
  .footer #partners-inner > a.vu {
    margin: 0;
    float: right;
  }
  .footer #partners-inner > a.vu img {
    width: 140px;
  }
  /* events & news listing */
  #content .text-wrapper.events h1,
  #content .text-wrapper.news h1 {
    margin-bottom: 40px;
  }
  #content .text-wrapper.events .eventlistitem h2,
  #content .text-wrapper.news .eventlistitem h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #content .text-wrapper.events .eventlistitem .date,
  #content .text-wrapper.news .eventlistitem .date {
    font-size: 14px;
  }
  #content .text-wrapper.events .eventlistaddress,
  #content .text-wrapper.news .eventlistaddress {
    font-size: 14px;
  }
  .eventwrapper {
    width: 437px;
  }
  .eventwrapper:hover {
    width: 437px;
  }
  #pastevents {
    height: 80px;
  }
  #pastevents .center {
    line-height: 80px;
    font-size: 20px;
  }
  #pastevents .center > div {
    width: 468px;
  }
  /* event single */
  #content.single-event #divider #divider-inner > h1,
  #content.single-event #divider #divider-inner > p,
  #content.single-event #divider #divider-inner > ul {
    padding-right: 20px;
  }
  #eventinfo {
    padding: 20px;
  }
  #eventinfo .details,
  #eventinfo .venue {
    width: 49%;
  }
  #eventinfo .details h3,
  #eventinfo .venue h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #eventinfo .details > div,
  #eventinfo .venue > div {
    font-size: 16px;
    line-height: 18px;
  }
  #eventinfo .details > div label,
  #eventinfo .venue > div label {
    font-size: 14px;
  }
  #eventinfo .details > div.googlemaps a.link,
  #eventinfo .venue > div.googlemaps a.link {
    margin-top: 16px;
  }
  #eventinfo div.details {
    float: left;
    margin-right: 2%;
  }
  #prevnext #prevnextleft,
  #prevnext #prevnextright {
    padding: 30px;
    height: 124px;
  }
  #people .people-page .item .img {
    width: 70px;
    height: 70px;
  }
  #people .people-page .item .img a {
    width: 70px;
    height: 70px;
  }
  #people .people-page .item .img a img {
    min-height: 70px;
    min-width: 70px;
  }
  #people .people-page .item .info {
    max-width: 340px;
  }
  #people .people-page .item .info h3 {
    font-size: 20px;
    line-height: 22px;
  }
  #people .people-page .item .info .tags {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: block;
  }
  #divider {
    border: 0;
    padding: 0;
    min-height: 0;
  }
  #separator {
    width: 100%;
    margin-top: 20px;
    left: 0px;
  }
  #separatorlarge {
    width: 100%;
  }
  #masthead2 {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 199;
  }
  #masthead2 .center {
    width: 100%;
  }
  #masthead2 .bg {
    height: 80px;
    background-image: url("/wp-content/themes/amsterdamschoolfordatascience/img/header-768.jpg");
    background-position: center -80px;
  }
  #masthead2 .logo {
    padding-top: 12px;
    padding-left: 10px;
    width: 170px;
  }
  #masthead2 .logo img {
    height: 52px;
  }
  #masthead2 .logo a {
    width: 181px;
    height: 60px;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    color: white;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #ff5454;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .hamburger i {
    font-style: italic;
  }
  .hamburger span.icon {
    display: block;
    float: right;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3) url("/wp-content/themes/amsterdamschoolfordatascience/img/sprite.png") 13px -72px no-repeat;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
  .hamburger span.icon.open {
    background-position: 12px 12px;
  }
  .hamburger:hover span.icon {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 20;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    clear: both;
    background: #ff5454;
  }
  .main-nav .bg-color {
    display: none;
  }
  .main-nav > .center {
    padding: 0;
  }
  .main-nav .mob-scroll {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: height 0.3s ease-out;
  }
  .main-nav .mob-scroll-inner {
    width: 100%;
  }
  .main-nav .ul-content {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
  }
  .main-nav .ul-content ul#menu-main {
    right: auto;
    position: static;
    padding-top: 2px;
  }
  .main-nav .ul-content ul li {
    float: none;
    margin: 0;
    line-height: normal;
    height: auto;
    text-align: left;
    padding: 14px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .main-nav .ul-content ul li a {
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 10px;
    height: auto;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .main-nav .ul-content ul li a i {
    font-style: italic;
  }
  .main-nav .ul-content ul li a:hover {
    border: 0;
    text-decoration: underline;
    color: #fff;
  }
  .main-nav .ul-content ul li span.icon {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 6px;
    top: 10px;
    cursor: pointer;
    background: url("/wp-content/themes/amsterdamschoolfordatascience/img/sprite.png") 9px -20px no-repeat;
  }
  .main-nav .ul-content ul li span.icon.open {
    background-position: 9px -50px;
  }
  .main-nav .ul-content ul li:first-child {
    border-top: 0;
  }
  .main-nav .ul-content ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-nav .ul-content ul li.current-menu-item a,
  .main-nav .ul-content ul li.current-page-ancestor a {
    border: 0;
  }
  .main-nav .ul-content .submenu {
    padding-left: 0;
    transition: none;
    opacity: 1;
    width: auto;
    display: none;
    visibility: visible;
    top: 12px;
    padding: 0;
    position: relative;
  }
  .main-nav .ul-content .submenu .submenu {
    display: block;
  }
  .main-nav .ul-content .submenu > ul {
    padding: 0;
    margin-left: 0;
    transition: none;
    background: none;
    text-align: left;
  }
  .main-nav .ul-content .submenu > ul > li {
    margin: 0;
    text-align: left;
    padding: 10px 0;
    display: block;
  }
  .main-nav .ul-content .submenu > ul > li > a {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-left: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .main-nav .ul-content .submenu > ul > li > a i {
    font-style: italic;
  }
  .main-nav .ul-content .submenu > ul > li > a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .main-nav .ul-content .submenu > ul > li > .icon {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 11px;
    display: block;
    background: url("/wp-content/themes/amsterdamschoolfordatascience/img/sprite2.png") 2px -118px no-repeat;
  }
  .main-nav .ul-content .submenu > ul > li > .icon.open {
    background-position: 2px -138px;
  }
  .main-nav .ul-content .submenu > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-nav .ul-content .submenu > ul > li:last-child {
    border-bottom: 0;
  }
  .main-nav .ul-content .submenu > ul > li.current_page_item > a {
    text-decoration: underline;
  }
  .main-nav .ul-content .submenu > ul > li .submenu {
    display: none;
  }
  .main-nav .ul-content .submenu > ul > li .submenu > ul > li {
    margin: 0;
    text-align: left;
    padding: 8px 0 11px 0px;
  }
  .main-nav .ul-content .submenu > ul > li .submenu > ul > li a {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    padding-left: 30px;
  }
  .main-nav .ul-content .submenu > ul > li .submenu > ul > li a:hover {
    text-decoration: underline;
  }
  /* SEARCH */
  header .icon-search {
    top: 24px;
    right: 115px;
  }
  #search-div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(26, 30, 41, 0.95);
    z-index: 210;
  }
  #search-div .search-div {
    z-index: 130;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  #search-div .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
  }
  #search-div .btn-close i {
    font-style: italic;
  }
  #search-div .btn-close:hover {
    text-decoration: underline;
  }
  #search-div .btn-close:hover .svg-icon svg path {
    fill: #ff2121;
  }
  #search-div .btn-close .svg-icon {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-left: 4px;
  }
  #search-div form {
    width: 280px;
    height: 50px;
  }
  #search-div form .input {
    width: 280px;
    height: 50px;
  }
  #search-div form .input input {
    width: 280px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px 0 0;
  }
  #search-div form .input .svg-icon {
    width: 24px;
    height: 24px;
    top: 12px;
  }
  #search-div form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 30px;
    height: 50px;
    padding: 0;
  }
  #search-div form input[type="submit"]:hover + .icon .svg-icon svg path {
    fill: #ff5454;
    transition: all .2s;
  }
  #page {
    margin-top: 80px;
  }
  #page .hero {
    /*height: 210px;*/
    height: 280px;
  }
  #page .hero .bg {
    background-image: url("/wp-content/themes/amsterdamschoolfordatascience/img/hero-image-768.jpg");
    background-position: center top;
    /*height: 210px;*/
    height: 280px;
  }
  #page .hero .bg:after {
    content: '';
    display: none;
  }
  #page .hero .hero-titles {
    top: 20px;
    max-width: 100%;
    left: 0;
  }
  #page .hero h1 {
    font-size: 36px;
    line-height: 32px;
  }
  #page .hero h3.subkop {
    font-size: 18px;
    line-height: 18px;
  }
  #page .hero .cta.hero-cta {
    width: 100%;
    left: 0px;
    right: 0px;
    /*top: 120px;*/
    top: 200px;
    height: 68px;
  }
  #page .hero .cta.hero-cta .icon {
    height: 68px;
  }
  #page .hero .cta.hero-cta .icon .svg-icon {
    margin-top: 26px;
  }
  #page .hero .cta.hero-cta.cta--cta2 {
    top: 120px;
  }
  /* CTA block */
  .cta {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 12px;
  }
  .cta > span {
    font-size: 13px;
    line-height: 15px;
  }
  /* === CONTENT === */
  #content {
    margin-top: 0px;
  }
  #content .breadcrumb {
    height: 45px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  #content .breadcrumb .center {
    height: 45px;
  }
  #content .breadcrumb ul {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
  }
  #content .breadcrumb ul li {
    font-size: 12px;
  }
  #content .breadcrumb ul a {
    font-size: 12px;
    line-height: 12px;
  }
  #content .breadcrumb ul .svg-icon {
    margin-top: 0px;
  }
  #content.detail aside {
    float: none;
  }
  #content.detail .content {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #content #collum-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #content .collum {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    top: 0;
    padding-right: 20px;
    height: auto;
    overflow: hidden;
  }
  #content .collum:before,
  #content .collum:after {
    content: '';
    display: none;
  }
  #content .collum .img {
    float: none;
    margin-bottom: 20px;
  }
  #content .collum h2.home-title {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 0 12px;
    margin: 0 20px 20px;
  }
  #content .collum p {
    padding: 0 20px;
    max-height: 96px;
    font-size: 16px;
    margin-right: 0;
    line-height: 20px;
  }
  #content .collum .read-more {
    position: static;
    float: right;
    margin-bottom: 20px;
  }
  #content .text-wrapper {
    width: 100%;
    padding-top: 20px;
    float: none;
  }
  #content .text-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
    margin-right: 0;
  }
  #content .text-wrapper h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #content .text-wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin-right: 0px;
  }
  #content .text-wrapper article table td {
    display: block;
    font-size: 22px;
  }
  #content .text-wrapper2 {
    width: 100%;
  }
  #content #intro {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-left: 20px;
  }
  #content #intro p {
    font-size: 18px;
    line-height: 24px;
  }
  #content #bar-right {
    width: 100%;
    padding-left: 0px;
    float: none;
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  #content #bar-right .date {
    font-size: 14px;
  }
  #content #bar-right a {
    margin-top: 20px;
  }
  #content aside {
    display: none;
  }
  /* PAGE: Course & Programma finder */
  #content.programmes .page-titles {
    margin-bottom: 20px;
    margin-bottom: 100px;
  }
  #content.programmes .page-titles .cta.cta--cta2 {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 70px;
  }
  #content.programmes .page-titles .cta.cta--cta2 .icon {
    height: 70px;
  }
  #content.programmes .page-titles .cta.cta--cta2 .icon .svg-icon {
    margin-top: 27px;
  }
  #content.programmes .open-filter {
    display: block;
    color: white;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #4285f4;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  #content.programmes .open-filter:hover {
    background: #1266f1;
  }
  #content.programmes .total-sort .more-info {
    display: block;
    text-decoration: underline;
    background: none;
    color: #4285f4;
    text-shadow: none;
    padding: 0;
    text-align: center;
  }
  /* aside filter */
  #content .programmes-aside {
    display: block;
    position: fixed;
    left: -100%;
    top: 80px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    border: 0;
    float: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    border-right: 1px solid #e5e5e5;
    transition: left 0.5s ease-in;
  }
  #content .programmes-aside .filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
  }
  #content .programmes-aside .close-filter {
    position: absolute;
    top: 22px;
    right: 18px;
    cursor: pointer;
    z-index: 21;
  }
  #content .programmes-aside .close-filter .svg-icon {
    width: 16px;
    height: 16px;
    margin: 0;
  }
  #content .programmes-aside .close-filter .svg-icon svg path {
    fill: #ff5454;
  }
  #content .programmes-aside .scroller {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
    box-sizing: content-box;
  }
  #content .programmes-aside .scroller > .inner {
    padding-bottom: 140px;
  }
  #content .programmes-aside .btn-filter-outer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 80px;
    height: 50px;
    z-index: 22;
  }
  #content .programmes-aside .btn-filter-outer .btn {
    display: block;
    width: 100%;
    background: #4285f4;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    transition: background .2s;
  }
  #content .programmes-aside .btn-filter-outer .btn i {
    font-style: italic;
  }
  #content .programmes-aside .btn-filter-outer .btn:hover {
    background: #1266f1;
  }
  .filter-block .subject {
    font-size: 17px;
  }
  .filter-block ul label {
    font-size: 15px;
    line-height: 17px;
  }
  .filter-block .icon.help {
    display: none;
  }
  .programmes-search-result .total-sort {
    padding: 12px 0;
  }
  .programmes-search-result .total-sort .total {
    font-size: 18px;
    line-height: 24px;
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .programmes-search-result .total-sort .sort {
    width: 100%;
    float: none;
  }
  .programmes-search-result .total-sort .sort span {
    display: none;
  }
  .programmes-search-result .total-sort .sort form {
    float: left;
  }
  /* content results */
  .programmes-search-result {
    width: 100%;
    float: none;
  }
  .filters-result {
    transition: opacity .2s;
  }
  .filters-result > .left {
    margin-top: 12px;
    margin-left: 12px;
  }
  .filters-result > .left span {
    margin-left: 0;
  }
  .filters-result .filter-tags {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .filters-result .clear-filter {
    width: 87px;
    float: none;
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .results-list {
    margin: 0 0 40px;
  }
  .results-list li {
    position: relative;
    padding: 12px 0 0;
  }
  .results-list li:hover {
    background: #fff;
  }
  .results-list li .edu-title {
    height: auto;
  }
  .results-list li h2 {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    float: none;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    max-height: none;
    overflow: visible;
  }
  .results-list li .excerpt {
    margin-top: 20px;
  }
  .results-list li .excerpt p {
    font-size: 14px;
    line-height: 20px;
  }
  .results-list li .excerpt > .inner > p {
    padding: 0 0px;
  }
  .results-list li .course-info {
    margin-top: 20px;
    padding: 12px;
  }
  .results-list li .course-info > div.left,
  .results-list li .course-info > div.right {
    margin-right: 0px;
    float: none;
    width: 100%;
  }
  .results-list li .course-info > div.left:first-child {
    width: 100%;
  }
  .results-list li .course-info strong {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .results-list li .course-info .more-info {
    width: 100%;
  }
  .results-list li .level {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 13px;
    line-height: 16px;
    float: none;
    width: 100%;
    text-align: left;
    padding-right: 40px;
  }
  .results-list li .edu-title .icon {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    float: none;
    position: absolute;
    top: 14px;
    right: 0;
    margin-left: 0px;
    margin-right: 4px;
  }
  .results-list li.open .edu-title .icon {
    margin-top: -4px;
  }
  /* home events */
  .home-events {
    padding: 30px 0;
  }
  /* events listing (home) */
  .events-listing ul h3 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 12px;
  }
  .events-listing li .date {
    width: 50px;
  }
  .events-listing li .title {
    width: 230px;
  }
  .events-listing li .location {
    width: 230px;
    float: left;
    text-align: left;
  }
  .events-listing li.top {
    display: none;
  }
  .events-listing li.item a {
    padding: 20px 0 8px;
  }
  .events-listing li.item .title {
    height: auto;
  }
  .events-listing li.item .title h4 {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    max-height: none;
    overflow: visible;
    margin-bottom: 0px;
  }
  /* home news */
  .home-news {
    padding: 30px 0 40px;
  }
  /* news listing (home) */
  .news-listing ul {
    border-top: 1px solid #e5e5e5;
  }
  .news-listing li .date {
    width: 100%;
    float: none;
    text-align: left;
  }
  .news-listing li .title {
    width: 100%;
    float: none;
  }
  .news-listing li.top {
    display: none;
  }
  .news-listing li.item a {
    padding: 18px 0;
  }
  .news-listing li.item .date {
    height: auto;
  }
  .news-listing li.item .date span {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    max-height: none;
    overflow: visible;
    margin-bottom: 0px;
  }
  .news-listing li.item .title {
    height: auto;
  }
  .news-listing li.item .title h4 {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    max-height: none;
    overflow: visible;
    margin-bottom: 0px;
  }
  /* === FOOTER === */
  .footer {
    height: 295px;
    font-size: 10px;
    line-height: 14px;
  }
  .footer .footer-top {
    height: 135px;
  }
  .footer .bg {
    background-size: cover;
    background-position: center center;
    height: 135px;
  }
  .footer .logo {
    float: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer .logo img {
    max-width: 200px;
    margin: 0 auto;
  }
  .footer .socials {
    padding-top: 0px;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 120px;
  }
  .footer .socials > span {
    display: none;
  }
  .footer .socials .icon {
    float: left;
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }
  .footer .footer-bottom {
    background: #30394d;
    height: 270px;
  }
  .footer .footer-bottom br {
    display: block;
  }
  .footer .copy {
    float: left;
    padding-top: 15px;
    display: block;
  }
  .footer .powered,
  .footer .association {
    margin-left: 0px;
    float: right;
    padding-top: 16px;
  }
  .footer .powered span,
  .footer .association span {
    display: none;
  }
  .footer .powered a,
  .footer .association a {
    float: none;
  }
  .footer .powered img,
  .footer .association img {
    max-width: 70px;
    height: auto;
  }
  .footer .association {
    margin-left: 6px;
  }
  .footer .association span {
    display: none;
    margin-right: 0px;
  }
  .footer #partners-inner {
    height: 200px;
  }
  .footer #partners-inner > span {
    width: auto;
    text-align: center;
    top: auto;
    float: none;
    transform: none;
    padding: 20px 0 10px;
  }
  .footer #partners-inner a.vu,
  .footer #partners-inner a.hva,
  .footer #partners-inner a.uva {
    top: auto;
    float: none;
    transform: none;
    margin: 0 0 10px;
  }
  .footer #partners-inner a.vu img,
  .footer #partners-inner a.hva img,
  .footer #partners-inner a.uva img {
    margin: 0 auto;
  }
  .footer #partners-inner a.hva {
    margin: 0 0 20px;
  }
  /* search results */
  body.search #content.detail .content .results-list .icon {
    margin: 0;
    top: 12px;
  }
  body.search #content.detail .content .results-list li {
    padding: 12px 0;
  }
  body.search #content.detail .content .results-list li h2 {
    padding: 0 20px 0 0;
  }
  body.search #content.detail .content .results-list li:hover h2 {
    padding: 0 20px 0 0;
  }
  /* news & events */
  #news,
  #events {
    font-size: 18px;
    line-height: 22px;
  }
  /* events & news listing */
  #content .text-wrapper.events h1,
  #content .text-wrapper.news h1 {
    margin-bottom: 40px;
  }
  #content .text-wrapper.events .eventlistitem h2,
  #content .text-wrapper.news .eventlistitem h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #content .text-wrapper.events .eventlistitem .date,
  #content .text-wrapper.news .eventlistitem .date {
    font-size: 14px;
    line-height: 16px;
  }
  .eventwrapper {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .eventwrapper:hover {
    width: 100%;
    padding-left: 0;
  }
  #pastevents {
    height: 50px;
  }
  #pastevents .center {
    line-height: 50px;
    font-size: 18px;
  }
  #pastevents .center > div {
    width: 100%;
    border-right: 0;
    padding-right: 0px;
  }
  /* event single */
  #content.single-event #divider {
    padding-right: 0;
  }
  #content.single-event #divider #divider-inner > h1,
  #content.single-event #divider #divider-inner > p,
  #content.single-event #divider #divider-inner > ul {
    padding-right: 30px;
  }
  #eventinfo {
    padding: 16px;
    margin-top: 20px;
  }
  #eventinfo .details,
  #eventinfo .venue {
    width: 100%;
  }
  #eventinfo .details h3,
  #eventinfo .venue h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #eventinfo .details > div,
  #eventinfo .venue > div {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  #eventinfo .details > div label,
  #eventinfo .venue > div label {
    color: #808080;
    font-size: 16px;
    display: block;
    font-weight: normal;
  }
  #eventinfo .details > div.googlemaps a.link,
  #eventinfo .venue > div.googlemaps a.link {
    margin-top: 20px;
  }
  #eventinfo div.details {
    float: none;
    margin-right: 0;
  }
  #eventinfo div.venue {
    float: none;
  }
  #prevnext {
    border-top: 0;
  }
  #prevnext #prevnextleft,
  #prevnext #prevnextright {
    width: 100%;
    padding: 0px;
    height: auto;
  }
  #prevnext #prevnextleft a,
  #prevnext #prevnextright a {
    font-size: 14px;
  }
  #prevnext #prevnextleft a h1,
  #prevnext #prevnextright a h1 {
    font-size: 14px;
    line-height: 18px;
  }
  #prevnext #prevnextleft {
    float: none;
    border-right: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  #prevnext #prevnextright {
    float: right;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
  }
}
