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

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/drc.scss */
body {
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 130%;
}
/* line 13, ../sass/drc.scss */
body h1 {
  line-height: 120%;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 20, ../sass/drc.scss */
body h2 {
  line-height: 120%;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 26, ../sass/drc.scss */
body h3 {
  line-height: 120%;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 32, ../sass/drc.scss */
body h4 {
  line-height: 120%;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 38, ../sass/drc.scss */
body h5 {
  line-height: 120%;
  text-transform: uppercase;
  color: #007A33;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}
/* line 46, ../sass/drc.scss */
body p {
  margin-bottom: 15px;
}
/* line 49, ../sass/drc.scss */
body a {
  color: #000000;
}
/* line 51, ../sass/drc.scss */
body a:hover {
  color: #000000;
  text-decoration: none;
}
/* line 55, ../sass/drc.scss */
body a:focus {
  outline: 0;
  text-decoration: none;
}
/* line 60, ../sass/drc.scss */
body strong, body b {
  font-weight: 700;
}
/* line 63, ../sass/drc.scss */
body ul {
  list-style: none;
  padding-left: 0;
}
/* line 67, ../sass/drc.scss */
body img {
  max-width: 100%;
  height: auto;
}
/* line 70, ../sass/drc.scss */
body img.alignright {
  float: right;
  padding-left: 30px;
  padding-bottom: 15px;
}
/* line 75, ../sass/drc.scss */
body img.alignleft {
  float: left;
  padding-right: 30px;
  padding-bottom: 15px;
}
/* line 82, ../sass/drc.scss */
body ::-moz-selection {
  color: #ffffff;
  background: #000000;
}
/* line 86, ../sass/drc.scss */
body ::selection {
  color: #ffffff;
  background: #000000;
}

/* line 92, ../sass/drc.scss */
header#site-header {
  display: block;
}
/* line 94, ../sass/drc.scss */
header#site-header#site-header {
  padding: 15px 0;
}
/* line 96, ../sass/drc.scss */
header#site-header#site-header #toggle-search-form {
  padding: 15px 0 0;
}
/* line 98, ../sass/drc.scss */
header#site-header#site-header #toggle-search-form span {
  color: #FBE122;
  font-size: 43px;
}
/* line 101, ../sass/drc.scss */
header#site-header#site-header #toggle-search-form span:hover {
  cursor: pointer;
  color: #ffffff;
}
/* line 107, ../sass/drc.scss */
header#site-header#site-header h1.site-title a {
  color: #ffffff;
}
/* line 109, ../sass/drc.scss */
header#site-header#site-header h1.site-title a:hover {
  color: #FBE122;
}
/* line 112, ../sass/drc.scss */
header#site-header#site-header h1.site-title a span.icon-drc {
  font-size: 75px;
}
/* line 116, ../sass/drc.scss */
header#site-header#site-header .toggle-navigation {
  border: 0;
  background: transparent;
  color: #FBE122;
  font-size: 35px;
  padding-top: 20px;
  padding-right: 10px;
}
/* line 125, ../sass/drc.scss */
header#site-header #search-form {
  margin-bottom: 15px;
}
/* line 127, ../sass/drc.scss */
header#site-header #search-form input {
  padding: 7px 10px;
  border: none;
  border-radius: 0;
}
/* line 131, ../sass/drc.scss */
header#site-header #search-form input[type="text"] {
  width: 100%;
  color: #000000;
  text-transform: uppercase;
}
/* line 136, ../sass/drc.scss */
header#site-header #search-form input::-webkit-input-placeholder {
  opacity: 1;
}
/* line 139, ../sass/drc.scss */
header#site-header #search-form input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
/* line 142, ../sass/drc.scss */
header#site-header #search-form input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
/* line 145, ../sass/drc.scss */
header#site-header #search-form input:-ms-input-placeholder {
  opacity: 1;
}

/* line 152, ../sass/drc.scss */
#primary-navigation ul {
  text-align: right;
  margin-bottom: 0;
  padding: 30px 0 0;
}
/* line 156, ../sass/drc.scss */
#primary-navigation ul li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 15px;
}
/* line 161, ../sass/drc.scss */
#primary-navigation ul li.current-menu-item a, #primary-navigation ul li.current-page-ancestor a, .single-post #primary-navigation ul li.menu-item-58 a, .category #primary-navigation ul li.menu-item-61 a {
  color: #FBE122;
}
/* line 163, ../sass/drc.scss */
#primary-navigation ul li.current-menu-item a:before, #primary-navigation ul li.current-page-ancestor a:before, .single-post #primary-navigation ul li.menu-item-58 a:before, .category #primary-navigation ul li.menu-item-61 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #FBE122;
  visibility: visible;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 175, ../sass/drc.scss */
#primary-navigation ul li a {
  color: #ffffff;
  position: relative;
  display: block;
}
/* line 179, ../sass/drc.scss */
#primary-navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #FBE122;
  visibility: hidden;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 191, ../sass/drc.scss */
#primary-navigation ul li a:hover {
  color: #FBE122;
  text-decoration: none;
}
/* line 194, ../sass/drc.scss */
#primary-navigation ul li a:hover:before {
  visibility: visible;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 204, ../sass/drc.scss */
#mobile-navigation {
  padding-top: 15px;
}
/* line 207, ../sass/drc.scss */
#mobile-navigation ul li {
  text-transform: uppercase;
  border-top: 1px solid #494949;
}
/* line 210, ../sass/drc.scss */
#mobile-navigation ul li a {
  padding: 5px 0;
  display: inline-block;
}
/* line 213, ../sass/drc.scss */
#mobile-navigation ul li a:hover {
  color: #FBE122;
}
/* line 217, ../sass/drc.scss */
#mobile-navigation ul li:first-child {
  border-top: 0;
}
/* line 220, ../sass/drc.scss */
#mobile-navigation ul li ul {
  margin-bottom: 10px;
}
/* line 222, ../sass/drc.scss */
#mobile-navigation ul li ul li {
  padding-left: 15px;
  border-top: 0;
}
/* line 225, ../sass/drc.scss */
#mobile-navigation ul li ul li a {
  padding: 2px 0;
}
/* line 231, ../sass/drc.scss */
#mobile-navigation ul li.current_page_item a, #mobile-navigation ul li.current-menu-item a {
  color: #FBE122;
}

