.header_text {
    text-align: center;
	margin-bottom: 3em;
}
.header_text h3 {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5em;
	font-size: 2.75em;
}
.header_text p {
    width: 60%;
    margin: 20px auto;
}
@media (max-width: 767px){
h3 {
    font-size: 18px;
}
}
@media screen and (min-width: 100px) and (max-width: 468px){
.header_text p {
    width: 100% !important;
}
}


/* ///VISIT PSR-A5000 SPECIAL PAGE/// */
.visit_link .container-fluid{
    background-color: #000000;
	/* background-image: url(Disruptive_Focused_Crop_003_2560.png); */
	background-position: bottom;
    background-size: 100% 10%;
    background-repeat: no-repeat;
    color: #eeeeee;
    text-align: center;
    padding: 30px 50px;
    width: 70%;
    margin: 0 auto;
}
.visit_link h3{
    margin-bottom: 30px;
}
.visit_link ul.links.list-unstyled li {
    display: inline-block;
    margin: 30px 5px;
}
.visit_link ul.links.list-unstyled li a{
    padding: 10px 20px;
    background-color: #4b1e78;
    color: #fff;
    border-radius: 5px;
}
.visit_link ul.links.list-unstyled li a:hover {
    text-decoration: none;
    background-color: #eee;
	color: #333;
}
.visit_link span.fa.fa-fw.fa-external-link {
    display: none;
}
@media screen and (max-width:768px) {

.visit_link .container-fluid{
	width: 100%;
	line-height: 1.6em;
}
}


/* ///Overview/// */
section.img-text-2col {
    margin: 100px auto 40px;
}
.heading-h2 h2 {
    text-align: center;
    margin: 100px 0;
}
.img-text-2col p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
@media screen and (max-width:768px) {
section.img-text-2col {
    margin: 50px auto 40px;
}
.heading-h2 h2 {
    text-align: center;
    margin: 50px 0;
}
}
.full_width .container-fluid{
	max-width: 100%;
	padding: 0;
}
.full_width .container-fluid .wrapper{
	padding: 0;
}


/* ///FEATURES/// */
/* When there are two images in the modal */
div#d1768360-modal .pull-right{
    float: none!important;
}

/* Make modal links bold */
.modal-content ul.links.list-unstyled li a {
    font-weight: bold;
}
.feature_sideimg .feature_1col p{
	display: inline-block;
    padding: 10px 20px;
    background-color: #4b1e78;
    color: #fff;
    border-radius: 5px;
	margin-top: 1em;
}
.feature_sideimg .feature_1col p:hover {
    text-decoration: none;
    background-color: #eee;
	color: #333;
}

/* Layout */
.feature_sideimg {
    margin: 80px 0;
	background-color: #dcdcdc;
}
.feature_sideimg .feature_1col {
    margin-top: 0;
    margin-bottom: 30px;
}
.feature_sideimg.feature_sideimg_l .feature_sideimg_image figure {
	margin-top: 0;
    margin-left: 0px !important;
    overflow: hidden;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.feature_sideimg_image img {
    max-width: 100% !important;
}
.feature_sideimg .feature_sideimg_text .feature_1col .feature_1col_img {
    height: auto;
	padding: 0;
}

@media screen and (min-width:100px) and ( max-width:767px) {
/*　for mobile and Tablet　*/
.feature_sideimg {
    margin: 40px 0 !important;
}
}
@media screen and (min-width:768px) and (max-width:1080px) {
/*　for Tablet　*/
.feature_sideimg h3 {
    font-size: 22px;
}
}

@media screen and (max-width:991px) {
.feature_sideimg .feature_heading {
    margin-bottom: 0; 
}
}

@media screen and (min-width:992px) {
.feature_sideimg.feature_sideimg_l .feature_sideimg_image figure {
    margin-right: 1em;
}
.feature_sideimg .feature_sideimg_text {
    margin-top: 0px;
}
}

/* Column fall prevention */
.feature_sideimg .feature_sideimg_text .row {
    display: flex;
    flex-wrap: wrap;
}
.feature_sideimg .feature_sideimg_text .row a {
    width: 50%;
}
.feature_sideimg .feature_1col {
    width: 100%;
}

@media screen and (max-width:767px) {
/*　for mobile and Tablet　*/
.feature_sideimg .feature_sideimg_text .row a {
    width: 100%;
}
}