/**
 * Shared
 */
:root {
	--content-block-color-standard: #004c6f;
	--content-block-color-coral: #f06855;
	--content-block-color-light-teal: #82c8cb;

}

.section-title img {
	max-width: 400px;
	width: 100%;
}

.badger-accordion__panel {
    max-height: 75vh;
    overflow: hidden;
}

.badger-accordion__panel.-ba-is-hidden {
    max-height: 0 !important;
    visibility: hidden;
}

.badger-accordion--initialized .badger-accordion__panel {
    transition: all ease-in-out 0.2s;
}

.main-inner-body.w-content-blocks {
	padding-bottom: 30px;
}

/**
 * Dbutton Content Block
 */
.contentblock-dbutton, .body-copy .contentblock-dbutton {
	font-family: 'Oswald', sans-serif;
	background-color: var(--content-block-color-coral);
	font-weight: bold;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
	padding: .5em 1.11em;
	text-align: center;
	border-radius: .6em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background-color 300ms;
}

.contentblock-dbutton:focus {
	outline-offset: 2px;
}

.contentblock-dbutton-sm, .body-copy .contentblock-dbutton-sm {
	font-size: 19px;
	font-weight: bold;
}

.contentblock-dbutton-scale, .body-copy .contentblock-dbutton-scale {
	font-size: clamp(19px, 2.18vw, 28px);
}

.contentblock-dbutton-wide, .body-copy .contentblock-dbutton-wide {
	font-size: 19px;
	font-weight: bold;
	padding: .2em 2em;
}

.contentblock-dbutton:hover, .contentblock-dbutton:focus, .body-copy .contentblock-dbutton:hover, .body-copy .contentblock-dbutton:focus {
	background-color: var(--content-block-color-standard);
	color: #fff;
}

.contentblock-dbutton-fullwidth {
	width: 100%;
}

.contentblock-dbutton-blue {
	background-color: var(--content-block-color-standard);
}

.contentblock-dbutton-blue:hover, .contentblock-dbutton-blue:focus {
	background-color: var(--content-block-color-coral);
	color: #fff;	
}

.contentblock-dbutton-white {
	background-color: #fff;
	color: var(--content-block-color-coral);
}

.contentblock-dbutton-white:hover, .contentblock-dbutton-white:focus {
	background-color: var(--content-block-color-coral);
	color: #fff;	
}

.contentblock-dbutton-white-w-blue {
	background-color: #fff;
	color: var(--content-block-color-standard);
}

.contentblock-dbutton-white-w-blue:hover, .contentblock-dbutton-white-w-blue:focus {
	background-color: var(--content-block-color-standard);
	color: #fff;	
}


/**
 * Copy Content Block
 */

.contentblock-copy {
	padding: 60px 0;
	text-align: center;
	position: relative;
}

.contentblock-copy-columns {
	text-align: left;
}

.contentblock-style-heading {
	position: relative;
	padding: 30px 0;
	text-align: left;
}

.contentblock-copy.negative-margin {
	padding-bottom: 90px;
	margin-bottom: -60px;
}

.contentblock-copy.contentblock-align-left {
	text-align: left;
}

.contentblock-style-lg {
	min-height: 560px;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}

.contentblock-style-sm .section-inner {
	max-width: 660px;
}

.contentblock-style-sm .headline-image img {
	max-width: 200px;
}

.contentblock-style-sm .headline-image img.nosvg {
	width: auto;
}

.contentblock-copy.contentblock-align-center .body-copy li {
	list-style-position: inside;
}

hr.contentblock-copy-hr {
	border-width: 2px;
	border-color: inherit;
	width: 210px;
}

.contentblock-style-heading hr.contentblock-copy-hr {
	margin-left: 0;
}

hr.contentblock-copy-hr-top {
	position: relative;
	width: 60px;
	margin-bottom: 2.5em;
	margin-top: -.5em;
}

hr.contentblock-copy-hr-bottom {
	position: relative;
	margin-bottom: -1em;
	margin-top: 1.5em;
}


.contentblock-copy .section-title {
	margin-bottom: 1em;
	position: relative;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 1.4em;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: lowercase;
}

.contentblock-style-sm .section-title {
	padding-bottom: 1em;
}


.contentblock-copy.headline-highlight-color-light-teal .section-title:after {
	content: ' ';
	display: block;
	position: absolute;
	background-color: #82c8cb;
	width: 120px;
	height: 3px;
	bottom: .85em;
	left: 0;
}

.contentblock-style-lg .section-title {
	font-size: 42px;
	font-weight: bold;
}

.contentblock-style-heading-imagewtext .section-title {
	text-transform: none;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}

.contentblock-style-lgy p {
	font-size: 200%;
}

/**
 * Copy Styles
 */

 .body-copy-w700 {
	max-width: 700px;
	margin: 0 auto;
 }

.body-copy-white, p.body-copy-white, h2.body-copy-white,
.contentblock-reviews.body-copy-white .slick-next, .contentblock-reviews.body-copy-white .slick-prev, .contentblock-reviews.body-copy-white .slick-stopper {
	color: #fff;
}

.body-copy-white svg path {
	fill: #fff;
}

.body-copy-white *:focus {
	outline: 2px solid #fff !important;
}

.body-copy-black, p.body-copy-black, h2.body-copy-black,
.contentblock-reviews.body-copy-black .slick-next, .contentblock-reviews.body-copy-black .slick-prev, .contentblock-reviews.body-copy-black .slick-stopper {
	color: #000;
}

.body-copy-black svg path {
	fill: #000;
}

.body-copy-black *:focus {
	outline: 2px solid #000 !important;
}

.body-copy-orange, p.body-copy-orange, h2.body-copy-orange,
.contentblock-reviews.body-copy-orange .slick-next, .contentblock-reviews.body-copy-orange .slick-prev, .contentblock-reviews.body-copy-orange .slick-stopper {
	color: var(--content-block-color-coral);
}

.body-copy-orange svg path {
	fill: var(--content-block-color-coral);
}

.body-copy-orange *:focus {
	outline: 2px solid var(--content-block-color-coral) !important;
}

.body-copy-standard, p.body-copy-standard, h2.body-copy-standard,
.contentblock-reviews.body-copy-standard .slick-next, .contentblock-reviews.body-copy-standard .slick-prev, .contentblock-reviews.body-copy-standard .slick-stopper {
	color: var(--content-block-color-standard);
}

.body-copy-standard svg path {
	fill: var(--content-block-color-standard);
}

.body-copy-standard *:focus {
	outline: 2px solid var(--content-block-color-standard) !important;
}

.section-title sup, .body-copy .section-title sup, .body-copy sup {
	font-size: 33%;
	top: -1em;
	padding-left: .3em;
}

.body-copy sup {
	font-size: 50%;
}

/** 991 breakpoint  */
@media screen and (max-width: 992px) {

}

/** 768 breakpoint */
@media screen and (max-width: 767px) {

	/**
	 * Shared
	 */
	 .contentblock-reviews, .contentblock-copy, .contentblock-4-columns, .contentblock-location1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/** 576 breakpoint */
@media screen and (max-width: 575px) {

}