@charset "utf-8";

.page-heading {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight {
    margin-bottom: 15px;
}

a {
    color: #2a7ae2;
    text-decoration: none;
}

ul, ol {
    margin-left: 30px;
}

table {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    color: #3f3f3f;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

table th, table td {
    padding: 10px 15px;
}

table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9;
}

table td {
    border: 1px solid #e8e8e8;
}

.bg-body {
	background: linear-gradient(135deg, #f5f7fa 0%, #e4ecf7 50%, #dbeafe 100%);
    background-attachment: fixed;
}

.hiptable .title {
    width: 50%;
}

.hiptable .type {
    width: 22%;
}

.hiptable .impact {
    width: 22%;
}

.hiptable .author {
    width: 22%;
}

.ContactPage_title{
	font-size: 40px;
    line-height: 68px;
    font-weight: 900;
    text-align: left;
    color: #215391;
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
}
.ContactPage_description{
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
}
.ContactPage_item{
	width:100%;
	margin:0 auto;
	margin-bottom: 40px;
	display: inline-block;
    vertical-align: top;
}
.DescWithImage_img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
.DescWithImage_title{
	font-size: 24px;
	font-weight: 900;
    margin-bottom: 16px;
}
.DescWithImage_description{
	font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #666;
	padding-bottom: 50px;
}
.DescWithImage_button{
    bottom: 0;
	font-weight: 500;
    text-align: left;
    min-width: 276px;
    padding: 16px 30px;
    cursor: pointer;
	width: 95%;
    display: block;
    margin-top: 16px;
    border: 1px solid #000;
    background-image: url(<?php echo G5_THEME_IMG_URL;?>/share.svg);
    background-position: right 30px center;
    background-size: 13px 11px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.ct-button {    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #cd45ff;
    margin: 25px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ct-button-size-large {
    height: 60px;
    line-height: 60px;
    padding: 0 37px;
    font-size: 21px;
    margin: 40px;
}
.mt40{margin-top:40px;}
.mt80{margin-top:80px;}
.mb40{margin-bottom:40px;}