font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
body {
	font-family: 'PT Sans', sans-serif;
}
.ccm-page {
	float:left;
	width:100%;
}
.ccm-page h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	line-height:100%;
	color:#662d91;
	margin:0 0 15px 0;
	font-weight:normal;
}
h1 {
	font-size:36px;
}
h2 {
	font-weight:normal;
	font-size:24px;
	color: #33a9bd;
}
h3 {
	font-weight:normal;
	color: #662d91;
	font-size:24px;
	line-height:100%;
}
#searchResults h3 {
	line-height:50%;
}


h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
h1 a {
	font-size:36px;
	color:#662d91;
}
h2 a {
	font-size:32px;
	color:#7ab0b7;
}
h3 a {
	font-size:21px;
	color:#662d91;
}
h4 a {
	font-size:16px;
	color:#21409a;
}
h4 a:hover {
	color:#7ab0b7;
}
h5 a {
	font-size:14px;
	color:#662d91;
}
h6 a {
	font-size:12px;
	color:#662d91;
}
p {
	font-family: 'PT Sans', sans-serif;
	color: #444444;
	font-size: 20px;
	line-height: 25px;
	margin:0 0 20px 0;
}
span.newstitle a {
	font-family: 'PT Sans', sans-serif;
	color: #33a9bd;
	font-size: 20px;
	line-height: 25px;
	margin:0 0 20px 0;
	}
	
span.newstitle a:hover {
	color: #21409a;
		}

