body {
    background: url(../images/Cobb_County_Superior_Court_Building.jpg) no-repeat 0 0 transparent;    
    background-size: cover;    
    background-attachment: fixed;
    font-family: 'PT Sans', sans-serif;
    margin: 0px;
}

a {
    color: #001E42;
    text-decoration: none;
}

.container {}

.inner {
    margin: auto;
    max-width: 1020px;
}

.flex {
    align-content: center;
    display: flex;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.top {
    background: #001E42;
    color: #D0E6F4;
    font-size: 24px;
    padding: 10px 0px;
}

.top a {
    color: #FFFFFF;
    font-size: 24px;
}

.top-logo a {
    color: #D0E6F4;
    font-size: 24px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.logo {
    max-width: 400px;
    width: 100%;
}

.flex.top-l i {
    font-size: 30px;
    margin-right: 5px;
}

.banner {
    color: #FFFFFF;
    padding: 5%;
    text-shadow: 1px 1px 4px #333333;
}

.banner-inner {
    background: url(/dev/images/tile_trans.png) repeat 0 0 transparent;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px #bbbbbb;*/
    text-align: center;
    border: 3px solid #001e42;
}

.banner h3 {
    font-size: 42px;
    color: #2b5b78;
    text-shadow: 1px 1px 0px #edd97f;
    margin-bottom: 0px;
}

.banner-inner h4 {
    font-size: 22px;
    margin: 10px;
    color: #d7dcdd;
}

.banner-powered img {
    border-radius: 3px;
    height: 40px;
    width: 80px;
}

p.banner-inner-exp {
    max-width: 1020px;
    margin: auto;
    font-size: 19px;
}

.arrest-box {
    background: rgb(143,174,193);
    background: -moz-linear-gradient(165deg, rgba(143,174,193,1) 0%, rgba(70,118,147,1) 100%);
    background: -webkit-linear-gradient(165deg, rgba(143,174,193,1) 0%, rgba(70,118,147,1) 100%);
    background: linear-gradient(165deg, rgba(143,174,193,1) 0%, rgba(70,118,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8faec1",endColorstr="#467693",GradientType=1);
    margin: auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 20px;
    color: #001e42;
    padding: 10px 5px 40px 5px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 6px #777777; */
    border: 3px solid;
}

.arrest-box input, .arrest-box select {
    font-size: 19px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid;
}

select#arrest_nature {
    max-width: 200px;
}

select#top-r-selector-type {
    border: 1px solid #abcade;
    border-radius: 10px;
    font-size: 22px;
    margin: 25px 0px;
    padding: 5px 10px;
}

.btn {
    background: #001D43; 
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    margin: 8px 0px;
    transition: all 1s;
}

.btn:hover {
    background: #333333;
}

.middle {    
    padding-bottom: 2%;
}

.middle-l {
}

.middle-l h5 {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.middle-l ul li {
    font-size: 18px;
    padding: 10px;
    list-style: none;
}

.featured-col.featured-col-first {
    align-items: center;
    display: flex;
}

.featured-avatar {
    background: url(../images/featured_john_a_steakly_steakley_law_firm.jpg) no-repeat center center transparent;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #AAAAAA;
    padding: 50px;
}

.flex.featured-agent.starred {
    align-items: center;
    background: url(../images/mrea_featured.png) no-repeat 0 0 transparent;
    background-size: 80px;
    border: 1px solid #D2E4F0;
    padding: 0px 80px;
    border-radius: 12px;
}

.news-feed-container {
    margin: auto;
    max-width: 900px;
    width: 100%;
    max-width: 1020px;
    text-align: center;
}

ul.news-feed {
    background: #d8d8d8;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
    height: 400px;
    overflow: scroll;
}

ul.lower-featured-attorneys {
    list-style: none;
    padding: 0px;
}

ul.lower-featured-attorneys li {
    background: #FFFFFF;
    border-radius: 13px;
    box-shadow: 0px 0px 20px #4e4b4b;
}

.featured-info {
    font-weight: bold;
    line-height: 5px;
    margin: 15px;
    color: #011d43;
}

.featured-counter {
    color: #666666;
    text-align: center;
}

.featured-cta a {
    background: #001D43;
    color: #FFFFFF;
    padding: 5px;
    display: inline-block;
    margin: 8px 0px;
    border-radius: 5px;
}

.featured-counter img {
    max-width: 14px;
}

img.featured-logo {
    max-width: 168px;
}

.featured-reviews i {
    color: #fc9837;
}

.featured-serving {
    color: #777777;
    max-width: 820px;
    margin: auto;
    width: 100%;
    text-align: center;
}

#search_box {
    width: 100%;
    min-height: 700px;
}

hr {
    box-shadow: 0px 0px 2px #f6f6f6;
    border: 1px solid #f5f5f5;
    margin: 8% 80px;
}

.lower {
    color: #FFFFFF;
    padding-top: 20px;
}

.lower div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 18px auto;
}

ul.lower-search-options {
    padding: 0px;
}

.lower-search-options li {
    height: 200px;
    list-style: none;
    width: 100%;
}

.lower-search-options-item {
    color: #FFFFFF;
    font-size: 22px;
    padding: 63px 0px 5px 0px;
    text-align: center;
    text-shadow: 2px 2px 5px #000000;
}

.footer {
    background: #001E42;
    color: #FFFFFF;
    font-size: 14px;
    padding: 20px 0px;
}

.flex.footer-l {
    font-size: 18px;
}

.flex.footer-l i {
    margin-right: 6px;
}

ul.nav-child.unstyled.small li {
    list-style: none;
}

ul.nav-child.unstyled.small li a {
    color: #FFFFFF;
    background: #001e42;
    padding: 3px 3px;
    width: 240px;
    display: block;
    margin: 7px auto;
    border-radius: 5px;
    text-shadow: 0px 0px 1px #000000;
    font-weight: bold;
    box-shadow: 0px 0px 1px #efefef;
    transition: 0.3s all;
}

ul.nav-child.unstyled.small li a:hover {
    background: #d7dcdd;
    color: #001e42;
    text-shadow: none;
}

@keyframes pulse-attention {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 30, 66, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(152, 251, 152, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(152, 251, 152, 0);
    }
}

.pulse {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    cursor: pointer;
    transform: scale(1);
    animation: pulse-attention 2s infinite;
}

.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

#arrest_notes {
    max-width: 300px;
    padding: 5px;
    text-align: center;
    width: 90%;
}

@media only screen and (max-width: 1000px) {
    .flex {
        display: block;
        padding: 5px;
        text-align: center;
    }
    
    .top {
        font-size: 16px;
    }    
    
    .arrest-box {
        padding: 0;
        margin: auto;
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .flex {
        display: block;
        padding: 5px;
        text-align: center;
    }
    .banner-l {
        display: none;
    }
    .banner-r {
        margin: auto;
    }
    .middle-l {
        background: url(../images/mrea_middle_left.png) no-repeat center 0 transparent;
        background-size: contain;
    }
    iframe {
        width: 100%;
    }
    .lower {
        text-align: center;
    }
    .lower-search-options li {
        margin: auto;
    }
    .featured-col.featured-col-first {
        display: block;
    }
    .flex.featured-agent.starred {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .featured-avatar {
        margin: auto;
        max-width: 0px;
    }
    .g-recaptcha {
        transform:scale(0.77);
    }    
}