@charset "UTF-8";
.boxLine {
    display: block;
    float: left;
    height: auto;
    width: 45px;
    margin-top: 3px;
    margin-left: -30px;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
	border-radius: 3px;
    background-color:#64bc47;
}
.verticalLine {
    display: block;
    clear: both;
    float: left;
    width: 2px;
    height: 600px;
    margin-top: 30px;
    margin-left:35px;
    margin-bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.15);
}
.dashedHead {
	position: relative;
	float: left;
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.sidebar {
	z-index: 1000;
    float: right;
	position: relative;
	box-sizing: border-box;
    width: 250px;
	margin-top: 30px;
	margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    background-color: rgba(255,255,255,1.00);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.content60 {
	z-index: 2000;
	float: left;
	position: relative;
	margin-left: 5px;
	width: 56%;
	padding-right: 0px;
}
.news {
    z-index: 500;
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 600px;
	overflow: scroll;
    background-color: #fff;
}

.news li {
color: rgba(76,76,76,.7);
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .02em;
}
.news60 {
    margin-top: 10px;
    width: 70%;
    float: left;
    margin-left: 10px;
}
.news60 img {
	border-radius: 6px;
}
.newsSidebar {
    margin-top: 10px;
    width: 25%;
    float: left;
    margin-left: 10px;
}
.team60 {
	margin-top: 50px;
	margin-left: 30px;
}
.team60 img {
	border-radius: 6px;
}
.teamSidebar {
    margin-top: 50px;
    width: 37%;
    float: left;
    margin-left: 10px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(2deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.26) 100%)!important;
    background-image: -moz-linear-gradient(2deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.26) 100%)!important;
    background-image: -o-linear-gradient(2deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.26) 100%)!important;
    background-image: linear-gradient(88deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.26) 100%)!important;
}
.teamSidebar p {
	display: block;
	height: auto;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: none !important;
	line-height: 10px !important;
	font-weight: 400;
}
.teamSidebar h4 {
	font-size: 15px;
	line-height: 22px;
}
.teamSidebar, .name {
	font-weight: 600;
}
.caseSpace {
	display: block;
	height: 75px;
	width: 100%;
	background-color: #fff;
}
.contactInfo {
	display: block;
	position: relative;
	
	margin-top: 10px;
	width: 80%;
	margin-left: 11%;
}
.contactInfo h5 {
	margin-top: 20px;
	padding-top: 20px;
}
.contactInfo h4 {
	color:rgba(36,36,36,1.00);
	font-size: 14px;
	
}
.contactInfo a {
	color: #0076a3
}
.footer .contactInfo  {
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	border-top: 1px dashed rgba(252,252,252,.5);
}
.footer .contactInfo h4 {
	color:#fff;
}
.footer .contactInfo h5 {
	color:#00aeef;
	margin-top: 4px;
}
.footer .contactInfo a {
	color:#00aeef;
}

/* Media Queries ========================================= */

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 959px) {
 
}

@media only screen and (max-width: 900px) {


.sidebar {
	width: 33%;
}
.content60 {
	width: 53%;
}
	}
@media only screen and (max-width: 720px) {
	.boxLine {
		display: none;
	}
.verticalLine {
	display: none!important;
}	
.sidebar {
    width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.content60 {
	margin-top: 10px;
	margin-left: 0px;
	width: 100%;
}	
.contactInfo {
		margin-top: 65px;
	}
	}
@media only screen and (max-width: 640px) {
	.contactInfo {
		margin-left: 0px;
	}
	}
