#fdc2-tool {
	width: 1250px;
	max-width: 100%;
	margin: 0 auto 5rem;
}
#fdc2-tool .title-bar {
	padding: 30px 40px;
	text-align: center;
	background-color: #226CE0;
	color: #fff;
	background-size: 300px 100%;
}
#fdc2-tool .title-bar h3 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
#fdc2-tool .title-bar p {
    font-size: 14px;
    opacity: .65;
}
#select-state-province .sp-select select, #select-start-date .start-date input, #num-of-days .day-count input {
	appearance: none;
	width: 90%;
	padding: 10px 14px 8px 14px;
	font-size: 14px;
	background: transparent;
	border-radius: 0;
	border: 1px solid #e3e3e3;
	max-width: 90%;
}
.sp-select {
	order: 1;
	margin-top: 5px;
}
.sp-select select {
	margin-bottom: 3px !important;
}
.states-or-provinces {
	margin-top: -5px !important;
}
.hidden {
    display: none;
}
ol li {
    font-weight: 600;
}
button:hover {
    cursor: pointer;
}
button[type="submit"] {
    border-radius: 5px;
    border: 1px solid #226CE0;
    background: #226CE0;
    padding: 10px 30px 8px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
button[type="reset"] {
    border-radius: 5px;
    border: 1px solid #226CE0;
    background: transparent;
    padding: 10px 30px 8px 30px;
    color: #225CE0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (min-width: 1328px) {
	.form-display {
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width: 1328px) {
	.form-display .form-inputs {
		flex: 40;
	}
	.form-display .form-output {
		flex: 60;
	}
}
.day-calculation-results .default-message {
	color: #1F85D1;
	border: 1px solid #1F85D1;
	max-width: 100%;
	padding: 15px 0;
	text-align: center;
	margin: 5rem auto;
	width: 500px;
}
.day-calculation-results a {
	color: #1f85d1;
	text-decoration: none;
}
.button-group {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 0 0 15px;
}
@media screen and (max-width: 400px) {
	.button-group {
		margin: 0 8px;
	}
}
@media screen and (max-width: 1328px) {
	.button-group {
		max-width: 400px;
	}
}
.button-group button {
	width: 170px;
}

#fdc2-tool button:hover {
	transition: background-color 0.3s ease-in-out;
}

#fdc2-tool button:hover {
	background-color: #1362dd;
}

#fdc2-tool button[value="reset"]:hover {
	background-color: #1360dd22;
}

.sp-display {
    /* display: block; */
	display: flex;
	flex-direction: column;

}
.calendar-wrapper, .calendar-display, .holiday-list {
	display: none;
}
.holiday-list {
	padding: 25px 0;
}
.holiday-list .holidays {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	display: none;
}
.holiday-list .holidays li {
	margin: 10px 0;
	font-size: 120%;
}
.holiday-list .holidays li span {
	display: inline-block;
	margin: 0 25px 0 0;
}
.calendar-display-details {
	border: 1px solid #1F85D1;
	color: #1F85D1;
	text-align: center;
	margin: 15px auto;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
.calendar-display-details span {
	display: block;
	font-weight: normal;
	font-size: 16px;
}
.week .day.selected span, .week .day.holiday span, .week .day.weekend span {
	background: #002A48;
	color: white;
	border-radius: 0;
	width: 100%;
	position: relative;
	z-index: 0;
}
.week .day.holiday:not(.selected) span, .week .day.weekend:not(.selected) span {
	z-index: 2;
	background-color: transparent;
}
.week .day.holiday span::after/*, .week .day.weekend span::after*/ {
	content: "";
	border-radius: 50%;
	position: absolute;
	background: #226ce0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	z-index: -1;
	transform: none;
	border: none;
}
.week .today span {
	z-index: 9;
	/*color: #fff;*/
}
.week .today.selected span {
	/*background-color: transparent;*/
}
.day {
	position: relative;
}
.day.today span::after {
	content: none;
}
.day.today::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transform: none;
	border-bottom: none;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background-color: #226ce0;
	margin: auto;
	z-index: 1;
	border-radius: 50%;
}
.day.selected {
	background-color: #fff;
}
.holiday-list h3 {
	font-weight: 700;
	position: relative;
	padding: 10px 0;
	cursor: pointer;
}
.holiday-list h3 span {
	font-weight: normal;
}
.icon-arrow {
	color: #000;
	position: absolute;
	top: 5px;
	right: 15px;
	font-style: normal;
	padding: 5px;
	transition: all 200ms;
}
.icon-arrow.down {
	transform: rotate(90deg);
}
.icon-arrow.up {
	transform: rotate(-90deg);
}
.holiday-hints {
	padding: 0;
	margin: 15px 0;
	list-style: none;
	display: none;
}
.holiday-hints li {
	list-style: none;
}
.holiday-hints .h-color {
	display: inline-block;
	background-color: #002a48;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.holiday-hints .h-color.h-excluded {
	background-color: #226ce0;
	border-radius: 50%;
}
.info-icon {
	font-style: normal;
	background-color: #D0D0D0;
	color: #fff;
	display: inline-block;
	width: 16px;
	text-align: center;
	margin: 0 10px;
	font-size: 12px;
	height: 16px;
	line-height: 15px;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}
.info-icon:hover::after {
	content: attr(tooltip);
	position: absolute;
	background-color: #000;
	color: #fff;
	width: 150px;
	font-size: 10px;
	line-height: 1;
	border-radius: 3px;
	bottom: 15px;
	right: 15px;
	padding: 5px 10px;
	box-shadow: 0 0 4px 0 #000;
}
.day.today::before {
	content: none;
}
.hidden {
	display: none !important;
}
.week .day.weekend span {
	color: #f00;
}
.holiday-list .holidays li.selected {
	color: #000;
}
.calendar-display {
	position: relative;
}
#loader {
	position: absolute;
	top: 0;
	background-image: url('../images/loading.gif');
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: center;
	background-color: rgb(0, 42, 72, 0.8);
	z-index: 99;
	display: none;
}
#loader span {
	padding-top: 38%;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
#start-date {
	display: none !important;
}

div.all-business {
	max-width: 348px;
}
div.all-business label {
	width: 50%;

}
div.all-business label small{
	display: block;
	line-height: 110%;
	margin-left: 24px;
}