*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    /* font-size: 16px; */
    line-height: 1.7;
    color: #777;
    padding: 3rem;

    box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
    .bundles-icon {
        padding: 0;
    }
}

@media (orientation: portrait) {

}
/* Main */
body{
    margin: 0;
    padding: 0;
    max-width:100%;
}

/* Search */
.search-overlay {
    visibility: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}
.search-overlay--active {
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgb(242, 242, 242, 0.9);
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0;
}
.search-overlay__top {
    display: block;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding: 0px;
    margin: 0;
}
.search-overlay__close {
    font-size:40px;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    display: block;
    width: 100%;
    margin: auto;
    color: #f4694d;
}
.search-overlay-icon-container {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: block;
    width: 100%;
    align-content: right;
    padding: 0px;
    padding-left: 150px;
}
.search-overlay__icon {
    font-size: 50px;
    color: #f4694d;
    width: 40px;
}
.search-term {
    display: block;
    width: 90%;
    justify-self: center;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    border: 0;
    border-radius: 10px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: auto;
    background-color: transparent;
}
input.search-term {
    height: auto;
}
.search-overlay-banner {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 15% 70% 15%;
    background-color: rgb(164, 164, 164, 0.5);
    margin: 0;
}
.link-list {
    list-style: none;
}
/* End Search */


/* Loading spinner */
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End loading spinner */

/* Header */
.fruin-header {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 3fr 1fr;
    background-color: #f2f2f2;
    margin: 0;
}
.fruin-menu-icon {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: center;
    justify-self: center;
}
.fruin-site-logo {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: center;
    justify-self: center;
    padding: 5px;
}
.custom-logo{
    width:200px !important;
    height: auto;
    align-self: center;
    justify-self: center;
}
.theme-logo-text > a:hover {
    text-decoration: underline;
}
.fruin-search-icon {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    justify-self: right;
    align-self: center;
    padding-right: 100px;
}
.header-grid {
    background-color: #f2f2f2;
    width:100%;
    display: flex;
    flex-direction: row;
}
.menu-button {
    grid-column: 1 / 2;
    align-self: center;
    justify-self: center;
}
.title-container {
    grid-column: 2 / 3;
    align-self: center;
    justify-self: center;
}
.search-icon-container {
    grid-column: 4 / 5;
    align-self:center;
    justify-self: center;
}
.fruin_hidden_menu_nav_1 {
    list-style-type: none;
    padding-right: 50px;
    padding-top: 80px;
}
.fruin_hidden_menu_nav_1 > li {
    border-bottom: 3px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-color: black;
    border-style: solid;
}
.fruin_hidden_menu_nav_1 > li:hover {
    background-color: black;
    color: white;
}
.fruin_hidden_menu_nav_1 > li:hover > a {
    color: white;
}
.fruin_hidden_menu_nav_1 > li > a {
    font-weight: bold;
    font-family: Arial;
    font-size: 25px;
    line-height: 2;
    text-decoration: none;
    color: black;
    padding: 5px;
}
.header_menu_2_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
}
.user-circle {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width:80px;
    height:80px;
    padding: 0;
    margin: 0;
}
.fruin_hidden_menu_nav_2 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    list-style-type: none;
    color: black;
    padding: 20px;
    margin: 0;
}
.fruin_hidden_menu_nav_2 > li {
    list-style-type: none;
}
.header-menu-2-title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-weight: bold;
    font-family: Arial;
    color: black;
    font-size: 30px;
    text-decoration: none;
    padding: 0 20px  20px 20px;
}
.fruin_hidden_menu_nav_2 > li > a {
    font-family: Arial;
    line-height: 2;
    font-size:20px;
    text-decoration: none;
    color: black;
    padding: 10px;
}
.fruin_hidden_menu_nav_2 > li {
    list-style-type: none;
}
.fruin_hidden_nav {
    width:50vw;
    height: 85vh;
    background-color: #f2f2f2;
    position: absolute;
    z-index: 100;
    margin-top: 5px;
    margin-left: 0px;
    float:left;
    align-self: left;
    justify-self: left;
}
.bottom-nav {
    position: absolute;
    bottom:20px;
}
.search-icon-1{
    font-size: 30px;
}
.menu-btn {
    z-index: 3;
    left: 35px;
    top: 35px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.menu-btn .btn-line {
    width: 28px;
    height: 3px;
    margin: 0 0 5px 0;
    background: black;
    transition: all 0.5s ease-out;
}
.menu-btn.close {
    transform: rotate(180deg);
}
.menu-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-btn.close .btn-line:nth-child(2) {
    opacity: 0;
}
.menu-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}
.menu {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
    visibility: hidden;
}
.menu.show {
    visibility: visible;
}
.nav-item:nth-child(1) {
    transition-delay: 0.1s;
}
.nav-item:nth-child(2) {
    transition-delay: 0.2s;
}
.nav-item:nth-child(3) {
    transition-delay: 0.3s;
}
.nav-item:nth-child(4) {
    transition-delay: 0.4s;
}
/* End header */


/* Front page Banner */
.page-banner {
    margin-top: 100px;
}
.front-page-banner-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.img_bckgd {
    object-fit: cover;
    width:100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    object-position: 0% 0%;
}
.front-page-banner-grid-column-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding:80px;
}
.front-page-banner-grid-column-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding: 50px;
    background-color: #a4a4a4;
}
.banner-heading {
    font-weight: bold;
    color: white;
    font-size: 4.8rem;
    padding: 0;
    margin: 0;
}
.bundles-icon {
    /* padding-left: auto;
    padding-right: auto; */
    display: block;
    width: 200px;
    margin: auto;
    filter: grayscale(70%);
}
.bundles-icon-container {
    display: block;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: white;
    padding-top:80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.banner_overlay {
    width: 100%;
}
#overlay {
  background-color: rgb(249, 156, 101, 0.5);
}
.banner-paragraph-1 {
    font-size: 1.2rem;
    font-family: arial;
    color: white;
}
.banner-paragraph-2 {
    font-size: 2rem;
    font-family: arial;
    color: white;
}
.banner-button {
    background-color: #f4694d;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    border: 0;
    border-radius: 5px;
}
/* End Front Page Banner */

