@charset "utf-8";
/* CSS Document */
.typography {
    font-family: "proxima-nova",sans-serif;
}
.typography .Summary { font-weight:300; font-size:24px; color:#020202; line-height:36px;}
.typography .Quote { font-weight:500; font-size:24px; font-style: italic;  color:#020202; line-height:36px;margin:30px 50px 30px 30px;padding-left:20px; border-left: 3px #dcd6d4 solid;}
.typography .QuotePerson { font-size:18px; font-weight:bold; padding-top:20px;}
.typography .PulloutTextNoItalic { font-weight:500; font-size:32px; font-style: normal;  color:#020202; line-height:36px;margin:30px 20px 30px 10px;padding-left:20px; border-left: 3px #dcd6d4 solid;}
.typography p:before, .typography p:after {
    display:table;
    content:"";
}
.typography p:after  {
    clear:both;
}

/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {   
	font-weight:700;
}
.typography h1 { font-size:45px; padding-bottom:17px;line-height:45px;}
.typography h2 { font-size:36px; padding-bottom:16px;line-height:36px;}
.typography h3 { font-size:30px; padding-bottom:15px;line-height:30px;}
.typography h4 { font-size:26px; padding-bottom:14px;line-height:26px;}
.typography h5 { font-size:22px; padding-bottom:12px;line-height:22px;}
.typography h6 { font-size:18px; padding-bottom:10px;line-height:18px;}
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a,
.typography h6 a { color:#00a5d7;}
.typography h2 a:hover,
.typography h3 a:hover,
.typography h4 a:hover,
.typography h5 a:hover,
.typography h6 a:hover { text-decoration:underline;}





/* PARAGRAGHS */
.typography p { font-size:18px; font-weight:300; color:#020202; line-height:1.4em; padding-bottom:10px; }
.typography p a { color:#00a5d7; font-weight:700;}
.typography p a:hover { text-decoration:underline;}

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

.typography .full { float:left; width:100%; margin-bottom:2%;}
.typography .half { margin-left:2%; float:left; width:48%; margin-bottom:2%;}

.typography .caption { font-size:16px; color:#231f20; padding:10px 0 44px; line-height:20px; display:block;}
.typography .caption strong { display:block;}

.typography.sidebar { background:#00a5d7; border-top:10px solid #fce302;}
.typography.sidebar > ul { padding-bottom:30px;}
.typography.sidebar > ul > li { background:none; padding:0; }
.typography.sidebar ul li { background:none; padding:0;}
.typography.sidebar ul li + li { margin-top:0;}
.typography.sidebar > ul > li > a { display:block; padding:12px 30px; border-bottom:1px solid #fff;color:#fff;}
.typography.sidebar > ul > li > a:hover { color:#fce302;text-decoration: none;}
.typography.sidebar > ul > li.current > a, .typography.sidebar > ul > li.section > a { color:#fce302;}
.typography.sidebar > ul > li > ul { padding:0 30px 30px 30px;border-bottom:1px solid #fff;}
.typography.sidebar > ul > li > ul > li { background:none; }
.typography.sidebar > ul > li > ul > li > a { display:block; font-weight:700; font-size:18px; color:#fff; padding:12px 20px; border-bottom:1px solid #fce302;}
.typography.sidebar > ul > li > ul > li > a:hover { color:#fce302;}
.typography.sidebar > ul > li > ul > li.current > a, .typography.sidebar > ul > li > ul > li.section > a { color:#fce302;}
.typography.sidebar > ul > li > ul > li > ul { padding:0 30px;}
.typography.sidebar > ul > li > ul > li > ul > li { background:none;}
.typography.sidebar > ul > li > ul > li > ul > li > a { display:block; padding:7px 0;}
.typography.sidebar > ul > li > ul > li > ul > li > a:hover { color:#519644;}
.typography.sidebar > ul > li > ul > li > ul > li.current > a, .typography.sidebar > ul > li > ul > li > ul > li.section > a { color:#519644;}

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

.typography ul li { padding:0 0 0 45px; background:url(../images/bullet.png) no-repeat 20px 9px; font-size:18px; color:#0b0a0f; line-height:28px; } 
.typography ul li + li { margin-top:0px; }
.typography ul li a {color:#00a5d7; font-weight:700; }
.typography ul li a:hover { text-decoration:underline;}
.typography ul li ul li { }


.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 {
    width:100%;
    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;
    font-size: 15px;
}
.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: 10px 20px;
    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-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography img.full { float:left; width:100%; margin-bottom:2%;}
.typography img.half { margin-left:2%; float:left; width:48%; margin-bottom:2%;}

.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: #000;
}



.light { background:#f5f2f0; padding:50px 0;}
.white {  padding:50px 0;}
.pad-top { padding-top:0;}
.panel { margin:0 0 0 -2%; }
.panel .column1 { width:98%; margin:0 2% 0 2%; float:left; }
/* .panel .column1.pad { padding:0 100px;}  */
.panel .column2 { width:46%; margin:0 2% 0 2%; float:left;}
.panel .column2_3 { width:65%; margin:0 2% 0 2%; float:left;}
.panel .column1_3 { width:27%; margin:0 2% 0 2%; float:left;}
.panel .column1_2 { width:46%; margin:0 2% 0 2%; float:left; padding-right:10px;}
.panel:before, .panel:after { display:table; content:"";}
.panel:after { clear:both;}
.light .title { font-size:36px; padding-bottom:17px; font-weight:700;}
.white .title { font-size:36px; padding-bottom:17px; font-weight:700;}