/*=== HEADER ===*/
#header{
    height: 41px;
    background-color: #1a1b1d;
}
.header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.top-bar{
    font-size: 14px;
    color: #fff;
    position: relative;
    height: 41px;
    background-color: #1a1b1d;
}
.top-bar .flexbox{
    align-items: center;
    justify-content: flex-end;
}
.top-bar .flexbox div{
    height: 100%;
}
.top-bar a{
    vertical-align: middle;
}
.top-bar a:hover{
    color: #fdb915;
}
.top-bar a:first-child:after{
    content: "|";
    margin: 0 12px 0 12px;
    color: #fff;
}
.top-bar .btn{
    height: 100%;
    margin-left: 15px;
    background-position: center 15px;
}
/* Search Box */
.header-menu .search-btn{
    color: #fff;
    margin-left: 16px;
}
.header-menu .search-btn i{
    display: inline-block;
    width: 18px;
    transition: none;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.header-menu .search-btn:hover i{
    color: #fdb915;
}
.header-menu .search-btn i.fa-times{
    font-size: 20px;
}
.search-box{
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    right: 30px;
    bottom: 0;
    height: 44px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-box input[type=text]{
    vertical-align: middle;
    text-align: left;
    background: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 13px 60px 13px 15px;
}
.search-box button{
    display: block;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 20px;
    overflow: visible;
}
.search-box .fa-search{
    display: block;
    font-size: 20px;
    color: #1a1b1d;
    position: relative;
    top: 0;
    left: 0;
}
/*=== MAIN NAVIGATION ===*/
.header-menu{
    height: 104px;
}
.header-menu > .flexbox{
    justify-content: space-between;
    align-items: center;
}
.header-menu > .flexbox > .flexbox{
    align-items: center;
    height: 100%;
    position: relative;
}
.logo-wrapper{
    width: 260px;
}
.logo,
.logo img{
    display: block;
}
#nav-btn,
#nav-close-btn{
    display: none;
}
.main-nav,
.main-nav > nav,
.main-nav > nav > ul,
.main-nav > nav > ul > li{
    height: 100%;
}
.nav-menu{
    font-size: 0;
}
.nav-menu > li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    padding-top: 44px;
}
.nav-menu li a{
    color: #fff;
}
.nav-menu > li > a{
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
/*     white-space: nowrap; */
    font-weight: bold;
}
.nav-menu > li.active > a,
.nav-menu > li:hover > a{
    color: #fdb915;
}
.sub-menu{
    width: 258px;
    padding: 0 0 20px;
    text-align: left;
    background-color: #fdb915;
    position: absolute;
    top: 100%;
    left: -22px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
.sub-menu:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 6px 12px;
    border-color: transparent transparent #fdb715 transparent;
    position: absolute;
    left: 33px;
    top: -6px;
}
li.has-child:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.sub-menu li a{
    display: block;
    font-size: 14px;
    padding: 11px 22px 10px;
}
.sub-menu li a:hover{
    background: #e8a504;
}
.sub-menu li:last-child{
    margin-bottom: 0;
}
/*=== FIXED AND INNER HEADER ===*/
#inner #header{
    height: 74px;
}
.fixed .header-wrapper,
#inner .header-wrapper{
    -webkit-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    -moz-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
}
.fixed .header-menu,
#inner .header-menu{
    height: 74px;
    background-color: #28292b;
}
.fixed .logo-wrapper,
#inner .logo-wrapper{
    width: 225px;
}
#inner .nav-menu > li,
.fixed .nav-menu > li{
    padding-top: 29px;
}
.fixed .top-bar{
    margin-top: -41px;
}
#inner .top-bar{
    display: none;
}
/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 550px;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
}
.banner .single-banner:after{
/*
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 55%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 55%);
    background: linear-gradient(135deg,  rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=1 );
*/
    
    background-color: rgba(0,0,0,0.25);
/*     z-index: 8; */
}
.banner .container,
.sub-banner .container{
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 1230px;
    height: 100%;
    z-index: 2;
/*     z-index: 9; */
}
.banner-text{
    color: #fff;
    background: rgba(253, 185, 21, 0.85);
    width: 100%;
    max-width: 600px;
    padding: 55px 45px 100px 55px;
}
.banner-text a:not([href]),
.bar-callout a:not([href]),
.subscribe-callout a:not([href]),
.info-tabs-wrapper .tab-text a:not([href]){
    display: none;
}
.banner .large-text{
    font: 32px/1.2 'RBNo31-BlackItalic';
}
.banner-content{
    margin-bottom: 25px;
}
.banner-arrows{
    position: absolute;
    bottom: 30px;
    width: 94px;
    height: 48px;
    left: calc(50% - 545px);
}
.banner-arrows .slick-arrow:after{
    font-size: 28px;
    line-height: 46px;
}
.banner-arrows .slick-arrow{
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    transform: none;
    top: 0;
}
.banner-arrows .slick-arrow:hover{
    background: #fff;
    color: #fdb915;
}
.banner .slick-arrow.slick-prev{
    left: 0;
}
.banner .slick-arrow.slick-next{
    right: 0;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-dots{
    bottom: 80px;
}

.direction-arrow {
	background-color:#fdb915;
	border-radius: 50%;
	color:#fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 30px;
	width: 30px;
	z-index: 8;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

/*=== ABOUT SECTION ===*/
.about-wrapper{
    color: #fff;
    padding: 70px 0 40px;
}
.about-wrapper:after{
    content: "";
    height: 90px;
    background: url(../images/layout/bg-dots.png) 0 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% - 395px);
}
.about-wrapper .container{
    align-items: flex-end;
    max-width: 1200px;
    background: url(../images/layout/bg-gray.jpg) bottom 0px right no-repeat;
    padding: 0 0 20px 55px;
    z-index: 1;
}
.video-box{
    display: block;
    flex-grow: 1;
    min-height: 420px;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.video-box > *{
    display: block;
    min-height: inherit;
}
.btn-play{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34.5px 0 34.5px 69px;
    border-color: transparent transparent transparent #fdb715;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* hover element */
.btn-play > span,
.btn-play > span:before,
.btn-play > span:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
	
    left: -64.5px;
    top: 0;
    transform: translate(-50%, -50%) translateZ(-1px) scale(0.99);
    display: inline-block;
    height: 70px;
    z-index: 2;
    
    opacity: 0;
/*     border-bottom-width: 0; */
    transition: all 0.25s ease 0s;
}
.btn-play > span:before,
.btn-play > span:after {
	content: "";
	height: 56px;
	left: 0;
}
.btn-play > span:before {
	transform: rotate(243deg) translate(-8px, 16px) translateZ(-1px) scale(0.99);
	transition-delay: 0.1s;
}
.btn-play > span:after {
	transform: rotate(-243deg) translate(-31px, -2px) translateZ(-1px) scale(0.99);
	transition-delay: 0.2s;
}
:hover > .btn-play > span,
:hover > .btn-play > span:before,
:hover > .btn-play > span:after {
	opacity: 1;
/* 	border-bottom-width: 10px; */
}
.about-text{
    width: 385px;
    line-height: 24px;
/*     font-size: 18px; */
    padding: 35px 35px 0 40px;
}
.about-text h1{
    font: 20px/1.2 'RBNo31-Book';
}
.about-text p{
    margin-bottom: 35px;
    line-height: inherit;
}
/*=== INFO TABS ===*/
.info-tabs-wrapper{
    padding: 50px 0 115px;
    position: relative;
}
#home .info-tabs-wrapper{
    padding-bottom: 100px;
}
.info-tabs-wrapper:after,
.project-images-wrapper:after{
    content: "";
    height: 115px;
    background: url(../images/layout/bg-dots.png) 0 4px;
    position: absolute;
    bottom: 45px;
    right: 0;
    left: calc(50% - 280px);
    z-index: -1;
}
#home .info-tabs-wrapper:after{
    bottom: 60px;
} 
.info-tabs-wrapper .container > img{
    margin-bottom: 22px;
}
.tab-content{
    display: none;
}
.info-tabs-wrapper .tab-content.active{
    display: flex;
}
.tabs {
	flex-wrap: nowrap;
}
.tabs.extended {
	flex-wrap: wrap;
}
.tabs li {
/*     width: auto; */
	flex-basis: 0;
    flex-grow: 1;
/*
    flex-basis: 215px;
*/
}
.tabs.extended li {
/*     min-width: 180px; */
	flex-basis: 20%;
}
.tabs li:last-child a {
    border-right: 1px solid #c6c6c6; 
}
.tabs a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #c6c6c6;
    border-right: none;
    font-family: 'RBNo31-Book';
    text-transform: uppercase;
    font-size: 20px;
    padding: 30px 15px;
    min-height: 92px;
	width: 100%;
    height: 100%;
    position: relative;
}
.tabs a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #c6c6c6;
/*     border-right: none; */
    font-family: 'RBNo31-Book';
    text-transform: uppercase;
    font-size: 17px;
    padding: 30px 15px;
    min-height: 140px;
    position: relative;
}
.tabs a:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19.5px 0 19.5px;
    border-color: #fdb715 transparent transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.tabs.tabs-complex a{
    min-height: 166px;
    padding-bottom: 20px;
}
.tabs a.active{
    border-color: #fdb915;
    background: #fdb915;
    color: #fff;
}
.tabs a.active:after{
    opacity: 1;
    visibility: visible;
}
/*
.tabs .ico{
    display: none;
}
*/
.tabs a > div {
	max-width: 100%;
}
.tabs.tabs-complex .ico{
    display: flex;
}

