/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .staffreporters{
	 
width: 100%;
padding-left: 10px;
padding-right: 10px;
 }
  .staffreporters .row
 {
	 margin-left: -10px;
    margin-right: -10px;
	 
 }
 
.staffreporters .col-xs-12,.staffreporters .col-sm-12,.staffreporters .col-md-12,.staffreporters .col-lg-12,#staffWrapper .col-xs-12{
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	/* position: relative; */
	/* min-height: 1px; */
	}
 
.staffreporters .selectBg {
    background: url(core/templates/scbiznews/images/icons/selectIcon.png) no-repeat right center #F2F2F2;
    border: none;
    border-radius: 0;
    color: #333333;
    font-size: 15px;
    height: 36px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 30px;
    /* max-width: 225px; */
    overflow: hidden;
    display: block;
    width: 100%;
}
.selectBg select {
    background: transparent;
    border: none;
    font-size: 17px;
    font-weight: 700;
    height: 36px;
    line-height: 25px;
    /* max-width: 225px; */
    padding: 0px 30px 0 15px;
    width: 100%;
}
.staffItem {
    /* float: left; */
    /* margin: 0 0 20px; */
    /* width: 100%; */
    height: auto !important;
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
}
.staffItem h5 {
    color: #3b3b3b;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 4px;
}
.full {
    /* width: 100%; */
    /* float: left; */
}
#staffWrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}
.staffItem .button {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 25px;
    background: #004E96;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    width: auto !important;
}

#staffWrapper img {
    height: auto !important;
    max-width: 100%;
}

.staffItem h3 {
    color: #004e96;

    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 4px;
}
.staffItem h4 {
    color: #4d4d4d;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
    margin: 0 0 5px;
}
.staffItem h6 {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 10px;
}
.staffItem h5 {
    color: #3b3b3b;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 4px;
}
#staffWrapper .col-md-6 {
    /* width: 50%; */
}

ul.staffList {
    margin: 0 0 10px !important;
    padding-left:0px !important;
}

.staffList li {
    color: #4d4d4d;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    list-style: none !important;
    margin: 0 0 10px;
}
.full p{
	margin: 0px 0 8px;
	color: #1a1a1a;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	word-wrap: break-word;
}

#staffWrapper .row:after {
        clear: both;
}
#staffWrapper .row:before {
           content: " ";
    display: table;
}

@media (max-width: 768px){
	.staffItem {
		height: auto !important;
		margin-bottom: 50px;
	}
}
@media (min-width: 768px){
.staffreporters .col-sm-6 {
    width: 50%;
	float: left;
}
}

@media (min-width: 992px){
#staffWrapper .col-md-4 {
    width: 40%;
	float: left;
	word-wrap: break-word;
}

#staffWrapper .col-md-6 {
    width: 50%;
	padding-left: 10px;
    padding-right: 10px;
	word-wrap: break-word;
}

.staffreporters h1 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 20px;
	color: #004e96;
}

}
