@charset "UTF-8";
/*
* Site Colours
*/
/*
* Forms
*/
/*
** Font Colors
*/
/*
* Backgrounds
*/
/* $activeColor: #c0392b; //red */
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
.breadcrumb, .tabs ul.tabs.primary, ul.menu-account, nav.pager ul.pager__items {
  padding-top: 0px; }
  .breadcrumb:before, .tabs ul.tabs.primary:before, ul.menu-account:before, nav.pager ul.pager__items:before, .breadcrumb:after, .tabs ul.tabs.primary:after, ul.menu-account:after, nav.pager ul.pager__items:after {
    content: "";
    display: table; }
  .breadcrumb:after, .tabs ul.tabs.primary:after, ul.menu-account:after, nav.pager ul.pager__items:after {
    clear: both; }
  .breadcrumb li, .tabs ul.tabs.primary li, ul.menu-account li, nav.pager ul.pager__items li {
    margin-right: 30px;
    float: left;
    list-style: none; }
    .breadcrumb li:last-child, .tabs ul.tabs.primary li:last-child, ul.menu-account li:last-child, nav.pager ul.pager__items li:last-child {
      margin-right: 0px; }

/*
* Form base
*/
select:focus,
input:focus,
textarea:focus {
  box-shadow: 0 0 4px 1px rgba(198, 198, 198, 0.5) inset;
  outline: 1px solid #CCC; }

fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 9px 1em 18px 1em;
  border-color: #ccc; }

legend {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 0.8em;
  color: grey; }

/*
* Media
*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

@font-face {
  font-family: 'Copperplate';
  src: url("../fonts/Copperplate/Copperplate.eot?#iefix") format("embedded-opentype"), url("../fonts/Copperplate/Copperplate.otf") format("opentype"), url("../fonts/Copperplate/Copperplate.woff") format("woff"), url("../fonts/Copperplate/Copperplate.ttf") format("truetype"), url("../fonts/Copperplate/Copperplate.svg#Copperplate") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Copperplate';
  src: url("../fonts/Copperplate/Copperplate.eot?#iefix") format("embedded-opentype"), url("../fonts/Copperplate/Copperplate.woff") format("woff"), url("../fonts/Copperplate/Copperplate.ttf") format("truetype"), url("../fonts/Copperplate/Copperplate.svg#Copperplate") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #FFF; }

/*
* Link Colours
*/
a {
  color: #FFF;
  text-decoration: none; }
  a:visited {
    color: #FFF; }
  a:hover {
    color: #7f9fd3; }
  a:active {
    color: #FFF; }

h1,
.text--mega {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 48px; }
  @media screen and (min-width: 960px) {
    h1,
    .text--mega {
      font-size: 36px;
      line-height: 48px; } }
  @media screen and (min-width: 1100px) {
    h1,
    .text--mega {
      font-size: 40px;
      line-height: 62px; } }
  h1 span.quickedit-field,
  .text--mega span.quickedit-field {
    font-size: 36px;
    line-height: 48px; }
    @media screen and (min-width: 960px) {
      h1 span.quickedit-field,
      .text--mega span.quickedit-field {
        font-size: 36px;
        line-height: 48px; } }
    @media screen and (min-width: 1100px) {
      h1 span.quickedit-field,
      .text--mega span.quickedit-field {
        font-size: 40px;
        line-height: 62px; } }

h2,
.text--kilo {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px; }
  @media screen and (min-width: 960px) {
    h2,
    .text--kilo {
      font-size: 28px;
      line-height: 36px; } }

h3,
.text--hecto {
  font-size: 22px;
  line-height: 28px; }
  @media screen and (min-width: 960px) {
    h3,
    .text--hecto {
      font-size: 24px;
      line-height: 32px; } }

h4,
.text--deca {
  font-size: 18px;
  line-height: 26px;
  color: #af0917; }
  @media screen and (min-width: 960px) {
    h4,
    .text--deca {
      font-size: 20px;
      line-height: 30px; } }

h5,
h6,
body,
.text--base {
  font-size: 16px;
  line-height: 26px; }
  @media screen and (min-width: 960px) {
    h5,
    h6,
    body,
    .text--base {
      font-size: 20px;
      line-height: 30px; } }

.text--deci {
  font-size: 14px;
  line-height: 20px; }

small,
.text--centi {
  font-size: 12px;
  line-height: 16px; }

p,
.text--base {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px; }
  @media screen and (min-width: 960px) {
    p,
    .text--base {
      font-size: 20px;
      line-height: 30px; } }
  p a,
  p a:visited,
  .text--base a,
  .text--base a:visited {
    color: inherit;
    text-decoration: none; }
  p a:hover,
  .text--base a:hover {
    color: red; }

/* CK Editor */
em {
  font-style: italic; }

ul {
  margin-left: 2em;
  list-style-type: square; }

ul.links.inline {
  margin-left: 0;
  list-style-type: none; }

strong {
  font-weight: bold; }

.text-h4 {
  font-size: 18px;
  line-height: 26px; }
  @media screen and (min-width: 960px) {
    .text-h4 {
      font-size: 20px;
      line-height: 30px; } }

.align-center {
  margin-bottom: 18px; }

ol {
  margin: 20px 0;
  padding-left: 40px; }
  ol li {
    list-style: decimal; }

#block-scrollto {
  position: absolute;
  bottom: 0;
  background: #244a89;
  height: 60px;
  width: 70px;
  margin-left: -35px;
  color: #FFF;
  left: 50%;
  background: url(../images/bg-arrow-down.png) no-repeat 21px 26px rgba(0, 0, 0, 0.8);
  background-size: 28px 16px; }
  #block-scrollto a.arrow-down {
    color: transparent;
    font-size: 0/0; }

.node--type-article.node--view-mode-full .node__content:before, .node--type-article.node--view-mode-full .node__content:after {
  content: "";
  display: table; }

.node--type-article.node--view-mode-full .node__content:after {
  clear: both; }

.node--type-article.node--view-mode-full .node__content .embedded-entity.align-left {
  padding-right: 1em;
  padding-bottom: 18px; }

.node--type-article.node--view-mode-full .node__content .embedded-entity .node--type-article {
  margin-top: 20px;
  margin-bottom: 20px; }
  .node--type-article.node--view-mode-full .node__content .embedded-entity .node--type-article h2 a {
    display: block;
    margin-bottom: 18px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 54px; }

.node--type-competition.node--view-mode-full .field--name-body {
  margin-bottom: 18px; }

.node--type-competition.node--view-mode-full .field--name-field-finalists-schedule {
  margin-bottom: 18px; }
  .node--type-competition.node--view-mode-full .field--name-field-finalists-schedule .field__label {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 18px; }

.node--type-competition.node--view-mode-full .field--name-field-prizes {
  margin-bottom: 18px; }
  .node--type-competition.node--view-mode-full .field--name-field-prizes .field__label {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 18px; }

.node--type-judges.node--view-mode-full .field--name-field-photo {
  width: 300px;
  float: left;
  margin-top: 8px;
  margin-right: 1em;
  margin-bottom: 18px; }

.node--type-judges.node--view-mode-full .field--name-body {
  margin-bottom: 18px; }
  .node--type-judges.node--view-mode-full .field--name-body:before, .node--type-judges.node--view-mode-full .field--name-body:after {
    content: "";
    display: table; }
  .node--type-judges.node--view-mode-full .field--name-body:after {
    clear: both; }

.node--type-judges.node--view-mode-full .field--name-field-q-a:before, .node--type-judges.node--view-mode-full .field--name-field-q-a:after {
  content: "";
  display: table; }

.node--type-judges.node--view-mode-full .field--name-field-q-a:after {
  clear: both; }

.node--type-judges.node--view-mode-full .field-collection-item--name-field-q-a {
  margin-bottom: 18px; }

.node--type-judges.node--view-mode-full .field--name-field-question {
  width: 100%;
  background: #244a89;
  color: #FFF;
  line-height: 54px;
  padding: 0 10px; }
  .node--type-judges.node--view-mode-full .field--name-field-question .fa-plus,
  .node--type-judges.node--view-mode-full .field--name-field-question .fa-minus {
    float: right;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 54px;
    cursor: pointer; }
  .node--type-judges.node--view-mode-full .field--name-field-question .fa-minus {
    display: none; }

.node--type-judges.node--view-mode-full .field--name-field-answer {
  padding: 18px 0;
  display: none; }

.node--type-partner.node--view-mode-full .node__content:before, .node--type-partner.node--view-mode-full .node__content:after {
  content: "";
  display: table; }

.node--type-partner.node--view-mode-full .node__content:after {
  clear: both; }

.node--type-partner.node--view-mode-full .node__content .field--name-field-partner-logo {
  float: left;
  margin-top: 7px;
  margin-right: 1em;
  margin-bottom: 18px; }

.node--type-partner.node--view-mode-full .node__content .field--name-field-quote {
  margin-bottom: 18px; }
  .node--type-partner.node--view-mode-full .node__content .field--name-field-quote p {
    font-style: italic;
    color: #244a89;
    font-weight: bold; }

.node--type-recipe.node--view-mode-full .node__content:before, .node--type-recipe.node--view-mode-full .node__content:after {
  content: "";
  display: table; }

.node--type-recipe.node--view-mode-full .node__content:after {
  clear: both; }

.node--type-recipe.node--view-mode-full .node__content .field--name-body {
  margin-bottom: 18px;
  text-align: left; }

.node--type-recipe.node--view-mode-full .node__content .recipe-image,
.node--type-recipe.node--view-mode-full .node__content .recipe-info {
  width: 50%;
  float: left;
  height: 468px;
  margin-bottom: 36px;
  text-align: center; }

.node--type-recipe.node--view-mode-full .node__content .recipe-info:before, .node--type-recipe.node--view-mode-full .node__content .recipe-info:after {
  content: "";
  display: table; }

.node--type-recipe.node--view-mode-full .node__content .recipe-info:after {
  clear: both; }

.node--type-recipe.node--view-mode-full .node__content .recipe-info .time {
  width: 40%;
  height: 62px;
  float: left; }
  .node--type-recipe.node--view-mode-full .node__content .recipe-info .time .fa-clock-o {
    float: left;
    font-size: 32px;
    font-size: 2rem;
    line-height: 62px; }
  .node--type-recipe.node--view-mode-full .node__content .recipe-info .time .prep,
  .node--type-recipe.node--view-mode-full .node__content .recipe-info .time .cooking-time {
    float: left;
    text-align: left;
    margin-left: 0.5em; }

.node--type-recipe.node--view-mode-full .node__content .recipe-info .difficulty,
.node--type-recipe.node--view-mode-full .node__content .recipe-info .serves {
  width: 30%;
  float: left; }

.node--type-recipe.node--view-mode-full .node__content .recipe-ingredients,
.node--type-recipe.node--view-mode-full .node__content .recipe-method {
  width: 50%;
  float: left; }

.node--type-recipe.node--view-mode-full .node__content .field--name-field-ingredients .field__label {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 9px; }

.node--type-recipe.node--view-mode-full .node__content .field--name-field-ingredients .field__item {
  padding: 5px 0; }

.node--type-recipe.node--view-mode-full .node__content .field--name-field-method .field__label {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 9px; }

.node--type-recipe.node--view-mode-full .node__content .field--name-field-method .field__item span {
  float: left;
  margin-right: 10px; }

.node--type-sponsor.node--view-mode-full .field--name-field-sponsor-logo {
  float: right;
  margin-left: 1em;
  margin-bottom: 18px; }

.node--type-sponsor.node--view-mode-full .field--name-field-quote {
  margin-bottom: 18px; }
  .node--type-sponsor.node--view-mode-full .field--name-field-quote p {
    font-style: italic;
    color: #244a89;
    font-weight: bold; }

.add-recipe-form {
  position: relative; }
  .add-recipe-form .step-counter {
    position: absolute;
    right: 10px;
    top: -56px; }
  .add-recipe-form label {
    display: block;
    margin-bottom: 9px;
    color: #FFF; }
  .add-recipe-form .form-item {
    margin-bottom: 18px; }
  .add-recipe-form .form-item-recipe-serves .form-select,
  .add-recipe-form .form-item-recipe-preparation .form-select,
  .add-recipe-form .form-item-recipe-cooking .form-select {
    width: 300px;
    height: 50px; }
  .add-recipe-form .add-button {
    background-color: #e62600; }
  .add-recipe-form .next-button,
  .add-recipe-form .prev-button {
    background-color: #037bda; }
  .add-recipe-form .recipe-courses legend,
  .add-recipe-form .recipe-cuisine legend {
    padding-left: 0; }
    .add-recipe-form .recipe-courses legend .fieldset-legend,
    .add-recipe-form .recipe-cuisine legend .fieldset-legend {
      color: #FFF;
      font-size: 20px;
      font-size: 1.25rem; }
  .add-recipe-form .recipe-courses .form-item,
  .add-recipe-form .recipe-cuisine .form-item {
    width: 126px;
    float: left; }
    .add-recipe-form .recipe-courses .form-item label.option,
    .add-recipe-form .recipe-cuisine .form-item label.option {
      text-align: center; }
  .add-recipe-form .recipe-courses .form-checkboxes:before, .add-recipe-form .recipe-courses .form-checkboxes:after,
  .add-recipe-form .recipe-cuisine .form-checkboxes:before,
  .add-recipe-form .recipe-cuisine .form-checkboxes:after {
    content: "";
    display: table; }
  .add-recipe-form .recipe-courses .form-checkboxes:after,
  .add-recipe-form .recipe-cuisine .form-checkboxes:after {
    clear: both; }
  .add-recipe-form .recipe-courses .recipe-courses,
  .add-recipe-form .recipe-courses .recipe-cuisine,
  .add-recipe-form .recipe-cuisine .recipe-courses,
  .add-recipe-form .recipe-cuisine .recipe-cuisine {
    margin-left: 58px; }
  .add-recipe-form .messages.messages--error {
    color: #b72504; }

/**
 * $COLLAPSIBLE
 */
html.js fieldset.collapsible {
  padding: 0;
  border: none; }
  html.js fieldset.collapsible legend {
    width: 100%;
    padding: 0; }
  html.js fieldset.collapsible .fieldset-legend {
    padding: 0;
    background: none; }
    html.js fieldset.collapsible .fieldset-legend .summary {
      float: right; }
  html.js fieldset.collapsible .fieldset-title {
    display: block;
    padding: 1em;
    background-color: #ccc;
    color: blue;
    text-decoration: none; }
    html.js fieldset.collapsible .fieldset-title:hover {
      background-color: white;
      color: black; }
  html.js fieldset.collapsible .fieldset-wrapper {
    padding: 18px 1em;
    border: 1px solid #ccc; }

html.js fieldset.collapsed {
  height: 3.7em; }

/**
 * $FIELDSETS
 */
.form-wrapper {
  margin-bottom: 18px; }

.fieldset-description {
  margin-bottom: 9px;
  color: grey;
  font-style: italic; }

.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 18px 1em; }

/**
 * $FILTER-TIPS
 */
.filter-wrapper {
  background-color: #fff; }

/**
 * $FORM-ITEM
 */
.form-item {
  color: grey; }
  .form-item label {
    margin-bottom: 0.4em; }
  .form-item .form-select,
  .form-item .form-text,
  .form-item .form-textarea,
  .form-item .form-search,
  .form-item .form-email,
  .form-item .form-number,
  .form-item .form-tel {
    width: 100%;
    padding: 0.4em;
    background-color: #FFF;
    border: 1px solid #464646;
    color: #464646;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px; }
    @media screen and (min-width: 960px) {
      .form-item .form-select,
      .form-item .form-text,
      .form-item .form-textarea,
      .form-item .form-search,
      .form-item .form-email,
      .form-item .form-number,
      .form-item .form-tel {
        font-size: 20px;
        line-height: 30px; } }
  .form-item .description {
    margin-top: 0.2em;
    font-style: italic; }

.container-inline .form-select,
.container-inline .form-text,
.container-inline .form-textarea {
  width: auto; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

/**
 * $PASSWORD-CONFIRM
 */
div.password-indicator,
div.password-confirm {
  margin-top: 0; }

div.password-indicator {
  margin-bottom: 0.4em; }

/**
 * $PASSWORD-INDICATOR
 */
.password-indicator {
  height: 0.8em;
  background: none;
  border: 1px solid #ccc; }
  .password-indicator .indicator {
    background: #ec9f0a; }

.password-strength-title {
  margin-bottom: 0.2em; }

/**
 * $SEARCH-FORM
 */
.search-block-form .form-search {
  width: 100%;
  padding: 0.4em;
  background-color: #FFF;
  border: 1px solid #464646;
  color: #464646;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px; }
  @media screen and (min-width: 960px) {
    .search-block-form .form-search {
      font-size: 20px;
      line-height: 30px; } }

.path-user #block-konnekt-local-tasks {
  margin-bottom: 18px; }
  .path-user #block-konnekt-local-tasks:before, .path-user #block-konnekt-local-tasks:after {
    content: "";
    display: table; }
  .path-user #block-konnekt-local-tasks:after {
    clear: both; }
  .path-user #block-konnekt-local-tasks ul {
    margin: 0;
    padding: 0; }
    .path-user #block-konnekt-local-tasks ul li {
      float: left;
      list-style: none;
      margin-right: 5px; }
      .path-user #block-konnekt-local-tasks ul li a {
        display: block;
        padding: 5px 10px;
        background: #ccc;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }

.user-register-form .form-item-field-your-name-0-value {
  width: 80%; }

.user-register-form .form-item-field-age-0-value {
  width: 100px;
  position: relative; }
  .user-register-form .form-item-field-age-0-value #edit-field-age-0-value--description {
    position: relative;
    width: 300px; }

.user-register-form .form-item-field-gender {
  width: 30%; }

.user-register-form .js-form-type-email label {
  display: block;
  width: 100%; }

.user-register-form .js-form-type-email input {
  width: 80%; }

.user-register-form .form-item-name label {
  display: block;
  width: 100%; }

.user-register-form .form-item-name input {
  width: 80%;
  width: 300px; }

.user-register-form select {
  height: 48px; }

.user-register-form .description {
  margin-bottom: 9px; }

.yamlform-submission-contact-form .form-item {
  margin-bottom: 18px; }

/**
 * $BREADCRUMB
 */
.breadcrumb li {
  padding-right: 0.4em; }
  .breadcrumb li:after {
    content: "»";
    padding-left: 0.4em;
    vertical-align: baseline; }
  .breadcrumb li:last-child:after {
    content: ""; }

.breadcrumb a {
  text-decoration: none; }

.tabs {
  margin-bottom: 18px; }
  .tabs ul.tabs.primary li {
    margin-right: 0; }
  .tabs ul.tabs.primary a {
    display: block;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    background: #bbbbbb;
    padding: 5px 10px;
    color: #222222;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }
  .tabs ul.tabs.primary a.is-active {
    background: white;
    color: black;
    border-bottom: 1px solid #FFF; }

.menu--main-nav {
  padding-top: 29px;
  float: right; }
  .menu--main-nav:before, .menu--main-nav:after {
    content: "";
    display: table; }
  .menu--main-nav:after {
    clear: both; }
  .menu--main-nav .menu--main ul.menu {
    padding: 0;
    margin: 0; }
    .menu--main-nav .menu--main ul.menu li {
      list-style: none;
      float: left;
      padding: 5px 12px; }
      .menu--main-nav .menu--main ul.menu li:last-of-type {
        padding-right: 0; }
    .menu--main-nav .menu--main ul.menu a {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: bold; }

/*
* Account Menu
*/
/**
 * $BORDER-LIST
 */
.border-list {
  padding: 0;
  list-style: none; }
  .border-list li {
    /*@include padding-trailer(1);
    @include trailer(1);*/
    border-bottom: 1px solid #ccc; }
    .border-list li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

/**
 * $BUTTONS
 */
/* Base Button */
.button {
  display: inline-block;
  height: 2.2em;
  margin: 0;
  padding: 0 1.2em;
  background-color: #222222;
  border: none;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  font-size: 100%;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible;
  cursor: pointer; }
  .button, .button:hover, .button:active, .button:focus, .button:visited {
    text-decoration: none; }
  .button:hover {
    background-color: #7f9fd3; }
  .button:active, .button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }

/* Fill width of container */
.button--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

/* Inherit sizing from parent  */
.button--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/* Button Functions */
.button--primary {
  background-color: pink; }

.button--secondary {
  background-color: transparent;
  border-color: lightblue;
  color: lightblue; }
  .button--secondary:hover {
    border-color: grey;
    background-color: transparent;
    color: grey; }

.button--positive {
  background-color: greenyellow; }
  .button--positive:hover {
    background-color: #98fb00; }

.button--negative {
  background-color: red; }
  .button--negative:hover {
    background-color: #cc0000; }

.button--disabled,
.button--disabled:hover,
.button--disabled:active,
.button--disabled:focus {
  background-color: #ddd;
  color: #777;
  cursor: default;
  box-shadow: none; }

/* Adjacent buttons should have some space between them. */
.button + .button,
.button + a {
  margin-left: 1em; }

h4.dark-blue {
  color: #244a89;
  margin-bottom: 18px;
  font-weight: bold; }

@media (max-width: 22em) {
  #block-controllers {
    position: absolute;
    bottom: 100px;
    left: 50%;
    height: 34px;
    display: block;
    background: transparent;
    width: 220px;
    margin-left: -110px;
    margin-top: 18px;
    z-index: 999; }
    #block-controllers .bottom-first-button,
    #block-controllers .bottom-next-button,
    #block-controllers .bottom-previous-button,
    #block-controllers .bottom-last-button,
    #block-controllers .bottom-play-button {
      color: #ffffff;
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer; }
    #block-controllers .bottom-first-button {
      background: url(../images/FastBack.png);
      margin-right: 5px; }
    #block-controllers .bottom-previous-button {
      background: url(../images/PageBack.png);
      margin-right: 5px; }
    #block-controllers .bottom-next-button {
      background: url(../images/PageForward.png);
      margin-right: 5px; }
    #block-controllers .bottom-last-button {
      background: url(../images/FastForward.png);
      margin-right: 5px; }
    #block-controllers .bottom-play-button {
      background: url(../images/AutoPlay.png); } }

@media (min-width: 22em) {
  #block-controllers {
    position: absolute;
    bottom: 160px;
    left: 50%;
    height: 34px;
    display: block;
    background: transparent;
    width: 220px;
    margin-left: -110px;
    margin-top: 18px;
    z-index: 999; }
    #block-controllers .bottom-first-button,
    #block-controllers .bottom-next-button,
    #block-controllers .bottom-previous-button,
    #block-controllers .bottom-last-button,
    #block-controllers .bottom-play-button {
      color: #ffffff;
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer; }
    #block-controllers .bottom-first-button {
      background: url(../images/FastBack.png);
      margin-right: 5px; }
    #block-controllers .bottom-previous-button {
      background: url(../images/PageBack.png);
      margin-right: 5px; }
    #block-controllers .bottom-next-button {
      background: url(../images/PageForward.png);
      margin-right: 5px; }
    #block-controllers .bottom-last-button {
      background: url(../images/FastForward.png);
      margin-right: 5px; }
    #block-controllers .bottom-play-button {
      background: url(../images/AutoPlay.png); } }