/* line 239, ../sass/drc.scss */
.swiper-container {
  width: 100%;
  height: 100%;
  background: #000000;
}
/* line 244, ../sass/drc.scss */
.swiper-container.logo-overlay:before {
  left: 37%;
  top: 28%;
  position: absolute;
  z-index: 2;
}
/* line 251, ../sass/drc.scss */
.swiper-container.logo-overlay.yellow:before {
  content: url("/img/drc-verticaal-yellow.svg");
}
/* line 256, ../sass/drc.scss */
.swiper-container.logo-overlay.green:before {
  content: url("/img/drc-verticaal-green.svg");
}
/* line 261, ../sass/drc.scss */
.swiper-container.logo-overlay.black:before {
  content: url("/img/drc-verticaal-black.svg");
}
/* line 266, ../sass/drc.scss */
.swiper-container.logo-overlay.white:before {
  content: url("/img/drc-verticaal-white.svg");
}
/* line 271, ../sass/drc.scss */
.swiper-container .btn-hide-banner {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  color: #FBE122;
  font-size: 30px;
  background: none;
  border: none;
  padding: 15px;
}
/* line 281, ../sass/drc.scss */
.swiper-container .btn-hide-banner:hover {
  cursor: pointer;
  color: #ffffff;
}
/* line 286, ../sass/drc.scss */
.swiper-container .swiper-slide {
  line-height: 1px;
  background-size: cover !important;
  background-position: center !important;
}
/* line 290, ../sass/drc.scss */
.swiper-container .swiper-slide h1 {
  position: absolute;
  font-size: 50px;
  color: #FBE122;
  margin-left: 12px;
  max-width: 600px;
}
/* line 296, ../sass/drc.scss */
.swiper-container .swiper-slide h1 span {
  box-shadow: 12px 0 0 #007A33, -12px 0 0 #007A33;
  display: inline;
  background-color: #007A33;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 305, ../sass/drc.scss */
.swiper-container .swiper-slide h1.tl {
  top: 150px;
  left: 150px;
}
/* line 309, ../sass/drc.scss */
.swiper-container .swiper-slide h1.tr {
  text-align: right;
  top: 150px;
  right: 150px;
}
/* line 314, ../sass/drc.scss */
.swiper-container .swiper-slide h1.bl {
  bottom: 100px;
  left: 150px;
}
/* line 318, ../sass/drc.scss */
.swiper-container .swiper-slide h1.br {
  text-align: right;
  bottom: 100px;
  right: 150px;
}
/* line 325, ../sass/drc.scss */
.swiper-container .swiper-btn-next, .swiper-container .swiper-btn-prev {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  padding: 15px;
}
/* line 333, ../sass/drc.scss */
.swiper-container .swiper-btn-next.swiper-btn-next, .swiper-container .swiper-btn-prev.swiper-btn-next {
  right: 0;
}
/* line 335, ../sass/drc.scss */
.swiper-container .swiper-btn-next.swiper-btn-next:before, .swiper-container .swiper-btn-prev.swiper-btn-next:before {
  content: 'g';
  font-family: "drc";
  color: #ffffff;
  font-size: 40px;
}
/* line 342, ../sass/drc.scss */
.swiper-container .swiper-btn-next.swiper-btn-prev, .swiper-container .swiper-btn-prev.swiper-btn-prev {
  left: 0;
}
/* line 344, ../sass/drc.scss */
.swiper-container .swiper-btn-next.swiper-btn-prev:before, .swiper-container .swiper-btn-prev.swiper-btn-prev:before {
  content: 'h';
  font-family: "drc";
  color: #ffffff;
  font-size: 40px;
}
/* line 352, ../sass/drc.scss */
.swiper-container .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 356, ../sass/drc.scss */
.swiper-container .btn-scroll {
  position: relative;
  bottom: 35px;
  z-index: 10;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
/* line 363, ../sass/drc.scss */
.swiper-container .btn-scroll span {
  background: #007A33;
  color: #FBE122;
  padding: 5px 10px 10px;
}
/* line 367, ../sass/drc.scss */
.swiper-container .btn-scroll span:hover {
  background: #FBE122;
  color: #007A33;
}

/* line 377, ../sass/drc.scss */
.article-content table td {
  border-bottom: 2px solid #f4f4f4;
  padding: 3px;
}

/* line 384, ../sass/drc.scss */
.container-main-content {
  padding-top: 45px;
  padding-bottom: 60px;
}
/* line 387, ../sass/drc.scss */
.container-main-content .col-lg-9 {
  padding-right: 30px;
}
/* line 390, ../sass/drc.scss */
.container-main-content .col-lg-9 article header {
  margin-bottom: 15px;
}
/* line 395, ../sass/drc.scss */
.container-main-content h1 {
  color: #FBE122;
  margin-left: 7px;
}
/* line 398, ../sass/drc.scss */
.container-main-content h1 span {
  box-shadow: 7px 0 0 #007A33, -7px 0 0 #007A33;
  display: inline;
  background-color: #007A33;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 408, ../sass/drc.scss */
.container-main-content ul {
  list-style: none;
}
/* line 410, ../sass/drc.scss */
.container-main-content ul li {
  overflow: visible;
  padding-left: 17px;
  padding-bottom: 4px;
  position: relative;
}
/* line 31, ../sass/_mixins.scss */
.container-main-content ul li:before {
  font-family: "drc";
  content: "g";
  left: 0;
  position: absolute;
  color: "#006845";
  font-size: 13px;
}
/* line 413, ../sass/drc.scss */
.container-main-content ul li:hover a, .container-main-content ul li.current_page_item a {
  color: #007A33;
}
/* line 418, ../sass/drc.scss */
.container-main-content ul.submenu {
  margin-bottom: 30px;
}
/* line 422, ../sass/drc.scss */
.container-main-content ul.submenu li:hover:before, .container-main-content ul.submenu li.current_page_item:before {
  color: #007A33;
}
/* line 429, ../sass/drc.scss */
.container-main-content a {
  text-decoration: underline;
}
/* line 431, ../sass/drc.scss */
.container-main-content a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 438, ../sass/drc.scss */
.btn {
  padding: 7px 12px;
  text-decoration: none !important;
  display: inline-block;
}
/* line 442, ../sass/drc.scss */
.btn.btn-primary {
  color: #007A33;
  background-color: #ffffff;
  border: 1px solid #007A33;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 35px;
}
/* line 452, ../sass/drc.scss */
.btn.btn-primary:hover {
  color: #1e2121;
  border-color: #1e2121;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 457, ../sass/drc.scss */
.btn.btn-primary:after {
  content: 'g';
  font-family: "drc";
  position: absolute;
  right: 10px;
  top: 7px;
  text-transform: none;
}
/* line 466, ../sass/drc.scss */
.btn.btn-primary.load:after {
  content: 'i';
  top: 8px;
}
/* line 472, ../sass/drc.scss */
.btn.btn-secondary {
  color: #007A33;
  background-color: #ffffff;
  border: 1px solid #007A33;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}
/* line 482, ../sass/drc.scss */
.btn.btn-secondary:hover {
  color: #1e2121;
  border-color: #1e2121;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 487, ../sass/drc.scss */
.btn.btn-secondary:after {
  content: 'h';
  font-family: "drc";
  position: absolute;
  left: 10px;
  top: 7px;
  text-transform: none;
}

/* line 499, ../sass/drc.scss */
.sidebar a {
  text-decoration: none;
}
/* line 503, ../sass/drc.scss */
.sidebar p a {
  text-decoration: underline;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 508, ../sass/drc.scss */
.sidebar p a:hover {
  text-decoration: none;
}
/* line 512, ../sass/drc.scss */
.sidebar p span {
  display: block;
}
/* line 516, ../sass/drc.scss */
.sidebar .block-sidebar {
  margin-bottom: 30px;
}
/* line 518, ../sass/drc.scss */
.sidebar .block-sidebar p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 524, ../sass/drc.scss */
.sidebar .block-sidebar.documents-container .document {
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 526, ../sass/drc.scss */
.sidebar .block-sidebar.documents-container .document:hover {
  background-color: #1e2121;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 530, ../sass/drc.scss */
.sidebar .block-sidebar.documents-container .document h4 {
  color: #FBE122;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 538, ../sass/drc.scss */
.sidebar .block-sidebar.contact-container .block, .sidebar .block-sidebar.container-subnav .block {
  padding: 15px;
  margin-bottom: 15px;
}
/* line 541, ../sass/drc.scss */
.sidebar .block-sidebar.contact-container .block h5, .sidebar .block-sidebar.container-subnav .block h5 {
  background-color: #007A33;
  padding: 0 5px;
  display: inline-block;
  color: #FBE122;
}
/* line 547, ../sass/drc.scss */
.sidebar .block-sidebar.contact-container .block p, .sidebar .block-sidebar.container-subnav .block p {
  margin: 0;
}
/* line 552, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container {
  background: #ebebeb;
}
/* line 554, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container .block {
  padding: 15px;
}
/* line 556, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container .block h4 {
  background-color: #007A33;
  padding: 0 5px;
  color: #FBE122;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
/* line 565, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 568, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input {
  background: transparent;
  border: 1px solid #1e2121;
  color: #1e2121;
  padding: 5px 7px;
  border-radius: 0;
}
/* line 574, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input[type="email"] {
  text-transform: uppercase;
  width: 250px;
  font-size: 90%;
}
/* line 579, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input[type="submit"] {
  border-color: #1e2121;
  font-family: "drc";
}
/* line 582, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input[type="submit"]:hover {
  background: #1e2121;
  color: #ebebeb;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 588, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input::-webkit-input-placeholder {
  opacity: 1;
}
/* line 591, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
/* line 594, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
/* line 597, ../sass/drc.scss */
.sidebar .block-sidebar.newsletter-form-container form input:-ms-input-placeholder {
  opacity: 1;
}

/* line 606, ../sass/drc.scss */
#team-filter {
  padding: 30px 0 25px;
}
/* line 608, ../sass/drc.scss */
#team-filter h4 {
  font-weight: 700;
  line-height: 23px;
  padding-right: 15px;
}

/* line 616, ../sass/drc.scss */
.teams .col-xs-12 {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: #1e2121;
}
/* line 620, ../sass/drc.scss */
.teams .col-xs-12 figure {
  opacity: 0.6;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  line-height: 1px;
}
/* line 625, ../sass/drc.scss */
.teams .col-xs-12 h2 {
  display: block;
  text-decoration: none !important;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #FBE122;
}
/* line 634, ../sass/drc.scss */
.teams .col-xs-12 h2 span {
  background: #007A33;
  padding: 0 5px;
}
/* line 640, ../sass/drc.scss */
.teams .col-xs-12:hover figure {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 646, ../sass/drc.scss */
.teams .col-xs-12.placeholder figure {
  opacity: 1;
}

/* line 654, ../sass/drc.scss */
.team .team-picture {
  position: relative;
}
/* line 656, ../sass/drc.scss */
.team .team-picture span.label {
  display: block;
  padding: 15px 30px;
  font-size: 22px;
  position: absolute;
  left: 0;
  bottom: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 666, ../sass/drc.scss */
.team .team-info .block {
  overflow: hidden;
  background-color: #ebebeb;
  padding: 30px 15px 15px;
}
/* line 670, ../sass/drc.scss */
.team .team-info .block h4 {
  color: #FBE122;
  margin-left: 5px;
  margin-bottom: 15px;
}
/* line 674, ../sass/drc.scss */
.team .team-info .block h4 span {
  box-shadow: 5px 0 0 #007A33, -5px 0 0 #007A33;
  display: inline;
  background-color: #007A33;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 685, ../sass/drc.scss */
.team .team-info .block table tr:hover {
  background: #ffffff;
}
/* line 688, ../sass/drc.scss */
.team .team-info .block table a {
  text-decoration: none;
  display: block;
  position: relative;
}
/* line 692, ../sass/drc.scss */
.team .team-info .block table a:after {
  content: 'g';
  font-family: "drc";
  color: #007A33;
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 13px;
}

/* line 707, ../sass/drc.scss */
.member h3 {
  color: #007A33;
  font-weight: 700;
  font-size: 18px;
}
/* line 713, ../sass/drc.scss */
.member .member-meta li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 719, ../sass/drc.scss */
.member figure {
  padding-right: 0;
}

/* line 725, ../sass/drc.scss */
.gallery figure {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
/* line 728, ../sass/drc.scss */
.gallery figure a {
  position: relative;
  display: block;
  line-height: 1px;
}
/* line 732, ../sass/drc.scss */
.gallery figure a:after {
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #000000;
  opacity: 0.2;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 745, ../sass/drc.scss */
.gallery figure a:hover:after {
  opacity: 0;
}
/* line 749, ../sass/drc.scss */
.gallery figure img {
  line-height: 1px;
}

/* line 756, ../sass/drc.scss */
.products div {
  min-height: 350px;
}
/* line 758, ../sass/drc.scss */
.products div h3 {
  font-weight: 700;
}
/* line 760, ../sass/drc.scss */
.products div h3 span {
  background-color: #007A33;
  display: inline-block;
  font-size: 80%;
  padding: 0 4px;
  margin-left: 7.5px;
  line-height: 120%;
  color: #FBE122;
}
/* line 770, ../sass/drc.scss */
.products div figure {
  border: 2px solid #f4f4f4;
  line-height: 220px;
}
/* line 773, ../sass/drc.scss */
.products div figure img {
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 779, ../sass/drc.scss */
.products div figure:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 790, ../sass/drc.scss */
body.single .container-main-content footer.post-meta p {
  margin-bottom: 10px;
}
/* line 795, ../sass/drc.scss */
body.single ul.share {
  list-style: none;
  padding-left: 0;
}
/* line 798, ../sass/drc.scss */
body.single ul.share li {
  display: inline-block;
  font-size: 22px;
  opacity: 0.5;
  padding-right: 5px;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  padding-left: 0;
}
/* line 805, ../sass/drc.scss */
body.single ul.share li:before {
  content: "";
}
/* line 808, ../sass/drc.scss */
body.single ul.share li:hover {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 812, ../sass/drc.scss */
body.single ul.share li a {
  text-decoration: none;
  color: #000000 !important;
}

/* line 822, ../sass/drc.scss */
body.category .sidebar h5 {
  margin-bottom: 10px;
}
/* line 825, ../sass/drc.scss */
body.category .sidebar .submenu {
  margin-bottom: 0;
}

/* line 834, ../sass/drc.scss */
body.single-kalender .container-main-content header h4 {
  text-transform: none;
}

/* line 843, ../sass/drc.scss */
body.contact-page .container-main-content .facebook, body.contact-page .container-main-content .twitter, body.contact-page .container-main-content .instagram {
  color: #000000;
  position: relative;
  padding-left: 22.5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
/* line 851, ../sass/drc.scss */
body.contact-page .container-main-content .facebook:after, body.contact-page .container-main-content .twitter:after, body.contact-page .container-main-content .instagram:after {
  font-family: drc;
  position: absolute;
  top: 1px;
  left: 0;
  text-transform: none;
}
/* line 858, ../sass/drc.scss */
body.contact-page .container-main-content .facebook:hover, body.contact-page .container-main-content .twitter:hover, body.contact-page .container-main-content .instagram:hover {
  color: #007A33;
  visibility: visible !important;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 865, ../sass/drc.scss */
body.contact-page .container-main-content .facebook:after {
  content: "d";
}
/* line 870, ../sass/drc.scss */
body.contact-page .container-main-content .twitter:after {
  content: "e";
}
/* line 875, ../sass/drc.scss */
body.contact-page .container-main-content .instagram:after {
  content: "m";
}

/* line 883, ../sass/drc.scss */
.row.calendar #calendar {
  padding-right: 50px;
  margin-bottom: 30px;
}
/* line 886, ../sass/drc.scss */
.row.calendar #calendar .navigation {
  color: #007A33;
  font-weight: bold;
  position: relative;
  border-top: 1px solid #ebebeb;
}
/* line 891, ../sass/drc.scss */
.row.calendar #calendar .navigation .title {
  border: none;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 898, ../sass/drc.scss */
.row.calendar #calendar .navigation .prev, .row.calendar #calendar .navigation .next {
  position: absolute;
  top: 5px;
  text-decoration: none;
  color: #007A33;
  padding: 5px;
}
/* line 904, ../sass/drc.scss */
.row.calendar #calendar .navigation .prev:hover, .row.calendar #calendar .navigation .next:hover {
  color: #000000;
}
/* line 908, ../sass/drc.scss */
.row.calendar #calendar .navigation .prev {
  left: 0;
}
/* line 910, ../sass/drc.scss */
.row.calendar #calendar .navigation .prev:before {
  content: "h";
  font-family: "drc";
}
/* line 915, ../sass/drc.scss */
.row.calendar #calendar .navigation .next {
  right: 0;
}
/* line 917, ../sass/drc.scss */
.row.calendar #calendar .navigation .next:before {
  content: "g";
  font-family: "drc";
}
/* line 923, ../sass/drc.scss */
.row.calendar #calendar table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
/* line 927, ../sass/drc.scss */
.row.calendar #calendar table th {
  background: #FBE122;
  border: 0 none;
  font-weight: bold;
  padding: 0.7em 0.3em;
  font-size: 85%;
  text-align: center;
  text-transform: uppercase;
}
/* line 936, ../sass/drc.scss */
.row.calendar #calendar table td {
  border: 0 none;
}
/* line 939, ../sass/drc.scss */
.row.calendar #calendar table td:first-child a, .row.calendar #calendar table td:first-child span {
  border-left: 1px solid #ebebeb;
}
/* line 943, ../sass/drc.scss */
.row.calendar #calendar table td a {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #007A33;
  display: block;
  font-weight: 700;
  padding: 7px 7px 7px 0;
  text-align: right;
  text-decoration: none;
  background: #ffffff;
  opacity: 1;
}
/* line 954, ../sass/drc.scss */
.row.calendar #calendar table td a:hover {
  background-color: #FBE122;
}
/* line 959, ../sass/drc.scss */
.row.calendar #calendar table td.current a {
  background: #FBE122;
}
/* line 964, ../sass/drc.scss */
.row.calendar #calendar table td.today a {
  background: #007A33;
  color: #FBE122;
}
/* line 969, ../sass/drc.scss */
.row.calendar #calendar table td.active {
  /*&.current {
      a {
           &:after {
              background: $green;
          }
      }
  }*/
}
/* line 970, ../sass/drc.scss */
.row.calendar #calendar table td.active a {
  position: relative;
  /*&:hover {
      &:after {
          background: $green !important;
      }
  }*/
}
/* line 972, ../sass/drc.scss */
.row.calendar #calendar table td.active a:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #007A33;
  position: absolute;
  bottom: 6px;
  right: 7px;
}
/* line 997, ../sass/drc.scss */
.row.calendar #calendar table td.disabled a {
  background: #ebebeb !important;
  color: #aaaaaa;
}
/* line 1000, ../sass/drc.scss */
.row.calendar #calendar table td.disabled a:after {
  background: #aaaaaa;
}
/* line 1005, ../sass/drc.scss */
.row.calendar #calendar table td span {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #007A33;
  display: block;
  font-weight: 700;
  padding: 7px 7px 7px 0;
  text-align: right;
  text-decoration: none;
  background: #ffffff;
  opacity: 1;
  background: #ebebeb;
  color: #aaaaaa;
}
/* line 1023, ../sass/drc.scss */
.row.calendar #overview h3 {
  color: #FBE122;
  margin-left: 5px;
  font-size: 18px;
}
/* line 1027, ../sass/drc.scss */
.row.calendar #overview h3 span {
  box-shadow: 5px 0 0 #007A33, -5px 0 0 #007A33;
  display: inline;
  background-color: #007A33;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 1038, ../sass/drc.scss */
