.cont-text-container.aboutcontent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
	position: relative;
	text-align: center;


}
.content.art_bank.art_effect.aboutcontent .contentBody .records-container .object .objectImage {
    width: 330px;
}
.content.art_bank.art_effect.aboutcontent .contentBody .records-container .object a {
    text-decoration: none;
    font-family: 'MyriadPro-Regular';
}
.content.art_bank.art_effect.aboutcontent .contentBody .records-container .object .objectNote {
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
}
.content.art_bank.art_effect.aboutcontent .contentBody .records-container .object a h4 {
    color: #0052a9;
    font-size: 22px;
    font-weight: normal;
        margin-top: 0;
}
.cont-text-container.aboutcontent .cont-text.right {

    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: row-reverse;
}
.content.art_bank.aboutcontent.f9f9f9,
.cont-text-container.aboutcontent.f9f9f9 {
  background-color: #F9F9F9;
    padding-top: 80px;
  padding-bottom: 80px;
}
.cont-text-container.aboutcontent.width1100 .cont-text {
	width: 1100px !important;
}
.aboutcontent .cont-text {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}
.cont-text-container.aboutcontent .cont-text {
	position: relative !important;
	float: none !important;
}
.aboutcontent .cont-text .content-image {
	width: 50%;
	float: left;
}
.aboutcontent .cont-text .contentBody.50 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
}
.aboutcontent .cont-text .contentBody h3.contentTitle.content-title {
	font-size: 38px !important;
	font-weight: normal;
	font-family: Oswald;
	margin-left: 40px;
	display: block;
	position: relative;
	text-align: left;
}
.aboutcontent .wide.cont-text .contentBody .records-container {
    margin-left: 0;
}
.aboutcontent .cont-text .contentBody .records-container {
	margin-left: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.aboutcontent .cont-text.right .contentBody .records-container {
    margin-left: 0;
    margin-right: 40px;
}
.aboutcontent .cont-text .contentBody .records-container .object {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 80px;
	justify-content: flex-end;
}
.aboutcontent .cont-text .contentBody .records-container .object.obj5 {
    justify-content: flex-start;
}

.aboutcontent .cont-text .contentBody .records-container .object .objectImage {
    width: 80px;
    display: flex;
    min-width: 80px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.aboutcontent .cont-text .contentBody .records-container .object .objectImage .objectImg {
    width: 50px;
}
.aboutcontent .cont-text .contentBody .records-container .object .objectNote {
    text-align: left;
    width: 100%;
}
.aboutcontent .cont-text .contentBody .records-container .object .objectTitle {
    text-align: left;
    font-size: 22px !important;
    font-weight: normal;
}
.aboutcontent .cont-text .contentBody .records-container .object .aboutbutton {
	color: #739ff4;
	font-size: 18px;
	text-shadow: none;
	font-family: trebuchet ms, helvetica, sans-serif;
	text-decoration: none;
	border: solid 1px #8fbeff;
	margin-top: 30px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 18px 40px;
	text-align: center;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	  -webkit-transition: 1s;
	  transition: 1s;
}

.aboutcontent .cont-text .contentBody .records-container .object .aboutbutton:hover {
	color: #FFFFFF;
	background-color: #538ffb;
}
