body{
    font-size: 14px;
}
.based-in-tustin{
    position: relative; 
    bottom: 0; 
    right: 0; 
    padding: 0;
    margin-top: 20px;
}
.img-tagline, .img-logo{
    width: 175px;
}
.bg-psg{
    background-color: #8dc73f;
}

::placeholder {
    color: #d3d3d3 !important;
}
.border-bottom-green {
    border-bottom-color: #8dc73f;
    border-bottom-width: 5px;
    border-bottom-style: solid; 
}
.border-bottom {
    border-color: #d3d3d3 !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.bg-circle{
    background: url('green-ellipse.svg') no-repeat;
    height: 100px;
    width: 100px;
}
.bg-gray{
    background-color: #eaeaea;
}
.font-smaller{
    font-size: 16px;
}
.bg-ca{
    background: url('ca_local@2x.png') no-repeat;
    background-position: right top;
    background-size: 149px 179px;
    /* background-position-y: 40px; */
    background-position-x: 95%;
    background-attachment:inherit;
}
.bg-joy{
    background: url('coffee-puppy-joy_sml.png') no-repeat;
    background-position-x: -80px;
}
.bg-rounded-bottom{
    background-color: #eaeaea; 
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px;
}
.bg-rounded-top{
    display: block;
    background-color: #eaeaea; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.bg-psg-dark{
    background-color: #222327;
}
.psg-footer{
    font-size: 10px;
    color: #fff;
}
.footer-link{
    color: #fff;
}
.footer-link:active{
    color: #fff;
    text-decoration: underline;
}
.psg-green{
    color: #8dc73f;
}
input.form-control{
    background: #fff;
  color: #525865;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  font-size: 1em;
  line-height: 1.45;
  outline: none;
  padding: 0.6em 1.45em 0.7em;
  -webkit-transition: .18s ease-out;
  -moz-transition: .18s ease-out;
  -o-transition: .18s ease-out;
  transition: .18s ease-out;
}
input.cbox{
    height: 22px !important;
    width: 22px !important;
    border-radius: 3px;
    border: solid 2px #777;
}
label.lblsize{
    font-size: 16px;
    font-weight: 400;
}
.psg-green-button{
    background-color: #8DC63F;
    width: 355px;
    border: none;
    margin: 0 auto;
}
.bg-pattern{
    background: url('leadgen-desktop-bg.svg') repeat;
}
.something-easier{
    height: 187px;
}

.off-your-plate, .get-in-touch{
        text-align: center;
}
.tellus-wrapper{
    z-index: 100; 
    color: #000; 
    text-align: center; 
    margin: 0 auto;
    bottom: 120px;
    position: relative;
    width: 340px;
}
.mobileready{
    padding: 0 !important; 
    position: relative; 
    top: 200px;
    width: 100%;
    display: block;
}
.desktopready{
    display: none;
}
.image-wrap{
        padding: 0;
    }

/* resizing fun */

