.ap_thirdpartywidget {
    width: 100%;
    position: relative;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 13px;
    display: table;
}

.ap_thirdpartywidget a {
    border: none;
    font-weight: normal;
}

.ap_thirdpartywidget button {
    text-indent: 0;
}

.ap_thirdpartywidget .upper {
    float: left;
    width: 50%;
    font-size: 12px;
}

.ap_thirdpartywidget .upper .ap_hg_wrapper {
    height: 254px;
    border: 1px solid #ccc;
    position: relative;
}

.ap_thirdpartywidget h2.slide-title {
    font-weight: 600;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Geneva, sans-serif;
}

.ap_thirdpartywidget h2.slide-title a {
    color: #646464;
    text-decoration: none;
    line-height: 1;
    font-weight: 600;
}

.ap_thirdpartywidget .control-nav {
    display: none;
}

.ap_thirdpartywidget .caption-frame {
    position: absolute;
    top: 211px;
    height: 44px;
    width: 99.8%;
    background: rgba(72, 72, 72, .70);
    z-index: 10;
    overflow: hidden;
    width: 100%;  
    display: table;
}

.ap_thirdpartywidget .caption-frame .caption-txt {
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 1em;
    line-height: 1.4em;
    position: relative;
    display: table-cell;
}

.ap_thirdpartywidget .lower {
    left: 49.9%;
    position: absolute;
    font-size: 12px;
    width: 50%; 
}

.ap_thirdpartywidget .lower .ap_hg_lower_wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.ap_thirdpartywidget span {
    font-size: 12px;
}

.ap_thirdpartywidget span.title {
    padding: 0px;
}

.ap_thirdpartywidget span.logo {
    height: 31px;
    float: left;
    width: 110px;
}

.ap_thirdpartywidget span.logo img {
    width: 100%;
    max-width: 100%;
    max-height: 30px;
}

.ap_thirdpartywidget span.title a {
    display: table-cell;
    height: 34px;
    vertical-align: middle;
    color: #000;
    line-height: 17px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding-left: 5px;
}

.ap_thirdpartywidget span.title a:hover {
    color: #146994;
}
    
.ap_thirdpartywidget .inner-frame table {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}

.ap_thirdpartywidget .inner-frame table tr {
    height: 33px;
    line-height: 16px;
    background-color: #fff;
    transition: background-color 300ms ease-out 0s;    
    border: 1px #fff solid;
}

.ap_thirdpartywidget .inner-frame table tr:hover {
    background-color: #d7d7c6;
    transition: background-color 300ms ease-out 0s;
}

.ap_thirdpartywidget .inner-frame table tr td {
    padding: 17px 0px 16px 10px;
    border: none;
    background: none;
    border: 1px solid #ccc;
}

.ap_thirdpartywidget .inner-frame table a {
    color: #000;
    text-decoration: none;
}

.ap_thirdpartywidget .nav-wrapper {
    position: relative;
}

.ap_thirdpartywidget .content-wrapper-button {
    float: left;
    width: 100%;
    height: 300px;
    height: 45px;
    position: relative;
    margin-top: 2px;
}

.ap_thirdpartywidget .content-wrapper-button button {
    width: 50%;
    margin-left: 0;
    font-size: 11px;
    line-height: 40px;
    background: #ccc;
    color: #000;
    transition: background-color 300ms ease-out 0s;
    border: 1px #aaa solid;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 42px;
    position: absolute;
    margin-top: 2px;
    padding:0px !important;
}

.ap_thirdpartywidget .content-wrapper-button button:hover { 
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
}

.ap_thirdpartywidget .content-wrapper-button button:hover a { 
    color: #fff;
}

.ap_thirdpartywidget .content-wrapper-button button.button-right { 
    margin-left:0px;
    left: 50%;
    border-left: none;
}

.ap_thirdpartywidget .content-wrapper-button .nav-wrapper {
    position: relative;
    width: 100%;
}

.ap_thirdpartywidget .content-wrapper-button button a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

.ap_thirdpartywidget .direction-nav-left a {
    background: url(icons/left-arrow.jpg) no-repeat 1% 50%;
    opacity: 0.9;
}

.ap_thirdpartywidget .direction-nav-right a {
    background: url(icons/right-arrow.jpg) no-repeat 99% 50%;
    opacity: 0.9;
}

.ap_thirdpartywidget .direction-nav-outside .direction-nav-left, .ap_thirdpartywidget .direction-nav-outside .direction-nav-right {
    width: 50px;
}

.ap_thirdpartywidget .content-wrapper-button a {
    font-weight: bold;
}

.ap_thirdpartywidget #Slider img {
    max-width: 300px;
}

.ap_thirdpartywidget .nivoo-slice {
    background-size: 300px !important;
    height: 200px !important;
}

/* Styles for content of 650px or less  */
.ap_thirdpartywidget_verticle .upper {
    width: 100%;
}

.ap_thirdpartywidget_verticle .lower {
    width: 100%;
    position: relative;
    left: 0px;
    display: inline-block;
}

.ap_thirdpartywidget_verticle .caption-frame {
    width: 100%;
}

/* Styles for content of 350px or less  */
.ap_thirdpartywidget_slim .content-wrapper-button button {
    padding: 0px !important;
}

.ap_thirdpartywidget_slim .content-wrapper-button button a {
    font-size: 8px;
}

.ap_thirdpartywidget_slim_chrome .content-wrapper-button button a {
    font-size: 9px;
}

.ap_thirdpartywidget .upper .logo {
    position: relative !important; 
    margin: 0 !important;
}
