html, body {
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #777;
}

h1, h2, h3,
h4, h5, h6 {
  font-weight: 300;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  margin: 0px;
  color: #555;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #777;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

h5 {

}

h6 {

}

p {
  font-weight: 300;
}

.main-content p {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  color: #959595;
  margin-top: 10px;
}

.main-content img {
  margin: 30px 0px 5px 0px;
}

.main-content input {
    margin-top: 6px;
}

p.accent {
  font-weight: 300;
  font-size: 19.5px;
  color: #959595;
}

i {
  color: #aaa;
}

a,
a:visited {
  color: #d50007;
  text-decoration: none;
}

a:focus {
  color: #d50007;
}

hr {
  clear: both;
  border-top: 3px solid #e7f5fa;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 10px 0px 20px 0px;
}

.section hr {
  clear: both;
  width: 135px;
  border-top: 3px solid #e7f5fa;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 10px auto 40px auto;
}

.sidebar hr {
  margin-top: 30px;
}

.sidebar p {
  color: #959595;
  font-size: 17px;
  letter-spacing: .02em;
  margin-top: 9px;
  margin-bottom: 20px;
}

button,
.button {
  color: #fefefa;
  font-weight: 300;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 10px;
  height: 45px;
  line-height: 45px;
  background: #d50007; /* Old browsers */
  background: -moz-linear-gradient(top,  #d50007 0%, #a00a00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d50007), color-stop(100%,#a00a00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d50007 0%,#a00a00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d50007 0%,#a00a00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d50007 0%,#a00a00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d50007 0%,#a00a00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50007', endColorstr='#a00a00',GradientType=0 ); /* IE6-9 */
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background: #0c8abb; /* Old browsers */
  background: -moz-linear-gradient(top,  #0c8abb 0%, #086e93 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c8abb), color-stop(100%,#086e93)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0c8abb 0%,#086e93 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0c8abb 0%,#086e93 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0c8abb 0%,#086e93 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0c8abb 0%,#086e93 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8abb', endColorstr='#086e93',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

a.button {
  padding: 11px 10px 10px 10px;
}

a.button:visited {
  color: #fefefa;
}

.sidebar button,
.sidebar .button {
  background: #d50007; /* Old browsers */
  background: -moz-linear-gradient(top,  #d50007 0%, #b20c08 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d50007), color-stop(100%,#b20c08)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d50007 0%,#b20c08 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d50007 0%,#b20c08 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d50007 0%,#b20c08 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d50007 0%,#b20c08 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50007', endColorstr='#b20c08',GradientType=0 ); /* IE6-9 */
  width: 217px;
  display: block;
  padding: 6px 0px;
  text-align: center;
  font-size: 25px;
  font-weight: 100;
}

.sidebar button:hover,
.sidebar .button:hover,
.sidebar button:focus,
.sidebar .button:focus {
  background: #d50007; /* Old browsers */
  background: -moz-linear-gradient(top,  #d50007 0%, #a00a00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d50007), color-stop(100%,#a00a00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d50007 0%,#a00a00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d50007 0%,#a00a00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d50007 0%,#a00a00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d50007 0%,#a00a00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50007', endColorstr='#a00a00',GradientType=0 ); /* IE6-9 */
}

/*
*
* HEADER
*
*/

header {
  background-image: url('/static/epsilon/images/header.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 120px;
  padding-top: 10px;
}

header h1 {
  margin: 0px;
}

header h1 img {
  margin: 0px auto -20px auto;
  display: block;
  width: 350px;
  height: auto;
}

.utility {
  position: relative;
  font-weight: 300;
  float: right;
  margin-top: -117px;
}

.utility a {
  color: #666;
  font-weight: 400;
  font-size: 16px;
}

.utility .links {
  margin: 20px -23px 0px 0px;
  padding: 0px;
}

.utility .links li {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  padding-top: 6px;
}


.utility .link-account {
  background: #0d96cc; /* Old browsers */
  background: -moz-linear-gradient(top,  #0d96cc 0%, #0b82b1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d96cc), color-stop(100%,#0b82b1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0d96cc 0%,#0b82b1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0d96cc 0%,#0b82b1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0d96cc 0%,#0b82b1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0d96cc 0%,#0b82b1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d96cc', endColorstr='#0b82b1',GradientType=0 ); /* IE6-9 */

  margin: 0px 0px 0px 10px;
  padding: 6px;
}

.utility .link-account a {
    color: #e7f6fa;
}

.utility .search {
  text-align: right;
  margin-top: 16px;
  margin-right: -23px;
}

.utility .search input[type=text], 
.utility .search input[type=email], 
.utility .search input[type=password] {
  border: 0px;
  padding: 0px 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 160px;
  height: 30px;
  background-color: #ffffff;
  color: #063649;
  letter-spacing: 1px;
  font-weight: 400;
}


.utility .search input[type="submit"] {
  background: #0d96cc; /* Old browsers */
  background: -moz-linear-gradient(top,  #0d96cc 0%, #0b82b1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d96cc), color-stop(100%,#0b82b1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0d96cc 0%,#0b82b1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0d96cc 0%,#0b82b1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0d96cc 0%,#0b82b1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0d96cc 0%,#0b82b1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d96cc', endColorstr='#0b82b1',GradientType=0 ); /* IE6-9 */
  color: #efefef;
  font-weight: 300;
  cursor: pointer;
  height: 30px;
  width: 34px;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0px;
  margin-left: -3px;
}

.utility .search ::-webkit-input-placeholder {
   color: #000;
}

.utility .search :-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.utility .search ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.utility .search :-ms-input-placeholder {  
   color: #000;  
}


/*
*
* PRIMARY NAVIGATION
*
*/

nav.primary {
  background-color: #000;
  height: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 16px;
}

nav.primary ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  white-space: nowrap;
}

nav.primary li {
  display: inline-block;
  margin: 0px 3px;
}

nav.primary a {
  display: block;
  color: #efefef;
  font-weight: 400;
  padding: 0px 14px 0px 13px;
  text-decoration: none;
  line-height: 35px;
  height: 35px;
  letter-spacing: .02em;
}

nav.primary a:hover,
nav.primary a:focus {
  background-color: #0d95cb;
  text-decoration: none;
}

nav.primary li.join-today-link {
  background-color: #20c0ff;
}


/*
*
* LAYOUT
*
*/

.container {
  width: 960px;
  margin: 0px auto;
}

/* clearfix */
.container:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  *zoom: 1;
}

.sidebar {
  width: 250px;
  float: right;
  margin-top: 20px;
}

.sidebar h2 {
  font-size: 35px;
}

.sidebar h3 {
  color: #009fdd;
  font-weight: 400;
  font-size: 20px;
}

.sidebar-content {
  margin-right: 33px;
}

.sidebar img.capitol-circle {
  float: right;
}

.main-content {
  width: 650px;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

.main-content h3 {
  color: #d50007;
  font-weight: 600;
  font-size: 18px;
}



ul.three-columns {
  margin: 0px;
  padding: 0px;
}

ul.three-columns p {
  margin: 10px 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #aaa;
  letter-spacing: 0.01em;
}

ul.three-columns li {
  width: 350px;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}

ul.three-columns li.third {
  width: 240px;
}

ul.three-columns li .li-wrapper {
  width: 240px;
  margin-right: 40px;
}

ul.three-columns li img {
  float: left;
  margin-right: 10px;
}

.main-content ul.three-columns {
  margin: 30px 0px 0px 0px;
}

.main-content ul.three-columns li {
  width: 220px;
  margin: 0px;
  display: inline-block;
}

.main-content ul.three-columns li.third {
  width: 200px;
}

.main-content ul.three-columns li .li-wrapper {
  width: 200px;
  margin-right: 40px;
}

.main-content ul.three-columns h3 {
  color: #009fdd;
  font-weight: 300;
}

.main-content ul.three-columns p {
  font-style: italic;
}

/*
*
* HOME PAGE SECTIONS
*
*/

.section {
  border-bottom: 3px solid #e7f5fa;
  padding-bottom: 35px;
}

.section h2 {
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #555;
}

/* hero */

#hero {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.hero-carousel {
  margin-bottom: 60px;
  display: none;
}

/* testimonials */

.testimonial {
  font-weight: 400;
  font-style: italic;
  color: #aaa;
  width: 675px;
  text-align: center;
  margin: 0px auto;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.testimonial-credit {
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin: 10px auto;
  font-size: 18px;
}

/* events */

ul.three-columns.events span {
  display: block;
}

ul.three-columns.events li {
  width: 350px;
  margin: 0px 0px 15px 0px;
  display: inline-block;
  vertical-align: top;
}

ul.three-columns.events li.first {
  background-color: #00475F;
  color: #fff;
  width: 230px;
  padding: 30px 26px;
  margin-right: 30px;
}

ul.three-columns.events li.first .li-wrapper {
  width: 230px;
}

ul.three-columns.events li.third {
  width: 250px;
}

ul.three-columns.events li .li-wrapper {
  width: 250px;
  margin-right: 40px;
}

ul.three-columns.events li img {
  float: left;
  margin-right: 10px;
}

.events span.event-title {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 5px;
}

.events span.event-info {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #d50007;
}

ul.three-columns.events li.first span.event-info {
  color: #efefef;
}

.events span.event-description {
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
}

.events span.event-description .read-more {
  color: #46c1f1;
}

.events-list {
  margin-top: 5px;
}

.events-list li {
  padding-left: 33px;
}

.events-list li:before {
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #c7dfe6;
  font-size: 16px;
  opacity: 1;
  position: absolute;
  margin-top: 14px;
  margin-left: -28px;
}


/*
*
* FOOTER
*
*/

/* logos */

.footer-logos {
  padding: 10px 0px;
}

.footer-logos ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.footer-logos li {
  display: inline-block;
}

/* social */

.footer-social {
  background-color: #f3fbfe;
  padding: 40px 0px 20px 0px;
}

.social-media-links {
  margin: 0px;
  padding: 0px;
}

.social-media-links li {
  display: inline-block;
  margin: 0px 7px;
}

.social-media-links li a {
  display: block;
  background-image: url("/static/epsilon/images/social.jpg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.social-media-links li.facebook a {
  background-position: 0px 0px
}

.social-media-links li.linkedin a {
  background-position: -64px 0px
}

.social-media-links li.google-plus a {
  background-position: -128px 0px
}

.social-media-links li.twitter a {
  background-position: -193px 0px
}

/* newsletter */

.newsletter-signup {
  float: right;
  margin-top: -50px;
}

.newsletter-signup input[type=text], 
.newsletter-signup input[type=email], 
.newsletter-signup input[type=password] {
  border: 0px;
  padding: 0px 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 451px;
  height: 45px;
  background-color: #c5e9f8;
  color: #063649;
  font-weight: 300;
  font-size: 20px;
}
.newsletter-signup button,
.newsletter-signup .button,
.newsletter-signup input[type="submit"] {
  background: #0d95cb;
  color: #efefef;
  font-weight: 300;
  cursor: pointer;
  height: 45px;
  width: 85px;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0px;
  margin-left: -3px;
  font-size: 20px;
}

.newsletter-signup ::-webkit-input-placeholder {
   color: #063649;
}

.newsletter-signup :-moz-placeholder { /* Firefox 18- */
   color: #063649;  
}

.newsletter-signup ::-moz-placeholder {  /* Firefox 19+ */
   color: #063649;  
}

.newsletter-signup :-ms-input-placeholder {  
   color: #063649;  
}

/* main footer */

.footer-main {
  background-color: #000;
  font-weight: 300;
  font-size: 15px;
  padding: 25px 0px;
  color: #efefef;
  height: 200px;
}

.footer-main h4 {
  color: #efefef;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-main a {
  color: #efefef;
}

.footer-links ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 620px;
}

.footer-links li {
  display: inline-block;
  text-align: left;
  width: 200px;
  margin: 3px 0px;
}

.footer-contact {
  width: 250px;
  float: right;
  margin-top: -126px;
}

.footer-contact p {
  margin-top: 13px;
  line-height: 1.5;
}

/*
*
* INTERIOR PAGES
*
*/

.main-content .about-description p {
  font-size: 24px;
  line-height: 1.5;
  color: #444;
  font-weight: 300;
}


/*
*
* SLICK.JS (CAROUSEL) OVERRIDES
*
*/

.slick-prev,
.slick-next {
  background: #d6e2ea;
  font-size: 1px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.slick-prev {
  left: -50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 10px;
  line-height: 3;
  color: #636466;
}

.slick-prev:before {
  content: "\25C0";
  padding-left: 4px;
}

.slick-next:before {
  content: "\25B6";
  padding-left: 3px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 2px;
  padding: 0px;
  cursor: pointer;
}

.slick-dots li button:before {
  color: #c7dfe6;
  font-size: 16px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #0aa4df;
  opacity: 1;
}

.hero-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 1px;
  padding: 0px;
  cursor: pointer;
}

.hero-carousel .slick-dots li button:before {
  color: #000;
  font-size: 19px;
  opacity: 1;
}

.hero-carousel .slick-dots li.slick-active button:before {
  color: #0aa4df;
  opacity: 1;
}

.supporters-div {
  height: 89px;
}

.supporters-img {
  margin: auto;
}

.sup-member-desc {
    font-size: 90%;
}


/*  hacks to support pages from old design  */
.span-7 {
    width: 270px;
    float: right;
}
.span-11 {
    width: 430px;
    float: left;
}
div.span-11 {
    margin-right: 10px;
}
.span-15 {
    width: 630px;
    float: left;
}
td {
    padding: 6px;
}


.member-search {
    margin-bottom: 1em;
}

.span-3 {
    width: 110px;
    float: left;
    margin-right: 10px;
}

.span-5 {
    width: 190px;
    float: left;
    margin-right: 10px;
}

.span-8 {
    width: 310px;
    float: left;
    margin-right: 10px;
}

.span-13 {
    width: 510px;
    float: left;
    margin-right: 10px;
}

.span-22 {
    width: 900px;
    float: left;
}


/*  supporting /home/ and /home/update/ pages  */
.field {
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.field_label {
  width: 150px;
  padding-right: 10px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

.field_help_text {
  color: green;
  margin-top: 2px;
  padding-left: 180px;
  font-size: 90%;
}

fieldset {
  padding: 8px;
  margin: 0 0 0.75em;
  font-size: 90%;
}

legend {
  text-transform: uppercase;
  color: #006e99;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px dotted #DDD;
  padding: 0 10px;
  margin-bottom: 0.25em;
}

label {
  font-weight: bold;
  font-size: 13px;
  margin-top: 7px;
}

a:hover {
  color: #009fdd;
  text-decoration: underline;
}


/* Wizard styling */
.wizard-nav {
    height: 24px;
    margin: 0 0 10px;
    padding: 6px 10px;
    list-style: none;
    color: #999;
    background: #EEE;
    border-bottom: 1px solid #DDD;
}

.wizard-nav li {
    margin-right: 5px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
    background: url("/static/img/arrow-right-999.png") no-repeat right center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
}

.wizard-nav li.last {
    background: none;
}

.wizard-nav li a,.wizard-nav li span {
    padding: 5px;
}

.wizard-nav li a span,.wizard-nav li span a {
    padding: none;
}

.wizard-nav li a:hover {
    color: #009EDF;
    text-decoration: none;
}

.wizard-nav li.active span {
    color: #33CC33;
    background: #FFF;
}


.information,.error,.success,.warning {
  margin-top: 0.4em;
  border: 1px solid #9bb8d9;
  padding: 6px 6px 6px 30px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Verdana, Arial, sans-serif;
  font-size: 12px;
}

.information {
  background: #dedfff url("/static/img/icons/information.png") 6px 7px
    no-repeat;
  color: #406299;
}

.error {
  background: #ffe1da url("/static/img/icons/exclamation.png") 6px 7px
    no-repeat;
  border-color: #f34f4f;
  color: #be0b0b;
}

.success {
  background: #e2f9e3 url("/static/img/icons/accept.png") 6px 7px no-repeat;
  border-color: #9c9;
  color: #080;
}

.warning {
  background: #fff8bf url("/static/img/icons/error.png") 6px 7px no-repeat;
  border-color: #ffd324;
  color: #eb830c;
}

.field_error {
  vertical-align: top;
  color: #BE0B0B;
  font-size: 14px;
  background: url("/static/img/icons/exclamation.png") no-repeat 0px 1px;
  padding-left: 22px;
}

.field_errors {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 20px;
}

.testimonial-container {
  height: 130px !important;
}
