html {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #666;
}

/* ======= 	C O L O U R   P A L E T T E  ============ 

#fff
#ccc
#000
#008D2F - 0/141/47 - stonebridge green
#666 - grey (body text)
#999 - lighter grey
#000 - 0/0/0 75%
#333 - 51/51/51 - dark grey for backgrounds
#fff - 255/255/255 - for white backgrounds
#f0f0f0 - v.light grey (i.e. press tools diagrams)


==================================================== */

.green {
  color: #008d2f !important;
}
.green a {
  color: #008d2f !important;
}

.grey {
  color: #666;
}

.l-grey {
  color: #999;
}
.vl-grey-bg {
  background-color: #f0f0f0;
}

.bg-green {
  background-color: #008d2f !important;
}

.bg-white {
  background-color: white;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

/*
----------------------- @FONT-FACE -------------------------------- */

@font-face {
  font-family: "stonebridge";
  src: url("font-face/stonebridge-webfont.eot");
  src:
    local("☺"),
    url("font-face/stonebridge-webfont.eot?iefix") format("eot"),
    url("font-face/stonebridge-webfont.woff") format("woff"),
    url("font-face/stonebridge-webfont.ttf") format("truetype"),
    url("font-face/stonebridge-webfont.svg#webfont0g8M6dt8") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hp:before {
  content: "\e905";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-lam:before {
  content: "\e906";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-mdf:before {
  content: "\e907";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-ply:before {
  content: "\e908";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-quality-a:before {
  content: "\e909";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-quality-b:before {
  content: "\e90a";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-quality-c:before {
  content: "\e90b";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-rf:before {
  content: "\e90c";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-vnr:before {
  content: "\e90d";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}
.icon-au:before {
  content: "\e904";
  color: #0095ad;
  font-size: 2rem;
  margin-right: 0.25rem;
}

.icon-magnifying-glass:before {
  content: "\e900";
  font-size: 1.2rem;
}
.icon-external-link:before {
  content: "\e901";
  margin-right: 0.3rem;
}
.icon-file-pdf:before {
  content: "\e902";
  margin-right: 0.25rem;
  font-size: 1.2rem;
}
.icon-location-pin:before {
  content: "\e903";
  font-size: 1.2rem;
}
.icon-chevron-left:before {
  content: "\e90f";
  font-size: 1.2rem;
}
.icon-linkedin:before {
  content: "\e90e";
  font-size: 1.3rem;
  margin-left: 0.3rem;
  position: relative;
  top: 0.1rem;
}

.icon-home:before {
  content: "\e910";
  font-size: 1rem;
  position: relative;
  top: 0.1rem;
}

.icon-offset {
  position: relative;
  top: 0.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "stonebridge"; */
  /* font-family: "franklin-gothic-compressed"; */
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-stretch: condensed;
}

h1 {
  /* font-size: 2.0rem; */
  /* font-size: 2.3rem; */
  font-size: 1.65rem;
}
h2 {
  /* font-size: 1.6rem; */
  /* font-size: 1.75rem; */
  font-size: 1.3rem;
}
h3 {
  /* font-size: 1.6rem; */
  /* font-size: 1.75rem; */
  font-size: 1.3rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.75rem;
}

p {
  color: #666;
  font-size: 0.9rem;
}
li {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.transparent-06 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.transparent-09 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

a {
  color: #008d2f;
}

a:hover {
  color: #666;
}

@media screen and (min-width: 768px) {
  .x07 {
    font-size: 0.7rem !important;
  }
  .x08 {
    font-size: 0.8rem !important;
  }
  .x08 p {
    font-size: 0.8rem !important;
  }
  .x09 {
    font-size: 0.9rem;
  }
  .x11 {
    font-size: 1.1rem;
  }
  .x12 {
    font-size: 1.2rem;
  }
  .x13 {
    font-size: 1.3rem;
  }
  .x14 {
    font-size: 1.4rem;
  }
  .x15 {
    font-size: 1.5rem;
  }
  .x16 {
    font-size: 1.6rem;
  }
  .x20 {
    font-size: 2rem;
  }
  .x25 {
    font-size: 2.5rem;
  }
}

.jumbotron {
  border-radius: 0;
}

/* === FOR 2 COLUMNS ON MOBILES =========== */

.col-sm-50,
.col-sm-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

/* -------  LANGUAGE SWITCHER NAV ------------------------------------ */

/* --- different versions to enable choice of flags or icons in the dev version... */

.switcher-flag {
  max-height: 50px !important;
}
.switcher-flag .nav-link {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.switcher-icon {
  max-height: 50px !important;
}
.switcher-icon .nav-link {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.flag {
  width: 2.25rem;
}
.language-icon {
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  .switcher-flag {
    max-height: 40px !important;
  }
  .flag {
    width: 2rem;
  }
  .switcher-icon {
    max-height: 35px !important;
  }
  .language-icon {
    width: 1rem;
  }
}

.navbar {
  font-size: 0.9rem;
  color: #666;
}
.navbar-brand {
  width: 12rem;
}
.siversima {
  width: 12rem;
}

.dropdown-menu {
  font-size: 0.8rem;
  text-align: center;
  border: none;
}
.dropdown-item {
  color: #666;
}
.dropdown-toggle::after {
  color: #008d2f !important;
}
.active a {
  color: #333 !important;
}

.dropdown .active {
  background-color: #fff !important;
  color: #333 !important;
  font-weight: bold;
}

.navbar-nav {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #008d2f;
}

@media (min-width: 768px) {
  .navbar {
    padding: 0 !important;
  }
  /* Main nav only. The language switcher above it is also a .navbar, but it is capped by
     .switcher-flag's max-height — and min-height always beats max-height, so a bare
     .navbar rule here would stretch the switcher bar to 100px too.

     min-height, not height: the main nav is .navbar-expand-lg, so between 768px and
     991px the menu is still the collapsing mobile one. A fixed height left the open
     menu overflowing the navbar, where the page content that follows painted over
     the top of it. min-height keeps the 100px bar on desktop (its content is ~82px)
     while letting the open mobile menu push the page down instead. */
  .navbar-expand-lg {
    min-height: 100px;
  }
  .navbar-brand {
    /* width: 17rem; */
    width: 16.75rem; /* to accommodate the home 'house' icon */
  }
  .site-slovakian .navbar-brand {
    width: 15.25rem; /* the Slovak nav labels are longer, so the brand gives up some room */
  }
  .siversima {
    width: 8rem;
    margin-bottom: 1.5rem;
  }
}

/* Styling for the horizontal desktop menu. Keyed to 992px to match .navbar-expand-lg —
   below that the menu is the collapsing mobile one and keeps its centred items and carets. */
@media (min-width: 992px) {
  .navbar-nav {
    border: none;
    /* font-weight: normal; */
    font-weight: bold;
    position: relative;
    /* bottom: 0.2rem; */
    top: 0.3rem; /* vertical location of the main menu */
  }
  .dropdown-menu {
    text-align: left;
  }
  /* hide the caret on the drop-down menu */
  .dropdown-toggle::after {
    display: none;
  }
}

.navbar-toggler {
  border: none;
  position: relative;
  left: 20px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(28, 156, 217, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} /* not actually using this in initial template */

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;

  color: #008d2f !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  /* position: absolute;
    left: 12px;
    top: 10px; */
  position: relative;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  /* position: absolute;
    left: 12px; 
    top: 10px; */
  position: relative;
  top: -13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/* -------  HIDDEN SEARCH ------------------------------------ */

.search {
  /* background: #F2F2F2; */
  background-color: rgba(242, 242, 242, 0.55);
  padding: 0.625rem 0.9375rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: -4em; /* how far down when revealed  - with language switcher nav */
  /* top: -0.5em; /* how far down when revealed  - without language switcher nav */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.search ::-webkit-input-placeholder,
.search :-moz-placeholder,
.search ::-moz-placeholder,
.search :-ms-input-placeholder {
  color: white;
}
@media screen and (min-width: 43.75em) {
  .search {
    padding: 0.5rem 0.9375rem;
    top: -3.1rem; /* how far down when revealed  - with language switcher nav */
    /* top: 0; /* how far down when revealed  - without language switcher nav */
  }
}
/* @media only screen and (min-device-width : 768px) /* iPad landscape 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#home .search {
	  top: 8.0em;
	  width: 100%;
	  left: 0;
	}
} */

/* iPad Pro 12.9 landscape - method #2 (non-viable in emmulator) 
@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1366px) and (max-width: 1366px){
		#home .search {
		  top: 8.0em;
		  width: 1260px;
		  left: -25px;
		}
} */

.search__form {
  margin: 0 auto;
  /* max-width: 70rem; */
  /* min-width: 15rem; */
  /* float: right; */
}
.search--hidden {
  top: -100%;
  z-index: -1000; /* or it animates over the top of the main nav */
}
.search__input {
  background: none;
  border: none;
  outline: none;
  padding: 0.25em;
  width: 100%;
  font-size: 1.1rem;
  color: #008d2f;
}
.search__submit {
  display: none;
}

.navbar__search {
  position: relative;
  top: 0.6rem;
  color: #666 !important;
  cursor: pointer;
  margin-left: 0.4rem;
}

.carousel {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .carousel {
    margin-top: 0;
  }
}

.carousel-caption {
  padding: 0.5rem 0.5rem 0;
  width: auto;
  min-width: 100%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  /* background-color: rgba(51, 51, 51, .75); */
  background-color: rgba(51, 51, 51, 0.75);
  right: 0;
  left: 0;
}

.carousel-caption h4 {
  /* font-size: 1.2rem !important; */
  /* font-size: 1.4rem !important; */
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
  margin-bottom: 0.5rem;
}
.carousel-caption a {
  color: #fff !important;
}
.carousel-caption p {
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  color: #fff;
}

@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    /* right: 15%; */
    right: 60%;
    /* bottom: 20px; */
    bottom: 0;
    /* left: 15%; */
    left: 0;

    z-index: 10;
    /* padding-top: 20px;
	  padding-bottom: 20px; */
    padding: 40px 40px 40px;
    color: #fff;
    /* text-align: center; */
    text-align: left;

    background-color: rgba(51, 51, 51, 0.85);
    min-height: 100%;
    /* max-width: 33.333%; */
    max-width: 34.75%;
    min-width: 34.75%;
  }

  .carousel-caption h4 {
    /* font-size: 1.8rem !important; */
    /* font-size: 2.0rem !important; */
    font-size: 1.4rem !important;
    line-height: 1.9rem !important;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#008D2F' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#008D2F' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .border-right-lg {
    border-right: 1px solid #666;
  }
}

footer {
  font-size: 0.8rem;
}

.anniversary-icon {
  max-width: 12rem !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #222221;
}
.anniversary-icon__heading {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  font-stretch: condensed;
  letter-spacing: -0.0125em;
}
.anniversary-icon__dates {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 0.6rem;
}

@media screen and (min-width: 768px) {
  .anniversary-icon {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.fsc {
  max-width: 6rem;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.greenform {
  max-width: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.anniversary {
  max-width: 14rem;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* ====== BREADCRUMBS ====================== */

.breadcrumb {
  background-color: #343a40;
  /* padding: 0 1rem 0.75rem; */
  padding: 0 1rem 0.75rem 0;
}

.breadcrumb-item {
  padding-right: 0.25rem;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 0;
  }
}

/* ====== FORM ELEMENTS ====================== */

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 141, 47, 0.5);
}

.btn-primary {
  border-color: #008d2f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #008d2f;
  border-color: #666;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 141, 47, 0.5);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #008d2f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 141, 47, 0.5);
}

.checkbox {
  margin-right: 0.25rem;
  font-size: 1.1rem;
}

/* ====== PRESS TOOL LIBRARY ====================== */

.press-tool {
  padding: 1rem;
}

.key-items,
.key {
  padding: 0 !important;
}
.key-items li,
.key li {
  list-style: none;
  margin-bottom: 0.75rem;
  line-height: 2rem;
}
.key li {
  display: inline;
}
@media (min-width: 768px) {
  .key li {
    margin-right: 1rem;
  }
  .key-items li {
    display: inline;
    margin-right: 1rem;
  }
}

.icon-offset-key {
  position: relative;
  top: 0.5rem;
}

/*  ============  23501 - January 2024  ==================== */

.tool-box {
  border: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .tool-box {
    margin-right: 1.5rem;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    min-height: 41.5rem !important; /* to accommodate two rows of text in the tool description */
  }
}

.zoom::before {
  content: "\260C";
  color: #008d2f;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 1.25rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 1px 1px 0px #ffffff;
}
