@font-face {
    font-family: 'RBNo31-Book';
    src: url('/fonts/RBNo31-Book.eot');
    src: local('☺'), url('../fonts/RBNo31-Book.woff') format('woff'),
                     url('../fonts/RBNo31-Book.ttf') format('truetype'),
                     url('../fonts/RBNo31-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RBNo31-BlackItalic';
    src: url('/fonts/RBNo31-BlackItalic.eot');
    src: local('☺'), url('../fonts/RBNo31-BlackItalic.woff') format('woff'),
                     url('../fonts/RBNo31-BlackItalic.ttf') format('truetype'),
                     url('../fonts/RBNo31-BlackItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 14px 'Arial', sans-serif;
    line-height: 1.5;
    color: #1a1b1d;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}

::-moz-selection,
::selection,
mark {
	color:#fff;
	background-color:#1a1b1d;
}
mark {
	padding: 3px 3px 1px;
}

/* Form elements */
input[type=text]{
    text-align: center;
    font-size: 14px;
    padding: 11px 15px;
    color: #1a1b1d;
}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="checkbox"]:not(checked) {
    position: absolute;
    visibility: hidden;
}
input[type="checkbox"]:not(checked) + label:before {
    content: "";
    position: relative;
    top: -1px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border: 1px solid #0b1016;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font: 9px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #0d8642;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}

/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #bfbfbf;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #bfbfbf;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #bfbfbf;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: normal;
}
h1 {
    font: 42px/48px 'RBNo31-BlackItalic';
    text-transform: uppercase;
    margin-bottom: 25px;
}
h1 span{
    color: #fdb915;
}
h2{
    font: 32px/1.2 'RBNo31-BlackItalic';
    text-transform: uppercase;
    margin: 30px 0 30px;
}
h2 span{
    font-size: 16px;
    font-family: 'Arial';
    font-weight: bold;
    display: block;
    color: #fdb915;
    margin-bottom: 5px;
}
h3 {
    margin-bottom: 10px;
    font: 24px/1.2 'RBNo31-BlackItalic';
    text-transform: uppercase;
}
h3 span {
	color: #fdb915;
}
h4 {
    font: 18px/1.2 'RBNo31-BlackItalic';
    text-transform: uppercase;
    margin-bottom: 10px;
}
h5 {
   
}
h6 {
   
}
.large-text{
    font: 46px/1.35 'RBNo31-BlackItalic';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.large-text span{
    color: #fdb915;
}
.medium-title{
    font: 19px 'OpenSans-Semibold';
    margin-bottom: 15px;
}
.medium-title span{
    font: 40px 'LuckyFellas';
    color: #209f53;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    line-height: 1.571;
    margin-bottom: 15px;
}
p a,
[class*="col-"] a:not([class]) {
    font-weight: bold;
    color: #fdb915;
}
p a:hover,
[class*="col-"] a:not([class]):hover,
[class*="col-"] a:not([class]):active {
    color: inherit;
}
ul {
	list-style: none;
}
[class*="col-"] ul:not([class]),
.tab-text ul:not([class]),
.container ul:not([class]) {
	display: block;
	padding-left: 20px;
    margin: 0 0 25px 15px;
}
[class*="col-"] ul:not([class]) li,
.tab-text ul:not([class]) li,
.container ul:not([class]) li {
	display: block;
	position: relative;
}
[class*="col-"] ul:not([class]) li:before,
.tab-text ul:not([class]) li:before,
.container ul:not([class]) li:before {
	content:"";
	position: absolute;
	display: block;
	height: 7px;
	width: 7px;
	background-color: #000;
	top: 7px;
	left: -20px;
	border-radius: 50%;
}
strong {
	color: inherit;
	font-weight: bold;
}
sup {
    font-size: 11px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.logo-wrapper, .header-menu, .nav-menu > li, .top-bar,
.sub-menu, .ico img,
i, [class*="fa-"], a:not([class*="fa-"]):after,
.project-gallery a:before,
.sub-ctrl, .slick-arrow, .btn {
	transition: all 0.3s ease 0s;
}
.search-box, 
.soc-box .img-box:after,
.text-overlay {
	transition: all 0.5s ease 0s;
}
.search-box,
.text-overlay {
    opacity: 0;
    visibility: hidden;
}
.show-search .search-box,
.soc-box:hover .text-overlay {
    opacity: 1;
    visibility: visible;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner .single-banner:after,
.soc-box .img-box:after,
.sub-banner:after,
.img-banner.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.5);
}
.img-box .relative {
    z-index: 1;
}
.close-btn {
    font: 24px 'OpenSans-Semibold';
    color: #fff;
    text-align: center;
    position: absolute;
    top: 58px;
    right: 15px;
    z-index: 5;
}
.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #fdb915;
    text-align: center;
    min-width: 148px;
    padding: 10px 15px 9px;
    border: 2px solid #fdb915;
}
.btn:hover{
    background: #fff;
    border-color: #fff;
    color: #000;
}
.btn-light{
    border-color: #fff;
    background: none;
}
.btn-pplmerch,
.btn-pplmerch:hover{
    height: 45px;
    background: url(../images/logos/logo-btn.png) no-repeat #fdb915 center 17px;
    border: none;
}
.btn-dark-border{
    font-family: 'RBNo31-Book';
    border: 1px solid #000000;
    padding: 11px 15px 10px;
    color: #000000;
    background: none;
}
.btn-light:hover,
.btn-dark-border:hover{
    background: #fdb915;
    border-color: #fdb915;
    color: #000;
}
.more-link{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}
.more-link:hover{
    border-color: #1a1b1d;
}
.more-link:after{
    content: "\f061";
    display: inline-block;
    margin-left: 8px;
    font: 14px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.more-link.alt:after,
.more-link.alt:before{
    color: #fdb915;
}

.more-link.alt:hover{
    border-color: #fdb915;
}

/* Icons */
.ico{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    margin-bottom: 10px;
}
.ico img{
    max-height: 100%;
}
.active .ico img{
    filter: brightness(0) invert(1);
}
i{
    font-style: normal;
}

.highslide-container .message {
	padding: 20px;
	background-color: #fff;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-slide img {
    margin: 0 auto 25px;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #fff;
    z-index: 9;
}
.slick-arrow:after {
    font:34px/1 Font Awesome\ 5 Pro;
    font-weight: 300;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
.slick-dots li button:before {
    content: none;
}

/***********************
  Pagination Styles
***********************/

.pagination {
  display: block;
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  padding: 6px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.pagination > div {
  display: inline-block;
  vertical-align: middle;
}

.pagination > div + div {
  margin-left: 6px;
}

.pagination a, 
.pagination span,
.pagination strong {
  display: inline-block;
  font-family: 'Metropolis-Medium';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 11px 8px;
}

.pagination span {
  padding:10px 13px 10px 11px;
}

.pagination a {
  color: #1a1b1d !important;
  background-color: #ddd;
/*   border: 1px solid #fdb915; */
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  background-color: #fdb915;
  color: #1a1b1d !important;
}

.pagination span {
  font-family: 'Metropolis-Regular';
  color: #FFF;
  background-color: #F47E58;
  border: 1px solid #FFF;
  font-weight: bold;
}

.pagination > .prev a,
.pagination > .next a {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}

.pagination strong {
  font-family: 'Metropolis-Bold';
  font-weight: normal;
  color: #FFF;
  background-color: #fdb915;
  border: 1px solid #fdb915;
}

.pagination > .prev:empty,
.pagination > .next:empty {
  display: none;
}

.pagination > .prev:empty + div {
  margin-left: 0px;
}

#search-results .pagination > li {
	display: inline-block;
	vertical-align: middle;
}
#search-results .pagination > li + li {
	margin-left:8px;
}
#search-results > ol {
	list-style: none;
}
#search-results > ol > li {
	position: relative;
	padding-left: 55px;
	font-size:24px;
}
#search-results > ol > li:before {
	content:attr(data-index);
	font-size: 36px;
	font-family: RBNo31-BlackItalic;
	line-height: 1;
	opacity: 0.1;
	position: absolute;
	top: 20px;
	left: 0;
}
#search-results > ol > li:first-child:before {
	top: 0;
}
#search-results > ol > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #ccc;
}
#search-results > ol > li small {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #28292b;
	font-weight: lighter;
}
#search-results > ol > li p {
	font-size:16px;
}

#search-results h4  {
	font-weight:bold;
}

#search-results h4 a {
	color:#fdb915;
}

#search-results mark {
	color:#FFF;
	background-color:#1a1b1d;
}

.iframe-style header,
.iframe-style #main > *:not(.main-content),
.iframe-style footer,
.iframe-style #userwayAccessibilityIcon,
.iframe-style .breadcrumbs,
.iframe-style .main-content::before {
	display: none !important;
}
.social svg {
  width: 25px;
  fill: #FFF;
  position: relative;
  top: 2px;
}