/*
Theme Name: LAFD
Author: lightray

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #ffffff;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	/*	font-weight: normal;
			text-align: left;*/
}

table, th, td {

}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

iframe {
	max-width: 100%;
}

/* =Global
----------------------------------------------- */

body {
	color: #353333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.625;
	font-size: 18px;
	margin: 0;
}

#main a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#main a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	/*noinspection CssUnknownProperty*/
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}

.alignleft {
	float: left;
	margin: 8px 30px 10px 0;
}

.left {
	text-align:left;
}

.alignright {
	float: right;
	margin: 8px 0 10px 30px;
}

.aligncenter {
	display: block;
	margin: -10px auto 0 auto;
}

.table-head tr td {
	font-weight: 400 !important;
	padding: 8px 4px;
}

.table-body tr td {
	font-weight: 300 !important;
	padding: 8px 4px;
}

/* Links */
a {
	text-decoration: none;
	font-weight: 500;
	color: #c41b1b;
}

a:focus, a:active, a:hover {
	text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #353333;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

h2.happening {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
	font-size: 32px !important;
	color: #353333;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.front h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 30px;
	color: #c41b1b;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
}

h1.page-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 30px;
	color: #c41b1b;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	line-height: 1.1em;
	margin: 25px 0 20px 0;
}

.separator {
	display: table;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	margin-bottom: 35px;
}

.separator .sep_holder {
	display: table-cell;
	height: 1px !important;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.separator .sep_holder .sep_line {
	height: 1px;
	border-top: 1px solid #c41b1b;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.separator h4 {
	padding: 0 0.8em;
	line-height: 1em;
	font-size: 18px;
	display: table-cell;
	white-space: pre;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #353333;
}

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.325em;
}

ul, ol {
	margin: 0 0 1.325em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: smaller;
}

/* =Structure
----------------------------------------------- */

body {
	background-color: #ffffff;
}

#page {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.front #main {
	clear: both;
	padding: 0;
	float: left;
	width: 100%;
}

.not-front #main {
	clear: both;
	padding: 40px 0 0;
	float: left;
	width: 100%;
}

#access div {
	margin: 0;
}

#primary {
	float: left;
	margin: 0 auto;
	width: 100%;
}

/* =Header
----------------------------------------------- */
#support {
	display: block;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	height: 22px;
	position: relative;
	box-sizing: content-box;
}

#support strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
}

#newsticker {
	display: block;
	background: #ffffff;
	color: #bf1818;
	font-size: 12px;
	text-transform: uppercase;
	padding: 14px 0 8px 0;
	width: 100%;
	text-align: center;
	z-index: 101 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	top: 40px !important;
	position: fixed;
	height: 40px;
}

#newsticker a {
	color: #bf1818;
	text-decoration: none;
	font-weight: bold;
}

#newsticker p {
	margin-bottom: 0;
}

/* ticker scroll widget overrides */
.liScroll-container {
	height: inherit;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	width: 100%;
}

.liScroll-container .mask {
	left: 0; /**/
	overflow: hidden;
	position: relative;
	top: 0; /**/
	width: 100%;
}

ul.liScroll {
	color: #bf1818;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
}

ul.liScroll li {
	white-space: nowrap;
}

#branding {
	position: relative;
	z-index: 99;
	height: 128px;
}

#logo {
	z-index: 999999;
	position: relative;
	height: 124px;
	width: 125px;
	top: 90px;
	margin: 0 auto;
	text-align: center;
}

#brand {
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
	background: #ba1515 url(../images/red-bg.png) repeat-x;
	position: absolute;
}

.fixed-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/*border-bottom: solid #000000 2px;*/
	z-index: 9999999;
	height: auto;
	overflow: visible;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	filter: alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Mozilla */
	opacity: 1; /* CSS3 */
	background: #ffffff repeat-x center 92px;
}

/* additional for lafd */
.brand-header-offcanvas {
	backface-visibility: hidden;
	background: #c51b1b;
	background: -moz-linear-gradient(top, #c51b1b 0%, #c51b1b 50%, #c51b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c51b1b), color-stop(50%, #c51b1b), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, #c51b1b 0%, #c51b1b 50%, #c51b1b 100%);
	background: -o-linear-gradient(top, #c51b1b 0%, #c51b1b 50%, #c51b1b 100%);
	background: -ms-linear-gradient(top, #c51b1b 0%, #c51b1b 50%, #c51b1b 100%);
	background: linear-gradient(to bottom, #c51b1b 0%, #c51b1b 50%, #c51b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c51b1b', endColorstr='#c51b1b', GradientType=0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	display: none;
	height: 52px;
	left: -1px;
	min-height: 50px;
	padding-right: 1px;
	transform: translate3d(0px, 0px, 0px);
	width: 100%;
	z-index: 10000;
	position: absolute;
	top: 36px;
}

.newsticker .brand-header-offcanvas {
	top: 70px;
}

.brand-header-offcanvas a {
	color: #c9c9c9;
}

.brand-title-offcanvas {
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	width: 100%;
	text-align: center;
}

.brand-title-offcanvas:hover,
.brand-title-offcanvas:focus {
	text-decoration: none;
}

.brand-title-offcanvas img {
	height: auto !important;
	max-width: 65% !important;
	max-height: 33px;
	margin-top: 11px;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	background: transparent none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 8px 15px 8px -50px;
	cursor: pointer;
}

.navbar-toggle:focus {
	outline: 0;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #c9c9c9;
}

.icon-bar + .icon-bar {
	margin-top: 4px;
}

.sidebar-container {
	background-color: #232222;
	box-shadow: 3em 0 1.4em 0.1em rgba(0, 0, 0, 0.5) inset !important;
	height: 100%;
	overflow-y: auto !important;
	/*padding-bottom: 100%;*/
	padding-top: 0;
	top: -38px;
}

.sidebar-nav, .sidebar-nav * {
	box-sizing: border-box;
}

.sidebar-nav *, .sidebar-nav li, .sidebar-nav div {
	outline: 0 none;
}

.sidebar-nav li,
.sidebar-nav li.collapsed,
.sidebar-nav li.expanded {
	list-style: none outside none;
}

.sidebar-nav ul,
.sidebar-nav li {
	margin-left: 0;
	max-width: 110% !important;
	padding-left: 0 !important;
}

.sidebar-nav ul {
	margin-top: 0;
	margin-left: 0;
	max-width: 110% !important;
	padding-left: 0 !important;
	margin-bottom: 0;
}

.sidebar-nav li {
	border-bottom: 1px solid #111111;
	border-top: 1px solid #333333;
	line-height: 1 !important;
	list-style: none outside none;
	padding: 13px 0 13px 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.sidebar-nav li a {
	text-transform: capitalize;
	font: 400 16px/1 Helvetica, Arial, Georgia, Time !important;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
	color: #999999;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
	text-decoration: none;
	color: #eeeeee !important;
}

.sidebar-nav li:hover {
	background-color: #252525;
	cursor: pointer;
}

.sidebar-nav li:hover > a {
	color: #eeeeee !important;
}

.sidebar-nav li a:focus {
	color: #eeeeee !important;
}

.sidebar-nav img {
	margin-bottom: 20px;
	margin-top: 20px;
	max-width: 80%;
}

.sidebar-nav ul.sub-menu li ul.sub-menu {
	margin-top: 16px;
}

.sidebar-nav ul.sub-menu li ul.sub-menu li {
	margin-left: 16px;
	padding-right: 23px;
	width: 265px;
}

.sidebar-nav ul.sub-menu li.expanded {
	margin-bottom: -1px;
	padding-bottom: 0;
}

.sidebar-nav ul.sub-menu li ul.sub-menu li a {
	font-size: 14px !important;
	display: block;
	text-transform: uppercase;
}

.sidebar-nav ul.sub-menu li ul.sub-menu li a.active {
	font-weight: normal;
	color: #eaeaea !important;;
}

.sidebar-nav > ul.sub-menu > li.expanded::after {
	content: '\2013';
	position: absolute;
	top: 11px;
	left: 248px;
	color: #cccccc;
	font: 400 18px/1 Helvetica, Arial, Georgia, Time !important;
}

.sidebar-nav > ul.sub-menu > li.collapsed::after {
	content: '+';
	position: absolute;
	top: 11px;
	left: 248px;
	color: #cccccc;
	font: 400 22px/1 Helvetica, Arial, Georgia, Time !important;
	cursor: pointer;
}

.sidebar-nav > ul.sub-menu > li.collapsed ul {
	display: none;
}

.sidebar-nav ul.sub-menu li a {
	position: relative;
	padding: 0 10px 0 30px;
}

/* default to hide the ticker area */
#newsticker {
	display: none;
}

/* if the newsticker class has been added to the page, display the newsticker div */
.newsticker #newsticker {
	display: block;
}

/* end additional for lafd */

.newsticker .fixed-header {
	top: 110px;
}

.newsticker.not-front #main {
	margin-top: 30px;
}

.fixed-inner {
	max-width: 1100px !important;
	margin: 0 auto !important;
	position: relative;
	z-index: 999;
}

.fixed-header nav a {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/* =Menu
-------------------------------------------------------------- */

#navright {
	padding: 0;
	float: right;
}

#navleft {
	padding: 0;
	float: left;
	margin-left: 22px !important;
}

#access {
	display: block;
	float: none;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 100%;
	background-color: #353333;
	height: 56px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.25);
	box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.35);
	position: relative;
	top: 0;
	z-index: 9999;
}

