/* EWS GLOBAL STYLES */

html {
	background:url('bg.png') no-repeat center 0 #aeac9e;
}

body {
	/*background: no-repeat url('bg.png') #777461;*/
	background-position: fixed !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc99', endColorstr='#aeac9e');
	background: url('bg.png') no-repeat center 0 -webkit-gradient(linear, left top, left bottom, from(#cccc99), to(#aeac9e)) #aeac9e;
	background: url('bg.png') no-repeat center 0 -moz-linear-gradient(top, #cccc99, #aeac9e) #aeac9e;
	background-image: url('bg.png') no-repeat center 0 -webkit-linear-gradient(top, #cccc99 0%, #aeac9e 100%) #aeac9e;
}

page {
	background: transparent url('bg.png') no-repeat center 0;
}

body, td, th {
	font:14px/1.5 Arial, Helvetica, sans-serif;
	color:#000;
}

a:link {
	color: #3c7a31;
}
a:visited {
	color: #3c7a31;
}
a:hover {
	text-decoration: none;
	color: #3c7a31;
}
a:active {
	color: #3c7a31;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Cabin', sans-serif;
	letter-spacing: .01em;
	color:#444;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

b, strong {
	font-weight:bold;
}

ul, li,
ul.menu {
	margin-left:15px;
	list-style-type:disc;
	list-style-image:none;
}

ul li.leaf {
	list-style-image:none;
	list-style-type:disc;
}

input.form-submit {
	background: #999;
	border: none;
	color: #fff;
	text-transform:uppercase;
	font-weight:normal;
	text-shadow:none;
	font-size:.8em;
}

.form-actions input:hover {
	background: #ccc;
}


table {
	border:none;
}

fieldset legend {
	font-size: 24px;
	width: 100%;
	font-weight: bold;
	font-family: 'Cabin', sans-serif;
}

fieldset legend a:link {
	text-decoration: none;
}


/*****************
******HEADER******
*****************/

/*.region-branding-inner {
	margin-top:15px;
}*/

h1.site-name a, h2.site-name a {
color:#000;
	font-size:1.6em;
	margin-bottom:5px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
}

#logo {
	display:none;
}

.site-slogan {
	padding-bottom:5px;
	float:left;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;

	font-size:1em;
	color:#000;
}



#region-user-first {
	text-align:right;
	float: right;
}

#region-user-first a {
	font-family:'Cabin', sans-serif;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

h2.element-invisible {
	display:none;
}

.region-user-first ul.menu li {
	display:inline-block;
	list-style:none;
	float:right;
	padding:5px;
}

.region-user-first {
	position:relative;
	float:right;
}

#zone-menu-wrapper {
	margin-bottom:10px;
	padding:0;
}

#zone-menu {
	background:url('menu_bg.jpg') repeat-x #FFF;
	padding:5px auto 5px auto;
	border-radius:3px;
}

#main-menu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

#zone-menu li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:1.3em;
	display:inline-block;
	padding:0 2em 0 2em;
	margin:.5em;
}

#zone-menu li a {
	text-decoration:none;
	color:#666;
}

/*#region-user-second {
	height:51px;
	margin-top:15px;
}*/


/*****************
*****CONTENT******
*****************/

#zone-content {
	background:#FFF;
	padding:3px;
	border-radius:3px;
}

h2.block-title,
.profile dt {
	border-bottom:dotted thin #666;
	margin-bottom:10px;
}

#region-sidebar-first section {
	margin-bottom:1.5em;
}

h3.news-title {
	padding:10px;
}

h3.news-title a {
	color:#444;
	text-decoration:none;
}

h3.news-title a:hover {
	color:#555;
	text-decoration:underline;
}


h6.news-title {
	padding:0;
	margin:0;
	font-weight:normal;
}

h6.news-title a {
	color:#444;
	text-decoration:none;
}

h6.news-title a:hover {
	color:#555;
	text-decoration:underline;
}

#region-sidebar-first {
	margin-top:20px;
}

#region-sidebar-first .views-row {
	margin-bottom:5px;
}

#region-sidebar-first a {
	text-decoration:none;
}


#region-sidebar-first a.active {
	text-decoration:underline;
}

