
  body {
	visibility: hidden;
  }
  .desktop-hide {
	display: none;
  }
  #form-address_v1 em {
	color: #fff;
	font-size: 12px;
	padding-top: 8px;
	float: left;
	width: 100%;
	text-align: left;
	display: none;
  }
  .desktop-hide i {
	color: #fff;
	font-size: 12px;
	padding-top: 8px;
	float: left;
	width: 100%;
	display: none;
	text-align: left;
  }
  .desktop-show i {
	color: #fff;
	font-size: 12px;
	text-align: left;
	width: 100%;
	float: left;
	margin-top: 8px;
  }

  <!-- pulled CSS from Sunnys update on the homepage -->
  #address-lookup-holder {
	display: none;
	position: relative;
	width: 100%;
	min-height: 305px;
  }


  #loader-wrap {
	display: none;

  }
  #loader-wrap .animation {
	position: absolute;
	height: 60px;
	top: 15px;
	right: 12%;
  }

  .search-top {
	float: left;
	width: 100%;
	background: #001332;
	padding: 40px 0;
  } 



  .new-customer .form-control {
	height: 50px;
	font-size: 16px;
	border-radius: 8px;
	font-style: italic;
	font-weight: 30;
	padding-right: 5px;
	padding-left: 30px;
	font-family: 'Quasimoda';

	max-width: inherit;
	width: 100%;
	margin-right: 0;

  }

  .new-customer .btn {
	min-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
  }


  .new-customer .d-flex {
	display: block;
	justify-content: center;
  }
  .new-customer label {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
  }
  .get-started label{
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
  }



  .btn.btn-check {
	border-radius: 50px;
	background: #6FB841 !important;
	color: #fff;
	border: 2px solid #6FB841  !important;
	padding: 8px 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-left: 0;
  }
  .btn.btn-check:hover{
	background: transparent !important;
	border: 2px solid #6FB841  !important;
	color: #6FB841;
  }
  .btn.btn-check img {
	display: inline-block;
	width: 30px;
	margin-left: 0px;
	margin-right: 10px;
  }
  .btn.btn-check .show-icon{
	display: inline-block;
  }
  .btn.btn-check .hide-icon{
	display: none;
  }
  .btn.btn-check:hover .show-icon {
	display: none !important;
  }
  .btn.btn-check:hover .hide-icon {
	display: inline-block !important;
  }

  .btn.sign-in img {
	display: inline-block;
	width: 30px;
	margin-left: 0px;
	margin-right: 10px;
  }
  .btn.sign-in .show-icon{
	display: inline-block;
  }
  .btn.sign-in .hide-icon{
	display: none;
  }
  .btn.sign-in:hover .show-icon {
	display: none !important;
  }
  .btn.sign-in:hover .hide-icon {
	display: inline-block !important;
  }

  .btn.moving img {
	display: inline-block;
	width: 30px;
	margin-left: 0px;
	margin-right: 10px;
  }
  .btn.moving .show-icon{
	display: inline-block;
  }
  .btn.moving .hide-icon{
	display: none;
  }
  .btn.moving:hover .show-icon {
	display: none !important;
  }
  .btn.moving:hover .hide-icon {
	display: inline-block !important;
  }
  .d-flex.flex-wrap.align-items-center.gap-2 {
	display: flex;
	justify-content: center;
  }




  .sign-in {
	border-radius: 30px;
	background: #1782C5;
	color: #fff !important;
	border: 2px solid #1782C5;
	padding: 8px 28px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	font-size: 14px;
  }
  .btn.sign-in:hover {
	background: transparent;
	border: 2px solid #1782C5;
	color: #1782C5 !important;
  }
  .moving{
	background: transparent;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 30px;
	padding: 8px 28px;
	display: flex;
	align-items: center;
	font-size: 14px;
  }
  .moving:hover{
	background: #1782C5 !important;
	color: #fff!important;
	border: 2px solid #1782C5;
  }

  .input-icon-group {
	position: relative;
	flex-grow: 1;

	margin-right: 0;
	max-width: inherit;
  }
  .input-icon-group i {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #1782C5;
	pointer-events: none;
	font-size: 18px;
  }

  svg#search-right-angle {
	width: 15px;
	fill: rgb(112, 184, 64);
  }

  #address-search-bttn {
	right: 10px !important;
  }
  #search-wrap .typeahead__cancel-button {
	right: unset !important;
	left: 0;
  }

  #address-lookup-holder {
	position: relative;
  }

  #address-search-text {
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: 'quasimoda';
	line-height: 16px;
	font-weight: 300;
  }
  #address-entry-modal form input,
  #maybe-modal form input {
	padding: 10px;
	border-radius: 10px;
	border: solid 1px gray;
	margin: 20px 0;
	width: 100%;
  }
  #address-entry-modal form .col-md-4,
  #maybe-modal form .col-md-4 {
	margin: 0;
  }
  #address-entry-modal form .button-holder,
  #maybe-modal form .button-holder {
	display: flex;
	justify-content: center;
	margin-top:25px;
  }
  #address-entry-modal form button,
  #maybe-modal form button {
	font-size: 18px;
	padding: 1em 10px 1em 10px;
	border-radius: 20px;
  }
  #address-entry-modal .modal-interest-form,
  #maybe-modal .modal-interest-form {
	display: none;
	justify-content: center;
	padding: 20px;
  }
  #address-entry-modal .modal-interest-form a,
  #maybe-modal .modal-interest-form a {
	font-size: 18px;
	padding: 1em 20px 1em 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
  }

  #reliable-solutions {
	display: none;
  }

  #loader-wrap {
	display: none;

  }
  #loader-wrap .animation {
	position: absolute;
	height: 60px;
	top: 15px;
	right: 12%;
  }


  .typeahead__container.hint .typeahead__query>:last-child, .typeahead__hint {
	background: none;
  }
  .typeahead__container.hint .typeahead__field [contenteditable], .typeahead__container.hint .typeahead__field input, .typeahead__container.hint .typeahead__field textarea {
	background: #fff;
  }
  .typeahead__result ul {
	max-width: 390px;
  }
  #address-entry-modal .modal-title,
  #maybe-modal .modal-title {
	font-size:18px;
	font-family: 'quasimoda';
	font-weight: 200;
	text-transform:uppercase;
	font-style:italic;
	border:none;
	padding:0;
	margin-bottom:5px;
  }
  #address-entry-modal .modal-body,
  #maybe-modal .modal-body {
	font-size:18px;
	font-family: 'quasimoda';
	font-weight: 200;
	font-style:italic;
	border:none;
	padding:0;
  }
  #address-entry-modal .modal-footer, 
  #address-entry-modal .modal-header,
  #maybe-modal .modal-footer, 
  #maybe-modal .modal-header {
	border:none;
	padding:0;
  }

  #address-entry-modal .modal-content,
  #maybe-modal .modal-content {
	padding:50px;
	min-height:350px;
  }
  #address-entry-modal .modal-dialog,
  #maybe-modal .modal-dialog {
	width:800px;
	max-width: 95%;
	margin: 0 auto;
  }
  .modal-close-x {
	background: url ('/Images/HomeSC/2023/shoptool/modal-close.png') no-repeat bottom center / cover;
	height:34px;
	width:37px;
	border:0;
	position: absolute;
	top: 20px;
	right: 20px;
  }
  .modal-form .row{
	margin:15px;
  }
  .modal-form input{
	border-radius: 10px;
	width: 100%;
	border: 1px solid #000;
	padding: 5px;
  }

  a.link-white,
  a.link-white:visited,
  button.link-white,
  button.link-white:visited{
	display: inline-block;
	background: transparent;
	color: #fff;
	font-size: 21px;
	text-decoration: none;
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 30px;
  }
  a.link-white:hover,
  button.link-white:hover {
	background: transparent;
	color: #dfd9d9fc;
	text-decoration: underline;
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
  }

  #customer-type {
	margin-top: 20px;
  }
  #new-customer-button {
	cursor:pointer;
  }

  .suggestion {
	cursor: pointer;
	color: #70b840;
  }

  .addresses {
	height: 240px;
	overflow-y: scroll;
	margin: 20px auto;
  }

  @media screen and (min-width: 1625px) {
	.search-top {
	  padding: 70px 0;
	}

	.new-customer label,
	.get-started label {
	  font-size: 30px;
	  margin-bottom: 25px;
	}
	.new-customer .form-control {
	  font-size: 22px;
	  padding-left: 50px;
	}
	.input-icon-group {
	  max-width: 503px;
	}
  }

  @media(min-width: 481px) {
	.new-customer .d-flex {
	  display: flex;
	}
	.new-customer .form-control {
	  margin-right: 20px;
	}
	.new-customer .btn {
	  margin-top: 0;
	}
	.input-icon-group {
	  max-width: 390px;
	  margin-right: 20px;
	}

  }
  @media(max-width: 480px) {
	.desktop-hide {
	  display: block;
	  margin-bottom: 5px;
	  float: left;
	  width: 100%;
	}
	#form-address_v1 em {
	  display: block;
	  margin-bottom: 10px;
	}
	.desktop-hide {
	  display: block;
	}
	.desktop-show i {
	  display: none;
	}
  }


  #address-lookup-holder .get-started {
	max-width: 100%;
	text-align: center;
	margin-top: 30px;
  }

  .new-customer {
	width: 100%;
	text-align: center;
  }

  @media(min-width: 992px) {
	#address-lookup-holder .get-started {
	  text-align: left;
	  margin-top: 0;
	}
	.d-flex.flex-wrap.align-items-center.gap-2 {
	  justify-content: flex-start;
	}
	.new-customer {
	  width: 66.6%;
	  text-align: left;
	}
	.new-customer .d-flex {
	  justify-content: flex-start;
	}
  }