@media (min-width: 48em) {
  #block-controllers {
    bottom: 179px; } }

@media (min-width: 56em) {
  #block-controllers {
    bottom: 40px; } }

@media (min-width: 70em) {
  #block-controllers {
    bottom: 40px;
    width: 240px;
    margin-left: -120px; }
    #block-controllers .bottom-first-button,
    #block-controllers .bottom-next-button,
    #block-controllers .bottom-previous-button,
    #block-controllers .bottom-last-button {
      margin-right: 10px; } }

/**
 * $MESSAGES
 */
/*.messages {
  padding-left: 10px;
  margin-bottom: $vert-spacing-unit;
}

.messages--status {
  color: $mid-blue;
  background: lighten($mid-blue, 50%);
  border-color: lighten($mid-blue, 20%);
}

.messages--warning {
  color: $yellow;
  background: lighten($yellow, 50%);
  border-color: lighten($yellow, 20%);
}

.messages--error {
  color: $red;
  background: lighten($red, 50%);
  border-color: lighten($red, 20%);
}*/
nav.pager {
  margin-bottom: 18px; }

/**
 * $PROGRESS
 */
/*.progress {
  .bar {
    background-color: $light-grey;
    border-color: $mid-grey;
    @include border-radius(0);
  }
  .filled {
    background: $mid-blue;
  }
}*/
/**
 * $SECTION-TITLE
 */
