@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #333;
}

::selection {
  background: #322a78;
  color: #fff; /* Safari */
}

::-moz-selection {
  background: #1f1a4a;
  color: #fff; /* Firefox */
}

a, img {
  outline: none;
  -moz-outline-style: none;
  border:none;
}

.clear {
  clear: both;
}

.no-float {
  float: none !important;
}

.slick {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-shadow, .bottom-shadow {
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  z-index: 10;
}

.top-shadow {
  top: 0;
  background: url(img/top-shadow.png) no-repeat top center;
}

.bottom-shadow {
  bottom: 0;
  background: url(img/bottom-shadow.png) no-repeat bottom center;
}

h1 {
  color: #322a78;
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}

h2 {
  color: #322a78;
  font-size: 16px;
  margin: 0 0 25px 0;
  padding: 0;
}

p {
  margin: 0 0 21px 0;
  padding: 0;
}

p a:link, p a:visited {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

a.link:link, a.link:visited {
  color: #e31e1e;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

a.link:hover {
  text-decoration: underline;
}

a.link:before {
  content: "— ";
}

.red {
  color: #e31e1e !important;
}

b {
  font-weight: 700;
}
