html {
	scroll-behavior: smooth;
}

#main_body {
	overflow-x: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
}

#main_home {
	width: auto;
	height: 760px;
	background-color: #FFFFFF;
}

#mainmenu {
	position: absolute;
	width: 182px;
	height: 695px;
	padding-top: 65px;
	background-color: #FFFFFF;
}

#main_menu_backdrop {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
 
#divider {
	position: absolute;
	left: 182px;
	background-color: #FFFFFF;
}

#mainpage {
	position: absolute;
	width: 1480px;
	height: auto;
	left: 227px;
	background-color: #FFFFFF;
}
 
#main_logo {
	padding: 0;
	margin-left: 60px;
	margin-right: auto;
	width: 1360px;
	height: 233px;
	background-color: #FFFFFF;
}

#main_menu_text {
	position: absolute;
	top: 50px;
	right: 0;
	font-family: Arial;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	color: #333333;
	line-height: 50px;
	z-index: 3;
}

.main_menu_item_text {
	text-decoration: none;
	color: #333333;
}

#main_quote_text {
	text-align: left;
	background-color: #F6F6F6;
}

#main_quote_source {
	margin-left: 600px;
	background-color: #F6F6F6;
}

#main_menu_spacers {
	font-size: 2px;
	white-space: pre;
}

#main_image {
	border-color: #FFFFFF;
	border-width: 20px;
	border-style: solid;
	height: 360px;
	margin-left: 60px;
	width: 1320px;
	z-index: 1;
	overflow: hidden;
}

#main_image_image {
    object-fit: none;
	object-position: center center;
}

#main_page_extension {
	position: absolute;
	width: 1480px;
	top: 765px;
	left: 227px;
	background-color: #FFFFFF;
}

#extension_content {
	background-color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	margin-right: 20px;
}

#main_contact_info {
	padding: 0px 30px 0px 30px;
	background-color: #FFFFFF;
}

#main_contact_info_text {
	font-family: Corbel;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	white-space: pre;
	line-height: 47px;
}

#main_menu_hidden_login {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
}

#specialty_cut_flowers_association_logo {
	position: absolute;
	bottom: 50;
	right: 0;
}

#social_media {
	position: absolute;
	padding-top: 12;
	padding-bottom: 12;
	bottom: 0;
	right: 0;
	height: 26;
}

#topic_summary {
	width: 1360px;
	height: 82px;
	margin-left: 60px;
	margin-top: 40px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 14px;
	color: #222222;
}

#topic_summary_text {
	position: absolute;
	font-family: Arial;
	text-indent: 10px;
	font-size: 30px;
	color: #333333;
	bottom: 30px;
}

#topic_title_text {
	position: absolute;
	width: 1320px;
	font-family: Corbel;
	font-size: 70px;
	font-weight: 600;
	text-shadow: 3px 3px #202018;
	line-height: 360px;
	text-align: center;
	color: #FFFFFF;
	z-index: 3;
}

#main_signup {
	width: 1360px;
	height: 117px;
	margin-left: 80px;
	font-family: Arial;
	text-align: center;
}

#main_signup_content {
	position: relative;
	left: auto;
	right: auto;
	width: 100%;
	height: 117px;
}

#main_signup_text {
	padding-right: 40px;
}

#main_signup_text_title {
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
}

#main_signup_text_description {
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#main_signup_email {
	outline: none;
	width: 200px;
}

#main_signup_submit {
	background-color: #66A6BD;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	border-radius: 8px;
	border-color: #BBBBBB;
	font-size: 18px;
	font-weight: 100;
	color: white;
	height: 35px;
	padding: 5px 10px 5px 10px;
	width: auto;
}

#main_signup_submit:hover {
	background-color: #4090AD;
}

#main_submit_error {
	visibility: hidden;
	color:  red;
	font-size: 12px;
	padding-top: 5 px;
}

.blog_date {
	position: relative;
	padding-left: 80px;
	font-size: 16px;
	color: #333333;
	font-family: Arial;
	width: 250px;
}

.blog_title {
	padding-left: 80px;
	font-size: 30px;
	color: #3F3635;
	font-weight: 600;
	font-family: Georgia;
}

.blog_text {
	padding: 15px 25px 5px 80px;
	font-size: 16px;
	color: #333333;
	font-family: Georgia;
}

