/*
Theme Name:
Theme URI:
Description:
Author: Studio Simpatico
Author URI: http://www.studiosimpati.co/
Version: 1.0
*/

/***************************************************************************************************************************************************************************************/

/* STUDIO SIMPATICO STYLES */

/***************************************************************************************************************************************************************************************/

/* ZIP CODE LOOKUP MODULE */

.zip-code-lookup-block {
	padding: 48px 12px;
}

.zip-code-lookup-block .container {
	background-color: rgb(202, 193, 230);
	border-radius: 30px;
	display: grid;
	gap: 30px 60px;
	grid-template-columns: 5fr 3fr;
	padding: 64px 116px;
}

.zip-code-lookup-form {
	display: flex;
	flex-direction: column;
	margin-top: 84px;
}

.zip-code-lookup-block h2 {
	color: #1A3C34;
	margin-bottom: 24px;
	position: relative;
	width: fit-content;
}

.zip-code-lookup-block h2::after {
	background: url('img/zipcode-arrow.svg') no-repeat;
	background-size: contain;
	content: '';
	height: 62px;
	position: absolute;
	right: -276px;
	top: 0;
	width: 240px;
}

.zip-code-lookup-block .description {
	color: #212121;
	font-size: 24px;
	letter-spacing: -0.03px;
	line-height: 32px;
	margin-bottom: 20px;
}

.zip-code-lookup-block .disclaimer {
	color: #212121;
}

.zip-code-lookup-block .description a,
.zip-code-lookup-block .disclaimer a {
	color: #212121;
	text-decoration: underline;
}

.zip-code-lookup-form label {
	color: #212121;
	font-size: calc(14rem / 16);
}

.zip-code-lookup-block .input-container {
	margin: 5px 0 8px;
	max-width: 372px;
	position: relative;
}

.zip-code-lookup-block input {
	background-image: url(img/map_pin.svg);
	background-position: left 1rem center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: none;
	border-radius: 10px;
	color: #212121;
	font-weight: 400;
	padding: 13px 60px 13px 48px;
	width: 100%;
}

.zip-code-lookup-block input::placeholder {
	color: #59616E;
}

.zip-code-lookup-block .input-container button {
	background-color: #F15D2A;
	background-image: url(img/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid white;
	border-radius: 0 10px 10px 0;
	color: #44190A;
	cursor: pointer;
	font-size: 24px;
	height: 100%;
	line-height: 32px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

#zip-code-lookup-response-container {
	color: #403CAB;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 8px;
}

#zip-code-lookup-response-container b {
	font-family: 'RocGroteskBold';
}

#zip-code-lookup-response-container.error {
	color: #212121;
	font-family: 'RocGroteskBold';
	font-size: 12px;
	margin-top: 0;
}

/* PROVIDERS MODULE */

.providers-block .more-providers-wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.providers-block .more-providers-wrap ul li {
	max-width: 100%;
}

.providers-block .state-labels-wrap ul li a {
	display: block;
}

.providers-block .more-providers-wrap ul li img {
	height: auto;
	max-height: 48px;
	max-width: 100%;
}

.providers-block .more-providers-box-wrap {
	overflow: hidden;
	padding: 1rem;
	transition: all 250ms ease;
}

/* TABS MODULE */

#tabs-block-scroll .container {
	max-width: unset;
}

#tabs-block-scroll .tabsb-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#tabs-block-scroll .tabname-anchor {
	margin: unset;
}

/* COMPARISON TABLE MODULE */

.comparison-table .container {
    border: 3px solid #1A3C34;
    border-radius: 30px;
}

.comparison-table .title-prefix {
    font-size: 18px;
    line-height: 24px;
    font-family: "RocGroteskMedium", sans-serif;
    font-weight: 500;
    color: #5E58F6;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.comparison-table .h5 {
    max-width: 784px;
}

.comparison-table .description {
    max-width: 552px;
    font-size: 20px;
    line-height: calc(28/20);
    letter-spacing: -0.03px;
}

.comparison-table .scrolling-tables {
    overflow-x: auto;
    padding: 0;
}

.comparison-table table {
    width: 100%;
    font-size: 18px;
    line-height: calc(26/18);
    letter-spacing: -0.03px;
}

.comparison-table table th {
    vertical-align: bottom;
    text-align: left;
    font-family: "RocGroteskBold", sans-serif;
    padding: 0 8px 8px;
    width: 218px;
    min-width: 120px;
}

.comparison-table table td {
    box-shadow: 0 -1px #1A3C34 inset;
    padding: 16px 8px;
    text-align: center;
}

.comparison-table table td:first-child {
    font-family: "RocGroteskMedium", sans-serif;
    text-align: left;
    position: sticky;
    left: 0;
    background-color: var(--bkg-yellow);
    padding-left: 0;
    padding-right: 8px;
}

.comparison-table table td:nth-child(n + 2) {
    background-color: #CAC1E6;
}

.comparison-table table tr:first-child td:nth-child(n + 2) {
    border-radius: 15px 15px 0 0;
}

.comparison-table table tr:last-child td:nth-child(n + 2) {
    border-radius: 0 0 15px 15px;
}

.comparison-table table tr:last-child td {
    box-shadow: none;
    padding-bottom: 0;
}

.comparison-table table th.spacer,
.comparison-table table td.spacer {
    background-color: transparent;
    width: 24px;
    padding: 0;
    min-width: 12px;
}

/* FAQ */

.accordion-item a {
	color: #5E58F6;
	text-decoration: underline;
}

.accordion-item a:hover {
	text-decoration: none;
}

/*Plan Tabs*/

.plan-type-block .toggle-btn {
	background: none;
	border: none;
	padding: 0;
}

/*Video Module*/

.video-block-layout .video-bg.trigger-video {
	display: block;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1200 - Smaller Desktop Sizes*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: calc(1200rem/16)) {

	/* ZIP CODE LOOKUP MODULE */

	.zip-code-lookup-block .container {
		grid-template-columns: 1fr;
		padding: 60px 80px;
	}

	.zip-code-lookup-block h2::after {
		content: none;
	}

	.zip-code-lookup-form {
		margin-top: 0;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650 - Mobile Sizes*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: calc(650rem/16)) {

	/* ZIP CODE LOOKUP MODULE */

	.zip-code-lookup-block .container {
		padding: 40px 30px 20px;
	}

	.zip-code-lookup-block .input-container {
		max-width: unset;
	}

	/* TABS MODULE */

	#tabs-block-scroll .tabsb-wrap {
		gap: 10px;
	}

	#tabs-block-scroll .tabname-anchor {
		margin: unset;
		padding: 3px 6px;
	}

	.tabs-block .tabsb-wrap .tabname-anchor .tab-name {
		padding-inline: 12px !important;
	}

	/* TILES MODULE */

	.tiles-block .tiles-block-wrap {
		padding: 22px !important;
	}

	.tiles-block .tiles-block-wrap .featured-grp-block {
		padding: 10px !important;
	}

	.tiles-block .tiles-block-wrap .section-title {
		padding: 0 0 24px !important;
	}

	.tiles-box-wrap > div:last-of-type {
		padding-bottom: 0 !important;
	}

	/* COMPARISON TABLE MODULE */

	.comparison-table .container {
	    padding: 1.5rem !important;
	}

	/* Contact Us Page */

	body .content-with-form-block .cfb-wrap .cf-title {
		font-size: calc(48rem / 16);
		line-height: calc(52 / 48);
	}

	body .content-with-form-block .p-5 {
		padding: 20px !important;
	}

}
