html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
fieldset,
form,
label,
legend,
a,
hr,
button,
ol,
ul,
li,
input,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
textarea {
  overflow: auto;
}
* {
  outline: none;
}
*:hover,
*:focus,
*:active {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #007ACD !important;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a {
  color: #1B629F;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.eot');
  src: url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Thin.woff') format('woff'), url('../fonts/Lato-Thin.ttf') format('truetype'), url('../fonts/Lato-Thin.svg#Lato-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}
html,
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}
.visually-hidden {
  position: absolute !important; 
  width: 1px !important; 
  height: 1px !important; 
  padding: 0 !important; 
  margin: -1px !important; 
  overflow: hidden !important; 
  clip: rect(0, 0, 0, 0) !important; 
  white-space: nowrap !important; 
  border: 0 !important;
}
#skiplinks {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  list-style: none;
  z-index: 2001;
}
#skiplinks a {
  display: inline; 
  left: -9000em; 
  padding: 7px 10px; 
  position: absolute; 
  text-align: center; 
  text-decoration: none; 
  width: 150px; 
  z-index: 200; 
}
#skiplinks a:hover, 
#skiplinks a:focus, 
#skiplinks a:active { 
  background: #231f20; 
  color: #fff; 
  left: 0; 
  position: absolute; 
  top: 0; 
}
.navbar-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  margin: 0;
  width: 30px;
  height: 30px;
  background: #231f20;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.navbar-toggle[aria-expanded="true"]:hover span {
  background: transparent;
}
.navbar-toggle[aria-expanded="true"] span {
  background: transparent;
  transition: none;
}
.navbar-toggle[aria-expanded="true"] span:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] span:after {
  top: 0;
  transform: rotate(-45deg);
}
.navbar-toggle:hover span {
  background: #ffffff;
}
.navbar-toggle:hover span:before,
.navbar-toggle:hover span:after {
  background: #ffffff;
}
.navbar-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid transparent;
}
.navbar-toggle span:before,
.navbar-toggle span:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid transparent;
  left: -1px;
}
.navbar-toggle span:before {
  top: -7px;
}
.navbar-toggle span:after {
  bottom: -7px;
}
.icon-left {
  float: left;
  margin-right: 10px;
}
.icon-right {
  float: right;
  margin-left: 10px;
}
[class*="icon-basic"] {
  display: inline-block;
  padding: 10px;
  background: url('../images/icons-basic.png') no-repeat;
  background-size: 20px 40px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.icon-basic-logout {
  background-position: 0 0;
}
.icon-basic-open-window {
  background-position: 0 -20px;
}
.bph-red {
  color: #d2232c;
}
.btn-tile {
  float: right;
  padding: 10px 20px;
  background: transparent;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  color: #e7e7e7;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .1s linear;
}
.btn-tile:hover {
  background: #d2232c;
  color: #ffffff;
  text-decoration: none;
}
.btn-tile:focus,
.btn-tile:active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
[class*="btn-tile-border"] {
  float: right;
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  transition: all .1s linear;
}
[class*="btn-tile-border"]:hover {
  text-decoration: none;
}
.btn-tile-border-white {
  background: #ffffff;
  border-color: #d2232c;
  color: #6d6d6d;
}
.btn-tile-border-white:hover {
  background: #f2f2f2;
  color: #231f20;
}
.btn-tile-border-grey {
  background: #f2f2f2;
  border-color: #ea6d23;
  color: rgba(134, 134, 134, 0.6);
}
.btn-tile-border-grey:hover {
  background: #f2f2f2;
  color: #231f20;
}
.btn-tile-border-orange {
  background: #ea6d23;
  border-color: #ea6d23;
  color: #ffffff;
}
.btn-tile-border-orange:hover {
  background: #231f20;
  border-color: #231f20;
  color: #ffffff;
}
.bph-btn-more {
  display: inline-block;
  padding: 9px 10px;
  width: 90px;
  height: 40px;
  background: #231f20;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.bph-btn-more:hover {
  background: #ffffff;
  color: #231f20;
  text-decoration: none;
}
.table-wrapper {
  overflow-x: auto;
}
table {
  border: 0;
  border-collapse: collapse;
}
table thead td,
table thead th {
  padding: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}
table.shareholding-table {
  width: 100%;
}
table.shareholding-table thead tr th {
  width: 100%;
}
table.shareholding-table tbody tr {
  height: 56px;
}
table.shareholding-table tbody tr:first-child {
  height: 128px;
}
.article-container table thead td p,
.article-container table thead th p {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}
table tr:first-child th {
  padding: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  background: #d7d7d7 !important;
}
.article-container table tr:first-child th p {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}
table tr th {
  padding: 5px 10px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #231f20;
}
.article-container table tr th p {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #231f20;
}
table thead td {
  background: #d7d7d7 !important;
}
table td {
  padding: 5px 10px;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #231f20;
}
.article-container table td p {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #231f20;
}
table,
.bph-table {
  table-layout: fixed;
  margin-bottom: 35px;
  width: 100%;
  border: 1px solid #757575;
  font-weight: 400;
  font-size: 12px;
  color: #231f20;
}
table thead td,
.bph-table thead td,
.bph-table thead th {
  background: #d7d7d7;
  font-weight: 700;
}
table tbody td,
.bph-table tbody td {
  background: #ffffff;
}
table tbody tr:nth-of-type(even) td,
.bph-table tbody tr:nth-of-type(even) td {
  background: #e9e8e8;
}
table th,
.bph-table th {
  border: 1px solid #f2f2f2 !important;
}
table td,
.bph-table td,
table th,
.bph-table th {
  padding: 5px 10px;
  border: 1px solid #757575 !important;
  color: #231f20;
}
.nav-tabs {
  margin-bottom: 20px !important;
  border-bottom: 0;
  display: flex;
}

.nav-tabs li {
  padding-left: 0 !important;
}

.nav-tabs li:before {
  display: none;
}

/* link-active klasa teraz na .nav-link.active */
.nav-tabs .link-active,
.nav-tabs .nav-link.active {
  background: #ffffff;
  border-width: 0 0 2px 0;
  border-bottom-color: #d2232c;
  color: #231f20;
}

.nav-tabs > li {
  margin-bottom: 0;
  height: auto;
}

/* zmieniamy a na button.nav-link */
.nav-tabs > li > .nav-link {
  margin-right: 0;
  padding: 15px 10px;
  background: #ffffff;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  min-height: 51px;
  height: 100%;
  color: rgba(35, 31, 32, 0.6);
  transition: border-color 0.2s linear, color 0.2s linear;
}

.nav-tabs > li > .nav-link:hover,
.nav-tabs > li > .nav-link:focus {
  background: #ffffff;
  border-width: 0 0 2px 0;
  border-bottom-color: #d2232c;
  color: #231f20;
  outline: none;
}

.nav-tabs > li > .nav-link:active {
  outline: none;
}

.nav-tabs > li > .nav-link > h2 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgba(30, 26, 27, 0.6);
  text-transform: none;
}