.newsticker #access {
	top: 217px;
}

#access ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access li {
	float: left;
	position: relative;
	display: inline-block;
	margin: 0;
}

#access li ul li {
	float: left;
	display: block;
	width: 100%;
	padding: 0 !important;
	margin-bottom: -4px;
}

#access a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 9px 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
}

#access a span {
	text-transform: lowercase;
}

#access ul ul.about {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 460px;
	z-index: 99999;
	right: 0;
	background-color: #ffffff;
	padding: 10px;
}

#access ul ul.safety {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 210px;
	z-index: 99999;
	right: 0;
	background-color: #ffffff;
	padding: 10px;
}

#access ul ul.fire-prevention {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: right;
	margin: 0;
	position: absolute;
	width: 460px;
	z-index: 99999;
	left: 0;
	background-color: #ffffff;
	white-space: nowrap;
	padding: 10px;
}

#access ul ul.left {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: right;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 99999;
	left: 0;
	background-color: #ffffff;
	white-space: nowrap;
	padding: 10px;
}

#access ul ul.right {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: right;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 99999;
	left: 0;
	background-color: #ffffff;
	white-space: nowrap;
	padding: 10px;
}

#access ul ul ul {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: -10px 0 15px !important;
	position: relative;
	width: 100%;
	z-index: 99999;
	right: 0;
}

#access ul > li > ul > div > li {
	margin: 0 0 1px 0 !important;
	font-size: 12px !important;

}

#access ul > li > ul > div > li > a {
	margin: 0 0 4px 0 !important;
	font-size: 12px !important;

}

#access ul > li > ul > li {
	margin: 0 0 1px 0 !important;
	font-size: 12px !important;
}

#access ul > li > ul > li > ul > li {
	margin: 0 !important;
}

.col-1 {
	width: 50%;
	float: left;
}

.col-2 {
	width: 50%;
	float: right;
}

#access ul ul ul {
	display: block;
}

#access ul ul a {
	color: #ad0e0e;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	white-space: normal;
	margin: 0 0 4px 0;
}

#access ul ul ul a {
	color: #ad0e0e;
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 6px 10px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#access li:hover > a, #access a:focus {
	color: #ad0e0e;
	background-color: #ffffff;
}

#access ul.sub-menu li:hover > a, #access ul.sub-menu a:focus {
	color: #000000;
	background-color: #efefef;
}

#access li:hover > a, #access a:focus {
	color: #ad0e0e;
	background-color: #ffffff;
}

#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current > a, #access a.active {
	color: #fefe90;
}

#access .sub-menu .current > a,
#access .sub-menu a.active {
	color: #000000;
}

.menu strong {
	font-weight: 500;
	font-size: 12px;
}

/* TERTIARY NAV */
#tertiary {
	display: block;
	float: left;
	margin: 0 auto 30px auto;
	width: 100%;
}

#tertiary ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.centernav ul:after {
	content: '';
	width: 100%;
	display: inline-block;
}

#tertiary li {
	display: inline-block;
	cursor: pointer;
	margin: 0 0.5%;
}

#tertiary a {
	color: #353334;
	display: block;
	line-height: 20px;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#tertiary a.active,
#tertiary .current > a,
#tertiary a:hover,
#tertiary a:focus {
	color: #ad0f0e;
}

.border-grey {
	border-bottom: 2px solid #dcdddd;
}

/* content */
.row {
	width: 100%;
	display: block;
	clear: both;
}