/*.section-title {
  @include padding-trailer(0.5);
  @include trailer(1);
  border-bottom: 1px solid darken($pale-blue, 8%);
}*/
.l-branding {
  height: 100px;
  padding: 5px 0; }
  .l-branding img {
    height: 100%; }

body.has-one-sidebar.has-sidebar-first .region-sidebar-first {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 20px 18px 20px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  margin-bottom: 36px; }

.l-header-wrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.l-content {
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  margin-bottom: 36px; }

.path-frontpage .l-content {
  padding: 20px;
  background: transparent;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  margin-bottom: 36px; }

.l-footer-wrapper {
  min-height: 400px;
  background: rgba(0, 0, 0, 0.7); }

.l-main-wrapper {
  min-height: 1000px; }
  .l-main-wrapper .l-main {
    padding-top: 100px; }

.l-page {
  background: url(../images/pan-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.region-content-first {
  position: relative; }

.block-facets--dropdown,
.block-facets--checkbox {
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 36px;
  width: 25%;
  float: left;
  padding: 0 10px; }
  .block-facets--dropdown h2,
  .block-facets--checkbox h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 62px; }
  .block-facets--dropdown ul,
  .block-facets--checkbox ul {
    padding: 0;
    margin: 0 0 36px 0; }
    .block-facets--dropdown ul .facets-dropdown,
    .block-facets--checkbox ul .facets-dropdown {
      width: 100%;
      padding: 0.4em;
      background-color: #FFF;
      border: 1px solid #464646;
      color: #464646;
      vertical-align: middle;
      font-size: 16px;
      line-height: 26px;
      height: 48px;
      border-radius: 0; }
      @media screen and (min-width: 960px) {
        .block-facets--dropdown ul .facets-dropdown,
        .block-facets--checkbox ul .facets-dropdown {
          font-size: 20px;
          line-height: 30px; } }
    .block-facets--dropdown ul li,
    .block-facets--checkbox ul li {
      list-style: none; }

.region-content-facets:before, .region-content-facets:after {
  content: "";
  display: table; }

.region-content-facets:after {
  clear: both; }

.region-content-facets .views-exposed-form {
  background: rgba(0, 0, 0, 0.7);
  padding: 0 20px; }
  .region-content-facets .views-exposed-form:before, .region-content-facets .views-exposed-form:after {
    content: "";
    display: table; }
  .region-content-facets .views-exposed-form:after {
    clear: both; }
  .region-content-facets .views-exposed-form .form-item-keys {
    width: 50%;
    float: left;
    margin-right: 1em; }
  .region-content-facets .views-exposed-form .form-actions {
    float: left;
    margin-top: 32px; }

.user-logged-in.path-user .field--name-field-gender,
.user-logged-in.path-user .field--name-field-your-name,
.user-logged-in.path-user .field--name-field-age {
  display: none; }

.view-competions {
  margin-bottom: 18px; }
  .view-competions:before, .view-competions:after {
    content: "";
    display: table; }
  .view-competions:after {
    clear: both; }
  .view-competions .views-row {
    padding: 20px;
    margin-bottom: 36px;
    width: 48%;
    float: left; }
    .view-competions .views-row .title-wrapper {
      padding: 18px 0;
      border-top: 1px solid #244a89;
      border-bottom: 1px solid #244a89;
      margin-bottom: 18px; }
      .view-competions .views-row .title-wrapper .intro-word {
        font-size: 42px;
        font-size: 2.625rem;
        font-weight: bold;
        color: #FFF;
        line-height: 52px; }
      .view-competions .views-row .title-wrapper h2 a {
        color: #fff262;
        font-weight: bold;
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 52px; }
        .view-competions .views-row .title-wrapper h2 a:visited {
          color: #fff262; }
        .view-competions .views-row .title-wrapper h2 a:hover {
          color: #fff262; }
        .view-competions .views-row .title-wrapper h2 a:active {
          color: #fff262; }
    .view-competions .views-row ul.field--name-field-prizes {
      margin-bottom: 18px; }
      .view-competions .views-row ul.field--name-field-prizes li {
        color: #FFF; }
  .view-competions .views-row:nth-child(1) {
    background: #b72504;
    margin-right: 2%; }
  .view-competions .views-row:nth-child(2) {
    background: #91be8a;
    margin-left: 2%; }
  .view-competions .views-row:nth-child(3) {
    background: #ec9f0a;
    margin-right: 2%; }

.view-gallery:before, .view-gallery:after {
  content: "";
  display: table; }

.view-gallery:after {
  clear: both; }

.view-gallery .views-row {
  width: 25%;
  text-align: center;
  float: left;
  padding: 0 5px;
  margin-bottom: 18px; }
  .view-gallery .views-row .field--name-field-media-image {
    margin-bottom: 9px; }

#block-views-block-judges-front-page-block-1 h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  color: #FFF;
  line-height: 52px;
  margin-bottom: 18px; }

#block-views-block-judges-front-page-block-1 .view-judges-front-page:before, #block-views-block-judges-front-page-block-1 .view-judges-front-page:after {
  content: "";
  display: table; }

#block-views-block-judges-front-page-block-1 .view-judges-front-page:after {
  clear: both; }

#block-views-block-judges-front-page-block-1 .view-judges-front-page .views-row {
  width: 25%;
  float: left;
  text-align: center; }
  #block-views-block-judges-front-page-block-1 .view-judges-front-page .views-row .views-field-field-photo {
    margin-bottom: 18px; }
    #block-views-block-judges-front-page-block-1 .view-judges-front-page .views-row .views-field-field-photo img {
      border-radius: 220px;
      -moz-border-radius: 220px;
      -webkit-border-radius: 220px; }