article li {
	margin-bottom:10px;
}

.region-sidebar-second {
	position:relative;
	float:right;
}

.news-title a {
	font-size:1em;
	color:#666;
	margin-bottom:0;
}

h5 .news-title a {
	text-decoration:none;
	margin-bottom:0;
	color: #3c7a31;
}

h2.node-title {
	font-size:1.5em;
	margin-bottom:0;
	color:#666;
}

.tabs ul.primary li a {
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

table, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
}

.article-body {
	margin-bottom:0;
	text-align:left;
	position:relative;
}

.highlight-read-more {
	text-align:right;
	margin-right:10px;
	margin-top:-25px;
	font-size:.85em;
}

.article-img {
	display:inline;
	position:relative;
	float:left;
	border:thin solid #666;
	margin:5px 5px 0 px 5px;
}

.image-thumbnail {
	float:right;
	padding:10px;
	border:none;
}

.page-highlights .view-highlights-new img {
/*	float:left;
	position:relative;*/
	padding:0 10px 0 10px;
}

.view-highlights-new h3 {
	margin-bottom:0;
}

.view-highlights .views-row {
	margin-bottom:10px;

}

.node-article img {
	float:left;
	padding:10px;
}

.node-article .submitted, .node-type-article .field-name-post-date div, .node-type-article .field-name-author div, 
.view-highlights .views-field-created {
	font-size:.85em;
	color:#666;
}

.node-type-article .field-name-post-date div, .node-type-article .field-name-author div {
	text-transform:uppercase;
}

.node-type-article .field-name-post-date div {
	display:inline-block;
	float:left;
	margin-right:1em;
}

.page-highlights #page-title {
	margin-left:10px;
}

.view-highlights .more-link a {
	font-size:.8em;
	text-decoration:none;
}

.view-highlights .more-link a:hover {
	text-decoration:underline;
}

.block-highlights-block .views-row {
	margin-bottom:10px;
	border-bottom:dotted thin #ccc;
}


.more-link {
	float:right;
}


.-news-page h3 {
	margin:15px auto 0 8px;
	padding:0;
}

.-news-page h2 {
	margin-bottom:5px;
}



.node-image .caption {
	text-align: left;
	font-size: .9em;
}

.node-image {
	margin: 1em;
	text-align: center;
}

.node-image img {
	margin-bottom: 1em;
}


.view-highlights-new .attachment {
	text-align:left;
	margin-left:25px;
	margin-bottom:15px;
	width:75%;
	padding:10px;
	border:thin dotted #999;
}

.view-highlights-new .attachment .views-field-title a {
	text-decoration:none;

}

.page-highlights .view-highlights-new .attachment img {
	float:right;
}

.page-highlights .view-highlights-new .attachment .views-row {
	padding-bottom:0;
}

.page-highlights .view-highlights-new .views-row {
	padding-bottom:15px;
}

.page-highlights .region-sidebar-second .view-highlights-new .views-row {
	border-bottom:dotted thin #999;
}

.page-highlights .pager li.pager-previous a {
    width: 65px;
}

.view-highlights-new .views-field-created, .meta {
	color:#666;
	text-transform:uppercase;
	margin-top:3px;
	font-size:.8em;
	float:left;
	position:relative;
	margin-right:8px;
}

.pane-node-field-references {
	clear:both;
}


/*.front .views-row-first h5, .news .views-row-first h4 {
	margin-left:10px;
}
*/
ul.helpvids li {
	margin-bottom:2px;
}


.node-type-webform .submitted {
	float:none;
}

.field-name-field-fileupload .field-label {
	font-family:'Cabin', sans-serif;
	color:#444;
	font-size:1.2em;
}

.field-name-field-fileupload .field-items a {
	text-decoration:none;
}



.page-highlights table {
	border:none;
}

tr.even td {
	background: #fff;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
	background:none;
}

.page-highlights-edit .views-field-body {
	clear:both;
}

.page-highlights-edit .views-field-field-disturbance .views-label, 
.page-highlights-edit .view-display-id-page_1 .views-field-title {
	position:relative;
	float:left;
	margin-right:5px;
	
}