@media (min-width: 990px){
    .mobileready{
        display: none;
    }
    .image-wrap{
        margin-top: -300px;
    }
    .desktopready{
        display: block;
        height: 885px;
        background: url('coffee-puppy-joy-desktop-cropped3-original.png') no-repeat;
        width: 100%;
        background-position: center;
        padding: 0;
        top: 200px;
        z-index: 50;
        position: relative;
    }
    .ready-for{
        position: relative;
        top: 134px;
        left: 280px;
        text-align: left;
        width: 300px;
        margin:0 auto;
        z-index: 90;
    }
    .across-country{
        line-height: 2em;
    }
    .off-your-plate, .get-in-touch{
        text-align: left !important;
    }
    .psg-logo, .psg-tagline{
        text-align: left !important;
    }
    .graybox{
        padding-top: 250px !important;
    }
    .tellus-wrapper{
        bottom: 250px;
    }
    .text-tellus{
        top: 420px !important;
        font-size: 25px !important;
        font-weight: 600;
    }
    .lets-build-tellus{
        font-size: 15px !important;
        font-weight: normal;
    }
    .why-local{
        height: 250px;
    }
}
/* for desktops */
/* @media (min-width: 1199px) and (max-width:1399px){
    .across-country{
        line-height: 2em;
    }
    .off-your-plate, .get-in-touch{
        text-align: left !important;
    }
    .psg-logo, .psg-tagline{
        text-align: left !important;
    }
    .graybox{
        padding-top: 230px !important;
    }
    .tellus-wrapper{
        font-size: 22px;
        bottom: 200px;
    }
    .lets-build-tellus{
        font-size: 15px !important;
        font-weight: normal;
    }
    .ready-for{
        text-align: center;
        width: 300px;
        margin:0 auto;
        z-index: 90;
    }
    .image-wrap{
        margin-top: -190px;
    }
    .why-local{
        height: 250px;
    }
} */
/* for desktops */
/* @media (min-width: 990px) and (max-width: 1198px){
    .across-country{
        line-height: 2em;
    }
    .off-your-plate, .get-in-touch{
        text-align: left !important;
    }
    .psg-logo, .psg-tagline{
        text-align: left !important;
    }
    .image-wrap{
        margin-top: -200px;
    }
    .graybox{
        padding-top: 230px !important;
    }
    .tellus-wrapper{
        font-size: 22px;
        bottom: 200px;
    }
    .lets-build-tellus{
        font-size: 15px !important;
        font-weight: normal;
    }
    
    .ready-for{
        text-align: center;
        width: 300px;
        margin:0 auto;
        z-index: 90;
    }
    .why-local{
        height: 250px;
    }
} */
@media (min-width: 750px) and (max-width: 989px){
    /* for desktops */
    .across-country{
        line-height: 2em;
    }
    .off-your-plate, .get-in-touch{
        text-align: left !important;
    }
    .psg-logo, .psg-tagline{
        text-align: left !important;
    }
    .image-wrap{
        margin-top: -200px;
    }
    .graybox{
        padding-top: 230px !important;
    }
    
    .tellus-wrapper{
        font-size: 22px;
        bottom: 160px;
    }
    .lets-build-tellus{
        font-size: 15px !important;
        font-weight: normal;
    }
    
    .ready-for{
        position: relative;
        /* top: 1px;
        left: 200px; */
        text-align: center;
        width: 300px;
        margin:0 auto;
    }
    .why-local{
        height: 250px;
    }
}
@media (min-width: 680px) and (max-width: 749px){
    /* for desktops */
    .across-country{
        line-height: 2em;
    }
    .off-your-plate, .get-in-touch{
        text-align: left !important;
    }
    .psg-logo, .psg-tagline{
        text-align: left !important;
    }
    .image-wrap{
        margin-top: -200px;
    }
    .graybox{
        padding-top: 130px !important;
    }

    .tellus-wrapper{
        font-size: 22px;
        bottom: 160px;
    }
    .lets-build-tellus{
        font-size: 13px !important;
        font-weight: normal;
    }
    
    .ready-for{
        text-align: center;
        width: 300px;
        margin:0 auto;
    }
    .why-local{
        height: 250px;
    }
}

@media (min-width: 490px) and (max-width: 679px){
    /* for desktops or landscape */
    .across-country{
        line-height: 2em;
    }
    .off-your-plate, .get-in-touch{
        text-align: center !important;
    }
    .psg-logo, .psg-tagline{
        text-align: left !important;
    }
    .image-wrap{
        margin-top: -50px;
    }
    .graybox{
        padding-top: 230px !important;
    }

    .tellus-wrapper{
        font-size: 22px;
        bottom: 130px;
    }
    .lets-build-tellus{
        font-size: 13px !important;
        font-weight: normal;
    }
    
    .ready-for{
        top: 120px;
        left: 0;
        text-align: center;
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    .why-local{
        height: 250px;
    }
}
@media (orientation:portrait){
    .across-country{
        line-height: 1.5em !important;
    }
    .graybox{
        padding-top: 210px !important;
    }
    .image-wrap{
        margin-top: -100px;
    }
    .something-easier{
        height: 300px;
    }

    .lets-build-tellus{
        font-size: 12px !important;
    }
    
    .why-local{
        height: 250px;
    }
    .ready-for{
        top: 60px;
        left: 0;
        text-align: center;
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    .tellus-wrapper{
        bottom: 350px;
    }
    img.img-logo, img.img-tagline{
        width: 120px !important;
    }
}
@media (orientation:landscape) and (max-width: 400px) {
    .across-country{
        line-height: 1.5em;
    }
    .off-your-plate, .get-in-touch{
        text-align: left !important;
    }
    /* landscape mobile */
    label{
        text-align: left;
    }
    .graybox{
        padding-top: 120px !important;
    }
    
    .something-easier{
        height: 350px;
    }

    .lets-build-wrapper{
        font-size: 13px;
    }
    .lets-build-tellus{
        font-size: 10px;
    }
    .lets-build-workflow{
        font-size: 17px;
    }
    .why-local{
        height: 250px;
    }
}

/* .bg-ca y-axis adjustment */
@media (min-width: 471px) {
    .bg-ca {
        background-position-y: 40px;
    }
}
@media (max-width: 470px) {
    .bg-ca {
        background-position-y: 65px;
    }
}

/* .icon-container margin */
@media (max-width: 991px) {
    .icon-container {
        margin-left: 2px;
    }
}