.row.calendar #overview table tr:hover {
  background: #ebebeb;
}
/* line 1041, ../sass/drc.scss */
.row.calendar #overview table a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 30px;
}
/* line 1046, ../sass/drc.scss */
.row.calendar #overview table a:after {
  content: 'g';
  font-family: "drc";
  color: #007A33;
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 13px;
}

/* line 1064, ../sass/drc.scss */
.row.main-news.two-columns article:hover img, .row.main-news.three-columns article:hover img {
  opacity: 0.9;
}
/* line 1068, ../sass/drc.scss */
.row.main-news.two-columns article figure, .row.main-news.three-columns article figure {
  line-height: 1px;
}
/* line 1071, ../sass/drc.scss */
.row.main-news.two-columns article h3, .row.main-news.three-columns article h3 {
  color: #FBE122;
  padding: 10px 25px 15px;
  line-height: 60px;
}
/* line 1075, ../sass/drc.scss */
.row.main-news.two-columns article h3 span, .row.main-news.three-columns article h3 span {
  line-height: 25px;
  vertical-align: middle;
  display: inline-block;
}
/* line 1084, ../sass/drc.scss */
.row.main-news.two-columns.three-columns article h3, .row.main-news.three-columns.three-columns article h3 {
  line-height: 70px;
  font-size: 18px;
}
/* line 1087, ../sass/drc.scss */
.row.main-news.two-columns.three-columns article h3 span, .row.main-news.three-columns.three-columns article h3 span {
  line-height: 22px;
}
/* line 1095, ../sass/drc.scss */
.row.main-news.single-column div.btn-container {
  margin-top: 20px;
}
/* line 1098, ../sass/drc.scss */
.row.main-news.single-column h3 {
  font-size: 22px;
  color: #FBE122;
  margin-left: 7px;
}
/* line 1102, ../sass/drc.scss */
.row.main-news.single-column h3 span {
  box-shadow: 7px 0 0 #007A33, -7px 0 0 #007A33;
  display: inline;
  background-color: #007A33;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* line 1113, ../sass/drc.scss */
.row.main-news.single-column figure:hover {
  opacity: 0.9;
}

/* line 1120, ../sass/drc.scss */
.full-width.container-main-content {
  max-width: 1600px;
  margin: 0 auto;
}

/* line 1124, ../sass/drc.scss */
.front-page #news {
  margin-left: -17px;
  margin-right: -15px;
}

