/* Go For Bold Template CSS
--------------------------------------------- */

.go-for-bold .site-inner {
	margin-top: 0;
}

.go-for-bold .content {
	width: 100%;
}

.go-for-bold  h1.entry-title.washco_title {
	display: none;
}

.go-for-bold .bold_entry_header {
	height: auto;
	padding: 20px 0;
	margin-top: 10px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.go-for-bold .bold_entry_header h1.washco_title {
	height: auto;
	padding: 20px 0;
	font-size: 3rem;
}

.content ol,
.content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.content ol > li {
	list-style-type: decimal;
}

.content ul > li {
	list-style-type: disc;
}

.content ol ol,
.content ul ul {
	margin-bottom: 0;
}


/*********** Responsive Tabs *********/

.go-for-bold .responsive-tabs__list {
	text-align: center;
}

.go-for-bold .responsive-tabs__panel {
	padding: 40px 0;
}

.go-for-bold .responsive-tabs__list__item {
	background: #217473 !important;
	color: #fff;
	font-weight: 600;
	position: relative;
	top:-3px;
}

.go-for-bold .responsive-tabs__list__item--active {
	background: #fff !important;
	color: #333;
}

/*********** Slider *********/

.bold_slider,
.hero-header {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
    left: 0;
    top: 0;
    right: 0;
	z-index: 1;
}

.hero-header .wrap {
	max-width: 100%;
}

.hero-header .custom_logo {
	position: absolute;
    z-index: 99;
    left: 50%;
    top: 30px;
    width: 230px;
    margin-left: -115px;
}

.hero-header .custom_logo img {
	display: block;
	object-fit: contain;
	height: 125px;
	width: 100%;
}

.bold_slider .carousel-cell {
	float: left;
	border-right: 10px solid #fff;
	width: 1140px !important;
	background-position: bottom center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	opacity: .5;
	height: 70vh;
}

.bold_slider .carousel-cell.is-selected {
    opacity:1;
}

.bold_slider .flickity-button {
	border: none;
	padding: 0;
}

.bold_slider .flickity-prev-next-button .arrow {
	fill: #fff;
}

.bold_slider .flickity-button:hover .arrow {
	fill: #333;
}

/*********** Partners *********/

.partner-logos-container h1.part_title {
	font-size: 42px;
	text-align: center;
}

.go-for-bold .biz-module {
	border-right: 1px solid #eee;
	float: left;
	margin-bottom: 40px;
	padding: 0 20px;
	text-align: center;
	width: 20%;
}

.go-for-bold .biz-module img {
	display: block;
	height: 218px;
	width: 300px;
	margin: 0 0 20px;
	object-fit: contain;
}

.go-for-bold .biz-module h2 {
	font-size: 18px;
}

/*********** Formidable *********/

.go-for-bold div#frm_form_2_container {
    border: 3px solid #217473;
    padding: 40px;
    max-width: 50%;
}

.go-for-bold div#frm_form_2_container li {
	color: #425CC7;
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.go-for-bold div#frm_form_2_container h3.frm_form_title {
    background: #217473;
    color: #ffffff !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	
	.bold_slider .carousel-cell {
		height: 60vh;
		width: 960px !important;
	}
	
	.go-for-bold .responsive-tabs__list__item {
		top: 0;
		font-size: 17px;
	}
	
	.go-for-bold div#frm_form_2_container {
   	    max-width: 75%;
	}
}

@media only screen and (max-width: 1023px) {
	
	.bold_slider .carousel-cell {
		border-right: none;
		width: 100% !important;
	}
	
	.go-for-bold .biz-module {
		width: 25%;
	}
	
	.go-for-bold div#frm_form_2_container {
   	    max-width: 100%;
	}
}

@media only screen and (max-width: 860px) {
	
	.hero-header .wrap {
		padding: 0;
	}
	
	.bold_slider .carousel-cell {
		border-right: none;
		width: 100% !important;
	}
	
	.go-for-bold .responsive-tabs__list__item {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	
	.partner-logos-container {
		margin-top: 60px;
	}
	
	.go-for-bold .responsive-tabs__heading {
		color: #fff;
		padding: 0.5em;
		border-radius: 5px;
		border: 1px solid #217473;
		box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
		background: #217473 !important;
		position: relative;
	}
	
	.go-for-bold .biz-module {
		margin-bottom: 20px;
		width: 33.33%;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.bold_slider .flickity-button {
		display: none;
	}
	
	.go-for-bold .biz-module {
		width: 50%;
	}
}

