@charset "utf-8";
/* CSS Document */

/* Responsive elements */ 


@media all and (min-width: 1144px){

	.slicknav_menu {
		display:none;
	}
	
	#logo-mob{
		display: none;
	}
	
	
	
}


@media all and (max-width: 700px) and (min-width: 300px) {

	
	#logo{
		display: none;
	}
   #logo-mob{
		display: inline;
	}
	
	
	#team{
		padding-left: 60px;
	}
	
#team_left{

	width: 100%;
	float: left;
	padding-bottom: 10px;

	
}

#team_right{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
	
#team_contact{

	padding-left: 20px;
	
	
}
	
p {
    font-size:3em;

}
	
	
#team_photo{

	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	float: left;
	
}
	
.contentblue h1{
	font-size: 3em;
	padding-top: 40px;
	}
	
.contentblue p {
    font-size:2em;
    color: #ffffff;
}
	
.contentHome2 h1{
	font-size: 3em;
	padding-top: 40px;
	}
	
.contentHome2 p {
    font-size:2em;
}
	
		
}


@media all and (max-width: 1143px) and (min-width: 701px) {	/* #menu is the original menu */
	
	
	.js #nav {
		display:none;
	}
	
	#links ul {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		z-index: 1000;
	}
	
	
	#logo-mob{
		display: inline;
	}
	

	
	
	body #nav #logo {
	display: none;
    height: 60px;
    width: 131px;
    position: fixed;
    top:0;
    left:0;
	image-rendering: auto;
	margin-left: 5px;
	padding: 10px;
	float: left;
	


}
	
.contentblue h1{
		padding-top: 30px;
	font-size:3em;
	}
	
.contentblue p {
    font-size:2em;
    color: #ffffff;
    font-weight: 300;
    margin: 30px 60px;
}
	
	.contentHome2 h1{
	font-size: 3em;
	padding-top: 40px;
	}
	
.contentHome2 p {
    font-size:2em;
}
	
		.contentCI h1{
	font-size: 3em;
	padding-top: 40px;
	}
	
.contentHome2 p {
    font-size:2em;
}
	
.contentMortgages h1{
	font-size: 3em;
	padding-top: 40px;
	}
	
.contentMortgages p {
    font-size:2em;
}
	
.contentCI p {
    font-size:2em;
}
	
.contentCI h1{
	font-size: 3em;
	padding-top: 40px;
	}
	
	#footer_white p{
		
		font-size: 2em;
	}
	
.parallax-window #text p{
	color: #ffffff;
	text-shadow: 2px 2px 3px black; 
		line-height: 80px;
		padding-top: 100px;
		font-size: 50px;
	margin-top: 60px;
}
	
.parallax-window #text{
	text-align: center;
	margin: auto;
	vertical-align: middle;
	height: 200px;
	line-height: 200px;
	padding-bottom: 0px;
	margin-bottom:0px ;	
	z-index: 1000;
}
	
	
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
	
	
.map_wrapper{
	float: left;
	margin-bottom: 50px;
}

.mapleft{
	width: 80%;
	padding-bottom: 50px;
	float: left;
	
}

.mapright{
	width:80%;
	float: left;
	padding-left: 65px;
	
}
	
.topnav .icon {
    display: none;
}
	
	
	
	
#partners{
	width: 100%;
	padding-left: 60px;
	position: relative;
	padding-bottom: 10px;
	-webkit-backface-visibility: hidden;
	float: left;
}

.partner-logo{
	width: 40%;
	text-align: center;
	float: left;
}

	#team{
		padding-left: 60px;
	}
	
#team_left{

	
	float: left;
	padding-right: 2%;
	padding-bottom: 10px;
	clear: both;
	

	
}

#team_right{

	float: left;
	padding-bottom: 10px;
	clear: both;
}

#team_photo{

	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	
}

#team_photo img{
	
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}
	
	
.footer-left{
	width: 90%;
	float: left;
	padding-left: 10%;

}

.footer-middle{
	width: 90%;
	float: left;
	text-align: left;
	padding-left: 10%;
	
}

.footer-right{
	width:90%;
	float: left;
	padding-top: 20px;
	padding-left: 10%;
	text-align: center;
}

.footer-smallprint{
	float: left;
	clear: both;
	width:90%;
padding-left: 10%;
	padding-bottom: 20px;
}
	
	#footer_white p{
		font-size: 1.5em;
	}
	
	#footer p{
		font-size: 1.5em;
	}
	
	#footer p.smallprint{
	font-size:2em;
	
}
	
	#footer_white p.smallprint{
	font-size:1em;
	
}
	
	.footer-right img{
		width: 40%;
	}
	

	
	
}
	

/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
	
	/*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