/* line 1129, ../sass/drc.scss */
#news {
  margin-left: 2px;
  margin-right: 0;
}
/* line 1132, ../sass/drc.scss */
#news article {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: relative;
}
/* line 1136, ../sass/drc.scss */
#news article a {
  text-decoration: none;
}
/* line 1139, ../sass/drc.scss */
#news article figure {
  line-height: 1px;
  background-color: #000000;
}
/* line 1142, ../sass/drc.scss */
#news article figure img {
  opacity: 0.6;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  height: 320px;
  width: auto;
}
/* line 1148, ../sass/drc.scss */
#news article figure.placeholder {
  background-color: #ffffff;
}
/* line 1150, ../sass/drc.scss */
#news article figure.placeholder img {
  opacity: 1;
}
/* line 1155, ../sass/drc.scss */
#news article figure:hover img {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 1161, ../sass/drc.scss */
#news article div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
/* line 1166, ../sass/drc.scss */
#news article div h3 {
  color: #FBE122;
  margin-top: 10px;
}
/* line 1170, ../sass/drc.scss */
#news article div span.date {
  background-color: #007A33;
  color: #FBE122;
  padding: 5px;
  display: inline-block;
}

/* line 1181, ../sass/drc.scss */
#sponsors {
  margin-top: 30px;
}
/* line 1184, ../sass/drc.scss */
#sponsors div figure.col-md-2 {
  border-bottom: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
  line-height: 200px;
  height: 210px;
  text-align: center;
}
/* line 1190, ../sass/drc.scss */
#sponsors div figure.col-md-2:first-child, #sponsors div figure.col-md-2:nth-child(2), #sponsors div figure.col-md-2:nth-child(3), #sponsors div figure.col-md-2:nth-child(4), #sponsors div figure.col-md-2:nth-child(5), #sponsors div figure.col-md-2:nth-child(6) {
  border-top: 2px solid #f4f4f4;
}
/* line 1193, ../sass/drc.scss */
#sponsors div figure.col-md-2:first-child, #sponsors div figure.col-md-2:nth-child(7), #sponsors div figure.col-md-2:nth-child(13) {
  border-left: 2px solid #f4f4f4;
}
/* line 1197, ../sass/drc.scss */
#sponsors div figure.col-md-2 a:hover {
  opacity: 0.7;
}
/* line 1200, ../sass/drc.scss */
#sponsors div figure.col-md-2 a img {
  display: inline;
  vertical-align: middle;
}

