/* -- Core and defaults -- */

html, body{
	margin: 0;
	padding: 0;
}

.placeholder{
	width: 100%;
	padding: 15px;
	height: 100px;
}


.sprite{
	background: url(/themes/InFinancial/images/sprites-std.png);
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .sprite{
		background: url(/themes/InFinancial/images/sprites-ret.png);
		background-size: 320px 320px;
	}
}

.btn-custom, .sidebar-form input[type="submit"]{
	color: #fff;
	background-color: #60ac32;
	/* background-position: -78px -190px; */
	border: none !important;
	padding: 10px 30px;
	text-shadow: none;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px !important;
	background-image: url(/themes/InFinancial/images/ifs-trans-diamond.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
	padding-left: 40px;
	
}

.btn-custom a, .sidebar-form input[type="submit"] a{
	color: #fff;
}

.btn-custom a:hover, .sidebar-form input[type="submit"] a:hover{
	color: #fff;
}

.btn-custom:hover, .sidebar-form input[type="submit"]:hover{ 
	color: #fff;
	background-color: #80cc52;
	background-position: 20px 14px;
}

.btn-custom:focus, .sidebar-form input[type="submit"]:focus{
	background-color: #60ac32;
	box-shadow: inset 0 1px 2px #000;
}

.slider-content p{
	margin-bottom: 30px;
}

.slider-content a{
	background-color: #60ac32;
	/* background-position: -78px -190px; */
	border: none !important;
	padding: 10px 30px;
	text-shadow: none;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 16px !important;
	background-image: url(/themes/InFinancial/images/ifs-trans-diamond.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
	padding-left: 40px;
	color: #fff !important;
	margin-top: 30px;
}

.slider-content a:hover{
	color: #fff;
}

.slider-content a:hover{ 
	color: #fff;
	background-color: #80cc52;
	background-position: 20px 14px;
}

.slider-content a:focus{
	background-color: #60ac32;
	box-shadow: inset 0 1px 2px #000;
}

.default-container{
	margin-top: 20px;
	margin-bottom: 0px;	
}

.content-page-wrapper{
	padding-bottom: 30px;
}

.content-page-sidebar{
	background: #f0f0f0;
	padding: 15px;
	box-sizing: border-box;
}

.blog-page-sidebar{
	padding: 15px;
	box-sizing: border-box;
}

.blog-share-google {
  width: 50px;
}

@media (max-width:767px){
	.content-page-wrapper{
		padding: 30px;
	}	
}

.fullwidth-solid-color-wrapper{
	background: #3392c5;
	padding: 30px 0;
}

.fullwidth-solid-color-wrapper img{
	margin: 0 15px;
}

@media (max-width:767px){
	.default-container{
		padding: 0 30px;
	}
}




/* -- Social Nav -- */


.ui-dialog h2 { 
    font-size: 10px;
  }
 
.ui-dialog  label { 
    display: inline;
    width: auto;
  }
 
.ui-dialog input, textarea {
    width: auto;
  }
 
.ui-dialog  img { 
    max-width: none;
  }

.facebook, .google-plus, .google-follow {
	float: left;
	margin: 7px 20px 0 0;
}

.google-plus div{
	width: 70px !important;
	margin-right: -5px !important;
}

.facebook {
	margin-left: 35px;
}

@media (max-width: 1119px){
	.facebook, .google-plus, .google-follow {
		margin: 7px 10px 0 0;
	}

	.facebook {
		margin-left: 0px;
	}
}

.white_phone{
}

.phone_text{
	display:block;
	float: left;
}

.white_phone:hover .phone_text{
	display:none;
}

.phone_number{
	display:none;
	float: left;
}

.white_phone:hover .phone_number{
	display:block;
}


/* Social Icons */
.social-icon {
  float: left;
  color: #4d9e1a;
}

.social-icon:hover {
  color: #80cc52;
}



/* --- Top Header --- */

.top-header {
	background: #ffffff;
	color: #000;
	height: 104px;
	z-index: 5;
  	position: relative;
  	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.top-header .logo-wrapper {
	margin-top: 20px;
	float: left;
}

.top-header .search-wrapper{
	float: left;
	margin-left: 100px;
}
	
.top-header .top-nav-wrapper {
	text-align: right;
}

.home-sprite {
	margin-top:2px;
}

/* -- Main Nav -- */

.main-nav-wrapper{
	float: right;
	margin: 50px 30px 0 0;
}

.nav a{
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
}

.nav a:visited{
	color:#939297;

}

.nav a:hover{
	color: #60ac32;
	background-color: #fff !important;
	transition: all .4s ease;
}


.nav li {
	display: inline-block;
	margin: 0px 0px -39px 25px;
	height: 22px;
	padding: 2px 0 37px 0;
	position: relative;
}

.nav li:first-child{
	margin-left: 0;
}

.nav-dropdown{
	text-align: center;
}

.nav-dropdown .submenu{
	margin-left: -20px;
	position: absolute;
	z-index: 5;
	width: 300px;
  	overflow: hidden;
  	height: 0px;
  	transition: 0.5s ease;
}

.nav-dropdown ul{
	display: block;
	margin: 32px -150px 0 0;
	padding: 0;
	background: #ffffff;
	width: 300px;
	box-shadow: 0 -2px 1px #fcfcfc;
}

.nav-dropdown ul li{
	display: block;
	width: 140px;
	padding: 10px 20px;
	text-align: left;
	margin: 0;
	width: 100%;
}

.nav-dropdown ul li a{
	font-size: 16px;
}

.nav-dropdown ul li:hover{
	background-color: #60ac32;
}

.nav-dropdown ul li:hover a{
	color: #ffffff;
	background-color: #60ac32 !important;
}


.nav-dropdown:hover .submenu{
  	height: 600px;
	transition: 0.5s ease;	
}

.nav-dropdown:hover .submenu-indicator{
	display: block;		
}

.submenu-indicator{
	background: url(/themes/InFinancial/images/IFS-diamond-off.png);
  	height: 24px;
  	width: 22px;
  	display: none;
  	position: absolute;
  	left: 40px;
  	top: 20px;
  	z-index: 1;
}

.invert-submenu-indicator{
	background: url(/themes/InFinancial/images/IFS-diamond.png) !important;
}

.top-phone {
	font-family: 'Oxygen', sans-serif;
  	color: #60ac32;
  	font-size: 20px;
  	font-weight: 700;
  	float: right;
  	margin-top: 50px;
}

.top-social{
	float: right;
	margin: 45px 30px 0 0;
}

@media (max-width:1199px){
	.top-phone{margin-top: 15px; width: 300px; text-align: right;}
	.main-nav-wrapper{margin:20px 5px 0 0}
	.facebook {margin-left: 20px;}
	.nav a{ font-size: 16px;}
	.sticky-header .top-phone { margin-top: -28px !important; transition: ease 0.2s all;}
	.top-social { margin: 20px 30px 0 0;}
	
}
  
/*-- Inline pill navigation -- */

.tabs-left .nav a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}


.tabs-left .nav li {
  display: block;
  margin: initial;
  height: initial;
  padding: 0;
  position: relative;
}



/* --- Sticky Header --- */
.sticky-header {
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 70px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	box-shadow: 0 1px 2px #000;
}

.sticky-header .top-phone{
	margin-top: 24px;
}

.sticky-header .logo-wrapper{
	margin-top: 5px;
}

.sticky-header .main-nav-wrapper{
	margin-top: 20px;
}

.sticky-header .top-social{
	margin-top: 18px;
}

.sticky-header .nav-dropdown ul {
  margin-top: 26px;
}

.sticky-header .submenu-indicator{
	top: 15px;
}




/* --- Slider --- */

.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
	background-image: url(/themes/InFinancial/images/RBC-sprites-std.png) !important;
	height: 54px !important;
	width: 30px !important;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next{
		background-image: url(/themes/InFinancial/RBC-images/sprites-ret.png);
		background-size: 320px 320px;
	}
}

.bx-prev{
	z-index: 10 !important;
	background-position: -83px -128px !important;
}

.bx-next{
	z-index: 10 !important;
	background-position: -84px -60px !important;
}

.slider-mobile .bx-pager{
	display: none;
}




/* -- Featured sections -- */

.featured-content{
	position: relative;
	background-position: 50% 50%;
  	overflow: hidden;
}

.featured-content-background{
	position: relative;
	background-position: 50% 50%;
}

.featured-content h1, .featured-content h2, .featured-content h3,  .featured-content p {
  margin-bottom: 30px;
  color: #fff;
}

.featured-content h2 {
  font-size: 48px;
  text-shadow: 0 1px 2px #000000;
  line-height: 58px;
}

.featured-content p {
  font-size: 16px;
  font-weight: 300;
}

.featured-box-center-text{
	margin: 100px 0 120px;
}

.featured-box-center-text h2{
	text-align: center;
}

/* Specific to left text template */

.featured-content-text-left h2{
	text-align: left;
}

/* Specific to fullwidth template */

.featured-content-background-center{
	text-align: center;
}

.featured-content-background-center h2{
  	text-shadow: none;
  	color: #000000;
}

.featured-content-background-center p{
	color: #000000;
}

/* End specifics */

.featured-content-background-center .featured-box-center-text{
	margin: 50px 0;
}

.featured-box-wrapper{
	float: left;
	position: relative;
	width: 100%;
}

.featured-box-animated{
	position: relative;
	opacity: 0;
	-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
	transition: all 0.5s ease;
}

.appear{
	transform: translate(0px, 0px) !important;
	-webkit-transform: translate(0px, 0px) !important;
	opacity: 1;
	-webkit-opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation: initial;
	-webkit-animation: initial;
}

.blog-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 15px;
}

