body {
    font-size: 1.20em;
}

a {
    color: #e52b36;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #4B4A4F;
    text-decoration: underline;
}
a:focus {
    outline: none;
    outline: none;
    outline-offset: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: white;
}


.container {
    max-width: 924px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .container {
      width: unset;
    }
  }

.row {
    padding-top: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.navbar {
    background-color: #ffffff;
    height: 140px;
    border-top: solid 5px #E52B36;
	box-shadow: 4px 2px 5px #666666;
}
/*ST 2014-10-23*/
@media (max-width: 767px) {
    .navbar {
        height: auto;
    }
}



article a.active,
article a:hover,
footer a.active,
footer a:hover,
ul.subnav a.active,
ul.subnav a:hover,
.navbar-nav > li.active a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
    color: #E52B36;
    border-bottom: dotted 1px #E52B36;
}

article a:after,
footer a:after,
ul.subnav a:after,
.navbar-nav > li > a:after {
    content: ' »';
    color: #ffffff;

}

article a.active:after,
article a:hover:after,
article a:focus,
footer a.active:after,
footer a:hover:after,
footer a:focus,
ul.subnav a.active:after,
ul.subnav a:hover:after,
ul.subnav a:focus,
.navbar-nav > li.active a:after,
.navbar-nav > li > a:hover:after {
    text-decoration: none;
    content: ' »';
    color: #E52B36;
}

mark {
    background-color: transparent;
    color: #E52B36;
}
.form-control.input-sm {
    height: 24px;
    padding: 2px 6px;
    font-size: 10px;

 /*
  background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    */
}




