/* Elephant Box Template */

/* global resets */
* {margin:0; padding:0; border:none; line-height:1;}
html, body {height:100%;}
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, section, article, footer, address {display: block;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
*[data-bislr-editable-area] {min-width:50px; min-height:10px;}
div {word-break:break-word;}
/* /global resets */

/* global structural */
body {font-family:Muli, "Century Gothic", "Avant Garde", Helvetica, Tahoma; color:#4c4d4d; font-size:16px;}
h1 {font-size:58px; font-weight:normal;}
h2 {font-size:36px; font-weight:normal; line-height:1em;}
h3 {font-size:25px; font-weight:normal; line-height:1.04em;}
h4 {font-size:22px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal; line-height:1.2em; color:#a4a4a4;}
h6 {font-size:15px; font-weight:normal; line-height:1.3em; border-bottom:2px solid #595a5a;}
aside h6 {text-transform:uppercase; margin-bottom:8px;}
h7 {font-size:11px; color:#b5b5b5;}
p {font-size:16px; line-height:1.2em;}
aside p {font-size:12px; line-height:1.2em;}
label {font-size:12px; display:block; margin-bottom:6px;}
a {color:#e20000; text-decoration:none; line-height:inherit;}
a:hover {text-decoration:underline;}

table {width:100%; border-spacing:0;}
table tr:first-child td {text-transform:uppercase; border-bottom:2px solid #595a5a;}
table td {padding:10px 15px; font-size:13px; border-bottom:1px solid #e2e2e2;}

form fieldset > div {margin:0 0 5px 0;}
select {
	margin-bottom:7px;
	width:100%;
	border:1px solid #c1c1c1;
	font-family:Muli, "Century Gothic", "Avant Garde", Helvetica, Tahoma;
	padding-left:7px;
}
input[type="checkbox"], input[type="radio"] {margin-right:3px; float:left;}
input[type="checkbox"] ~ label, input[type="radio"] ~ label {margin-bottom:0; position:relative; top:1px;}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border:1px solid #c1c1c1;
    display:block;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:6px;
    font-size:12px;
	font-family:Muli, "Century Gothic", "Avant Garde", Helvetica, Tahoma;
    padding:4px 9px 2px;
    background:url(../images/input-bg.png) repeat-x;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover {background-color:#f6f6f6; cursor:pointer;}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {outline:1px solid #4c4d4d; background:#f6f6f6;}
textarea {height:119px; resize:vertical; background:url(../images/input-bg.png) repeat-x;}
input[type="text"].x-invalid, textarea.x-invalid {background:#ffebec url(../images/error.png) 98.5% 4px no-repeat; outline:1px solid #eb1c23;}
.btn {border-bottom:1px solid #c0c0c0; float:right;}
button {cursor:pointer; font-size:12px; padding:0 11px; text-transform:uppercase; color:#fff; border:1px solid #000; line-height:22px; background:#4c4d4d url(../images/btn-bg.png) repeat-x;}
button:hover {color:#c8c7c7;}
button:active {color:#8e8e8e; background-color:#353535;}
button.disabled {opacity:0.4;}

::-webkit-input-placeholder {color:#000;}
:-moz-placeholder {color:#000;}
.placeholder {color:#000;}

fieldset legend {display:block; padding-bottom:10px;}

/* Easy Select Box */
.easy-select-box {
	position:relative;
	margin-bottom:6px;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:1px solid #c1c1c1;
	background:url(../images/input-bg.png) repeat-x;
}
.easy-select-box:hover {background-color:#f6f6f6;}
.easy-select-box .easy-select-box-disp,
.easy-select-box .easy-select-box-disp:visited {
	background: url(../images/select-bg.png) no-repeat 100% 0;
	display:block;
	padding-left:9px;
	height:24px;
	line-height:24px;
	text-decoration:none;
	color:#4c4d4d;
	position:relative;
	top:-1px;
	right:-1px;
}
.easy-select-box .easy-select-box-disp:hover {
	position:relative;
	text-decoration:none;
}
select.x-invalid + .easy-select-box {background:url(../images/error.png) 87% 4px no-repeat; background-color:#ffebec;}
select.x-invalid + .easy-select-box .easy-select-box-disp, 
select.x-invalid + .easy-select-box .easy-select-box-disp:hover {outline:1px solid #eb1c23; background-color:transparent;}
.easy-select-box ul,
section.content .left .easy-select-box ul {
	position:absolute;
	top:104%;
	right:-1px;
	left:-1px;
	display:none;
	margin:0;
	z-index:99;
	background:#FFFFFF;
	border:1px solid #4c4d4d;
}
.easy-select-box li,
section.content .left .easy-select-box li {
    padding:0;
    list-style:none;
    background:none;
    font-size:12px;
    border:2px solid transparent;
    margin:auto;
    line-height:1em;
}
.easy-select-box li:hover,
section.content .left .easy-select-box li:hover {border:2px solid #4c4d4d;}
.easy-select-box ul li a,
.easy-select-box ul li a:visited{
	padding:3px 9px;
	display:block;
	color:#222;
	cursor:pointer;
	text-shadow:none;
}
.easy-select-box ul li a:hover{
	text-decoration:none;
}



section.main-nav {background:#343535 url(../images/header-main-bg.png) repeat-x;}
section.main-nav ul {width:910px; margin:0 auto; position:relative; left:-13px;}
section.main-nav li {display:inline-block;}
section.main-nav li:hover {background:url(../images/nav-bg.png) center top no-repeat;}
section.main-nav li:active {background-position:center -33px;}
section.main-nav li a {color:#fff; text-shadow:0 -1px 0 #2b2b2b; font-size:13px; text-transform:uppercase; text-decoration:none; display:block; padding:10px 13px; min-width:38px;}

.container {width:910px; margin:0 auto;}

header.main {padding:19px 0 11px;}
header.main .left {float:left; max-width:300px;}
header.main .right {float:right; max-width:600px;}
header.main address, header.main address p {font-size:12px; line-height:1.2em; color:#a4a4a4; font-style:normal; text-align:right;}

section.content {border:1px solid #e2e2e2; padding:19px 19px 54px; clear:both; margin-bottom:18px;}
section.content .left {float:left; width:572px;}
section.content .left .contentarea {min-height:220px;}
section.content.home .left {padding-top:0;}
section.content .right {float:right; width:275px}

aside section {margin-bottom:20px;}
.aside-feature {padding:12px; background:#ecebe3;}
.aside-feature h6 {border:none; margin-bottom:4px;}
.aside-feature img {margin-bottom:5px;}

footer.main .left {float:left; max-width:760px;}
footer.main .right {float:right; max-width:150px;}
#footer-logo {max-width:160px; margin-right:20px; float:left;}
#footer-nav {max-width:580px; float:left;}
#footer-nav li {display:inline-block; margin:0 17px 5px 0;}
#footer-nav li a {font-size:12px; text-transform:uppercase; color:#a4a4a4;}
#footer-nav li a:hover {color:#e20000;}

/* /global structural */

/* home */

section.feature {background:#ecebe3; padding:20px;}
section.sub-features {padding-top:16px; margin-bottom:-16px;}
section.sub-features.one-col article {margin-bottom:16px;}
section.sub-features.two-col .col {float:left; width:275px; margin-right:22px;}
section.sub-features.two-col .col:last-child {margin-right:0;}
section.sub-features.two-col .col article {margin-bottom:16px;}
section.content .left section.sub-features.two-col form {width:275px;}
section.sub-features.two-col article > :last-child {margin-bottom:0;}

/* /home */

/* content */
section.content .left ul, section.content .left ol {margin:0 0 20px 14px;}
section.content .left li {list-style:disc; font-size:16px; margin-left:19px; line-height:1.2em; margin-bottom:10px;}
section.content .left ol li {list-style-type:decimal; background:none; padding-left:0; margin-left:25px;}
/* /content */

/* blog */
.recent-post {border-bottom:1px solid #e2e2e2; padding:7px 0; line-height:0;}
.recent-post:first-child {padding-top:0;}
.recent-post:first-child .blog-title {margin-bottom:7px;}
.recent-post:last-child {border:none;}
.recent-post h7 {font-size:16px !important; line-height:1.2em; color:#a4a4a4;}
aside .recent-post h7 {font-size:10px !important;}
.recent-post h7:first-child {text-transform:uppercase;}
.recent-post h7.blog-title {color:#4c4d4d; display:block;}

.publish-details {text-transform:uppercase;}
.blog {border-bottom:1px solid #e2e2e2; padding:27px 0;}
.blog:first-child {padding-top:0;}
.blog h7 {font-size:10px; margin-bottom:8px; display:inline-block;}
.blog h7.tags {font-size:12px;}
.blog img {margin-bottom:10px;}
.blog h2,
.blog p {margin-bottom:14px;}
.blog a {color:#4c4d4d;}
.blog a:hover,
.blog p a,
.blog h7.tags a {color:#e20000;}
.blog cite {font-style:normal;}

.pagination {margin-top:9px; float:right;}
.pagination > p {display:inline-block;}
.pagination > a {
    font-size:15px;
    background:url(../images/pagination.png) no-repeat right top;
    padding-right:19px;
    line-height:14px;
    display:inline-block;
    text-transform:uppercase;
}
.pagination > a.disabled {background-position:right -14px; color:#e2e2e2;}
.pagination > a.prev {padding:0 0 0 19px; background-position:0 -28px;}
.pagination > a.prev.disabled {background-position:0 -42px;}
.pagination .divide {display:inline-block; width:1px; height:11px; margin:0 5px; background:#e2e2e2;}
/* /blog */

/* form */
section.content .left form {width:299px; margin:0 auto;}
form .form-status {width:250px; margin-bottom:10px;}
form .form-status h3 {background:#0085d1; color:#fff; display:inline;}
form .form-status p {color:#0085d1; margin-top:5px;}
form .form-status.error h3 {background:#c40000;}
form .form-status.error p {color:#c40000;}
/* /form */

/* social styling */
.post_sns {height:20px;}
.post_sns .twitter_button {float:left; height:20px; max-width:96px; margin-right:13px; line-height:initial; font-size:initial;}
.twitter_button.small {margin-right:3px;}
.post_sns .google_button {float:left; height:20px; max-width:59px; margin-right:13px; line-height:initial; font-size:initial;}
.google_button.small {margin-right:3px;height:17px;}
.post_sns .linkedin_button {height:20px; float:left; margin-right:10px; line-height:initial; font-size:initial;}
.linkedin_button.small {margin-right:3px;}
.post_sns .facebook_button {float:left; height:20px; line-height:initial; font-size:initial;}
.facebook_button.small {margin-right:3px;width:49px;overflow:hidden;}
.facebook_comments {margin-top:20px;}
.twitter-posts .twitter-list{max-height:200px; overflow:auto;}
.twitter-posts p {margin-bottom:0.9em;}
.twitter-posts .twitter-post:last-child p {margin-bottom:0.5em;}
.tweet-author,
.tweet-time {display:block; line-height:1.2em;}
.tweet-author {font-weight:bold;}
.tweet-time {font-size:0.8em; color:#A4A4A4;}
.twitter-follow {text-align:right; padding-top:6px;border-top:solid 1px #E2E2E2;}


/* weather styling */
#weather-city img {float:left; margin:0 10px 10px 0;}
#weather-city p {font-size:12px; margin-bottom:5px;}