.blog-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-page-box-share div {
	float: right;
	margin-left: 15px;
}

.news-page-box-share {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.news-page-box-content {
  margin-top: 15px;
}

.news-page-box-content .btn-group{
	float: right;
}

@media (max-width: 1199px) and (min-width: 767px){
	
	.featured-content-background{
		  background-size: cover;
	}
	.featured-content-background-right{
		background-position: 70% 0;
  		background-size: cover;
	}
	
	.featured-content-background-right .featured-box-center-text{
		margin: 50px 0;
  		left: -100px;
	}
	
	.featured-content-background-left{
		background-position: 30% 0;
  		background-size: cover;
	}
	
	.featured-content-background-left .featured-box-center-text{
		margin: 50px 0;
  		left: 100px;
	}
}

@media (max-width: 767px){

	
	/* No animation on phones */
	.featured-box-animated{
		opacity: 1 !important;
		transform: translateY(0px) !important;
	}
	
	.featured-box-center-text{
		margin: 0 !important;
		padding: 30px 15px;
		box-sizing: border-box;
	}
	
}

	
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* -- News section - homepage blog page list -- */


.news-wrapper{ 
	width: 50%;
	float: left;
}
	
.news-box{
	padding: 15px;
}

.news-box p{
	color: #000;
}

.news-box-image{
	margin-bottom: 10px;
	background: #2d2f2c;
	text-align: center;
}

.news-box-image img {
	height: 200px;
	width: auto;
}

.news-box-meta{
	margin: -42px 15px 25px 0;
}


.news-box-meta p {
	font-weight: 300;
	text-align: right;
	color: #fff;
	text-shadow: 0 1px 2px #000;
}

.news-box-title h3{
	color: #000;
	text-align: center;
}

@media (max-width: 979px){
	.news-box{
		padding: 0 10px;
	}
	.news-box h2{
		font-size: 24px;
	}
}


@media (max-width: 767px){
	.news-box{
		padding: 15px 30px;
		margin-bottom: -60px;
	}
	
	.news-wrapper{ 
		width: 100%;
		float: left;
	}
	
	.news-box-image img{
		height:auto;
	}
}







/* -- Team Page -- */

/* Homepage team boxes */


.employee-box-home {
  width: 20%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 767px){
	.employee-box-home {
	width: 48%;
  	float: none;
 	display: inline-block;
  	vertical-align: top;
  	height: 270px;
  	}
}


.team-box{
	margin: 0 10px 30px 10px;
  	width: 236px;
  	float: left;
}

.team-box-support{
	width: 492px;
}


.team-box-image img {
	width: 100%;
	height: auto;
}

.team-box-details{
	background: #60ac32;
	padding: 8px 15px;
	height: 230px;
}

.team-box-details h2{
	font-size: 28px;
	margin: 0 0 5px 0;
	color: #fff;
}

.team-box-details p{
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: #fff;
}

.team-title h2{
	margin-bottom: 25px;
	font-style: italic;
}

@media(min-width: 1200px){
	.team-box-support .team-box-details{
		height: 170px;
	}
}


@media(max-width: 1199px){
	.team-box {
 		width: 196px;
 		margin: 0 5px 15px 5px;
	}
}

@media(max-width: 979px){


	.team-box {
  		width: 228px;
	}
}

@media(max-width: 767px){
	.team-box {
  		width: 46%;
 		margin: 0 2% 4% 2%;
	}
}


@media(max-width: 480px){
	.team-box {
  		width: 96%;
 		margin: 0 2% 4% 2%;
	}
	.team-box-details h2{
		font-size: 28px;
	}
	
	.team-box-details p{
		font-size: 14px;
		line-height: 20px;
	}
}

.profile-large{
	float: left;
 	margin: 0 15px 15px 0;
}






/* -- Testimonials -- */


.testimonials-background{
	background: url(/themes/InFinancial/images/testimonials-back.jpg);
	padding: 45px 0;
	position: relative;
	background-position: 50% 0;
}

.testimonial-wrapper{
	
}


.testimonial-box{
	padding: 15px;
	margin: 15px 0;
	text-align: center;
}


.testimonial-box-image{
	margin-bottom: 10px;
}

.testimonial-box-title h2{
	font-family: 'Oxygen';
	font-weight: 300;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 10px 0;
	transition: all .4s ease;
}

.testimonial-box-content p{
	font-family: 'Open Sans';
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.testimonial-box-button{
	font-family: 'Oxygen';
	font-weight: 300;
	color: #3392c5;
	font-size: 16px;
	text-transform: uppercase;
}

.testimonial-box-button p{
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}




/* -- Sidebar Navigation -- */

/*
.sidebar-nav{
	background: #3392c5;
	margin: -15px -15px 15px -15px;
}


.sidebar-nav ul{
	margin: 0;
}

.sidebar-nav ul li{
	list-style: none;
	border-bottom: 1px solid #60aad2;
	padding: 8px 15px;
}

.sidebar-nav ul li a {
	color: #fff;
}

.sidebar-nav .nav-selected, .sidebar-nav .nav-path-selected{
	background: #1f5979;
}
*/






/* -- Sidebar Blog -- */

/*
.blog-sidebar-heading{
	font-size: 21px;
	color: #4c4c4c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
}

*/



/* -- Inner footer -- */

.inner-footer-wrapper{
	background-color: #60ac32;
	color: #fff;
	overflow: hidden;
  	position: relative;
  	z-index: 3;
}

/* hack for 50% background to work with the grid */

.footer-right-background{
	background: #ffffff;	
	position: absolute;
	left: 50%;
	width: 960px;
	height: 960px;
	z-index: 1;
	box-shadow: 0px 1px 0 #f0f0f0 inset;
}

.inner-footer-box{
	width: 540px;
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.inner-footer-left .inner-footer-box{
	float: right;
}

.inner-footer-right .inner-footer-box {
  float: left;
  padding-left: 100px;
  box-sizing: border-box;
}

.inner-footer-right p {
  color: #000;
}

.footer-search{
	margin-top: 60px;
}

.footer-search input[type="text"]{
	background-color: #60ac32;
	color: #fff !important;
	border: none;
	border-radius: 0;
	width: 320px;
	background-position: -76px -182px;
  	background-repeat: no-repeat;
  	height: 35px;
}

.footer-search input[type="submit"] {
  	background-position: -32px -128px;
}

.footer-search input[type="submit"]:hover{
	background-position: -32px -199px;
}

.popular-links-footer {
  list-style: none;
  margin: 0;
}

@media (max-width: 979px){

	.inner-footer-box{
		width: 100%;
	}
	
	.footer-search input[type="text"]{
		width: 310px;
	}
	
	.inner-footer-right .inner-footer-box{
		padding-left: 40px;
	}
}


@media (max-width: 767px){

	.inner-footer-box{
		width: 100%;
	}
	
	.inner-footer-left .inner-footer-box{
		float: none;
	}

	.inner-footer-right .inner-footer-box{
		float: none;
		background: #ffffff;
	}
	
	.footer-right-background{
		display: none;
	}
	
	.footer-search{
		margin-top: 15px;
	}
	
	.footer-search input[type="text"]{
	width: 88%;
	}
}


/* -- Inner footer contact -- */


.contact-wrapper {
	box-shadow: 0 0 30px #e7e7e7;
	outline: 1px solid #e7e7e7;
	margin: 30px 0 0 0;
}

.contact-wrapper>div{
	padding: 15px;
	box-sizing: border-box;
}

.contact-wrapper>div:first-child{
	margin-left: 0;
}

.contact-wrapper>div:first-child .white_phone{
	float: right;
}

.contact-wrapper>div:last-child{
	margin: 0 30px 0 0;
}

.contact-wrapper>div:last-child .address-sprite-black, .contact-wrapper>div:last-child p{
	float: left;
}


.contact-wrapper .phone-sprite-white{
	background: url("/themes/InFinancial/images/gccc-sprites.png") -59px 0;
	height: 33px;
	width: 32px;
	float: left;
	margin: 0 10px 0 0;
}

.contact-wrapper .white_phone, .contact-wrapper .white_phone:hover{
	color: #000;
	float: left;
	font-family: 'Open Sans';
	line-height: 50px;
	font-weight: 600;
	font-size: 20px;
}

.contact-wrapper .phone_text{
	display:block;
	float: left;
	}

.contact-wrapper .white_phone:hover .contact-wrapper .phone_text{
	display:none;
}

.contact-wrapper .phone_number{
	display:none;
	float: left;
}

.contact-wrapper .white_phone:hover .phone_number{
	display:block;
}


@media (max-width: 1120px){
	
	.contact-wrapper>div:last-child{
		margin: 0 20px 0 0;
	}
	
}

@media (max-width: 767px){
	
	.contact-wrapper>div:first-child .white_phone{
		float: left;
	}
	
	.contact-wrapper [class*="span"]{
		float: left;
	}
	
}




/* -- Inner Footer Form -- */

.footer-form h2, .footer-form .footer-form-contact{
	color: #fff;
}

.footer-form .span12{
	margin: 15px 0 0 0;
	padding: 0 30px;
}

.footer-form-padding {
	padding: 0 70px;
}


.footer-form label {
	width: 100%;
	margin-bottom: 0px;
	font-family: 'Open Sans';
	font-weight: 300;
}

.footer-form input[type="text"]{
	width: 100%;
	border-radius: 0px !important;
	border: none;
	height: 25px;
}

.footer-form textarea{
	width: 100%;
	min-height: 70px;
	border-radius: 0px !important;
	border: none;
}

.footer-form input[type="submit"]{
	float: right;
	margin-right: 15px;
	background: #000;
	color: #fff;
	padding: 8px 15px;
	border: none;
}

.btn-text-internal {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  height: 43px;
  margin: -8px 0 0 -40px;
  line-height: 43px;
  text-shadow: none !important;
}

.footer-form-contact i{
	padding-right: 5px;
}

.form-3 {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.form-6 {
	width: 50%;
	float: left;
	padding: 0 30px 0 15px;
	box-sizing: border-box;
}

.form-12 {
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	box-sizing: border-box;
}

.captcha {
	float: left;
	padding: 0 15px 0 15px;
	width: 100%;
	box-sizing: border-box;
}
.captcha, .captcha label{
	font-size: 10px !important;
  	line-height: 15px !important;
  	margin-bottom: 10px;
}

.captcha-left{
	padding-right: 30px;
	box-sizing: border-box;
}

.captcha-left, .captcha-right {
	width: 50%;
	float: left;
}

.captcha input {
	float: right;
}

.footer-form-phone {
  	float: left;
}

.footer-form-email {
  	float: left;
}

.footer-form-contact{
	float: left;
	margin-left: 80px;
}

.footer-form-contact a, .footer-form-contact a:hover{
	color: #fff;
	line-height: 32px;
	padding: 0 15px;
	font-size: 16px;
}

.footer-form-phone .sprite{
	background-position: 0 -128px;
	width: 32px;
	height: 32px;
	float: left;
}

.footer-form-email .sprite{
	background-position: 0 -164px;
	width: 32px;
	height: 32px;
	float: left;
}

@media (max-width: 979px){

	.inner-footer-box{
		width: 100%;
	}
	
	.footer-form-padding {
		padding: 0 15px;
	}
}


@media (max-width: 767px){

	
	.form-3, .form-6, .form-12 {
		width: 100%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
		
	}

	.footer-form input[type="submit"] {
		margin: 0 15px 0 0;
	}
	
	.footer-form-contact{
		margin-left: 50px;
	}
}






/* -- Outer footer -- */

.sidebar-form{
	padding: 0 30px 0 15px;
	box-sizing: border-box;
}

.footer-wrapper{
	background: #2d2f2c;
	padding: 25px 0 0 0;
	color: #fff;
	font-size: 16px;
}

.footer-wrapper li a:hover{
	background: initial !important;
}

.footer-phone{
	font-size: 26px;
	text-align: right;
	color: #e80000;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	float: right;
}

.footer-contact-details {
	font-family: 'Oxygen';
  	float: left;
 	width: 190px;
  	margin: 20px 25px 20px 0;
}

.footer-contact-details h4{
	color: #e80000;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.footer-contact-details p{
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	font-weight: 300;
	line-height: 18px;
}

.footer-wrapper .nav a{
	color: #ffffff;
}

.sidebar-form input[type="submit"]{
	margin-right: -15px;
}

.footer-disclaimer{
	color: #939393;
	text-align: left;
}

.footer-developer{
	color: #fff;
	text-align: right;
}

.footer-wrapper .linkedin-follow {
	margin-top: 28px;
	background: #fff;
	padding: 5px 5px 2px 5px;
	text-align: center;
	border-radius: 2px;
}

.footer-wrapper .top-phone{
	margin-top: 0px;
}

.nav.outer-footer-nav {
  margin: 60px 0 0 0;
}

.outer-footer-nav li{
  border-right: 1px solid #fff;
  padding: 0px 15px 0 0;
  margin: 0 15px 0 0;
}

.outer-footer-nav li:last-child {
  border-right: none;
  padding: 0px;
  margin: 0px;
}

.outer-footer-nav li a{
  font-size: 14px;
}

.outer-outer-footer{
	background: #000;
	padding: 15px 0;
}

@media (max-width: 767px){

	.footer-wrapper{ 
		padding: 30px;
	}
	
	.footer-wrapper [class^="span"]{
		margin-bottom: 30px;
		text-align: center;
	}
	
	.outer-footer-nav{
		float: none;
	}
	
	.outer-footer-wrapper .nav-heading{
		display:none;
	}
	
	.outer-footer-nav li{
		margin: 0 10px;
		padding: 0 10px;
	}
	
	.footer-contact-details {
  		width: 50%;
  		margin: 20px 0;
	}
	
	.footer-right-nav ul {
  		float: none;
	}
	
	.footer-phone {
		text-align: center;
		float: none;
	}
	
	.nav.outer-footer-nav {
  		margin: 0;
	}
	
	.footer-disclaimer{
		text-align: center;
	}
	
	.footer-developer{
		text-align: center;
	}

}


/* -- OOCSS/Utilities --*/

.cleared{
	clear:both;
}

.center{
	text-align: center;
}

.right-float{
	float:right;
}






/* -- Mobile Menu -- */

.mobile-navigation{
	background: #ffffff;
	position: fixed;
	width:100%;
	padding: 16px;
	box-sizing: border-box;
	z-index: 11;
	box-shadow: 0 1px 2px #000;
}

.popout-menu{
	height: 42px;
	width: 42px;
	float: left;
	cursor: pointer;
	margin: -5px 0 0 -5px;
	color: #60ac32;
}

.popout-phone{
	height: 43px;
	width: 42px;
	float: right;
	cursor: pointer;
	margin: -5px 5px 0 0;
	color: #60ac32;
}

.popout-menu:hover, .popout-phone:hover, .popout-menu:active, .popout-phone:active{
	color: #80cc52 !important;
}

.mobile-page-padding{
	height: 73px;
}

.popout-logo{
	height: 62px;
	width: 246px;
	position: absolute;
	left: 50%;
	margin-left: -123px;
	background: url("/themes/InFinancial/images/logo-desktop.jpg");
	margin-top: -8px;
}

@media(max-width:480px){
	.popout-logo{
		height: 46px;
		width: 180px;
		position: absolute;
		left: 50%;
		margin-left: -90px;
		background: url("/themes/InFinancial/images/logo-desktop.jpg");
		margin-top: 0;
		background-size: 100%;
	}
}

/* Pop out nav for mobile menu */

.pop-out-navigation{
	background: #343637;
	position: absolute;
	width:100%;
	top: 73px;
	left:-100%;
	transition: all 0.3s ease;
	z-index: 20;
	padding-bottom: 30px;
}

.popout{
	left:0;
}

.pop-out-navigation ul{
	margin: 0;
}

.pop-out-navigation li{
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #484848;
	padding: 15px;
	text-align: left;
}

.pop-out-navigation li ul, .pop-out-navigation li li{
	background: #545657;
	margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: none;
}

.pop-out-navigation li ul{
	margin: 15px -15px -15px -15px!important;
}

.pop-out-navigation li .mob-nav-item{
	padding: 15px;
}

.pop-out-navigation li .mob-nav-item:hover{
	background: #545657;
	transition: all 0.3s ease;
}


.pop-out-navigation a{
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
}

.submenu-indicator-mobile{
	right: 15px !important;
	margin: -15px 0 0 0 !important;
	display: block !important;
}

/* -- Featured Location Boxes -- */

.featured-location{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}

.featured-location h1, .featured-location h2, .featured-location h3, .featured-location p{
	color: #ffffff;
	text-align: center;
}

.featured-location img{
	width: 100%;
	height: auto;
}

@media (max-width: 767px){
	.featured-location{
		width: 100%;
	}
}


/* -- Contact Page -- */

.contact-page-locations h1{
	display:none;
}

.contact-page-locations h2 {
  color: #000;
  font-size: 22px;
  line-height: 32px;
}

.contact-page-locations p {
  color: #000;
}

.contact-page-locations .btn {
  display:none;
}




/* -- Content Pages -- */

.content-page-heading img{
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}


.content-box{
	padding: 15px;
}


/* -- Bootstrap extensions -- */

.span2-4{
	width: 19%;
	margin-left: 1%;
}

@media (max-width: 980px){
	.span2-4{
		width: 24%;
		margin-left: 1%;
	}
}

@media (max-width: 767px){
	.span2-4{
		width: 49%;
		margin-left: 1%;
		float: left;
	}
}

@media (min-width: 1120px){
	.visible-lg-desktop{
		display: inherit !important;
	}
	.hidden-lg-desktop{
		display: none !important;
	}
}

@media (max-width: 1119px){
	.visible-lg-desktop{
		display: none !important;
	}
	.hidden-lg-desktop{
		display: inherit !important;
	}
}

@media (max-width: 767px){

	.row-mob{
		margin-left: -5%;
		padding: 30px;
	}
	
	.row-mob .span3{
		width: 45%;
float: left;
margin-left: 5%;
	}
	
}






  
/* -- Concrete Frontend Fixes -- */

#home {
	background-color: #ffffff;
	background-image: none;
}







/* -- Concrete Dashboard Fixes -- */

.ccm-block-field-group input[type="checkbox"] {
	margin-left: 0 !important;
}


