/*! required to keep these comments in the stylesheet for production
	Theme Name: ApoWZAv2
	Theme URI: http://borishoekmeijer.nl/design-portfolio
	Description: Based on HTML5 Blank WordPress Theme by Todd Motto (@toddmotto)
	Version: 1.1
	Author: Boris Hoekmeijer =D
	Author URI: http://borishoekmeijer.nl
	Tags: responsive, full width image, blue, grey, show/hide menu, html5, css3, custom home page, custom menu, icomoon

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* chapters
-----------------------------------------------------------------------*/
/* 0.00 Loading the fonts
-------------------------------------------------------------------------------------------------------------------------*/
/*
@font-face {
    font-family: 'droid_serif';
    src: url('fonts/droidserif-webfont.eot');
    src: url('fonts/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-webfont.woff') format('woff'),
         url('fonts/droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'droid_serif';
    src: url('fonts/droidserif-italic-webfont.eot');
    src: url('fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-italic-webfont.woff') format('woff'),
         url('fonts/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'droid_serif';
    src: url('fonts/droidserif-bold-webfont.eot');
    src: url('fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bold-webfont.woff') format('woff'),
         url('fonts/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'droid_serif';
    src: url('fonts/droidserif-bolditalic-webfont.eot');
    src: url('fonts/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bolditalic-webfont.woff') format('woff'),
         url('fonts/droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: bold;
    font-style: italic; }
*/
@font-face {
  font-family: "exo";
  src: url("fonts/exo-semibold-webfont.eot");
  src: url("fonts/exo-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo-semibold-webfont.woff") format("woff"), url("fonts/exo-semibold-webfont.svg#exodemibold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo-medium-webfont.eot");
  src: url("fonts/exo-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo-medium-webfont.woff") format("woff"), url("fonts/exo-medium-webfont.svg#exomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo-regular-webfont.eot");
  src: url("fonts/exo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo-regular-webfont.woff") format("woff"), url("fonts/exo-regular-webfont.svg#exoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "exo";
  src: url("fonts/exo-bold-webfont.eot");
  src: url("fonts/exo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/exo-bold-webfont.woff") format("woff"), url("fonts/exo-bold-webfont.svg#exobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("fonts/lato-bold-webfont.eot");
  src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("fonts/lato-italic-webfont.eot");
  src: url("fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-italic-webfont.woff") format("woff"), url("fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("fonts/lato-regular-webfont.eot");
  src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 0.00 SASS smartcode
-------------------------------------------------------------------------------------------------------------------------*/
/* clearfix hack */ /* to use: @include clearfix(); */
/* Generic
-----------------------------------------------------------------------*/
/*
@mixin ease-bS($easeA:background-color 0.3s ease-in) {
  -webkit-transition:$easeA;
  -moz-transition: $easeA;
  -o-transition: $easeA;
  transition: $easeA; 
}

@mixin ease-aS($easeA:all 0.3s ease-in) {
  -webkit-transition:$easeA;
  -moz-transition: $easeA;
  -o-transition: $easeA;
  transition: $easeA; 
}  */
/* animating the homepage menu */
/*
@mixin keyframe-reset {
  0% { opacity: 0; }
100% { opacity: 0; } 
}

@mixin keyframe-fadeIn {
  0% { opacity: 0; }
 60% { opacity: 0; }
100% { opacity: 1; }   
}

@mixin boxshadow {
  -webkit-box-shadow: 0 0px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0px 2px 2px rgba(0,0,0,0.05);
}

/* Site specific
-----------------------------------------------------------------------*/
.gradient-button {
  background: #006ac7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmFjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDVmYTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#006ac7), to(#345fa6));
  background: linear-gradient(to bottom, #006ac7 0%, #345fa6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-logo", endColorstr="$color-lichtkrant",GradientType=0 );
}

.gradient-button-hover {
  background: #1f4e79;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZhYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#1f4e79), to(#006ac7));
  background: linear-gradient(to bottom, #1f4e79 0%, #006ac7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-bewaren", endColorstr="$color-logo",GradientType=0 );
}

.gradient-button-active {
  background: #28acc0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4YWNjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDVkN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#28acc0), to(#105d7d));
  background: linear-gradient(to bottom, #28acc0 0%, #105d7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-toedienen", endColorstr="$color-voorschrijven",GradientType=0 );
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

/* 1.03  Normalize
-----------------------------------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: #000;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #000;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #FFF;
  text-shadow: none;
}

html {
  font-size: 16px;
}

body {
  font: 400 1em/1.6 Lato, Helvetica, Arial, sans-serif;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #006ac7;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #006ac7;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

a:focus,
a:hover,
a:active {
  color: #522594;
  text-decoration: none;
  border-bottom: 1px solid #522594;
  cursor: pointer;
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2c4a64;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
}

h1 {
  font-size: 1.7em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.1em;
  line-height: 1em;
  margin-top: 16px;
  margin-bottom: 6px;
}

h5 {
  font-size: 1em;
  line-height: 1em;
  margin-top: 16px;
  margin-bottom: 6px;
}

h6 {
  font-size: 0.9em;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #777;
  font-weight: 400;
}

p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 16px;
  font-size: 0.9em;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

li {
  font-size: 0.9em;
}

.main ul {
  text-indent: 0;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

br {
  height: 1em;
}

/* 1.02 WordPress core
-----------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 1.00 XSMALL/GLOBAL: Width of 639px and down
-------------------------------------------------------------------------------------------------------------------------*/
/* 1.02  Structure & Header
------------------------------------------------------------------------------------------------------*/
html {
  background: #fff;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wrapper .header {
  width: 100%;
  height: 80px;
  z-index: 1;
  position: relative;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  font-family: Exo, Helvetica, Arial, sans-serif;
}
.wrapper .header .logo {
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  width: 50px;
  height: auto;
}
.wrapper .header .logo a {
  border: none;
  color: #fff;
}
.wrapper .header .logo a .logo-img {
  width: 100%;
}
.wrapper .header #center-header {
  display: block;
  max-width: 1330px;
  margin: 0 auto 0 10px;
  width: 80%;
  height: 100%;
  float: left;
}
.wrapper .header #center-header h1 {
  max-width: 100%;
}
.wrapper .header #center-header h1 a {
  display: block;
  float: left;
  width: auto;
  margin-top: 4px;
  font-family: Exo, Helvetica, Arial, sans-serif;
  font-size: 0.45em;
  font-weight: bold;
  color: #006ac7;
  border: none;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.wrapper .header #center-header h1 a:hover, .wrapper .header #center-header h1 a:focus, .wrapper .header #center-header h1 a:active {
  color: #006ac7;
}
.wrapper .header #center-header .nav {
  display: none;
  width: 48%;
  float: right;
  margin: 10px auto 0 auto;
  text-align: right;
  font-family: Exo, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
}
.wrapper .header .search-box {
  display: none;
}
.wrapper .header .search-form {
  position: absolute;
  right: 20px;
  top: 15px;
}
.wrapper .header .search-field {
  background-color: #006ac7;
  border: none;
  cursor: pointer;
  height: 48px;
  margin: 3px 0;
  padding: 0 0 0 45px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
.wrapper .header .search-field:focus {
  background-color: #fff;
  border: 2px solid #006ac7;
  cursor: text;
  outline: 0;
  width: 230px;
  text-indent: 10px;
}
.wrapper .header .search-submit {
  display: none;
}
.wrapper .header input[type=search] {
  -webkit-appearance: textfield;
}
.wrapper .header .fa.fa-search {
  position: absolute;
  color: #fff;
  font-size: 2em;
  left: 0px;
  top: 3px;
  z-index: 99;
  display: block;
  background: #006ac7;
  padding: 8px 10px;
}
.wrapper .main {
  width: 98%;
  display: block;
  max-width: 1330px;
  min-height: 100%;
  margin: 0 auto;
}

.ie .wrapper .header .logo {
  top: 18px;
}
.ie .wrapper .header #center-header h1 a, .ie .wrapper .header #center-header .nav {
  margin-top: 15px;
}

/* 1.04  Mobile Navigation
------------------------------------------------------------------------------------------------------*/
body button#rmp_menu_trigger-41949,
body button#responsive-menu-pro-button {
  position: absolute;
  margin-bottom: 0;
  right: auto;
  height: 50px;
  width: 50px !important;
  background: #006ac7;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-radius: 2px;
  top: 19px;
  left: 85%;
  padding: 0;
  position: fixed;
  padding-bottom: 7px;
}
body button#rmp_menu_trigger-41949 .responsive-menu-pro-box,
body button#responsive-menu-pro-button .responsive-menu-pro-box {
  background: transparent;
}
body button#rmp_menu_trigger-41949 .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#rmp_menu_trigger-41949 .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#rmp_menu_trigger-41949 .responsive-menu-pro-box .responsive-menu-pro-inner:after,
body button#responsive-menu-pro-button .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#responsive-menu-pro-button .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#responsive-menu-pro-button .responsive-menu-pro-box .responsive-menu-pro-inner:after {
  background-color: #006ac7;
}
body button#rmp_menu_trigger-41949:hover, body button#rmp_menu_trigger-41949:focus, body button#rmp_menu_trigger-41949:active,
body button#responsive-menu-pro-button:hover,
body button#responsive-menu-pro-button:focus,
body button#responsive-menu-pro-button:active {
  background: #000;
}
body button#rmp_menu_trigger-41949:hover .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#rmp_menu_trigger-41949:hover .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#rmp_menu_trigger-41949:hover .responsive-menu-pro-box .responsive-menu-pro-inner:after, body button#rmp_menu_trigger-41949:focus .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#rmp_menu_trigger-41949:focus .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#rmp_menu_trigger-41949:focus .responsive-menu-pro-box .responsive-menu-pro-inner:after, body button#rmp_menu_trigger-41949:active .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#rmp_menu_trigger-41949:active .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#rmp_menu_trigger-41949:active .responsive-menu-pro-box .responsive-menu-pro-inner:after,
body button#responsive-menu-pro-button:hover .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#responsive-menu-pro-button:hover .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#responsive-menu-pro-button:hover .responsive-menu-pro-box .responsive-menu-pro-inner:after,
body button#responsive-menu-pro-button:focus .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#responsive-menu-pro-button:focus .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#responsive-menu-pro-button:focus .responsive-menu-pro-box .responsive-menu-pro-inner:after,
body button#responsive-menu-pro-button:active .responsive-menu-pro-box .responsive-menu-pro-inner,
body button#responsive-menu-pro-button:active .responsive-menu-pro-box .responsive-menu-pro-inner:before,
body button#responsive-menu-pro-button:active .responsive-menu-pro-box .responsive-menu-pro-inner:after {
  background: #522594;
}