/* line 1209, ../sass/drc.scss */
.sponsor-page h2 {
  margin-bottom: 15px;
  background: #007A33;
  color: #FBE122;
  padding: 1px 5px;
  display: inline-block;
}
/* line 1216, ../sass/drc.scss */
.sponsor-page figure {
  line-height: 135px;
  text-align: center;
}
/* line 1219, ../sass/drc.scss */
.sponsor-page figure.bordered {
  border: 2px solid #ebebeb;
  padding: 0 15px;
}
/* line 1223, ../sass/drc.scss */
.sponsor-page figure img {
  vertical-align: middle;
  max-height: 125px;
}
/* line 1228, ../sass/drc.scss */
.sponsor-page figure a:hover {
  opacity: 0.8;
}

/* line 1236, ../sass/drc.scss */
#search .navigation.pagination {
  text-align: center;
  display: block;
  clear: both;
  padding-top: 45px;
}
/* line 1241, ../sass/drc.scss */
#search .navigation.pagination h2 {
  display: none;
}
/* line 1244, ../sass/drc.scss */
#search .navigation.pagination .page-numbers {
  background: #ebebeb;
  color: #1e2121;
  padding: 0 5px;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  text-decoration: none !important;
  margin: 0 5px;
}
/* line 1253, ../sass/drc.scss */
#search .navigation.pagination .page-numbers.current, #search .navigation.pagination .page-numbers:hover {
  background: #007A33;
  color: #FBE122;
}
/* line 1259, ../sass/drc.scss */
#search article {
  margin-bottom: 15px;
}
/* line 1261, ../sass/drc.scss */
#search article .bordered {
  border: 2px solid #ebebeb;
  height: 190px;
}
/* line 1266, ../sass/drc.scss */
#search article header a {
  text-decoration: none;
}
/* line 1268, ../sass/drc.scss */
#search article header a:hover {
  color: #007A33;
}
/* line 1273, ../sass/drc.scss */
#search article p.post-meta {
  opacity: 0.7;
  font-size: 90%;
  text-transform: capitalize;
}

