div.image {
    margin-bottom: 0px;
    overflow: hidden;
}
tsg_rwd_hide_icon
div.image img {
    display: block;
}

div.image small {
    display: block;
}
/*correct extra space to top of notifications*/
.tsg-rwd-ImportantNotifications .tsg-rwd-text {
    /* margin-top: -1em; */
    font-size: 1em;
    line-height: 1.3em;
}
/*END*/

.embassyinformation .accordion.parbase.section {
    overflow: visible;
}

.tsg-rwd-ImportantNotifications-header h3 {
    margin: 0px !important;
    font-family: 'oswald_regular';
    font-size: 1.2em;
    word-wrap: break-word;
}

tsg-rwd-ImportantNotifications-caption ul{
    margin: 0px 0px 0px 25px;
    padding: 0px;
    width: 92%;
    display: block;
    /*float: left;*/
    list-style-type: disc!important;
    font-size: .9em;
}

.tsg-rwd-ImportantNotifications-caption li{
    margin-bottom: 5px;
}

.tsg-rwd-ImportantNotifications-image img{
  float: left;
  width: 100%;
}

.tsg-rwd-ImportantNotifications{
    display: inline-block;
  
    background-color:#FCE68E;
    width: 49.5%;
    margin-bottom: 10px;
}
    
.tsg-rwd-sia-csi .tsg-rwd-ImportantNotifications-header h3:before{
    position: relative;
    font-family: 'FontAwesome';
    font-size: 1.2em;
    color: #E1A04D;
    top: 0;
    left: 0;
     margin: 5px 7px 5px 0px;
    content: "\f19c";
}

.tsg-rwd-ImportantNotifications-caption h3{
    line-height: 1.25em;
}

.tsg_rwd_ImportantNotifications_single{
    width:100%;
    margin: 10px 0px 10px 0px;
}

.tsg_rwd_ImportantNotifications_double{
    float: left;
    width: 48.8%;
    margin: 10px 1.2% 15px 0px;
}

.tsg-rwd-ImportantNotifications-header{
    /* float: left;*/
    background-color: #F4D97E;
    font-family: 'oswald_regular';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
   overflow: auto;
}

.tsg-rwd-ImportantNotifications-caption{
    /*float: left;*/
    background-color: transparent;
    width: -webkit-fill-available;
    padding: 1em;
    font-size: 1em;
}

.embassyinformation h2, .embassyinformation h3, .embassyinformation h4 {
    font-size: 1.2em;
    font-family: 'robotocondensed-bold-webfont';
}

.standard{
   background-color:  #F4D97E;
   color: #444444;
}


.orange{
    background-color:  #ff9900;
}

.orange h3, .red h3, .green h3, .blue h3{
    color: #fff;
}

.red{
    background-color: red;
}

.green{
    background-color:#629333;
}

.blue{
    background:  #003875;
}

.tsg-rwd-ImportantNotifications-caption ul{
    margin: 0px 0px 0px 15px;
    padding: 0px;
    width: 92%;
    display: block;
    /*float: left;*/
    list-style-type: square;
    font-size: 1em;
}

.tsg-rwd-ImportantNotifications-caption li{
    margin-bottom: 5px;
}

.tsg_rwd_ImportantNotifications_double .tsg_rwd_show_ImportantNotifications_image {
    float: left;
    width: 100%;
}

.tsg_rwd_ImportantNotifications_single .tsg_rwd_show_ImportantNotifications_image{
    /*float: right;*/
    /*width: 30%;*/
    margin: 3% 1% 1% 1%;
}

.tsg_rwd_ImportantNotifications_single .tsg_rwd_show_ImportantNotifications_copy{
    float: left;
    font-family: 'robotocondensed-regular-webfont';
    width: 96%;
    font-size: 1em;
}

.tsg_rwd_ImportantNotifications_double .tsg_rwd_show_ImportantNotifications_copy{
    float: left;
    font-family: 'robotocondensed-regular-webfont';
    width: 96%;
    padding: 2%;
    font-size: .9em;
}

.tsg-rwd-ImportantNotifications-more-box {
    float: left;
    width: 100%;
    color: #003875;
    padding-bottom: 10px;
}

.tsg-rwd-ImportantNotifications-more-box-btn, .tsg-rwd-ImportantNotifications-close-box-btn{
    float: left;
    text-decoration: none;
}

.tsg-rwd-ImportantNotifications-close-box-btn{
    display:none;
    font-size: 1.3em;
    line-height: .1em;
    width: 15px;
    text-align: center;
    background-color: #F4D97E;
    padding: 0px 2% 3px 2%;
    color: #FFF !important;
    height: 18px;
    float:right;
}        

.tsg-rwd-ImportantNotifications-more-box-content{
    float: left;
    width: 100%;
    display:none;
}

.tsg_rwd_show_more_box{
    display: block;
}

.tsg_rwd_hide_more_box{
    display: none;
}

.tsg-rwd-ImportantNotifications-more-box-content table{
    table-layout: fixed;
    border-collapse: collapse;
    color: #003875;
}

.tsg-rwd-ImportantNotifications-more-box-content td{
    word-wrap:break-word;
}

@media screen and (min-width: 768px) {    
    .tsg-rwd-main-copy-body-frame .tsg-rwd-ImportantNotifications.rightBox:not(.tsg_rwd_ImportantNotifications_double){
        margin-left: 1%;
    }
}

@media (max-width: 768px){
    .tsg_rwd_ImportantNotifications_double, .tsg_rwd_ImportantNotifications_single{
        width: 100%;
        margin: 10px 0px 15px 0px;
    }
}

.iconheader {
    margin-top:0px; 
    display: table-cell;
}

.infoheader .fa-exclamation-triangle {
    position: relative;
    //font-family: 'FontAwesome';
    font-size: 1.2em;
    color: #fff;
    top: 0;
    left: 0;
    margin: -2px 7px 5px 0px;
    content: "\f071";
    width:28px;
    display: table-cell;
}

/*** CQ AEM INTERFACE STYLES ***/

.cq-wcm-edit .tsg-rwd-ImportantNotifications {
    float: none;
}