@charset "utf-8";
/* CSS Document */
.typography p:before, .typography p:after {
    display:table;
    content:"";
}
.typography p:after  {
    clear:both;
}

/* Editor apply */
.typography .SummaryH2 { font-family: "acumin-pro",sans-serif; font-weight:900; font-size:36px; color:#010101;margin-top:10px;}
.typography .SummaryH2 + .typography .SummaryP { margin-top:9px;}
.typography .SummaryP { font-size:24px; color:#77716a; line-height:30px;}

.typography .HeadingLink  { font-family: "acumin-pro",sans-serif; font-weight:900; font-size:27px; color:#007889; text-transform:uppercase; padding-bottom:10px;}
.typography .HeadingLink a { text-decoration: none;}

/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {   
	font-family: "acumin-pro",sans-serif;  
	font-weight:900;
}
.typography h1 { font-size:40px; padding-bottom:12px;}
.typography h2 { font-size:36px; padding-bottom:15px;}
.typography h3 { font-size:30px; padding-bottom:15px;}
.typography h4 { font-size:26px; padding-bottom:15px;}
.typography h5 { font-size:22px; padding-bottom:15px;}
.typography h6 { font-size:18px; padding-bottom:15px;}
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a,
.typography h6 a { color:#007889;}
.typography h2 a:hover,
.typography h3 a:hover,
.typography h4 a:hover,
.typography h5 a:hover,
.typography h6 a:hover { text-decoration:underline;}

.typography img { margin-bottom:21px;}

.typography p { font-size:17px; color:#010101; line-height:24px; padding-bottom:20px; }
.typography p a { color:#007889; text-decoration:underline;}
.typography p a:hover { text-decoration:underline;}

.typography li a { color:#007889; font-weight:700;}


.typography p + p.testimonial { margin-top:25px;}

.typography p.testimonial { padding:5px 0 23px 62px; background:url(../images/quote.png) no-repeat 0 0; }
.typography p.testimonial > i { display:block; font-size:26px; color:#61695e; line-height:normal; }
.typography p.testimonial > i + span { margin-top:28px;}
.typography p.testimonial > span { display:block; font-family: "acumin-pro",sans-serif; font-weight:700; font-size:18px; color:#010101; }

.typography p.caption { font-size:14px; color:#000; line-height:18px;}
.typography p.caption a { color:#047235;}
.typography p.caption span { font-weight:700;}

.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
		display:inline-block; padding:5px 0 0 50px; background:url(../images/pdf.png) no-repeat 12px 0; font-weight:700; font-size:18px; color:#007889; min-height:34px; text-decoration:none;
	}
.typography a.pdf + a.pdf {margin-top:12px;}

.typography p.pdf { padding-bottom:0;}
.typography p.pdf + p.pdf { margin-top:0px;}
.typography p.pdf a { display:inline-block; padding:5px 0 0 50px; background:url(../images/pdf.png) no-repeat 12px 0; font-weight:700; font-size:18px; color:#007889; min-height:34px; text-decoration:none;}
.typography p.pdf a:hover { color:#333;}


/* LIST STYLES
-------------------------------------------- */
.typography p + ul, 
.typography p + ol,
.typography p + dl { padding:0 0 -55px 0;  }

.typography ul, 
.typography ol,
.typography dl { padding:0 0 15px 0;  }

.typography ul li { padding:0 0 0 45px; background:url(../images/dot.png) no-repeat 20px 8px; font-size:18px; color:#0b0a0f; line-height:24px; } 
.typography ul li + li { margin-top:1px; }
.typography ul li a { }
.typography ul li ul li { }
.typography ul li ul { padding:0 0 0px 0;}




.typography .intro { 
}
.typography em { font-style: italic; }

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
    background: #13b80f;
    color: #fff;
    text-shadow: none;
}

/* LINKS */
.typography a, 
.typography a.intro { }
.typography a:hover { }
.typography a:focus { }

.typography p a, 
.typography p.intro a {  }
.typography a:hover { text-decoration:underline; }



/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
    overflow-x:scroll;
}
.typography table tr:nth-child(even) {
    background-color: #ededed
}
.typography table tr.even,
.typography table th,
.typography thead td {
    background-color: #ededed
}
.typography table td,
.typography table th {
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    vertical-align: top;
}
.typography table th {
    font-weight: bold;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}

/* IMAGES 
-------------------------------------------- */
.typography img {
    border: none;
    height: auto; 
}
.typography img.left {
    float: left;
    max-width: 362px;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 362px; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
}
.typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
}
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
}
.typography .captionImage.left img,
.typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
}
.typography .captionImage.left img {
    margin-right: -10px;
}
.typography .captionImage.right img {
    margin-left: -10px;
}
.typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
}
.typography .captionImage.leftAlone{
    float:none;
    margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
    margin: 0 auto 20px;
}
.typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888;
}

.typography table h1,
.typography table h2,
.typography table h3,
.typography table h4,
.typography table h5,
.typography table h6 { padding-top:10px;padding-bottom:10px;}

.light { background:#f0f2f0; padding:50px 0;}
.white {  padding:50px 0;}
.panel { margin-left:-4%; }
.panel .column1 { float:left; width:96%; margin-left:4%;}
.panel .column2 { float:left; width:46%; margin-left:4%;}
@media only screen and (max-width: 800px) {
	.light, 
	.white { padding:30px 0;}
	.panel { margin-left:0; }
	.panel .column1 { float:none; width:100%; margin-left:0;}
	.panel .column2 { float:none; width:100%; margin-left:0;}
	.panel .column2 + .column2 { margin-top:20px;} 
	
	.typography h1 { font-size:30px; padding-bottom:9px;}
	.typography h2 { font-size:26px; padding-bottom:12px;}
	.typography h3 { font-size:24px; padding-bottom:15px;}
	.typography h4 { font-size:22px; padding-bottom:20px;}
	.typography h5 { font-size:20px; padding-bottom:22px;}
	.typography h6 { font-size:18px; padding-bottom:24px;}
	
	.typography p.testimonial { padding-left:30px; background-size:30px auto;}
	.typography p.testimonial > i { font-size:20px;}
	.typography p.testimonial > span { font-size:16px;}
	.typography p.pdf a { font-size:18px; padding-top:6px;}
	
}