button#rmp_menu_trigger-41949,
html.responsive-menu-pro-open button#responsive-menu-pro-button {
  background-color: #006ac7;
}
button#rmp_menu_trigger-41949:hover, button#rmp_menu_trigger-41949:focus, button#rmp_menu_trigger-41949:active,
html.responsive-menu-pro-open button#responsive-menu-pro-button:hover,
html.responsive-menu-pro-open button#responsive-menu-pro-button:focus,
html.responsive-menu-pro-open button#responsive-menu-pro-button:active {
  background-color: #006ac7;
}
button#rmp_menu_trigger-41949:hover .responsive-menu-pro-inner,
button#rmp_menu_trigger-41949:hover .responsive-menu-pro-inner:before,
button#rmp_menu_trigger-41949:hover .responsive-menu-pro-inner:after, button#rmp_menu_trigger-41949:focus .responsive-menu-pro-inner,
button#rmp_menu_trigger-41949:focus .responsive-menu-pro-inner:before,
button#rmp_menu_trigger-41949:focus .responsive-menu-pro-inner:after, button#rmp_menu_trigger-41949:active .responsive-menu-pro-inner,
button#rmp_menu_trigger-41949:active .responsive-menu-pro-inner:before,
button#rmp_menu_trigger-41949:active .responsive-menu-pro-inner:after,
html.responsive-menu-pro-open button#responsive-menu-pro-button:hover .responsive-menu-pro-inner,
html.responsive-menu-pro-open button#responsive-menu-pro-button:hover .responsive-menu-pro-inner:before,
html.responsive-menu-pro-open button#responsive-menu-pro-button:hover .responsive-menu-pro-inner:after,
html.responsive-menu-pro-open button#responsive-menu-pro-button:focus .responsive-menu-pro-inner,
html.responsive-menu-pro-open button#responsive-menu-pro-button:focus .responsive-menu-pro-inner:before,
html.responsive-menu-pro-open button#responsive-menu-pro-button:focus .responsive-menu-pro-inner:after,
html.responsive-menu-pro-open button#responsive-menu-pro-button:active .responsive-menu-pro-inner,
html.responsive-menu-pro-open button#responsive-menu-pro-button:active .responsive-menu-pro-inner:before,
html.responsive-menu-pro-open button#responsive-menu-pro-button:active .responsive-menu-pro-inner:after {
  background: #fff;
}
button#rmp_menu_trigger-41949:hover .responsive-menu-pro-inner:before, button#rmp_menu_trigger-41949:focus .responsive-menu-pro-inner:before, button#rmp_menu_trigger-41949:active .responsive-menu-pro-inner:before,
html.responsive-menu-pro-open button#responsive-menu-pro-button:hover .responsive-menu-pro-inner:before,
html.responsive-menu-pro-open button#responsive-menu-pro-button:focus .responsive-menu-pro-inner:before,
html.responsive-menu-pro-open button#responsive-menu-pro-button:active .responsive-menu-pro-inner:before {
  top: 10px;
}
button#rmp_menu_trigger-41949:hover .responsive-menu-pro-inner:after, button#rmp_menu_trigger-41949:focus .responsive-menu-pro-inner:after, button#rmp_menu_trigger-41949:active .responsive-menu-pro-inner:after,
html.responsive-menu-pro-open button#responsive-menu-pro-button:hover .responsive-menu-pro-inner:after,
html.responsive-menu-pro-open button#responsive-menu-pro-button:focus .responsive-menu-pro-inner:after,
html.responsive-menu-pro-open button#responsive-menu-pro-button:active .responsive-menu-pro-inner:after {
  bottom: 10px;
}

#rmp-container-41949,
html.responsive-menu-pro-open button#responsive-menu-pro-button {
  border: none;
}

body #rmp-container-41949 {
  background: #345fa6;
}
body .rmp-container,
body #responsive-menu-pro-container {
  background: transparent;
  width: 100%;
  height: auto;
  top: 0 !important;
  position: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .rmp-container #responsive-menu-pro-wrapper,
body #responsive-menu-pro-container #responsive-menu-pro-wrapper {
  background: #2e75b6;
  height: 100vh;
}
body .rmp-container #responsive-menu-pro-title,
body #responsive-menu-pro-container #responsive-menu-pro-title {
  background: transparent;
  font-size: 1.3em;
  border: none;
}
body .rmp-container ul.rmp-menu,
body .rmp-container ul#responsive-menu-pro,
body #responsive-menu-pro-container ul.rmp-menu,
body #responsive-menu-pro-container ul#responsive-menu-pro {
  border: none;
  list-style: none;
}
body .rmp-container .rmp-menu li.rmp-menu-item,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item {
  background: transparent;
  border: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
body .rmp-container .rmp-menu li.rmp-menu-item a,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
  font-weight: 400;
  width: auto;
  border-top: none;
  border: none;
  background: transparent !important;
  font-size: 1.4em !important;
  line-height: 2;
  color: #fff;
  padding-left: 10px;
}
body .rmp-container .rmp-menu li.rmp-menu-item a:hover, body .rmp-container .rmp-menu li.rmp-menu-item a:focus, body .rmp-container .rmp-menu li.rmp-menu-item a:active,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a:hover,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a:focus,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a:active,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a:hover,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a:focus,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a:active,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:focus,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:active {
  background: #28acc0 !important;
  color: #fff;
}
body .rmp-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
  background-color: #2e75b6;
  border-color: #2e75b6;
}
body .rmp-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow:hover,
body .rmp-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow:focus,
body .rmp-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow:active,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:hover,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:focus,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:active,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow:hover,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow:focus,
body #responsive-menu-pro-container .rmp-menu li.rmp-menu-item a .responsive-menu-pro-subarrow:active,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:hover,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:focus,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:active {
  background-color: #5b9bd5;
  border-color: #5b9bd5;
}
body .rmp-container ul.rmp-menu li.rmp-menu-item:first-child,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item:first-child,
body #responsive-menu-pro-container ul.rmp-menu li.rmp-menu-item:first-child,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item:first-child {
  margin-top: 30px;
}
body .rmp-container ul.rmp-menu li.rmp-menu-item.current-menu-item,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item,
body #responsive-menu-pro-container ul.rmp-menu li.rmp-menu-item.current-menu-item,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item {
  background: #28acc0 !important;
}
body .rmp-container ul.rmp-menu li.rmp-menu-item.current-menu-item a:hover, body .rmp-container ul.rmp-menu li.rmp-menu-item.current-menu-item a:focus, body .rmp-container ul.rmp-menu li.rmp-menu-item.current-menu-item a:active,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item a:hover,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item a:focus,
body .rmp-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item a:active,
body #responsive-menu-pro-container ul.rmp-menu li.rmp-menu-item.current-menu-item a:hover,
body #responsive-menu-pro-container ul.rmp-menu li.rmp-menu-item.current-menu-item a:focus,
body #responsive-menu-pro-container ul.rmp-menu li.rmp-menu-item.current-menu-item a:active,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item a:hover,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item a:focus,
body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.current-menu-item a:active {
  background: #2e75b6 !important;
  color: #fff;
}

body #click-menu {
  right: 0;
  position: fixed;
}
body #click-menu .threeLines {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50px;
  height: 46px;
  background-color: #006ac7;
  padding-top: 12px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
body #click-menu .threeLines .line {
  margin-left: 15%;
  height: 4px;
  margin-bottom: 5px;
  border-radius: 1px;
  background: #fff;
  width: 60%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
body #click-menu .threeLines:hover {
  background: #006ac7;
}
body #click-menu .threeLines:hover > .line {
  background: #fff;
}

body #responsive-menu {
  background: transparent;
  left: auto !important;
  right: 0 !important;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Exo, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body #responsive-menu #responsive-menu-title {
  background: #006ac7;
}
body #responsive-menu #responsive-menu-title a {
  font-weight: bold;
  border: none;
}
body #responsive-menu .responsive-menu {
  padding: 0;
}
body #responsive-menu .responsive-menu li {
  background: #105d7d;
  border: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
