
/*
Theme Name: rbb 2020
Author: Spiderboost Communications
Author URI: https://spiderboost.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rbb
*/
@import url("https://storage.googleapis.com/rbbcommunications/extra.css");

@import url("https://cdn-ilbbaml.nitrocdn.com/WZcyFiXYorBnJxXkFsZSPnoWKenuXKJI/assets/static/source/rev-1787500/fonts.googleapis.com/57276314f88ebe93b94f3fbc95531eec.css2");

@import url("https://cdn-ilbbaml.nitrocdn.com/WZcyFiXYorBnJxXkFsZSPnoWKenuXKJI/assets/static/source/rev-1787500/fonts.googleapis.com/8e0a26dc3fb26b5639ca0988c9f7ff9e.css2");

/*
font-family: 'Tinos', serif;
font-family: 'Lato', sans-serif;
*/
html {
	font-size: 62.5%;
	font-family: "Raleway", sans-serif;
	position: relative;
}

body {
	padding-top: 80px;
}

main {}

body, div, span, p {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	color: #000;
	line-height: 1.2;
}

.hero-text {
	font-size: 7.7rem;
	font-weight: 700;
	line-height: .9;
	margin: none;
	color: #fff;
}

.article-header-text {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	margin: none;
}

.banner-text {
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
}

.subhead-text {
	font-size: 3.5rem;
	color: #000;
}

.text-wysiwyg h3, .text-wysiwyg h2 {
	font-size: 3.5rem;
	color: #000;
}

.article-content h2 {
	font-size: 3.5rem;
	font-weight: bold;
}

.article-content h3 {
	font-size: 2.8rem;
	font-weight: bold;
}

.article-content h4 {
	font-size: 2.2rem;
	font-weight: bold;
}

.text-red {
	color: #c11f32 !important;
}

.text-white {
	color: #fff !important;
}

.text-black {
	color: #000 !important;
}

.text-bold {
	font-weight: 700;
}

p {
	font-size: 1.7rem;
	color: #000;
	font-weight: 500;
	line-height: 1.55;
	font-family: "Raleway", sans-serif;
	margin-bottom: 1.4rem;
}

ul li, ol li {
	font-size: 1.7rem;
	line-height: 1.55;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	margin-bottom: .7rem;
	color: #000;
}

.copy-small {
	font-size: 1.5rem;
	line-height: 1.3;
}

.small-padding {
	padding-left: 8px;
	padding-right: 8px;
}

p a:not(.btn-theme) {
	font-weight: 700;
	position: relative;
	color: #020202;
}

p a:hover {
	text-decoration: none;
}

p a:not(.btn-theme)::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #c11f32;
	opacity: .5;
	transition: all .2s;
}

p a:not(.btn-theme):hover::after {
	opacity: 1;
}

span.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.setup-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.btn-theme, span.btn-theme {
	display: inline-block;
	padding: 6px 0;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a.btn-theme:hover, span.btn-theme:hover {
	text-decoration: none;
}

a.btn-theme span, span.btn-theme span {
	position: relative;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	color: #020202;
	cursor: pointer;
}

a.btn-theme span::after, span.btn-theme span::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #c11f32;
	opacity: .5;
	transition: all .2s;
}

a.btn-theme:hover span::after, span.btn-theme:hover span::after {
	opacity: 1;
}

img.size-full.aligncenter {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.darkgray-bg {
	background-color: #e6e6e8;
}

section.darkgray-bg {
	padding: 50px 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.row > .no-gutters {
	padding-left: 0;
	padding-right: 0;
}

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

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

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

/* * * * * * * * * * * * * * HEADER *  * * * * * * * * * * * * * */

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

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 10px rgba(40, 40, 40, .3);
}

.nav-container {
	padding: 11px 48px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.header__logo-cont {
	max-width: 68px;
}

.header__logo-cont img {
	height: 58px;
}

.rbb-header-menu > .menu {
	list-style-type: none;
	display: block;
	padding-left: 0;
	margin-bottom: 0;
}

.rbb-header-menu > .menu > .menu-item {
	display: inline-block;
	padding: 8px 9px 16px;
	margin-top: 5px;
	/* margin-top:0; */
	margin-bottom: 0;
}

.rbb-header-menu > .menu > .menu-item > a {
	display: block;
}

.blog-template-default .rbb-header-menu > .menu > .menu-item-359 > a::after, .rbb-header-menu > .menu > .menu-item.current-page-ancestor > a::after, .rbb-header-menu > .menu > .menu-item.current-menu-ancestor > a::after, .rbb-header-menu > .menu > .menu-item.current-menu-item > a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	height: 6px;
	width: 0px;
	background-color: #c11f32;
	opacity: 1;
	transition: width .26s;
	width: 100%;
}

.rbb-header-menu > .menu > .menu-item a:hover {
	color: #000;
	opacity: 1;
}

.rbb-header-menu > .menu > .menu-item.current-menu-item  > a::after {}

.rbb-header-menu > .menu .menu-item a:hover {
	text-decoration: none;
}

.rbb-header-menu > .menu .menu-item a {
	font-size: 1.9rem;
	color: #5e5e5e;
	/* font-weight:700; */
	position: relative;
}

.main-menu-mobile-toggler {
	display: block;
	max-width: 100px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 20px;
	border: 0;
	padding: 8px;
	color: #aa2e37;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 10;
	background-color: transparent;
	cursor: pointer;
	outline: none !important;
}

.main-menu-mobile-toggler.ie {
	background-color: #fff;
	border: 1px solid #fff;
}

.main-menu-mobile-toggler.ie:hover {
	background-color: #aa2e37;
	color: #fff;
}

.main-menu-mobile-toggler .toggle-bar {
	height: 3px;
	background-color: #aa2e37;
	width: 28px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-showcase__attribution {
	font-size: 12px;
	padding-right: 15px;
	padding-top: 4px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}

.main-menu-mobile-toggler .toggle-bar-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 28px;
}

.main-menu-mobile-toggler .toggle-bar-in-wrapper {
	height: 3px;
	background-color: #aa2e37;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.main-menu-mobile-toggler:hover .toggle-bar, .main-menu-mobile-toggler:hover .toggle-bar-in-wrapper {
	background-color: #fff;
}

.main-menu-mobile-toggler.open .toggle-bar-in-wrapper {
	opacity: 0;
}

.main-menu-mobile-toggler.open .toggle-bar.first-bar {
	-webkit-transform: translateY(9px) rotate(-44deg);
	transform: translateY(9px) rotate(-44deg);
}

.main-menu-mobile-toggler.open .toggle-bar.third-bar {
	-webkit-transform: translateY(-10px) rotate(44deg);
	transform: translateY(-10px) rotate(44deg);
}

.header-default-layout-mobile {
	position: absolute;
	top: 0;
	right: -100%;
	width: 70%;
	max-width: 350px;
	background-image: linear-gradient(224deg, #852027 0%, #ca303b 100%);
	margin: 0;
	padding: 100px 50px;
	opacity: 0;
	z-index: -1;
	border-bottom-left-radius: 100px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.header-default-layout-mobile.open {
	opacity: 1;
	z-index: 9;
	right: 0;
}

#header-menu-mobile-menu {
	margin: 0;
	padding: 0;
	padding: 0;
	list-style-type: none;
}

#header-menu-mobile .search.menu-item i {
	font-size: 1.6rem;
}

#header-menu-mobile-menu a {
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 1.9rem;
	padding: 5px 15px;
	display: block;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header-menu-mobile-menu a sub {
	position: relative;
	top: -1.5px;
}

#header-menu-mobile-menu a:hover {
	padding-left: 25px;
}

img.full-width {
	width: 100% !important;
}

/* svg nav  */
.menu svg {
	width: 64px;
	height: 48px;
	top: -6px;
	left: -14px;
	stroke: #c11f32;
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
	position: absolute;
}

.menu svg path {
	-webkit-transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
	-webkit-transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
	transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
	stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
	stroke-dashoffset: var(--offset, 126px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.menu.open svg {
	stroke: #fff;
}

.menu svg path:nth-child(2) {
	--duration: .7s;
	--easing: ease-in;
	--offset: 100px;
	--array-2: 74px;
}

.menu svg path:nth-child(3) {
	--offset: 133px;
	--array-2: 107px;
}

.menu.open svg path {
	--offset: 57px;
}

.menu.open svg path:nth-child(1), .menu.open svg path:nth-child(3) {
	--delay: .15s;
	--easing: cubic-bezier(.2, .4, .2, 1.1);
}

.menu.open svg path:nth-child(2) {
	--duration: .4s;
	--offset: 2px;
	--array-1: 1px;
}

.menu.open svg path:nth-child(3) {
	--offset: 58px;
}

header .button-menu-column {
	position: absolute;
	top: 45%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 999999;
}

header .menu > .menu-item-has-children {
	position: relative;
}

header .menu > .menu-item-has-children > .sub-menu {
	/* display:none; */
	opacity: 0;
	display: block;
	position: absolute;
	top: 46px;
	left: 10px;
	background-color: #c11f32;
	list-style-type: none;
	padding: 10px 10px;
	box-shadow: 0 0 10px rgba(40, 40, 40, .3);
	z-index: 9999999;
	transition: opacity .2s;
	pointer-events: none;
	color: #fff;
}

header .menu > .menu-item-has-children > .sub-menu .sub-menu {
	list-style-type: none;
	padding-left: 0px;
}

header .menu > .menu-item-has-children > a:hover:after {
	content: none;
}

header .menu > .menu-item-has-children > .sub-menu .sub-menu a {
	white-space: nowrap;
}

header .menu > .menu-item-has-children > .sub-menu .sub-menu a:hover {
	/* border-bottom:2px solid #c11f32; */
	color: #fff;
	text-decoration: underline;
}

header .menu > .menu-item-has-children > .sub-menu > li {
	padding: 0 10px;
}

header .menu > .menu-item-has-children > .sub-menu > li > a {
	color: #fff !important;
}

header .menu > .menu-item-has-children > .sub-menu a[href="#"] {
	pointer-events: none !important;
	font-weight: 700;
	border-bottom: 3px solid #fff;
	margin-bottom: 8px !important;
	display: inline-block;
}

header .menu > .menu-item-has-children:hover > .sub-menu {
	opacity: .9;
	/* display:flex; */
	pointer-events: auto;
}

header .menu > .menu-item-has-children .sub-menu li a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 300;
	position: relative;
}

header .menu .one-level-menu .sub-menu li a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 300;
	position: relative;
	white-space: nowrap;
}