.nav-tabs > li > .nav-link > h2:hover,
.nav-tabs > li > .nav-link > h2:focus {
  color: #231f20;
}

.nav-tabs > li > .nav-link.active > h2 {
  color: #231f20;
  text-transform: none;
}

.nav-special {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.nav-special li {
  width: calc(50% - 10px);
}

.nav-special > li > .nav-link {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  min-height: 51px;
  border-bottom: 1px solid #949494;
  color: rgba(29, 25, 26, 0.6);
  background: none;
  border-top: none;
  border-right: none;
  width: 100%;
}

.nav-special > li > .nav-link i {
  display: block;
  padding: 15px 0;
  width: 36px;
  background: #6E6E6E;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s linear;
  text-decoration: none;
}

.nav-special > li > .nav-link span {
  display: block;
  /*width: 100%;*/
  margin-left: 0.5em;
  text-decoration: underline;
}

.nav-special > li > .nav-link:hover {
  border-bottom: 1px solid #d2232c;
  color: #231f20;
}
.nav-special > li > .nav-link:hover i {
  background: #d2232c;
  color: #ffffff;
}

.nav-special > li > .nav-link.active {
  border-bottom: 3px solid #d2232c;
  box-shadow: inset 0 -1px 0 0 #d2232c;
  color: #231f20;
}
.nav-special > li > .nav-link.active i {
  background: #d2232c;
  color: #ffffff;
}

.nav-special > li > .nav-link.active:hover,
.nav-special > li > .nav-link.active:focus,
.nav-special > li > .nav-link.active:active {
  border-bottom: 3px solid #d2232c;
  box-shadow: inset 0 -1px 0 0 #d2232c;
  color: #231f20;
}
.nav-special > li > .nav-link.active:hover i,
.nav-special > li > .nav-link.active:focus i,
.nav-special > li > .nav-link.active:active i {
  background: #d2232c;
  color: #ffffff;
}

p + .nav-tabs,
ul + .nav-tabs,
ol + .nav-tabs,
h1 + .nav-tabs,
h2 + .nav-tabs,
h3 + .nav-tabs,
h4 + .nav-tabs,
h5 + .nav-tabs,
h6 + .nav-tabs {
  margin-top: 30px !important;
}
.bph-pager {
  position: relative;
  margin-top: 45px;
  text-align: center;
  list-style: none;
}
.bph-pager li {
  display: inline-block;
  margin: 5px;
  padding: 0 !important;
}
.bph-pager li:before {
  display: none;
}
.bph-pager .bph-page {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  color: #4c4c4c;
  opacity: 1;
  text-align: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.bph-pager .bph-page:hover {
  text-decoration: none;
  border-color: #4c4c4c;
}
.bph-pager .bph-page.current {
  background: #ed6c20;
  border-color: #ed6c20;
  color: #ffffff;
  pointer-events: none;
}
.bph-pager .bph-page.disabled,
.bph-pager .bph-page.disabled:hover {
  border-color: #d7d7d7;
  opacity: .4;
  pointer-events: none;
}
.bph-pager .bph-page.first:before,
.bph-pager .bph-page.prev:before,
.bph-pager .bph-page.next:before,
.bph-pager .bph-page.last:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url('../images/pager.png') no-repeat 0 0;
  background-size: 20px 80px;
}
.bph-pager .bph-page.prev:before {
  background-position: 0 -20px;
}
.bph-pager .bph-page.next:before {
  background-position: 0 -40px;
}
.bph-pager .bph-page.last:before {
  background-position: 0 -60px;
}
.frame-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.frame-video .video iframe,
.frame-video .video object,
.frame-video .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-section {
  background: #231f20;
}
.header-nav {
  border-bottom: 1px solid #666666;
  text-align: right;
}
.header-nav ul {
  float: right;
}
.header-nav li {
  float: left;
}
.header-nav [class*="btn-"] {
  position: relative;
  float: left;
  display: inline-block;
  padding: 10px 15px;
  border-left: 1px solid #666666;
  background: #231f20;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.header-nav [class*="btn-"]:hover:not(.btn-login) {
  color: #ffffff;
  text-decoration: underline;
}
.header-nav .btn-login {
  background: #d2232c;
  text-transform: uppercase;
  color: #EFEFEF;
}
.header-nav .btn-login:hover {
  color: #ffffff;
}
.header-nav .btn-login:hover [class*="icon-"] {
  opacity: 1;
}
.header-nav .btn-login [class*="icon-"] {
  opacity: .8;
}
.header-content {
  position: relative;
  background: #231f20;
}
.bph-logo {
  float: left;
  overflow: hidden;
}
.bph-logo img {
  float: left;
  height: 80px;
}
.bph-nav-tabs {
  float: right;
}
.bph-nav-tabs ul {
  margin-bottom: 0;
  list-style: none;
}
.bph-nav-tab {
  float: left;
  /*height: 80px;*/
  text-align: center;
}
.bph-nav-tab a {
  display: block;
  padding: 29px 25px 28px;
  border-bottom: 3px solid transparent;
  background: #231f20;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.bph-nav-tab a.active {
  border-bottom-color: #d2232c;
}
.bph-nav-tab a:hover {
  border-bottom-color: #d2232c;
}
.top-section {
  position: relative;
  padding: 410px 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-section.background-1 .bg-box-1 {
  opacity: 1;
}
.top-section.background-2 .bg-box-2 {
  opacity: 1;
}
.top-section.background-3 .bg-box-3 {
  opacity: 1;
}
.top-section.background-4 .bg-box-4 {
  opacity: 1;
}
.top-section [class*="bg-box-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
@media (max-width: 992px) {
  .top-section [class*="bg-box-"] {
    background-attachment: scroll;
  }
}
.top-section .bg-box-1 {
  background-image: url('../images/top-section-bg-1.jpg');
}
.top-section .bg-box-2 {
  background-image: url('../images/top-section-bg-2.jpg');
}
.top-section .bg-box-3 {
  background-image: url('../images/top-section-bg-3.jpg');
}
.top-section .bg-box-4 {
  background-image: url('../images/top-section-bg-4.jpg');
}
.top-section .main-container {
  position: relative;
  z-index: 10;
}
.top-section h1 {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  color: #ffffff;
  word-wrap: break-word;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}
.top-section h1 small {
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
.tile-row {
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
}
.tile-box {
  float: left;
  padding: 0 10px;
  width: 33.333333333333336%;
}
.tile {
  padding: 30px 20px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 3px solid #d2232c;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  transition: background .2s linear;
}
.tile:before,
.tile:after {
  content: '';
  display: table;
}
.tile:after {
  clear: both;
}
.tile h3 {
  margin-bottom: 10px;
  min-height: 50px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}
.tile p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  overflow: hidden;
}
.tile > div {
  min-height: 80px;
}
.tile a {
  float: right;
}
#carousel-toggle {
  padding: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 10px;
}
.tile-play-pause {
  display: flex;
}
.slick-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: transparent;
  background-image: none;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  background: url('../images/arrows.png') no-repeat 0 0;
  background-size: 30px 100px;
}
.slick-arrow:hover {
  opacity: .7;
}
.slick-arrow:focus-visible {
  background-color: #fff;
}
.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: default;
}
.slick-arrow.slick-prev {
  left: -40px;
}
.slick-arrow.slick-prev:before {
  left: 0;
  background-position: 0 0;
}
.slick-arrow.slick-next {
  right: -40px;
}
.slick-arrow.slick-next:before {
  right: 0;
  background-position: 0 -50px;
}
@media all and (max-width: 768px) {
  .slick-arrow {
    height: calc(100% - 20px);
  }
}
/* IE10 & IE11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-section [class*="bg-box-"] {
    background-attachment: scroll;
  }
}
/* IE10 & IE11 - end*/
.bph-breadcrumb {
  padding: 10px 0;
  background: #f2f2f2;
  border-bottom: 1px solid #eeeeee;
}
.bph-breadcrumb .breadcrumb-font {
  font-size: 12px;
  line-height: 20px;
  color: rgba(35, 31, 32, 0.6);
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear;
}
.bph-breadcrumb li {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: rgba(35, 31, 32, 0.6);
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear;
}
.bph-breadcrumb li:after {
  content: '/';
  margin: 0 5px;
  color: rgba(35, 31, 32, 0.6);
  pointer-events: none;
}
.bph-breadcrumb li:first-child a {
  color: rgba(35, 31, 32, 0.8);
}
.bph-breadcrumb li:last-child:after {
  display: none;
}
.bph-breadcrumb li:last-child a {
  pointer-events: none;
}
.bph-breadcrumb a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(24, 20, 21, 0.6);
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear;
}
.bph-breadcrumb a:hover {
  color: #231f20;
}
.main-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1230px;
}
[class*="section-"] {
  padding: 50px 0;
}
[class*="section-"]:before,
[class*="section-"]:after {
  content: '';
  display: table;
}
[class*="section-"]:after {
  clear: both;
}
[class*="section-"] h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 20px;
  color: #231f20;
  text-align: center;
}
.section-white {
  background: #ffffff;
}
.section-grey {
  background: #f2f2f2;
}
.col-xxs-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}
.tile-news h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-align: left;
}
.tile-news p {
  margin-bottom: 20px;
  height: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  overflow: hidden;
}
.tile-news .tile-news-link {
  display: block;
  color: inherit;
}
.tile-news .tile-news-link:hover .btn-tile-border-white {
  background: #f2f2f2;
  color: #231f20;
}
.tile-table h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-align: left;
}
.tile-table p {
  margin-bottom: 5px;
  height: 30px;
  font-weight: 200;
  font-size: 12px;
  line-height: 15px;
  color: rgba(35, 31, 32, 0.6);
  overflow: hidden;
}
.tile-table table {
  table-layout: fixed;
  margin-bottom: 30px;
  width: 100%;
}
[class*="till-contact"] {
  display: inline-block;
  align-items: center;
  height: 60px;
  background: #ffffff url('../images/icons-till-contact.png') no-repeat;
  background-size: 64px 128px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #231f20;
  text-align: left;
}
.till-contact-phone {
  padding: 8px 0 8px 80px;
  background-position: -7px -2px;
}
.till-contact-mail {
  padding: 19px 0 19px 80px;
  background-position: -4px -66px;
}
.two-cols {
  position: relative;
}
.two-cols:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% - 350px);
  display: block;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}