body #responsive-menu .responsive-menu li:hover {
  background: #5b9bd5;
}
body #responsive-menu .responsive-menu li:hover a {
  color: #fff;
  padding-left: 10%;
}
body #responsive-menu .responsive-menu li a {
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  border-top: none;
  border-bottom: 1px solid #fff;
}
body #responsive-menu .responsive-menu li a:hover {
  background: #5b9bd5;
  color: #fff;
}
body #responsive-menu .responsive-menu li span.appendLink {
  background: transparent;
  border: none;
}
body #responsive-menu .responsive-menu li.current-menu-item, body #responsive-menu .responsive-menu li.current_page_item {
  background: #2e75b6;
}
body #responsive-menu .responsive-menu li.current-menu-item > a,
body #responsive-menu .responsive-menu li.current-menu-item > .appendLink, body #responsive-menu .responsive-menu li.current_page_item > a,
body #responsive-menu .responsive-menu li.current_page_item > .appendLink {
  display: block !important;
  background: #5b9bd5;
}
body #responsive-menu .responsive-menu li.current-menu-item a:hover, body #responsive-menu .responsive-menu li.current-menu-item a:active, body #responsive-menu .responsive-menu li.current-menu-item a:focus, body #responsive-menu .responsive-menu li.current_page_item a:hover, body #responsive-menu .responsive-menu li.current_page_item a:active, body #responsive-menu .responsive-menu li.current_page_item a:focus {
  background: #1f4e79;
}
body #responsive-menu .responsive-menu li.current-menu-item > .appendLink, body #responsive-menu .responsive-menu li.current_page_item > .appendLink {
  background: transparent;
  border: none;
}
body #responsive-menu .responsive-menu li ul li {
  background: #17a0c7;
}

#responsiveSearch {
  display: none !important;
}

.ie7 body #click-menu,
.ie8 body #click-menu {
  display: none;
}
.ie7 body #repsonsive-menu,
.ie8 body #repsonsive-menu {
  display: none;
}

/* 1.11  Content: Global
------------------------------------------------------------------------------------------------------*/
section.main-content {
  width: 94%;
  display: block;
  margin-bottom: 25px;
  padding-left: 3%;
  float: left;
  font-size: 0.9em;
}

#sidebar {
  display: block;
  width: 426.66px;
  margin: 0 auto 25px auto;
  padding: 10px 10px 10px 12px;
  background: #345fa6;
  color: #fff;
  border-radius: 2px;
  clear: left;
}

.text-block {
  width: 100%;
  max-width: 768px;
  margin: 30px auto;
}

.content-header h1 {
  font-family: Exo, Helvetica, Arial, sans-serif;
}

.main-content table {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  margin-left: 0;
  padding-left: 0;
  width: 100% !important;
  border-bottom: 2px solid #ddd !important;
  border-top: 4px solid #006ac7 !important;
}
.main-content table tbody tr {
  background: rgba(160, 171, 191, 0.2) !important;
}
.main-content table tbody tr.table-alternate {
  background: #fff !important;
}

.main-content h2, .main-content h3, .main-content h4 {
  display: block;
  float: left;
  width: 100%;
}

.main-content ul {
  list-style: none;
  margin-left: 16px;
}
.main-content ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  color: #000;
  left: -13px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.main-content ul li.download:before {
  content: "\f019";
  color: #006ac7;
}
.main-content ul li a {
  border: none;
}
.main-content ul li:hover a, .main-content ul li:focus a, .main-content ul li:active a, .main-content ul li:hover:before, .main-content ul li:focus:before, .main-content ul li:active:before, .main-content ul li.download:hover a, .main-content ul li.download:focus a, .main-content ul li.download:active a, .main-content ul li.download:hover:before, .main-content ul li.download:focus:before, .main-content ul li.download:active:before {
  color: #522594;
}

.main-content ul.nostyle {
  margin-left: 0;
}
.main-content ul.nostyle li:before {
  display: none;
}

@supports (-ms-ime-align: auto) {
  .main-content h2, .main-content h3, .main-content h4 {
    float: none;
  }
  .main-content ul > li,
  .main-content ul ul li {
    text-indent: 0;
  }
}
.ie .main-content h2, .ie .main-content h3, .ie .main-content h4 {
  float: none;
}
.ie .main-content ul > li,
.ie .main-content ul ul li {
  text-indent: 0;
}

pre {
  clear: both;
}

.category .main-content ul li:before {
  content: none;
}

.main-content ul.download li:before {
  content: "\f019";
  color: #006ac7;
}
.main-content ul.download li:hover a,
.main-content ul.download li:focus a,
.main-content ul.download li:active a,
.main-content ul.download li:hover:before,
.main-content ul.download li:focus:before,
.main-content ul.download li:active:before {
  color: #522594;
}

.main-content ol {
  margin-left: 0;
  padding-left: 0.8em;
}

body .su-column {
  display: inline;
  margin: 0;
}

.column_left,
.su-column.column_left {
  width: 100%;
  margin-bottom: 10px;
}

.column_right,
.su-column.column_right {
  width: 100%;
  margin-bottom: 10px;
}

body .main-content .columns {
  font-size: 0.9em;
  display: block;
  float: left;
  width: 100%;
}
body .main-content .columns p, body .main-content .columns h1, body .main-content .columns h2, body .main-content .columns h3, body .main-content .columns h4, body .main-content .columns h5, body .main-content .columns h6 {
  width: 100%;
  display: inline-block;
}
body .main-content .columns .su-column.column_left {
  width: 68%;
  margin-right: 4%;
  margin-bottom: 10px;
}
body .main-content .columns .su-column.column_right {
  width: 28%;
  margin-bottom: 10px;
}
body .main-content .columns .column_left h1, body .main-content .columns .column_left h2, body .main-content .columns .column_left h3, body .main-content .columns .column_left h4, body .main-content .columns .column_right h1, body .main-content .columns .column_right h2, body .main-content .columns .column_right h3, body .main-content .columns .column_right h4 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px;
}

h2:first-of-type {
  margin-top: 0;
}

.alignnone {
  margin: 5px 0 20px;
}

.su-spoiler-title {
  width: 98%;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: #2e75b6;
}

.wp-caption {
  background: #f6f6f6;
  padding: 20px;
  width: 100%;
  max-width: 330px;
  border-radius: 2px;
}
.wp-caption img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.wp-caption:hover {
  border-color: #522594;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

iframe {
  max-width: 100%;
}

/* 1.12 Content: Homepage
------------------------------------------------------------------------------------------------------*/
.home .main {
  z-index: 0;
}

.home .main .hwidget {
  width: 100%;
  display: block;
}
.home .main .hwidget ul {
  list-style: none;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.home .main .hwidget ul li {
  display: inline-block;
  text-align: center;
  padding: 0;
  height: 250px;
  width: 100%;
  margin-bottom: 25px;
}
.home .main .hwidget ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: Exo, Helvetica, Arial, sans-serif;
  vertical-align: bottom;
  padding: 25px;
  margin: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em;
  border-radius: 2px;
}
.home .main .hwidget ul li a:hover, .home .main .hwidget ul li a:focus, .home .main .hwidget ul li a:active {
  opacity: 0.8;
  padding: 25px 25px 20px 25px;
  border-bottom: none;
  text-shadow: 0 0 5px #000000;
}
.home .main .hwidget ul li:hover {
  -webkit-box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.2);
}
.home .main .hwidget ul .tile1 a {
  background: #5b9bd5 url(img/icon-onderwijs.jpg) 50% 10px no-repeat;
  background-size: 80% auto;
}
.home .main .hwidget ul .tile2 a {
  background: #1f4e79 url(img/icon-onderzoek.jpg) 50% 10px no-repeat;
  background-size: 80% auto;
}
.home .main .hwidget ul .tile3 a {
  background: #2e75b6 url(img/icon-consultat.jpg) 50% 10px no-repeat;
  background-size: 80% auto;
}

#lichtkrant-2022 {
  width: 99.6%;
  position: relative;
  bottom: 0;
  color: #fff;
  margin: 15px auto 25px auto;
}
#lichtkrant-2022 .mtphr-dnt {
  height: 34px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #345fa6;
}
#lichtkrant-2022 .mtphr-dnt .mtphr-dnt-title {
  height: 34px;
  padding: 8px 0 0 8px;
  background: #345fa6;
  width: 22%;
  float: left;
  margin: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
}
#lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container {
  float: left;
  width: 78%;
  padding-left: 20px;
  position: static;
}
#lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container .ditty-ticker__contents {
  padding: 2px 0 0 0 !important;
}
#lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container h3.ditty-item__title {
  margin: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.9;
}
#lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container h3.ditty-item__title a {
  border: none;
}
#lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container h3.ditty-item__title a:hover, #lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container h3.ditty-item__title a:focus, #lichtkrant-2022 .mtphr-dnt .mtphr-dnt-tick-container h3.ditty-item__title a:active {
  border-bottom: 1px solid #345fa6;
  color: #345fa6;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/*#lichtkrant { 
	width:99.6%; 
	position:relative; 
	bottom:0; 
	color:$color-bg; 
	margin:15px auto 25px auto;

	.mtphr-dnt,
	.newsticker_wrapper { 
		height:34px; 
		background:$color-bg;
		@include borderradius-S; 
		border:1px solid $color-lichtkrant;
	}

	.mtphr-dnt-title {
		height:34px; 
		padding:8px 0 0 8px; 
		background:$color-lichtkrant;
		width:22%;
		float:left;	
		margin:0;	
		color:$color-bg; 
		font-weight:normal; 
		font-size:1em; 		
	}

	.newsticker_title { 
		height:100%;
		padding-top:3px; 
		background:$color-lichtkrant;
		width:20%;
		float:left;

		h4 { 
			margin:6px 18px 8px 10px; 
			color:$color-bg; 
			font-weight:normal; 
			font-size:1em; 
		}
	}

	.mtphr-dnt-tick-container { 
		float:left; 
		width:78%; 
		padding-left:20px;
		position:static;

		h4 { 
			margin:0;
			color:$color-bg; 
			font-weight:normal; 
			font-size:1em; 
			line-height:1.9;

			a { border:none; }

			a:hover, a:focus, a:active { 
				border-bottom: 1px solid $color-lichtkrant; 
				color:$color-lichtkrant; 
				@include ease-aL; }

		}
	}

	.newsticker_scroller ul li { 
		margin:2px 20px; 

		a { 
			font-size:1em; 
			color:$color-lichtkrant;
			border:none;

			&:hover, &:focus, &:active { 
				border-bottom: 1px solid $color-lichtkrant; 
				color:$color-lichtkrant; 
				@include ease-aL; }
		}
	}
}

