div.captionquote-items-row {
	padding-bottom: 22px;
}
div.captionquote-items {
	padding-top: 14px;
	padding-bottom: 26px;
}
div.captionquote-items:nth-child(even){
	padding-right: 10px;
}
div.captionquote-items:nth-child(odd){
	padding-left: 10px;
}
div.captionquote-items div.csc-textpic-caption {
	background: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0 10px 10px 0;
	padding: 13px 10px;
	font-size: .9em;
	color: #4B5A5F;
	text-transform: uppercase;
	font-family: GillSansWGL, 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	text-decoration: none;
	width: 70%;
	display: block;
	position: absolute;
	top: 157px;
	pointer-events: none;
    padding-top: 13px !important;
    /* MG changes on 2015 09 22, style guide recomend height about 38, so should change line-height: 13px !important; */
	line-height: 12px !important;
}
div.captionquote-items img {
	width: 100%;
	height: auto;
}
div.captionquote-items div.captionquote-quote-wrapper {
	padding-left: 45px;
	padding-top: 12px;
	background: rgba(0, 0, 0, 0) url("../Images/quotes.jpg") no-repeat scroll 0 14px;
	background-size: 34px 23px;
    border-bottom: 1px solid #c2c2c4;
	padding-bottom: 17px;
	margin-bottom: 19px;
}
div.captionquote-items div.captionquote-quote-wrapper .captionquote-quote-text {
	font-family: GillSansWGL, 'Lato', sans-serif;
	font-size: 21px;
	line-height: 24px;
}
div.captionquote-items div.captionquote-quote-wrapper .captionquote-quote-by {
    color: #c2c2c4;
	padding-top: 9px;
}
div.captionquote-items div.captionquote-bulletlist {
	
}
div.captionquote-items div.captionquote-bulletlist ul {
	font-size: 15px;
    line-spacing: 30px;
    color:#434343;
    margin-bottom: 13px;
    padding-left: 14px;
}
div.captionquote-items div.captionquote-bulletlist ul li {
	padding-bottom: 10px;
}
div.captionquote-items a {
	margin-top: 13px;
	display: block;
	margin-bottom: 31px;
    margin-left: 0px;
}
div.subNaviSubPage .csc-default h3 {
	margin: 27px 0 4px 0;
}
div.subNaviSubPage .csc-default ul li {
	padding-bottom: 12px;
	line-height: 22px;
}
div.subNaviSubPage div.col-md-10 div.csc-default:last-child {
	border-bottom: none;
}
    /* Bug #2317 Career page - the last two quotes are exchanged in appearance (landscape view) 
     * // All quotes are wrongly displayed in the portrait view - fixed CSen*/
@media (min-width: 774px) and (max-width: 800px){
    	div.captionquote-items div.csc-textpic-caption {
		top: 110px;/*48%*/
        width: 80%;
	}
}
@media (min-width: 401px) and (max-width: 773px) {
	div.captionquote-items div.csc-textpic-caption {
		top: 110px;/*48%*/
        width: 90%;
	}
}
@media (min-width: 405px) and (max-width:700px) {
	div.captionquote-items div.csc-textpic-caption {
		top: 160px;
	}
}
    /* Bug #2317 Career page - the last two quotes are exchanged in appearance (landscape view) 
     * // All quotes are wrongly displayed in the portrait view - fixed CSen*/
@media (min-width: 368px) and (max-width:400px) {
	div.captionquote-items div.csc-textpic-caption {
		top: 140px;
        width: 90%;
	}
}
@media (min-width: 320px) and (max-width:367px) {
	div.captionquote-items div.csc-textpic-caption {
		top: 120px;
	}
}
    /* Bug #2317 Career page - the last two quotes are exchanged in appearance (landscape view) 
     * // All quotes are wrongly displayed in the portrait view - fixed CSen*/
@media (max-width: 320px) and (max-width: 400px){
	div.captionquote-items div.csc-textpic-caption {
		top: 115px; /*100px*/
        width: 90%;
	}
}
@media (max-width:773px){
    div.captionquote-items {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}