/* section layouts */

.section-photo {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 50%;
	max-height: 350px;
	min-height: 310px;
	position: relative;
	overflow: hidden;
}
.section-photo + .section-photo {
	display: none;
}

.section-gallery span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 24px;
	text-align: center;
	margin: auto;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.section-gallery:hover span {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0.2s;
}
.section-gallery:before,
.section-gallery:after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(253, 185, 21, 0.8);
	border-radius: 50%;
	height: 60px;
	width: 60px;
	transition: all 0.3s ease 0.2s;
}
.section-gallery:before {
	content: '';
}
.section-gallery:hover:before {
	right: -25%;
	bottom: -25%;
	height: 150%;
	width: 150%;
}
.section-gallery:after {
	content: '\f302';
	font-family: 'Font Awesome 5 Pro';
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-size: 36px;
	line-height: 60px;
}
.section-gallery img {
	display: none;
}

/* hide/shows */
.info-tabs-wrapper .toggle-box .tab-text {
	padding: 15px 20px 25px 48px;
}

.toggle-head {
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	padding: 0 10px;
}
.toggle-head:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	width: 14px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 4px double #fdb915;
	border-radius: 50%;
	transition: all 0.25s ease 0s;
}
.toggle-box.open .toggle-head:before {
	background-color: #fdb915;
}
.toggle-box .toggle-content {
	display: none;
}

