@font-face {
	font-family: 'Brandon Text';
	src: url("./fonts/Brandon_txt_reg.otf") format("opentype");
}

@font-face {
	font-family: 'Brandon Text Bold';
	src: url("./fonts/Brandon_txt_bld.otf") format("opentype");
}


.main-rts-container * {
	margin: 0px;
	padding: 0px;
}

.main-rts-container {
	font-family: 'Brandon Text', sans-serif;
	max-width: 1368px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ebefef;
	padding-top: 20px;
	text-align: center;
}

.main-rts-container h1,
.main-rts-container h2,
.main-rts-container h3 {
	font-family: 'Brandon Text Bold', sans-serif;
}

.main-rts-container h1 {
	font-size: 4.5em;
	font-style: italic;
	margin-bottom: 15px;
}

.main-rts-container h2 {
	font-size: 2.7em;
}

/*_________________________Section One_______________________*/
.rts-section-one {
	margin-bottom: 30px;
}

.rts-section-one span {
	border: 2px solid black;
	height: 0px;
	display: inline-block;
	width: 30px;
	margin: 0 15px;
	bottom: 10px;
	position: relative;
}

.rts-section-one p {
	font-size: 2.2em;
}

/*_________________________Section Two_______________________*/
.table-container {
	margin-bottom: 30px;
	overflow: auto;
}

.table-container table {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
	margin: auto;
}

.table-container .rts-table {
	display: table;
}

.mobile-web-toggle {
	display: none;
}

.table-container th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 1.5em;
}

.table-container td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 1em;
	text-align: left;
}

.table-container th,
.table-container td {
	padding: 10px 40px;
}

.table-container .table-headers {
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
}

.table-container .table-headers:hover,
.table-container .table-headers:active,
.table-container .table-headers:focus {
	background-color: #f58220;
}

.table-container .table-cells {
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
}

.table-container .table-cells:hover,
.table-container .table-cells:active,
.table-container .table-cells:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

.table-container .rts-table-two th {
	padding-top: 14px;
}

table.rts-table {
	border: 1px solid rgba(0, 0, 0, 0.5);
}
table.rts-table-one {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}

table.rts-table-two {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

table.rts-table-two th {
	text-align: center;
}

table.rts-table-one th {
	padding: 8px 30px;
}

.rts-table-white {
	background-color: rgba(255, 255, 255, 1);
}

.rts-table-green {
	background-color: #468551;
	color: rgba(255, 255, 255, 1);
}

.rts-table-light-green {
	background-color: #80c08a;
	color: rgba(255, 255, 255, 1);
}

.rts-table-orange {
	background-color: #f58220;
	color: rgba(255, 255, 255, 1);
}

.rts-table-orange-copy {
	color: #f58220;
	;
}

/*_________________________Section Three_______________________*/
.rts-section-three {
	margin-bottom: 30px;
}

.rts-section-three h2 {
	margin-bottom: 15px;
}

.rts-section-three div {
	display: inline-block;
	vertical-align: top;
}

.rts-section-three p {
	color: #468551;
	font-size: 1.8em;
	max-width: 255px;
}

.rts-section-three p span {
	color: rgba(0, 0, 0, 1);
	display: block;
	font-size: 0.9em;
}

div.rts-arrow {
	position: relative;
	top: 5px;
	margin: 0px 10px;
}

/*_________________________Section Four (Zip Section)_______________________*/
.rts-section-four {
	background-color: #468551;
	color: rgba(255, 255, 255, 1);
	padding: 40px 0 35px 0;
	position: relative;
}

.rts-section-four div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.rts-section-four .rts-formsec-one {
	text-align: left;
	position: relative;
	max-width: 265px;
	bottom: 8px;
}

.rts-section-four .rts-formsec-two {
	max-width: 380px;
	margin: 0 25px;
	position: relative;
}

.rts-section-four .rts-formsec-two a {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
	position: relative;
}

.rts-section-four .rts-formsec-two a:hover,
.rts-section-four .rts-formsec-two a:active,
.rts-section-four .rts-formsec-two a:focus {
	font-weight: bold;
}

.rts-section-four .rts-formsec-three {
	max-width: 175px;
}


.rts-section-four h2 {
	color: rgba(255, 255, 255, 1);
}

.rts-section-four p {
	font-size: 1.7em;
}

.rts-section-four input {
	width: 100%;
	height: 40px;
	font-size: 2em;
	text-align: center;
	outline: none;
	transition: box-shadow 0.1s linear;
	-webkit-transition: box-shadow 0.1s linear;
	-moz-transition: box-shadow 0.1s linear;
	-ms-transition: box-shadow 0.1s linear;
	border: none;
}

.rts-section-four input:hover,
.rts-section-four input:active,
.rts-section-four input:focus {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.rts-section-four .rts-formsec-three a {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
	transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	cursor: pointer;
	outline: none;
	display: block;
	border-radius: 2px;
}

.rts-section-four .rts-formsec-three a:hover,
.rts-section-four .rts-formsec-three a:active,
.rts-section-four .rts-formsec-three a:focus {
	background-color: #468551;
	color: rgba(255, 255, 255, 1);
	outline: 1px solid rgba(255, 255, 255, 1);
}


div.rts-message-output {
	display: block;
	
}

div.rts-message-output span,
div.rts-message-output p {
	display: inline-block;
	font-size: 1.7em;
}


.rts-section-four p.rtssamedayResultsHidden {
	opacity: 0;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
}

.rts-section-four .rtssamedayResultsFADEIN {
	opacity: 1 !important;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
	top: 10px;
	padding: 0 5px;
}

/*_________________________Section Four_______________________*/
.rts-section-five {
	position: relative;
}

.rts-section-five .rts-legend p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}

.rts-section-five .rts-legend {
	position: absolute;
	top: 90px;
	left: 45px;
	max-width: 335px;
	background-color: #ffffff;
	padding: 10px 15px 0 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#rts-by10am {
	background-color: #d47736;
}

#rts-by11am {
	background-color: #ffe67e;
}

