body {

    background-color: white;
    font-family: "Roboto Condensed", sans-serif;

 
  }


  @media(min-width: 1200px){
    
    body {

        background-color: white;
    
     
      }
    #home-header-bg {
        display: block;
    }
 
    #site-footer #footer-inner {
        margin-right: 100px;
    }
 
    
           
    #site{
        margin-left: 100px;
    }
    #site a[name] {
        scroll-margin-top: 100px;
    }
    #site-footer #footer-inner {
        margin-right: 100px;
    }
    .copy-home #site-header {
        height: 83vh;
    }
    #site-header{
        min-height: 600px;
max-height: 1000px;
    }
    #header-nav-checkbox {
        position: fixed;
    }
    #masthead {
        position: fixed;
        width: 320px;
        left: 100px;
    }
    #masthead a {
        height: 100px;
        background-image: url("");
        background-position: left 30px top;
        background-size: 260px auto;
    }
    #header .header-nav-button {
        position: fixed;
        border-bottom: 1px solid #d9dde3;
        border-right-width: 0;
    }
    #header .nav-section {
        display: block;
        position: initial;
        top: initial;
        left: initial;
        right: initial;
    }
    #header-nav {
        position: fixed;
        top: 100px;
        left: 0;
        bottom: 0;
        z-index: 1000;
        background: #fff;
    }
    #header-nav .menu-panel-level-0 {
        width: 100px;
    }
    #header-nav .menu-panel-level-0>.menu-item>.menu-link a {
        color: #fff;
        width: 420px;
    }
    #header .nav-section #header-nav .menu-panel-level-0>.menu-item>.menu-link button {
        display: none;
    }
    #header .nav-section #header-nav .menu-panel-level-1 {
        display: none;
    }
}
#header .nav-section #header-nav .menu-panel-level-0>.menu-item>.menu-link button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border: 0;
    background: 0 0;
}
#header-nav .menu-panel-level-0>.menu-item>.menu-link a {
    display: block;
    line-height: 30px;
    padding: 15px 50px 15px 0;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.dropdown, .dropup {
    position: relative;
}
#header-nav .menu-panel-level-0>.menu-item>.menu-link {
    position: relative;
}
#header .nav-section {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 320px;
    z-index: 4000;
    background: rgba(255,255,255,.97);
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
}
#header .header-nav-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9002;
    border-right: 1px solid #d9dde3;
}
#masthead a {
    display: block;
    width: auto;
    height: 80px;
    background: transparent url("") no-repeat left 30px center;
    background-size: 180px auto;
    text-indent: -9999px;
}
#masthead {
    position: absolute;
    top: 0;
    left: 80px;
    width: 240px;
    z-index: 9001;
}
#header-nav-checkbox {
    position: absolute;
    left: -100vw;
}
#header-nav a {
    color: #09274c;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
a.skip-to{
    position: absolute;
top: -1000px;
left: -1000px;
height: 1px;
width: 1px;
text-align: left;
overflow: hidden;
display: block;
padding: 5px;
background: #fff;
color: #000;
}
#wrapper{
    background: #fff;
}
a {
    color: #099eaa;
text-decoration: none;
background-color: transparent;
}

.img_png{
    position: relative;
    height: 50%;
}



.popup-images {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #183151;
}
.popup-figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
figure {
    margin: 0;
}
.popup-img {
    width: 85px;
}
img {
    vertical-align: middle;
}
.popup-figure-caption {
    text-align: center;
    font: normal normal bold 16px/18px Roboto Condensed;
    white-space: nowrap;
    padding-top: 8px;
}
#site-footer {
    position: relative;
    z-index: 2000;
    background: linear-gradient(90deg,#09274c 0,#099eaa 100%) 0 0 no-repeat;
    min-height: 100px;
    border-top: 3px solid #fff;
    color: #fff;
}
#site-footer #footer-inner {
    display: flex;
    justify-content: space-between;
}
#footer-inner {
    margin: 0 auto;
    padding: 30px;
}
#site-footer .social-links {
    display: flex;
    padding-right: 10px;
    color: inherit;
    font-size: 18px;
    justify-content: center;
}