.home.ie .main .hwidget,
.ie #lichtkrant .newsticker_wrapper { max-width:1330px; margin-left:auto; margin-right:auto; }

.ie #lichtkrant { margin-top:-10px; }*/
/* 1.14 Content: Pages
------------------------------------------------------------------------------------------------------*/
.contact .main-content {
  margin-bottom: 25px;
}
.contact .main-content h2, .contact .main-content h3 {
  width: 100%;
  float: left;
  display: block;
  font-size: 0.72em;
  font-family: Exo, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.contact .main-content .su-column {
  margin: 0 0 25px 0 !important;
  float: left !important;
}
.contact .main-content .su-column.col-left {
  width: 66.3%;
}
.contact .main-content .su-column.col-right {
  width: 30.7%;
}
.contact .main-content [class*=su-column] + [class*=su-column]:last-child {
  float: left;
}
.contact .main-content a.formbutton {
  display: block;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #fff;
  border: none;
  padding: 25.5px 14px;
  text-align: center;
  background: #105d7d;
  font-size: 1.5em;
  overflow: hidden;
}
.contact .main-content a.formbutton i {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.contact .main-content a.formbutton:hover, .contact .main-content a.formbutton:focus, .contact .main-content a.formbutton:active {
  -webkit-box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  text-shadow: 0 0 5px #000000;
}
.contact .main-content a.formbutton:hover i, .contact .main-content a.formbutton:focus i, .contact .main-content a.formbutton:active i {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.main-content.su-spoiler-style-default > .su-spoiler-content {
  padding-left: 0;
}
.main-content ul.wieiswie {
  margin: 0;
  padding: 0;
}
.main-content ul.wieiswie li {
  width: 100%;
  float: left;
  display: block;
  margin: 0 0 3% 0;
  vertical-align: top;
  border: 2px solid #105d7d;
  border-radius: 2px;
  padding: 3%;
}
.main-content ul.wieiswie li .wiw-img {
  float: left;
  width: 200px;
}
.main-content ul.wieiswie li .wiw-txt {
  float: left;
  width: calc(100% - 200px);
  padding-top: 15px;
  padding-left: 3%;
}
.main-content ul.wieiswie li h3 {
  margin-top: -13px;
  display: inline;
}
.main-content ul.wieiswie li .alignright, .main-content ul.wieiswie li .alignleft {
  margin: 0;
}
.main-content ul.wieiswie > li {
  text-indent: 0;
}
.main-content ul.wieiswie li:before {
  display: none;
}
.main-content ul.wieiswie li:nth-child(even) .wiw-img {
  float: right;
}
.main-content ul.wieiswie li:nth-child(even) .wiw-txt {
  padding-left: 0;
  padding-right: 3%;
}
.main-content ul.wieiswie li ul li {
  margin: 0 0 0 10px;
  border: none;
  padding: 0 5px;
}
.main-content ul.wieiswie li ul li:nth-child(even) {
  text-align: left;
}
.main-content ul.wieiswie li ul li:before {
  display: inline;
}

/* 1.13 Content: categorie overview & Search results
------------------------------------------------------------------------------------------------------*/
a.rss-atom {
  padding: 5px 10px;
  display: inline-block;
  background: #006ac7;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ffffff;
}
a.rss-atom:hover, a.rss-atom:focus, a.rss-atom:active {
  background: rgb(89, 54, 139);
}
a.rss-atom:before {
  content: "\f09e";
  font-family: FontAwesome;
  position: relative;
  color: #ffffff;
  left: -10px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-radius: 2px;
}

section.main-content {
  margin-bottom: 25px;
}
section.main-content .content-header h1 {
  display: block;
  color: #105d7d;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.search .postloop,
.category .postloop {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.search .postloop h2,
.category .postloop h2 {
  font-size: 0.95em;
  text-indent: 10px;
}
.search .postloop h2 a,
.category .postloop h2 a {
  border: none;
  width: 100%;
}
.search .postloop h2:before,
.category .postloop h2:before {
  content: "\f02d";
  font-family: FontAwesome;
  position: relative;
  color: #006ac7;
  left: -10px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.search .postloop h2:hover a, .search .postloop h2:focus a, .search .postloop h2:active a, .search .postloop h2:hover:before, .search .postloop h2:focus:before, .search .postloop h2:active:before,
.category .postloop h2:hover a,
.category .postloop h2:focus a,
.category .postloop h2:active a,
.category .postloop h2:hover:before,
.category .postloop h2:focus:before,
.category .postloop h2:active:before {
  color: #522594;
}
.search .postloop span.pubdate,
.category .postloop span.pubdate {
  font-size: 0.85em;
  color: #777;
}
.search .postloop a.view-article,
.category .postloop a.view-article {
  margin-top: 10px;
  display: inline-block;
}
.search .postloop p,
.category .postloop p {
  display: none;
}
.search .postloop .post:last-child .postloop,
.category .postloop .post:last-child .postloop {
  border: none;
}

/* 1.21 Sidebar
------------------------------------------------------------------------------------------------------*/
#sidebar {
  float: left;
}
#sidebar h3 {
  font-family: Exo, Helvetica, Arial, sans-serif;
  font-size: 2em;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  text-indent: 10px;
}
#sidebar .widget_execphp {
  display: block;
  border-bottom: 1px solid #fff;
}
#sidebar .widget_execphp .breadcrumb {
  padding: 0 0 10px 10px;
}
#sidebar .widget_execphp .breadcrumb li a {
  color: #fff;
  border: none;
  text-indent: 10px;
  font-family: Exo, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-indent: 10px;
}
#sidebar .widget_execphp .breadcrumb li a:hover, #sidebar .widget_execphp .breadcrumb li a:focus, #sidebar .widget_execphp .breadcrumb li a:active {
  border-bottom: 1px solid #fff;
}
#sidebar .widget_execphp .breadcrumb li.active a {
  font-weight: bold;
}
#sidebar .widget_execphp #breadcrumbs {
  padding-left: 10px;
}
#sidebar .widget_execphp #breadcrumbs span {
  font-family: Exo, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#sidebar .widget_execphp #breadcrumbs span span {
  text-indent: 10px;
}
#sidebar .widget_execphp #breadcrumbs span a {
  color: #fff;
  border: none;
  text-indent: 10px;
}
#sidebar .widget_execphp #breadcrumbs span a:hover, #sidebar .widget_execphp #breadcrumbs span a:focus, #sidebar .widget_execphp #breadcrumbs span a:active {
  border-bottom: 1px solid #fff;
}
#sidebar .widget_collapscat ul {
  list-style: none;
  font-family: Exo, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#sidebar .widget_collapscat ul li.collapsing.categories.item {
  margin-left: 17px;
}
#sidebar .widget_collapscat ul li.collapsing.categories.item.parent a {
  border-bottom: 1px solid #fff;
}
#sidebar .widget_collapscat ul li.collapsing.categories ul {
  margin-left: 12px;
}
#sidebar .widget_collapscat ul li.collapsing.categories ul li a {
  font-weight: 400;
}
#sidebar .widget_collapscat ul li.collapsing.categories a {
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}
#sidebar .widget_collapscat ul li.collapsing.categories a:hover, #sidebar .widget_collapscat ul li.collapsing.categories a:focus, #sidebar .widget_collapscat ul li.collapsing.categories a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#sidebar .widget_collapscat ul li.collapsing.categories span.expand .sym,
#sidebar .widget_collapscat ul li.collapsing.categories span.collapse .sym {
  font-size: 1.15em;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  text-align: center;
}
#sidebar .wp-block-collapsing-categories ul {
  list-style: none;
  font-family: Exo, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories.item {
  margin-left: 17px;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories.item.parent a {
  border-bottom: 1px solid #fff;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories ul {
  margin-left: 12px;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories ul li a {
  font-weight: 400;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories a {
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories a:hover, #sidebar .wp-block-collapsing-categories ul li.collapsing-categories a:focus, #sidebar .wp-block-collapsing-categories ul li.collapsing-categories a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories span.expand .sym,
#sidebar .wp-block-collapsing-categories ul li.collapsing-categories span.collapse .sym {
  font-size: 1.15em;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  text-align: center;
}
#sidebar .widget_nav_menu ul {
  list-style: none;
  font-family: Exo, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#sidebar .widget_nav_menu ul li {
  margin-left: 17px;
}
#sidebar .widget_nav_menu ul li a {
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}
#sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_nav_menu ul li a:focus, #sidebar .widget_nav_menu ul li a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#sidebar .widget_nav_menu ul li.current-menu-item a {
  border-bottom: 1px solid #fff;
}