.row:after {
	clear: both;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row *, .row *:before, .row *:after {
	box-sizing: border-box;
}

.wide910 {
	padding: 20px 0 30px 0;
}

.wide910 .front-news-column {
	padding-bottom: 50px;
}

.timeline-Widget .timeline-Footer {
	display:none !important;
}


.wide910 .wrapper,
.page-node .wide910 .field-items {
	max-width: 920px;
	margin: 0 auto;
	float: none;
}

.wide1000 {
	padding: 30px 0 0 0;
}

.wide1000 .wrapper {
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}

/* drupal's content region, user login, etc. */
.region.region-content .content {
	margin: 0 auto;
	max-width: 920px;
}

.content-title-row {
	padding-bottom: 0 !important;
}

.content-top-row {
	padding-top: 0 !important;
}

.column {
	margin-bottom: 25px;
}

.column:last-child {
	margin-bottom: 0;
}

.homeslider {
	text-align: center;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-bottom: -11px;
	z-index: 1
}

.homeslider img {
	height: auto;
	width: 100%;
	z-index: 1
}

.news-feeds-title {
	font-weight: bold;
}

.news-feeds-read-more {
	display: inline-block;
	font-weight: 400;
}

.news-all-link {
	text-align: center;
}

.news-all-link a {
	font-weight: 400;
}

.home-support-lafd {
	text-align: center;
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url(../images/support_lafd_bg.jpg) no-repeat scroll 50% 50%;
	padding: 80px 0;
}

.column.left {
	float: left;
	width: 45%;
}

.column.left2 {
	float: left;
	width: 50%;
}

.column.right {
	float: right;
	width: 45%;
}

.column.three {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.column.three:last-child,
.column.three:last-of-type {
	margin-right: 0;
}

.column.four {
	float: left;
	width: 21%;
	margin-right: 5%;
}

.column.four:last-child,
.column.four:last-of-type {
	margin-right: 0;
}

.quick {
	font-size: 16px;
}

.quick a {
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
}

.quick a:hover {
	color: #eceff0;
}

.quick strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal !important;
	font-style: normal !important;
	text-align: center !important;
}

.grey {
	background-color: #e5e9eb;
}

.light-grey {
	background-color: #f8f8f8;
}

.light-gray {
	background-color: #f8fbfb;
}

.blue {
	background-color: #347ca3;
	color: #ffffff;
	font-size: 15px;
}

.blue a {
	color: #ffffff;
}

.darkgrey {
	background-color: #353333;
	color: #ffffff;
}

.red {
	background-color: #c71c1c;
	color: #ffffff;
}

.archer2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.archer1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	color: #353333;
	font-size: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-left: 3%;
}

.community-and-more,
.archer1 a {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	color: #353333;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-left: 3%;
}

.com-pro-text {
	font-family: 'Roboto Slab', serif;;
	font-weight: 300;
	font-style: normal;
	color: #353333;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-left: 0;
}

.com-pro-text:first-child,
.community-and-more:first-child,
.archer1 a:first-child {
	margin-left: 0;
}

.archer1 a:hover {
	color: #000000;
}

.community-and-more span {
	padding: 9px 13px;
}

.wide910 .column.community-and-more {
	margin-left: 0;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px !important;
}

.community-and-more span {
	display: inline-block;
	padding: 2px 12px;
}

.tout h2 {
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-transform:uppercase;
	margin: 20px 5px 20px 5px;
}

.tout p {
	text-align: left;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
}

.tout p a {
	text-align: left;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	text-decoration:underline;
}

.tout .column div {
	text-align: center;
}

.front-tout {
	margin-top: 30px;
}

.gothlight h2 {
	font-family: 'Montserrat', sans-serif;;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	font-size: 24px;
}

.white {
	color: #ffffff;
}

h2.gothbutton {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	color: #ffffff;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 14px;
	background-color: #353333;
	border: 2px solid #ffffff;
	cursor: pointer;
	letter-spacing: 0.00012em;
	width: 300px;
	white-space: nowrap;
}

h2.gothbutton a {
	color: #ffffff;
}

h2.gothbutton:hover {
	background-color: #c4c4c4;
}

h2.archbutton {
	font-family: 'Roboto Slab', serif;
	font-weight: 700 !important;
	font-style: normal;
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	background-color: #000000;
	border: 2px solid #ffffff;
	cursor: pointer;
	letter-spacing: 0.00012em;
	max-width: 320px;
	text-transform: uppercase;
}

h2.archbutton a {
	color: #ffffff;
	font-weight: 800 !important;
}

h2.archbutton:hover {
	background-color: #2cb8f3;
}

#address {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	height: 80px;
}

#address .zip {
	display: block;
	float: none;
	margin: 0 auto 10px auto;
}

#address input.form-text {
	display: inline-block;
	padding: 8px 0;
	margin-left: 70px;
	width: 72%;
	text-align: center;
	background: none repeat scroll 0 0 #9d9e9f;
	border: 2px solid #c7cacc;
	color: #ffffff;
	border-radius: 2px;
	float: left;
	font-size: 18px;
}

#address .form-submit {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	color: #514f4f;
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	float: right;
}

.front .find-your-station #address .form-submit,
.page-node-31 .find-your-station #address .form-submit,
.page-node-31 .wide1000 #address .form-submit {
	background-color: #e5e9eb;
}

/* Footer */

.footer-headline h2 {
	margin: 20px 0px 40px 0px !important;
}

.front .language-headline h2 {
	font-size:18px;
}

#site-generator {
	color: #353333;
	font-size: 13px;
	line-height: 2.2em;
	padding: 20px 0;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

#site-generator a {
	color: #353333;
	font-weight: normal;
	text-decoration: none;
}

#colophon .footerright {
	float: right;
	width: 20%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#colophon .footerleft {
	float: left;
	width: 75%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* page, field specific */
.field-name-field-second-body {
	background-color: #e5e9eb;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

/* find a station styling */

.find-your-station {
	display: none;
}

.front .search-another,
.page-node-31 .search-another {
	display: none;
}

.front .find-your-station,
.page-node-31 .find-your-station {
	display: block;
}

.search-another {
	color: #c41b1b;
	cursor: pointer;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 23px
}

.search-another:hover {
	text-decoration: underline;
}

.search-another-text {
	text-align: center;
}

.page-node-31 .wide1000,
.page-fire-stations-station-results .wide1000 {
	display: none;
}

.front .find-your-station,
.page-node-31 .find-your-station,
.page-node-31 .wide1000 {
	border-bottom: none;
	background-color: #e5e9eb;
	margin: 0;
	padding-bottom: 20px;
}

.page-node-31 #main,
.page-fire-stations-station-results #main {
	padding-top: 0;
}

.page-fire-stations-station-results .view-empty {
	margin: 20px 0;
}

/* put Google link on a separate line */
.page-fire-stations-station-results .view-station-list a {
	display: block;
}

.find-your-station .column {
	margin-bottom: 20px;
}

.find-your-station.row.wide910 {
	padding: 35px 0 !important;
}

.front .find-your-station.row.wide910 {
	padding: 35px 0 !important;
}

.find-your-station h1.page-title {
	margin-bottom: 20px;
	padding-top: 0;
}

.front .find-your-station h1.page-title {
	padding-top: 10px;
}