header .menu .one-level-menu .sub-menu li a:hover {
	text-decoration: underline;
}

header .menu .one-level-menu .sub-menu li {
	margin-bottom: 0;
}

header .menu > .menu-item-has-children .sub-menu li li {
	margin-bottom: 0;
}

header #header-menu-mobile .sub-menu {
	display: none !important;
}

header #header-menu-mobile .one-level-menu .sub-menu {}

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

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

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

/* * * * * * * * * * * * * * * BODY *  * * * * * * * * * * * * * */

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

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.search-form-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#search-form input[type="search"] {
	flex-basis: calc(100% - 190px);
	height: 40px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	color: #2f2f2f;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

#search-form button {
	flex-basis: 170px;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 40px;
	background-color: #c11f32;
	color: #fff;
	font-weight: 300;
	font-size: 1.8rem;
	transition: all .3s ease;
}

.search-form {
	margin: 20px 0 30px;
}

.search-body {
	padding-top: 40px;
}

.search-term-title {
	margin-top: 0;
	margin-bottom: 35px;
}

.search-result-item {
	margin-bottom: 22px;
	display: block;
	border-bottom: 1px solid #bbb;
	padding-bottom: 22px;
}

.search-result-item::after {
	content: none;
}

.search-result-item:hover {
	text-decoration: none;
}

.search-result-item span {
	color: #c11f32;
	font-weight: 500;
}

.search-result-item h3 {
	font-size: 2.1rem;
	margin-bottom: 0px;
	font-weight: 500;
}

.search-result-item p {
	font-weight: 300;
	margin-bottom: 0;
}

.search-result-item a {
	color: #c11f32;
}

.hero-standard__image-wrap {
	max-height: calc(100vh - 80px);
	min-height: 372px;
	overflow: hidden;
	position: relative;
}

.postid-257 .with-craft-sector-gradient::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, .6) 3%, rgba(255, 255, 255, 0) 20%);
}

.with-craft-sector-gradient {
	position: relative;
}

.with-craft-sector-gradient::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 11%, rgba(255, 255, 255, 0) 30%);
	z-index: 1;
}

.with-gradient::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 2%, rgba(255, 255, 255, 0) 90%);
	z-index: 1;
}

.with-overlay {
	position: relative;
}

.with-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	/* background: linear-gradient(0deg, rgba(0,0,0,0.7) 2%, rgba(255,255,255,0) 90%); */
	z-index: 1;
}

.hero-text-front {
	position: absolute;
	left: 65px;
	bottom: 36%;
	z-index: 4;
	max-width: 500px;
}

.hero-text-extra h3 {
	font-size: 2.7rem;
	font-weight: 600;
}

.hero-text-extra h4 {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 15px;
}

.hero-text-extra {
	position: absolute;
	right: 65px;
	top: 6%;
}

.hero-text-extra-content {
	padding: 35px 0 18px;
}

.hero-text-extra-content h3 {
	margin-top: 18px;
	font-size: 1.8rem;
}

.hero-text-front.hero-text-top-center h1 {
	font-size: 5rem;
}

.hero-text-front.hero-text-top-right {
	top: 6%;
	bottom: auto;
	right: 65px;
	left: auto;
	text-align: right;
}

.hero-text-front.hero-text-top-center {
	bottom: auto;
	top: 6%;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}

.hero-text-front.hero-text-top-left {
	bottom: auto;
	top: 6%;
	left: 65px;
	right: auto;
	text-align: left;
	width: 100%;
}

.hero-text-front.hero-text-center {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.hero-text-front.hero-text-bottom-right {
	bottom: 6%;
	top: auto;
	right: 65px;
	left: auto;
	text-align: right;
	width: 100%;
}

.hero-text-front.hero-text-bottom-center {
	left: 50%;
	transform: translateX(-50%);
	bottom: 100px;
}

.hero-text-front.hero-text-bottom-left {
	bottom: 6%;
	top: auto;
	left: 65px;
	right: auto;
	text-align: left;
	width: 100%;
}

.hero-covid-banner-front {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background-color: #c11f32;
	color: #fff;
	padding: 0 1%;
}

.hero-covid-banner-front a {
	line-height: 1.1;
	padding: 17px 0;
	text-decoration: none;
	display: block;
	font-weight: 500;
}

.hero-covid-banner-front a span {
	text-decoration: underline;
	color: #fff;
}

.hero-covid-banner-front a:hover {
	text-decoration: underline;
}

a:hover {
	color: inherit;
}

#hero-home {
	position: relative;
}

#hero-home .slick-dots {
	bottom: 30px !important;
}

#hero-home .slick-dots li button:before {
	color: #fff;
	opacity: .36;
	font-size: 10px;
}

#hero-home .slick-dots li.slick-active button:before {
	opacity: .8;
	color: #fff;
}

#box-logos-mob .box-logos__card {
	box-shadow: 0 5px 12px 1px rgba(0, 0, 0, .2);
}

.box-logos__card h3 {
	color: #0f3852;
	font-weight: 700;
}

#box-logos-mob .slick-dots {
	bottom: 3px !important;
}

#box-logos-mob .slick-dots li button:before {
	color: #e2e2e2;
	opacity: 1;
	font-size: 15px;
}

#box-logos-mob .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #c11f32;
}

.hero-text-front h1 {
	color: #fff;
	font-size: 6.8rem;
	line-height: .9;
}

.hero-text-front h2 {
	font-size: 3.2rem;
	color: #fff;
	margin-top: 2.2rem;
	margin-bottom: 1rem;
}

#hero-home .hero-text-front h1 {
	font-size: 6.8rem;
	font-weight: 700;
	line-height: .9;
	margin: 0;
	color: #fff;
}

#hero-home .hero-text-front h2 {
	font-size: 3.2rem;
	color: #fff;
	margin-top: 2.2rem;
	margin-bottom: 1rem;
}

#hero-home .hero-text-front.hero-text-right {
	text-align: right;
	right: 65px;
	left: auto;
}

.hero-text-front.hero-text-top-left {
	top: 50px;
	bottom: auto;
}

.hero-standard__image-wrap .hero-text-bottom {
	margin-top: 35px;
}

.home-brands-title {
	padding: 60px 0 63px;
}

.home-brands-title .subhead-text {
	line-height: 1.8;
}

.box-logos__card {
	box-shadow: 0 23px 17px 1px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .6);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9% 5%;
	transition: all .25s;
	height: 100%;
}

.box-logos__card.no-border {
	border: none !important;
}

#box-logos-equal  .box-logos__card {
	height: 16vw;
	max-height: 223px;
	padding: 11%;
}

.box-logos:not(.no-hover) .box-logos__card:hover {
	box-shadow: 0 23px 17px 1px rgba(0, 0, 0, .3);
}

.home-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 300;
	display: block;
	padding: 10px 15px;
}

.home-slider-arrow i {
	font-size: 4rem;
	color: #fff;
	text-shadow: 0 0 8px #000;
	opacity: .6;
	transition: all .2s;
}

.home-slider-arrow:hover i {
	opacity: 1;
}

.single-craft-post-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 300;
}

.single-craft-post-arrow a {
	display: block;
	padding: 10px 15px;
}

.single-craft-post-arrow i {
	font-size: 4rem;
	color: #fff;
	text-shadow: 0 0 8px #000;
	opacity: .6;
	transition: all .2s;
}

.single-craft-post-arrow a:hover i {
	opacity: 1;
}

.home-slider__next {
	right: 10px;
}

.home-slider__prev {
	left: 10px;
}

.single-craft-post__prev {
	left: 10px;
}

.single-craft-post__next {
	right: 10px;
}

.crafts-sectors-list .box-logos__card:hover {
	box-shadow: 0 23px 17px 1px rgba(0, 0, 0, .3);
}

.crafts-sectors-list .image-wrap img {
	width: 100%;
}

.crafts-sectors-list #sectors .image-wrap img {
	max-width: 100px;
}

.craft-sectors__card .image-wrap {
	display: flex;
	align-items: center;
	padding: 0 50px;
	height: 122px;
	margin-bottom: 15px;
}

#hero-good-company .hero-text-front {
	font-size: 4rem;
}

#hero-good-company {
	margin-bottom: 56px;
	margin-top: 60px;
}

.box-logos__card.craft-sectors__card:hover {
	text-decoration: none;
}

.box-logos__col {
	padding-right: 1.8%;
	padding-left: 1.8%;
	margin-bottom: 34px;
}

section.alternate-content {
	padding-top: 90px;
}

.alternate-content-text-right {
	text-align: right;
}

.alternate-content-row {
	margin-bottom: 80px;
}

.alternate-content__bob.left-main .bob-main-col {
	padding-right: 40px;
}

.alternate-content__bob.right-main .bob-main-col {
	padding-left: 40px;
}