/* 1.22 Footer
------------------------------------------------------------------------------------------------------*/
.footer {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  clear: left;
  font-family: Exo, Helvetica, Arial, sans-serif;
}
.footer .fwidget {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.footer .fwidget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .fwidget a {
  border: none;
  color: #fff;
}
.footer .fwidget a:hover, .footer .fwidget a:focus, .footer .fwidget a:active {
  border-bottom: 1px solid #fff;
}
.footer .fwidget a:active {
  color: #000;
}
.footer #footer-top {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer #footer-bottom {
  display: block;
  width: 98%;
  margin: 30px auto 0 auto;
}
.footer #footer-bottom .fwidget {
  background: #a0abbf;
  font-weight: normal;
  font-size: 0.8em;
  float: none;
  margin: -2px auto 30px auto;
  text-align: center;
  padding: 25px;
  background: #a0abbf;
  border-radius: 2px;
  vertical-align: top;
}
.footer #footer-bottom #nav_menu-16, .footer #footer-bottom #nav_menu-17, .footer #footer-bottom #nav_menu-18 {
  display: none;
}
.footer #footer-bottom #text-18 {
  font-size: 1.2em;
  line-height: 1.2;
}
.grecaptcha-badge {
  display: none;
}

/* 1.31 Content: Buttons
------------------------------------------------------------------------------------------------------*/
.wrapper a.view-article,
.wrapper input.wpcf7-submit,
.wrapper a.button,
.wrapper .submit,
.wrapper input[type=submit],
.wrapper input.button, .wrapper button.button,
.wrapper a.button.alt,
.wrapper .submit.alt,
.wrapper input[type=submit].alt,
.wrapper input.button.alt,
.wrapper button.button.alt {
  margin: 0;
  padding: 10px 20px;
  text-shadow: none;
  border: 1px solid #006ac7;
  background: #006ac7;
  font-size: 1em;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-radius: 2px;
}
.wrapper a.view-article:hover, .wrapper a.view-article:focus, .wrapper a.view-article:active,
.wrapper input.wpcf7-submit:hover,
.wrapper input.wpcf7-submit:focus,
.wrapper input.wpcf7-submit:active,
.wrapper a.button:hover,
.wrapper a.button:focus,
.wrapper a.button:active,
.wrapper .submit:hover,
.wrapper .submit:focus,
.wrapper .submit:active,
.wrapper input[type=submit]:hover,
.wrapper input[type=submit]:focus,
.wrapper input[type=submit]:active,
.wrapper input.button:hover,
.wrapper input.button:focus,
.wrapper input.button:active, .wrapper button.button:hover, .wrapper button.button:focus, .wrapper button.button:active,
.wrapper a.button.alt:hover,
.wrapper a.button.alt:focus,
.wrapper a.button.alt:active,
.wrapper .submit.alt:hover,
.wrapper .submit.alt:focus,
.wrapper .submit.alt:active,
.wrapper input[type=submit].alt:hover,
.wrapper input[type=submit].alt:focus,
.wrapper input[type=submit].alt:active,
.wrapper input.button.alt:hover,
.wrapper input.button.alt:focus,
.wrapper input.button.alt:active,
.wrapper button.button.alt:hover,
.wrapper button.button.alt:focus,
.wrapper button.button.alt:active {
  background: #522594;
  text-shadow: none;
  color: #fff;
}

.ie9 .wrapper a.view-article,
.ie9 .wrapper input.wpcf7-submit,
.ie9 .wrapper a.button,
.ie9 .wrapper .submit,
.ie9 .wrapper button.button,
.ie9 .wrapper a.button.alt,
.ie9 .wrapper .submit.alt,
.ie9 .wrapper input[type=submit].alt,
.ie9 .wrapper input.button.alt,
.ie9 .wrapper button.button.alt, .ie8 .wrapper a.view-article,
.ie8 .wrapper input.wpcf7-submit,
.ie8 .wrapper a.button,
.ie8 .wrapper .submit,
.ie8 .wrapper button.button,
.ie8 .wrapper a.button.alt,
.ie8 .wrapper .submit.alt,
.ie8 .wrapper input[type=submit].alt,
.ie8 .wrapper input.button.alt,
.ie8 .wrapper button.button.alt {
  -webkit-filter: none !important;
          filter: none !important;
}
.ie9 .wrapper a.view-article:hover, .ie9 .wrapper a.view-article:active, .ie9 .wrapper a.view-article:focus,
.ie9 .wrapper input.wpcf7-submit:hover,
.ie9 .wrapper input.wpcf7-submit:active,
.ie9 .wrapper input.wpcf7-submit:focus,
.ie9 .wrapper a.button:hover,
.ie9 .wrapper a.button:active,
.ie9 .wrapper a.button:focus,
.ie9 .wrapper .submit:hover,
.ie9 .wrapper .submit:active,
.ie9 .wrapper .submit:focus,
.ie9 .wrapper button.button:hover,
.ie9 .wrapper button.button:active,
.ie9 .wrapper button.button:focus,
.ie9 .wrapper a.button.alt:hover,
.ie9 .wrapper a.button.alt:active,
.ie9 .wrapper a.button.alt:focus,
.ie9 .wrapper .submit.alt:hover,
.ie9 .wrapper .submit.alt:active,
.ie9 .wrapper .submit.alt:focus,
.ie9 .wrapper input[type=submit].alt:hover,
.ie9 .wrapper input[type=submit].alt:active,
.ie9 .wrapper input[type=submit].alt:focus,
.ie9 .wrapper input.button.alt:hover,
.ie9 .wrapper input.button.alt:active,
.ie9 .wrapper input.button.alt:focus,
.ie9 .wrapper button.button.alt:hover,
.ie9 .wrapper button.button.alt:active,
.ie9 .wrapper button.button.alt:focus, .ie8 .wrapper a.view-article:hover, .ie8 .wrapper a.view-article:active, .ie8 .wrapper a.view-article:focus,
.ie8 .wrapper input.wpcf7-submit:hover,
.ie8 .wrapper input.wpcf7-submit:active,
.ie8 .wrapper input.wpcf7-submit:focus,
.ie8 .wrapper a.button:hover,
.ie8 .wrapper a.button:active,
.ie8 .wrapper a.button:focus,
.ie8 .wrapper .submit:hover,
.ie8 .wrapper .submit:active,
.ie8 .wrapper .submit:focus,
.ie8 .wrapper button.button:hover,
.ie8 .wrapper button.button:active,
.ie8 .wrapper button.button:focus,
.ie8 .wrapper a.button.alt:hover,
.ie8 .wrapper a.button.alt:active,
.ie8 .wrapper a.button.alt:focus,
.ie8 .wrapper .submit.alt:hover,
.ie8 .wrapper .submit.alt:active,
.ie8 .wrapper .submit.alt:focus,
.ie8 .wrapper input[type=submit].alt:hover,
.ie8 .wrapper input[type=submit].alt:active,
.ie8 .wrapper input[type=submit].alt:focus,
.ie8 .wrapper input.button.alt:hover,
.ie8 .wrapper input.button.alt:active,
.ie8 .wrapper input.button.alt:focus,
.ie8 .wrapper button.button.alt:hover,
.ie8 .wrapper button.button.alt:active,
.ie8 .wrapper button.button.alt:focus {
  -webkit-filter: none !important;
          filter: none !important;
}

/* 1.32 Plugins: Tablepress
------------------------------------------------------------------------------------------------------*/
.tablepress,
table {
  border-top: 2px solid #006ac7;
}
.tablepress thead tr th,
table thead tr th {
  color: #006ac7;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fafafa 0%, #fafafa 100%) repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.2;
  padding: 4px;
  font-size: 1em;
}
.tablepress tbody tr td,
table tbody tr td {
  padding: 4px;
  font-size: 0.85em;
}
.tablepress tbody tr.odd,
table tbody tr.odd {
  background: rgba(160, 171, 191, 0.2) !important;
}
.tablepress tbody tr.odd td,
table tbody tr.odd td {
  background: none;
}

table.naw tbody tr td {
  font-size: 1em;
}

.main-content .wiezijnwij ul li table tbody tr td {
  font-size: 0.9em;
}
.main-content .wiezijnwij ul li table tbody tr.odd {
  background: #eef6f8 !important;
}

