/* Global */
*{
	padding:0;
	margin:0;
}
.clear{ 
	clear:both;
}
.container {
	max-width: 997px;
	margin: 0 auto;
	position:relative;
}
img {
	max-width: 100%;
	height: auto;
}

/* Fonts */
@font-face {
	font-family: 'Conv_HelveticaNeue';
	src: url('fonts/HelveticaNeue.eot');
	src: local('☺'), url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf') format('truetype'), url('fonts/HelveticaNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Body */
body {
	font-family: 'Conv_HelveticaNeue';
	background: url('images/bg.jpg') no-repeat center top;
    background-size: cover;
	margin: 0;
	padding: 0;
	color: #000;
}


/* Main */
#main {
	position:relative;
}


/* Header */
#header {
    padding-top: 36px;
    padding-bottom: 24px;
}
.logo { 
	float: left;
}
p.slogan {
    float: right;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Georgia";
    font-style: italic;
    padding-top: 20px;
}
		

/* content */
.home-landing-wrap {
    display: table;
    width: 100%;
}
.home-landing-wrap a.details {
    display: block;
}
.tamh {
    display: table-cell;
    width: 50%;
    background-color: #d5eff9;
    text-align: center;
	padding: 105px 50px 75px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
.lm {
    display: table-cell;
    width: 50%;
	background-color: #fff;
    text-align: center;
	padding: 105px 50px 75px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
.home-landing h5 {
    font-size: 17px;
	color: #46499e;
    /*font-family: "Myriad Pro Semibold";
    font-weight: normal;*/
	margin-bottom: 22px;
}
.home-landing h3 {
	font-size: 30px;
    color: #45499E;
    font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}
.home-landing p {
	font-size: 17px;
    color: #45499E;
	margin-bottom: 15px;
}
.home-landing .lm h5 {
   /* font-family: "Myriad Pro";
    font-weight: bold;*/
    max-width: 360px;
    margin: 0 auto 40px;
    line-height: 1.4;
}
.home-landing .lm h3 {
	margin-top: 45px;
}
.tamh-rollover,
.lm-rollover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
}
.tamh-rollover {
    background: url('images/tamh-image.jpg') no-repeat center;
	background-size: cover;
}
.lm-rollover {
    background: url('images/lm-image.jpg') no-repeat center;
	background-size: cover;
}



/* footer */
#footer {
    padding-top: 24px;
    padding-bottom: 125px;
}
.copyright {
	float: left;
	width: 50%;
}
.copyright p {
    color: #FFFFFF;
    font-size: 14px;
	margin-bottom: 6px;
}
.copyright p a {
    color: #FFFFFF;
	text-decoration: none;
}
.copyright p span {
	margin: 0 10px;
}
.footer-social {
	float: right;
	width: 50%;
	text-align: right;
}
.footer-social a.contact {
	color: #FFFFFF;
    font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-right: 6px;
	font-weight: bold;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.footer-social ul li {
    list-style: none;
    display: inline-block;
    margin-left: 2px;
}


/* Media Queries */
@media only screen and (max-width: 1024px) {

	.container {
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	p.slogan {
		font-size: 17px;
	}

}

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

	.logo {
		float: none;
		text-align: center;
	}

	p.slogan {
		padding-top: 15px;
		float: none;
		text-align: center;
	}

}

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

	.tamh,
	.lm {
		padding: 50px 20px 50px;
	}

	.home-landing h5 {
		font-size: 14px;
	}
	
	.home-landing h3 {
		font-size: 24px;
	}
	
	.home-landing p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.copyright,
	.footer-social {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.copyright {
		margin-bottom: 30px;
	}
	
	.footer-social a.contact {
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
	}

}

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

	.home-landing .lm h5 {
		margin: 0 auto 25px;
	}
	
	.home-landing h5 {
		font-size: 12px;
	}
	
	.home-landing h3 {
		font-size: 18px;
	}
	
	.home-landing .lm h3 {
		margin-top: 35px;
	}

	.home-landing p {
		font-size: 11px;
		margin-bottom: 10px;
	}
	
}