.alternate-content__text {
	padding: 60px 0;
}

.alternate-content-image-emelemt img {
	display: block;
}

.alternate-content-image-emelemt h2, .alternate-content-image-emelemt h3, .alternate-content-text-element h2, .alternate-content-text-element h3 {
	margin-bottom: 20px;
}

.alternate-content .alternate-content-text-element {
	display: flex;
	align-items: center;
	padding: 40px 15px;
}

.box-logos-slick .slick-list {
	padding-bottom: 30px;
}

.box-logos-slick .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.alternate-content-text-element > div {
	flex: 1;
}

.basic-content .text-wysiwyg h2 {
	margin-bottom: 35px;
}

.text-wysiwyg ul, .text-wysiwyg ol {
	padding-left: 18px;
}

.crafts-template-default .basic-content .text-wysiwyg h2 {
	margin-bottom: 20px;
}

.basic-content {
	padding: 70px 0 0px;
}

.basic-content-pad-bot.basic-content {
	padding-bottom: 70px;
}

.contact-basic-content.basic-content {
	padding-bottom: 90px;
	padding-top: 90px;
}

.alternate-content-image-emelemt {
	display: flex;
	align-items: center;
	justify-content: center;
}

a.alternate-content__case-study .alternate-content-image-emelemt {
	transition: all 1s;
}

.alternate-content-case-study-image {
	min-height: 22.5vw;
	height: 100%;
	min-height: 209px;
}

#home-alternate-content .alternate-content-image-emelemt img {
	margin-left: auto;
	margin-right: auto;
}

#home-alternate-content .alternate-content-case-study-image, .alternate-content-covid .alternate-content-case-study-image {
	height: 23.5vw;
	min-height: 210px;
}

.page-template-tpl-coronavirus-daily-digest-example {
	margin-top: 100px;
}

#about-alternate-content .alternate-content-case-study-image {
	min-height: 400px;
}

.alternate-content__case-study.left-main .link-wrap {
	text-align: left;
}

.alternate-content__case-study .alternate-content-image-emelemt {
	position: relative;
}

#home-alternate-content .alternate-content__case-study.right-main .alternate-content-image-emelemt {
	padding-right: 35px;
}

#home-alternate-content .alternate-content__case-study.left-main .alternate-content-image-emelemt {
	padding-left: 35px;
}

a.alternate-content__case-study .alternate-content-image-emelemt::after {
	content: "";
	position: absolute;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #f5f8f8;
	transition: all 1s;
}

a.alternate-content__case-study.right-main .alternate-content-image-emelemt::after {
	right: 0;
}

a.alternate-content__case-study.left-main .alternate-content-image-emelemt::after {
	left: 0;
}

a.alternate-content__case-study .alternate-content-image-emelemt > div {
	z-index: 1;
	position: relative;
}

a.alternate-content__case-study:hover .alternate-content-image-emelemt::after {
	width: 100%;
}

a.alternate-content__case-study:hover .btn-theme span::after {
	opacity: 1;
}

a.alternate-content__case-study:hover .alternate-content-case-study-image.setup-bg {
	background-size: 102%;
}

a .alternate-content-case-study-image.setup-bg {
	background-size: 100%;
	transition: background-size 1s;
}

.alternate-content-half-width .right-main .alternate-content-image {
	margin-left: 4vw;
}

.alternate-content-covid .right-main .text-wysiwyg {
	margin-right: 4vw;
}

.alternate-content-covid .left-main .text-wysiwyg {
	margin-left: 4vw;
}

.alternate-content-half-width .left-main .alternate-content-image {
	margin-right: 4vw;
}

.alternate-content-half-width .right-main .with-text-margin {
	margin-right: 4vw;
}

.alternate-content-half-width .left-main .with-text-margin {
	margin-left: 4vw;
}

.alternate-content-half-width .alternate-content-image-emelemt {
	padding: 35px 0;
}

.instagram_feed {
	margin-top: 120px;
}

.instafeed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.instafeed .instagram-column {
	-ms-flex-preferred-size: calc(100% / 4);
	flex-basis: calc(100% / 4);
	height: 19vw;
	position: relative;
	overflow: hidden;
	border-top: 16px solid #fff;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}

.instagram-inner {
	margin-top: 50px;
}

.instagram_feed {
	padding-bottom: 50px;
}

.job-openings-white span {
	color: #fff;
}

.left-aligned-ul {
	text-align: left;
}

.left-aligned-ul li {
	text-align: left;
}

.instafeed .instagram-column .instagram-image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	will-change: transform;
}

.instafeed .instagram-column:hover .instagram-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.instagram_feed .header-cont {
	padding-top: 50px;
	padding-bottom: 50px;
}

.instagram_feed .title {
	margin-bottom: 20px;
}

.instagram_feed .desc {
	max-width: 500px;
}

.instagram_feed .follow-title {
	color: #ca303b;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 30px;
	text-transform: uppercase;
}

.instagram_feed .socials-list li {
	margin-right: 30px;
}

.instagram_feed .socials-list li a {
	color: #565f6c;
}

.instagram_feed .socials-list li a:hover {
	color: #ca303b;
}

.instagram_feed .socials-list i {
	font-size: 3.5rem;
}

.socials-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 12px;
}

.homepage-blog-section {
	margin-top: 80px;
}

.blog-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-card:hover {
	text-decoration: none;
}

.blog-card:hover .btn-theme span::after {
	opacity: 1;
}

.blog-card .blog-card-bottom {
	position: relative;
	padding: 18px 6px 38px 6px;
	flex-grow: 1;
}

.team-card.blog-card .blog-card-bottom {
	padding: 18px 0px;
}

.blog-card .blog-card-bottom .btn-theme {
	position: absolute;
	bottom: 6px;
	left: 6px;
}

.blog-card.with-hover .blog-card-bottom::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	transition: height .5s;
	background-color: #f5f8f8;
	z-index: -1;
}

.blog-card.with-hover:hover .blog-card-bottom::after {
	height: 100%;
}

.team-section-cards .blog-card__image.setup-bg {
	min-height: 16vw;
}

.blog-card .blog-card__image {
	min-height: 16vw;
}

.blog-card.blog-card-featured .blog-card__image {
	min-height: 22vw;
}

.blog-card-featured.with-image-hover .blog-card__image.setup-bg {
	background-size: cover;
	transition: all 1.2s;
}

.team-section-cards .blog-card__image.setup-bg {
	background-position: top;
}

.blog-card-featured.with-image-hover:hover .blog-card__image.setup-bg {
	/* background-size:104%; */
	transform: scale(1.05);
}

.single-showcase__hero-image.setup-bg {
	min-height: 410px;
}

.single-showcase__hero-logo img {
	max-width: 370px;
	display: block;
	margin: auto;
}

.single-showcase__content {
	padding: 90px 0 0;
}

.text-wysiwyg.text-wysiwyg-showcase {
	margin-bottom: -10px;
}

.text-wysiwyg.text-wysiwyg-showcase p {
	font-size: 1.9rem;
}

.text-wysiwyg.text-wysiwyg-showcase p, span, li {
	color: #010101;
}

.work-showcases-template-default footer {
	margin-top: 100px;
}

.single-showcase__hero-logo {
	margin: 25px 0 32px;
}

.team-card.blog-card {
	position: relative;
	display: block;
	height: auto;
}

.team-card::after {
	content: "";
	position: absolute;
	left: 0;
	width: 33%;
	bottom: 16px;
	height: 4px;
	background-color: #c11f32;
}

.blog-col {
	margin-top: 18px;
}

.leadership-repeater-0 .leadership-img {
	max-height: 600px;
}

.leadership-repeater-1 .leadership-img {
	max-height: 560px;
}

#work-client-logos {
	margin-top: 100px;
}

.leadership-repeater-2 .leadership-img {
	max-height: 560px;
}

.craft-sectors__card h3 {
	text-transform: lowercase;
}

.leadership-repeater .single-leadership-repeater {
	position: relative;
	padding-top: 50px;
}

.leadership-repeater .single-leadership-repeater.right {
	background-color: #f6f8fc;
}

.single-leadership-repeater .desc-cont {
	padding-bottom: 75px;
}

.leadership-repeater .single-leadership-repeater .name {
	color: #2b333d;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.1;
}

.leadership-repeater .single-leadership-repeater .position {
	color: #ca303b;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 12px;
}

.leadership-repeater .team-social {
	margin-bottom: 40px;
}

.leadership-repeater .team-social a {
	display: inline-block;
	margin-right: 10px;
	max-width: 36px;
}

.craft-sector-tab-link {
	position: relative;
	opacity: .5;
	transition: all .2s;
	padding: 0;
	border-bottom: 8px solid #c11f32;
	position: relative;
	display: block;
}

.craft-sector-tab-link:hover {
	text-decoration: none;
}

.craft-sector-tab-link h2 {
	margin: 2px 0;
}

.craft-sector-tab-link.active {
	opacity: 1;
}

.craft-sector-tab-link.active .triangle-icon {
	opacity: 1;
}

.craft-sector-tab-link .triangle-icon {
	height: 0;
	width: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 16px solid #c12033;
	left: 0;
	right: 0;
	bottom: -3.4rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	/* visibility: hidden; */
	margin: auto;
	position: absolute;
	display: block;
	z-index: 1;
}

section.search-header {
	padding: 40px 0;
}

.home-case-studies-title {
	margin-bottom: 90px;
}

#craft-sector-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
	padding: 50px 0 70px;
}

#craft-sector {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
	padding: 10px 0 30px;
}

#craft-sector-tabs .nav-item, #craft-sector .nav-item {
	padding: 0 5rem;
}

