/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------- TOP ANNOUNCEMENT SECTION ------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.em-standard {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.em-featured {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#top-header {
	background: #222324;
	width: 100%;
  	left: 0;
  	top: 0;
  	border-top: 0;
}
#emergency-response-opt {
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-radius: 20px;
	font-family: 'arial';
}
#emergency-response-opt .txt {
  	display: flex;
  	align-items: center;
}
#emergency-response-opt p {
	font-size: .9rem;
	margin-bottom: 0;
	color: #fff;
	line-height: 20px;
  	margin-right: 10px;
}
#emergency-response-opt p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
#emergency-response-opt .emergency_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#emergency-response-opt .txt.full {
	width: 65%;
}

h3{
	height: auto !important;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- AJAX ERROR POINTS CSS --------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.ajax-message{
	margin-bottom: 2rem;
}

.ajax-message h3{
	font-weight: 600;
	font-size: 1.1rem;
	padding-top: 1rem;
}

.ajax-message ul{
	text-align: left;
	padding: 1rem 2rem;
}

.ajax-message li{
	font-size: .9rem;
	color: #fff !important;
}

.ajax-message.error{
	background-color: #F56E70;
	border-radius: .5rem;
}

.ajax-message.error .main-p{
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.ajax-message p{
	font-size: .9rem !important;
	font-weight: 500 !important;
	text-align: left;
	color: #fff !important;
	margin: .8rem .8rem !important;
}

.ajax-message p i{
	font-size: .9rem !important;
	display: inline-block;
}

.ajax-message p span{
/*	display: block;*/
}

.is-invalid {
    border-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545;
    font-size: 12px;
}

.ajax-message {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    display: none;
}

.ajax-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.ajax-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}


/****************************************************
				ERROR MESSAGE CSS
****************************************************/
.error {
	color: red;
	font-size: 12px;
}

/*****************************************************
					FIELD ERRORS
*****************************************************/
span.field-errors{
	display: block;
	padding-top: .5rem;
}
.field-errors p{
	color: red;
	font-weight: 400;
	font-size: .8rem;
	float: left;
	text-align: left;
}


/*****************************************************
				MAKE EMAIL INPUT BE LOWERCASE
*****************************************************/
/*
form input[type="email"]{
	text-transform: lowercase !important;
}
*/

/*****************************************************
					HIDE SELECT CSS
*****************************************************/
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

/****************************************************
				 	HONEYMOON CSS
*****************************************************/
.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/****************************************************
				PAGES PROMOBLOCK CSS
****************************************************/
.js__parallax-window.s-promo-block-v4:before {
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: -1;
  	width: 100%;
  	height: 100%;
	background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(154, 205, 50, 0.3) 100%);
	background-repeat: repeat-x;
	content: " ";
}

/****************************************************
				BUTTON CSS
****************************************************/
.s-btn{
    margin-top: 1rem;
}

.s-btn--md {
    font-size: 1rem;
    padding: .4rem 1.8rem;
    font-weight: 600;
    letter-spacing: .05rem;
}

.s-btn.g-radius--50 {
    border-radius: .5rem !important;
}

.s-btn--dark-brd{
	color: #FFFFFF;
	border-color: #FFFFFF;
    background: #9ACD32;
}
.s-btn--dark-brd:hover{
	color: #9ACD32;
	border-color: #9ACD32;
	background: transparent;
}

/* Tiny devices (0 - 319.98px) */
@media (max-width: 319.98px) { /* Styles */ }

/* Small phones (360px - 413.98px) */
@media (min-width: 360px) { /* Styles */ }

/* Small tablets (576px - 639.98px) */
@media (min-width: 576px) {    }

/* Large tablets (768px - 899.98px) */
@media (min-width: 768px) {    }

/* Landscape tablets / small laptops (900px - 991.98px) */
@media (min-width: 900px) { /* Styles */ }

/* Small desktops (992px - 1023.98px) */
@media (min-width: 992px) {    }

/* Large desktops (1200px - 1439.98px) */
@media (min-width: 1200px) {    }

/* Extra large desktops (1440px - 1919.98px) */
@media (min-width: 1440px) {    }


