

/* line 6, ../../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-3.1.1/scss/foundation/common/_globals.scss */
html {
  font-size: 62.5%;
}

/* line 7, ../../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-3.1.1/scss/foundation/common/_globals.scss */
body {
  background: #f3f3f3;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #222222;
  position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
}

.label {
    padding: 1px 4px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: #c02424;
}

.label.round, label .label {
    padding: 1px 7px 2px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

p {
    font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rockwell Web", Rockwell, Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
    font-style: normal;
    color: #444444;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}


h1 {
  font-size: 44px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}


h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
    color: #0a0a0a;
}

.breadcrumbs > * {
    color: #c02424;
    font-size: 0.8125rem;
    line-height: 1.3rem;
}

ul, ol, dl, p, #content div {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
    list-style-position: outside;
}

ul.breadcrumbs li a, ul.breadcrumbs li span {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 12px;
}

ul.breadcrumbs li span {
    color: #222222;
}

ul.breadcrumbs li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
    list-style: none;
}

ul.breadcrumbs li:before {
    content: "/";
    color: #aaa;
}



#masthead .breadcrumbs li:before {
    content: "> ";
    font-weight: bold;
    color: inherit;
}

#masthead .breadcrumbs li:first-child:before {
    content: " ";
  }

#masthead .breadcrumbs li {
    padding-right: 5px;
    float: none;
    display: inline;
  }

#masthead .breadcrumbs li a, #masthead .breadcrumbs li span {
    padding-left: 2px;
    text-transform: capitalize;
    font-weight: bold;
  }

.button {
    width: auto;
    background: #c02424;
    border: 1px solid #801818;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #f3f3f3;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
  }

.button {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
  }

.button {
    text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
  }

.button.small {
    font-size: 11px;
    padding: 7px 14px 8px;
  }

.button.secondary {
    background-color: #b3b3b3;
    color: black;
    border: 1px solid #8d8d8d;
    font-weight: bold;
  }

.secondary {
    text-shadow: white 0 1px 0;
  }

.button.success {
    background-color: #478523;
    border: 1px solid #274813;
  }

table tr th, table tr td, table caption,table thead tr th, table thead tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 1.2rem;
    color: #222;
    text-align: left;
  }

.submit {
    margin: 0;
  }

form {
    margin: 0 0 19.41641px;
}
form {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    padding: 14px;
    font-weight: normal;
}

fieldset legend {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    font-weight: normal;
}

label {
    font-size: 1.2rem;
    color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"],
input[type="number"], input[type="search"],
input[type="tel"], input[type="time"],
input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
  width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
