	@font-face {
    font-family: 'Antique Olive T';
    src: url('../font/AntiqueOliT-Comp.eot');
    src: url('../font/AntiqueOliT-Comp.eot?#iefix') format('embedded-opentype'),
        url('../font/AntiqueOliT-Comp.woff2') format('woff2'),
        url('../font/AntiqueOliT-Comp.woff') format('woff'),
        url('../font/AntiqueOliT-Comp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#iframeBody .sec1 .container{
	width:100%;
	min-height: 700px;
}
section.sec1 {
	height: auto;
	overflow-y: auto;
	color:#fff;
}
.tide-form {
    background: #3077b5;
    border-radius: 20px;
    max-width: 90%;
    width: 100%;
    padding: 30px 50px;
    margin-top: 30px;
    display: block;
    margin: 30px auto 0;
	
}
.red-bg {
    background: #eb5027;
    padding: 40px 20px 20px;
    min-height: 500px;
}
.red-bg label{color:#fff;}
.form-group {
    margin-bottom: 30px;
}
.tide-form .col-md-8{color:#fff;}
h2 { font-family: 'Antique Olive T';
    font-size: 40px;
	line-height:1.3;
    font-weight: 800;
    margin-bottom: 10px;
}
p {
    font-size: 20px;
    line-height: 1.3;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 600;
}
h3 {font-family: 'neue-haas-grotesk-text';
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    background: #ed9f12;
    padding: 5px 15px;
}
h4 {
    font-family: 'neue-haas-grotesk-text';
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
table {
    width: 100%;
    background-color: #fff;
    display: table;
    border: 0px;
	margin-bottom:20px;
}
th {
    background: #0b4374;
    color: #fff !important;
}
th, td {
    font-family: "neue-haas-grotesk-text", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    width: 130px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #ccc;
}
ul {
    padding-left: 20px;
    margin-bottom: 0;
}
ul li {font-family: "neue-haas-grotesk-text", sans-serif;
font-weight:400;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
}
.submit-btn, .submit-btn:hover, .submit-btn:active, .submit-btn:focus
	{outline:none;
	margin-top:20px;
    width: 100%;
    padding: 7px 20px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    color: #eb5027 !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 100px;
    font-family: 'Antique Olive T';
}
.prev-next-tide {
    display: flex;
}
.last-tide {
    background: #226096;
    max-width: 100%;
    padding: 10px 20px 5px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    border-right: 1px solid #fff;
    width: 50%;
}
span.arrow-icon {color:#cfc909;
    margin-left: 5px;
    position: absolute;
    top: -3px;
}
p.type {
    position: relative;
}
.next-tide {
    background: #0b4374;
    max-width: 100%;
    padding: 10px 20px 5px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 50%;
}
.last-tide p, .next-tide p {font-weight:400;font-size:21px;
    font-size: 16px;font-family: "neue-haas-grotesk-text", sans-serif;
}
.time-picker {
    width: 100% !important;
}
.time-picker > input[type=text], .time-picker > input[type=time] {
    width: 100% !important;
    height: 45px;font-family: 'neue-haas-grotesk-text';
    border-radius: 100px;
    font-size: 21px;
    border: 1px solid transparent;
	padding:0 15px;
}
.time-picker::after {
    right: 10px;
}
.form-control {font-family: 'neue-haas-grotesk-text';
    height: 45px;font-size: 21px;
    border-radius: 100px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'neue-haas-grotesk-text';
    font-size: 21px;
}
p.notice-alert {
    background: #fff;
    color: #eb5027;
    font-weight: 600;
    padding: 5px 10px;
}
.time-picker.focused > input[type=text] {
     outline:none !important;
}

h2.mobile-form-heading{
	display:none;
}

@media only screen and (max-width:767px){
	h2.mobile-form-heading{
		color:#fff;
		display:block;
	}
	h2.form-heading, p.form-desc{
		display:none;
	}
	
	.tide-form {
    max-width: 100%;
    padding: 20px 15px;
}
.red-bg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}	
	h2 {
    font-size: 32px;
}
p {
    font-size: 18px;
}
}


.recommendation {
    font-size: 18px; /* Adjust as needed */
    font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}


.orange-text {
    color: #ed9f12;
}

 .bootstrap-datetimepicker-widget {
	list-style: none
}

.bootstrap-datetimepicker-widget table td {
	padding:0px !important;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
	margin: 1px 0;
	padding: 0px;
	width: 19em
}