/* CSS Document */

.tsg-rwd-main-copy-body-frame .row_parsys {
    width: 100%;
}

.row_parsys > div {
    display: inline-block;
    width: 49%;   
}

.row_parsys .rwd-item-one {
    float: left;    
    margin-right: 1%;    
}


@media screen and (min-width: 768px) {

    .row_parsys .tsg-rwd-ImportantNotifications-header h3 {
        margin: 6px !important;
    }

    .row_parsys .contactInformation h3 {
        padding: 1.2em;
    }

    .row_parsys .tsg-rwd-sidebar-header {
        padding: 1.1em;
    }
}

@media screen and (max-width: 767px) {

    .row_parsys > div {
        width: 100%;
    }

    .row_parsys .rwd-item-one {
        float: none;    
        margin-right: 0;    
    }
}


/*** CQ AEM INTERFACE STYLES ***/

.row_parsys .rwd-item-one > div:nth-child(3):not(.parbase),
.row_parsys .rwd-item-two > div:nth-child(3):not(.parbase),
.row_parsys .rwd-item-one > div:nth-child(4):not(.parbase),
.row_parsys .rwd-item-two > div:nth-child(4):not(.parbase), 
.row_parsys .rwd-item-one > div:nth-child(5):not(.parbase),
.row_parsys .rwd-item-two > div:nth-child(5):not(.parbase),
.row_parsys .rwd-item-one div:nth-child(4).new,
.row_parsys .rwd-item-two div:nth-child(4).new, 
.row_parsys .rwd-item-one div:nth-child(5).new,
.row_parsys .rwd-item-two div:nth-child(5).new {
    display: none;   
}