/* definitions */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: circle; }
ol, ul {
  margin-left: 2.5em; }
  ol li, ul li {
    margin-bottom: 0.5em;
    line-height: 1.5em; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  line-height: 1.25em;
  font-size: 14px;
  background-color: #c8c8c8;
  font-family: sans-serif; }

a, svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

a {
  color: #d43738;
  text-decoration: none; }
  a:hover {
    color: #ff6464; }

.huge-title {
  font-size: 48px; }

h1 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; }

h2 {
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

h3 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin: 20px 0px 10px 0px; }

p {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5em; }

strong {
  font-weight: bold; }

section {
  border-bottom: 1px #bebebe dashed;
  padding: 20px 0px;
  clear: both; }

section:first-of-type {
  margin-top: 42px; }

section:last-of-type {
  border-bottom: 0px; }

cite {
  font-family: monospace; }

code {
  font-family: Monaco, Andale Mono, Courier New, monospace; }

pre {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  color: black;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px; }

.main-menu {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }

.navbar-container {
  padding-bottom: 1px;
  background-color: #2b2728; }

.navbar {
  background-color: #2b2728;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  min-height: 71px;
  margin-bottom: 0px;
  border-radius: 0 !important; }
  .navbar a {
    color: white; }
    .navbar a:hover {
      color: #d43738; }
  .navbar .navbar-brand {
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold; }
    .navbar .navbar-brand img {
      vertical-align: middle; }
  .navbar .navbar-nav {
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold; }

.navbar-toggle {
  margin-top: 17px;
  border-color: white; }
  .navbar-toggle .icon-bar {
    background-color: white; }
  .navbar-toggle:hover {
    border-color: red; }
  .navbar-toggle:hover span {
    background-color: red; }

.navbar-collapse {
  clear: both;
  border-top: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) {
  .navbar-collapse {
    clear: none; }

  .navbar-nav {
    float: right; } }
.container {
  background-color: white;
  color: black; }

.centex {
  text-align: center; }

.colour-orange {
  color: #ff2805; }

.colour-orange-bg {
  background: #ff2805; }

.colour-green {
  color: #33aa33; }

.colour-green-bg {
  background: #33aa33; }

.colour-blue {
  color: #0066cc; }

.colour-blue-bg {
  background: #0066cc; }

.row-white {
  padding: 40px 0;
  background-color: white;
  color: black; }

.row-red {
  padding: 40px 0;
  background-color: #d43738;
  color: white; }

.row-black {
  padding: 40px 0;
  background-color: #2b2728;
  color: white; }

#left_spacer {
  margin-left: 20px; }

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2b2728; }
  footer .footercontent {
    background-color: #2b2728;
    padding-left: 30px;
    color: white; }
  footer table {
    margin-bottom: 30px; }
    footer table td {
      width: 200px; }
  footer h3 {
    font-weight: bold;
    color: white; }
  footer a {
    color: #b4b4b4; }
    footer a:hover {
      color: #e6e6e6; }
  footer li {
    color: white; }

.red-button {
  background-color: #d43738;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 14px 36px;
  text-decoration: none; }
  .red-button:hover {
    color: white;
    background-color: #ff6464;
    text-decoration: none; }

.form-table {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin: 5px; }
  .form-table .form-row td {
    padding: 0.6em 0.5em; }
  .form-table .form-row td:first-child {
    text-align: right; }

.error-message {
  font-weight: bold;
  color: #ff2805; }