/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------- SHARE BUTTONS -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 20px 0;
}

.share-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f4f6; /* neutral background */
  transition: transform 0.2s ease, background 0.2s ease;
  border: none;
  cursor: pointer;
}

.share-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Colors per platform */
.share-btn.facebook { color: #1877f2; }
.share-btn.x { color: #000; }
.share-btn.whatsapp { color: #25d366; }
.share-btn.copy { color: #555; }

/* Hover/Focus effects */
.share-btn:hover,
.share-btn:focus {
  transform: scale(1.1);
  background: #e5e7eb;
  outline: none;
}

/* Responsive sizing */
@media (max-width: 480px) {
  .share-btn {
    width: 38px;
    height: 38px;
  }
  .share-btn svg {
    width: 18px;
    height: 18px;
  }
}


/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------- HEADER SECTION -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.s-header-v2 .container {
  width: 100%;
  max-width: 1440px; /* Adjust based on your design */
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto; /* Centers the container */
}

/* Flex properties for the logo to be properly aligned */
.s-header-v2__logo {
    display: flex;
    align-items: center;
}

.s-header-v2__logo-link img{
	width: 80px;
}

.s-header-v2__nav-link {
	line-height: 2.5rem;
	font-size: .9rem;
	color: #2B2B2B;
	font-weight: 600;
}

.login-icon .s-header-v2__nav-link{
	padding-top: .5rem;
}

.s-header-v2__nav-link:hover{
	color: #9ACD32;
}

/*THIS IS TO MAKE SURE THAT THE HEADER STICKS WHEN IT IS SCROLLED UP*/
.navbar-fixed-bottom, .navbar-fixed-top{
	position: -webkit-sticky;
    position: sticky;
}

/**********************************
			CART SECTION
**********************************/
.cart .g-font-size-22--sm{
	font-weight: 500;
	font-size: 1.4rem !important;
}
.cart p{
	font-weight: bold;
	padding: .3rem .1rem;
}

/*SPAN*/
.cart span.number{
	font-weight: 600;
	font-size: .8rem;
}

.gradient-custom {
	/* fallback for old browsers */
	background: #6a11cb;
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
	background: -o-linear-gradient(left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
	background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* 1. Tiny devices (0 - 359px) */
@media (max-width: 359.98px) {
    .s-header-v2__nav-link{
		line-height: 1rem;
	}
    .s-header-v2__logo-link {
		padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* 2. Small phones (360px - 575px) */
@media (min-width: 360px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
    .s-header-v2__nav-link{
        font-size: .9rem;
        line-height: 1rem;
    }
    .s-header-v2__logo-link {
		padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* 3. Small tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
    .s-header-v2__nav-link{
		line-height: 1rem;
        padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* 4. Medium tablets (768px - 899px) */
@media (min-width: 768px) and (max-width: 899.98px) {
    .s-header-v2__nav-link{
        padding: 1rem 1.25rem .5rem 0;
		line-height: 1rem;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* 5. Large tablets / small laptops (900px - 991px) */
@media (min-width: 900px) and (max-width: 991.98px) {}

/* 6. Small desktops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    /* Adjusts the logo position to the left */
    .s-header-v2__logo {
        margin-right: auto; /* Pushes the logo to the far left */
    }
    
    /* Specific styling for the logo column to ensure it stays on the left */
    .s-header-v2__navbar-col.s-header-v2__navbar-col-width--180 {
        margin-right: auto; /* Pushes the menu items to the right */
        flex: 1; /* Ensures the logo stays on the far left */
    }
    
    .s-header-v2__navbar-row {
        display: flex; /* Enables Flexbox */
        align-items: center; /* Vertically centers the content */
        justify-content: flex-start; /* Aligns items to the start (left) */
    }

    .s-header-v2__navbar-col {
        display: flex;
        justify-content: space-between; /* Logo on the left, toggle on the right */
        align-items: center;
    }
}

/* 7. Large desktops (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439.98px) {}

/* 8. Extra large desktops (1440px and up) */
@media (min-width: 1440px) {}






/* ===== Large screens ===== */
/* Fix logo alignment issue on large screens */
@media (min-width: 991px) {
  .s-header-v2__navbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between; /* logo left, menu right */
  }

  /* Ensure logo column hugs the left edge */
  .s-header-v2__navbar-col-width--180 {
    flex: 0 0 auto;        /* prevents it from stretching or centering */
    justify-content: flex-start; /* keep contents left aligned */
    margin-right: auto;    /* push other cols away */
    display: flex;
    align-items: center;
  }

  /* Ensure right column stays on the right */
  .s-header-v2__navbar-col--right {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .s-header-v2__logo {
    display: flex;
    align-items: center;
  }

  .s-header-v2__logo-img {
    max-height: 60px;
  }
}


/* ===== Small screens ===== */
@media (max-width: 990px) {
    .s-header-v2__nav-link{
        margin: 1rem 0;
    }
    .s-header-v2 .container{
        padding-left: .5rem;
        padding-right: .5rem;
    }
  /* Header row */
  .s-header-v2__navbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 55px;
    background: #fff;
    z-index: 1050;
  }

  /* Logo */
  .s-header-v2__logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 1050;
  }

  .s-header-v2__logo-img {
    max-height: 45px;
  }

  /* Burger toggle */
  .s-header-v2__toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 1051;
  }

  /* Burger icon */
  .s-header-v2__toggle-icon-bar {
    width: 22px;
    height: 2px;
    background-color: #000;
    position: relative;
    transition: all 0.3s ease;
  }

  .s-header-v2__toggle-icon-bar::before,
  .s-header-v2__toggle-icon-bar::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }

  .s-header-v2__toggle-icon-bar::before {
    top: -6px;
  }

  .s-header-v2__toggle-icon-bar::after {
    top: 6px;
  }

  /* Transform burger to X */
  .s-header-v2__toggle:not(.collapsed) .s-header-v2__toggle-icon-bar {
    background-color: transparent;
  }
  .s-header-v2__toggle:not(.collapsed) .s-header-v2__toggle-icon-bar::before {
    transform: rotate(45deg);
    top: 0;
  }
  .s-header-v2__toggle:not(.collapsed) .s-header-v2__toggle-icon-bar::after {
    transform: rotate(-45deg);
    top: 0;
  }

  /* Collapse menu appears below header */
  .s-header-v2__navbar-collapse {
    position: absolute;
    top: 55px; /* below header */
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 1049;
  }

  /* Collapse visibility */
  .s-header-v2__navbar-collapse.collapse:not(.show) {
    display: none;
  }
  .s-header-v2__navbar-collapse.show {
    display: block;
  }

  /* Menu items */
  .s-header-v2__nav {
    display: block;
    margin: 0;
    padding-left: 5px; /* aligns with logo */
  }

  .s-header-v2__nav-item {
    list-style: none;
    margin: 10px 0;
  }

  .s-header-v2__nav-link {
    display: block;
    text-align: left;
    padding: 8px 0;
    line-height: 1rem;
  }
}






/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------- SEARCH SECTION -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.search .input-group-btn .s-btn-icon--dark-brd{
    background: #222324;
    color: #fff;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5rem;
    border-color: #222324;
}

.search .input-group-btn .s-btn-icon--dark-brd:hover{
    background: #9ACD32;
    border-color: #9ACD32;
}

.search h2{
    font-size: 1.8rem !important;
}

.search p{
    letter-spacing: normal;
}

.search-div{
    margin-top: 2rem;
}

.search .s-btn{
    margin-top: 0rem;
    font-weight: 600;
    height: 3rem;
}   

.search .s-form-v5__input{
    text-transform: none;
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
	padding: .3rem 1rem;
    height: 3rem;
}

.search .s-btn--dark-brd{
    border-color: #9ACD32;
}

.search-div {
    display: flex;
    justify-content: center; /* Centers the form horizontally */
    align-items: center;     /* Aligns items vertically in case there's a height */
    width: 100%;
}
.search-div .input-group.search-form{
    width: 60%;
}

.search-form input[type="search"] {
    text-transform: lowercase !important;
    letter-spacing: normal;
}

/* 1. Tiny devices (0 - 359px) */
@media (max-width: 359.98px) {
    .search-div .input-group.search-form{
        width: 85%;
    }
    .search h2 {
        font-size: .9rem !important;
    }
}   

/* 2. Small phones (360px - 575px) */
@media (min-width: 360px) and (max-width: 575.98px) {
    .search h2{
        font-size: 1.2rem !important;
    }
    .search p{
        font-size: .8rem !important;
    }
    .search-div .input-group.search-form{
        width: 80%;
    }
}

/* 3. Small tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .search-div .input-group.search-form{
        width: 80%;
    }
}

/* 4. Medium tablets (768px - 899px) */
@media (min-width: 768px) and (max-width: 899.98px) {
    .search-div .input-group.search-form{
        width: 70%;
    }
    .search-div .input-group.search-form{
        width: 70%;
    }
}

/* 5. Large tablets / small laptops (900px - 991px) */
@media (min-width: 900px) and (max-width: 991.98px) {}

/* 6. Small desktops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* 7. Large desktops (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439.98px) {}

/* 8. Extra large desktops (1440px and up) */
@media (min-width: 1440px) {}


/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------- FOOTER SECTION -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.footer .container {
  width: 100%;
  max-width: 1440px; /* Adjust based on your design */
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto; /* Centers the container */
}

.footer .social-media-footer a{
    color: #FFFFFF;
}

footer .g-padding-y-80--xs {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}
footer .g-padding-y-30--xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer .row {
    margin-left: 1rem;
    margin-right: 1rem;
}

.copyright .row {
    display: flex; /* Enable Flexbox */
    align-items: center; /* Vertically center items */
    justify-content: space-between; /* Space items across the row */
    margin-left: 1rem;
    margin-right: 1rem;
}

.copyright .col-xs-6 {
    /* Reset text alignment for both columns */
    text-align: left; /* Left align for the logo */
}

.copyright .col-xs-6:last-child {
    text-align: right; /* Align text to the right for the copyright */
}

.copyright p {
    margin: 0; /* Remove default margin from <p> for better vertical alignment */
}

.copyright img {
    max-height: 50px; /* Set a max-height for the logo to keep it within limits */
    width: 70px;
}

footer .footer-header{
	font-weight: 600;
	color: #fff !important;
	font-size: 1rem;
	margin-bottom: 0.3rem;
}

footer .social-media-footer{
	padding-top: 1.5rem;
}

footer .g-font-size-20--xs {
    font-size: 1.1rem !important;
}

footer .g-font-size-18--xs {
    margin-bottom: .5rem;
}

footer .g-ul-li-lr-15--xs > li {
    padding-left: 0rem;
    padding-right: 2rem;
}

.copyright .g-font-size-15--xs {
    font-size: 0.75rem !important;
}

/* 1. Tiny devices (0 - 359px) */
@media (max-width: 359.98px) {
    .s-btn--md{
        font-size: .9rem;
    }
    
    .footer .g-hor-divider__dashed--white-opacity-lightest{
        display: flex;                /* Enable Flexbox */
        flex-direction: column;       /* Stack items vertically */
        justify-content: center;      /* Center content vertically */
        align-items: center;          /* Center content horizontally */
        text-align: center;           /* Ensure text is centered */
        padding: 20px;   
    }
    
    .g-hor-divider__dashed--white-opacity-lightest .g-font-size-15--xs {
		font-size: .8rem !important;
	}
    
	footer .footer-header {
		font-size: .7rem !important;
	}
    
    footer .g-padding-y-80--xs {
		padding-top: 2rem;
		padding-bottom: .5rem;
	}
    
    .footer .g-padding-y-50--xs {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
    }
    
    footer .g-font-size-20--xs {
		font-size: .9rem !important;
	}
    
	footer .g-font-size-18--xs {
		font-size: .7rem !important;
	}
    
    footer .g-font-size-15--xs{
        font-size: 0.7rem !important;
    }
    
    footer .copyright .g-font-size-15--xs{
        font-size: 0.5rem !important;
    }
    
	footer p {
		font-size: 0.7rem !important;
	}
    
    .ajax-message li {
		font-size: .8rem;
	}
    
    .copyright img{
        width: 50px;
    }
}

/* 2. Small phones (360px - 575px) */
@media (min-width: 360px) and (max-width: 575.98px) {
    .footer .container {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .s-btn--md{
        font-size: 1rem;
    }

    .g-hor-divider__dashed--white-opacity-lightest .g-font-size-15--xs{
        font-size: 1rem !important;
    }
    
    .footer .g-hor-divider__dashed--white-opacity-lightest{
        display: flex;                /* Enable Flexbox */
        flex-direction: column;       /* Stack items vertically */
        justify-content: center;      /* Center content vertically */
        align-items: center;          /* Center content horizontally */
        text-align: center;           /* Ensure text is centered */
        padding: 0px;   
    }
    
	footer .footer-header{
		font-size: .9rem !important;
	}
    footer .g-width-100--xs {
		width: 4.25rem;
	}
	footer .g-padding-y-80--xs {
		padding-top: 2.5rem;
		padding-bottom: .5rem;
	}
	footer .g-padding-y-60--xs{
		padding-bottom: 1rem !important;
	}
	.g-padding-y-50--xs {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
    footer .g-padding-y-30--xs {
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
	}
	footer .g-font-size-14--xs {
		font-size: 0.475rem;
	}
	footer p {
		font-size: 0.8rem !important;
	}
	footer .g-ul-li-tb-5--xs > li {
		padding-top: 0.1125rem;
		padding-bottom: 0.1125rem;
	}
    footer .copyright .g-font-size-15--xs {
		font-size: 0.6rem !important;
	}
    #emergency-response-opt p {
		font-size: 13px;
	}
	#emergency-response-opt {
		padding: 10px 15px;
	}
    .em-featured {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#emergency-response-opt .emergency_header {
		text-align: center;
	}
	#emergency-response .txt.full {
		width: 100%;
	}
    .ajax-message p{
		font-size: .8rem !important;
	}
    .copyright img{
        width: 50px;
    }
}

/* 3. Small tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer .g-hor-divider__dashed--white-opacity-lightest{
        display: flex;                /* Enable Flexbox */
        flex-direction: column;       /* Stack items vertically */
        justify-content: center;      /* Center content vertically */
        align-items: center;          /* Center content horizontally */
        text-align: center;           /* Ensure text is centered */
        padding: 20px;   
    }
    #emergency-response-opt p {
		font-size: 15px;
	}
	#emergency-response-opt {
   		padding: 10px; 
	}
    .intro .jumbotron h1 {
		color: #e70052;
		max-width: 100%;
	}
    footer .g-padding-y-80--xs {
        padding-bottom: .5rem;
    }
    footer .g-padding-y-50--xs {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .copyright img{
        width: 50px;
    }
}

/* 4. Medium tablets (768px - 899px) */
@media (min-width: 768px) and (max-width: 899.98px) {
    .s-btn--md{
        font-size: 1.2rem;
        padding: .3rem 1.5rem;
    }

    .g-hor-divider__dashed--white-opacity-lightest{
        text-align: left;
    }
    .copyright img {
		width: 55px;
	}
}

/* 5. Large tablets / small laptops (900px - 991px) */
@media (min-width: 900px) and (max-width: 991.98px) {}

/* 6. Small desktops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* 7. Large desktops (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439.98px) {}

/* 8. Extra large desktops (1440px and up) */
@media (min-width: 1440px) {}













/* 1. Tiny devices (0 - 359px) */
@media (max-width: 359.98px) {}

/* 2. Small phones (360px - 575px) */
@media (min-width: 360px) and (max-width: 575.98px) {}

/* 3. Small tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* 4. Medium tablets (768px - 899px) */
@media (min-width: 768px) and (max-width: 899.98px) {}

/* 5. Large tablets / small laptops (900px - 991px) */
@media (min-width: 900px) and (max-width: 991.98px) {}

/* 6. Small desktops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* 7. Large desktops (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439.98px) {}

/* 8. Extra large desktops (1440px and up) */
@media (min-width: 1440px) {}


