.rwMainContent {
    position: relative;
}

.rwRightAd {
    height: 600px;
    width: 160px;
    border: 1px solid black;
    margin-left: 8px;
    float:right;
}

.rwLeftSide {
    width:592px;
    border: 1px solid black;
}

.adPadded {
    margin-top: 20px;
}

.formTable {
    border-collapse: collapse; border-spacing: 0;
}
/*new homepage additions.*/
.subFooter {
    margin:0 auto; max-width:100%; padding:0 10px; width:990px;
}

@media only screen and (max-width:479px) {
    .subFooter { text-align:center; }
    .subFooter img { vertical-align:middle; }
}
#column1 {
    float: left;
}

#column2 {
    text-align: left;
}

.cardFourCard {
    color: black;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.card3Card {
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.card3Text {
    color: white;
    padding: 12px;
}

.card3Title {
    text-transform: uppercase;
    font-size: 110%;
    text-align: left;
}

.card4Title {
    text-transform: uppercase;
    font-size: 110%;
    text-align: center;
    padding: 6px 2px 2px 2px;
}

div.homepageCard3Image img {
    width: 100%;
}

div.homepageCard3Image img.top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

div.homepageCard4Image img {
    width: 100%;
    height: 250px;

}

.card4Text {
    padding: 12px;
}

.inline li {
    display: inline-block;
    margin-right: 12px;
    padding: 2px;
}

a:hover.card3link {
    text-decoration: none;
}

a {
    color: #005c7d;
    text-decoration: none;
}
p:hover.fauxLink {
    text-decoration: underline;
}

.primaryCta {
    padding: 0 !important;
}

.primaryCtaPicture {
    background-image: url('../images/rwHome/worldconnect.png');
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-repeat: no-repeat;
    background-size: 800px 387px, auto 100%;
    padding-bottom: 120px;
    padding-top: 100px;
    background-position: center;
}

.primaryCtaCaption {
    font-size: 45px;
    font-weight: lighter;
    line-height: 1.1;
    color: #FFF;
    max-width: 350px;
    padding-left: 5px;
}

.primaryCtaTextContainer {
    max-width: 600px;
}

.primaryCtaText {
    max-width: 350px;
    float: left;
    font-size: 18px;
    font-weight: lighter;
    margin-left: 20px;
    margin-bottom: 0px;
    line-height: 1.3;
    padding-top: 5px;

}

.primaryCtaButton {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.topCardText {
    padding-bottom: 16px;
}
.cardFourCard{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
}
.wiki{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
}
.wikiPicture{
    background-image: url('../images/rwHome/wiki-image.jpg');
    background-repeat: no-repeat;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-size: 310px 320px, auto 100%;
    padding-top: 330px;
    background-position: top;
}
.wikiImg{
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.wikiText{
    padding-top: 20px;
    padding-left: 10px;

}
.addBorder{
    border: 1px solid rgba(0,0,0,0.2);
}

#popUpmsg{
    background-color: #f5f5f5;
    color:black;
}

#modal-html-contents{
    border-left:0 !important;
    border-right:0 !important;
}

#modal-load1{
    margin-right: 20px;
}

@media only screen and (max-width:879px) {
    .primaryCtaTextContainer {
        max-width: 500px;
    }

    .primaryCtaText {
        max-width: 200px;
    }
}

@media only screen and (max-width:767px) {
    img {
        max-width: 140px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .primaryCtaPicture {
        background-size: 731px 338px, auto 100%;
    }
    .wiki {
        background-size: 731px 338px, auto 100%;
    }
    .primaryCtaCaption {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .primaryCtaTextContainer {
        max-width: 730px;
    }

    .primaryCtaText {
        margin-top: 15px;
        margin-bottom: 15px;
        max-width: 350px;
    }
    .primaryCtaButton {
        margin-top: 20px;
    }
}

@media only screen and (max-width:589px) {
    img {
        max-width: 140px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .primaryCtaText {
        float: none;
    }
    .primaryCtaButton {
        float: none;
        margin: 0 0 20px 25px;
    }
}

#sendHomeSection {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#usCensusRecords {
    padding-left: 20px;
    padding-bottom: 20px;
}

#usCensusRecords footer {
    margin-top: 10px;
}

.AA_smallText {
    font-size: 12px;
}

#censusWebpart {
    background-color: #f6f3f0;
    margin-top: 580px;
}