/* 1.09 Plugins: ContactForm 7
-----------------------------------------------------------------------*/
.wpcf7 {
  font-size: 16px !important;
  font-family: Lato, Helvetica, Arial, sans-serif !important;
}
.wpcf7 form.wpcf7-form p {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px !important;
  font-family: Lato, Helvetica, Arial, sans-serif !important;
}
.wpcf7 form.wpcf7-form button,
.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.wpcf7 form.wpcf7-form textarea {
  padding: 0.8%;
}
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-text,
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-textarea,
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap textarea {
  width: 100%;
  background: #f6f6f6;
  font-family: Lato, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: #555;
}
.wpcf7 form.wpcf7-form button,
.wpcf7 form.wpcf7-form input[type=submit],
.wpcf7 form.wpcf7-form input[type=button],
.wpcf7 form.wpcf7-form input[type=reset] {
  margin-top: 20px;
  float: left;
  outline: 0;
  border: none;
}
.wpcf7 .wpcf7-response-output {
  float: left;
  margin: 4em 0 0 0 !important;
  width: 100%;
  border-radius: 2px;
}
.wpcf7 .wpcf7-validation-errors {
  border: 2px solid red !important;
  width: 90%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #522594 !important;
}
.wpcf7 .your-message .wpcf7-not-valid-tip {
  margin-left: 25%;
}
.wpcf7 .wpcf7-mail-sent-ok {
  float: left;
  border: 2px solid green !important;
  width: 100% !important;
}