img {
	max-width: 100%;
	height: auto;
}
p a {
	color:#21409a;
}
p a:hover {
	text-decoration:underline;
	color:#7ab0b7;
}
a {
	color:#21409a;
	font-family: 'PT Sans', sans-serif;
}
a:hover {
	text-decoration:underline;
	color:#7ab0b7;
}
span {
	font-size:16px;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#7ab0b7;
}
:hover {
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.ccm-page label {
	font-size:16px;
	color:#000;
	font-weight:normal;
}
.cover ul li {
	color: #444444;
	font-size: 20px;
	line-height: 26px;
	list-style: disc inside none;
	font-family: 'PT Sans', sans-serif;
	list-style-position: outside;
}
ol li {
	color: #444444;
	font-size: 20px;
	line-height: 26px;
	list-style: decimal inside none;
	font-family: 'PT Sans', sans-serif;
}
select, input {
	color:#8b8b8b;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
}
.button {
	background-image:url(../images/button_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	padding:3px 20px;
	height:25px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	border-radius:5px;
	line-height:100%;
}
.cover {
	float:left;
	width:100%;
}
.cover .top {
	float:left;
	width:100%;
	background-color:#e0e0e0;
	padding:7px 0;
}
.cover .top ul {
	padding:0;
	margin:0;
	float:right;
}
.cover .top ul li {
	list-style:none;
	line-height:100%;
	float:left;
}
.cover .top ul li a {
	display:inline-block;
	margin:0 8px;
	font-size:11px;
	color:#21409a;
	font-weight:bold;
}
.cover .top ul li a:hover {
	color:#33a9bd !important;
}
.cover .head_cover {
	float:left;
	width:100%;
	background-color:#def5f9;
	padding:10px 0 15px 0;
}
.cover .text_head {
	margin-top: 5px;
	float: left;
	width: 100%;
	border-left: 2px solid #00549e;
	padding: 30px 17px;
}
.cover .text_head img {
	display:inline-block;
}
.cover .loging {
	float:left;
	width:100%;
}
.cover .loging .search {
	float: right;
	vertical-align: top;
	margin-bottom: 10px;
}
.cover .loging .search a {
	/*position: absolute;*/
    top: 0;
	right: 0;
}
.cover .loging .search input {
	width: 125px;
	height: 22px;
	background-color: #fff;
	border: 0;
	padding-left: 8px;
	color: #828282;
	font-size: 10px;
	margin-top: 2px;
}
.cover .loging .but {
	float:right;
	clear: both;
}
.cover .search img {
	margin:2px 0 0 8px;
	display:inline-block;
}
.cover .but a {
	background-color: #12a8c2;
	padding: 1px 10px;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: 'PT Sans Narrow', sans-serif;
	min-width: 162px;
	text-align: center;
}
.cover .main_nav {
	float: left;
	width: 100%;
	text-align: center;
	background-color:#33a9bd;
	border-bottom:4px solid #fff;
}
.cover .main_nav ul {
	padding:0;
	margin:0;
}
.cover .main_nav ul li {
	list-style:none;
	display:inline-block;
	line-height:100%;
	position:relative;
	padding:10px 18px;
}
.cover .main_nav ul li a {
	display:inline-block;
	font-weight: normal;
	font-size:20px;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#fff;
	padding:0;
}
.cover .main_nav ul li a:hover {
	background-color:transparent;
}
.cover .main_nav ul ul {
	position: absolute;
	top: 100%;
	left: -30%;
	background-image: url(../images/down_arrow.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 210px;
	background-color: #33a9bd;
	padding: 30px 0 30px 30px;
	text-align: left;
	z-index: 99;
	border-top: 4px solid #fff;
	display: none;
}
.cover .main_nav ul li:hover > ul {
	display:block;
}
.cover .main_nav ul ul li {
	float:left;
	width:100%;
	line-height: 20px;
	padding:0;
}
.cover .main_nav ul ul li a {
	padding:0;
	margin:0;
	line-height: 24px;
	font-size: 15px;
	padding-right: 30px;
	width: 100%;
}
.cover .main_nav ul > li {
	min-width: 130px;
}
.cover .main_nav ul li:hover {
	background-color:#662d91;
}
.cover .main_nav ul ul li:hover {
	background-color: transparent;
}
.cover .main_nav ul ul li a:hover {
	background-color:transparent;
	color:#662d91;
}
.cover .main_nav ul li.nav-path-selected {
	background-color:#662d91;
}
.cover .main_nav ul ul li.nav-path-selected {
	background-color:transparent;
	color:#662d91;
}
.cover .but a:hover {
	background-color:#662d91;
}
.cover .top ul li a:hover {
	color:#662d91
}
.cover .top ul li.nav-path-selected a {
	color:#662d91
}
.cover .bs_slider {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:35px;
}
.cover .bs_slider .item img {
	display:inline-block !important;
	width: 100%;
	height: auto;
}
.cover .bs_slider .carousel-caption h3 {
	font-size:32px;
	color:#fff;
	font-weight:bold;
	margin:0 0 15px 0
}
.cover .bs_slider .carousel-caption {
	text-align:right;
	right:15px;
	left:auto;
	width:100%;
}
.cover .bs_slider .carousel-caption.al_left {
	text-align:left;
	left:15px;
	right:auto;
}
.cover .block_out {
	float:left;
	width:100%;
}
.cover .block_out .block {
	float:left;
	width:100%;
	margin-bottom:35px;
}
.logo {
	margin-top:12px;
}
.cover .block_out .block img {
	margin:0 0 30px 0;
}
.cover .block_out .block h4 {
	font-size:16px;
	color:#21409a;
	margin:0 0 16px 0;
	font-weight:bold;
	text-transform:uppercase;
}
.cover .block_out .block p {
	color:#444444;
	font-size:19px;
	margin:0 0 15px 0;
	line-height:25px;
}
.cover .block_out .block img {
	width:100%;
	height:auto;
}
.cover .block_out .block a {
	font-size:12px;
	color:#21409a;
	font-weight:bold;
	text-transform:uppercase;
}
.cover .have_q {
	background-color:#662d91;
	float:left;
	width:100%;
    padding: 40px 0 25px 0;
}
.cover .have_q .have_text {
	float:left;
	width:100%;
}
.cover .have_q .have_text h1 {
	font-weight:bold;
	font-size:24px;
	color:#1ca7bf;
	margin:0 0 10px 0;
}
.cover .have_q .have_text h3 {
	font-size:18.57px;
	color:#fff;
	margin:0 0 25px 0;
	font-weight:bold;
	line-height: 26px;
}
.cover .have_q .have_text ul {
	padding:0;
	margin:0;
}
.cover .have_q .have_text ul li {
	list-style:none;
	/*background-image:url(../images/ckeckbox.png);*/
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:100%;
	font-size:12px;
	color:#fff;
	padding-bottom:5px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:0;
	float: left;
}
.cover .have_form {
	float:left;
	width:100%;
}
.cover .have_form label {
	float:left;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	width:40%;
	clear: both;
	margin: 2px 0px 14px 0;
}
.cover .have_form input {
	width:60%;
	float:left;
	height:22px;
	background-color:#7e51a1;
	border:none;
	margin: 0 0 5px 0;
	color: #fff;
}

.cover .have_q .have_text p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

input,select,textarea
{
	outline:none;
	}

.cover .inside_page .side_nav .content_inside p {
    font-size: 20px;
		font-family: 'PT Sans', sans-serif;
    line-height: 28px;
    color: #444;
    margin-bottom: 20px;
}

.cover .side_nav h2 {
    color: #0093ac;
	font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.cover .have_form textarea {
	width:60%;
	float:left;
	height:55px;
	background-color:#7e51a1;
	border:none;
	color: #fff;
	margin:0;
}
.cover input.submit {
	position: relative;
    right: -7px;
    float: right;
    width: auto;
    height: auto;
    background-image: url(../images/submit.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    padding: 3px 22px 4px 22px;
    vertical-align: top;
    margin-top: 7px;
    border: transparent;
    font-weight: bold;
    line-height: 100%;
	    text-shadow: 0 0px 5px #000;
		outline:none;
}
.cover .doner {
	float:left;
	width:100%;
	padding:30px 0;
}
.cover .doner, donor_image {
	float:left;
	width:100%;
}
.cover .doner .donor_image img {
	width:100%;
	height:auto;
	display:inline-block;
}
.cover .doner .donor_text {
	float:left;
	width:100%;
}
.cover .doner .donor_text h1 {
	color:#662d91;
	font-size:36px;
	margin:0 0 14px 0;
	font-weight:bold;
}
.cover .doner .donor_text h3 {
	color:#662d91;
	font-size:18px;
	margin:0 0 14px 0;
	font-weight:bold;
	line-height: 24px;
}
.cover .doner .donor_text ul {
	padding:0;
	margin:0 0 17px 0;
}
.cover .doner .donor_text ul li {
	list-style:disc inside none;
	color:#444444;
	font-size:20px;
	line-height:26px;
}
.cover .footer {
	float:left;
	width:100%;
	background-color:#0093ac;
	padding:50px 0 25px 0;
	margin-top:30px;
}
.cover .footer_nav {
	float:left;
	width:100%;
	margin:0 0 15px 0;
}
.cover .footer_nav h4 {
	color:#662d91;
	margin:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.cover .footer_nav ul {
	padding:0;
	margin:0;
}
.cover .footer_nav ul li {
	list-style:none;
	line-height:85%;
}
.cover .footer_nav ul li a {
	font-size:14px;
	color:#fff;
	display:inline-block;
}
.cover .footer_navigt {
	float:left;
	width:100%;
}
.cover .footer_navigt ul {
	padding:0;
	margin:0;
}
.cover .footer_navigt ul li {
	list-style:none;
}
.cover .footer_navigt ul li a {
	color:#662d91;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
.cover .footer .footer_add {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.cover .footer .footer_add p {
	font-size:12px;
	margin:0 0 14px 0;
	line-height: 18px;
	font-weight:bold;
	color:#662d91;
	text-transform:uppercase;
}
.cover .footer .footer_list a:hover {
	color: #ffffff;
}
.cover .footer .copy p a:hover {
	color: #ffffff;
}
.inside h1 {
	border-bottom: solid 1px #662d91;
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.inside h2 {
	text-transform:uppercase;
}
.cover .footer .footer_add a {
	font-size:18px;
	float:left;
	width:100%;
	font-weight:bold;
	color:#662d91;
	text-transform:uppercase;
}
.cover .footer .footer_social a {
	display:inline-block;
}
.cover .footer .footer_social > img, .cover .footer .footer_social > a {
	float:left;
	margin-right:5px;
}
.cover .footer .footer_social {
	float:left;
	width:100%;
	margin-bottom:43px;
}
.cover .footer .footer_social h3 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#662d91;
	text-transform:uppercase;
}
.cover .footer .footer_list {
	float:left;
	width:100%;
}
.cover .footer .footer_list h3 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#662d91;
	text-transform:uppercase;
}
.cover .footer .footer_list input {
	width:170px;
	height:27px;
	border:1px solid #662d91;
	color:#662d91;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	background-color:#fff;
	float: left;
}
.cover .footer input.go {
	width:auto;
	color:#662d91;
	text-transform:uppercase;
	font-size:16px;
	float: left;
	margin-left: 0;
}
.cover .footer .footer_list a {
	font-size: 16px;
	font-weight: bold;
	color: #662d91;
	text-transform: uppercase;
	/*display:inline-block;*/
	width:100%;
	margin-top:36px;
}
.cover .footer .out {
	float:left;
	width:100%;
	border-left:5px solid #662d91;
	padding-left:25px;
}
.cover .footer .copy {
	float:left;
	width:100%;
	text-align:center;
	margin-top:25px;
}
.cover .footer .copy p {
	margin:0;
	font-size: 10px;
	font-weight: bold;
	color: #662d91;
	line-height:100%;
}
.cover .footer .copy p a {
	margin:0;
	font-size: 10px;
	font-weight: bold;
	color: #662d91;
}
.cover .doner .donor_image {
	float:left;
	width:100%;
}
.cover .bs_slider .item img.visible-xs {
	display:none !important;
}
.cover .block_out .side_block h2 {
	color: #0093ac;
	text-transform: uppercase;
	margin: 0 0 17px 0;
	font-weight: bold;
}
.cover .block_out .side_block p {
	color:#626161;
	font-size:14px;
	font-weight: bold;
}
.cover .block_out .side_block {
	float: left;
	width: 100%;
	text-align: right;
}
.cover .block_out .side_block {
	margin-bottom:48px;
}
.cover .inside_image {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom: 50px;
}
.cover .inside_image img {
	display: inline-block;
	width: 100%;
	height: auto;
}
.cover .main_nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.form-control {
	color:#000;
}
.cover input#ccm-captcha-code, .cover label.captcha {
    margin-top: 12px;
}
.cover .footer_list .form-group.captcha h3 {
    line-height: 17px;
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    float: left;
    width: 100%;
}
.cover .form-group.captcha img {
    margin-left: 0;
    margin-bottom: 15px;
}
.cover .captch_form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.cover .form-group.captcha {
    float: left;
    width: 100%;
    margin-top: 10px;
}
 @media ( min-width:220px ) and ( max-width:330px ) {
}
@media ( min-width:500px ) and ( max-width:767px ) {
 .mean-container a.meanmenu-reveal {
 top:-95px !important;
}
}
@media ( min-width:220px ) and ( max-width:767px ) {
 .logo {
 position: absolute;
 left: 15px;
 z-index: 9999999;
 width: 50%;
}
 .cover .loging {
 text-align: center;
 margin: 0px 45px 0 0;
 float: right;
 width: 100%;
 position: absolute;
 z-index: 9999999;
 right: 15px;
 top: 11px;
}
.cover .top {
 text-align: center;
}
.cover .top ul {
 float: none;
}
 .cover .side_nav ul li a {
 text-align: center;
}
.cover .top ul li {
 float: none;
 display: inline-block;
}
.but p {
 margin-bottom: 0;
}
 .cover .top ul li a {
 margin:0 5px;
}
 .text-right {
 text-align: center;
}
 .button {
 font-size:15px;
}
 .cover .loging .search input {
 position:absolute;
 right:100%;
	/*width:105px;*/
	width:0px;
 visibility:hidden;
 transition: width 2s;
 -webkit-transition: width 2s; /* Safari */
}
.cover .loging .search input.active {
width:105px;
visibility: visible;;
}
.cover .but a {
 font-size:13px;
 min-width: 30px;
}
 .cover .bs_slider .carousel-caption {
 right:15px;
}
 .cover .bs_slider .carousel-caption.al_left {
 left:15px;
}
 .cover .have_form {
 margin-top:10px;
}
.cover .bs_slider .carousel-caption {
 width:50%;
}
 .cover .bs_slider .carousel-caption h3 {
 font-size:18px;
}
 .cover .bs_slider .item img.visible-xs {
 display:inline-block !important;
 width:100%;
 height:auto;
}
.cover .bs_slider .item img.hidden-xs {
 display:none !important;
}
 .cover .have_form label {
 width:100%;
}
 .cover .have_form input {
 width:100%;
}
 .cover .have_form textarea {
 width:100%;
}
 .cover .footer .out {
 padding-left:0;
 border-left:none;
 border-top: 5px solid #662d91;
 padding-top: 25px;
}
 .cover .footer_navigt {
 margin:25px 0 50px 0;
}
 .cover .doner .donor_text h1 {
 font-size:20px;
}
 .cover .doner .donor_text h3 {
 font-size:14px;
}
 .cover .doner .donor_text ul li {
 font-size:16px;
}
 .cover .doner .donor_image {
 margin-bottom:25px;
}
 .cover input.submit {
 width:auto;
}
.cover .loging .search {
 margin-right: 0;
 position:relative;
 display: inline-block;
}
.cover .loging .but {
 float: right;
 display: inline-block;
 margin-left: 0;
 position: relative;
 right: -45px;
}
}
 @media ( min-width:768px ) and ( max-width:1199px ) {
 .cover .footer .footer_list input {
 width:143px;
}
 .cover .footer input.go {
 width:auto;
}
}
.cover .footer_nav ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.cover .footer_navigt ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.cover .footer .footer_social img:hover {
	opacity: 0.8;
}
div#ccm-toolbar>ul>li {
	position: relative;
	font-size: 14px;
	list-style: none;
}
.container .container {
	width: 100%;
	padding:0;
}
.cover .block_out .inner_block h4 {
	font-size: 16px;
	color: #21409a;
	margin: 0 0 26px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.cover .block_out .inner_block img {
	margin: 0 0 30px 0;
}
.cover .block_out .inner_block a:hover {
	text-decoration: underline;
	color:#33a9bd;
}
.cover .inner_block {
	margin-bottom: 22px;
}
.cover .block_out .inner_block a {
	font-size: 12px;
	color: #21409a;
	font-weight: bold;
	text-transform: uppercase;
}
.cover .inner {
	width: 100%;
	float: left;
}
.cover input.detail_btn {
	/*color: #662d91;
    border-color: #662d91;
    background-color: #33a9bd;
    padding: 1px 4px 4px 2px;
    background-color: #12a8c2;*/
    background-color: #12a8c2;
    padding: 1px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    min-width: 162px;
    text-align: center;
	min-height: 35px;
}
input.detail_btn:hover {
    background-color: #662d91;
}

.cover input.ccm-search-block-text {
	/*border-color: #662d91;*/
	padding-bottom: 5px;
	padding-right: 21px;
}
.cover form.inside_search.ccm-search-block-form {
	margin-bottom: 17px;
}
.cover form.inside_search.ccm-search-block-form p a {
	color: #662D91;
}
.cover form.inside_search.ccm-search-block-form a {
	color: #662D91;
}
.cover ul.search_pagination li {
	list-style: none;
	float: left;
	margin-right: 13px;
	padding: 0px 8px;
}
.cover ul.search_pagination li span, ul.search_pagination li a {
	font-size: 14px;
	color: #0093AC !important;
}
.cover ul.mypagination.search_pagination {
	padding: 0;
	margin: 25px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.cover ul.mypagination.search_pagination li {
	display: inline-block;
	float: none;
	line-height: 100%;
}
.cover #searchResults {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.cover .block_out .block a:hover {
	/*text-decoration: underline;*/
	    color: #33a9bd;
}
.cover .content_inside h4 {
text-transform: uppercase;
    font-size: 16px;
    padding-top: 20px;
	}
.cover .side_nav h3 {
	text-align: right;
	font-weight: 900;
	padding-right: 15px;
}
.cover .side_nav ul li {
	text-align: right;
}
.cover .side_nav ul li a {
	color: #626161;
	font-size: 14px;
	font-weight: bold;
padding: 0;
}
.cover .side_nav {
	float: left;
	width: 100%;
	margin-top:12px;
	margin-bottom: 50px;
}
.cover .inner_block img {
	width: 100%;
	height: auto;
}
.cover .staff_content h4 {
	color: #444;
	font-size: 19px;
	margin: 0 0 10px 0;
}
.cover .staff_content h5 {
	font-size: 17px;
	margin: 0 0 5px 0;
}
.cover .staff_content a {
	margin: 0 0 8px 0;
	font-size: 17px;
	display: inline-block;
}
.cover .staff_content p {
	font-family: 'PT Sans', sans-serif;
	color: #444444;
	font-size: 20px;
	line-height: 25px;
	margin:0 0 20px 0;
}
.cover .side_nav ul li.nav-path-selected a {
	background-color: transparent;
	color: #33a9bd;
}
.cover .side_nav ul li a:hover {
	background-color: transparent;
	color: #33a9bd;
}
.cover .pdf a {
	font-size: 20px;
	color: #A678CA;
}
.cover .s_highlight {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.cover .link_text a:hover {
	color: #33a9bd;
}
input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
	margin-right: 10px;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:23px;
	height:18px;
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
	float: left;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	background-image:url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cover .inside_page {
	float: left;
	width: 100%;
}
.cover .inside p {
line-height: 28px;
    font-family: 'PT Sans Narrow', sans-serif;
	}
.cover .link_text a {
	color: #21409a;
}
.cover .top ul li:last-child a {
	margin-right: 0;
}



.cover .have_form.contact_form .g-recaptcha.ecRecaptcha{
	clear: both;
    padding-left: 40%;
	margin-bottom: 5px;
}
.cover .have_form.contact_form input.submit{
	float: left;
    margin-left: 40%;
    right: 0;
    left: -2px;
}
@media (max-width:767px){
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha{
		padding-left: 0;
	}
	.cover .have_form.contact_form input.submit{
		margin-left: 0;
	}
}
@media (min-width:768px) and (max-width:991px){
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha{
		width: 100%;
		overflow: hidden;
	}
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha > div{
		width: 207px !important;
    height: 70px !important;
	}
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha > div iframe{
		transform: scale(.685);
		transform-origin: 0;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha{
		overflow: hidden;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha>div{
		width: 200px !important;
		height: 66px !important;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha>div iframe{
		transform: scale(.625);
		transform-origin: 0;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha{
		width: 100%;
		overflow: hidden;
	}
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha > div{
		width: 273px !important;
	}
	.cover .have_form.contact_form .g-recaptcha.ecRecaptcha > div iframe{
		transform: scale(.9);
		transform-origin: 0;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha{
		width: 100%;
		overflow: hidden;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha>div{
		width: 263px !important;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha>div iframe{
		transform:scale(.865);
		transform-origin: 0;
	}
}
@media (min-width:1200px) and (max-width:1366px){
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha>div{
		width: 260px !important;
		overflow: hidden;
	}
	.cover .footer_list .form-group.captcha .g-recaptcha.ecRecaptcha>div iframe{
		transform: scale(.85);
		transform-origin: 0;
	}
}