.article-container {
  float: left;
  padding: 35px 50px 35px 0;
  width: calc(100% - 350px);
}
.article-container figure {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  white-space: normal;
  overflow: hidden;
}
.article-container figure img {
  width: 100%;
}
.article-container nav-tabs ul li {
    
}
.article-container h1 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #231f20;
  text-align: justify;
  white-space: normal;
}
.article-container h1 small {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: rgba(35, 31, 32, 0.5);
}
.article-container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #231f20;
  text-align: justify;
  text-transform: uppercase;
  white-space: normal;
}
.article-container h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-align: justify;
  white-space: normal;
}
.article-container h3.no-space-bottom {
  margin-bottom: 0;
}
.article-container h3 + .table-wrapper {
  margin-top: 5px;
}
.article-container .date {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6E6E6E;
}
.article-container p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-align: justify;
}
.article-container p.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}
.article-container li {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-align: justify;
}
.article-container ol {
  margin-left: 20px;
}
.article-container ol li {
  margin-bottom: 15px;
}
.article-container ul {
  margin-bottom: 15px;
}
.article-container ul li {
  position: relative;
  padding-left: 20px;
}
.article-container ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #231f20;
  border-radius: 50%;
}
.article-container p + h2,
.article-container ul + h2,
.article-container ol + h2 {
  margin-top: 45px;
}
.article-container p + h3,
.article-container ul + h3,
.article-container ol + h3 {
  margin-top: 45px;
}
.article-container img {
  max-width: 100%;
  height: auto;
}
.article-container img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.article-container img.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}
.article-container img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 30px;
}
.article-container a {
  color: #d2232c;
  text-decoration: underline;
}
.article-container strong {
  font-weight: 700;
}
.article-container .bph-btn-more {
  color: #ffffff;
}
.article-container .bph-btn-more:hover {
  color: #231f20;
}
.article-container-off {
  padding: 35px 50px 35px 0;
}
.article-nav {
  margin-top: 40px;
  border-bottom: 1px solid #eeeeee;
}
.article-nav .nav-row {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: flex;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eeeeee;
}
.article-nav ul.nav-row li {
  padding: 0;
  width: 50%;
}
.article-nav ul.nav-row li:before {
  content: none;
}
.article-nav ul.nav-row li a {
  width: 100%;
  height: 100%;
}
.article-nav .nav-row a {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  flex-direction: column;
  padding: 10px 20px;
  width: 50%;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.article-nav .nav-row a.prev {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.article-nav .nav-row a.next {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 1px solid #eeeeee;
}
.article-nav .nav-row a.next * {
  text-align: right;
}
.article-nav .nav-row a:hover {
  text-decoration: none;
  background: #eeeeee;
}
.article-nav .nav-row a:not([href]) {
  background: #ffffff;
}
.article-nav .nav-row a .direction {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: rgba(24, 20, 21, 0.6);
  text-transform: uppercase;
}
.article-nav .nav-row a h5,
.article-nav .nav-row a .post-title {
  margin-bottom: 15px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
}
.article-nav .nav-row a p {
  width: 100%;
}
.article-nav a.all {
  display: block;
  padding: 10px;
  background: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: rgba(28, 24, 25, 0.6);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.article-nav a.all:hover {
  background: #eeeeee;
  color: #231f20;
  text-decoration: none;
}
.finance-results {
  margin: 35px 0;
  padding: 35px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eeeeee;
}
.finance-results h4 {
  margin: 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
}
.finance-results p {
  margin-bottom: 10px;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-align: justify;
}
.finance-results p + h4,
.finance-results ul + h4,
.finance-results ol + h4,
.finance-results a + h4 {
  margin-top: 40px;
}
.finance-results a {
  color: #d2232c;
}
.select-box {
  margin-bottom: 35px;
}
.select-box label {
  float: left;
  display: inline-block;
  margin: 5px -1px 5px 0;
  padding: 12px 20px 12px 20px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px 0 0 4px;
  min-width: 310px;
  min-height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
}
.select-box label h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.select-box label.label-auto {
  min-width: 0;
  width: auto;
}
.select-box .btn-group {
  float: left;
  margin: 5px 0;
}
.select-box .btn-group-full {
  width: 100%;
}
.select-box .btn-group-full h2 {
  margin: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  text-align: left;
  white-space: normal;
  display: inline-block;
}
.select-box .btn-group-full .dropdown-menu {
  width: 100%;
}
.select-box .bph-btn-select {
  float: left;
  display: inline-block;
  padding: 14px 10px 14px 20px;
  width: 140px;
  min-height: 50px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0 4px 4px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #6E6E6E;
  text-align: left;
}
.select-box .bph-btn-select.select-date-1 {
  margin-right: -1px;
  width: 70px;
  border-radius: 0;
}
.select-box .bph-btn-select.select-date-1 + .dropdown-menu {
  width: 70px;
  min-width: auto;
}
.select-box .bph-btn-select.select-date-2 {
  margin-right: 15px;
  width: 90px;
}
.select-box .bph-btn-select.select-date-2 + .dropdown-menu {
  right: 15px;
  min-width: 90px;
}
.select-box .bph-btn-select.bph-btn-select-3 {
  margin-right: 15px;
  width: 140px;
}
.select-box .bph-btn-select.bph-btn-select-3 + .dropdown-menu {
  right: 15px;
  width: 140px;
  min-width: auto;
}
.select-box .bph-btn-select.select-full {
  padding: 13px 20px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
}
.select-box .bph-btn-select .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  float: right;
  margin-top: 8px;
  margin-left: 10px;
  border-top-color: #333333;
}
.select-box ul li {
  padding-left: 0;
}
.select-box ul li:before {
  display: none;
}
.select-box .dropdown-menu {
  padding: 0;
  min-width: 140px;
  max-height: 300px;
  border-color: #e4e4e4;
  border-radius: 4px;
  overflow-y: auto;
}
.select-box .dropdown-menu > li > a,
.select-box .dropdown-menu > li > button {
  padding: 5px 20px;
  background: #ffffff;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #6E6E6E;
  white-space: normal;
  -wekbkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.select-box .dropdown-menu > li > button {
  width: 100%;
}
.select-box .dropdown-menu > li > a:focus,
.select-box .dropdown-menu > li > a:hover,
.select-box .dropdown-menu > li > button:focus,
.select-box .dropdown-menu > li > button:hover {
  background: #f2f2f2;
}
.select-box .btn-show,
.select-box .btn-normal {
  float: left;
  display: inline-block;
  margin: 5px 0;
  padding: 13px 20px;
  background: #d2232c;
  border-right-width: 0;
  border-radius: 4px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.select-box .btn-normal {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #231f20;
  margin-right: 15px;
}
.select-box .btn-show.disabled,
.select-box .btn-show:disabled {
  background: rgba(210, 35, 44, 0.5);
  cursor: not-allowed;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-50 {
  margin-top: 50px;
}
.tile-board {
  position: relative;
  margin: 0 auto 20px;
  width: 100%;
  height: 235px;
  background: #f2f2f2;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.tile-board:hover .more-details {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.tile-board figure {
  margin-bottom: 0;
  height: auto;
}
.tile-board figure img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.tile-board .details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  width: 100%;
  height: 80px;
  background: #f2f2f2;
  z-index: 10;
}
.tile-board .more-details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 80px;
  background: #231f20;
  text-align: center;
  z-index: 20;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.tile-board h3,
.tile-board h2 {
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tile-board h2 {
  font-weight: 700;
  text-transform: none;
}
.tile-board p {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news {
  list-style: none;
}
.news li {
  margin: 10px 0 30px;
  padding: 0 !important;
  border-bottom: 1px solid #eeeeee;
  white-space: normal;
}
.news li:before {
  display: none !important;
}
.news li:last-child {
  margin-bottom: 10px;
}
.news h3 {
  margin-bottom: 10px !important;
}
.news .date {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6E6E6E;
}
.news .date + h3 {
  margin-top: 0;
}
.news a {
  display: block;
  color: inherit;
}
.news a:hover .btn-tile-border-white {
  background: #f2f2f2;
  color: #231f20;
}
.news p {
  color: #231f20;
}
.news .btn-box {
  float: right;
  margin-top: 10px;
  padding-left: 20px;
  margin-bottom: -1px;
  background: #ffffff;
}
@media all and (max-width: 640px) {
  .col-xxs-12 {
    width: 100%;
  }
  .article-nav .nav-row a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-nav .nav-row a .direction {
    margin-bottom: 0;
  }
  .article-nav .nav-row a h5 {
    display: none;
  }
  .article-nav .nav-row a p {
    display: none;
  }
}
.sidebar-menu {
  float: right;
  width: 350px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar-menu h2 {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #231f20;
  text-align: left;
}
.sidebar-menu h2 a {
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #231f20;
  text-align: left;
  text-decoration: none;
}
.sidebar-menu h2 a:hover,
.sidebar-menu h2 a:focus,
.sidebar-menu h2 a:active {
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #231f20;
  text-decoration: none;
}
.sidebar-menu h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #231f20;
  text-align: left;
}
.sidebar-menu p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  text-align: left;
}
.sidebar-menu ul {
  padding: 0;
}
.sidebar-menu ul ul {
  padding-left: 20px;
}
.sidebar-menu ul ul a {
  height: 30px;
  font-size: 14px;
  min-height: unset;
}
.sidebar-menu ul ul a:before {
  width: 15px;
  height: 30px;
  background: url('../images/link-arrow-small.jpg') no-repeat 0 0;
}
.sidebar-menu li .link-active {
  background: #f2f2f2;
  color: #231f20;
}
.sidebar-menu li .link-active:before {
  opacity: 1;
}
.sidebar-menu li.active a {
  font-weight: 400;
  background: #f2f2f2;
  color: #231f20;
}
.sidebar-menu li.active a:before {
  opacity: 1;
}
.sidebar-menu li.active a:before {
  border-color: #f2f2f2;
  background: #f2f2f2;
}
.sidebar-menu li.opened {
  position: relative;
  padding-bottom: 15px;
}
.sidebar-menu li.opened:before,
.sidebar-menu li.opened:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 0;
  display: block;
  height: 1px;
  background: #eeeeee;
  z-index: 1;
}
.sidebar-menu li.opened:before {
  top: 0;
}
.sidebar-menu li.opened:after {
  bottom: 0;
}
.sidebar-menu li.opened > a {
  font-weight: 700;
  color: #231f20;
}
.sidebar-menu li a {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 5px 5px 5px 20px;
  width: 100%;
  min-height: 50px;
  background: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar-menu li a.active {
  font-weight: 400;
  background: #f2f2f2;
  color: #231f20;
}
.sidebar-menu li a.active:before {
  opacity: 1;
}
.sidebar-menu li a:not(.active):hover {
  color: #d2232c;
}
.sidebar-menu li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 50px;
  background: url('../images/link-arrow.jpg') no-repeat 0 0;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar-menu li a:hover,
.sidebar-menu li a:focus,
.sidebar-menu li a:active {
  outline: none;
}
.sidebar-menu address {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  text-align: left;
}
.btn-sidebar {
  display: none;
  position: fixed;
  top: calc(50% - 50px);
  right: -5px;
  width: 35px;
  height: 100px;
  background: #d2232c;
  border-radius: 2px 0 0 2px;
  z-index: 100;
  -webkit-transition: right .2s linear;
  -moz-transition: right .2s linear;
  transition: right .2s linear;
}
.btn-sidebar:hover {
  right: 0;
}
.tile-side {
  padding: 50px 25px 50px 50px;
  padding-left: 50px;
  border-bottom: 1px solid #eeeeee;
}
.tile-grey {
  background: #eeeeee;
}
.tile-bg-edit {
  background: url('../images/tile-bg-edit.png') no-repeat 40px center;
  background-size: 156px 156px;
}
.tile-bg-insurance {
  background: url('../images/tile-bg-insurance.png') no-repeat 40px center;
  background-size: 156px 156px;
}
.tile-bg-canteen {
  background: url('../images/tile-bg-canteen.png') no-repeat 40px center;
  background-size: 156px 156px;
}
.article-container .map ul {
  padding-left: 20px;
}
.article-container .map ul ul a {
  font-weight: 300;
}
.article-container .map li {
  margin: 10px 0;
  padding-left: 0;
}
.article-container .map li:before {
  display: none;
}
.article-container .map a {
  font-weight: 700;
  font-size: 16px;
  color: #231f20;
}
.footer-section {
  background: #EFEFEF;
  padding: 40px 0;
}
.footer-section h2,
.footer-section h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgba(35, 31, 32, 0.8);
}
.footer-section p,
.footer-section address {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(35, 31, 32, 0.8);
}
.footer-section .phone {
  display: block;
  font-weight: 700;
  font-size: 15px;
}
.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul a {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.8);
  transition: color .1s linear;
}
.footer-section ul a.bph-alert {
  color: #d2232c;
}
.footer-section ul a:hover {
  color: #d2232c;
  text-decoration: underline;
}
.pea_cook_wrapper {
  position: fixed;
  right: auto !important;
  bottom: 40px !important;
  left: 0 !important;
  padding: 8px 10px !important;
  margin: 0 !important;
  width: 100%;
  border-radius: 2px !important;
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pea_cook_wrapper p {
  padding-top: 0 !important;
  font-weight: 400 !important;
  font-family: 'Lato' !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #ffffff;
  text-align: center;
}
.pea_cook_wrapper a,
.pea_cook_wrapper .pea_cook_btn {
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  width: 100px;
  background: transparent;
  border: 0 !important;
  border-radius: 2px !important;
  font-family: 'Lato' !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .1s linear;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pea_cook_wrapper a:hover,
.pea_cook_wrapper .pea_cook_btn:hover,
.pea_cook_wrapper a:focus,
.pea_cook_wrapper .pea_cook_btn:focus,
.pea_cook_wrapper a:active,
.pea_cook_wrapper .pea_cook_btn:active {
  color: #ffffff !important;
  text-decoration: none;
}
.pea_cook_wrapper .pea_cook_btn {
  color: #ffffff !important;
}
.pea_cook_wrapper .pea_cook_btn:hover,
.pea_cook_wrapper .pea_cook_btn:focus,
.pea_cook_wrapper .pea_cook_btn:active {
  background: #d2232c !important;
}
@media all and (max-width: 992px) {
  .pea_cook_wrapper {
    bottom: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .pea_cook_wrapper p {
    padding-bottom: 50px;
  }
  .pea_cook_wrapper a,
  .pea_cook_wrapper .pea_cook_btn {
    bottom: 8px;
    margin-left: 0;
  }
  .pea_cook_wrapper a {
    left: 10px;
  }
  .pea_cook_wrapper .pea_cook_btn {
    right: 10px;
  }
}
@media all and (min-width: 992px) {
  .pea_cook_wrapper p {
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 240px;
    padding-left: 10px;
    height: 40px;
  }
  .pea_cook_wrapper a,
  .pea_cook_wrapper .pea_cook_btn {
    position: absolute;
    top: 8px;
  }
  .pea_cook_wrapper a {
    right: 140px;
  }
  .pea_cook_wrapper .pea_cook_btn {
    right: 20px;
  }
}
@media all and (min-width: 1230px) {
  .pea_cook_wrapper {
    left: 50% !important;
    margin-left: -615px !important;
    width: 1230px !important;
  }
}
.datepicker-container {
  position: relative;
  float: left;
  display: inline-block;
}
.datepicker-field {
  float: left;
  display: inline-block;
  margin: 5px 15px 5px 0;
  padding: 15px 40px 15px 20px;
  width: 160px;
  height: 50px;
  background: #ffffff url('../images/datepicker.png') no-repeat 120px center;
  background-size: 24px 24px;
  border: 1px solid #e4e4e4;
  border-radius: 0 4px 4px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #6E6E6E;
  text-align: left;
  cursor: pointer;
}
.datepicker-dropdown {
  width: 280px;
  border-color: #e4e4e4;
  border-radius: 2px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top-color: #e4e4e4;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  border-bottom-color: #e4e4e4;
}
.datepicker-dropdown .datepicker-switch:hover,
.datepicker-dropdown .prev:hover,
.datepicker-dropdown .next:hover,
.datepicker-dropdown .datepicker-switch:focus,
.datepicker-dropdown .prev:focus,
.datepicker-dropdown .next:focus,
.datepicker-dropdown .datepicker-switch:active,
.datepicker-dropdown .prev:active,
.datepicker-dropdown .next:active {
  color: #231f20 !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table {
  border-collapse: collapse;
  border: 0;
}
.datepicker-dropdown table tr:nth-of-type(even) td {
  background-color: #fff;
}
.datepicker-dropdown table tr th {
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 14px;
  color: #231f20 !important;
  text-shadow: none !important;
}
.datepicker-dropdown table tr td {
  padding: 8px;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #231f20 !important;
  text-shadow: none !important;
  font-weight: bold;
}
.datepicker-dropdown table tr td > button {
  background-color: transparent;
}
.datepicker-dropdown table tr td.active {
  color: #d2232c !important;
  text-shadow: none !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td.day:hover, 
.datepicker-dropdown table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker-dropdown table tr td.focused {
  outline: 2px solid #007AFF;
}
.datepicker-dropdown table tr td.active:hover,
.datepicker-dropdown table tr td.active:focus,
.datepicker-dropdown table tr td.active:active {
  color: #d2232c !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td.old,
.datepicker-dropdown table tr td.new {
  color: #6D6D6D !important;
  font-weight: normal;
}
.datepicker-dropdown table tr td.day:hover,
.datepicker-dropdown table tr td.month:hover,
.datepicker-dropdown table tr td.year:hover,
.datepicker-dropdown table tr td.day:focus,
.datepicker-dropdown table tr td.month:focus,
.datepicker-dropdown table tr td.year:focus,
.datepicker-dropdown table tr td.day:active,
.datepicker-dropdown table tr td.month:active,
.datepicker-dropdown table tr td.year:active {
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td.inactive {
  color: #aaa !important;
  cursor: default !important;
  background: rgba(170, 170, 170, 0.07) !important;
}
.datepicker-dropdown table tr td.inactive:hover,
.datepicker-dropdown table tr td.inactive:focus,
.datepicker-dropdown table tr td.inactive:active {
  background: rgba(170, 170, 170, 0.07) !important;
}
.datepicker-dropdown table tr td span {
  border-radius: 0 !important;
}
.datepicker-dropdown table tr td span.old,
.datepicker-dropdown table tr td span.new {
  color: #aaa !important;
}
.datepicker-dropdown table tr td span.month:hover,
.datepicker-dropdown table tr td span.year:hover,
.datepicker-dropdown table tr td span.month:focus,
.datepicker-dropdown table tr td span.year:focus,
.datepicker-dropdown table tr td span.month:active,
.datepicker-dropdown table tr td span.year:active {
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td span.month.focused,
.datepicker-dropdown table tr td span.year.focused,
.datepicker-dropdown table tr td span.month.active,
.datepicker-dropdown table tr td span.year.active {
  color: #d2232c !important;
  text-shadow: none !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td span.month.focused:hover,
.datepicker-dropdown table tr td span.year.focused:hover,
.datepicker-dropdown table tr td span.month.active:hover,
.datepicker-dropdown table tr td span.year.active:hover,
.datepicker-dropdown table tr td span.month.focused:focus,
.datepicker-dropdown table tr td span.year.focused:focus,
.datepicker-dropdown table tr td span.month.active:focus,
.datepicker-dropdown table tr td span.year.active:focus,
.datepicker-dropdown table tr td span.month.focused:active,
.datepicker-dropdown table tr td span.year.focused:active,
.datepicker-dropdown table tr td span.month.active:active,
.datepicker-dropdown table tr td span.year.active:active {
  color: #d2232c !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td span.active {
  color: #d2232c !important;
  text-shadow: none !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td span.active:hover,
.datepicker-dropdown table tr td span.active:focus,
.datepicker-dropdown table tr td span.active:active {
  color: #d2232c !important;
  background: rgba(237, 108, 32, 0.07) !important;
}
.datepicker-dropdown table tr td span:hover,
.datepicker-dropdown table tr td span:focus,
.datepicker-dropdown table tr td span:active {
  background: rgba(237, 108, 32, 0.07) !important;
}
@media all and (max-width: 480px) {
  .datepicker-dropdown {
    left: 0 !important;
  }
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;

  &:focus {
    outline: none;
  }

  &.dragging {
    cursor: pointer;
    cursor: hand;
  }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;

  &:before,
  &:after {
    content: "";
    display: table;
  }

  &:after {
    clear: both;
  }

  .slick-loading & {
    visibility: hidden;
  }
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  [dir="rtl"] & {
    float: right;
  }
  img {
    display: block;
  }
  &.slick-loading img {
    display: none;
  }

  display: none;

  &.dragging img {
    pointer-events: none;
  }

  .slick-initialized & {
    display: block;
  }

  .slick-loading & {
    visibility: hidden;
  }

  .slick-vertical & {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}
@media all and (min-width: 768px) {
  body {
    padding-top: 121px;
  }
  .header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
  }
  .top-section {
    background-attachment: fixed;
  }
  .space-left-lg-30 {
    margin-left: 30px;
  }
  .bph-nav-tabs {
    display: block;
  }
}
@media all and (max-width: 1460px) {
  .tile-row {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media all and (max-width: 1200px) {
  .tile-board {
    max-width: 230px;
  }
}
@media all and (max-width: 992px) {
  .bph-nav-tab a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .two-cols:before {
    display: none;
  }
  .article-container {
    padding-right: 0;
    width: 100%;
  }
  .article-container figure img {
    max-width: 640px;
  }
  .btn-sidebar {
    display: block;
  }
  .toggled-sidebar .btn-sidebar {
    right: 320px;
  }
  .toggled-sidebar .btn-sidebar i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sidebar-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid #eeeeee;
    z-index: 2100;
  }
  .sidebar-menu .sidebar-box {
    height: 100vh;
    overflow-y: auto;
  }
  .sidebar-menu h2 {
    margin-bottom: 15px;
  }
  .sidebar-menu h3 {
    margin-bottom: 15px;
  }
  .sidebar-menu p {
    margin-bottom: 15px;
  }
  .sidebar-menu .sidebar-box .tile-side {
    display: none;
  }
  .sidebar-menu.toggled-sidebar .sidebar-box .tile-side {
    display: block;
  }
  .toggled-sidebar {
    right: 0;
  }
  .tile-side {
    padding: 15px 0 15px 15px;
  }
  .tile-side:last-of-type {
    border-bottom: 0;
  }
  .overflowed {
    overflow: hidden;
  }
  .overlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
  }
  .overlayer.show {
    visibility: visible;
    opacity: 1;
  }
}
@media all and (max-width: 768px) {
  .visually-hidden-mobile {
    position: absolute !important; 
    width: 1px !important; 
    height: 1px !important; 
    padding: 0 !important; 
    margin: -1px !important; 
    overflow: hidden !important; 
    clip: rect(0, 0, 0, 0) !important; 
    white-space: nowrap !important; 
    border: 0 !important;
  }
  .space-bottom-xs-25 {
    margin-bottom: 25px;
  }
  .space-bottom-xs-50 {
    margin-bottom: 50px;
  }
  .header-nav ul {
    margin-right: -15px;
    margin-left: -15px;
  }
  .header-nav .btn-login [class*="icon-"] {
    margin-right: 0;
  }
  .bph-nav-tabs {
    float: none;
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bph-nav-tab {
    width: 100%;
    height: auto;
  }
  .bph-nav-tab a {
    padding: 15px;
    border-bottom: 0;
    border-left: 3px solid transparent;
    text-align: left;
  }
  .bph-nav-tab a.active {
    border-left-color: #d2232c;
  }
  .bph-nav-tab a:hover {
    border-left-color: #d2232c;
  }
  .top-section {
    padding-top: 50px;
  }
  .top-section h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .top-section h1 small {
    font-size: 24px;
    line-height: 36px;
  }
  .tile-box {
    margin-bottom: 20px;
    width: 100%;
  }
  .nav-tabs .link-active {
    background: #f2f2f2;
    border-width: 0 0 0 2px;
    border-left-color: #d2232c;
  }
  .nav-tabs > li.active a,
  .nav-tabs > li.active a:hover,
  .nav-tabs > li.active a:focus {
    background: #f2f2f2;
    border-width: 0 0 0 2px;
    border-left-color: #d2232c;
  }
  .nav-tabs > li > a {
    background: #f2f2f2;
    border-width: 0 0 0 2px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background: #f2f2f2;
    border-width: 0 0 0 2px;
    border-left-color: #d2232c;
  }
  .nav-special > li.active > a {
    border-width: 0 0 3px 0;
  }
  .nav-special > li.active > a:hover,
  .nav-special > li.active > a:active,
  .nav-special > li.active > a:focus {
    border-width: 0 0 3px 0;
  }
  .nav-special > li > a {
    border-width: 0 0 1px 0;
    background: #ffffff;
  }
  .nav-special > li > a:hover,
  .nav-special > li > a:active,
  .nav-special > li > a:focus {
    border-width: 0 0 1px 0;
    background: #ffffff;
  }
  .article-container-off {
    padding: 35px 0;
  }
}
@media all and (max-width: 640px) {
  .select-box label {
    padding-left: 10px;
    width: auto;
    min-width: 0;
  }
  .select-box label h3 {
    font-size: 16px;
  }
  .select-box .bph-btn-select {
    padding-left: 10px;
    width: auto;
  }
}
@media all and (max-width: 480px) {
  .sidebar-menu {
    width: 280px;
  }
  .toggled-sidebar .btn-sidebar {
    right: 280px;
  }
  .select-box .btn-show {
    clear: both;
  }
}
/* IE10 & IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-section {
    background-attachment: scroll;
  }
}
/* IE10 & IE11 - end */
/*Microsoft Edge 12*/
@supports (-ms-accelerator:true) {
  .top-section {
    background-attachment: scroll;
  }
}
/*Microsoft Edge 12 - end*/

.bph-form-button {
  display: inline-block;
  padding: 12px 16px;
  background: #D2232C;
  border: 1px solid #D2232C;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.bph-form-button:hover {
  background: #c2131C;
  border: 1px solid #c2131C;
}

.article-container .wp-block-group p {
  margin-bottom: 12px;
}

.article-container a.wp-block-button__link {
  display: inline-block;
  padding: 12px 16px;
  background: #D2232C;
  border: 1px solid #D2232C;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.article-container a.wp-block-button__link:hover {
  background: #c2131C;
  border: 1px solid #c2131C;
}

.article-container .wp-block-buttons {
  text-align: center;
}

.nav-tabs > li > a {
  text-align: left;
}
