@charset "utf-8";

/* CSS Document */
@media screen {
    #mobile-intro-text{display:none;}
.entry {
    padding-bottom: 60px;
}
#header-wrap {
    position: fixed;
    z-index: 250;
    width: 100%;
    display: block;
    top: 0px;
}
#fillthescreen {
    min-height: 100vh;
    position: relative;
}
.slider-wrapper {
    height: 100%;
}
.mainblock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
}
.leftgutter, .rightgutter {
    flex: 1;
    flex-shrink: 2;
}
.contentcolumn {
    flex-basis: 1280px;
    width: 1280px;
}
.displayflex {
    display: flex;
    justify-content: space-between;
}
.verticalcenter {
    display: flex;
    align-content: center;
}
.verticalcenter div {
    align-self: center;
}
.horizontalcenter {
    justify-content: center;
}
.topbar {
    height: 40px;
}
#headerlogo {
    max-width: 146px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#main-wrap {
    min-height: 100vh;
    justify-content: space-between;
    box-sizing: border-box;
}
#themaincontent {
    flex-grow: 2;
}
.my-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.first-button {
    margin-left: 0px !important;
}
.last-button {
    margin-right: 0px !important;
}
#footer-ribbon {
    position: absolute;
    right: 0px;
    top: -58px;
}
.myvideothumb {
    flex-basis: 31%;
    box-sizing: border-box;
    margin: 1%;
    position: relative;
    border-radius: 5px;
}
.blog-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog-content-container {
    flex-basis: 75%;
}
.blog-right-container {
    flex-basis: 20%;
}
.widecolumn {
    width: 100%;
    flex-basis: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
#slider-text-overlay {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 0px;
    position: absolute;
    top: 0px;
    z-index: 101;
    justify-content: flex-start;
    padding-left: 2%;
}
#slider-text-overlay > div {
    width: 40%;
    align-self: center;
    background-color: rgba(15,83,149,.73);
    color: #FFF;
    padding: 1%;
}
.stretch {
    white-space: nowrap;
    padding: 2%;
}
#yourhomedeserves, #theverybest, #atposeypainting {
    padding: 2%;
}
#atposeypainting {
    font-size: 1.2rem;
}
#curveholder {
    width: 100%;
    position: absolute;
    z-index: 105;
    bottom: 0px;
}
#curveholder img {
    width: 100%;
    height: auto;
    bottom: 0px;
    position: absolute;
}
#quoteholder {
    width: 20%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 110;
}
#quoteholder img {
    width: 100%;
    height: auto;
}
#poseycharacter, #poseyarm {
    position: absolute;
    z-index: 101;
    bottom: 0px;
    right: 0%;
    width: 35%;
    overflow: hidden;
}
#poseyarm {
    z-index: 200;
}
#poseycharacter img, #poseyarm img {
    height: 75%;
    width: auto;
    margin-top: 150%;
    opacity: 0;
}
#header-resizer {
    position: absolute;
    top: 10vh;
}
.josh {
    max-width: 200px;
    height: auto;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 14px;
    margin-top: 4px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 14px;
    margin-top: 4px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 9px;
}
.footer {
    padding-top: 40px;
}
#footercontent {
    display: flex;
    justify-content: space-between;
}
#footercontent > div {
    align-self: center;
}
    .flex-outer{display:flex;justify-content: space-between;}
    .flex30{flex-basis: 30%;}
    .flex65{flex-basis: 65%;}
    #footer-bucket{height:180px;flex:2;position:relative;
}
    #footer-bucket img{position:absolute;bottom:-18px;width:357px;height:auto;}
    footer{height:250px;}
    .homeadvisor{margin-right:20px;}
    .homeadvisor img{max-width:110px !important;height:auto !important;}
    .ha-last{margin-right:50px;}
}