.find-your-station.row.wide910 .column.community-and-more {
	margin-top: 20px;
	padding-bottom: 10px;
}

.front .find-your-station.row.wide910 .column.community-and-more {
	padding-bottom: 30px !important;
}


.front-news-row {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.social-media-news {
    max-width: 50px;
    display: inline-block;
    width: 50px;
	position: absolute;
	left: 0;
	margin-top: 10%;
	line-height: 0;
}

.social-media-news a {
	height: 51px;
	display:inline-block;
	line-height: 0;
}
.social-media-news a img {
	height: 51px;
	line-height: 0;
}

.front-news-container {
	max-width: 920px;
    display: inline-block;
    /*width: 50vw;*/
}

.front-news-container .view-content {
	text-align:left;
}


#block-views-station-list-all-fire-stations {
	max-width: 910px;
	margin: 35px auto;
	padding: 0 5%;
}

#block-views-station-list-all-fire-stations h2 {
	color: #c41b1b;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 35px;
	text-align: center;
	text-transform: uppercase;
}

#block-views-station-list-all-fire-stations table {
	width: 100%;
}

#block-views-station-list-all-fire-stations table caption {
	display: none;
}

#block-views-station-list-all-fire-stations th,
#block-views-station-list-all-fire-stations td {
	text-align: center;
	padding: 8px 4px;
}

#block-views-station-list-all-fire-stations th {
	font-weight: 400 !important;
}

#block-views-station-list-all-fire-stations th.views-field-field-fire-station-no {
	width: 8%;
}

#block-views-station-list-all-fire-stations th.views-field-field-fire-station-telehone {
	width: 23%;
}

#block-views-station-list-all-fire-stations th.views-field-address {
	width: 34%;
}

#block-views-station-list-all-fire-stations th.views-field-field-fire-station-community {
	width: 35%;
}

#block-views-station-list-all-fire-stations td {
	font-weight: 300 !important;
}

#block-views-station-list-all-fire-stations td.views-field-field-fire-station-no {
	color: #bd1d08;
	font-weight: bold !important;
}

#block-views-station-list-all-fire-stations td.views-field-address,
#block-views-station-list-all-fire-stations td.views-field-field-fire-station-community {
	text-align: left;
}

.page-fire-stations-station-results h2.page-title {
	color: #c41b1b;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}

.view-display-id-find_your_station .view-content > div {
	text-align: center;
	margin-bottom: 1.625em;
}

.node-news div.field-name-field-published-date {
	float: none;
}

.node-news div.field-name-field-news-city {
	float: left;
	text-transform: uppercase;
}

.node-news div.city-dash {
	float: left;
	margin: 0 3px;
}

.node-news div.field-name-body {
	float: none;
}

.node-news div.submitted-by {
	float: none;
}

.block-system {
	padding: 0 5%;
}

/*NO newsticker & not-logged-in*/

.not-logged-in .fixed-header {
	top: 0;
}

.not-logged-in #access {
	top: 0 !important;
}

/*NO newsticker &  logged-in*/

.logged-in .fixed-header {
	top: 0 !important;
}

.logged-in #access {
	top: 0 !important;
}

/*newsticker & not-logged-in*/

.newsticker.not-logged-in #newsticker {
	top: 0 !important;
	position: relative;
}

.newsticker.not-logged-in #support {
	top: 0 !important;
	position: relative;
}

.not-logged-in.newsticker .fixed-header {
	top: 30px !important;
	position: relative;
}

.newsticker.not-logged-in #access {
	top: 0 !important;
	position: relative;
}

/*newsticker & logged-in*/
.newsticker.logged-in #newsticker {
	top: 0 !important;
	position: relative;
}

.newsticker.logged-in #support {
	top: 0 !important;
	position: relative;
}

.newsticker.logged-in .fixed-header {
	top: 30px !important;
	position: relative;
}

.newsticker.logged-in #access {
	top: 0 !important;
	position: relative;
}

ul.liScroll .views-liScroll-tick-field a {
	margin: 0;
}

.print-icon {
	width: 60px;
	position: relative;
	top: 30px;
	right: 170px;
	float: right;
}

#print-logo {
	display: none;
}

.field-name-field-header-image {
	max-height: 330px;
	overflow: hidden;
}

#access .sub-menu {
	margin: -5px 0 15px 0 !important;
	float: left !important;
	width: 100%;
}

.field-type-text-long {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/** Styles added in PHASE 2 **/
.page-news .block-system {
	padding: 0;
}

.main-content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.region-sidebar-right .block {
	margin-bottom: 35px;
}

.region-sidebar-right h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	color: #353333;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}

.view-news-list.view-display-id-block_bureau_recent_news .views-row,
.view-news-list.view-display-id-page .views-row {
	margin-bottom: 40px;
}

.news-row-wrapper.news-is-featured {
	display: block;
	border: #c21f0d solid 1px;
	padding: 0 20px 20px;
}

.news-row-wrapper.news-is-featured .featured-text {
	display: block;
	text-align: center;
	background-color: #ffffff;
	width: 190px;
	position: relative;
	margin: -15px auto 10px;
	font-size: 18px;
	color: #c41b1b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

.featured-img {
	margin-bottom: 15px;
}

.featured-img img {
	width: 100%;
}

/*.news-city-body-wrapper p:last-child {
	margin-bottom: 0;
}*/

.news-row-wrapper {
	margin-bottom: 40px;
}

.news-title h2 {
	display: block;
	letter-spacing: 0;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.news-date-category-wrapper {
	font-size: 14px;
	font-weight: normal;
}

.news-date-category-wrapper .date-display-single {
	margin-right: 20px;
	font-size: 14px;
	font-weight: 300;
}

.news-date-category-wrapper a {
	margin-right: 15px;
	font-weight: normal;
}

.news-spoker {
	font-size: 14px;
	margin-bottom: 20px;
}

.news-spoker a {
	font-weight: normal;
}

.view-news-categories .item-list ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}

.view-news-categories .item-list ul li a {
	font-weight: normal;
	font-size: 18px;
}

.block-lafd-follow .item-list ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}

#block-lafd-follow-lafd-follow .social-text {
	font-size: 18px;
	font-weight: normal;
	margin-left: 8px;
	vertical-align: top;
}

.node-type-news .block-system {
	padding: 0;
}

.node-type-news h1.page-news-title {
	display: block;
	letter-spacing: 0;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
	max-width: 600px;
}

.node-type-news .print-icon {
	top: 20px;
	left: 80px;
}

.news-category-items .item-list ul {
	margin: 0;
}

.news-category-items ul li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}

.news-category-items ul li a {
	font-size: 14px;
	font-weight: normal;
}

.news-category-items {
	display: inline-block;
	vertical-align: middle;
}

.node-type-news .field.field-name-field-published-date {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	vertical-align: middle;
}