.blog_text td {
	font-size: 16px;
	color: #333333;
	font-family: Georgia;
}

.blog_footer {
	clear: left;
}

.blog_image {
	padding: 0px 20px 20px 0px;
}

.blog_table {
	font-size: 16px;
	font-family: Georgia;
}

.blog_photo_select {
    margin-top: 5px;
    object-fit: cover;
    background-size: cover;
}

#contact_us_image {
	float: left;
	padding: 10px 20px 20px 0px;
}

.blog_paragraph {
	width: 600px;
    /* Note that left padding cannot be zero for caret to display */
    padding: 4px 0px 4px 2px;
    margin-bottom: 6px;
    font-size: 16px;
}

.blog_paragraph:focus {
    outline: 2px solid #101010;
    -moz-outline-radius: 2px;
}

.blog_paragraph_menu {
    padding: 5px 0px 5px 0px;
}

.blog_paragraph_button {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin: 0px 1px 0px 1px;
}

.blog_paragraph_button:hover {
    cursor: pointer;
}

.contact_us {
	height:  100%;
 	font-family: sans,sans-serif;
	font-size: 16px;
	margin: 10px 50px 10px 50px;
}

#contact_us_form {
	font-size: 14px;
}

#contact_us_email {
	font-family: arial;
	font-size: 14px;
	border-style: solid;
	border-width: 2px;
	border-color: #E1DAD9;
	color:  #200000;
	padding: 5px 5px 2px 5px;
	margin: 5px;
	width: 250px;
}

#contact_us_message {
	display: inline-block;
	vertical-align: text-top;
	font-family: arial;
	font-size: 14px;
	border-style: solid;
	border-width: 2px;
	border-color: #E1DAD9;
	color:  #200000;
	padding: 5px 5px 2px 5px;
	margin: 5px;
}

#contact_us_submit {
	height: 35px;
	padding: 5px;
	margin: 5px;
	background-color: #C0C0C0;
	font-style: Arial;
	font-size: 16px;
	font-weight: 600;
}

p.contact_us_p {
	line-height: 30px;
}

#make_payment_form {
	font-size: 16px;
}

#subscription_delivery_form {
	font-size: 16px;
}
#subscription_signup_content {
	width: 100%;
	text-align: center;
	margin: 5px auto 0 auto;
}

#custom_order_make_payment_content {
	width: 100%;
	display: none;
	text-align: center;
	margin: 5px auto 0 auto;
}

.how_to_buy {
	height:  auto;
	overflow:  hidden;
 	font-family: sans,sans-serif;
	font-size: 16px;
	margin: 0px 50px 0px 50px;
}

.how_to_buy_topic_title {
	font-size: 26px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 20px;
	padding-top: 10px;
	cursor: pointer;
}

.how_to_buy_topic_title_hidden {
	width: 250px;
	font-size: 26px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 10px;
	cursor: pointer;
	border-style: solid;
	border-width: 2px;
	border-color: #404040;
	border-radius: 10px;
	background-color: #404040;
	color: #FFFFFF;
}

.how_to_buy_topic_content {
	display: none;
	margin: 0 0 10px 0;
}

.how_to_buy_delivery_area
{
	font-size: 18px;
	line-height: 26px;
	padding: 5px 20px 5px 0px;
}

.how_to_buy_topic_subtitle {
	font-size: 22px;
	font-weight: 100;
	background-color: #66A6BD;
	color: #FFFFFF;
	line-height: 26px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}

.how_to_buy_title
{
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	padding: 20px 20px 0px 0px;
}

.how_to_buy_selection_list {
	font-size: 16px;
	border-style: solid;
	border-width: 2px;
	border-color: #E1DAD9;
	color:  #200000;
	padding: 8px 5px 8px 5px;
}

.how_to_buy_signup_button {
	font-size: 16px;
	font-weight: 600;
	border-style: solid;
	border-width: 2px;
	border-color: #BBBBBB;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px ;
	background-color: #66A6BD;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how_to_buy_signup_button:hover {
	background-color: #4090AD;
}

.how_to_buy_info_content {
	display: none;
}

.how_to_buy_images_right {
	float: right;
	padding: 20px 0px 0px 20px;
}

.how_to_buy_images_left {
	float: left;
	padding: 0px 20px 20px 0px;
}

.how_to_buy_image {
	padding: 10px 0px 10px 0px;
}

