﻿@import url('Common.css');
div.container {
    width: 100%;
}
/*=======Div Hiring =================*/
.divHiring {
    top: 0;
    right: 30px;
    z-index: 11;
    color: White;
    font-size: 15px;
    line-height: 21px;
    padding: 4px 15px;
    position: absolute;
    background-color: #484873;
    border: 1px solid #484873;
    border-radius: 0 0 3px 3px;
}

    .divHiring a {
        color: White;
        font-size: 15px;
    }

.mainDiv {
    overflow: hidden;
    padding-top: 47px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.midWrapper {
    clear: both;
    width: auto;
    margin-bottom: 10px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content:'';
}

.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
a[href="https://condonow.com/"] {
    color: rgb(41, 170, 225);
}
a[href="https://agent.condonow.com/"] {
    color: rgb(41, 170, 225);
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
hr {
    border: 0;
    margin: 18px 0;
    background: transparent;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px none #ffffff;
}
.footerLinks {
    width: 100%;
    margin: auto;
    text-align:center;
}
.divContentHeader {
    font-size: 28px;
    color: #4d4d4d;
    font-weight: bold;
}
.divContent {
    color: #585858;
    font-size: 10pt;
}
.fancyBoxCloseButton {
    border: 0px solid #FF0000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
}
.divContent span {
    display: block;
    line-height: 1.8;
}
.divSeparator {
    clear: both;
    height: 5px;
    border-bottom: 1px solid #E4E4E4;
}

.spanQ {
    margin-top: 20px;
}

span.spanUpper {
    text-transform: uppercase;
    font-size: 10pt;
}

span.spanLower {
    font-size: 8pt;
}

.divContentInfo span {
    display: block;
    margin: 15px 0px;
    line-height: 1.5;
}

.spnMessageHeader {
    display: block;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(41, 170, 225);
}
/*======================================Developer Edit=========================*/
.linkAdd a {
    display: inline;
    color: white !important;
    background-color: #3a8eb0;
}

.linkEdit a {
    display: inline;
    background-color: #ffc425;
}

.breadcrumb li.linkRight {
    float: right;
}

/*================Submit and earn box styles goew here=================*/
img.left {
    float: left;
    padding-right: 4px;
}

img.right {
    position: absolute;
    right: 5px;
    vertical-align: top;
}

.submitNdEarn {
    color: #0078bf;
    padding: 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.submitNdEarn {
    min-height: 68px;
}

    .submitNdEarn a {
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
        color: rgb(41, 170, 225);
    }

        .submitNdEarn a div.inlineTxt {
            float: none;
            margin-left: 68px;
        }

        .submitNdEarn a span {
            color: #999;
            display: block;
            font-size: 9px;
            padding-top: 8px;
        }

sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.18em;
}

sub {
    bottom: -0.21em;
}
/*=================Boxing Day tag ======================*/
.boxingDayTag {
    background-image: url("/images/boxingDaytag.png");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 76px;
    margin-right: -350px;
    position: fixed;
    right: 55%;
    top: 0;
    width: 132px;
    z-index: 113;
}
@media screen and (max-width: 767px) {
    div.layout-home div.container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footerLinks ul.inline
    {
        display: table; 
    }
    .footer ul.inline li
    {
        float:none;
        display: inline-table;
        }
    .footerLinks ul.inline:after
    {
        clear:both;
        content:'';
        display:table;
    }
}