.node-type-article .juicebox-container {
	display:inline-block;
	float:left;
	padding-right:1em;
	margin-right: 0;
}

.pane-1 {
	clear:left;
	padding-top:2em;
}

.node-type-article ul.links, .node-type-article ul.links li.addtoany {
	margin-left:0;
	padding:0;
}



.view-user-s-guide .view-grouping .view-grouping-header {
	font-family: 'Cabin', sans-serif;
	color: #444;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-size:24px;
	margin-left:0;
}

.view-user-s-guide .view-grouping div {
	margin-left:1em;
}

.page-node-87 table td {
	border-bottom: 1px solid #ccc;
}


/*****************
******FOOTER******
*****************/

#zone-footer {
	margin:10px auto 10px auto;
	padding:10px 0 10px 0;
	background:url('footer_bg.jpg') #ccc repeat-x;
	border-radius:3px;
	text-align:center;
}

.region-footer-first, .region-footer-second {
	padding:0;
	margin:0;
}

#zone-footer-wrapper, #region-footer-first, #region-footer-second {
	text-align:center;
}

#zone-footer a {
	font-weight:bold;
	color:#999;
	text-decoration:none;
	margin:0;
	font-size:.8em;
}

#zone-footer a:hover {
	color:#CCC;
}

#zone-footer ul.menu {
	margin-left: 0;
}

#zone-footer li.leaf {
	padding-left:10px;
}

.region-footer-first ul.menu li, .region-footer-second ul.menu li {
	display:inline-block;
	list-style:none;
	text-align:center;
}



/*******
profiles
*******/

.profile h3 {
	display:none;
}

.profile .user-profile-category .field-name-field-first-name,
.profile .user-profile-category .field-name-field-last-name,
.profile .user-profile-category .field-name-field-organization {
	font-family: 'Cabin', sans-serif;
	color: #444;
	font-weight: bold;
	display:block;
}

.profile .user-profile-category .field-name-field-first-name {
	position:relative;
	float:left;
	margin-right:.3em;
}

.profile .user-profile-category .field-name-field-first-name,
.profile .user-profile-category .field-name-field-last-name {
	font-size:48px;
}

.profile .user-profile-category .field-name-field-organization {
	font-size:28px;
}

.profile dt {
	font-family:'Cabin', sans-serif;
	color:#444;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

/*****************
specific to front page
*****************/

.front-page-news div.view-content {
	height:300px;
	overflow:hidden;
}

div#region-content.grid-12.region.region-content {
	padding:0;
	margin:0;
	width:100%;
}

div#zone-content.zone.zone-content.clearfix.container-12 {
	padding:0;
	border-radius:.5em;
}

#zone-preface {
	margin-top:15px;
	padding:0;
}

#region-preface-first, #region-preface-second, #region-preface-third {
	float:left;
	position:relative;
	min-height:230px;
}

.region-preface-first-inner, .region-preface-second-inner, .region-preface-third-inner {
	background:#FFF;
	border-radius:.5em;
	margin:.5em;
	padding: .5em;
}

.region-preface-first ul, .region-preface-second ul, .region-preface-third ul {
	margin:15px;
}

.highlight-slide h2 a,
.highlight-slide h3 a,
.highlight-slide h3 {
	color:#aeac9e;
	text-decoration:none;
}

.highlight-slide h2 a:hover,
.highlight-slide h3 a:hover {
	color:#CCC;
	text-decoration:underline;
}

.highlight-slide h3 {
	margin:0;
	float:right;
}

.front .view-highlights-new .highlight-slide {
	text-align:left;
	font-size:.9em;
	color:#ccc;
	position:absolute;
	bottom:20px;
	right:0px;
	padding:.5em;
	background-color:#323232;
}

.front .views-slideshow-cycle-main-frame {
	position: relative;
	height: 300px;
}

.front .views_slideshow_cycle_slide {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 300px;
}

.front .view-highlights-new .highlight-slide h2 {
	font-size:24px;
} 

.views-slideshow-controls-bottom {
	font-size:.8em;
	text-transform:uppercase;
	text-align:center;
}

.views-slideshow-slide-counter {
	float:left;
	display:inline-block;
}

.views-slideshow-controls-text {
	float:right;
	display:inline-block;
}