/* line 1281, ../sass/drc.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
/* line 1289, ../sass/drc.scss */
.overlay .container {
  position: relative;
  background: #ffffff;
}
/* line 1293, ../sass/drc.scss */
.overlay .container figure img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
/* line 1298, ../sass/drc.scss */
.overlay .container figure figcaption {
  padding: 15px 0;
  line-height: 22px !important;
  display: block;
}
/* line 1305, ../sass/drc.scss */
.overlay .icon-close {
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
/* line 1315, ../sass/drc.scss */
.overlay .icon-close:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 1320, ../sass/drc.scss */
.overlay .icon-next, .overlay .icon-prev {
  cursor: pointer;
  position: absolute;
  top: 48%;
  color: #FBE122;
  padding: 15px 12px 11px;
  background: #007A33;
  font-size: 16px;
}
/* line 1328, ../sass/drc.scss */
.overlay .icon-next:hover, .overlay .icon-prev:hover {
  color: #ffffff;
}
/* line 1332, ../sass/drc.scss */
.overlay .icon-next {
  right: 0;
}
/* line 1335, ../sass/drc.scss */
.overlay .icon-prev {
  left: 0;
}
/* line 1338, ../sass/drc.scss */
.overlay#ie8-overlay {
  display: none;
  background: #1e2121;
}
/* line 1341, ../sass/drc.scss */
.overlay#ie8-overlay .container {
  text-align: center;
  padding: 50px;
  background: transparent;
}
/* line 1345, ../sass/drc.scss */
.overlay#ie8-overlay .container .icon-drc {
  font-size: 50px;
  color: #ffffff;
}
/* line 1349, ../sass/drc.scss */
.overlay#ie8-overlay .container h3 {
  margin-top: 10px;
  color: #ffffff;
}

/* line 1358, ../sass/drc.scss */
#site-footer a {
  position: relative;
}
/* line 1360, ../sass/drc.scss */
#site-footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  visibility: visible;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 1371, ../sass/drc.scss */
#site-footer a:hover:before {
  visibility: hidden;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 1377, ../sass/drc.scss */
#site-footer .bg-black .container {
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 1381, ../sass/drc.scss */
#site-footer .bg-black .container h4 {
  margin-bottom: 10px;
}
/* line 1383, ../sass/drc.scss */
#site-footer .bg-black .container h4.social-media {
  margin-bottom: 7px;
}
/* line 1387, ../sass/drc.scss */
#site-footer .bg-black .container a {
  color: #FBE122;
}
/* line 1389, ../sass/drc.scss */
#site-footer .bg-black .container a:before {
  background-color: #FBE122;
}
/* line 1392, ../sass/drc.scss */
#site-footer .bg-black .container a.facebook, #site-footer .bg-black .container a.twitter, #site-footer .bg-black .container a.instagram {
  color: #ffffff;
  position: relative;
  padding-left: 22.5px;
  font-size: 90%;
  margin-bottom: -5px;
  display: block;
}
/* line 1399, ../sass/drc.scss */
#site-footer .bg-black .container a.facebook:before, #site-footer .bg-black .container a.twitter:before, #site-footer .bg-black .container a.instagram:before {
  display: none;
}
/* line 1402, ../sass/drc.scss */
#site-footer .bg-black .container a.facebook:after, #site-footer .bg-black .container a.twitter:after, #site-footer .bg-black .container a.instagram:after {
  font-family: drc;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: none;
}
/* line 1409, ../sass/drc.scss */
#site-footer .bg-black .container a.facebook:hover, #site-footer .bg-black .container a.twitter:hover, #site-footer .bg-black .container a.instagram:hover {
  color: #FBE122;
  visibility: visible !important;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 1416, ../sass/drc.scss */
#site-footer .bg-black .container a.facebook:after {
  content: "d";
}
/* line 1421, ../sass/drc.scss */
#site-footer .bg-black .container a.twitter:after {
  content: "e";
}
/* line 1425, ../sass/drc.scss */
#site-footer .bg-black .container a.instagram {
  margin-bottom: 15px;
}
/* line 1427, ../sass/drc.scss */
#site-footer .bg-black .container a.instagram:after {
  content: "m";
}
/* line 1433, ../sass/drc.scss */
#site-footer .container .row.copy {
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
}
/* line 1437, ../sass/drc.scss */
#site-footer .container .row.copy p {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
/* line 1441, ../sass/drc.scss */
#site-footer .container .row.copy p:before {
  content: "b";
  font-family: drc;
  text-transform: none;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1450, ../sass/drc.scss */