.info-tabs-wrapper .container:nth-child(2):last-child {
    max-width: 1230px;
    position: relative;
    z-index: 1;
}
.info-tabs-wrapper .container:nth-child(3) {
	margin-top: 35px;
}
.info-tabs-wrapper .tab-content .img-box,
.info-tabs-wrapper .section-content .img-box {
    min-height: 430px;
    position: relative;
}
.info-tabs-wrapper .tab-content > div:not(:only-child),
.info-tabs-wrapper .section-content > div:not(:only-child),
.bottom-content .flexbox > div,
.project-info .flexbox > div{
    width: 50%;
}
.section-content, .toggle-box {
	margin: 15px auto;
}

:not(.toggle-box) > .section-content,
.toggle-box {
	border-top: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	margin: 15px auto 0;
	padding: 15px 0 0;
}

/* file list */

.files-list {
	display: block !important;
	margin: 15px auto;
}
.files-list:first-child {
	margin-top: 0;
}
.files-list li + li {
	margin-top: 10px;
}
.file-link {
	font-weight: bold;
}
.file-link:hover,
.file-link:active {
	color: #EAAA00;
}
.file-link i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-bottom: 4px;
	font-size: 22px;
	color: #fdb915;
}


.info-tabs-wrapper .tab-text{
    padding: 80px 80px 55px 48px;
}
.info-tabs-wrapper h3{
    font: 32px/1.2 'RBNo31-Book';
    color: #fdb915;
}
.info-tabs-wrapper .tab-text p strong{
    font-size: 18px;
    line-height: 24px;
}
 #home.info-tabs-wrapper p{
    font-size: 16px;
    margin-bottom: 20px;
}
/*=== SOCIAL SECTION ===*/
.social-wrapper {
    height: 550px;
    background: #fdb915;
}
.social-wrapper .container {
    max-width: 1230px;
}
.social-wrapper .fb-embed {
	display: flex;
	justify-content: center;
}
.social-wrapper .fb-embed > div {
	background: #000;
	padding: 10px;
	margin: 25px 10px;
	border-radius: 5px;
	width: 360px;
}
.social-slider {
    top: -48px;
    padding: 0 50px;
}
.soc-box {
    position: relative;
    height: 270px;
    margin: 0 5px;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    background-color: #1a1b1d;
    background-image: url(/images/logos/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px auto;
}
/*
.soc-box.facebook-box {
	width: 300px;
}
*/
.soc-box .img-box,
.soc-box .text-box {
    width: 100%;
    height: 100%;
    padding: 20px 15px 20px 30px;
}
.soc-box .text-box {
    background: #333;
}
.soc-box .img-box:after {
    opacity: 0;
    visibility: hidden;
}
.soc-box:hover .img-box:after {
    opacity: 1;
    visibility: visible;
}
.soc-box p {
    line-height: inherit;
}
.soc-box p:first-child a {
    margin-right: 7px;
    color: inherit;
}
.soc-box p:last-child{
    margin-bottom: 26px;
}
.soc-box .more-link:after{
    margin-left: 5px;
}
.soc-box .more-link:after,
.soc-box .more-link:hover{
    color: #fdb915;
    border-color: #fdb915;
}
.social-slider .slick-arrow{
    width: 28px;
    height: 51px;
    background-repeat: no-repeat;
}
.social-slider .slick-arrow:after{
    content: none;
}
.social-slider .slick-arrow.slick-next{
    background-image: url(../images/layout/sl-arrow-right.png);
    right: 12px;
}
.social-slider .slick-arrow.slick-prev{
    background-image: url(../images/layout/sl-arrow-left.png);
    left: 12px;
}
.social-slider .slick-arrow:hover{
    opacity: 1;
}
/*=== CALLOUT BANNERS ===*/
.bar-callout{
    height: 565px;
    background-attachment: fixed;
    background-position: center top;
    font-size: 18px;
    color: #333;
}
.bar-callout:after{
    opacity: 1;
    visibility: visible;
    background: rgba(35, 34, 34, 0.2);
}
.bar-callout .flexbox{
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 40px 15px;
    height: 100%;
    min-height: inherit;
}
.bar-callout .inner-box{
    max-width: 600px;
}
.bar-callout .large-text{
    font-size: 50px;
    width: 100%;
    margin-bottom: 0;
}
.bar-callout img{
    display: block;
    margin: 25px 0 40px;
}
/*=== SUBSCRIBE CALLOUT ===*/
.subscribe-callout{
    padding: 55px 0 50px;
    text-align: center;
    color: #fff;
    background: url(../images/layout/bg-p.png) no-repeat left top #fdb915;
}
.subscribe-callout .flexbox{
    justify-content: center;
    align-items: center;
    padding-right: 100px;
}
.subscribe-callout h3{
    margin: 0 45px 0 0;
}
.subscribe-callout .ico-logo{
    display: inline-block;
    margin-right: 50px;
}
.subscribe-callout .btn-light{
    min-width: 210px;
}
.subscribe-callout .btn-light:hover{
    background: #fff;
    border-color: #fff;
}
/*=== FOOTER ===*/
.footer-top{
    background: #1a1b1d;
    color: #fff;
    padding: 58px 0 25px;
}
.footer-top .flexbox{
    justify-content: space-between;
}
.footer-top .flexbox > div:nth-child(2){
    align-self: center;
    padding: 0 20px;
}
.footer-top .flexbox > div:last-child{
    text-align: right;
}
.footer-top .logo{
    margin-bottom: 29px;
}
.footer-top .btn:first-child{
    margin-right: 15px;
}
.footer-top-nav {
    margin-top: 30px;
}
.footer-top-nav li{
    color: #fdb915;
}
.footer-top-nav a:hover{
    color: #fff;
}
.footer-top .social{
    margin-bottom: 40px;
}
.footer-top .social a{
    font-size: 28px;
    margin-right: 6px;
}
.footer-top .social a:hover i{
    color: #fdb915;
}
.footer-wrapper li{
   display: inline-block;
}
.footer-wrapper li:after{
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
}
.footer-wrapper li:last-child:after{
    content: none;
}
.footer-btm{
    height: 67px;
}
.footer-btm .flexbox{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.footer-btm-nav,
.footer-btm span{
    display: inline-block;
    vertical-align: middle;
}
.footer-btm-nav {
    margin-left: 15px;
}
.footer-btm-nav a:hover{
    color: #fdb915;
}
.footer-btm .flexbox div:last-child span{
    font-size: 12px;
}
.jbsystems{
    display: inline-block;
    vertical-align: middle;
    background: url(../images/logos/logo-jb-systems.png) no-repeat;
    background-position: right center;
    padding-right: 85px;
    width: auto;
    min-height: 27px;
    margin-left: 5px;
}
/*=== INNER PAGES ===*/
/* Sub Banner */
.sub-banner{
    height: 342px;
    position: relative;
}
.sub-banner:after{
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 35%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 35%);
    background: linear-gradient(135deg,  rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=1 );
}
.sub-banner .banner-text{
    padding: 34px 45px 30px 55px;
}
.sub-banner .large-text{
    font-size: 36px;
    margin-bottom: 0;
}
/* BREADCRUMBS */
.breadcrumbs{
    padding: 12px 0;
    margin-bottom: 55px;
    text-align: left;
}
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    font-family: 'RBNo31-BlackItalic';
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumbs li:after{
    content: "/";
    display: inline-block;
    margin: 0 6px;
}
.breadcrumbs li:last-child:after{
    content: none;
}
.breadcrumbs li:last-child{
    color: #fdb915;
}
/*=== MAIN CONTENT ===*/
.main-content{
    position: relative;
    padding: 50px 0 10px;
}
.main-content:before{
    content: "";
    height: 50px;
    background: url(../images/layout/bg-dots.png) 0 4px;
    position: absolute;
    width: 100%;
    top: 0;
}
.main-content .inner-box{
/*     max-width: 930px; */
    margin: 0 auto;
}
.main-content .content ul,
.info-tabs-wrapper .tab-text ul,
.container ul:not([class]) {
    display: inline-block;
    text-align: left;
}
.main-content .sidebar{
    width: 380px;
    padding-left: 80px;
}
.table.w-sections,
.table.w-sections > .col-left,
.table.w-sections > .col-right {
	display: block;
	width: 100%;
}
.table.w-sections > .col-right {
	margin-top: 35px;
	padding-left: 0;
}
.table.w-sections .inner-box {
	max-width: none;
}

.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}
.img-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 280px;
    padding: 40px 15px;
    text-align: center;
    color: #fff;
    background-color: #333;
}
.img-banner > div > div {
	line-height: 1.571;
	margin-bottom: 25px;
}
.callout-icon {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	width: auto;
}
/*=== BOTTOM CONTENT ===*/
.bottom-content{
    padding-bottom: 55px;
}
.bottom-content .flexbox > div:first-child{
    padding: 15px 45px 0 0;
}
.bottom-content h3{
    font: 28px/1.2 'RBNo31-Book';
    margin-bottom: 17px;
}