.views-slideshow-controls-text a {
	color:#333;
	text-decoration:none;
}


.front-news-img img {
	padding:0;
	margin:0;
	width:100%;
	height:300px;
}

.front-news-img-wrapper {
	position:relative;
	float:left;
	width:100%;
}

.front-news-body-wrapper {
	width:50%;
	background:#333;
	color:#FFF;
	padding:10px;
	font-size:1.1em;
	margin:0;
	position:relative;
	float:right;

}

.front .tabs ul.primary {
	display:none;
}

.region-postscript-first, .region-postscript-second, 
.region-postscript-third, .region-postscript-fourth {
	padding:0;
	background:url('footer_bg.jpg') #444 repeat-x;
	border-radius:3px;
	text-align:center;
	height:40px;
}

.region-postscript-first a, .region-postscript-second a, .region-postscript-third a, .region-postscript-fourth a {
	font-weight:normal;
	color:#999;
	text-decoration:none;
}


.read-more a {
	font-family:'Cabin', sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	float:right;
	color:#4d8b42;
}

.page-news #zone-content .region-content .region-inner {
	padding:10px;
}


.front .views-field-created,
.page-user .views-field-created {
	float:left;
	position:relative;
	}

.submitted, .file-attachments, .views-field-created, .meta-author {
	color:#666;
	text-transform:uppercase;
	margin-top:3px;
	font-size:.8em;
	margin-right:8px;
}

.node-type-article .submitted {
	float:none;
}


/*.front .views-row-last h5.field-content {
	margin-left:5px;
	}*/

.front h5.field-content, .view-highlights-new-items .field-content p {
	margin-bottom:3px;
}

h4.field-content {
	margin-bottom:5px;
}



.front #zone-content {
	background:none;
}

.front #block-block-9 {
	background-color:rgba(255,255,255,0.5);
	padding:1em;
	margin-bottom:1em;
	border-radius:5px;
	padding: 1em;
}

.front #block-block-10 h4 {
	margin-bottom: 1em;
}




/*DISTURBANCE EVENTS STYLES */

.node-type-disturbance-event .group-left {
	width: 250px !important;
	border-radius: 1em;
	background: #514d33;
	color: #ccc;
	font-size: .9em;
	margin: auto auto 1em 1em;
	padding: 1em;
	display: block;
	float: right;
}

.node-type-disturbance-event .group-left a {
	color: #fff;
	text-decoration: none;
}

.node-type-disturbance-event .group-right {
	width: 100%;
	float: none;
}

.node-type-disturbance-event .field-name-field-bounds {
	margin-top: 1em;
}

.block-events-overview-block-1 .views-exposed-widgets label, 
.view-id-disturbance_events .views-exposed-widgets label {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
}

.view-id-disturbance_events .view-content {
	margin-bottom: 1em;
}

.view-id-disturbance_events .more-link {
	text-decoration: underline;
}

.view-id-disturbance_events .openlayers-views-map {
	border:thin solid #999;
}

.view-id-disturbance_events .attachment thead {
	border: thin solid #ccc;
}

.view-id-disturbance_events .attachment thead th {
	text-transform: uppercase;
	font-size: .8em;
	color: #514d33;
}


.view-id-disturbance_events .openlayers-popup a {
	font-weight: bold;
	text-decoration: none;
	color: #aeac9e;
}

.view-id-disturbance_events .view-filters {
	display: block;
}

.feed-icon {

	margin-bottom: 1em;
	clear: right;
}

#views-exposed-form-disturbance-events-page, .feed-icon {
	display: inline-block;
}

.feed-icon img {
	background: #999;
	border-radius: 1em;
	padding: .25em;
	width: 32px;
	height: 12px;
}

#openlayers-container-openlayers-map {
	clear: both;
}

.context-events .container-inline-date .form-item-field-date-value-min label,
.context-events .container-inline-date .form-item-field-date-value-max label {
	display: inline-block;
	float: left;
	margin-right: 1em;
}

.context-events .container-inline-date .form-item-field-date-value-min {
	margin-bottom: 1em;
}

.block-events-overview-block-1 .view-footer {
	color: #666;
	text-transform: uppercase;
	margin-top: 3px;
	font-size: .8em;
	float: left;
}