.how_to_buy_centered_table {
	margin-left: auto;	
	margin-right: auto;
}

.how_to_buy_text_input {
	font-size: 16px;
	font-family: arial;
	border-style: solid;
	border-width: 2px;
	border-color: #E1DAD9;
	color:  #200000;
	padding: 8px 0px 8px 0px;
	margin: 2px 0px 2px 0px;
}

.how_to_buy_money_input {
	font-size: 16px;
	font-family: arial;
	border-style: solid;
	border-width: 2px;
	border-color: #E1DAD9;
	color:  #200000;
	padding: 8px 5px 8px 5px;
	margin: 2px 0px 2px 0px;
}

.how_to_buy_input_title {
	text-align: left;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
}

.how_to_buy_privacy_statement {
	font-size: 10px;
	padding: 5px 0 0 0;
}

.how_to_buy_money_noneditable {
	font-size: 16px;
	font-family: arial;
	border-style: none;
	border-width: 2px;
	color:  #200000;
}

p.how_to_buy_p {
	line-height: 22px;
	padding-top: 20px;
}

span.required {
	display: none;
	color: red;
	font-size: 12px;
	margin-left: 5px;
}

span.bad_format {
	display: none;
	color: red;
	font-size: 12px;
	margin-left: 5px;
}

.about_text {
	padding: 15px 200px 5px 80px;
	font-size: 16px;
	color: #333333;
	font-family: Georgia;
}

.about_image {
	float: left;
	padding: 0px 20px 20px 0px;
}

.about_footer {
	clear: left;
}

.varieties {
	padding: 15px 40px 15px 80px;
}

.variety_image {
	float: left;
	padding: 0px 20px 0px 0px;
}

.variety_description {
	font-size: 12px;
	color: #333333;
	font-family: Georgia;
	padding: 0px 10px 0px 0px
}

.variety_title {
	font-size: 18px;
	color: #3F3635;
	font-weight: 600;
	font-family: Georgia;
}

.main_signup_input {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #BBBBBB;
	font-family: verdana,geneva,sans,sans-serif;
	font-size: 16px;
	color: #BBBBBB;
	width: 150;
	height: 32px;
	padding: 7px;
	margin-left: 5px;
	margin-right: 5px;
}

#thank_you {
	width: 1360px;
	height: 123px;
	margin-top: 5px;
	margin-left: 80px;
	padding-top: 5px;
	text-align: center;
 	font-family: sans,sans-serif;
	font-size: 16px;
}

.about_us {
	width: 800px;
	height: auto;
	overflow: hidden;
 	font-family: verdana,geneva,sans,sans-serif;
	font-size: 16px;
	font-weight: 100;
	margin: 10px auto 10px auto;
}

.about_us_title {
 	font-family: verdana,geneva,sans,sans-serif;
	font-size: 26px;
	background-color: #66A6BD;
	padding: 8px 20px 8px 20px;
	margin: 15px 20px 15px 0px;
	color: #FFFFFF;
}

.about_us_quote {
	font-size: 26px;
	font-style: italic;
	font-family: times;
	font-weight: 500;
	margin: 50px 0px 30px px;
}

.about_us_quote_author {
	font-size: 16px;
	font-weight: 100;
	margin-right: 150px;
}

.about_us_image_left {
	float: left;
	padding: 0px 25px 25px 0px;
}

.about_us_image_right {
	float: right;
	padding: 0px 0px 25px 25px;
}

.about_us_farm {
	padding-top: 25px;
	overflow: hidden;
	margin-right: 20px;
}

.about_us_owner {
	padding-top: 25px;
	overflow: hidden;
	margin-right: 20px;
}

#home_content {
	width: 680px;
	margin: 10px auto 20px auto;
	font-family: Arial;
	font-size: 24px;
	font-weight: 700px;
	text-align: center;
}

.home_content_title {
	width: 300px;
}

.home_content_image {
	padding: 20px;
}

p.about_us_p {
	padding: 0px 0px 25px 0px;
	line-height: 20px;
}

input {
	border-radius: 8px;
}

textarea {
	border-radius: 8px;
}
* {
	margin: 0;
	padding: 0;
}

.SubscriptionsSoldOuts {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	color: #FEF5F2;
	background-color: #404040;
}

p.ImageCaption {
	font-family: Arial;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #020202;
}