/* Why FruinInc Block */
.why-fruin-inc-group {
    width: 90vw;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 5px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-color:#f4694d;
    border-style: solid;
}
.why-fruin-inc {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.why-column-1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-content: center;
    width: 100%;
    margin: auto;
}
.why-column-2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-content: center;
    width: 100%;
    margin: auto;
}
.why-column-3 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    margin: auto;
}
.why-column-1-image {
    display: block;
    width: 150px;
    margin: auto;
}
.why-column-2-image {
    display: block;
    width: 150px;
    margin: auto;
}
.why-column-3-image {
    display: block;
    width: 98px;
    margin: auto;
}
.why-column-1-heading {
    font-size: 2rem;
    font-family: arial;
    font-weight: 300;
    text-align: center;
}
.why-column-2-heading {
    font-size: 2rem;
    font-family: arial;
    font-weight: 300;
    text-align: center;
}
.why-column-3-heading {
    font-size: 2rem;
    font-family: arial;
    font-weight: 300;
    text-align: center;
}
.why-column-1-p {
    font-size: 1rem;
    font-family: arial;
    font-weight: 300;
    text-align: center;
    padding:20px;
}.why-column-2-p {
    font-size: 1rem;
    font-family: arial;
    font-weight: 300;
    text-align: center;
    padding:20px;
}.why-column-3-p {
    font-size: 1rem;
    font-family: arial;
    font-weight: 300;
    text-align: center;
    padding:20px;
}
.why-column-1-button {
    background-color: black;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    display: block;
    margin: auto;
}
.why-column-2-button {
    background-color: black;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    display: block;
    margin: auto;
}
.why-column-3-button {
    background-color: black;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    display: block;
    margin: auto;
}
/* End Why FruinInc Block */

/* Choose us block */
.choose-us-block {
    display: block;
    width: 90vw;
    margin: auto;
}
.choose-us-h1 {
    font-size: 5rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.choose-us-top-p {
    font-family: arial;
    line-height: 1.5;
}
.choose-us-bottom {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
    margin-top: 10px;
}
.choose-us-column-1 {
    padding-top: 0;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 3px;
    border-style: solid;
    border-color: black;
}.choose-us-column-2 {
    padding-top: 0;
    margin-top: 0px;
    margin: 15px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 3px;
    border-style: solid;
    border-color: black;
}.choose-us-column-3 {
    padding-top: 0;
    margin-top: 0px;
    margin: 15px;
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}
.choose-us-img {
    display: block;
    width: 90px;
    margin: 0;
    padding: 0;
}
.choose-us-p {
    font-family: arial;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
}
.choose-us-h3 {
    font-family: arial;
    font-size: 2rem;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
}  
.choose-us-p-2 {
    font-family: arial;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
}
/* End choose us block */

/* About Us block */
.about-us-group {
    display: block;
    max-width: 90vw;
    margin: auto;
}
.about-us {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 20px;
}
.about-us-column-1 {
    display: block;
    grid-column: 1 / 2;
    justify-content: center;
    grid-row: 1 / 3;
}
.about-us-image {
    padding: 0px;
    width: 250px;
}
.about-us-column-2 {
    padding-left:100px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-bottom: 200px;
}
.about-us-header {
    font-size: 5rem;
    font-family: arial;
    text-align: right;
    color: #f4694d;
    font-weight: 200;
}
.about-us-subtitle {
    font-size: 3rem;
    font-family: arial;
    text-align: right;
    font-weight: 300;
}
.about-us-p {
    display: block;
    justify-self: bottom;
    font-size: 2rem;
    font-family: arial;
    text-align: right;
    padding-bottom: 60px;
    border-bottom: 1px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-color:#f4694d;
    border-style: solid;
}
/* End About us block */


/* Footer */
.fr-footer {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right:0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    background-color: black;
    color: white;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr;
    grid-template-rows: 1fr 1fr;
}
.footer-column-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: block;
    width: 100%;
    margin: auto;
}
.footer-column-1 > a > img {
    min-width: 270px;
}
.footer-column-2 {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}
.footer-nav-1 {
    float:left;
    padding: 20px;
}
.nav-1 {
    display: flex;
}
.footer-nav-2 {
    grid-row: 2 / 3;
    grid-column: 4 / 5;
    float: left;
    padding: 10px;
}
.footer-menu-title-container-1 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    display: block;
    width: auto;
    margin: auto;
    justify-content: center;
}
.footer-menu-title-container-2 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    display: block;
    width: auto;
    margin: auto;
    justify-content: center;
}
.nav-2 {
    display: flex;
    justify-content: center;
    align-self: left;
    align-items: left;
    min-width: 100%;
}
.footerLocationTwo {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: left;
}
.footerLocationTwo > li > a{
    color: white;
    font-family: arial;
}
.footerLocationOne{
    list-style: none;
    display: flex;
    gap: 10px;
    min-width: 100%;
    font-family: arial;
}
.footerLocationOne > li > a {
    color:white;
}
.footer-nav-title {
    font-family: arial;
}
/* End Footer */