.view-judges .view-header .views-row {
  margin-bottom: 18px; }
  .view-judges .view-header .views-row:before, .view-judges .view-header .views-row:after {
    content: "";
    display: table; }
  .view-judges .view-header .views-row:after {
    clear: both; }
  .view-judges .view-header .views-row .node--type-judges.node--view-mode-teaser h2 {
    margin-bottom: 18px; }
  .view-judges .view-header .views-row .node--type-judges.node--view-mode-teaser .field--name-field-photo {
    width: 300px;
    float: left;
    margin-top: 8px;
    margin-right: 1em;
    margin-bottom: 18px; }
  .view-judges .view-header .views-row .node--type-judges.node--view-mode-teaser .field--name-body {
    margin-bottom: 18px; }

.view-judges .view-content .views-row {
  margin-bottom: 18px; }
  .view-judges .view-content .views-row:before, .view-judges .view-content .views-row:after {
    content: "";
    display: table; }
  .view-judges .view-content .views-row:after {
    clear: both; }
  .view-judges .view-content .views-row .views-field-title {
    margin-bottom: 18px; }
  .view-judges .view-content .views-row .views-field-field-photo {
    width: 220px;
    float: left;
    margin-top: 8px;
    margin-right: 1em;
    margin-bottom: 18px; }