.page-404-buttons {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.page-404-buttons > div {
	margin: 0 30px;
}

.page-404 {
	min-height: calc(100vh - 103px - 227px);
	position: relative;
}

.page-404::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .2;
	z-index: 0;
}

.page-404 > div {
	position: relative;
	z-index: 1;
}

.error404 footer {
	margin-top: 0 !important;
}

.page-404 h1 {
	font-size: 4rem;
	margin-bottom: 2rem;
	color: #fff;
	font-weight: 700;
}

.page-404 h1 strong {
	font-size: 8rem;
}

.page-404-buttons {
	margin-bottom: 50px;
}

.page-404-buttons a, .page-404-buttons span {
	color: #fff !important;
}

.blog-featured {
	margin-top: 70px;
}

.blog-featured__flex {
	margin-bottom: 70px;
}

.covid-title-left {
	text-align: right;
}

.blog-featured__titles h1, .blog-featured__titles h2, .covid-title-left h2 {
	font-size: 3.5rem;
	color: #000;
}

.alt-cont-covid-top {
	margin-top: 50px;
}

.blog-featured__titles-right {
	text-align: right;
}

.blog-featured__titles-left.opacity-hidden {
	opacity: 0;
}

.blog-featured__titles {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.blog-featured__flex {
	display: flex;
}

.blog-featured__titles-left {
	text-align: right;
}

.alternate-content-case-study-image .fa-play-circle {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 9rem;
	z-index: 6;
	text-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.blog-card-image-outer {
	overflow: hidden;
}

.form-accordion-text {
	padding: 5px 0 35px 0;
}

.blog-featured__flex .blog-featured__left {
	flex: 1;
}

.blog-featured__flex .blog-featured__form {
	min-width: 250px;
	flex-basis: 26%;
	flex-shrink: 1;
	padding-left: 35px;
}

.btn-larger .btn-theme span {
	font-size: 18px;
	color: #000;
	opacity: 1;
}

.btn-larger a.btn-theme span::after, .btn-larger span.btn-theme span::after {
	opacity: 1;
}

.form-accordion-body .btn-theme {
	margin-top: 25px;
}

.form-placeholder {
	background-color: #ccc;
	padding: 20px;
	height: 315px;
}

.blog-featured__form {}

.blog-archive__archive {}

.blog-archive__archive .rbb-pagination {
	margin-top: 86px;
}

.rbb-pagination {
	margin-top: 30px;
}

.rbb-pagination a, .rbb-pagination span {
	font-size: 2rem;
	color: #000;
	margin: 0 15px;
}

.rbb-pagination .current {
	opacity: .5;
}

.rbb-pagination a {
	position: relative;
	font-weight: 700;
}

.national-content {
	text-align: right;
}

.national-local {
	margin-top: 85px;
}

.case-study-cta-link {
	margin-bottom: 70px;
}

.national-local h2 {
	margin-bottom: 30px;
}

.national-local .text-wysiwyg {
	padding: 40px 0;
}

.national-meta {
	margin-top: 30px;
}

.national-meta p, .national-meta a, .national-meta span, .national-meta div {
	font-size: 1.7rem;
	font-weight: bold;
}

.search.menu-item span {
	color: #fff;
	margin-left: 8px;
}

.rbb-pagination a:hover {
	text-decoration: none;
}

.rbb-pagination a:hover::after {
	opacity: 1;
}

.rbb-pagination a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #c11f32;
	opacity: 0;
	transition: all .2s;
}

.news-featured-hero {
	background-color: #f5f8f8;
}

.postid-1188 .results .number-cont {
	margin-left: initial !important;
	margin-right: initial !important;
}

#mobile-menu-open-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: transparent;
	z-index: 8;
}

#mobile-menu-open-backdrop.open {
	/* opacity:.5; */
	
	/* z-index: 8; */
	width: 100%;
	height: 100%;
}

.basic-page {
	margin-top: 50px;
}

.basic-page h1 {
	font-size: 4rem;
	font-weight: 700;
}

.basic-page .text-wysiwyg {
	margin-top: 50px;
}

.basic-page .text-wysiwyg h2 {
	margin-bottom: 20px;
}

.basic-page .text-wysiwyg h3 {
	margin-bottom: 20px;
}

.news-featured-hero.main-header {
	padding-top: 40px;
	padding-bottom: 0;
}

.main-header.main-header-case-study {
	padding-top: 0;
}

.main-header {
	/* padding-top: 120px; */
	padding: 48px 62px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.featured-news-hero-image {
	height: 18.5vw;
	/* max-width: 500px; */
	width: 100%;
	display: inline-block;
	margin-right: 0;
	margin-bottom: -50px;
	box-shadow: 0 10px 12px rgba(0, 0, 0, .06);
}

.news-content-cont {
	padding: 50px 0;
}

.news-share-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-template-meta {
	color: #0f3852;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

.news-content-cont .body-cont {
	margin-top: 15px;
}

.addthis_inline_share_toolbox_2b9h {
	margin-top: 22px;
}

.news-meta-sep {
	display: inline-block;
	margin: 0 8px;
}

.article-content p {
	line-height: 1.7;
	margin-bottom: 2rem;
}

.news-template-sidebar {
	position: relative;
}

.news-template-sidebar::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -16px;
	width: 1px;
	background-color: #e1e1e1;
}

.news-template__recent-card {
	display: block;
	padding: 24px 0 18px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

.news-template__recent-title {
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.news-template__recent-card:hover {
	text-decoration: none;
}

.news-template__recent-card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 40%;
	transition: width .5s;
	background-color: #c12033;
}

.news-template__recent-card:hover::after {
	width: 100%;
}

.team-card img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.news-tempalate-content-col {
	padding-right: 70px;
}

.single-news__newsletter-title {
	font-size: 1.8rem;
	margin-bottom: 12px;
}

.news-template-form {
	margin-top: 40px;
	padding: 40px 10px 0;
	background-color: #f6f8fc;
	width: 100%;
	display: block;
}

.blog-featured__form {
	margin-top: 30px;
}

.contact-page-info {
	padding: 70px 0 60px;
}

.contact-page-info .footer-logo-cont {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.contact-page-info .contact-meta {
	font-family: "Raleway", sans-serif;
}

.contact-page-info .contact-meta a, .contact-page-info .contact-meta div {
	color: #000;
	font-size: 2.2rem;
	font-weight: 500;
}

.contact-page-info .contact-meta .contact-mail a, .contact-page-info .contact-meta .contact-mail div {
	font-size: 2rem;
	text-transform: lowercase;
	margin-top: 25px;
	font-weight: 700;
}

.alternate-content-title span {
	color: #c11f32;
}

.alternate-content-title {
	margin-bottom: 40px;
	font-weight: 700;
}

.left-main .alternate-content-text-element {
	text-align: right;
}

.alternate-content__case-study.right-main .link-wrap {
	text-align: right;
}

.covid-intro.text-wysiwyg h2, .covid-intro.text-wysiwyg h3 {
	font-size: 2.5rem;
}

.bob-download-page {
	padding: 85px 0;
}

.bob-download-hero {
	margin-bottom: 45px;
}

.bob-download-content h2:first-of-type {
	margin-bottom: 37px;
}

.bob-download-form-title {
	text-align: right;
	margin-bottom: 60px;
}

.covid-article-content h2, .covid-article-content h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.covid-article-content .wp-block-separator {
	width: 100%;
	border-top: 1px solid #c11f32;
	margin-top: 30px;
	margin-bottom: 25px;
}

.covid-tpl-content {
	background-color: #f6f6f7;
	padding-top: 60px;
	padding-bottom: 40px;
}

.page-template-tpl-coronavirus-lp footer, .page-template-tpl-contact footer, body.single-crafts footer {
	margin-top: 27px;
}

.covid-resources-hero {
	position: relative;
}

.lp2-hero__overlay, .covid-resources-hero__overlay {
	background-color: #fff;
	opacity: .8;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.covid-resources-hero h1 {
	color: #c11f32;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	padding: 52px 0 0px;
	position: relative;
	z-index: 1;
	margin-top: 0 !important;
	margin-bottom: 20px;
}

.covid-resources-subhead {
	color: #231f20;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

.covid-resources-videos {
	padding-bottom: 50px;
	padding-top: 20px;
}

.graybg {
	background-color: #f0f0f0;
}

.text-center {
	text-align: center;
}

.covid-res-subhead {
	color: #c11f32;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
	margin: 38px 0 25px;
}

.covid-video-card {
	padding: 10px 15px;
}

.covid-video-card p {
	margin-top: 15px;
}

.covid-resources-blog {
	margin-bottom: 55px;
	padding-top: 25px;
}

.covid-res-subhead-copy {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.covid-blog-card {
	padding: 22px 8px;
	display: block;
	transition: all .2s;
}

.covid-blog-card-inner {
	border: 1px solid #bcbdc0;
	transition: all .2s;
	background-color: #fff;
}

.covid-blog-card-img {
	height: 232px;
}

.covid-blog-card-content {
	padding: 5px 20px 20px;
}

.covid-blog-card-title {
	color: #231f20;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.covid-blog-card-read-more {
	color: #c11f32;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.covid-blog-card-read-more i {
	display: inline-block;
	margin-left: 6px;
	font-size: 15px;
}

.covid-blog-card-title {
	margin: 15px 0 5px;
}

.covid-blog-card:hover {
	text-decoration: none;
}

.covid-download-card-img {
	height: 232px;
}

.covid-downloadables {
	margin-top: 25px;
}

.btn.btn-rbb-new {
	border-radius: 28px;
	background-color: #c11f32 !important;
	background: #c11f32 !important;
	padding: 15px 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: 0 !important;
	font-size: 1.8rem;
	transition: all .2s;
}

.bob-download-form-title.download-with {
	margin-top: 50px;
}

.pdf-download-btn {
	border-radius: 8px;
	background-color: #c11f32 !important;
	background: #c11f32 !important;
	padding: 7px 14px;
	color: #fff !important;
	font-weight: 700;
	line-height: 1 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: 0 !important;
	font-size: 1.8rem;
	transition: all .2s;
	margin: 13px 0;
	display: inline-block;
	text-align: center;
}

.pdf-download-btn::after {
	content: none !important;
}

.pdf-download-btn.pdf-download-lg {
	font-size: 2.5rem;
	padding: 12px 20px;
}

.pdf-downlaod-btn:hover {
	color: #fff !important;
}

.btn.btn-rbb-new:hover {
	color: #fff;
	background-color: #de3448 !important;
}

.covid-download-card .covid-res-card-title {
	min-height: 64px;
}

.covid-res-card-title {
	color: #231f20;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 20px 0 10px;
}

.covid-download-card {
	padding: 10px 20px 45px;
}

.contact-meta a, .contact-meta div {
	font-size: 2.2rem;
	font-weight: 500;
}

.text-wysiwyg.contact-text-wys h1 {
	font-size: 4.5rem;
	margin-bottom: 2rem;
}

.text-wysiwyg.contact-text-wys h4 {
	font-size: 2.2rem;
}

.join-basic-content {
	margin-bottom: 80px;
}

.about-the-content.about-basic-content {
	padding-top: 80px;
	padding-bottom: 20px;
}

.about-basic-content h4 {
	font-size: 2.2rem;
	margin-bottom: 1.8rem;
}

.join-basic-content h1 {
	font-size: 5rem;
	margin-bottom: 30px;
}

.single-half-width-text {
	padding: 10vw 0;
	padding-left: 4vw;
}

.job-openings-header {
	padding: 80px 0;
}

.job-openings-feed {
	padding: 60px 0 0;
}

.job-openings-header h1 {
	margin-bottom: 20px !important;
	color: #c11f32;
}

#jobs-container .panel {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

#jobs-container h5 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
}

#jobs-container i {
	font-size: 2rem;
	margin-right: 20px;
	margin-left: 10px;
}

#jobs-container .card-header-cus {
	padding: 15px 10px;
}

#jobs-container a:not(.btn-rbb-new) {
	color: #212529;
}

#jobs-container a:hover {
	text-decoration: none;
}

.job-app-more {
	margin: 40px 0px;
}

.job-app-more h2 {
	margin-bottom: 20px;
}

.join-social .instagram_feed {
	margin-top: 30px;
}

.modal-backdrop {
	z-index: 99998 !important;
}

.modal {
	z-index: 99999 !important;
}

#job-application-modal .modal-content {
	padding: 20px 15px 35px;
	position: relative;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(40, 40, 40, .5);
}

