body {
    background: #f2f2f2;
}

.container {
    width: 890px !important;
}

#logo_header {
    height: 146px;
    text-align: center;
    position: relative;
}

#logo_image {
    z-index: 10;
    border: 1px solid blue;
    width: 457px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #4c4c4e;
    border-radius: 5px;
    top: 0px;
}

#logo_horizontal_bar {
    position: absolute;
    top: 126px;
    width: 100%;
    z-index: -10;
    border-bottom: 5px solid #4c4c4e;
}

.no-gutter > [class*='col-'],
.no-gutter > .cms-plugin > [class*='col-'], 
.no-gutter > [class*='rotate-image-'] > [class*='col-'], 
.no-gutter > .cms-plugin > [class*='rotate-image-'] > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row-space-5 { padding-top: 5px; }
.row-space-10 { padding-top: 10px; }
.row-space-15 { padding-top: 15px; }
.row-space-20 { padding-top: 20px; }


#globalnav.nav {
  line-height: 15px;
  font-size: 16px;
}

#globalnav.nav > li > a {
  color: #ffffff;
  background-color: #4c4c4e;
  border-right: 1px solid white;
}

#globalnav.nav > li:last-child > a {
  border-right: none;
}

#globalnav.nav > li.active > a {
  background-color: rgb(137, 191, 36);
}

#globalnav.nav > li > a:hover,
#globalnav.nav > li > a:focus {
  text-decoration: none;
  background-color: #b5d6c0;
}
#globalnav.nav > li.disabled > a {
  color: #ffffff;
}
#globalnav.nav > li.disabled > a:hover,
#globalnav.nav > li.disabled > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
#globalnav.nav .open > a,
#globalnav.nav .open > a:hover,
#globalnav.nav .open > a:focus {
  background-color: rgb(0, 113, 212);
  border-color: #337ab7;
}

#content_wrapper {
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
}

#content_wrapper_full_bottom_pad {
    background-color: #ffffff;
    padding: 10px 0px 30px 0px;
}

#content_wrapper_full {
    background-color: #4c4c4e;
    padding: 10px 0px 0px 0px;
    color: #ffffff;
}

#footer_wrapper {
    background: #4c4c4e;
    width: 100%;
    margin-top: 30px;
}

#footer {
    width: 980px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

#content_title > h4,
#content_title > .cms-plugin > h4,
#content_title > p,
#content_title > .cms-plugin > p {
    color: rgb(0, 113, 212);
    font-size: 38px;
    font-family: 'open sans', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid rgb(0, 113, 212);
}

.row-spacing-20-bottom .row {
    padding-bottom: 20px;
}

#home_content h1 {
    font-family: serif;
    font-size: 48px;
    font-weight: bold;
    color: #a2c7d0;
}

#home_content p {
    font-family: 'open sans', sans-serif;
    color: #000000;
}

.map_content h1 {
    font-family: 'open sans', sans-serif;
    font-size: 38px;
    color: #a2c7d0;
}

.map_content p {
    font-family: arial, helvetica, sans-serif;
    font-size: 19px;
}

#contact_col_3 form input[type="text"],
#contact_col_3 form textarea {
    width: 100%;
}

h4.image_set_title {
    color: rgb(237, 28, 36);
    font-family: 'open sans', sans-serif;
    font-size: 38px;
}

/*
.rotate-image-node > img {
    position: absolute;
    top: 0px;
    left: 0px;
}
*/

div.store_details > h1,
div.store_details > h1 > a {
    font-size: 14pt;
    color: rgb(0, 113, 212);
    margin-bottom: 5px;
    font-weight: bold;
}

div.store_details > h1 > a {
    text-decoration: underline;
    text-decoration-style: dotted;
}

div.store_details > p {
    margin-bottom: 2px;
    font-size: 12pt;
}

div.store_details > p > a {
    font-size: 12pt;
    color: rgb(237, 28, 36);
}

.btn-success {
    color: #f0cda2 !important;
}
