﻿@charset "UTF-8";
/* CSS Document */
.green-bg { background-color: #1789c0; }

.nav2 .logo {
	line-height:3.2;
}

.nav2 .topNav {
    width: 57%;
	line-height:1.7;
}

.nav2 .login {
    width: 18%;
	float:right;
}

.wrapper-dropdown-3,
.login .dddropdown {
	width:180px;
	margin-top:3px;
}

.wrapper-dropdown-3 label {
	cursor: pointer;
}

img#ImgMobilehead {
	max-width:350px;
}

.topNav .services {
    margin-left: 1.9vw;
    margin-top: 0.3em;
}

.cbp-hropen .cbp-hrsub {
	width:20em;
}

.cbp-hrmenu .cbp-hrsub-inner > div:not(.nav-section-header) {
	width:100%;
}

.anchor-link {
    position: absolute;
    margin-top: -150px;
}

#subLeft .testimonial {
	background-color: #ededed;
    max-width: 370px;
    padding: 0.75em;
    border-radius: 5px;
}

#subLeft .testimonial .name,
#subLeft .testimonial .title,
#subLeft .testimonial .company,
#testimonials .name,
#testimonials .title,
#testimonials .company{
	margin-bottom: 0;
}

#subLeft .testimonial .name, #testimonials .name {
    font-weight: bold;
    font-size: 1.2em;
}



#subLeft .testimonial .title,
#subLeft .testimonial .company, #testimonials .title, #testimonials .company {
	font-style: italic;
}

#left {margin-top: 25px;}
#left .testimonial {
	background-color: #ededed;
    max-width: 370px;
    padding: 0.75em;
    border-radius: 5px;
}

#left .testimonial .name,
#left .testimonial .title,
#left .testimonial .company {
	margin-bottom: 0;
}

#left .testimonial .name {
    font-weight: bold;
    font-size: 1.2em;
}

#left .testimonial .title,
#left .testimonial .company {
	font-style: italic;
}


.ca_team_member {
	text-align: center;
	margin-top:2em;
}

.ca_team_member .h4,
.ca_team_member p {
	color: #444;
	text-transform: uppercase;
}

.ca_team_member .h4 {
	margin-bottom:0.1em;
	font-size: 0.9em;
}

.ca_team_member p {
	font-size: 0.8em;
}

.ca_team_pic {
	max-width:200px;
}

.transactions .tile img {
    border: 1px solid #000;
}

.transactions .tile:not(.flip) .front img {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.transactions .tile {
	float:left;
	position:relative;
	width:100%;
    -webkit-perspective: 600px;
    perspective: 600px;
}

.tile .front {
    float: none;
    top: 0;
    left: 0;
    z-index: 900;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tile.flip .front {
    -webkit-transform: rotateY(179deg);
    transform: rotateY(179deg);
}

.tile .back {
	width:100%;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    -webkit-transform: rotateY(-179deg);
    transform: rotateY(-179deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tile.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
}

.tile.flip .back img {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

#footerInfo,
#mfooterInfo {
    max-width: 100%;
}

#mfooterInfo {
	padding: 15px 30px;
}

@media only screen and (max-width: 1199px) {
	.cbp-hrmenu > ul > li > a {
		font-size:0.95em;
	}
	.nav2 .logo {
		line-height:3;
	}
	.nav2 .topNav {
		width: 47.7vw;
		line-height:2.4;
	}
	.nav2 .login {
		width: 13vw;
	}
	.wrapper-dropdown-3, .login .dddropdown {
		width:140px;
	}
	.wrapper-dropdown-3 {
		margin-top:10px;
		padding:5px;
	}
	.login .dddropdown {
		margin-top:0;
		padding:0;
		top:2.75em;
		right:15px !important;
	}
	.login .dddropdown li a {
		text-align: center;
	}
	label[for="ddaccount"] {
		font-size:14px;
	}
	.cbp-hrmenu > ul {
		padding:0;
	}
	#subLeft .testimonial {
		max-width: 300px;
	}
}

@media only screen and (max-width: 1110px) {
	.nav2 .topNav {
		width:52vw;
	}
}

@media only screen and (max-width: 991px) {
	.top-nav .container, .bottom-nav .container {
		width:100%;
	}
	.nav2 .topNav {
		width:59vw;
		line-height:2.1;
	}
	#subLeft {
		max-width: 260px;
	}
}

@media only screen and (max-width: 880px) {
	.cbp-hrmenu > ul > li > a {
		font-size:0.8em;
	}
	.nav2 .logo {
		line-height:3.2;
	}
	.nav2 .topNav {
		line-height:2.8;
	}
}

@media only screen and (max-width: 767px) {
	.cbp-hrmenu > ul > li > a {
		font-size:1em;
	}
	.nav2 .topNav {
		width:100%;
		line-height:2.3;
	}
	.topNav .services {
		margin-left: 3.1vw;
	}
}

@media only screen and (max-width: 688px) {
	.cbp-hropen .cbp-hrsub {
		width:100%;
	}
	.cbp-hrmenu > ul > li.services-container.cbp-hropen a {
		margin-bottom: -15px;
	}
	.topNav .services {
		margin-left: 0.3vw;
	}
}