.field-name-most-recent-events {
	width: 48%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
}

.block-events-overview-block-1 {
	margin-right: 1em;

	} 

#block-views-disturbance-events-block-1 {


}

.block-events-overview-block-1 .views-submit-button {
	float: right;
	margin-top: .75em;
	padding: 0;
}

.block-events-overview-block-1 .feed-icon {
	text-align: right;
	float: right;
}

.block-events-overview-block-1 .view-footer, .block-events-overview-block-1 .feed-icon {
	display: inline-block;
	width: 50%;
}

.view-link-blocks .view-header {
	margin-bottom: 1em;
}

.view-link-blocks .view-header a {
	text-decoration: none;
}

.view-link-blocks .views-row {
	display: inline-block;
	width:49%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
	position: relative;
}


.block-views-link-blocks-block .views-row .views-field-title h3 {
	position: absolute;
	bottom:0;
	height: 50px;
	left: 0;
	width: 100%;
	background: #333;
	font-size: 2em;
	padding: .15em;
	font-weight: normal;
}

.block-views-link-blocks-block {
	margin-bottom: 1em;
}

.block-views-link-blocks-block .view-content a {
	text-decoration: none;
	color: #aeac9e;
	display: block;
	width: 100%;
	
}

.field-name-totals-table {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.field-name-field-disturbance .field-item, 
.field-name-field-validation .field-item,
.field-name-field-news-url .field-item,
.field-name-field-related-documents .field-item {
	display: block;
}

/******************************************************
 OVERRIDES TO JUICEBOX
 ******************************************************/
.jb-bb-button.jb-bb-btn-open-url span,
.jb-bb-button.jb-bb-btn-full-screen span,
.jb-navigation .jbn-right-button span, .jb-flag-large-screen-mode .jb-navigation .jbn-right-button span,
.jb-navigation .jbn-left-button span, .jb-flag-large-screen-mode .jb-navigation .jbn-left-button span {
    display:none;
}
.jb-navigation .jbn-left-button, .jb-flag-large-screen-mode .jb-navigation .jbn-left-button {
    background-image: url(/sites/default/files/prev_icon.png);
    background-position:center;
}

.jb-navigation .jbn-right-button, .jb-flag-large-screen-mode .jb-navigation .jbn-right-button {
    background-image: url(/sites/default/files/next_icon.png);
    background-position:center;
}

.jb-bb-button.jb-bb-btn-open-url {
    background-image: url(/sites/default/files/opentab_icon.png);
    background-position:center;
}

.jb-bb-button.jb-bb-btn-full-screen {
    background-image: url(/sites/default/files/fullscreen_icon.png);
    background-position:center;
}

.jb-bb-button.jb-bb-btn-full-screen.jb-bb-btn-de-full-screen {
    background-image: url(/sites/default/files/normalscreen_icon.png);
    background-position:center;
}

.jb-flag-msie-bf9 .jb-panel-top {
    background-color: white !important;
}

.jb-flag-msie-bf9 .jb-navigation .jbn-right-button,
.jb-flag-msie-bf9 .jb-navigation .jbn-left-button {
    background-color: #666 !important;
}

.jb-flag-msie-bf9 .jb-bb-bar {
    padding: 1px 4px 4px 4px !important;
    background-color: #666 !important;
}

div.jb-bb-button:before, .jb-navigation .jbn-nav-button-icon:before {
    display: none;
}

div.jb-bb-button {
    border-top-width: 5px !important;
    padding-bottom: 5px !important;
}



.context-admin-events-view .region-sidebar-first {
	display: none;
}

.context-admin-events-view .container-12 .grid-8 {
	width: 100%;
}

.context-admin-events-view table {
    width: 100%;
    font-size: 0.923em !important;
    margin: 0 0 10px;
    border: 1px solid #bebfb9;
}
.context-admin-events-view table {
    border-collapse: collapse;
    border-spacing: 0;
}

.context-admin-events-view table td, .context-admin-events-view table th {
    vertical-align: top;
}
.context-admin-events-view table th {
    text-transform: uppercase;
    background: #e1e2dc;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #bebfb9;
    padding: 3px 10px;
}

.context-admin-events-view table td, .context-admin-events-view table th {
    vertical-align: middle;
    font-size: 0.923em !important;
    border: 0;
    color: #000;
}

/*******************************************************/

@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url('https://themes.googleusercontent.com/static/fonts/ubuntucondensed/v2/DBCt-NXN57MTAFjitYxdrFzqCfRpIA3W6ypxnPISCPA.woff') format('woff');
}

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'), url(https://fonts.gstatic.com/s/cabin/v7/yQOMOX5hR0-6LTD879t-PQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/**
Tests for event tracker
**/

