/** 
 * main.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 
 */

@font-face {
  font-family: "nimbussanlotbold";
  src: url("../fonts/nimbussanlot-bol-webfont.woff2") format("woff2"),
    url("../fonts/nimbussanlot-bol-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nimbussanlotligregular";
  src: url("../fonts/nimbussanlot-lig-webfont.woff2") format("woff2"),
    url("../fonts/nimbussanlot-lig-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nimbussanlotligconregular";
  src: url("../fonts/nimbussanlot-ligcon-webfont.woff2") format("woff2"),
    url("../fonts/nimbussanlot-ligcon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nimbussanlotregular";
  src: url("../fonts/nimbussanlot-reg-webfont.woff2") format("woff2"),
    url("../fonts/nimbussanlot-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherblack";
  src: url("../fonts/merriweather-black-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherblack_italic";
  src: url("../fonts/merriweather-blackitalic-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "merriweatherblack";
  color: #f39b00;
}

/*********************************************************************
 * 1. General HTML tags
 *
 */

html {
  background: url("../img/close-up-on-a-yellow-sunflower-2021-08-28-23-01-49-utc-blur.jpg")
    no-repeat center center fixed;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "nimbussanlotregular";
}

.speech-bubble-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 20px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 20px;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-right: 0;
  margin-left: -10px;
  margin-top: -20px;
}

.hidelabel label {
  display: none !important;
}

.card-special {
  background-color: rgba(0, 0, 0, 0.1);
  color: #666;
}

.review-special {
  border: dotted 1px #666;
  padding: 15px !important;
}

.review-special label {
  display: none !important;
  margin: none;
}

.review-special hr {
  display: none !important;
}

.uk-button-default {
  border: 1px solid #282a31;
}

.uk-button-secondary {
  background-color: #f39b00;
  color: #282a31;
  border: 1px solid #282a31;
}

.border-secondary {
  border: 1px solid #282a31;
}

.uk-background-secondary {
  background-color: #f39b00;
  color: #282a31;
}

.uk-radio + span, .uk-checkbox + span {
  font-size: 1rem !important;
}

.uk-checkbox, .uk-radio {
  /* display: inline-block; */
  height: 20px;
  width: 20px;
  overflow: hidden;
  margin-top: -6px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  /* background-repeat: no-repeat;
  background-position: 50% 50%; */
  border: 1px solid #282a31;
  transition: .2s ease-in-out;
  transition-property: background-color,border;
}

.uk-checkbox:checked, .uk-checkbox:checked:indeterminate,  .uk-checkbox:checked:focus, .uk-radio:checked, .uk-radio:checked:focus-within, .uk-radio:checked:focus, .uk-radio:checked:focus-within {
  background-color: #f39b00;
  border: 1px solid #282a31;
}

.stronglabel + span, .stronglabel + span {
  font-weight: bold;
}

hr {
  border-top: 2px solid #f39b00;
}

/*********************************************************************
 * 2. Masthead area
 *
 */

form.search {
  float: right;
  margin: 0;
  width: 30%;
  padding-bottom: 1em;
}
form.search input {
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  width: 100%;
}

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

figure {
  display: table;
  width: 1px;
  margin: 1em 0;
}

figure img {
  display: table-row;
  margin-bottom: 0.5em;
}

figure figcaption {
  display: table-row;
  font-size: smaller;
  color: #777;
  line-height: 1.4em;
}

/*********************************************************************
 * 4. Footer
 *
 */

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
  /* mobile layout */

  .align_left,
  .align_right,
  .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}

/*********************************************************************
 * 
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: #fff;
}

.LoginRegisterLinks {
  border-top: 1px solid #666;
  padding-top: 10px;
}


.LoginRegisterLinksLogin {
  display: none;
}

.uk-tab>*>a {

  color: #aaa;
  border-bottom: 3px solid transparent;
  font-size: .875rem;
  text-transform: uppercase;
  transition: color .1s ease-in-out;
}

.uk-tab>.uk-active>a {
  color: #333;
  border-color: #f39b00;
}