.job-application-form-button {
	margin-top: 25px;
}

#job-application-modal .close {
	position: absolute;
	top: 14px;
	right: 14px;
}

#job-application-modal .close i {
	font-size: 20px;
	color: #000;
}

#job-application-form .col-12 {
	padding-left: 7px;
	padding-right: 7px;
}

#job-application-form label {
	width: 100%;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 4px;
}

#job-application-form input[type="text"], #job-application-form textarea, #job-application-form input[type="tel"], #job-application-form input[type="url"], #job-application-form input[type="email"] {
	width: 100%;
	padding: 15px;
	font-size: 1.8rem;
	border-radius: 5px;
	height: 48px;
	background-color: #fafafa;
	border: 1px solid gray;
	margin-top: 4px;
}

#job-application-form textarea {
	height: 96px !important;
}

#job-application-form input[type="file"] {
	margin-top: 4px;
	height: 48px;
}

.page-id-715 .bottom-black-box .repeater-cont .repeater-title {
	font-size: 2.4rem;
}

.challenge h2, .program h2, .strategy h2 {
	margin-bottom: 30px;
}

.challenge ul, .program ul, .strategy ul {
	padding-left: 18px;
	text-align: left;
}

#job-application-form input[type="submit"] {
	font-size: 1.8rem;
	color: #fff;
	box-shadow: none;
	border: none;
	padding: 10px 70px;
	background-color: #c12033;
	margin-top: 10px;
	border-radius: 22px;
	cursor: pointer;
}

.bob-default-content-cont h2 {
	margin-bottom: 15px;
}

.bob-half-1 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.cmos-v-consumer {
	padding: 55px 0 50px;
	background-color: #f6f8fc;
}

.consumer-data-section {
	padding: 55px 0 50px;
}

.bob-image-bot img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

.cmos-title h4 {
	font-size: 2rem;
	margin-top: 10px;
	margin-bottom: 40px;
}

.fake-img-fluid {
	width: 100%;
}

.bottom-bob-half {
	margin: 40px 0px;
}

.cmos-v-consumer-mobile .bob-title h4 {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 1.8rem;
}

h2.bob-title {
	margin-bottom: 30px;
	text-align: center;
	color: #231f20;
	font-size: 32px;
	font-weight: 700;
}

h2.bob-title-left {
	margin-bottom: 30px;
	color: #231f20;
	font-size: 32px;
	font-weight: 700;
}

h2.bob-title-left strong {
	color: #c12033;
	font-size: 32px;
}

.cmos-list {
	display: inline-block;
	text-align: left;
}

.form-accordion-item {
	background-color: #f6f6f7;
	margin-bottom: 13px;
	border-radius: 10px;
}

.form-accordion-item a {
	display: block;
	color: #000;
}

.form-accordion-item a:hover {
	text-decoration: none;
	color: #000;
}

.form-accordion-heading {
	position: relative;
}

.covid-download-block-col {
	padding-left: 40px;
}

.form-accordion-heading h2 {
	padding: 15px;
	font-size: 2.6rem;
	padding-left: 62px;
}

.form-accordion-body {
	padding-left: 62px;
	padding-right: 62px;
}

.form-accordion-heading i {
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 30px;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .2s;
}

.form-accordion-heading [aria-expanded=true] i {
	transform: translateY(-50%) rotate(-90deg);
}

.cmos-list h3 {
	color: #565f6c;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 26px;
	border-bottom: 4px solid #c12033;
	position: relative;
}

.cmos-list h3::after {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 0;
	width: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 16px solid #c11f32;
}

.cmo-item-inner {
	color: #231f20;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	padding: 3px 15px;
	border-radius: 18px;
	background-color: rgba(193, 32, 51, 0);
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: all .5s linear;
	margin-bottom: 5px;
}

.contact-text-2 {
	margin-top: 50px;
}

.cmo-item-inner.active {
	background-color: rgba(193, 31, 50, 1);
	color: #fff;
	font-weight: 500;
}

.cmo-item-inner.active span {
	color: #fff;
}

.cmo-item-inner .cmos-list-item__index {
	margin-right: 18px;
	width: 9px;
}

.cmos-red-box {
	opacity: 0;
	margin: 30px 15px 0;
	border-radius: 20px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
	background-color: #c11f32;
	padding: 20px 27px;
	transition: opacity .9s;
}

.cmos-red-box.active {
	opacity: 1;
}

.cmos-red-box h2 {
	color: #fff;
	font-size: 21px;
	margin-bottom: 6px;
	line-height: 1.35;
	font-weight: 700;
}

.cmos-red-box p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.cmos-summary p {
	/* color: #565f6c; */
	font-size: 21px;
	/* font-weight: 700; */
	margin-top: 50px;
}

