/** General Page Styles **/
body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #394057;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #394057;
  font-size: 2.0em;
  line-height: 1.2em;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.1em;
  color: #000000;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #032939;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
hr {
  border: 0;
  height: 1px;
  margin: 25px 0px 10px 0px;
  background: #cccccc;
}
a {
	text-decoration: none;
	color: #ff0004;
  font-weight: 700;
}
a:hover,
a:focus {
	color: #000000;
}

/** General Image Styles **/
img {
  max-width: 100%;
  height: auto;
}
.align-left {
  float: left;
  margin: 0 25px 25px 0;
}
.outline-left {
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
.align-right {
  float: right;
  margin: 0 0 25px 25px;
}
.outline-right {
  border: 2px solid #ffffff;
  box-shadow: -1px 1px 6px rgba(0,0,0,0.4);
}
.clear-fl {
  clear: both;
  font-size: 0.00000001em;
  height: 1px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .align-left, .align-right {
    max-width: 50%;
  }
}
@media screen and (max-width: 468px) {
  .align-left, .align-right {
    float: none;
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
}

/** Table Styles **/
table {
  width: 100%;
  background: #ffffff;
  border: 1px solid #222222;
  border-collapse: collapse;
  color: #000000;
}
thead tr th {
  padding: 2px 15px 2px 15px;
  border-collapse: collapse;
  background: #cccccc;
  text-align: left;
  font-weight: 700;
}
thead tr th a {
  color: #04222e;
}
thead tr th a:hover, 
thead tr th a:focus {
  color: #e21838;
}
thead tr td,
tbody tr td {
  padding: 5px 15px 5px 15px;
}
tbody tr:nth-child(even) {
  background-color: #c3c3c3;
}

/** File Attachment Icons **/
.file--application-pdf {
  padding-left: 25px;
  background-image: url(img/pdf-icon.png);
  background-repeat:no-repeat;
}

/** Drupal alert message styles **/
div[role=alert] {
  margin: 0 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #ffffcf;
  border: 1px solid #cccccc;
}
div[role=message],
div[role=contentinfo] {
  margin: 0 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #cfffd1;
  border: 1px solid #cccccc;
}

/** Drupal button styles **/
#block-nfpa2019-local-actions nav {
  list-style: none;
}
#block-nfpa2019-local-actions nav li a.button {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 2px 25px 2px 25px;
  background-color: #344f5b;
  border-radius: 25px;
  color: #ffffff;
  transition: all 0.3s;
}
#block-nfpa2019-local-actions nav li a.button:hover,
#block-nfpa2019-local-actions nav li a.button:focus {
  background-color: #000000;
}
.link {
  display: inline;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
  color: #0074bd;
  text-decoration: none;
  font-weight: bold;
}
.link:hover,
.link:focus {
  color: #008ee6;
  text-decoration: underline;
}

/** Drupal Core Tab Styles **/
#block-nfpa2019-local-tasks {
  padding-bottom: 4px;
  border-bottom: 1px solid #a3a3a3;
}  
#block-nfpa2019-local-tasks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-nfpa2019-local-tasks ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
#block-nfpa2019-local-tasks ul li a {
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 5px 5px 0 0;
  background-color: #e4e4e4;
}
#block-nfpa2019-local-tasks ul li a.is-active {
  background-color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
}
/*IE workaround*/
/*All IE browsers*/
* html #block-nfpa2019-local-tasks ul li {
    border-left: 1px solid black;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #block-nfpa2019-local-tasks ul { height: 1%; }

* html #block-nfpa2019-local-tasks ul li {
    display: block;
    float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #block-nfpa2019-local-tasks ul li:first-child {
    border-left: 0;
}

/** Drupal core pager styles **/
.pager ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  }
.pager ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
.pager ul li:before { content: " | "; }
.pager ul li:first-child:before { content: ""; }
/*IE workaround*/
/*All IE browsers*/
* html .pager ul li {
    border-left: 1px solid #A3A3A3;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .pager ul { height: 1%; }

* html .pager ul li {
    display: block;
    float: left;
}
/*End hide*/
/*Mac IE 5*/
* html .pager ul li:first-child {
    border-left: 0;
}

/** Contact Form Styles **/
.contact-form label {
  width: 10%;
  display: inline-block;
  margin: 0px;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #414142;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select {
  width: 50%;
  border: 1px solid #6E6F71;
  color: #888;
  height: 30px;
  margin: 2px 0px 2px 0px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
}
.contact-form textarea {
  border: 1px solid #6E6F71;
  color: #888;
  height: 120px;
  margin: 2px 0px 2px 0px;
  outline: 0 none;
  padding: 5px 3px 3px 5px;
  width: 60%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;  
}
#edit-langcode-wrapper {
  display: none;
}
.form-submit {
  width: 30%;
  margin: 15px 0 0 0;
  padding: 15px 25px 15px 25px;
  background: #052a39;
  border: 1px solid #6e6f71;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;  
}
.form-submit:hover,
.form-submit:focus {
    background: #c60000;
}
@media screen and (max-width: 640px) {
  .form-submit {
    width: 80%;
    padding: 5px 25px 5px 25px;
  }
}

/** User Login Form Styles **/
.user-login-form label {
  display: inline-block;
  min-width: 95px;
  margin: 10px 5px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #414142;
}
.user-login-form input[type="text"], .user-login-form input[type="password"] {
  border: 1px solid #6E6F71;
  color: #888;
  height: 30px;
  margin: 5px 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  width: 70%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  font-family: 'Roboto', serif;
  font-weight: 400;
}

/** Node Add/Edit Form Styles **/
.node-form, .node-form details {
  width: 100%;
  padding: 10px 15px 10px 15px;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
  background-color: #ffffff;
}
.vertical-tabs {
  background-color: #ffffff;
}
details.vertical-tabs__pane {
  border: 0;
}
.node-form label {
  display: inline-block;
  width: 12%;
  margin: 10px 5px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #414142;
}
.js-form-type-textarea label {
  width: 100%;
}
.node-form label.option {
  text-transform: capitalize;
  font-family: 'Roboto', serif;
  font-weight: 400;
}
.node-form .fieldset-legend {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}
.node-form details summary {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
}
.node-form .description {
  font-size: 0.85em;
}
.image-widget img {
  float: left;
  margin: 20px 15px 0 0;
}
.form-item-body-0-format label {
  margin: 10px 5px 0 15px;
}
.field--type-datetime h4 {
  margin: 0;
}
.node-form input[type="text"],
.node-form select {
  border: 1px solid #6E6F71;
  height: 30px;
  margin: 5px 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  width: 70%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  font-family: 'Roboto', serif;
  font-weight: 400;
  color: #171717;
}
.node-form input[type="date"] {
  border: 1px solid #6E6F71;
  height: 30px;
  margin: 0 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  font-family: 'Roboto', serif;
  font-weight: 400;
  color: #171717;
}