

/*-- International Specific Callouts--*/
    .International:before {
        content: "\e607";
        float: left;
        font-family: 'ubcms';
        margin-right: 9px;
        font-size: 35px;
        color: #333;
    }
    .International {
        background: #EBF6F9;
        padding: 20px;
        border-radius: 7px;
    }
    .International .image-container-680 {
        width: 100%;
    }
    .International .img-680x244 img {
        width: 100%;
    }
    
    .contentpage #left .International .flexmodule .flexmodule-inner {
        background-color: #d7ebf0;
        padding-top:24px;
    }
    
    .contentpage #left .International .flexmodule {
        margin-left: -17px;
        width: 227px;
        margin-top: -20px;
        margin-bottom: -34px;
    }
    .contentpage #left .International .flexmodule .title, .contentpage #left .International .flexmodule .teaser-block .teaser-title, .contentpage #left .International .flexmodule .teaser-block a, .contentpage #left .International .flexmodule .teaser-links ul.link-list li a, .contentpage #left .International .flexmodule .teaser-block a {
        color: #333;
        line-height: 1.3em;
    }
    
    
    .contentpage #left .International .flexmodule .flexmodule-clear {
        background: none;
    }

/*--gray table header styling --*/
    .applicantTypeTable .table table tr:first-child {
        background: #666;
        color: #FFF;
    }
    .applicantTypeTable .table table tr:first-child td, .applicantTypeTable .table table tr:first-child td p {
        color: #fff;
    }