.node-type-news .content .submitted-by {
	clear: both;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
}

.node-type-news .content .submitted-by a {
	font-weight: normal;
}

.node-type-news .field-name-field-news-primary-image img {
	width: 100%;
}

.news-image-desc-credits {
	display: block;
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
}

.news-image-desc-credits .field-label {
	font-weight: normal;
}

.news-primary-image-desc-credits {
	margin-bottom: 1.625em;
}

.lafd-geohub-map-wrapper {
	padding-bottom: 20px;
}

.news-map-caption,
.news-map-caption a {
	font-size: 18px;
	font-weight: 500;
}

.field.field-name-body.field-type-text-long.field-label-hidden {
	margin-bottom: 40px;
}

.sharethis-buttons .stMainServices.st-facebook-counter {
	background-image: url("../images/share-facebook.png") !important;
	width: 140px;
	height: auto;
}

.sharethis-buttons .stMainServices.st-twitter-counter {
	background-image: url("../images/share-twitter.png") !important;
	width: 140px;
	height: auto;
}

.sharethis-buttons .stMainServices.st-email-counter {
	background-image: url("../images/share-email.png") !important;
	width: 140px;
	height: auto;
}

#news-social.socialshare {
	display: inline-flex;
	margin-bottom: 40px;
}

#news-social.socialshare img {
	padding: 7px 7px 7px 0;
}

.page-full-image {
	background-color: #e5e9eb;
}

.page-full-image.page-middle-image {
	background-color: #ffffff;
}

.page-full-image img {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.not-front .has-header #main {
	padding-top: 0;
	margin: -37px auto 0 auto;
}

.has-header .wide1000 {
	margin-bottom: 0;
}

.wide910.title-in-grey {
	padding: 50px 0 0 0;
}

.page-blocks-wrapper .page-block-inner {
	vertical-align: top;
	margin-bottom: 30px;
	text-align: center;
}

.page-blocks-wrapper .page-block-inner img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}

.node-type-fire-station .station-address-info-wrapper {
	text-align: center;
}

.node-type-fire-station .report-911 {
	font-weight: bold;
}

.node-type-fire-station .field-name-field-fire-station-telephone .field-label {
	display: inline-block;
	float: none;
	font-weight: normal;
}

.node-type-fire-station .field-name-field-fire-station-telephone {
	margin-bottom: 30px;
}

.node-type-fire-station .field-name-field-upper-body {
	margin-bottom: 50px;
}

h1.page-title.station-more-text {
	margin: 50px 0;
}

.print-icon {
	display: block;
	height: 21px;
	width: 60px;
	position: relative;
	top: 55px;
	right: 0;
	float: right;
}

a#page-main-print-btn {
	display: block;
	text-indent: -9999em;
	background: url("../images/print.png") no-repeat scroll center center transparent;
}

/* Find Stations */
.page-node-31 a#page-main-print-btn {
	padding-top: 76px;
}

.wrapper.gtranslate-wrapper {
	clear: both;
	border-top: 1px solid #454343;
	padding-top: 35px;
}

.gtranslate-block {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.gtranslate-block h2 {
	margin-bottom: 0;
	font-weight: 300;
	margin-right: 8px;
	color: #ffffff;
}

.gtranslate-block h2,
.gtranslate-block .content {
	display: inline;
	vertical-align: middle;
}

.quick .gtranslate-block a:hover {
	color: #000000;
}

#access ul ul li ul {
	display: block !important;
	box-shadow: none !important;
	float: none !important;
	width: auto !important;
	position: relative !important;
	padding: 0 !important;

}

#access ul ul li ul a {
	padding: 3px 10px;
	line-height: 1.4em;
	margin: 0;
	white-space: normal;
	font-weight: normal;
}

#lafd-find-station-address-form {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	/*height: 80px;*/
}

#lafd-find-station-address-form label {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	color: #353333;
	font-size: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	float: none;
	margin: 0 auto 10px auto;
}

#lafd-find-station-address-form input.form-text {
	display: inline-block;
	padding: 8px 0;
	margin-left: 70px;
	width: 72%;
	background: none repeat scroll 0 0 #9d9e9f;
	border: 2px solid #c7cacc;
	color: #ffffff;
	border-radius: 2px;
	float: left;
	font-size: 18px;
	text-align: center;
}

#lafd-find-station-address-form .form-submit {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	color: #514f4f;
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.front .find-your-station #lafd-find-station-address-form .form-submit,
.page-node-31 .find-your-station #lafd-find-station-address-form .form-submit,
.page-node-31 .wide1000 #lafd-find-station-address-form .form-submit {
	background-color: #e5e9eb;
}

.archer1.no-station-message {
	margin: 50px auto 0 auto;
	text-align: center;
}

/* Bureau content */
.node-type-bureau-page .field-name-field-upper-body {
	text-align: center;
}

h1.page-title.has-top-margin {
	margin: 30px 0 0 0;
}

.node-type-bureau-page h2.happening {
	color: #c41b1b;
}

h2.community-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 32px !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}

.community-wrapper ul {
	list-style: none;
	text-align: center;
}

.community-wrapper ul li {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
}

.whiteline {
	clear: both;
	display: block;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.3;
	width: 100%;
	margin: 40px 0;
	float: left;
}

.bureau-select-station {
	display: block;
	float: none;
	width: 420px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0 0 0 111px;
	text-align: center;
}

.bureau-select-station .styled-select {
	background: url("../images/arrows-trans2.png") no-repeat right #ffffff;
}

.bureau-select-station .styled-select select {
	color: #000000;
}

.bureau-select-station label {
	display: block;
	position: absolute;
	bottom: 30px;
	left: -55px;
	font-size: 22px;
	text-transform: uppercase;
}

.bureau-select-station .styled-select select option {
	background-color: #ffffff;
	padding: 0;
}

.bureau-select-station .form-type-select,
.bureau-select-station .form-submit {
	display: inline-block;
	vertical-align: middle;
}

.bureau-select-station .form-submit {
	background: transparent;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	float: right;
	position: absolute;
	margin: 20px;
}

.bureau-select-station .form-submit:hover {
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	float: right;
	position: absolute;
	margin: 20px;
	background-color: #333333 !important;
}

.headquarter-section {
	text-align: center;
}

.node-type-bureau-page .print-icon {
	top: 25px;
}

.row.print-container {
	clear: both;
}

.row.print-container .print-icon {
	display: block;
	height: 21px;
	width: 60px;
	position: static;
	float: right;
}

.wide910.row.print-container {
	padding: 0 0 15px 0;
}

#tertiary.no-bottom-space {
	margin-bottom: 10px;
}

.wide1000.no-bottom-space {
	margin-bottom: 0;
}

.column.print-area-column {
	position: relative;
}

