.row_1{
	padding:0 20px;
	line-height: 1.4;
    box-sizing: border-box;
    font-size: 0.875em;
   	color:#777777;
}

/*.col_1*/
.col_1{
	width:67%;
	box-sizing: border-box;
	padding-right: 20px;
	/* border-right: 1px solid #dddddd; */
}

.col_1 > p{
	margin-bottom: 10px;
}

.col_1 .col_a{
	width:25%;
	float:left;
}

.col_1 .col_b{
	width:75%;
	box-sizing: border-box;
	padding-left: 20px;
}

.management{
	margin-top: 50px;
}

.col_1 .email{
	display: block;
	color:#008dd1;
	text-decoration: underline;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.3em;
}

.col_1 .email:hover{
	text-decoration: none;
}


/*.col_2*/
.col_2{
	width:33%;
	box-sizing: border-box;
	padding-left: 20px;
        margin-top: 2em
}

.col_2 ul li{
	margin-bottom: 10px;
}

.col_2 .email .name{
	display: block;
	color:#008dd1;
	text-decoration: underline;
    font-weight: bold;
    font-size: 1em;
}

.col_2 .email:hover .name{
	text-decoration: none;
}

.col_2 .email img{
    width: 50px;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
    float:left;
}

.col_2 .email .position{
	font-size: 0.75em;
	color:#777777;
	text-decoration: none;
}


.info{
	margin-top: 30px;
}

.info:first-child{
	margin-top: 0;
}

.info > p:first-child{
    color: #008dd1;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}

.row_2{
    box-sizing: border-box;
    padding: 20px;
    margin-top: 40px;
}

@media only screen and (max-width: 1024px){
	.col_1 .col_a{
		width:40%;
	}

	.col_1 .col_b{
		width:60%;
	}
}

@media only screen and (max-width:768px){
	.col_1,
	.col_2{
		width:100%;
	}
	.col_1{
		padding-right: 0;
		border-right: none;
	}
	.col_2{
		padding-left: 0;
	    margin-top: 20px;
	}
	.col_2 .email img{
		width: 90px;
	}

	.col_2 ul li{
		display: inline-block;
		width:49%;
	}
}

@media only screen and (max-width:550px){
	.col_1 .col_a,
	.col_1 .col_b{
		width:100%;
	}
	.col_1 .col_b{
		padding-left: 0;
		margin-top: 10px;
	}
	.col_2 ul li{
		display: block;
		width:100%;
	}
}

.row_1 a {
	color: #008dd1;
	text-decoration: underline;
}

.row_1 a:hover {
	text-decoration: none;
}

.row_1 p {
	line-height: 26px;
}

.row_1 strong {
	font-weight: 700;
}

.row_1 em {
	font-style: italic;
}

.row_1 h5 {
	color: #008dd1;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
	.row_1 .col_2 a > img {
		width: 48px !important;
		height: 48px !important;
	}
}

.row_1 .col_2 a img {
	border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin: 0 20px 0 0;
}

.row_1 .col_2 table { 
    border-spacing: 10px;
    border-collapse: separate;
}

.row_1 .col_1 img {
	max-width: 180px;
}

.row_1 .col_2 {
	border-left: 1px solid #dddddd;
}
