@charset "UTF-8";
@import url("webfonts/SourceSansPro_Regular/stylesheet.css");
@import url("webfonts/SourceSansPro_Semibold/stylesheet.css");

img, object, embed, video { 
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
img {
	width: auto;
	height: auto;
	color: #243d8f;
}

/*NAV BAR*/
.clearfix:after {
    display:block;
    clear:both;
}
 
/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    background:#ffffff;
}
 
.menu {
    width:100%;
    
}
 
.menu li {
    margin:0px;
    list-style:none;

}
 
.menu a {
    transition:all linear 0.40s;
    color:#000000;
}
 
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
	display:inline-block;
    position:relative;
	list-style: none;
	flex-grow: 1;
    text-align: center;
	float: left;
	width: 12.6667%; /* fallback for non-calc() browsers */
    width: calc(100% / 5);
	box-sizing: border-box;
}
 
.menu > ul > li > a {
    padding:10px 20px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1000;
    opacity:1;
}
 
.sub-menu {
	width: 140%;
	padding: 5px 0px;
	position: absolute;
	top: 100%;
	left: 2px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.40s;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	background: #243d8f;
}
 
.sub-menu li {
    display:block;
    font-size:15px;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#ffffff;
	color:#243d8f;
	text-decoration:none;
	
}

/*LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
	text-align: center;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding-left: 0%;
	padding-right: 0%;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	border-radius: 20px 20px 0px 0px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: -1px;
	padding-top: 10px;
	border-top-style: outset;		
}
#navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ffffff;
	text-align: center;
	font-family: "SourceSansPro Regular";
	font-size: 15px;
	padding-bottom: 10px;
	margin-top: -1px;
	margin-bottom: -1px;
}
#mobilecontact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background-color: #ffffff;
	text-align: center;
	font-family: "SourceSansPro Regular";
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: -1px;
	margin-bottom: -1px;
	color:#243d8f;
}
#picture {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ffffff;
	margin-top: -1px;
	margin-bottom: -1px;
}
#ad {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #ffffff;
    margin-top: -1px;
	margin-bottom: -1px;
}
#addetails {
	height: auto;
	width: auto;
	border: 1px solid #243d8f;
	font-family: "SourceSansPro Regular";
	color: #243d8f;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* LINKS */

A:link  {color: #243d8f; text-decoration: none; font-family: "SourceSansPro Regular"}
A:visited  {color: #243d8f; text-decoration: none; font-family: "SourceSansPro Regular"}
A:active {color: #243d8f; text-decoration: none; font-family: "SourceSansPro Regular"}
A:hover {
	color: #243d8f;
	text-decoration: underline;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: "SourceSansPro Regular";
}
@font-face {
	font-family: 'SourceSansPro Semibold';
	src: url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'SourceSansPro Regular';
	src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

/* COLUMNS */

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 5% 0 130px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	border-radius: 15px 50px;
	float: left;
	width: 40%; /*Width of left column*/
	margin-left: -100%;
	background-color: #243d8f;
	color:#DCE4F4;
}

#rightcolumn{
	border-radius: 15px 50px;
	float: left;
	width: 40%; /*Width of right column*/
	margin-left: -40%;
	background-color: #243d8f;
	color:#DCE4F4;
}
	
.innertube a:link{ color:#DCE4F4; text-decoration: underline; } 
.innertube a:visited{ color:#DCE4F4; text-decoration: underline;  } 
.innertube a:hover{ color:#DCE4F4; text-decoration: underline;  } 
.innertube a:active{ color:#DCE4F4; text-decoration: underline; }

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
text-align: left;
font-size:14px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
#agents{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #ffffff;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-bottom: 20px;
}
#agentdetails {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ffffff;
	margin-top: -1px;
	margin-bottom: -1px;
	color:#243d8f;
	padding-bottom:10px;
}

#disclosure{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: "SourceSansPro Regular";
	background-color: #ffffff;
	margin-top: -1px;
	margin-bottom: 0;
	color: #243d8f;
}
#disclosuredetails {
	padding-right: 20px;
	padding-left: 20px;
}

hr.style1{
	border-top: 0.5px solid #243d8f;
}

#mlslogo{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: "SourceSansPro Regular";
	background-color: #FFFFFF;
	margin-top: -1px;
	margin-bottom: 0;
	color: #243d8f;
}
#mlslogo a:link{ color:#DCE4F4; text-decoration: none; } 
#mlslogo a:visited{ color:#DCE4F4; text-decoration: none;  } 
#mlslogo a:hover{ color:#DCE4F4; text-decoration: none;  } 
#mlslogo a:active{ color:#DCE4F4; text-decoration: none; }

/* MOBILE MENU */
#mobileMenu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

#mobileMenu ul li
{
      	display:block;
        background-color: #243d8f;
        color: #FFFFFF;
        padding: 10px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #FFFFFF;
}

.toggleMobile
{
	display: none;
	
}

.mobilestyle li a {
    display:block;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}
 
.mobilestyle li a:hover, .mobilestyle .current-item a {;
    background:#ffffff;
	color:#243d8f;
	text-decoration:none;
	
}
ul{
	margin: 0;
	padding: 0;

}



/*ADDITIONAL PAGES*/
#imagesection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ffffff;
	margin-top: -1px;
	margin-bottom: -1px;
}
#actualimage {
	height: auto;
	width: 75%;
	padding-top:10px;
	margin-top: 0px;
	margin-right:25px;
	margin-bottom: 0px;
	margin-left: 25px;
	float:left;

}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #ffffff;
    margin-top: -1px;
	margin-bottom: -1px;
}
#maindetails {
	height: auto;
	width: 75%;
	font-family: "SourceSansPro Regular";
	font-size: 16px;
	text-align: left;
	padding-top:30px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:20px;
	margin-top: 0px;
	margin-right:25px;
	margin-bottom: 0px;
	margin-left:25px;
	line-height: 26px;
	text-align:justify;
	float:left;
}