#site-footer .container .row.copy p a:before {
  background-color: #000000;
}
/* line 1454, ../sass/drc.scss */
#site-footer .container .row.copy .author {
  position: absolute;
  right: 0;
  top: 13px;
  opacity: 0.3;
}
/* line 1459, ../sass/drc.scss */
#site-footer .container .row.copy .author:hover {
  opacity: 1;
}
/* line 1462, ../sass/drc.scss */
#site-footer .container .row.copy .author:before {
  display: none;
}
/* line 1468, ../sass/drc.scss */
#site-footer form input {
  background: #000000;
  border: 1px solid #ffffff;
  color: #FBE122;
  padding: 5px 7px;
  border-radius: 0;
}
/* line 1474, ../sass/drc.scss */
#site-footer form input[type="email"] {
  text-transform: uppercase;
  width: 280px;
  font-size: 90%;
}
/* line 1479, ../sass/drc.scss */
#site-footer form input[type="submit"] {
  border-color: #FBE122;
  font-family: "drc";
}
/* line 1482, ../sass/drc.scss */
#site-footer form input[type="submit"]:hover {
  background: #FBE122;
  color: #000000;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 1488, ../sass/drc.scss */
#site-footer form input::-webkit-input-placeholder {
  opacity: 1;
}
/* line 1491, ../sass/drc.scss */
#site-footer form input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
/* line 1494, ../sass/drc.scss */
#site-footer form input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
/* line 1497, ../sass/drc.scss */
#site-footer form input:-ms-input-placeholder {
  opacity: 1;
}

/* line 1504, ../sass/drc.scss */
.no-padding {
  padding: 0 !important;
}

/* line 1507, ../sass/drc.scss */
.padding {
  padding: 15px;
}

/* line 1510, ../sass/drc.scss */
.padding-tp {
  padding-top: 15px;
}

/* line 1513, ../sass/drc.scss */
.padding-bt {
  padding-bottom: 15px;
}

/* line 1516, ../sass/drc.scss */
.padding-lt {
  padding-left: 15px;
}

/* line 1519, ../sass/drc.scss */
.padding-rt {
  padding-right: 15px;
}

/* line 1523, ../sass/drc.scss */
.no-margin {
  margin: 0 !important;
}

/* line 1526, ../sass/drc.scss */
.margin {
  margin: 15px;
}

/* line 1529, ../sass/drc.scss */
.margin-tp {
  margin-top: 15px;
}

/* line 1532, ../sass/drc.scss */
.margin-bt {
  margin-bottom: 15px;
}

/* line 1535, ../sass/drc.scss */
.margin-lt {
  margin-left: 15px;
}

/* line 1538, ../sass/drc.scss */
.margin-rt {
  margin-right: 15px;
}

/* line 1542, ../sass/drc.scss */
.padding-big {
  padding: 30px;
}

/* line 1545, ../sass/drc.scss */
.padding-tp-big {
  padding-top: 30px;
}

/* line 1548, ../sass/drc.scss */
.padding-bt-big {
  padding-bottom: 30px;
}

/* line 1551, ../sass/drc.scss */
.padding-lt-big {
  padding-left: 30px;
}

/* line 1554, ../sass/drc.scss */
.padding-rt-big {
  padding-right: 30px;
}

/* line 1558, ../sass/drc.scss */
.margin-big {
  margin: 30px;
}

/* line 1561, ../sass/drc.scss */
.margin-tp-big {
  margin-top: 30px;
}

/* line 1564, ../sass/drc.scss */
.margin-bt-big {
  margin-bottom: 30px;
}

/* line 1567, ../sass/drc.scss */
.margin-lt-big {
  margin-left: 30px;
}

/* line 1570, ../sass/drc.scss */
.margin-rt-big {
  margin-right: 30px;
}

/* line 1574, ../sass/drc.scss */
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
/* line 1577, ../sass/drc.scss */
.bg-black a {
  color: #ffffff;
}

/* line 1581, ../sass/drc.scss */
.bg-light {
  background-color: #ebebeb;
}

/* line 1584, ../sass/drc.scss */
.bg-green {
  background-color: #007A33;
  color: #ffffff;
}
/* line 1587, ../sass/drc.scss */
.bg-green a {
  color: #FBE122;
}

/* line 1591, ../sass/drc.scss */
.bg-yellow {
  background-color: #FBE122;
}

/* line 1595, ../sass/drc.scss */
.green {
  color: #007A33;
}

/* line 1599, ../sass/drc.scss */
.left {
  text-align: left;
}

/* line 1602, ../sass/drc.scss */
.center {
  text-align: center;
}

/* line 1605, ../sass/drc.scss */
.right {
  text-align: right;
}

/* line 1609, ../sass/drc.scss */
.bordered-tp {
  border-top: 2px solid #f4f4f4;
}

/* line 1612, ../sass/drc.scss */
.bordered-bt {
  border-bottom: 2px solid #f4f4f4;
}

/* line 1616, ../sass/drc.scss */
.clear {
  clear: both;
}

/* line 1619, ../sass/drc.scss */
.small {
  color: inherit !important;
}