.project-info .container{
    max-width: 1090px;
    margin-bottom: 20px;
    padding: 55px 50px 25px;
    background-color: #ebebeb;
}
.project-info .container > a{
    margin-top: 20px;
}
.project-info .flexbox{
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
}
.project-info .flexbox > div:first-child{
    padding: 10px 45px 0 0;
    text-align: right;
}
.project-info .flexbox > div:last-child{
    padding: 0 0 0 45px;
}
.project-info .flexbox > div:only-child {
	width: 100%;
	text-align: left;
}
.project-info li{
    margin-bottom: 14px;
}
.project-images-wrapper{
    position: relative;
    padding-bottom: 25px;
}
.project-images-wrapper:after{
    bottom: 0;
}
.project-images-wrapper .more-link:after{
    content: none;
}
.project-images-wrapper .more-link:before{
    content: "\f060";
    display: inline-block;
    margin-right: 8px;
    font: 14px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.project-prime-photo a{
    display: block;
}
.project-gallery{
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin: 15px -10px 25px;
    z-index: 1;
}
.project-gallery a{
    position: relative;
    width: 17%;
    height: 125px;
    margin: 0 10px;
    font-size: 33px;
    color: rgba(255, 255,255, 0.65);
}
.project-gallery a:before,
.project-gallery a:after,
.project-gallery a.view-photos:last-child:after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.project-gallery a.view-photos:last-child > span {
	display: none;
}
.project-gallery a:before,
.project-gallery a.view-photos:last-child:before {
    content: "\f002";
    top: 50%;
    left: 50%;
    font: 59px Font Awesome\ 5 Pro;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.project-gallery a:after{
    content: "";
    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.3);
}
.project-gallery a:hover:before,
.project-gallery a:hover:after,
.project-gallery a.view-photos:after,
.project-gallery a.view-photos:last-child:hover:after {
    opacity: 1;
    visibility: visible;
}
.project-gallery a.view-photos:before{
    content: none;
}
.project-gallery img{
    height: 100%;
    width: 100%;
}
.project-gallery span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.project-prime-photo {
	max-width: 540px;
	margin: 0 auto;
}

.project-galleries {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project-galleries .project-title {
	font: 21px/1.2 'RBNo31-BlackItalic';
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.project-galleries .project-link {
	background-color: #ebebeb;
	padding: 15px 25px;
	margin-bottom: 25px;
	width: 32%;
}
.project-galleries .project-link > div:first-child {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
}
.project-galleries .more-link {
	margin-top: 15px;
}

/* FAQ List */
.all-faqs {
	padding-bottom: 50px;
}
.all-faqs .faq-toggle {
	border: solid 3px #1a1b1d;
}
.all-faqs .faq-toggle + .faq-toggle {
	border-top: none;
}
.all-faqs .cat-title {
	position: relative;
	border-bottom: solid 3px transparent;
	cursor: pointer;
	padding: 25px 60px 22px 30px;
	margin: auto;
	transition: all 0.3s ease 0s;
}
.all-faqs .cat-title:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 25px;
	right: 25px;
	transition: all 0.5s ease 0s;
}
.all-faqs .faq-toggle.show .cat-title {
	border-bottom-color: #6b6b6b;
}
.all-faqs .faq-toggle.show .cat-title:after {
	transform: rotate(180deg);
}
.all-faqs .faq-container {
	background-color: #ebebeb;
	padding: 15px;
}
.faq-container > .faq-list {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.faq-container > .faq-list:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.all-faqs .question {
	cursor: pointer;
	padding: 5px 22px 5px 0;
	position: relative;
	margin: auto;
	font-size: 18px;
}
.all-faqs .question:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 5px;
	right: 3px;
	transition: all 0.5s ease 0s;
}
.faq-list .show .question:after {
	transform: rotate(180deg);
}

.faq-container, 
.answer-drop {
	display: none;
}
.answer-drop {
	padding: 0 0 15px 15px;
}
.faq-list .answer {
	font: 14px 'Arial', sans-serif;
}

/*----------- In-Page Gallery ---------------*/ 
#galleria {
	height: 300px; 
	width: 100%;
	max-width: 700px; 
	display: block;
	position: relative;
	z-index: 0;
	top:0px;
	left: 0px;
	overflow: hidden;
	margin: 25px auto; 
}

/*====== Gallery ======*/
.photo-gal {
	text-align: center;
}
.photo-gal .btn {
	margin-top: 50px;	
}

a.grid-item {
	display: block;
	position: relative;
}
a.grid-item:before {
  content: "";
  display: block;
  height: calc(100% - 40px);
  background-color: rgba(255, 0, 0, 0.7);
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

a.grid-item:after {
	content: attr(data-title);
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0px;
	font-size: 26px;
	line-height: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  position: absolute;
  color: #FFF;
  font-family: 'Fremont Bold';
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 1;
  padding: 0px 30px;
  box-sizing: border-box;
}

a.grid-item:hover:before,
a.grid-item:hover:after {
  visibility: visible;
	opacity: 1;
}


/* ---- grid ---- */
#photo-gal-container {
	height: 0px;
	overflow: hidden;
}
.grid {
  margin: 0px auto;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	width: 330px;
	display: block;
}
.grid-item.yt-image {
  background-size: auto 140%;
}

.grid-item--height2 { 
	height: 450px; 
}
.grid-item--height3 { 
	height: 350px; 
}
#add-gal {
  background-color: #093c70;
  color: #FFF;
  border: 2px solid #093c70;
  padding: 15px 38px;
}

