@charset "utf-8";
/* CSS Document */

.introWrapper {
	background-image:url('/cisiweb2/image/membership/volunteer.png');
}

 .B1{
	background: #dcefef;
    border-radius: 50px;
	padding: 43px;
	transition: all 0.3s;
}

.B2{
	background: #c0e6e5;
    border-radius: 50px;
	padding: 43px;
	transition: all 0.3s;
}

.B3{
	background: #a7dbdb;
    border-radius: 50px;
	padding: 43px;
	transition: all 0.3s;
}

.B4{
	background: #90dadc;
    border-radius: 50px;
	padding: 43px;
	transition: all 0.3s;
} 

.B1:hover{
	transform: scale(1.1);
}

.B2:hover{
	transform: scale(1.1);
}

.B3:hover{
	transform: scale(1.1);
}

.B4:hover{
	transform: scale(1.1);
}

.logo{
	display: flex;
    margin: 5px auto 30px;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 200px;
    align-items: center;
    justify-content: center;
	font-size: 35px;

}

.block4{
	/* background: #d1ecec;
    border-left: 15px solid #5ec8d0; 
	width: 330px;*/
    /* margin-right: 40px; 
    height: 305px;*/
	padding: 30px 30px 60px;
	font-size: 30px;
	margin-bottom: 20px;
}

.block4 h4{
	color: #239393;
	text-align: center;
	font-weight: 500 !important;
}

.block4 p{
	color: #1d1d1d;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 0px;
    text-align: center;
}

.blockF{
	margin-right: 10px;
}

.contents span {
    font-size: 75px;
	background: linear-gradient( 151deg, #9ff3f3 0%, #239393 56%, #72acac 81%, #3cbdc0 100%);
    margin-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contents .col-sm-4 {
    text-align: center;
    margin: 30px 0px;
    font-size: 16px;
    font-weight: 500;
}

.vHave{
	margin-bottom: 0px !important;
}

.mainWrapper .container_wrapper:last-child{
	margin-bottom: 55px !important;
}
.informationBlock {
	background: none repeat scroll 0 0 #2d8383;
    color: #ffffff;
    margin-top: 50px;
    padding: 1px 45px 20px;
}
.informationBlock h2 {
	color:#ffffff !important;	
}
.informationBlock h3 {
	color:#ffffff !important;
	margin-top:0px !important; 	
}
.informationBlock a {
	color:#ffffff !important;	
}

.fullQuote {
    background-image: url("/cisiweb2/image/ethics/corporatequote.jpg");
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	text-align:center;
	padding:0 5%;
	margin-top:30px;
		
}
.fullQuote h1 {
	color:#222222 !important;
	margin-top:10px !important;
}

.tab-pane h3 {
    margin-top: 20px !important;
}

.annualEvent {
background: none repeat scroll 0 0 #efefef;
    padding-bottom: 50px !important;
    padding-top: 50px !important;	
}

@media (max-width : 991px) {
	.fullQuote h1 {
		font-size:30px !important;	
	}
		
}

@media (min-width : 1599px) {
	.introWrapper {
		background-position:bottom;
		background-size:1920px auto;
	}	
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 25%;
        float: left;
    }
}


@media (max-width: 767px) {
	.fullQuote h1 {
		font-size:20px !important;	
		color:#000000 !important;
	}
	
}