.cmos-v-consumer-restrict {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.data-chart-flex {
	display: flex;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}

.data-chart-flex .data-chart-wrap {
	flex-basis: 60%;
}

.data-chart {
	margin-bottom: 8px;
}

.data-section-description {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.data-chart-flex.chart-gray .data-title {
	color: #565f6c;
}

.data-chart.chart-gray .data-title {
	color: #565f6c;
}

.data-chart-flex.chart-gray .bar-text {
	color: #565f6c;
}

.data-chart.chart-gray .bar-text {
	color: #565f6c;
}

.data-chart-flex.chart-gray .bar {
	background-color: #565f6c;
}

.data-chart.chart-gray .bar {
	background-color: #565f6c;
}

.data-chart-flex.chart-red .data-title {
	color: #c11f32;
}

.data-chart.chart-red .data-title {
	color: #c11f32;
}

.data-chart-flex.chart-red .bar-text {
	color: #c11f32;
}

.data-chart.chart-red .bar-text {
	color: #c11f32;
}

.data-chart-flex.chart-red .bar {
	background-color: #c11f32;
}

.data-chart.chart-red .bar {
	background-color: #c11f32;
}

.data-chart-flex.chart-black .data-title {
	color: #231f20;
}

.data-chart.chart-black .data-title {
	color: #231f20;
}

.data-chart-flex.chart-black .bar-text {
	color: #231f20;
}

.data-chart.chart-black .bar-text {
	color: #231f20;
}

.data-chart-flex.chart-black .bar {
	background-color: #231f20;
}

.data-chart.chart-black .bar {
	background-color: #231f20;
}

.data-chart-flex span, .data-chart span {
	color: inherit;
}

.data-chart-flex .data-title {
	flex-basis: 30%;
	font-size: 32px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bar-text {
	position: absolute;
	font-size: 21px;
	font-weight: 700;
	top: 0;
	right: -9px;
	white-space: nowrap;
	width: 1px;
}

.data-chart-bar-1 .bar-text {
	color: #565f6c;
}

.data-chart .bar {
	display: block;
	position: relative;
	height: 30px;
	min-width: 1px;
	width: 1px;
	transition: width 2200ms;
}

.data-chart i {
	position: absolute;
	color: #fff;
	display: block;
	font-size: 20px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.data-chart-bar-1 .bar {
	background-color: #565f6c;
}

.hat-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #f6f8fc;
	padding-bottom: 50px;
}

.hat-section-likely {
	margin-top: 50px;
	margin-bottom: 30px;
}

.brand-love-summary {
	margin-top: 45px;
}

.hat-section-inner {
	padding: 0 4%;
}

.pay-more-chart-row {
	margin-bottom: 38px;
}

.pay-more-section-inner {
	padding: 50px 0;
}

.pay-more-border {
	border-bottom: 1px solid #f1f1f2;
}

.pay-more-summary {
	margin-top: 0;
	text-align: center;
}

.data-chart-pay-more {
	margin-top: 10px;
}

.pay-more-summary-inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 10px;
}

.bob-tab-head {
	font-size: 22px !important;
	letter-spacing: 0;
}

.rbb-tabs.bob-tabs {
	margin-top: 10px;
}

.cmos-v-consumer-mobile .bob-title {
	margin-top: 40px;
	padding: 0 15px;
}

.rbb-tabs.bob-tabs .nav .nav-link {}

.bob-tabs #craft-sectorContent .tab-pane {
	padding-top: 28px !important;
	padding-bottom: 38px !important;
	border-bottom: 0 !important;
}

.wave-a-white.no-arrow span::after {
	display: none !important;
}

.single-half-width-text {
	text-align: right;
}

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

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

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

/* * * * * * * * * * * * * * * FOOTER  * * * * * * * * * * * * * */

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

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
footer {
	background-color: #f6f6f7;
	padding: 50px 0 30px;
	margin-top: 120px;
}

.footer-meta div, .footer-meta a {
	color: #000;
	font-size: 1.4rem;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}

.footer-copywrite {
	font-size: 1.5rem;
}

.footer-copywrite a {
	text-decoration: underline;
	color: inherit;
}

.footer-copy-col p {
	color: #000;
	font-size: 1.4rem;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}

.footer-logo-cont {
	max-width: 95px;
}

.footer-logo-cont img {
	width: 100%;
}

.footer-social-helper a {
	color: #000;
}

.footer-social-helper a:hover {
	opacity: .7;
}

.footer-social-helper i {
	font-size: 2rem;
}

.footer-social-helper li {
	margin-right: 9px;
}

.footer-address {
	margin-bottom: 9px;
}

.wp-image-651 {
	max-width: 700px !important;
}

.line-height-large p {}

.main-header .date {
	/* color: #fff; */
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1.79px;
	line-height: 24px;
	margin-bottom: 30px;
}

.main-header .title {
	/* color: #fff; */
	margin-bottom: 15px;
	/* max-width: 550px; */
	font-size: 4.2rem;
}

.main-header .subtitle {
	color: #c12033;
	font-family: "Proxima Nova", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.main-header .desc {}

.header-video {}

.project-img-bg {
	height: 300px;
}

.main-header.main-header-case-study.section-video {
	padding-bottom: 100px;
}

.main-header.section-video {
	padding-bottom: 170px;
}

.header-video .video-cont {
	position: relative;
	top: -50px;
}

.video-cont.video-cont-restrict {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.header-video .video-text {
	position: relative;
	top: -70px;
	color: #2b333d;
	font-size: 2rem;
	font-weight: 700;
	line-height: 25px;
}

.single-case-studies {
	background: #f6f8fc;
}

.case-studies-logos {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-cont.video-cont-restrict {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.header-video .video-cont {
	position: relative;
	top: -50px;
}

.challenge, .program {
	background: #fff;
}

.strategy {
	padding: 100px 0;
}

.program {
	padding-bottom: 0px;
}

.results {
	position: relative;
	background-image: linear-gradient(224deg, #222931 0%, #0e1217 100%);
	padding: 100px 0;
}

.strategy .strategy-cont p {
	text-align: center;
}

.challenge h2, .program h2 {
	margin-bottom: 30px;
}

.strategy .title {
	margin-bottom: 30px;
}

.strategy .strategy-cont ul li {
	margin-bottom: 15px;
}

.results .title-wrapper {
	margin-bottom: 90px;
}

.results .title {
	color: #fff;
	margin-bottom: 40px;
}

.results .number-cont {
	margin-bottom: 50px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.results .number {
	color: #fff;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 60px;
}

.results .number-title, .results .number-title * {
	color: #ca303b;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
}

.results .number-desc {
	color: #fff;
}

.results .number-cont {
	margin-bottom: 50px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.other_projects {
	padding: 50px 0;
	background-color: #f6f8fc;
}

.other_projects .title {
	margin-bottom: 20px;
}

.project-img-bg {
	height: 300px;
}

.other_projects .project-title {
	color: #2b333d;
	font-size: 2rem;
	font-weight: 700;
	line-height: 25px;
	margin-top: 10px;
}

.case-studies-logos .case-studies-logo img {
	max-width: 350px;
}

.challenge .text-cont, .program .text-cont {
	padding: 30px 90px;
}

.results .desc {
	color: #fff;
	margin-bottom: 90px;
}

#main-content ul ul {
	padding-top: 17px;
}

.other_projects h2 {
	margin-bottom: 30px;
}

.to-top-link {
	transition: all .5s;
	opacity: 0;
	transform: translateY(-60%);
	position: fixed;
	right: 40px;
	bottom: 55px;
	background-color: #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 0 9px rgba(40, 40, 40, .8);
	pointer-events: none;
}

.case-studies-back-btn {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	padding: 7px 20px;
	background-color: #c11f32;
	color: #fff;
	font-size: 1.8rem;
	opacity: .53;
	transition: opacity .17s;
}

.case-studies-back-btn:hover {
	text-decoration: none;
	opacity: 1;
}

.case-studies-back-btn span {
	color: #fff;
}

.case-studies-back-btn i {
	margin-right: 9px;
}

@media (min-width:992px) {
	.to-top-link.shown:hover {
		background-color: #f4f4f4;
		opacity: 1;
	}
}

@media (max-width:992px) {
	.no-padding-small {
		padding-left: 0;
		padding-right: 0;
	}
	
	.national-local {
		margin-top: 90px;
	}
	
	.case-study-cta-link {
		margin-bottom: 45px;
	}
	
	.hero-text-extra {
		display: none !important;
	}
}

.to-top-link.shown {
	opacity: .7;
	transform: translateY(0%);
	cursor: pointer !important;
	pointer-events: all;
}

.to-top-link p {
	margin: 0;
	padding: 0;
	/* padding-top: 5px; */
	line-height: 1.2;
	color: #1d2427;
	font-weight: 500;
	cursor: pointer !important;
}

.to-top-link i {
	font-size: 28px;
	font-weight: 900;
}

.header-square-logo {
	display: none;
}

/* New Style  */
.challenge .text-cont.new-design {
	padding: 100px 90px;
}

.press-clips-carousel .slick-prev:before, .press-clips-carousel .slick-next:before {
	color: #0e1217;
}

.press-clips-carousel .slick-prev, .press-clips-carousel .slick-next {
	z-index: 1;
}

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

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

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

/* * * * * * * * * * * * * * * MEDIA * * * * * * * * * * * * * * */

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

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width:440px) {
	.header-logo {
		display: none;
	}
	
	.header-square-logo {
		display: block;
		height: 55px;
	}
}

@media (min-width:991px) and (max-width:1110px) {
	.header-logo {
		display: none;
	}
	
	.header-square-logo {
		display: block;
		height: 55px;
	}
}

@media (max-width: 575px) {
	.team-card .blog-card__image {
		background-image: none !important;
		min-height: unset !important;
	}
	
	.covid-header-text h2 {
		font-size: 1.6rem !important;
	}
	
	.team-card.blog-card .blog-card-bottom {
		text-align: center;
	}
	
	.team-card::after {
		left: 50%;
		transform: translateX(-50%);
		width: 33%;
	}
	
	hero-home.hero-standard h1, .hero-standard h1 {
		font-size: 2.4rem !important;
	}
	
	.header-default-layout-mobile {
		padding: 69px 20px;
	}
	
	#header-menu-mobile-menu a {
		line-height: 1.1;
	}
	
	.team-card img {
		max-width: 220px;
	}
	
	.page-template.page-template-tpl-about .team-section-cards .blog-card__image.setup-bg {
		min-height: unset !important;
	}
	
	.team-card .blog-card__image.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

.alternate-content-row.alternate-content-covid {
	margin-bottom: 90px;
}

@media (max-width: 767px) {
	.instafeed .instagram-column {
		-ms-flex-preferred-size: calc(100% / 2);
		flex-basis: calc(100% / 2);
		height: 50vw;
	}
	
	.postid-266 #hero-crafts-sectors .hero-standard__image-wrap.setup-bg {
		background-position: left !important;
	}
	
	.bob-download-form-title {
		text-align: left;
		margin-bottom: 20px;
		margin-top: 60px;
	}
	
	.single-craft-post-arrow i, .home-slider-arrow i {
		font-size: 3rem;
	}
	
	.single-craft-post__next, .home-slider__next {
		right: 0px;
	}
	
	.single-craft-post__prev, .home-slider__prev {
		left: 0px;
	}
	
	.crafts-template-default .about-basic-content.darkgray-bg {
		margin-top: 40px;
	}
	
	.covid-download-block-col {
		padding-left: 15px;
	}
	
	.btn.btn-rbb-new {
		padding: 15px 25px;
		white-space: nowrap;
	}
	
	.team-section-cards .blog-card__image.setup-bg {
		min-height: 230px !important;
		height: unset !important;
	}
	
	h2.title, .bob-title, .bob-title-left, .bob-title strong, .bob-title-left strong {
		font-size: 25px !important;
		line-height: 1.3;
	}
	
	.form-accordion-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.single-showcase__hero-logo img {
		max-width: 270px;
	}
	
	.single-showcase__content {
		padding: 50px 0 50px;
	}
	
	.work-showcases-template-default footer {
		margin-top: 30px;
	}
	
	.cmos-v-consumer-restrict .bob-title {
		text-align: left;
	}
	
	p {
		font-size: 1.6rem !important;
	}
	
	.data-chart-flex {
		display: block;
		margin-right: 30%;
	}
	
	.data-chart-flex .data-title {
		text-align: left;
		display: block;
		font-size: 28px;
	}
	
	.hat-section-inner img {
		max-width: 85px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#craft-sector-tabs {
		padding-top: 10px;
	}
	
	.hero-standard .hero-text-front h2 {
		font-size: 2rem;
		margin-top: 1rem;
	}
	
	.page-template-tpl-bob .text-wysiwyg {
		text-align: center !important;
	}
	
	.pdf-download-btn.pdf-download-lg {
		font-size: 2.1rem;
	}
	
	.hat-section {
		background-image: none !important;
	}
	
	.hat-section.nitro-lazy {
		background-image: none !important;
	}
	
	.hat-section-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.chart-wrap-label-below-mobile {
		margin-right: -160px;
	}
	
	.hat-section-likely {
		overflow: hidden;
	}
	
	.chart-wrap-label-below-mobile .bar-text {
		bottom: -32px;
		top: unset;
		right: unset;
		left: 0;
		width: 100%;
	}
	
	.chart-wrap-label-below-mobile .data-chart {
		margin-bottom: 38px;
	}
	
	.hat-section-likely h2 {
		margin-bottom: 45px;
	}
	
	.hero-standard__image-wrap img {
		display: none;
	}
	
	.hero-standard__image-wrap {
		position: relative;
	}
	
	.hero-standard__image-wrap.hero-text-front {
		z-index: 2;
	}
	
	.hero-standard__image-wrap::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		background: linear-gradient(0deg, rgba(0, 0, 0, .3) 10%, rgba(255, 255, 255, 0) 40%);
		z-index: 1;
	}
	
	#hero-crafts-sectors h1 span, #hero-crafts-sectors h2 span, #hero-crafts-sectors h3 span, #hero-good-company:not(.keep) h1 span, #hero-good-company h2 span, #hero-good-company h3 span {
		color: #fff !important;
	}
	
	.work-client-main h2 {
		margin-top: 45px;
		margin-bottom: 35px;
	}
	
	.hero-standard .hero-text-front:not(.keep-desktop) {
		left: 15px !important;
		bottom: 30px !important;
		right: auto !important;
		top: auto !important;
		text-align: left !important;
		transform: none !important;
	}
	
	.hero-standard .hero-text-front.about-keep.keep-desktop {
		left: 15px;
		top: 15px;
	}
	
	#hero-home .slick-dots {
		bottom: 5px !important;
	}
	
	#hero-home .hero-text-front h2 {
		margin-top: 1rem;
	}
	
	.home-brands-title .subhead-text {
		line-height: 1.5;
	}
	
	.subhead-text {
		font-size: 2.1rem !important;
	}
	
	.box-logos__col {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.box-logos__card {
		height: auto !important;
		padding: 20px !important;
	}
	
	.box-logos__fixed-height-mobile {
		width: 140px;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.home-brands {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.box-logos__col {
		margin-bottom: 16px;
	}
	
	section.alternate-content {
		padding-top: 0px;
	}
	
	.alternate-content__text {
		padding: 30px 0;
	}
	
	.text-wysiwyg h3, .text-wysiwyg h2 {
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
	
	.alternate-content-row {
		margin-bottom: 0px;
	}
	
	.alternate-content-covid {
		margin-bottom: 60px !important;
	}
	
	.alternate-content__case-study .alternate-content-image-emelemt img {
		display: block;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.alternate-content__case-study .alternate-content-image-emelemt {
		margin: 20px 0 40px;
	}
	
	.alternate-content__case-study .alternate-content-image-emelemt .link-wrap {
		text-align: center;
	}
	
	a.btn-theme span::after, span.btn-theme span::after {
		opacity: 1;
	}
	
	a.alternate-content__case-study:hover .alternate-content-image-emelemt::after {
		content: none;
	}
	
	.instagram_feed {
		margin-top: 40px;
	}
	
	.instagram_feed h2.subhead-text {
		font-size: 3rem !important;
	}
	
	.homepage-blog-section {
		margin-top: 40px;
	}
	
	.hp-blog-copy.text-wysiwyg h2 {
		margin-bottom: 5px;
		font-size: 3rem !important;
	}
	
	.blog-card .blog-card__image {
		min-height: 230px;
	}
	
	.blog-card.with-hover .blog-card-bottom::after {
		content: none;
	}
	
	.blog-col {
		margin-top: 28px;
	}
	
	footer {
		margin-top: 45px;
		padding-top: 20px;
	}
	
	.footer-logo-cont {
		margin-left: auto;
		margin-right: auto;
		max-width: 78px;
	}
	
	.footer-meta {
		text-align: center;
		margin-top: 18px;
	}
	
	footer .socials-list {
		justify-content: center;
		margin-top: 20px;
	}
	
	.footer-social-helper li {
		margin: 0 9px;
	}
	
	.footer-social-helper i {
		font-size: 3rem;
	}
	
	footer .footer-copy-col {
		margin-top: 20px;
	}
	
	footer .footer-copy-col p {
		font-size: 1.4rem !important;
		text-align: center;
	}
	
	.craft-sectors__card .image-wrap {
		width: 105px;
		height: 105px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.box-logos__card.craft-sectors__card {
		height: 100% !important;
		padding: 15px;
	}
	
	.crafts-sectors-list {
		margin-bottom: 50px;
	}
	
	.basic-content {
		padding: 40px 0;
	}
	
	.basic-content p img {
		margin-bottom: 30px;
	}
	
	.bob-half .text-wysiwyg {
		text-align: left;
		padding: 30px 0 0;
	}
	
	.hero-standard.keep-img-element-on-mobile .hero-standard__image-wrap {
		min-height: unset !important;
	}
	
	.hero-standard.keep-img-element-on-mobile img {
		display: block !important;
	}
	
	.main-header .article-header-text {
		margin: 5px 0 15px !important;
		font-size: 2.5rem !important;
	}
	
	.article-content h2 {
		font-size: 2.3rem;
	}
	
	.article-content h3 {
		font-size: 2rem;
	}
	
	.article-content h4 {
		font-size: 1.8rem;
	}
	
	.news-template-meta {
		font-size: 1.6rem;
	}
	
	.news-content-cont .body-cont {
		margin-top: 20px;
	}
	
	.join-basic-content h1 {
		font-size: 3.5rem;
	}
	
	.join-half-width .col-12.col-md-7.setup-bg {
		min-height: 209px;
	}
	
	.join-basic-content {
		margin-bottom: 0;
	}
	
	.join-half-width .text-wysiwyg {
		text-align: center;
		padding: 40px 0px 20px;
	}
	
	#about-alternate-content .alternate-content-case-study-image {
		margin-left: 0;
		margin-right: 0;
	}
	
	.nav-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.blog-card.blog-card-featured .blog-card__image {
		min-height: 230px;
	}
	
	.blog-featured__left .small-padding {
		margin-top: 28px;
	}
	
	.blog-featured__flex {
		margin-bottom: 0;
	}
	
	.covid-header-text h2 {
		text-align: right;
		font-size: 1.8rem;
	}
	
	.page-template-tpl-coronavirus-lp .hero-standard h1 {
		font-size: 2.8rem !important;
	}
	
	.contact-basic-content.basic-content {
		padding: 40px 0;
	}
	
	.text-wysiwyg.contact-text-wys h1 {
		font-size: 3.5rem;
	}
	
	.text-wysiwyg.contact-text-wys h4 {
		font-size: 2rem;
	}
	
	section.darkgray-bg {
		padding: 40px 0;
	}
	
	.contact-page-info .contact-meta a, .contact-page-info .contact-meta div {
		font-size: 1.8rem !important;
	}
	
	.contact-meta .contact-mail div {
		font-size: 1.5rem !important;
	}
	
	#home-alternate-content .alternate-content__case-study.right-main .alternate-content-image-emelemt {
		padding-right: 15px;
	}
	
	.results .desc {
		margin-bottom: 35px;
	}
	
	.challenge .subhead-text, .program .subhead-text, .results .subhead-text, .strategy .subhead-text {
		margin-bottom: 20px;
		text-align: center;
		font-size: 2.7rem !important;
	}
	
	.results .number {
		font-size: 4rem !important;
	}
	
	.home-case-studies-title {
		margin-top: 60px;
	}
	
	.covid-title-left h2 {
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.instagram_feed .socials-list li:last-child {
		margin-right: 0;
	}
	
	.instagram_feed {
		text-align: center;
	}
	
	.hero-text-extra {
		right: 15px;
	}
	
	.hero-text-extra h3 {
		font-size: 1.6rem !important;
	}
	
	.hero-text-extra h4 {
		font-size: 1.5rem !important;
		margin-bottom: 15px;
	}
	
	.instagram_feed .desc {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}
	
	.covid-title-left {
		text-align: center;
		margin-top: 35px;
	}
	
	.news-tempalate-content-col {
		padding-right: 15px;
	}
	
	p a:not(.btn-theme)::after {
		content: none;
	}
	
	.craft-sectors__card .image-wrap {
		display: flex;
		align-items: center;
		padding: 0 3vw;
		min-height: 7vw;
		margin-bottom: 15px;
		height: unset;
	}
	
	.to-top-link {
		right: 20px;
		bottom: 20px;
		width: 42px;
		height: 42px;
		border-radius: 42px;
	}
	
	.to-top-link i {
		font-size: 20px !important;
	}
	
	.results {
		padding: 50px 0px;
	}
	
	.national-local .text-wysiwyg {
		text-align: center;
	}
	
	.single-case-studies .main-header .img-fluid {
		max-width: 210px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.challenge .text-cont, .program .text-cont {
		text-align: center;
	}
	
	.challenge .text-cont, .program .text-cont, .strategy {
		padding: 40px 15px;
	}
	
	.main-header {
		padding: 40px 0;
	}
	
	.main-header .article-header-text {
		text-align: center;
		margin: 40px 0;
		font-size: 3rem;
	}
	
	.blog-featured {
		margin-top: 35px;
	}
	
	.blog-featured__titles h1, .blog-featured__titles h2 {
		font-size: 3rem;
	}
	
	.blog-featured__titles {
		margin-bottom: 0px;
	}
	
	.featured-news-hero-image {
		height: 230px;
	}
	
	.header__logo-cont, .header__logo-cont img {
		height: 50px;
	}
	
	.nav-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	body {
		padding-top: 67px;
	}
	
	.title {
		font-size: 30px;
	}
	
	.bob-page-img-col {
		height: 230px !important;
	}
	
	.main-r-mobile .title {
		text-align: left !important;
	}
	
	.main-r-mobile .desc {
		text-align: left !important;
	}
	
	.main-r-mobile .text-cont {
		padding: 26px 20px !important;
	}
	
	#hero-home.hero-standard h1, .hero-standard h1 {
		font-size: 3.8rem;
	}
	
	#hero-home.hero-standard h2, #hero-home.hero-standard h3, .hero-standard h3, .hero-standard h3 {
		font-size: 2rem;
	}
	
	.hero-covid-banner-front {
		padding: 0 15px;
	}
	
	.hero-covid-banner-front a {
		padding: 10px 0;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.home-brands-title {
		padding: 20px 0 45px;
	}
	
	.subhead-text {
		font-size: 2.5rem;
	}
	
	.article-header-text {
		font-size: 3rem;
	}
	
	.search-result-item h3 {
		font-size: 2.1rem;
	}
	
	#about-alternate-content .alternate-content-case-study-image {
		min-height: 210px;
	}
	
	#about-alternate-content {
		margin-top: 30px;
	}
	
	#about-alternate-content .text-wysiwyg {
		text-align: left;
	}
	
	.leadership-img {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	.leadership-repeater .single-leadership-repeater .name {
		font-size: 2.3rem;
	}
	
	.leadership-repeater .team-social {
		margin-bottom: 25px;
	}
	
	#jobs-container {
		padding-left: 0;
		padding-right: 0;
	}
	
	#jobs-container h5 {
		font-size: 1.7rem;
		line-height: 1.3;
	}
	
	#jobs-container i {
		font-size: 1.5rem;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	#jobs-container .card-header-cus {
		padding-left: 38px;
		position: relative;
	}
	
	.covid-intro.text-wysiwyg h2, .covid-intro.text-wysiwyg h3 {
		font-size: 2.1rem;
		text-align: center;
	}
	
	.alternate-content-covid .text-wysiwyg {
		margin-bottom: 30px;
		margin-left: 0 !important;
		text-align: left;
	}
	
	.alt-cont-covid-top {
		margin-top: 0;
	}
	
	.alternate-content-covid .alternate-content-title {
		display: none;
	}
	
	.alternate-content-covid .text-wysiwyg h2, .alternate-content-covid .text-wysiwyg h3 {
		margin-top: 20px;
	}
	
	.covid-article-content h2, .covid-article-content h3 {
		font-size: 2.3rem;
	}
	
	.alternate-content-image.setup-bg {
		height: 43vw;
		min-height: 209px;
	}
	
	.covid-resources-hero h1 {
		font-size: 4rem;
	}
	
	.covid-res-subhead {
		font-size: 3rem;
	}
	
	.covid-resources-videos .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.alternate-content-half-width .left-main .with-text-margin {
		margin-left: 0;
	}
	
	.alternate-content-half-width .right-main .with-text-margin {
		margin-left: 0;
	}
	
	.alternate-content-text-right {
		text-align: left;
	}
	
	.case-studies-back-btn {
		top: 0;
		bottom: auto;
		opacity: .8;
	}
}

@media (max-width: 1199px) {
	.rbb-header-menu > .menu .menu-item a {
		font-size: 1.8rem;
	}
	
	.rbb-header-menu > .menu > .menu-item {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.nav-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	p a:not(.btn-theme) {
		content: none;
		text-decoration: underline;
		text-decoration-color: #c11f32;
	}
	
	p a:not(.btn-theme)::after {
		content: none;
	}
}

@media (max-width:1479px) {
	/* .container.container-fullscreen-large {
    max-width:100% !important;
  } */
	.hero-text-extra h3 {
		font-size: 2.2rem !important;
	}
}

@media (min-width:1200px) and (max-width:1460px) {
	.container.container-large.no-gutters-on-average {
		max-width: 100% !important;
	}
}

@media (min-width:1480px) and (max-width:1619px) {
	.container.container-large {
		max-width: 1230px;
	}
}

@media (max-width:1149px) {
	.team-section-cards .blog-card__image.setup-bg {
		height: 25vw;
	}
}

@media (max-width:1199px) {
	.showcase-left-col {
		margin-bottom: 40px;
	}
}

@media (max-width:1620px) and (min-width:1150px) {
	.team-section-cards .blog-card__image.setup-bg {
		height: 20vw;
	}
}

@media (min-width:1620px) {
	.container.container-large {
		max-width: 1400px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width:992px) and (max-width:1199px) {
	#hero-home.hero-standard h1, .hero-standard h1 {
		font-size: 5rem;
	}
	
	#hero-home.hero-standard h2, #hero-home.hero-standard h3, .hero-standard h3, .hero-standard h3 {
		font-size: 2.8rem;
	}
	
	.subhead-text {
		font-size: 3rem;
	}
}

@media (min-width:1200px) and (max-width:1650px) {
	#hero-home.hero-standard h1, .hero-standard h1 {
		font-size: 5rem;
	}
	
	#hero-home.hero-standard h2, #hero-home.hero-standard h3, .hero-standard h3, .hero-standard h3 {
		font-size: 2.8rem;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width: 576px) {}