#add-gal:hover {
  background-color: #fff;
  color: #093c70;
}

.gal-header {
  padding-bottom: 22px;
}


#current-positions .cell.padding{
  padding: 0px 28px;
}

.all-jobs,
.all-jobs > li {
  list-style: none;
  display: block;
}
.all-jobs > li {
  border: solid 3px #1a1b1d;	
}
.all-jobs > li + li {
	border-top: none;
}

.all-jobs header {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #1a1b1d;
  font: 24px/1.2 'RBNo31-BlackItalic';
  padding: 25px 60px 22px 30px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  transition: width 0.4s ease 0s;
}

.all-jobs header span {
  display: block;
  height: 25px;
  width: 22px;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 22px;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.all-jobs header span:before {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	transition: all 0.5s ease 0s;
}

.all-jobs .show header span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggle-job {
  padding: 20px;
  background-color: #ebebeb;
  border-top: solid 3px #6b6b6b;
  display: none;
}
.toggle-job > div {
	margin-bottom: 25px;
}

.sub-photo-gallery img {
  max-height: 300px;
  margin-bottom: 0;
}

.sub-photo-gallery .thumbnailIMG {
  display: inline-block;
  height: 300px !important;
}

#job-openings {
  margin-bottom: 25px;
}

/* ---- Timeline ---- */