.column.print-area-column .print-icon {
	display: block;
	float: none;
	height: 22px;
	position: absolute;
	bottom: 10px;
	right: 0;
	top: auto;
	width: 60px;
}

.node-type-landing-page .field-name-field-second-body {
	padding-top: 0;
	padding-bottom: 0;
}

.node-type-landing-page .title-in-white.wide910 {
	padding-bottom: 0;
}

.wide600 .wrapper {
	max-width: 600px;
	margin: 0 auto;
	float: none;
}

.find-station-header {
	background: url(../images/fire-truck.jpg) no-repeat scroll left top #000000;
	background-size: cover;
	min-height: 245px;
	padding-top: 70px;
	text-align: center;
}

.find-station-header .archer1 a,
.find-station-header .com-pro-text {
	color: #ffffff;
	font-size: 24px;
}

.find-station-header .archer1 a:hover {
	color: #ffffff;
}

.page-node-31 .row.wide1000.upper.no-bottom-space {
	display: block;
}

.page-node-31 .row.wide1000.upper.no-bottom-space .page-title,
.page-node-31 .row.wide1000.upper.no-bottom-space .tabs {
	display: none;
}

.node-type-alert h1.page-title {
	text-transform: none;
}

.node-type-alert .alert-node-body {
	padding: 10px 25px 45px 25px;
}

.alert-node-body {
	font-size: 16px;
	line-height: 24px;
}

h2.alert-node-title {
	display: block;
	letter-spacing: 0;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.alert-preview.alert-preview-body {
  padding: 12px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  clear: both;
}

.lafd-alert-preview-edit-link {
  float: right;
}

.view-alerts .views-row {
	margin-bottom: 40px;
}

.view-alerts .stButton .stMainServices.st-facebook-counter {
	background-image: url("../images/share-facebook.png") !important;
	width: 111px;
	height: auto;
	background-size: 111px 20px;
	padding: 0;
}

.view-alerts .stButton .stMainServices.st-twitter-counter {
	background-image: url("../images/share-twitter.png") !important;
	width: 111px;
	height: auto;
	background-size: 99px 20px;
	padding: 0;
}

.view-alerts .stButton .stMainServices.st-email-counter {
	background-image: url("../images/share-email.png") !important;
	width: 111px;
	height: auto;
	background-size: 85px 20px;
	padding: 0;
}

.view-alerts .st_facebook_button,
.view-alerts .st_twitter_button,
.view-alerts .st_email_button {
	display: inline-block;
}

.view-alerts .alert-share-label,
.view-alerts .views-field-sharethis {
	display: inline-block;
}

.view-alerts .alert-share-label img {
	vertical-align: bottom;
}

a.rss-button:hover {
	color: #666666;
}

a.rss-button {
	display: block;
	color: #3d3b3b;
	border: solid #000000 1px;
	font-size: 14px;
	background: #f8f8f8 url("../images/rss.png") no-repeat left center;
	padding: 10px 10px 10px 40px;
}

.view-alerts .item-list .pager li {
	margin: 0;
	padding: 0;
}

.view-alerts .item-list .pager li a {
	background: none;
	border: 1px solid #c21f0d;
	color: #c21f0d;
	margin-right: 4px;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}

.view-alerts .item-list .pager li.pager-current {
	color: #000000;
	background: none;
	border: 1px solid #000000;
	margin-right: 4px;
	padding: 4px 12px;
	font-weight: bold;
}

#views-exposed-form-alerts-page-alerts .styled-select {
	overflow: hidden;
	border: 1px solid #353333;
	background: #ffffff url(../images/arrows-trans-red.png) no-repeat right;
	color: #353333;
	padding-left: 8px;
	margin-bottom: 25px;
	width: 200px;
	height: auto;
	max-width: 100%;
}

#views-exposed-form-alerts-page-alerts .styled-select select {
	background: transparent;
	width: 285px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	color: #353333;
}

#views-exposed-form-alerts-page-alerts .styled-select select option {
	background-color: #ffffff;
	padding-left: 8px;
	color: #353333;
}

#views-exposed-form-alerts-page-alerts label {
	font-size: 14px;
	color: #353333;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}

.node-webform {
	padding-top: 20px;
}

.node-webform .print-icon {
	top: -24px;
}

.signup-alerts-button,
.webform-submit,
.form-submit {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #bd1d08;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.webform-submit {
	width: 200px;
}

.signup-alerts-button:hover,
.webform-submit:hover,
.form-submit:hover {
	background-color: #f7462d;
	text-decoration: none;
}

.signup-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #353333;
	font-size: 14px;
	display: block;
	margin-bottom: 45px;
	line-height: 1.2;
}

#block-lafd-follow-lafd-follow-twitter li a {
	font-size: 14px !important;
	font-weight: normal;
}

#block-lafd-follow-lafd-follow-twitter li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
	line-height: 1.2em;
}

.twitter-link-desc {
	font-size: 14px;
	line-height: 10px;
}

.alert-sms-text {
	display: block;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	padding: 15px 0;
	line-height: 1.3em;
	color: #bd1d08;
	font-weight: 300;
	font-size: 16px;
	margin-top: 35px;
}

.alert-sms-text strong {
	color: #000000;
}

.sidebar-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	color: #353333;
	display: block;
	font-size: 20px;
}

.tp-rightarrow.default,
.tp-leftarrow.default {
	z-index: 1 !important;

}

/*pager*/

.pager a {
	font-weight: 300;
}

.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0 !important;
}

.pager {
	text-align: center;
}

.pager ol {
	padding: 0;
	margin: 0;
	list-style: outside none none;
}

.pager li {
	display: inline;
	list-style: outside none none;
}

.pager .title {
	color: #555555;
	margin-right: 4px;
}

.pager a {
	background: none;
	border: 1px solid #c21f0d;
	color: #c21f0d;
	margin-right: 4px;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.pager a:hover {
	color: #000000;

}

.item-list {
	margin: 0 0 50px;
}

.news-publisheddate-categories .item-list {
	margin: 0;
}

.community-wrapper .item-list {
	margin: 0;
}

.item-list ul li {
	margin: 0 0 5px 5px !important;
	padding: 0;
}

.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0 !important;
}

.pager li.pager-current {
	color: #000000;
	background: none;
	border: 1px solid #000000;
	margin-right: 4px;
	padding: 4px 12px !important;
	font-size: 12px;
}

.pager-last,
.pager-first {
	display: none !important;

}

.search-another-text {
	margin-bottom: 33px;
	text-align: center;
}

#map-overlay-tabs .tabs {
	position: relative;
	top: 10px;
	min-height: 200px; /* This part sucks */
	clear: both;
	margin: 25px 0;
}

.logged-in .tabs {
	min-height: revert;
	margin: 20px;
}