#maindetails a:link{ color:#000000; text-decoration: underline; } 
#maindetails a:visited{ color:#000000; text-decoration: underline;  } 
#maindetails a:hover{ color:#000000; text-decoration: underline;  } 
#maindetails a:active{ color:#000000; text-decoration: underline; }

/*CONTACT FORM*/
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.wrapper {
	max-width:500px;
	width:95%;
	margin:0 0;
	position:relative;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f4f4f4;
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
}
#contact-form h3 {
	color: #243d8f;
	display: block;
	font-size: 24px;
	padding-bottom: 20px;
	font-family: "SourceSansPro Semibold";
	text-align: left;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:14px;
}
#contact-form label span {
	cursor: pointer;
	color: #000000;
	display: block;
	margin: 5px 0;
	font-weight: 900;
	text-align: left;
	font-family: "SourceSansPro Regular";
	
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#243d8f;
	background-image:linear-gradient(bottom, #243d8f 0%, #243d8f 52%);
	background-image:-moz-linear-gradient(bottom, #243d8f 0%, #243d8f 52%);
	background-image:-webkit-linear-gradient(bottom, #243d8f 0%, #243d8f 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #243d8f 0%, #243d8f 52%);
	background-image:-moz-linear-gradient(bottom, #243d8f 0%, #243d8f 52%);
	background-image:-webkit-linear-gradient(bottom, #243d8f 0%, #243d8f 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	font-family: "SourceSansPro Regular";
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

@media (max-width: 1500px)
{
	
}

@media (max-width: 1100px)
{
		.gridContainer {
		width: 95%;
	}
	#maindetails{
	float: none;
	width: 80%;
	margin-left: 0;
	padding-left:30px;
	padding-right:30px;
	margin-right:25px;
	margin-left:25px;
	clear: both;
	text-align:justify;
	}
	#actualimage {
	float: none;
	width: 80%;
	margin-left: 0;
	padding-left:20px;
	padding-right:20px;
	margin-right:25px;
	margin-left:25px;
	clear: both;
}
}

@media (max-width: 800px)
{
		.gridContainer {
		width: 100%;
	}
			
	#maindetails{
	float: none;
	width: 100%;
	margin-left: 0;
	padding-left:30px;
	padding-right:30px;
	clear: both;
	text-align:justify;
	}
	#actualimage {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-left:20px;
	padding-right:20px;
	clear: both;
}
}

@media (max-width: 650px)
{
	.gridContainer {
		width: 100%;
	}
		.menu	   {
		display: none;
	
	}
	#mobilecontact {
	display:block;
}
	#leftcolumn{
	float: none;
	width: 100%;
	clear: both;
	margin-left: 0;
	}
	
	#contentcolumn{
	margin-left: 0;
	}
	#rightcolumn{
	float: none;
	width: 100%;
	margin-left: 0;
	clear: both;
	}
	#maindetails{
	float: none;
	width: 100%;
	margin-left: 0;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	clear: both;
	text-align:justify;
	}
	#actualimage {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-left:10px;
	padding-right:10px;
	clear: both;
	}
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 30px;
                right: 15px;
                display: block;
                width: 100px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 30px;
	height: 4px;
	right: 0;
	background: #cccccc;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 7px;
        }
        .toggleMobile span.menu3
        {
                top: 14px;
        }
        .toggleMobile.active span.menu1
        {
                top: 7px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        
        
}