/* 2.00 MINI: Width of 479px and lower
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  /* 2.01 Fonts & Icons
  ------------------------------------------------------------------------------------------------------*/
  body {
    font: 400 0.9em/1.4 Lato, Helvetica, Arial, sans-serif;
  }
  /* 2.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header #center-header {
    width: 65%;
  }
  .wrapper .header #center-header h1 {
    margin-top: 10px;
  }
  .wrapper .header #center-header h1 a {
    font-size: 0.5em;
  }
}
/* 3.00 SMALL: Width of 568px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 35.5em) {
  /* 3.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header #center-header {
    width: 75%;
  }
  .wrapper .header #center-header h1 a {
    font-size: 0.55em;
  }
  /* 3.12 Content: Homepage
  ------------------------------------------------------------------------------------------------------*/
  .home .main .hwidget ul li {
    height: 290px;
  }
  .home .main .hwidget ul .tile1 a {
    background: #5b9bd5 url(img/icon-onderwijs.jpg) 50% 15px no-repeat;
    background-size: 60% auto;
  }
  .home .main .hwidget ul .tile2 a {
    background: #1f4e79 url(img/icon-onderzoek.jpg) 50% 15px no-repeat;
    background-size: 60% auto;
  }
  .home .main .hwidget ul .tile3 a {
    background: #2e75b6 url(img/icon-consultat.jpg) 50% 15px no-repeat;
    background-size: 60% auto;
  }
}
/* 3.00 SMALL: Width of 568px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 677px) {
  /* 4.22 Footer
  ------------------------------------------------------------------------------------------------------*/
  .footer {
    height: 232px;
  }
  .footer .fwidget {
    width: calc(32.9% - 16.6px);
  }
  .footer #footer-bottom .fwidget {
    min-height: 91px;
    margin: -2px auto 0 auto;
  }
  .footer #footer-bottom .fwidget#custom_html-3 {
    margin: 0 25px;
  }
}
/* 4.00 INTERMEDIATE: Width of 768px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 48em) {
  /* 4.01  Fonts & Icons
  ------------------------------------------------------------------------------------------------------*/
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.35em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.05em;
  }
  h6 {
    font-size: 0.95em;
  }
  p, li {
    font-size: 0.95em;
  }
  /* 4.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header #center-header h1 a {
    font-size: 0.6em;
  }
  /* 4.03  Navigation
  ------------------------------------------------------------------------------------------------------*/
  .nav ul.topnav {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 99;
  }
  .nav ul.topnav li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 2%;
    text-transform: lowercase;
  }
  .nav ul.topnav li:first-child {
    margin: 0;
  }
  .nav ul.topnav li:hover a {
    color: #006ac7;
    border-bottom: 1px solid #006ac7;
  }
  .nav ul.topnav li a {
    display: block;
    padding: 0;
    width: auto;
    height: 100%;
    font-weight: 300;
    color: #006ac7;
    font-size: 1.4em;
    border: none;
    text-decoration: none;
    line-height: 1em;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .nav ul.topnav li a:hover, .nav ul.topnav li a:focus, .nav ul.topnav li a:active {
    color: #006ac7;
    border-bottom: 1px solid #006ac7;
    padding-bottom: 3px;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  .nav ul.topnav li.current_page_item:hover {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .nav ul.topnav li.current_page_item a {
    color: #006ac7;
    padding-bottom: 3px;
    border-bottom: 1px solid #006ac7;
  }
  .nav ul.topnav li.current_page_item a:hover {
    color: #006ac7;
    border: none;
  }
  /* 4.11 Content: Global
  ------------------------------------------------------------------------------------------------------*/
  section.main-content {
    font-size: 1em;
    width: 98%;
  }
  .main-content table {
    border: 1px solid #ddd !important;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 2px solid #ddd !important;
    border-top: 4px solid #006ac7 !important;
  }
  .main-content table tbody tr {
    background: rgba(160, 171, 191, 0.2) !important;
  }
  .main-content table tbody tr.table-alternate {
    background: #fff !important;
  }
  .main-content .columns {
    font-size: 1em;
  }
  /* 4.12 Content: Homepage
  ------------------------------------------------------------------------------------------------------*/
  .home .main .hwidget ul li {
    height: 320px;
  }
  .home .main .hwidget ul li a {
    width: 100%;
    font-size: 1.3em;
  }
  #lichtkrant {
    display: block;
  }
  #lichtkrant .mtphr-dnt-title {
    width: 13%;
  }
  #lichtkrant .mtphr-dnt-tick-container {
    width: 87%;
    padding-left: 20px;
  }
  #lichtkrant .mtphr-dnt-tick-container h4 {
    margin: 0;
    font-size: 1em;
    line-height: 1.8;
  }
  /* 4.12 Content: Pages
  ------------------------------------------------------------------------------------------------------*/
  .contact .main-content h2, .contact .main-content h3 {
    font-size: 0.75em;
  }
  .contact .main-content .su-column.col-left {
    width: 63.5%;
    margin-right: 25px !important;
  }
  .contact .main-content .su-column.col-right {
    width: 32.5%;
  }
  .contact .main-content a.formbutton {
    padding: 24px 14px;
    font-size: 1.35em;
  }
  .contact .main-content a.formbutton.cplt {
    padding: 31px 14px;
  }
  /* 4.13 Content: Category overview & Search results
  ------------------------------------------------------------------------------------------------------*/
  .search .postloop h2,
  .category .postloop h2 {
    font-size: 1em;
  }
  /* 4.21 Sidebar
  ------------------------------------------------------------------------------------------------------*/
  #sidebar {
    margin-left: 25px;
  }
  /* 4.22 Footer
  ------------------------------------------------------------------------------------------------------*/
  .footer {
    float: left;
    display: block;
  }
  .footer #footer-bottom .fwidget {
    display: inline-block;
    margin: 0 auto 25px auto;
  }
  .ie .footer #footer-bottom #execphp-2, .ie .footer #footer-bottom #execphp-3, .ie .footer #footer-bottom #text-18 {
    margin-top: -1px;
  }
}
/* 5.00 MEDIUM: Width of 860px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 860px) {
  /* 5.01  Fonts & Icons
  ------------------------------------------------------------------------------------------------------*/
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.15em;
  }
  h5 {
    font-size: 1.05em;
  }
  h6 {
    font-size: 1em;
  }
  p, li {
    font-size: 1em;
  }
  /* 5.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header {
    top: -10px;
  }
  .wrapper .header .logo {
    position: absolute;
    top: 18px;
    left: 10px;
    float: none;
    margin-top: 0;
    margin-left: 0;
  }
  .wrapper .header #center-header {
    margin-left: 75px;
  }
  .wrapper .header #center-header h1 {
    max-width: 52%;
  }
  .wrapper .header #center-header h1 a {
    margin-top: 10px;
    font-size: 0.4em;
  }
  .wrapper .header #center-header .nav {
    display: inline-block;
  }
  .wrapper .header #center-header .nav .mobile-nav {
    display: none;
  }
  .wrapper .header .search-box {
    display: block;
  }
  .ie .wrapper .header .search-form {
    top: 18px;
  }
  /* 5.03  Navigation
  ------------------------------------------------------------------------------------------------------*/
  .nav ul.topnav li a {
    font-size: 0.85em;
  }
  /* 5.04  Mobile Navigation
  ------------------------------------------------------------------------------------------------------*/
  #click-menu {
    display: none !important;
  }
  /* 5.11 Content: Global
  ------------------------------------------------------------------------------------------------------*/
  section.main-content {
    width: 72%;
    float: right;
    padding-left: 0;
    font-size: 1em;
  }
  /* 5.12 Content: Homepage
  ------------------------------------------------------------------------------------------------------*/
  #lichtkrant .mtphr-dnt-title {
    width: 20%;
  }
  #lichtkrant .mtphr-dnt-tick-container {
    width: 80%;
  }
  .home .main .hwidget ul {
    margin: 0 auto 25px auto;
  }
  .home .main .hwidget ul li a {
    font-size: 1.5em;
  }
  .home .main .hwidget ul .tile1 a {
    background: #5b9bd5 url(img/icon-onderwijs.jpg) 50% 10px no-repeat;
    background-size: 55% auto;
  }
  .home .main .hwidget ul .tile2 a {
    background: #1f4e79 url(img/icon-onderzoek.jpg) 50% 10px no-repeat;
    background-size: 55% auto;
  }
  .home .main .hwidget ul .tile3 a {
    background: #2e75b6 url(img/icon-consultat.jpg) 50% 10px no-repeat;
    background-size: 55% auto;
  }
  /* 5.12 Content: Pages
  ------------------------------------------------------------------------------------------------------*/
  .contact .main-content h2, .contact .main-content h3 {
    font-size: 0.65em;
  }
  .contact .main-content .su-column.col-left {
    width: 66.5%;
  }
  .contact .main-content .su-column.col-right {
    width: 28%;
  }
  .contact .main-content a.formbutton {
    padding: 16px 14px;
    font-size: 1.2em;
  }
  .contact .main-content a.formbutton.cplt {
    padding: 41px 14px;
  }
  /* 4.13 Content: Category overview & Search results
  ------------------------------------------------------------------------------------------------------*/
  .search .postloop h2,
  .category .postloop h2 {
    font-size: 1.2em;
  }
  /* 5.21 Sidebar
  ------------------------------------------------------------------------------------------------------*/
  #sidebar {
    width: 24%;
    margin: 62px 25px 25px 1%;
  }
  #sidebar h3 {
    font-size: 1.2em;
  }
  #sidebar .widget_collapscat ul li.collapsing.categories span.expand .sym,
  #sidebar .widget_collapscat ul li.collapsing.categories span.collapse .sym {
    font-size: 1.2em;
    font-weight: normal;
  }
  #sidebar ul {
    margin-left: 14px;
    text-indent: -16px;
  }
  #sidebar p, #sidebar li {
    font-size: 0.75em;
  }
  #sidebar ul li ul li {
    font-size: 0.9em;
  }
}
/* 6.00 NORMAL: Width of 960px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 60em) {
  /* 6.01  Fonts & Icons
  ------------------------------------------------------------------------------------------------------*/
  h1 {
    font-size: 1.95em;
  }
  h2 {
    font-size: 1.65em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
  p, li {
    font-size: 1em;
  }
  /* 6.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header #center-header h1 a {
    font-size: 0.44em;
  }
  .wrapper .main {
    width: 100%;
  }
  /* 6.03  Navigation
  ------------------------------------------------------------------------------------------------------*/
  .nav ul.topnav li a {
    font-size: 1em;
  }
  /* 6.12 Content: Homepage
  ------------------------------------------------------------------------------------------------------*/
  #lichtkrant .mtphr-dnt-title {
    width: 18%;
  }
  #lichtkrant .mtphr-dnt-tick-container {
    width: 82%;
  }
  .home .main .hwidget ul {
    margin-bottom: 0;
  }
  .home .main .hwidget ul li {
    width: 31.3%;
    height: 280px;
  }
  .home .main .hwidget ul li a {
    font-size: 1.3em;
  }
  .home .main .hwidget ul .tile2, .home .main .hwidget ul .tile5 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .home .main .hwidget ul .tile4, .home .main .hwidget ul .tile5, .home .main .hwidget ul .tile6 {
    margin-bottom: 0;
  }
  .home .main .hwidget ul .tile1 a {
    background: #5b9bd5 url(img/icon-onderwijs.jpg) 50% 40px no-repeat;
    background-size: 100% auto;
  }
  .home .main .hwidget ul .tile2 a {
    background: #1f4e79 url(img/icon-onderzoek.jpg) 50% 40px no-repeat;
    background-size: 100% auto;
  }
  .home .main .hwidget ul .tile3 a {
    background: #2e75b6 url(img/icon-consultat.jpg) 50% 40px no-repeat;
    background-size: 100% auto;
  }
  /* 3.11 Content: Pages
  ------------------------------------------------------------------------------------------------------*/
  .contact .main-content h2, .contact .main-content h3 {
    font-size: 0.7em;
  }
  .contact .main-content .su-column.col-left {
    width: 66.5%;
  }
  .contact .main-content .su-column.col-right {
    width: 28%;
  }
  .contact .main-content a.formbutton.cplt {
    padding: 37px 14px;
  }
  /* 4.13 Content: Category overview & Search results
  ------------------------------------------------------------------------------------------------------*/
  .search .postloop h2,
  .category .postloop h2 {
    font-size: 1.4em;
  }
  /* 6.21 Sidebar
  ------------------------------------------------------------------------------------------------------*/
  #sidebar h3 {
    font-size: 1.4em;
  }
  #sidebar .widget_collapscat ul li.collapsing.categories span.expand .sym,
  #sidebar .widget_collapscat ul li.collapsing.categories span.collapse .sym {
    font-size: 1.4em;
    font-weight: bold;
  }
  #sidebar ul {
    margin-left: 15px;
  }
  #sidebar p, #sidebar li {
    font-size: 0.85em;
  }
  #sidebar ul li ul li {
    font-size: 0.95em;
  }
  /* 6.22 Footer
  ------------------------------------------------------------------------------------------------------*/
  .footer #footer-bottom {
    width: 100%;
    margin: 0 auto;
  }
}
/* 7.00 LARGE: Width of 1200px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 75em) {
  /* 7.01  Fonts & Icons
  ------------------------------------------------------------------------------------------------------*/
  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
  p, li {
    font-size: 1em;
  }
  /* 7.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header #center-header h1 {
    max-width: 54%;
  }
  .wrapper .header #center-header h1 a {
    margin-top: 8px;
    font-size: 0.5em;
  }
  .wrapper .header .nav {
    max-width: 46%;
  }
  .wrapper .header .search-form {
    top: 18px;
  }
  /* 7.03  Navigation
  ------------------------------------------------------------------------------------------------------*/
  .nav ul.topnav li a {
    font-size: 1.1em;
  }
  /* 7.11 Content: Global
  ------------------------------------------------------------------------------------------------------*/
  section.main-content {
    width: 73.8%;
  }
  body .su-column.column_left,
  .column_left {
    width: 48%;
    margin-right: 4% !important;
  }
  body .su-column.column_right,
  .column_right {
    width: 48%;
  }
  .su-spoiler-title {
    width: 98.2%;
  }
  /* 7.12 Content: Homepage
  ------------------------------------------------------------------------------------------------------*/
  .home .main .hwidget ul li {
    width: 31.7%;
  }
  .home .main .hwidget ul li a {
    font-size: 1.4em;
  }
  /*
  	#lichtkrant { 
  		width:99.6%; 
  		margin-left:0.2%; 

  		.mtphr-dnt-title { width:14%; }
  		.mtphr-dnt-tick-container { width:86%; }
  	}


  	/* 7.12 Content: Pages
  	------------------------------------------------------------------------------------------------------*/
  .contact .main-content h2, .contact .main-content h3 {
    font-size: 0.85em;
  }
  .contact .main-content .su-column.col-left {
    width: 62%;
  }
  .contact .main-content .su-column.col-right {
    width: 34%;
  }
  .contact .main-content a.formbutton {
    padding: 29.5px 14px;
    font-size: 1.4em;
  }
  .contact .main-content a.formbutton.cplt {
    padding: 29.5px 14px;
  }
  /* 4.13 Content: Category overview & Search results
  ------------------------------------------------------------------------------------------------------*/
  .search .postloop h2,
  .category .postloop h2 {
    font-size: 1.6em;
  }
  /* 7.21 Sidebar
  ------------------------------------------------------------------------------------------------------*/
  #sidebar {
    width: 23%;
    margin-top: 65px;
  }
  #sidebar h3 {
    font-size: 1.6em;
  }
  #sidebar ul {
    margin-left: 17px;
    text-indent: -10px;
  }
  #sidebar p, #sidebar li {
    font-size: 1em;
  }
  #sidebar ul li ul li {
    font-size: 0.95em;
  }
  #sidebar .widget_collapscat ul li.collapsing.categories.item {
    margin-left: 17px;
  }
  #sidebar .widget_collapscat ul li.collapsing.categories ul {
    margin-left: 12px;
  }
  #sidebar .widget_collapscat ul li.collapsing.categories span.expand .sym,
  #sidebar .widget_collapscat ul li.collapsing.categories span.collapse .sym {
    font-size: 1.15em;
  }
  /* 7.22 Footer
  ------------------------------------------------------------------------------------------------------*/
  .footer #footer-bottom .fwidget {
    width: calc(33% - 16.6px);
    min-height: 0;
    padding: 25px !important;
    font-size: 0.8em;
  }
}
/* 8.00 EXTRA LARGE: Width of 1330px and up
-------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 83.125em) {
  /* 8.02  Structure & Header
  ------------------------------------------------------------------------------------------------------*/
  .wrapper .header .logo {
    float: none;
    position: absolute;
    margin: 0;
    top: 8px;
    left: 10px;
  }
  .wrapper .header #center-header {
    float: none;
    margin: 0 auto;
  }
  .wrapper .header #center-header h1 a {
    margin-top: 22px;
    font-size: 0.55em;
  }
  .wrapper .header #center-header .nav {
    margin-top: 25px;
  }
  .wrapper .header .search-form {
    top: 8px;
  }
  /* 8.03  Navigation
  ------------------------------------------------------------------------------------------------------*/
  .nav ul.topnav li a {
    font-size: 1.2em;
  }
  /* 8.11 Content: Global
  ------------------------------------------------------------------------------------------------------*/
  section.main-content {
    width: 75%;
  }
  section.main-content table {
    width: 100% !important;
  }
  .su-spoiler-title {
    width: 100%;
  }
  /* 8.12 Content: Homepage
  ------------------------------------------------------------------------------------------------------*/
  .home .main .hwidget ul li {
    width: 31.85%;
    height: 300px;
  }
  .home .main .hwidget ul li a {
    font-size: 1.6em;
  }
  .home .main .hwidget ul .tile1 a {
    background: #5b9bd5 url(img/icon-onderwijs.jpg) 50% 40px no-repeat;
    background-size: 100% auto;
  }
  .home .main .hwidget ul .tile2 a {
    background: #1f4e79 url(img/icon-onderzoek.jpg) 50% 40px no-repeat;
    background-size: 100% auto;
  }
  .home .main .hwidget ul .tile3 a {
    background: #2e75b6 url(img/icon-consultat.jpg) 50% 40px no-repeat;
    background-size: 100% auto;
  }
  #lichtkrant {
    width: 100%;
  }
  #lichtkrant .mtphr-dnt-title {
    width: 13%;
  }
  #lichtkrant .mtphr-dnt-tick-container {
    width: 87%;
  }
  /* 8.12 Content: Pages
  ------------------------------------------------------------------------------------------------------*/
  .contact .main-content h2, .contact .main-content h3 {
    font-size: 0.9em;
  }
  .contact .main-content .su-column.col-left {
    width: 58%;
  }
  .contact .main-content .su-column.col-right {
    width: 39%;
  }
  .contact .main-content a.formbutton {
    padding: 26px 14px;
    font-size: 1.5em;
  }
  .contact .main-content a.formbutton.cplt {
    padding: 26px 14px;
  }
  /* 8.21 Sidebar
  ------------------------------------------------------------------------------------------------------*/
  #sidebar {
    margin-left: 0;
  }
  /* 8.22 Footer
  ------------------------------------------------------------------------------------------------------*/
  .footer {
    float: none;
  }
  .footer #footer-bottom {
    width: 100%;
  }
  .footer #footer-bottom .fwidget {
    width: calc(33.1% - 16.6px);
    font-size: 1em;
  }
}
/* 9.00 Force IE8 into proper behaviour (not compatible with media queries and most of CSS3)
-------------------------------------------------------------------------------------------------------------------------*/
/* 9.01  Fonts & Icons
------------------------------------------------------------------------------------------------------*/
.ie8 h1 {
  font-size: 1.95em;
}
.ie8 h2 {
  font-size: 1.65em;
}
.ie8 h3 {
  font-size: 1.3em;
}
.ie8 h4 {
  font-size: 1.2em;
}
.ie8 h5 {
  font-size: 1.1em;
}
.ie8 h6 {
  font-size: 1em;
}
.ie8 p, .ie8 li {
  font-size: 1em;
}