label.option {
	font-weight: inherit !important;
}

label {
	font-weight: inherit !important;
}

.form-item, .form-actions {
	margin-top: 1em;
	margin-bottom: 1.4em !important;
}

.form-item.form-type-checkbox {
	margin-bottom: .4em !important;
}

.submitted {
	display: none;

}

.form-text,
.form-select {
	overflow: hidden;
	border: 1px solid #939495;
	background-color: #f6f6f6;
	color: #7f7f7f;
	height: 40px;
	font-size: 14px;
	padding: 1px 1px 1px 20px;
	margin: 0;
}

.node-webform {

	margin: 0 0 50px 0;

}

.links {
	margin: 0 0 50px 0;
	text-align: center;
}

.community-wrapper p {
	margin: 0;
	height: 0;
}

#lafd-find-station-address-form {
	position: relative
}

#lafd-find-station-address-form .form-submit {
	position: absolute;
	right: 0;
	margin: -15px;
}

/* --- translate --- */

/*Armenian*/
.gtranslate-hy #access #navright > div > ul > li > a {
	padding: 9px 10px;
	letter-spacing: 1px;
	font-size: 12px;

}

.gtranslate-hy #access #navleft > div > ul > li > a {
	padding: 9px 10px;
	letter-spacing: 0;
	font-size: 11px;
}

/*Chinese (simplified)*/
.gtranslate-zh-CN #access #navright > div > ul > li > a {
	padding: 9px 14px;
	letter-spacing: 1px;
	font-size: 14px;

}

.gtranslate-zh-CN #access #navleft > div > ul > li > a {
	padding: 9px 14px;
	letter-spacing: 0;
	font-size: 14px;
}

/*Filipino*/
.gtranslate-tl #access #navright > div > ul > li > a {
	padding: 9px 5px;
	letter-spacing: 1px;
	font-size: 10px;

}

.gtranslate-tl #access #navleft > div > ul > li > a {
	padding: 9px 10px;
	letter-spacing: 0;
	font-size: 11px;
}

/*Korean*/
.gtranslate-ko #access #navright > div > ul > li > a {
	padding: 9px 12px;
	letter-spacing: 1px;
	font-size: 14px;

}

.gtranslate-ko #access #navleft > div > ul > li > a {
	padding: 9px 12px;
	letter-spacing: 0;
	font-size: 14px;
}

/*Persian*/
.gtranslate-fa #access #navright > div > ul > li > a {
	padding: 9px 12px;
	letter-spacing: 1px;
	font-size: 14px;

}

.gtranslate-fa #access #navleft > div > ul > li > a {
	padding: 9px 12px;
	letter-spacing: 0;
	font-size: 14px;
}

/*Spanish*/
.gtranslate-es #access #navright > div > ul > li > a {
	padding: 9px 7px;
	letter-spacing: 1px;
	font-size: 8px;

}

.gtranslate-es #access #navleft > div > ul > li > a {
	padding: 9px 9px;
	letter-spacing: 0;
	font-size: 10px;
}

#block-gtranslate-gtranslate select {
	background: #ffffff none repeat scroll 0 0;
	width: 150px;
	padding: 0 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	border: 0 none;
	border-radius: 1px;
	height: 30px;
	color: #333333;
}

/* Miscellaneous */
#node-58461 div.print-icon {
	display: none;
}

/* =Responsive Structure
----------------------------------------------- */

@-ms-viewport {
	/*noinspection CssInvalidPropertyValue*/
	width: device-width;
}

@viewport {
	/*noinspection CssInvalidPropertyValue*/
	width: device-width;
}

@media (max-width: 1060px) {
	/* Simplify the basic layout */
	#access ul {
		font-size: 12px;
	}

	#access a {
		padding: 9px 10px;
	}

	#access #navleft a {
		padding: 9px;
	}

	#access ul ul a {
		font-size: 11px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	#access ul ul.about {
		width: 400px;
	}

	#main #content {
		margin: 0;
		width: auto;
	}

	.archer1 a {
		font-size: 16px
	}
}

@media (min-width: 961px) {
	#page.with-sidebar .main-content-wrapper .region-content {
		float: left;
		width: 65%;
	}

	#page.with-sidebar .main-content-wrapper .region-sidebar-right {
		float: right;
		padding: 0 10px;
		width: 21%;
	}
}

@media (max-width: 960px) {
	body, input, textarea {
		font-size: 15px;
	}

	#access ul {
		font-size: 11px;
	}

	#support {
		height: auto;
	}

	#branding {
		display: none;
	}

	.print-icon {
		display: none !important;
	}

	.wide910 {
		padding: 20px 0px 30px 0px;
	}

	.front #main {
		clear: both;
		padding: 49px 0 0 0 !important;
	}

	.not-front #main {
		clear: both;
		padding: 55px 0 0 !important;
	}

	.page-header-image {
		margin: -30px 0 0;
	}

	.twitter-timeline {
		width: 100% !important;
	}

	#colophon .footerright {
		float: right;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	#colophon .footerleft {
		float: right;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.archer2 {
		font-size: 20px;
	}

	.wide910 .column {
		padding: 0 5% !important;
	}

	#tertiary li {
		display: block;
		cursor: pointer;
		text-align: center;
	}

	#tertiary {
		padding: 0 0 25px 0;
	}

	.brand-header-offcanvas {
		display: block !important;
	}

	.navbar-toggle {
		display: block !important;
	}

	.nolink {
  		pointer-events: none;
  		cursor: default;
	}

	.node-type-news .block-system {
		padding: 0 5%;
	}

	h1.page-title {
		margin: 0 0 20px;
	}

	@keyframes fadeInOut {
		0% {
			opacity: 0;
		}

		20% {
			opacity: 0;
		}

		31% {
			opacity: 1;
		}
		84% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}

	@-webkit-keyframes fadeInOut {
		0% {
			opacity: 0;
		}

		20% {
			opacity: 0;
		}
		31% {
			opacity: 1;
		}
		84% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	#page.with-sidebar .main-content-wrapper .region-content {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	#page.with-sidebar .main-content-wrapper .region-sidebar-right {
		float: none;
		margin-top: 20px;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}

	#page.with-sidebar .main-content-wrapper .region-sidebar-right .item-list img {
		display: block;
		margin: 0 auto;
	}

	.front-news-container {
	padding: 20px 10% 30px;
    }
}

@media screen and (min-width: 861px) {
	.page-blocks-wrapper .page-block-inner {
		display: inline-block;
		width: 26%;
		margin-left: 3%;
		margin-right: 3%;
	}
}

