@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700');

.main-header-wrap, .alternate-nav-wrap, .main-footer-wrap, .mainnav-submenu-section,
.nav-tabs, .visual-form-builder-container, .home .main-content-section-helper, .widget-heat_disruptions-filter, .widget-heat_disruptions-filter + .list,
#dataTable_paginate, #gmap, #dataTable_length, #dataTable_filter, #dataTable_info {
    display: none;
}
.main-wrap-helper {
    background: #fff !important;
}
body {
    background: #fff;
    font: 13px 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #f08100;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: .6em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: .6em;
}
h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1em;
}
h4 {
    font-size: 16px;
    font-weight: 700;
}
.list, .list li, .list .item, .sub-menu, .menu, .menu-item, .list p,
.wp-paginate, .wp-paginate li {
    margin: 0;
    padding: 0;
    background: none;
    list-style-type: none;
    line-height: 1;
}
strong, b {
    font-weight: 700;
}
p {
    margin-bottom: 2em;
}
ul, ol {
    margin-bottom: 2em;
}

table {
    margin-bottom: 2.2em;
    border-collapse: collapse;
}
td, th {
    padding: 10px 10px 10px 0;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.tab-pane table:only-child {
    margin-bottom: 0;
}
.tab-pane td:first-child {
    width: 15%;
}
table h4 {
    margin-top: 0;
}
.by {
    position: absolute;
    right: 30px;
    bottom: -10px;
}

.by a {
    display: block;
    width: 24px;
    height: 11px;
    background: url("okia.gif") no-repeat;
    text-indent: -999px;
    font-size: 0;
}
.offscreen, .hidden {
    left: -1000em;
    position: absolute;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1.6em 1em 0;
}
.aligncenter {
    display: block;
    margin: auto;
}

.sep {
    position: relative;
    display: inline-block;
    top: -3px;
    padding: 0 8px;
    font-size: 14px;
    color: #aaa;
    vertical-align: middle;
}

.set-pos-static {
    position: static;
}

.wp-caption {
    padding-bottom: 20px;
    margin-bottom: 1.8em;
    width: auto !important;
    border-bottom: 3px solid #353535;
    overflow: hidden;
}

.wp-caption img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text {
    margin: 0;
    font-size: 14px;
}

.wp-caption .wp-caption-text p {
    margin: 0;
}

.wp-caption .wp-caption_desc {
    font-weight: 700;
}

.wp-caption .wp-caption_source {
    font-size: 12px;
}

blockquote {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    color: #666;
    margin: 40px 10%;
    padding-left: 10px;
    border-left: 3px solid #dedede;
}

.lead {
    font-weight: 600;
}

.breadcrumbs {
    position: relative;
    top: -20px;
    color: #ddd;
    font-size: 13px;
}
.breadcrumbs a {
    color: #888;
}
.breadcrumbs .sep {
    position: relative;
    top: 0;
    color: #ddd;
}

/* vCard list */

.list .vcard-list-item {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    vertical-align: top;
    width: 32%;
    padding-top: 40px;
    margin-bottom: 25px;
}

.vcard-section {
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f3f3f3;
}
.list .vcard-section {
    margin-right: 8%;
}
.vcard-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    content: '\00ad';
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
}
.list .vcard-section-photo {
    position: absolute;
    top: -42px;
    left: 10%;
    width: 71px;
    height: 71px;
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.vcard-section-photo img {
    display: block;
}
.vcard-section .vcard-section-name {
    margin: 0;
    margin-bottom: .3em;
    font-weight: bold;
    font-size: 16px;
}
.vcard-section .vcard-section-role {
    margin-bottom: .8em;
    font-size: 13px;
    color: #6f6f6f;
    font-style: italic;
    line-height: 1.3;
}
.vcard-section .item {
    margin-top: .8em;
    font-size: 13px;
    padding-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}