@media (min-width: 768px) {
	.hero-standard__image-wrap {
		background-image: none;
	}
	
	.hero-standard__image-wrap.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.text-margin-left {
		margin-left: 4vw;
	}
	
	.text-margin-right {
		margin-right: 4vw;
	}
	
	.single-showcase__hero-logo img {
		max-width: 460px;
	}
	
	.text-wysiwyg.text-wysiwyg-showcase h2 {
		font-size: 4.5rem;
		margin-bottom: .5em;
	}
	
	.text-wysiwyg.text-wysiwyg-showcase h3 {
		font-size: 3.5rem;
		margin-bottom: .5em;
	}
	
	.text-wysiwyg.text-wysiwyg-showcase h4 {
		font-size: 2.8rem;
		margin-bottom: .5em;
	}
}

@media (min-width: 1200px) {
	.showcase-left-col {
		padding-right: 30px;
	}
	
	.showcase-right-col {
		padding-left: 30px;
	}
}

@media (min-width: 1680px) {
	.news-template-form {
		padding: 40px 22px 0 !important;
	}
}

@media (min-width:1921px) {
	.hero-standard__image-wrap img {
		display: none;
	}
	
	.hero-standard__image-wrap {
		height: 950px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#no-top-padding {
	padding-top: 0 !important;
}

#veza-sur-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#veza-sur-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	z-index: 1;
}

