/*-----------Custom Styles for Taylor Insurance-------*/

body {
	line-height: 1;
	font-family: 'Source Sans Pro', Helvetica, Verdana, Arial, sans-serif;
}
a, a:visited {
	text-decoration: none;
	color: #00CC22;
}

button {
	font-family: 'Source Sans Pro', Helvetica, Verdana, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
}
/* section, #site-header {
	overflow: hidden;
} */


.container {
	margin: auto;
}

.clear {
	clear: both;
	width: 100%;
}

.center-menu {
	text-align: center;
}

#home-window {
	position:relative;
	border-bottom: solid 4px white;
}
	#home-window img {
		width: 100%;
	}

#site-description {
	font-weight: bold;
	margin: 0;
	font-size:1.3em;
	color: #434041;
	position: relative;
	left: 64px;
}

#site-footer {
color:white;
}

#site-header h1 {
font-size: 3.5em;
}


#logo {
	text-align: right;
}

#logo img {
max-width: 100px;
}

#main {
	background-color: #123f5d;
	color: white;
}

#stripe-yellow, #stripe-orange {
	height: 2em;
}
	#stripe-yellow {
		background-color: #F5D82F;
	}

	#stripe-orange {
		background-color: #EEAC33;
	}

	#site-footer {
		background-color: #E53E30;
	}

	address {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
	}

	#business-address {
		font-weight: bold;
		font-size: 1.3em;
		margin-bottom: 0;
	}

	#business-address a {
		color: #434041;
	}

#site-tagline {
font-style:italic;
text-align:center;
}

#call-to-action {
position: absolute;
top: 10%;
right: 7%;
background-color: #E53E30;
display:block;
max-width: 350px;
}

#call-to-action p{
margin: 0.5em;
font-size: 1.3em;
text-align: center;
color: white;
}

.buttonlink:link, .buttonlink:visited  {
	display: block;
	clear: both;
	padding: 1em;
	background: #123f5d;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 3px solid white;
	margin: 1em 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
	.buttonlink:hover {
		background: white;
		color: black;
	}

	#main-nav {
	overflow: hidden;
	background: #EEE;
	clear: both;
    }

    .sub-menu {
    background: #EEE;
    white-space: pre-line;
    }

#main-nav ul {
	max-width: 60em;
	margin: auto;
}

#main-nav ul li a {
	display: block;
	padding: 1.6em;
	color: black;
	transition: all 0.3s;
}

#main-nav ul li a:hover {
	background: #DDD;
}

.page-title {
    margin-top: 40px;
}

#site-footer {
	overflow: hidden;
	clear: both;
	text-align: center;
}

.title_area {
    height: 300px;
    background-position: top center;
}

/****************
** FORM STYLES **
****************/

.gform_wrapper input[type="submit"] {
    padding: 10px 15px;
    border: none;
    background-color: #e53e30;
    font-weight: bold;
    text-transform: uppercase;
    color: #123f5d;
}

/**************
** ACCORDION **
**************/

.accordion {
}

.accordion a {
    text-decoration: none;
}

.accordion dt, 
.accordion dd {
    padding: 10px;
    border: 2px solid #eee;
    border-bottom: 0;
}

.accordion dt:last-of-type,
.accordion dd:last-of-type {
    border-bottom: 2px solid #eee;
}

.accordion dt a,
.accordion dd a {
    display: block;
    color: #fff;
    font-weight: bold;
}

.accordion dd {
    border-top: 0; 
    font-size: 16px;
    line-height: 18px;
}

.accordion dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
}