.view-partners .view-header {
  margin-bottom: 36px; }
  .view-partners .view-header .views-row {
    padding-bottom: 18px;
    margin-bottom: 36px;
    border-bottom: 1px solid #ccc; }
    .view-partners .view-header .views-row:before, .view-partners .view-header .views-row:after {
      content: "";
      display: table; }
    .view-partners .view-header .views-row:after {
      clear: both; }
    .view-partners .view-header .views-row .node--type-partner.node--view-mode-full h2 {
      margin-bottom: 18px; }
    .view-partners .view-header .views-row .node--type-partner.node--view-mode-full .field--name-field-photo {
      width: 300px;
      float: left;
      margin-top: 8px;
      margin-right: 1em;
      margin-bottom: 18px; }
    .view-partners .view-header .views-row .node--type-partner.node--view-mode-full .field--name-body {
      margin-bottom: 18px; }

.view-partners .view-content .views-row {
  padding-bottom: 18px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ccc; }
  .view-partners .view-content .views-row:before, .view-partners .view-content .views-row:after {
    content: "";
    display: table; }
  .view-partners .view-content .views-row:after {
    clear: both; }
  .view-partners .view-content .views-row .node__content:before, .view-partners .view-content .views-row .node__content:after {
    content: "";
    display: table; }
  .view-partners .view-content .views-row .node__content:after {
    clear: both; }
  .view-partners .view-content .views-row .node__content .field--name-field-partner-logo {
    float: left;
    margin-top: 7px;
    margin-right: 1em;
    margin-bottom: 18px; }
  .view-partners .view-content .views-row .node__content .field--name-field-quote {
    margin-bottom: 18px; }
    .view-partners .view-content .views-row .node__content .field--name-field-quote p {
      font-style: italic;
      color: #244a89;
      font-weight: bold; }

.view-solr-search-content .item-list ul {
  margin: 0;
  padding: 0; }
  .view-solr-search-content .item-list ul li {
    list-style: none;
    margin-bottom: 18px; }
    .view-solr-search-content .item-list ul li:before, .view-solr-search-content .item-list ul li:after {
      content: "";
      display: table; }
    .view-solr-search-content .item-list ul li:after {
      clear: both; }
    .view-solr-search-content .item-list ul li a.thumbnail-link {
      width: 12%;
      float: left;
      text-align: left;
      margin-right: 1%; }
    .view-solr-search-content .item-list ul li h2.teaser {
      float: left;
      width: 87%;
      line-height: 22px;
      margin-bottom: 18px; }
    .view-solr-search-content .item-list ul li .field--name-body {
      width: 87%;
      float: left; }
      .view-solr-search-content .item-list ul li .field--name-body p {
        float: left; }
    .view-solr-search-content .item-list ul li ul.links.inline {
      margin-left: 10%; }

.view-sponsors .views-row {
  padding-bottom: 18px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ccc; }
  .view-sponsors .views-row:before, .view-sponsors .views-row:after {
    content: "";
    display: table; }
  .view-sponsors .views-row:after {
    clear: both; }
  .view-sponsors .views-row .node--view-mode-teaser h2 {
    width: 100%;
    margin-bottom: 18px; }
  .view-sponsors .views-row .node--view-mode-teaser .field--name-field-sponsor-logo {
    width: 20%;
    height: 220px;
    float: left;
    padding-right: 1em; }
    .view-sponsors .views-row .node--view-mode-teaser .field--name-field-sponsor-logo img {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .view-sponsors .views-row .node--view-mode-teaser .field--name-body {
    width: 80%;
    float: left;
    margin-bottom: 18px; }
  .view-sponsors .views-row .node--view-mode-teaser .field--name-field-quote {
    width: 80%;
    float: left;
    margin-bottom: 18px; }
    .view-sponsors .views-row .node--view-mode-teaser .field--name-field-quote p {
      font-style: italic;
      color: #244a89;
      font-weight: bold;
      margin-bottom: 0; }
  .view-sponsors .views-row .node--view-mode-teaser ul.links.inline {
    float: left; }

/*# sourceMappingURL=konnekt.styles.css.map */