/* 9.02  Structure & Header
------------------------------------------------------------------------------------------------------*/
.ie8 .wrapper .header #center-header {
  margin: 0 auto;
  float: none;
}
.ie8 .wrapper .header #center-header h1 a {
  font-size: 0.44em;
}
.ie8 .wrapper .header #center-header .nav {
  display: inline-block;
}
.ie8 .wrapper .header .search-box {
  display: block;
}

/* 9.03  Navigation
------------------------------------------------------------------------------------------------------*/
.ie8 .nav ul.topnav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  z-index: 99;
}
.ie8 .nav ul.topnav li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 2%;
  text-transform: lowercase;
}
.ie8 .nav ul.topnav li:first-child {
  margin: 0;
}
.ie8 .nav ul.topnav li:hover a {
  color: #006ac7;
  border-bottom: 1px solid #006ac7;
}
.ie8 .nav ul.topnav li a {
  display: block;
  padding: 0;
  width: auto;
  height: 100%;
  font-weight: 300;
  color: #006ac7;
  font-size: 1.4em;
  border: none;
  text-decoration: none;
  line-height: 1em;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.ie8 .nav ul.topnav li a:hover, .ie8 .nav ul.topnav li a:focus, .ie8 .nav ul.topnav li a:active {
  color: #006ac7;
  border-bottom: 1px solid #006ac7;
  padding-bottom: 3px;
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.ie8 .nav ul.topnav li.current_page_item:hover {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.ie8 .nav ul.topnav li.current_page_item a {
  color: #006ac7;
  padding-bottom: 3px;
  border-bottom: 1px solid #006ac7;
}
.ie8 .nav ul.topnav li.current_page_item a:hover {
  color: #006ac7;
  border: none;
}

/* 3.11 Content: Global
------------------------------------------------------------------------------------------------------*/
.ie8 .main-content {
  width: 75%;
  float: right;
}

.ie8.contact .main-content h2, .ie8.contact .main-content h3 {
  font-size: 0.95em;
}
.ie8.contact .main-content .su-column.col-left {
  width: 58%;
}
.ie8.contact .main-content .su-column.col-right {
  width: 39%;
}
.ie8.contact .main-content a.formbutton {
  padding: 27px 14px;
  font-size: 1.5em;
}
.ie8.contact .main-content a.formbutton.cplt {
  padding: 27px 14px;
}

/* 9.12 Content: Homepage
------------------------------------------------------------------------------------------------------*/
body.ie8 .metaslider.metaslider-flex {
  display: block;
}
body.ie8 .metaslider.metaslider-flex .caption-wrap {
  width: 60%;
  background: none;
}
body.ie8 .metaslider.metaslider-flex .caption-wrap .caption {
  display: block;
}
body.ie8 .metaslider.metaslider-flex .caption-wrap .caption p, body.ie8 .metaslider.metaslider-flex .caption-wrap .caption a {
  display: block;
  background: url(img/bg-slide-overlay.png) repeat;
}
body.ie8 .metaslider.metaslider-flex .caption-wrap .caption h1 {
  font-size: 1.6em;
  background: url(img/bg-slide-overlay.png) repeat;
}
body.ie8 .metaslider.metaslider-flex .caption-wrap .caption p {
  font-size: 1.4em;
}
body.ie8 .metaslider.metaslider-flex .caption-wrap .caption a {
  font-size: 1.5em;
}
body.ie8 .metaslider.metaslider-flex .flexslider .slides li {
  float: left !important;
  margin-right: 0 !important;
  background: none;
}

.ie8.home .main .hwidget ul li {
  width: 31.3%;
}
.ie8.home .main .hwidget ul li a {
  font-size: 1.1em;
}
.ie8.home .main .hwidget ul .tile2, .ie8.home .main .hwidget ul .tile5 {
  margin-left: 25px;
  margin-right: 25px;
}
.ie8.home .main .hwidget ul .tile4, .ie8.home .main .hwidget ul .tile5, .ie8.home .main .hwidget ul .tile6 {
  margin-bottom: 0;
}
.ie8.home .main .hwidget ul .tile1 a {
  background: #5b9bd5 url(img/icon-voorschrijven.png) 50% 20px no-repeat;
  background-size: 80% 80%;
}
.ie8.home .main .hwidget ul .tile2 a {
  background: #2e75b6 url(img/icon-bewaren.png) 50% 20px no-repeat;
  background-size: 80% 80%;
}
.ie8.home .main .hwidget ul .tile3 a {
  background: #1f4e79 url(img/icon-toedienen.png) 50% 20px no-repeat;
  background-size: 80% 80%;
}
.ie8.home .main .hwidget ul .tile4 a {
  background: #1f4e79 url(img/icon-formularia.png) 50% 20px no-repeat;
  background-size: 80% 80%;
}
.ie8.home .main .hwidget ul .tile5 a {
  background: #5b9bd5 url(img/icon-genmedinfo.png) 50% 20px no-repeat;
  background-size: 80% 80%;
}
.ie8.home .main .hwidget ul .tile6 a {
  background: #2e75b6 url(img/icon-bereiding.png) 50% 20px no-repeat;
  background-size: 80% 80%;
}

.ie8 #lichtkrant {
  display: block;
}

/* 9.21 Sidebar
------------------------------------------------------------------------------------------------------*/
.ie8 #sidebar {
  width: 22%;
  float: left;
  margin-left: 25px;
}
.ie8 #sidebar h3 {
  font-size: 1.4em;
}
.ie8 #sidebar .widget_collapscat ul li.collapsing.categories span.expand .sym,
.ie8 #sidebar .widget_collapscat ul li.collapsing.categories span.collapse .sym {
  font-size: 1.4em;
  font-weight: bold;
}
.ie8 #sidebar ul {
  margin-left: 15px;
}
.ie8 #sidebar p, .ie8 #sidebar li {
  font-size: 0.85em;
}
.ie8 #sidebar ul li ul li {
  font-size: 0.95em;
}

/* 9.22 Footer
------------------------------------------------------------------------------------------------------*/
.ie8 .footer {
  display: block;
  margin-top: 25px;
}
.ie8 .footer .fwidget {
  width: 31.2%;
}
.ie8 .footer #footer-bottom #nav_menu-16, .ie8 .footer #footer-bottom #nav_menu-17, .ie8 .footer #footer-bottom #nav_menu-18 {
  display: inline-block;
}
.ie8 .footer #footer-bottom #text-18, .ie8 .footer #footer-bottom #execphp-2, .ie8 .footer #footer-bottom #execphp-3 {
  display: inline-block;
  vertical-align: top;
  min-height: 73px;
}
.ie8 .footer #footer-bottom #execphp-2 {
  margin-left: 0;
}
.ie8 .footer #footer-bottom #text-18 {
  margin-left: 25px;
}
.ie8 .footer #footer-bottom #execphp-3 {
  margin-left: 25px;
}

/* 10.00 PRINT
-------------------------------------------------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}