.openlayers-tooltip-name {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.openlayers-tooltip-name a {
    text-decoration: none;
}

.popup-field-title {
    font-weight: normal;
}

.view-event-tracker-2 table {
    table-layout: fixed;
    overflow-wrap: break-word;
}

.view-event-tracker-2 th {
    text-transform: uppercase;
    font-size: 13px;
}

.views-field-field-news-url {
    max-width: 25%;
}

#popup_FrameDecorationDiv_0 {
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-top-left-radius: 3px;
}

#popup_FrameDecorationDiv_1 {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-top-right-radius: 3px;
}

#popup_FrameDecorationDiv_2 {
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-bottom-left-radius: 3px;
}

#popup_FrameDecorationDiv_3 {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom-right-radius: 3px;
}

/***
NEW EVENT TRACKER
***/
.page-disturbance-events * {
    box-sizing: border-box;
}

.page-disturbance-events #region-content {
    width: 100%;
    margin: 0;
    padding: 0 30px;
}

.page-disturbance-events .openlayers-views-map {
    margin: 0 -30px;
}

.event-tracker-view p {
    font-size: 16px;
    color: #333;
}

.page-disturbance-events-map .view-filters {
    position: relative;
    padding: 3px 0 12px 200px;
    margin: 0 -30px;
    background-color: #eaeae7;
}

.page-disturbance-events-map .view-filters input[name="title"]{
    max-width: 100%;
    width: 400px;
}

.page-disturbance-events-map .view-filters:before {
    content: "Filter Events";
    position: absolute;
    left: 30px;
    top: 30%;
    font-size: 20px;
    color: #666;
}

.event-tracker-highlights {
    width: 65.95%;
    display: inline-block;
    padding-right: 60px;
    vertical-align: top;
}

.attachment .event-tracker-disturbances {
    width: 34%;
    display: inline-block;
    vertical-align: top;
    background-color: #c8c7c0;
    padding: 15px
}

.event-tracker-highlights .views-row {
    margin-bottom: 40px;
}

.event-tracker-highlights .group-left {
    width: 30%;
}

.event-tracker-highlights .group-right {
    width: 70%;
    padding-left: 20px;
}

.event-tracker-highlights img {
    max-width: 100%;
    height: auto;
    padding: 0;
}

.event-tracker-highlights .field-name-title {
    margin-bottom: 5px;
}

.event-tracker-highlights .field-name-title a, .event-tracker-disturbances .views-field-title a {
    font-size: 22px;
    line-height: 1.2em;
    text-decoration: none;
}

.view-event-tracker-2.view-display-id-page_3 > .view-content {
    display: none;
}

.view-event-tracker-2 > .attachment, .view-event-tracker-2.view-display-id-page_3 > .attachment {
    margin-top: 20px;
}

.view-event-tracker-2.view-display-id-page_3 .views-submit-button {
    clear: left;
}

.event-tracker-full-btn {
    float: right;
    position: relative;
    max-width: 50%;
}

.event-tracker-full-btn-img {
    width: 100%;
    height: auto;
}

.event-tracker-full-btn-text {
    position: absolute;
    top: 30px;
    left: 50%;
    text-align: center;
    background: #5d91f1;
    width: 170px;
    margin-left: -85px;
    padding: 8px 15px;
    color: #fff;
    line-height: 21px;
    font-size: 18px;
    border: 1px solid;
    box-shadow: 0px 0px 3px #000;
}

.event-tracker-highlights .field-name-post-date,
.event-tracker-highlights .field-name-post-date *,
.event-tracker-highlights .field-name-body,
.event-tracker-highlights .field-name-body * {
    display: inline;
}