.timeline-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.timeline-flex > div {
	flex-basis: 350px;
	flex-grow: 1;
}
.timeline-flex .timeline-image {
	text-align: right;
	padding: 0 20px 20px 0;
}
.timeline-flex .timeline-event {
	text-align: left;
	padding-bottom: 20px;
}
.timeline-flex span {
	font: 32px/1.2 'RBNo31-Book';
	color: #fdb915;
	text-transform: uppercase;
}
.timeline-flex p {
	margin-bottom: 10px;
}

/* ---- All Projects Table ---- */
.projects-list .heading {
	background-color: #28292b;
	color: #fff;
}
.projects-list td {
	padding: 10px;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 2px;
}

/* --- Employment / Job Opps --- */

.job-posting {
	margin: 25px auto;
}
.job-posting + .job-posting {
	padding-top: 25px;
	border-top: 2px solid #f2c02d;
}

/* ------ Portal Login ------ */

.login-form {
	margin: 30px auto 35px;
}
.form-title {
	font-size: 32px;
	font-family: RBNo31-Book;
	line-height: 1.4;
}

.row.fields > div {
	margin: 12px auto 22px;
}

.form-field input {
	padding: 8px 14px;
	border: 1px solid #1a1b1d;
}
.form-field input:focus {
	border-color: #c6c6c6;
}

.login-form .error {
	color: red;
}

.login-form input[type="submit"] {
	cursor: pointer;
}
.tingle-modal {
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
  background: rgba(0, 0, 0, .75) !important;
}
.tingle-modal-box__content {
  padding: 0px !important;
}
.tingle-modal-box__content > img{
  width: 100%;
  margin-bottom: -10px;
}