@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

@media only screen and (max-width: 767px) {
	#main .subnav {
		display: block;
	}
}

/* ce_image_text_box */
.ce_image_text_box .hyperlink_txt {
	background-color: #ffffff;
	color: #000;
}
body.sidebar #right {
	margin-left: 0;
	width: 30%;
}

.subnav a {
	padding: 10px;
}

body.sidebar #main {
	width: 70%;
}

style {
	
}
.ce_text li {
	line-height: 28px;
}
h1 {
	font-weight: 300 !important;
	border-bottom: 4px solid #e30511;
	padding-bottom: 15px;
	display: inline-block;
	line-height: 1.2em;
}
.ce_download:not(.ce_download_small) {
    background: #e30511;
    padding: 5px 0px 5px 10px;
    border-radius: 0px;
    position: relative;
	margin-bottom: 2px;
	transition: background-color 0.5s ease-in-out 0s;
}

.ce_download:not(.ce_download_small):hover {
    background: #0098ae;
}

.ce_download p {
	margin-bottom: 0;
}
.ce_download a {
    color: #fff;
	display: inline-block;
	width: 100%;
	transition: color 0.5s ease-in-out 0s;
}
.ce_download:after {
	content: "";
}
.ce_download .size {
	display: none;
}
.subnav a {
	/*background-color: #e7eef7;*/
	border-bottom: 1px solid #e7eef7;
	margin-bottom: 0;
}
.ce_table table th {
	font-weight: 700;
}

.ce_table table tbody th {
	background-color: #ddd;
	color: #555;
	border-bottom: 1px solid #fff;
}
.ce_table table td {
	border-right: 1px solid #ddd;
}
.ce_table table p {
	padding-bottom: 0;
	margin-bottom: 0;
}
#main, #right {
	padding-top: 50px;
}
.home #main {
	padding-top: 0;
}
.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

#main .mod_article {
	padding-top: 50px;
	padding-bottom: 50px;
}

h3 {
	margin-bottom: 15px;
	margin-top: 20px;
}
p a, #main li a {
	color: #e30511;
	transition: color 0.5s ease-in-out 0s;
}

p a:hover, #main li a:hover {
	color: #333;
}
.ce_teambox .function {
	color: #979797;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.autogrid {
	padding-left: 0;
	padding-right: 30px;
}