.event-tracker-highlights .view-header p {
    font-size: 24px;
    background-image: repeating-linear-gradient(180deg, transparent, transparent 27px, #333 28px);
    margin-bottom: 15px;
}

.event-tracker-highlights .field-name-post-date {
    margin-right: 15px;
    color: #666;
}

.event-tracker-disturbances .view-header p {
    font-size: 22px;
    margin-bottom: 15px;
    background-image: repeating-linear-gradient(180deg, transparent, transparent 25px, #333 26px);
}

.event-tracker-disturbances .views-row {
    margin-bottom: 20px;
}

.event-tracker-disturbances .group-left {
    max-width: 50px;
    text-align: center;
    float: left;
    clear: left;
    margin-right: .25em;
}

.event-tracker-disturbances .group-right {
    width: 100%;
    float: none;
}

.event-tracker-disturbances .field-name-title a {
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
}

.attachment .event-tracker-disturbances img {
    max-width: 100%;
    height: auto;
    background: #3c7a31;
    width: 40px;
    border-radius: 100%;
}

.event-tracker-disturbances p {
    font-size: 14px;
    margin-bottom: 0;
}

.event-tracker-disturbances .field-name-field-date {
    color: #666;
}

.event-tracker-disturbances .field-name-field-disturbance > .field-items > .field-item + .field-item {
    display: none;
}

.popup-icon, .openlayers-popup .event-tracker-disturbances {
    display: inline-block;
    width: 75px;
    vertical-align: top;
    background-color: #3c7a31;
    border-radius: 50%;
}

.openlayers-popup .popup-icon img, .openlayers-popup .event-tracker-disturbances img {
    max-width: 100%;
    height: auto;
}

.popup-description {
    display: inline-block;
    max-width: 310px;
    padding-left: 10px;
    color: #333;
}

.popup-description .date-display-single {
    color: #666;
    float: left;
}

.popup-description .date-display-single:after {
    content: "\2D";
    margin: 0 5px;
}

.popup-description p {
    font-size: 14px;
    margin-bottom: 5px;
}

.page-disturbance-events-map .feed-icon {
    display: none;
}

.page-disturbance-events-map .olControlLayerSwitcher .layersDiv {
    background-color: rgba(200, 200, 192, .75);
    line-height: 1.7em;
    opacity: 1 !important;
}

.page-disturbance-events-map .openlayers-map .olPopupCloseBox {
    background-image: url(../images/close.gif);
}

.openlayers-container-map-eventtracker2 .baseLayersDiv:after {
    content: "Highlights\AOther Disturbances Assessed";
    max-width: 100%;
    display: block;
    padding-left: 18px;
    white-space: pre-wrap;
    background-image: url(../images/legend-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.tracking-button {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #2185d0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}

a.tracking-button:hover {
  background: #1a69a4;
  text-decoration: none;
}

.field.field-name-tracking-url-block.field-type-ds.field-label-hidden {
  /*  margin: 0 auto;
    width: 50%; */
    background-color: #d3d3d3;
    padding: 25px;
    display: inline-block;
    border-radius: 4px;
    width: 80%;
}

.views-field.views-field-created {
	width: 100%
}

.views-field.views-field-title {
	margin-bottom: 10px
}

.views-field.views-field-field-disturbance {
	margin-bottom: 10px;
}

html .olControlLayerSwitcher {
    color: #000;
}

#block-block-11 {
    color: #fff;
    background-color: #63625a;
    border-color: #000;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    box-sizing: border-box;
}

#block-block-11 h2 {
    color: #fff;
    border-bottom: dotted thin #aeac9e;
}

#block-block-11 p {
    margin-bottom: 0;
}

.node-type-article .ds-2col > .group-left {
        float: left;
        width: 55% !important;
}

.node-type-article .ds-2col > .group-right {
	float: none;
	width: auto;
}

.front #section-content {
    display: table;
    margin: 0 auto;
}

.front #zone-preface-wrapper {
    display: table-footer-group;
}

.front #region-content > .region-inner {
    display: table;
}

.front #block-views-highlights-new-block-2 {
    display: table-header-group;
}