#veza-play-btn {
	z-index: 4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
	transition: all .2s;
}

.veza-sur-logos {
	padding-left: 15%;
	padding-top: 20px;
	padding-bottom: 35px;
	position: relative;
	z-index: 4;
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.page-template-tpl-veza-sur-2020-php .lity-iframe .lity-container, .page-template-tpl-veza-sur-2020-php .lity-youtube .lity-container, .page-template-tpl-veza-sur-2020-php .lity-vimeo .lity-container, .page-template-tpl-veza-sur-2020-php .lity-facebookvideo .lity-container, .page-template-tpl-veza-sur-2020-php .lity-googlemaps .lity-container {
	max-width: 1075px;
}

.veza-embed {
	z-index: 4;
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	transform: translateY(-50%);
}

.veza-sur-logos-alt {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
}

.veza-sur-logos-alt img {
	display: inline-block;
}

.veza-wrap-mobile {
	display: none;
}

@media (max-width:575px) {
	#veza-sur-wrap:not(.alternate-veza-bg) {
		background-image: url("https://cdn-ilbbaml.nitrocdn.com/WZcyFiXYorBnJxXkFsZSPnoWKenuXKJI/assets/images/optimized/rev-1ab2a96/rbbcommunications.com/wp-content/uploads/2020/11/hero_screenshot_mobile.png") !important;
	}
	
	.veza-sur-logos-alt img {
		max-width: 230px;
	}
	
	.veza-sur-logos {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	
	.veza-sur-logos img {
		display: inline-block;
	}
	
	.veza-wrap-mobile {
		display: block;
	}
	
	.veza-wrap-desktop {
		display: none;
	}
	
	#veza-sur-wrap:not(.alternate-veza-bg).nitro-lazy {
		background-image: none !important;
	}
}
