<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Raleway:900,800,600);






* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax-size-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.parallax-repeat {
  background-repeat: repeat;
}

.parallax-overlay {
  background-image: url("../gfx/noise.png");
}

.parallax-container {
  display: none;
}

.wrap {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.section {
  overflow: hidden;
  *zoom: 1;
}

.subscribe .header {
  text-align: center;
}
.subscribe .header .logo {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 5;
}
.subscribe .header h1, .subscribe .header h2, .subscribe .header h3, .subscribe .header h4, .subscribe .header h5 {
  color: white;
  text-shadow: 0 0 #323232;
  font-family: 'Raleway', sans-serif;
	font-weight:600;
  
}
.subscribe .header p {
  color: #6d2018;
  text-shadow: white 0 1px 0;
}
.subscribe .inputsubs {
  line-height: 3.4em;
  padding: 0 10px;
  height: 3.4em;
}
.subscribe .buttonsubs {
  line-height: 3.4em;
  padding: 0 10px;
  height: 3.4em;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  background-color: #b33528;
  text-shadow: #8e2a20 0 1px 0;
}
.subscribe .msgbox {
  display: none;
}
.subscribe .custom-alert-box {
  display: none;
  font-weight: normal;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.subscribe .social {
  text-align: center;
}



.wrapper-with-intrinsic-ratio {
  position: relative;
  padding-bottom: 20%;
  height: 0;
}
.element-to-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 87, 146, 0);
}</pre></body></html>