/*Custom CSS for Landing Page*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4
{
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	color:#444;
}

body, p
{
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#4e4e4e;
	line-height:1.5em;
}

p
{
	margin:10px 0;
}

.list
{
	line-height:1em;
}

@media(min-width:980px)
{
	.landing
	{
		margin-top:100px;
	}
}

.landing
{
	margin-top:30px;
}

.logo
{
	max-width:450px;
	width:100%;
	margin:0 auto;
	display:block;
}

.interior
{
	max-width:1000px;
	width:100%;
	display:block;
}

.alert
{
	/*background-color:#f8f8f8;*/
	background-color:#035f6d;
	/*background: url(img/alert-bkg.jpg) no-repeat;
	width:1980px;
	height:220px;*/
	padding:60px 4px;
}

.center
{
	text-align:center;
}

.white
{
	color:#ffffff;
}

.title
{
	margin-bottom:40px;
}

.content
{
	margin:40px 0;
}

.content p
{
	text-align:center;
}

.button-container
{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}

a.link-button-1
{
	padding:10px 15px;
	display:inline-block;
	border-width: 2px;
	border-style: solid;
	text-transform: none;
	letter-spacing:1px; 
	font-weight: 600;
	text-decoration: none;
	font-size: 1em;
	line-height: 1em !important;
	position: relative;
	background-color:transparent;
	border-color:#444;
	color:#444;
	transition:300ms;
}

a.link-button-1:hover
{
	color:#ffffff;
	background-color:#68c9ca;
	border-color:#68c9ca;
}

a.link-button-2
{
	padding:10px 15px;
	display:inline-block;
	border-width: 2px;
	border-style: solid;
	text-transform: none;
	letter-spacing:1px; 
	font-weight: 400;
	text-decoration: none;
	font-size: 1em;
	line-height: 1em !important;
	position: relative;
	background-color:transparent;
	border-color:#444;
	color:#444;
	transition:300ms;
}

a.link-button-2:hover
{
	color:#ffffff;
	background-color:#bc3023;
	border-color:#bc3023;
}

a:link, a:active, a:visited
{
	color:black;
	text-decoration:none;
	transition:300ms;
	font-weight:600;
}

a:hover
{
	color:rgba(0,0,0,.7);
}

.divider
{
	border-top:2px dashed #ccc;
	margin:50px;
	margin-left:auto;
	margin-right:auto;
	width:20%
}

.divider.full
{
	border-top:1px solid #ccc;
	margin:0;
	width:100%;
}

hr
{
	width:20%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ccc;
	opacity:.5;
}

.contact-1
{
	border-top:4px solid #5FCACA;
	padding-top:20px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.contact-2
{
	border-top:4px solid #bc3023;
	padding-top:20px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

@media(max-width:980px)
{
	.mobile{
		padding-top:50px;
	}
}

.practice-details
{
	background-color:#f8f8f8;
	padding:30px; 100px;
}

.intro
{
	
}

@media(max-width:768px)
{
	.intro
	{
		padding:10px 40px;
	}
	
}

.container.full.intro
{
	margin-top:100px;
}

/*spanish section*/
.container.full.last
{
	background-color:#bc3024;
	padding: 2% 19.5%;
	margin-top:50px;
}

.container.intro
{
	margin-top:50px;
}

.container.intro .column.left
{
	float:left;
	margin-right:10px;
}

.container .grid-row.split
{
	padding:0px;
}

.spanish h3
{
	color:#ffffff;
}


/*Footer*/

footer{padding-top:50px;}

.tagline-container
{
	font-size:13px;
	letter-spacing:1px;
}

@media(min-width:980px)
{
	.tagline-container
	{
		width:100%;
		display:inline-block;
		margin:0;
		text-align:center;
		font-size:14px;
		color:#444;
	}
}

.tagline
{
	display:inline-block;
	text-align:center;
}

.tagline-line .line-1
{
	display:block;
	line-height:20px;
	min-height:20px;
	text-align:center;
}

@media(min-width:980px)
{
	.tagline-line .line-1
	{
		float:left;
	}
}

@media(min-width:980px)
{
	.innexus
	{
		float:right;
	}
}

.innexus
{
    margin:0 auto;
	padding-left:0;
	display:block;
}

@media(min-width:980px)
{
	.innexus
	{
		display: inline-block;
		padding-left: 10px;
	}
}

