a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.line-through {
  text-decoration: line-through;
}
.highlight {
  background: #ffc;
}
.nobullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.floatNone {
  float: none;
}
.photoLeft {
  float: left;
  margin: 0 10px 10px 0;
}
.photoRight {
  float: right;
  margin: 0 0 10px 10px;
}
.upperCase {
  text-transform: uppercase;
}
.lowerCase {
  text-transform: lowercase;
}
.smaller {
  font-size: smaller;
}
.larger {
  font-size: larger;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignJustify {
  text-align: justify;
}
.alignCenter {
  text-align: center;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.clear {
  clear: both;
}
.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
}
.overFlow {
  overflow: auto;
}
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  content: "";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.clearfix,
.row {
  zoom: 1;
}
.container {
  width: 90%;
  margin: 0 auto;
}
.button {
  border-radius: 3px;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  zoom: 1;
  border: 0;
  cursor: pointer;
}
.button.mini {
  padding: 5px 8px;
  font-size: 12px;
  font-size: 0.75rem;
}
.button.large {
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1rem;
}
.button.block {
  padding-left: 0;
  padding-right: 0;
}
.button.square {
  border-radius: 0;
}
.button.pill {
  border-radius: 50em;
}
.silver {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f9f9f9),
    color-stop(100%, #f0f0f0)
  );
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
  background: linear-gradient(to bottom, #f9f9f9 0, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0', GradientType=0);
  border: 1px solid #ccc;
  color: #505050 !important;
}
.silver:hover {
  background: #fff;
  filter: none;
}
.blue {
  background: #499bea;
  background: -moz-linear-gradient(top, #499bea 0, #4688dd 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #499bea),
    color-stop(100%, #4688dd)
  );
  background: -webkit-linear-gradient(top, #499bea 0, #4688dd 100%);
  background: -o-linear-gradient(top, #499bea 0, #4688dd 100%);
  background: -ms-linear-gradient(top, #499bea 0, #4688dd 100%);
  background: linear-gradient(to bottom, #499bea 0, #4688dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#4688dd', GradientType=0);
  border: 1px solid #1c72ce;
  color: #fff !important;
}
.blue:hover {
  background: #499bea;
}
.blue.outline {
  border: 1px solid #499bea;
  background: 0 0;
  color: #499bea !important;
}
.blue.outline:hover {
  background: #1878d3;
  color: #fff !important;
}
.red {
  background: #e22e1c;
  background: -moz-linear-gradient(top, #e22e1c 0, #b73a3a 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e22e1c),
    color-stop(100%, #b73a3a)
  );
  background: -webkit-linear-gradient(top, #e22e1c 0, #b73a3a 100%);
  background: -o-linear-gradient(top, #e22e1c 0, #b73a3a 100%);
  background: -ms-linear-gradient(top, #e22e1c 0, #b73a3a 100%);
  background: linear-gradient(to bottom, #e22e1c 0, #b73a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E22E1C', endColorstr='#b73a3a', GradientType=0);
  border: 1px solid #ba3737;
  color: #fff !important;
}
.red:hover {
  background: #a92c2e;
}
.red.outline {
  border: 1px solid #d14242;
  background: 0 0;
  color: #d14242 !important;
}
.red.outline:hover {
  background: #d14242;
  color: #fff !important;
}
.green {
  background: #00893e;
  color: #fff !important;
}
.green:hover {
  background: #3d854d;
}
.green.outline {
  border: 2px solid #00893e;
  background: 0 0;
  color: #00893e !important;
}
.green.outline:hover {
  background: #00893e;
  color: #fff !important;
}
.yellow {
  background: #ffa342;
  background: -moz-linear-gradient(top, #ffa342 0, #ea811e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffa342),
    color-stop(100%, #ea811e)
  );
  background: -webkit-linear-gradient(top, #ffa342 0, #ea811e 100%);
  background: -o-linear-gradient(top, #ffa342 0, #ea811e 100%);
  background: -ms-linear-gradient(top, #ffa342 0, #ea811e 100%);
  background: linear-gradient(to bottom, #ffa342 0, #ea811e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa342', endColorstr='#ea811e', GradientType=0);
  border: 1px solid #ea8417;
  color: #fff !important;
}
.yellow:hover {
  background: #ff931f;
}
.yellow.outline {
  border: 1px solid #ff931f;
  background: 0 0;
  color: #ff931f !important;
}
.yellow.outline:hover {
  background: #b75f00;
  color: #fff !important;
}
.message,
.notification {
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  color: #fff;
}
.message p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.error,
.invalid {
  background: #c54747;
}
.warning {
  background: #e99a29;
}
.info {
  background: #4d9ed6;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #09f;
  box-shadow: 0 0 5px rgba(0, 153, 255, 0.5);
}
textarea {
  width: 100%;
  height: 100px;
}
.none {
  display: none;
}
.form input.error,
.form select.error,
form textarea.error {
  background: url(/images/form_error.gif) right no-repeat #fff1ec;
}
.form input.corrected {
  background: url(/images/form_check.gif) right no-repeat;
}
p#errorMessage {
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4e4e4e;
  text-align: center;
  line-height: 34px;
  background: url(/images/fm_error.gif) 15px 10px no-repeat #fff6f7;
  border: 1px solid #fff1ec;
}
span.required {
  color: #a00;
}
.success {
  background: #d5ffce;
  border-color: #9adf8f;
  color: #556652 !important;
  font-size: 12px;
  font-size: 0.75rem;
}
.success h1 {
  margin-top: 1px;
  font-size: 16px;
  font-size: 1rem;
  color: #556652 !important;
}
.success p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.invalid {
  background: #ffcece;
  border-color: #df8f8f;
  color: #665252;
}
.notification {
  background-position: 10px 3px !important;
  background-repeat: no-repeat !important;
  border: 1px solid;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  position: relative;
  width: 95%;
}
.requiredItems {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
}
html {
  -webkit-text-size-adjust: none;
}
html.text-medium {
  font-size: 18px;
  font-size: 1.125rem;
}
html.text-large {
  font-size: 20px;
  font-size: 1.25rem;
}
img {
  max-width: 100%;
  height: auto;
}

/* Site Map
-------------------------------- */
ul#utilityNav {
  display: none;
}
ul#primaryNav {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
ul#primaryNav li {
  display: block;
  margin: 0 0 5px;
}
ul#primaryNav li a {
  display: block;
  padding: 7px 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Arial, sans-serif;
  color: #005941;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f6f6f6)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 1), inset 0 1px 0 #fff,
    0 1px 2px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-decoration: none;
  border-top: 2px solid #005941;
}
ul#primaryNav li a:hover {
  color: #707070;
  background: #fff;
}

/* Second Level */
ul#primaryNav li ul {
  list-style: none;
  margin: 5px 20px 25px;
  padding: 0;
}
ul#primaryNav li ul li {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}
ul#primaryNav li ul li a {
  display: block;
  padding: 7px 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #343434;
  border-bottom: 1px solid #ddd;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-top: 0;
}
ul#primaryNav li ul li a:hover {
  text-decoration: underline;
  color: #656565;
  padding: 7px 10px;
  background: none;
}

/* Third Level */
ul#primaryNav li ul li ul {
  margin: 5px 0 0 25px;
}

/* error message */
.info,
.valid,
.warning,
.errors,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 8px 10px 10px 50px;
}
.info {
  color: #00529b;
  background-color: #bde5f8;
}
.valid {
  color: #44770e;
  background-color: #dff2bf;
}
.warning {
  color: #9f6000;
  background-color: #fef2bf;
}
.errors {
  color: #b1000a;
  background-color: #ffbaba;
}
.validation {
  color: #b22b01;
  background-color: #ffccba;
}
.red {
  color: #e22e1c;
}

/* Typography */
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl dd {
  margin-left: 1.5em;
}
b em,
em b,
strong em,
em strong {
  font-weight: bold;
  font-style: italic;
}
abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
del {
  color: #000;
}
blockquote {
  margin: 1.5em;
}
strong,
b,
dfn,
dl dt {
  font-weight: bold;
}
em,
dfn,
i {
  font-style: italic;
}
hr {
  color: #ccc;
  margin: 40px 0;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

/* Site Search */
div#results div.description {
  border-bottom: 1px solid #dddddd;
  color: #656565;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
div#results div.url {
  color: #826739;
  font-size: 12px;
  font-size: 0.75rem;
}
div#results a.title {
  color: #005941;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
div#results a:hover {
  color: #767676;
  text-decoration: underline;
}
/* Search Results */
table.searchBox table.options td {
  padding: 0;
  margin: 0;
  text-align: left;
}
table.searchBox table.options input {
  vertical-align: middle;
}

/* Location List */
ul.locations {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.locations li {
  border-bottom: 1px solid #eee;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
ul.locations li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
ul.locations li div.img {
  float: left;
  width: 17%;
  margin: 0 2% 0 0;
}
ul.locations li div.right {
  float: right;
  width: 81%;
}
ul.locations li h2 {
  margin: 5px 0 10px;
}

/* errors */
ul.vasc-form-error-list {
  background: #f7f4c9;
  padding: 21px;
  margin: 0;
  margin-bottom: 18px;
  font-family: Segoe UI, Helvetica, Arial, sansserif;
  border-radius: 7px;
  border: 1px solid #c22170;
  color: #c22170;
}
ul.vasc-form-error-list li {
  list-style: none;
  margin-left: 7px;
  margin-bottom: 9px;
}
ul.vasc-form-error-list li.head {
  list-style: none;
  margin-left: 0;
  font-style: italic;
}

/* Mobile Menu */
.mobilemenu {
  display: none;
  position: absolute;
  width: 80%;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  background: #5e5e5e;
}
.mobilemenu.active {
  display: block;
}
.mobilemenu .right {
    opacity: 0;
    left: 110%;
}
.mobilemenu .left,
.mobilemenu .active {
    opacity: 1;
    left: 0;
    z-index: 1;
}
.mobilemenu .active {
    z-index: 2;
}
.mobilemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobilemenu ul li a {
  display: block;
  padding: 15px !important;
  padding-left: 2.2em !important;
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "museo-sans", "Open Sans", Arial, sans-serif;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
}
.mobilemenu .menuItem,
.mobilemenu .search {
  background-color: #767676 !important;
}
.mobilemenu ul li.close {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobilemenu ul li.close a {
  border: 0;
}
.mobilemenu .menuItem a:not(:only-child) {
    background-image: url(/images/arrow-right.png);
    background-position: right 1em center !important;
    background-repeat: no-repeat !important;
}
.mobilemenu ul li .backup {
    background: url(/images/arrow-left.png) 1em center no-repeat;
    padding-left: 50px !important;
}
.mobilemenu ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.mobilemenu ul ul {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 500ms;
  margin: 0;
  padding: 0 !important;
  background: #464646;
  border-radius: 0 !important;
  border: 0;
}
.mobilemenu ul ul li a {
  padding: 10px;
  color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
}
.pagewrap {
  position: relative;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.pagewrap.shift {
  right: 80%;
  position: fixed;
}

a.openmobile {
  display: block;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  cursor: pointer;
}
a.openmobile span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  color: #000;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
a.openmobile span:before,
a.openmobile span:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
a.openmobile span:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
a.openmobile span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
a.openmobile.active span {
  background: none;
}
a.openmobile.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.openmobile.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.openmobile.active span:before,
a.openmobile.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.fixed-masthead.active a.openmobile span {
  background: #ccc;
}
.fixed-masthead.active a.openmobile span:before,
.fixed-masthead.active a.openmobile span:after {
  background: #ccc;
}

.sr-only {
  position: absolute;
  display: block;
  cursor: text;
  margin: -1px 0 0 -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}

@media all and (min-width: 769px) {
  .mobilemenu {
    display: none;
  }
  .container {
    width: 96%;
    max-width: 1200px;
  }
  .eightcol,
  .elevencol,
  .fivecol,
  .fourcol,
  .ninecol,
  .onecol,
  .sevencol,
  .sixcol,
  .tencol,
  .threecol,
  .twocol {
    float: left;
    margin-right: 2%;
  }
  .last {
    margin-right: 0;
  }
  .onecol {
    width: 6.5%;
  }
  .twocol {
    width: 15%;
  }
  .threecol {
    width: 23.5%;
  }
  .fourcol {
    width: 32%;
  }
  .fivecol {
    width: 40.5%;
  }
  .sixcol {
    width: 49%;
  }
  .sevencol {
    width: 57.5%;
  }
  .eightcol {
    width: 66%;
  }
  .ninecol {
    width: 74.5%;
  }
  .tencol {
    width: 83%;
  }
  .elevencol {
    width: 91.5%;
  }
  .twelvecol {
    float: left;
    width: 100%;
  }
  .bump1 {
    margin-right: 10.5%;
  }
  .bump2 {
    margin-right: 19%;
  }
  .bump3 {
    margin-right: 27.5%;
  }
  .bump4 {
    margin-right: 36%;
  }
  .bump5 {
    margin-right: 44.5%;
  }
  .bump6 {
    margin-right: 53%;
  }
  input[type="date"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select {
    max-width: 350px;
  }
  input[type="date"].small,
  input[type="email"].small,
  input[type="password"].small,
  input[type="search"].small,
  input[type="tel"].small,
  input[type="text"].small,
  input[type="url"].small,
  select.small {
    width: 150px;
  }
}