@media screen and (max-width: 767px) {
  /* line 1624, ../sass/drc.scss */
  .hidden-xs {
    display: none;
  }

  /* line 1627, ../sass/drc.scss */
  body, html {
    overflow-x: hidden !important;
  }

  /* line 1630, ../sass/drc.scss */
  .container-main-content {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  /* line 1633, ../sass/drc.scss */
  .container-main-content .col-lg-9 {
    padding-right: 15px;
  }
  /* line 1636, ../sass/drc.scss */
  .container-main-content .sidebar {
    margin-top: 30px;
  }
  /* line 1639, ../sass/drc.scss */
  .container-main-content .sidebar .btn-container.right {
    text-align: left;
  }
  /* line 1644, ../sass/drc.scss */
  .container-main-content .table-responsive {
    border: 0;
  }

  /* line 1648, ../sass/drc.scss */
  #calendar {
    padding-right: 15px !important;
  }

  /* line 1652, ../sass/drc.scss */
  .sidebar .block-sidebar {
    margin-bottom: 15px;
  }

  /* line 1656, ../sass/drc.scss */
  footer.post-meta {
    padding-top: 0;
    padding-bottom: 15px;
  }

  /* line 1662, ../sass/drc.scss */
  .teams .col-xs-12:nth-child(4n) {
    border-right: 2px solid #ffffff;
  }

  /* line 1669, ../sass/drc.scss */
  .team .team-info .block {
    padding: 20px 0 0;
  }
  /* line 1671, ../sass/drc.scss */
  .team .team-info .block .col-xs-12 {
    margin-bottom: 15px;
  }

  /* line 1679, ../sass/drc.scss */
  .row.member figure {
    padding-right: 0;
  }

  /* line 1685, ../sass/drc.scss */
  #news article {
    border-left: 0;
  }

  /* line 1689, ../sass/drc.scss */
  #sponsors {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 1694, ../sass/drc.scss */
  #sponsors div figure.col-md-3 {
    line-height: 170px;
    height: 175px;
  }
  /* line 1698, ../sass/drc.scss */
  #sponsors div figure:nth-child(3), #sponsors div figure:nth-child(4), #sponsors div figure:nth-child(5), #sponsors div figure:nth-child(6) {
    border-top: none !important;
  }
  /* line 1701, ../sass/drc.scss */
  #sponsors div figure:first-child, #sponsors div figure:nth-child(7), #sponsors div figure:nth-child(13) {
    border-left: none !important;
  }

  /* line 1708, ../sass/drc.scss */
  body.front-page #calendar {
    display: none;
  }
  /* line 1713, ../sass/drc.scss */
  body.front-page .swiper-container.logo-overlay:before {
    left: 0%;
    top: 10%;
    transform: scale(0.5);
  }
  /* line 1719, ../sass/drc.scss */
  body.front-page .swiper-container .btn-hide-banner {
    top: 0;
    right: 0;
  }
  /* line 1724, ../sass/drc.scss */
  body.front-page #sponsors {
    margin-top: 30px;
  }

  /* line 1731, ../sass/drc.scss */
  .row.main-news.two-columns article h3, .row.main-news.three-columns article h3 {
    line-height: 10px;
  }

  /* line 1739, ../sass/drc.scss */
  #site-footer .bg-black h4 {
    padding-bottom: 5px;
  }
  /* line 1742, ../sass/drc.scss */
  #site-footer .bg-black .col-xs-12:first-child {
    padding-bottom: 30px;
  }
  /* line 1748, ../sass/drc.scss */
  #site-footer .container .row.copy p {
    padding-left: 0;
    margin-bottom: 0;
  }
  /* line 1751, ../sass/drc.scss */
  #site-footer .container .row.copy p:before {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 7px;
  }
  /* line 1757, ../sass/drc.scss */
  #site-footer .container .row.copy p a {
    display: block;
  }
  /* line 1759, ../sass/drc.scss */
  #site-footer .container .row.copy p a:before {
    display: none;
  }
  /* line 1764, ../sass/drc.scss */
  #site-footer .container .row.copy .author {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 25px;
  }

  /* line 1775, ../sass/drc.scss */
  #search article .bordered {
    height: auto !important;
  }

  /* line 1783, ../sass/drc.scss */
  #news article figure img {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1791, ../sass/drc.scss */
  .hidden-sm {
    display: none;
  }

  /* line 1796, ../sass/drc.scss */
  .swiper-container.logo-overlay:before {
    left: 25%;
    top: 25%;
    transform: scale(0.7);
  }

  /* line 1804, ../sass/drc.scss */
  .toggle-navigation span:nth-child(2) {
    font-size: 16px;
    display: inline-block;
    float: right;
    line-height: 35px;
    padding-left: 7px;
  }

  /* line 1812, ../sass/drc.scss */
  .container-main-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  /* line 1815, ../sass/drc.scss */
  .container-main-content .col-lg-9 {
    padding-right: 15px;
  }
  /* line 1818, ../sass/drc.scss */
  .container-main-content .sidebar {
    margin-top: 30px;
  }
  /* line 1820, ../sass/drc.scss */
  .container-main-content .sidebar .block-sidebar {
    margin-bottom: 15px;
  }
  /* line 1824, ../sass/drc.scss */
  .container-main-content .table-responsive {
    border: 0;
  }

  /* line 1828, ../sass/drc.scss */
  #calendar {
    padding: 0 100px 30px !important;
  }

  /* line 1832, ../sass/drc.scss */
  body.front-page #calendar {
    display: none;
  }
  /* line 1836, ../sass/drc.scss */
  body.front-page .main-news .col-sm-6.padding-tp {
    padding-top: 5px;
  }

  /* line 1844, ../sass/drc.scss */
  #news article figure img {
    height: 286px;
  }

  /* line 1853, ../sass/drc.scss */
  #sponsors div figure:nth-child(5), #sponsors div figure:nth-child(6) {
    border-top: none !important;
  }
  /* line 1856, ../sass/drc.scss */
  #sponsors div figure:first-child, #sponsors div figure:nth-child(7), #sponsors div figure:nth-child(13) {
    border-left: none !important;
  }

  /* line 1862, ../sass/drc.scss */
  footer.post-meta {
    padding-top: 0;
    padding-bottom: 15px;
  }

  /* line 1868, ../sass/drc.scss */
  .row.member figure {
    padding-right: 0;
  }

  /* line 1876, ../sass/drc.scss */
  .row.main-news.two-columns article h3, .row.main-news.three-columns article h3 {
    line-height: 105px;
  }

  /* line 1884, ../sass/drc.scss */
  #search article .bordered {
    height: auto !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1891, ../sass/drc.scss */
  .hidden-md {
    display: none;
  }

  /* line 1895, ../sass/drc.scss */
  .toggle-navigation span:nth-child(2) {
    font-size: 16px;
    display: inline-block;
    float: right;
    line-height: 35px;
    padding-left: 7px;
  }

  /* line 1905, ../sass/drc.scss */
  #menu-hoofdnavigatie li:first-child {
    display: none;
  }
  /* line 1908, ../sass/drc.scss */
  #menu-hoofdnavigatie li:nth-child(2) {
    padding-left: 0;
  }

  /* line 1914, ../sass/drc.scss */
  .container-main-content .col-md-9 {
    padding-right: 15px;
  }

  /* line 1918, ../sass/drc.scss */
  #calendar {
    padding-right: 15px !important;
  }

  /* line 1924, ../sass/drc.scss */
  .row.main-news.two-columns article h3, .row.main-news.three-columns article h3 {
    line-height: 80px;
  }

  /* line 1930, ../sass/drc.scss */
  table {
    max-width: 100%;
  }

  /* line 1935, ../sass/drc.scss */
  #search article .bordered {
    height: 170px;
  }

  /* line 1943, ../sass/drc.scss */
  #news article figure img {
    height: 250px;
  }

  /* line 1951, ../sass/drc.scss */
  form input[type="email"] {
    width: 245px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1958, ../sass/drc.scss */
  .hidden-lg {
    display: none;
  }
}
