/*
Theme Name: CBIS
Theme URI: cbisonline.com
Description:
Author: SPINE, LLC
Author URI: alignideas.com
Version: 1.0
Tags:

License:
License URI:
*/

.col .six table tbody tr td:nth-of-type(3n+0) {
    width: 22%;
}
body main.full section.full aside .block .image img {
	width:100%;
    position: relative;
    display: block;
}
/*fix for proxy voting page iframe width results page*/
table#VPInnerContainer {
    width: 960px;
}

/*news container edits*/
#featured .container .block.eight {
    margin-top: 70px;
}
#featured .container .block.eight>h3 {
    font-size: 22px;
    color: #43ABC9;
    font-weight: bold;
    border-bottom: 4px solid #43ABC9;
    padding-bottom: 10px;
}
.blog main.full section.full #content ul li.posts {
	padding:30px 0 0 0;
}
#news-link {
    padding: 30px 0;
    clear: both;
    font-size: 18px;
}
#news-link a {
    color: #43ABC9;
    text-decoration: underline;
}
.details-no-image {
    margin-left:145px;
    margin-bottom:55px;
}
.posts .details.details-no-image small {
  	left: 24px;
  	top: 54px;
}
.blog .details-no-image {
	margin-bottom:0;
}
.careers .posts .details small {
    position: static;
    padding: 0;
}
nav.full ul li.menu-item-62.menu-item .sub-menu {
    right:205px;
}
nav.full ul li.menu-item-62.menu-item.current-menu-parent .sub-menu {
    right:0;
    left:0;
}
nav.full ul li.menu-item-72.menu-item .sub-menu {
    right:236px;
}
.content a img {
    padding-right: 4px;
    max-width:20px;
}
main.full section.full aside .block#media_contact_widget .content a {
    float:none;
}
#content .tabsWrapper .tabsContent .tab p {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    font-family: myriad-pro,sans-serif !important;
}
::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
    color:#43abc9;
}