#screenMask {
    display: block;
    background-color: rgba(0,0,0,.75);

    height: 500px;
    top: 0;
    left: 0;
    z-index: 9999;
}
   
#screenMask::before {
    display: none;
    background-color: rgba(0,0,0,.75);

    height: 500px;
    top: 0;
    left: 0;
    z-index: 9999;
}
#signup-popup {
    height: 575px;
    width: 95%;
    max-width: 600px;
    margin: auto;
    margin-top: 150px;
    background-color: #f2f2f2;
    border-radius: 3px;
    position: relative;
}
#closeIcon, #screenMask {
    position: absolute;
}
#closeIcon {
    text-indent: -9999px;
    background: transparent url("") scroll no-repeat right top;
    height: 34px;
    width: 34px;
    right: 5px;
    top: 5px;
    z-index: 99;
    filter: brightness(.5);
    transition: .2s ease;
}
#sp-inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.popup-info {
    padding-bottom: 17px;
    border-bottom: 1px solid #183151;
    text-align: left;
    margin-bottom: 0;
}
.popup-info h3 {
    color: #222c36;
    font: normal normal normal 20px/28px Roboto Condensed;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
#sp-inner h2 {
    text-transform: uppercase;
    padding-top: 48px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 17px;
    font: normal normal bold 28px/30px Roboto Condensed;
    text-align: left;
}
.popup-submit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popup-submit {
    height: 60px;
    margin-top: 25px;
}
.popup-submit {
    display: flex;
    background-color: #c8333c;
    padding: 20px 30px;
    color: #fff;
    font: normal normal normal 20px/24px Roboto Condensed;
    height: 50px;
    align-items: center;
    border-radius: 3px;
    justify-content: space-between;
    margin-top: 17px;
}


 
#home-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80vh;
    min-height: 600px;
    max-height: 1000px;
    z-index: 100;
    overflow: hidden;
}
#home-header-bg {
    display: none;
}
#header .nav-section {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 320px;
    z-index: 4000;
    background: rgba(255,255,255,.97);
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
}
#header-nav .menu-panel-level-0>.menu-item.menu-page-about-rick>.menu-link a:before, #header-nav .menu-panel-level-0>.menu-item.nav-icon-about-rick>.menu-link a:before {
    background-image: url("");
}


#header .header-nav-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9002;
    border-right: 1px solid #d9dde3;
}
#site-footer {
    position: relative;
    z-index: 2000;
    background: orangered;
    min-height: 100px;
    border-top: 3px solid #fff;
    color: #fff;
}
#site-footer a{
    color:white;
}
#site-footer #footer-inner {
    display: flex;
    justify-content: space-between;
}
#site-footer .social-links a {
    display: inline-block;
    color: inherit;
    padding: 10px 10px;
    min-width: 50px;
    text-align: center;
}
.hamburger-icon i{
    position: relative;
    height: 100px;
    width: 100px;
    font-size: 50px;
    color: #09274c;
    top: 25px;
    text-align: center;
}
.hamburger-icon i .fax{
    position: relative;
    height: 100px;
    width: 100px;
}
.social .social-links .social-link {
    position: relative;
    /* height: 50px; */
    width: 40px;
    font-size: 20px;
}


@media (min-width: 1080px){
    #signup-popup {
        max-width: 600px;
        height: 493px;
        margin-top: 125px;
    }
}
@media (min-width: 768px){
#closeIcon {
height: 34px;
width: 34px;
right: 10px;
top: 10px;
}
.popup-info {
margin-bottom: 15px;
}
}
@media (min-width: 650px){
.popup-images {
gap: 52px;
}
.popup-img {
width: 100px;
}
.popup-figure-caption {
text-align: center;
font: normal normal bold 20px/28px Roboto Condensed;
white-space: nowrap;
}
#sp-inner h2 {
font: normal normal bold 40px/47px Roboto Condensed;
}
.popup-submit-wrapper {
flex-direction: row;
}
.popup-submit {
height: 60px;
margin-top: 25px;
}
}