#rts-by1pm {
	background-color: #41a0b6;
}

#rts-by2pm {
	background-color: #0658d1;
}

#rts-by10am,
#rts-by11am,
#rts-by1pm,
#rts-by2pm {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.rts-hide-icon {
	position: absolute;
	left: 0;
	height: 54px;
	max-width: 395px;
	width: 100%;
	background-color: #4D6978;
}

.map {
	width: 100%;
	height: 860px;
	box-sizing: border-box;
}


/*_______________ Responsive_______________*/
@media only screen and (max-width: 931px) {
	.main-rts-container {
		text-align: center;
	}
	
	.main-rts-container p {
		margin-left: auto;
		margin-right: auto;
	}
	
	table.rts-table-two {
		border-left: 1px solid rgba(0, 0, 0, 0.5);
	}
	
	.main-rts-container table {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 910px) {
	.rts-section-four {
		text-align: center;
	}
	
	.rts-section-four div {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.rts-section-four h2,
	.rts-section-four p {
		text-align: center;
	}
	
	.rts-section-four .rts-formsec-two {
		
		margin: auto;
		
	}
	
	.rts-section-four .rts-formsec-three {
		margin-top: 30px;
	}
	
	.map {
		height: 85vh;
	}
}

@media only screen and (max-width: 640px) {
	.main-rts-container h1 {
		font-size: 3.5em;
	}
	
	.main-rts-container h2 {
		font-size: 2.4em;
	}
	
	.main-rts-container div {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	div.rts-arrow {
		display: none;
	}
	
	.rts-section-one p {
		font-size: 1.6em;
	}

	.main-rts-container .desktop-web-toggle {
		display: none;
	}
	
	.table-container .mobile-web-toggle {
		display: table;
		width: 100%;
	}
	
	.rts-section-three div {
		margin-bottom: 30px;
	}
	
	.rts-section-three p {
		font-size: 1.5em;
	}
	
	.rts-section-five .rts-legend {
		position: relative;
		top: inherit;
		left: inherit;
	}
	
	.rts-section-five .rts-legend p {
		text-align: center;
	}
	
	.rts-hide-icon {
		top: 110px;
	}
	
	.rts-section-four input {
		width: 85%;
		margin: auto;
	}
	
}