@charset "utf-8";
/* CSS Document */
/* Basics */
body {
    margin: 0 !important;
    padding: 0;
    background-color: #ffffff;
	font-family:'Helvetica',sans-serif;
	font-size:16px;
	line-height:20px;
}
p {
	font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    color: #333333;
}
ul li{
    font-family: Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:16px;
    line-height: 24px;
    margin-bottom: 10px; 
}
table {
    border-spacing: 0;
    font-family: sans-serif;
    color: #333333;
}
td {
    padding: 0;
}
img {
    border: 0;
}
div[style*="margin: 16px 0"] { 
    margin:0 !important;
}
.wrapper {
    width: 100%;
    table-layout: fixed;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.webkit {
    max-width: 600px;
    margin: 0 auto;
}
.outer {
	Margin: 0 auto;
    width: 100%;
    max-width: 600px;
	border:1px solid #bbbbbb;
}
.full-width-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
.inner {
	padding: 20px 30px 20px;
}
a {
    text-decoration: underline;
    color: #0079c2;
}
a:visited {
	color:#0066cc;
}
p.browserlink{
	font-size:10px;
	line-height:12px;
	font-family:Verdana, Arial, Helvetica;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
td.browserlink{
	background-color:#ffffff;
	height:30px;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
}
.h1 {
	font-family:'Helvetica', Arial, sans-serif;
    font-size:26px;
    line-height:31px;
    font-weight: bold;
    color:#333333;
    margin-bottom: 18px !important;
}
.h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.contents {
	width: 100%;
}
/* One column layout */
.one-column .contents {
    text-align: left;
}
.one-column p {
    Margin-bottom: 15px;
}
/*Two column layout*/
.two-column {
	text-align: center;
    font-size: 0;
}
.two-column .column {
	width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}
.two-column .contents {
font-size: 14px;
    text-align: left;
}
.two-column img {
    width: 100%;
    max-width: 280px;
    height: auto;
}
.two-column .text {
    padding-top: 10px;
}
/*Three column layout*/
.three-column {
    text-align: center;
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.three-column .column {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
}
.three-column .contents {
    font-size: 14px;
    text-align: center;
}
.three-column img {
    width: 100%;
    max-width: 180px;
    height: auto;
}
.three-column .text {
    padding-top: 10px;
}
/* Left sidebar layout */
.left-sidebar {
text-align: center;
    font-size: 0;
}
.left-sidebar .column {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.left-sidebar .left {
    max-width: 100px;
}
.left-sidebar .right {
    max-width: 500px;
}
.left-sidebar .img {
    width: 100%;
    max-width: 80px;
    height: auto;
}
.left-sidebar .contents {
font-size: 14px;
    text-align: center;
}
.left-sidebar a {
    color: #85ab70;
}
/* Right sidebar layout */
.right-sidebar {
text-align: center;
    font-size: 0;
}
.right-sidebar .column {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.right-sidebar .left {
    max-width: 100px;
}
.right-sidebar .right {
    max-width: 500px;
}
.right-sidebar .img {
    width: 100%;
    max-width: 80px;
    height: auto;
}
.right-sidebar .contents {
    font-size: 14px;
    text-align: center;
}
.right-sidebar a {
    color: #70bbd9;
}
/*CUSTOM STYLES*/
/*ADDED 8-14-17*/
.footer-tag {
	background-color:#0079c2;
	color:#ffffff;
}
.footer-tag td {
	padding:20px 10%;
}
.footer-tag p {
	font-family:Garamond,serif;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
.footer-tag p:last-of-type{
	Margin-bottom:0;
}
p.footer-text {
	font-size:11px;
	color:#999999;
	line-height:14px;
	margin-bottom:15px;
	text-align:center;
}
.text-center {
	text-align:center;
}
.button {
	text-decoration:none; 
	padding:0px;
	color:#ffffff;
	font-weight:none;
	display:inline-block; 
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.button-green {
	background-color:#5fb63d;
	border-top:6px solid #5fb63d;
	border-bottom:6px solid #5fb63d;
	border-left:12px solid #5fb63d;
	border-right:12px solid #5fb63d;
}
.policy-number {
	font-size:85%;
	font-weight:500;
	line-height:24px;
}
.no-break {
	white-space:nowrap;
}
/*ADDED 8-18-17*/
.outer-email-footer {
	Margin: 20px auto 0;
    width: 100%;
    max-width: 600px;
	background-color:#f2f2f2;
}
.footer {
	background-color:#f2f2f2;
}
.footer td {
	padding: 15px 50px;
	border-top:1px solid #dddddd;
}
.footer p {
	color:#999999;
	font-size:12px;
}
.footer a {
	color:#999999;
	white-space:nowrap;
}
.footer p:last-of-type {
	margin-bottom:0;
}
.footer p.footer-links {
	font-size:12px;
	text-align:center;
}
.footer p.footer-address {
	font-size:10px;
	text-align:center;
	padding-top:5px;
}
.footer .footer-address a {
	text-decoration:none;
}
.footer-social {
	text-align:center;
}
p.footer-social {
	margin-bottom:10px;
}
.footer-social a img{
	border:0;
}
/*CUSTOM STYLES*/

/*HOVER EMAIL BUTTON*/

.email-button {
    color:#ffffff;
    display: inline-block;
    text-decoration:none; 
    -webkit-border-radius:4px; 
    -moz-border-radius:4px;
	border-radius:4px;
    border-top: 9px solid #0079c1; 
    border-bottom: 8px solid #0079c1; 
    border-right: 12px solid #0079c1; 
    border-left: 12px solid #0079c1; 
    background-color:#0079c1;
    }
.email-button:hover, .email-button:active, email-button:visited {
    text-decoration:none;
	color:#ffffff;
    background-color:#5fb63d;
    border-top: 9px solid #5fb63d; 
    border-bottom: 8px solid #5fb63d; 
    border-right: 12px solid #5fb63d; 
    border-left: 12px solid #5fb63d; 
    }
p .email-button {
    color:#ffffff;
    }
/*HOVER EMAIL BUTTON*/

/*ONLY FOR SITECORE PAGE*/
.container {
padding:0;
}
.bodyContainer {
padding-top:0;
}
.mainheading {margin-bottom:0;
}

.rt-content p {
	line-height:1.25em;
}
.rt-content img {
	margin:0;
}
.webkit {
	margin-top:25px;
	margin-bottom:25px;
}
.page {
	background-color:#ffffff;
}
p.h1 {
	line-height:1em;
	margin-top:0;
}
p.text-center {
	margin:25px;
	line-height:1em;
}
a.email-button {
	border:none;
	padding:8px 16px;
	line-height:1.25em;
}
a.email-button:focus, a.email-button:hover {
	background-color:#65aa40;
	border:none;
	text-decoration:none;
}
p.footer-links {
	margin:0 0 15px;
}
p.footer-links a {
	text-decoration:underline;
}
p.footer-address {
	line-height:2em;
	margin:0 0 15px;
}
p.footer-social {
	line-height:1em;
}
p.footer-social a img {
	margin:0 3px;
}

@media screen and (max-width:767px) {
	.webkit {
		margin:0 auto;
	}
}
/*ONLY FOR SITECORE PAGE*/


/*Media Queries*/
@media screen and (max-width: 400px) {
.two-column .column,
    .three-column .column {
        max-width: 100% !important;
    }
    .two-column img {
        max-width: 100% !important;
    }
    .three-column img {
        max-width: 50% !important;
    }
}
@media screen and (min-width: 401px) and (max-width: 620px) {
.three-column .column {
        max-width: 33% !important;
    }
    .two-column .column {
        max-width: 50% !important;
    }
}
