@charset "utf-8";
/* CSS Document */

body {
  background-color: #ffffff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  color: #790C53;
}

h1 {
  font-size: 1.8em;
  color: #790C53;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

.header {
  background-color: #ffffff;
  padding: 20px 0;
}

.whitebg {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  padding-top: 0;
}

.navbar-purple {
  background-color: #B91717;
  border-radius: 0;
  background: -webkit-linear-gradient(#B1719B, #73004A);
  background: -o-linear-gradient(#B1719B, #73004A);
  background: -moz-linear-gradient(#B1719B, #73004A);
  background: linear-gradient(#B1719B, #73004A);
  border-bottom: solid 2px #efefef;
}

.lightgreybg {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottombar {
  background-color: #000;
  border-radius: 0;
  background: -webkit-linear-gradient(#333, #000);
  background: -o-linear-gradient(#333, #000);
  background: -moz-linear-gradient(#333, #000);
  background: linear-gradient(#333, #000);
  padding: 20px 0;
  color: #fff;
}

.bottombar a {
  text-decoration: none;
  color: #fff;
}

.footer {
  background-color: #B91717;
  border-radius: 0;
  background: -webkit-linear-gradient(#B1719B, #73004A);
  background: -o-linear-gradient(#B1719B, #73004A);
  background: -moz-linear-gradient(#B1719B, #73004A);
  background: linear-gradient(#B1719B, #73004A);
  padding: 20px 0;
  color: #fff;
  font-size: 0.85em;
}

.footer h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.footer a {
  text-decoration: none;
  color: #fff;
}