@media screen and (max-width: 860px) {

	.social-media-news img {
		width: 40px !important;
		height: 42px !important;
	}

	.social-media-news a {
    	height: 42px;
	}

	.social-media-news {
    	margin-top: 20%;
	}

	#lafd-find-station-address-form .form-submit {
		position: relative;
		right: 0;
		margin: 0 auto;
	}

	.bureau-select-station label {
		display: block;
		position: relative;
		text-align: center;
		bottom: 10px;
		left: auto;
		font-size: 20px;
		text-transform: uppercase;
	}

	.bureau-select-station .form-submit {
		background: transparent none repeat scroll 0 0;
		border: medium none;
		color: #ffffff;
		cursor: pointer;
		font-size: 20px;
		float: none;
		position: absolute;
		margin: 20px auto;
		bottom: 5px;
	}

	.bureau-select-station {
		padding: 0;
	}

	.front h2 {
		font-size: 14px;
		white-space: nowrap;
	}

	.quick {
		font-size: 16px;
	}

	.quick h2 {
		font-size: 20px;
	}

	.archer1 a {
		display: block;
		margin-left: 0 !important;
		font-size: 25px;
	}

	.quick {
		text-align: left !important;
	}

	#address {
		height: 110px;
	}

	#address input.email {
		width: 80%;
	}

	#address .form-submit {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		white-space: normal;
	}

	.community-and-more span {
		display: block;
		width: 100%;
		clear: both;
		text-align: center;
	}

	.column.left {
		float: none;
		width: 100%;
	}
	.column.left2 {
		float: none;
		width: 100%;
	}

	.column.right {
		float: none;
		width: 100%;
	}

	.column.three {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.column.three img {
		min-width: 80%;
	}

	.column.four {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.parallax {
		min-height: 120px;
	}

	#lafd-find-station-address-form input.form-text {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.bureau-select-station {
		width: auto !important;
	}

	.bureau-select-station .form-submit {
		position: relative !important;;
		margin: 0 auto !important;
		display: block !important;
	}

	.bureau-select-station .form-submit:hover {
		position: relative !important;;
		margin: 0 auto !important;
		display: block !important;
		float: none;
	}

	h2.community-title {
		font-size: 24px !important;
	}

	h2.gothbutton {
		white-space: normal;
		width: auto;
	}

	#news-social > img {
		height: 40px
	}
}

@media (max-width: 600px) {
	.views-table.cols-4 {
		font-size: 12px;
	}

	.page-full-image img {
		width: 170% !important;
		height: auto !important;
		display: block;
		max-width: 170%;
		margin-left: -30%;
	}
}

@media only screen and (max-width: 550px) {
	#support {
		font-size: 11px;
	}

	#newsticker {
		font-size: 11px;
	}

	.front h2 {
		font-size: 20px !important;
		white-space: nowrap;
	}

	#address input.email {
		font-size: 12px;
		width: 70%;
	}

	.alignleft {
		display: block;
		margin: 0 auto;
		float: none;
	}

	.alignright {
		display: block;
		margin: 0 auto;
		float: none;
	}

	.aligncenter {
		display: block;
		margin: 0 auto;
		float: none;
	}

	.separator h4 {
		white-space: normal;
		text-align: center;
		font-size: 16px;
	}

	.separator .sep_holder {
		width: 20%;
	}

	h1.page-title {
		font-size: 24px;
	}

	#address input.form-text {
		float: none;
		margin-left: 0;
		width: 74%;
	}

	.brand-title-offcanvas img {
		margin-top: 16px;
	}

	h2.gothbutton a {
		font-size: 14px !important;
	}

	.front #main {
		clear: both;
		padding: 32px 0 0 !important;
	}

	.not-front #main {
		clear: both;
		padding: 32px 0 0 !important;
	}

	.find-your-station h1.page-title {
		padding-top: 10px;
	}

	.front .find-your-station h1.page-title {
		padding-top: 0;
	}

	.find-your-station.row.wide910 {
		padding: 20px 0 !important;
	}

	.search-another {
		padding-top: 27px !important;
	}
}

@media screen and (max-width: 360px) {
	.navbar-toggle {
		margin-right: -5px;
	}
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
/* http://getbootstrap.com/examples/offcanvas/ */
html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}

/*
body {
		padding-top: 70px;
}
footer {
		padding: 30px 0;
}
*/
@media screen and (max-width: 960px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas-right .sidebar-offcanvas {
		right: -280px;
	}

	.row-offcanvas-right.active #support {
		right: 0px;
	}

	.row-offcanvas-right.active {
		right: 281px;
	}

	.sidebar-offcanvas {
		position: absolute;
		width: 281px;
	}

	#newsticker {
		top: 80px !important;
	}

	.newsticker.not-front #main {
		padding: 10px 0 0 0 !important;
	}

	.brand-title-bar {
		left: -581px !important;
	}
}

/* Images */
.alignleft {
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
}

.alignright {
	float: right;
	margin-left: 35px;
	margin-bottom: 35px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

/* Responsive images */
.content img {
	max-width: 100%; /* Fluid images */
	height: auto; /* Make sure images scaled correctly */
}

/* =Print
	----------------------------------------------- */
@media print {
	html {
		margin-top: 0 !important;
	}

	body {
		background: none !important;
		color: #000000;
		font-size: 12px;
		margin: 0;
		overflow: hidden;
	}

	.print-icon {
		display: none;
	}

	#print-logo {
		display: block;
		margin: 0 auto 0 auto;
		max-width: 70%;
		height: auto;
	}

	#admin-menu, #global_nav_la_4324422, #messages, #support, #branding, #news-social, .row.quick, footer, .sidebar-offcanvas, .brand-header-offcanvas, #support, #global_nav_la_4324422, #branding, #skip-link, .quick, #colophon, .print-icon {
		display: none !important
	}

	.fixed-header {
		display: block !important;
		top: 0 !important;
		position: relative !important;
	}

	#access {
		top: 20px !important;
		position: relative;
	}

	#main {
		padding: 0 0 0 !important;
		margin-top: -50px;
	}

	#main, .not-front #main {
		padding-top: 0;
	}

	.main-content-wrapper {
		width: 100% !important;
		margin: auto !important;
	}

	.wide1000 {
		padding-top: 0;
	}

	.field-name-body img {
		width: 100% !important;
		margin: auto !important;
		height: auto !important;
		float: none;
	}

	.grey {
		background-color: #ffffff !important;
	}

	.darkgrey {
		background-color: #ffffff !important;
		color: #000000 !important;
	}

	.quick {
		font-size: 12px !important;
	}

	.quick a {
		color: #000000 !important;
	}

	.field-name-field-second-body {
		background-color: #ffffff !important;
	}

	.map-overlay-heading {
		font-size: 14px;
	}

	.map-overlay-time span {
		font-size: 30px;
	}
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	.front #main {
		clear: both;
		padding: 32px 0 0 0 !important;
	}

}
