@charset "utf-8";
/* CSS Document */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html { font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */}

body { margin: 0;}

/* HTML5 display definitions
   ========================================================================== */


article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,canvas,progress,video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],template { display: none;}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a { background-color: transparent;}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,a:hover {  outline: 0;}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,strong {font-weight: bold;}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn { font-style: italic;}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {font-size: 2em; margin: 0.67em 0;}

/**
 * Address styling not present in IE 8/9.
 */

mark { background: #ff0;color: #000;}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small { font-size: 80%;}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em;}

sub {bottom: -0.25em;}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {border: 0;}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {  margin: 1em 40px;}

/**
 * Address differences between Firefox and other browsers.
 */

hr { -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;}

/**
 * Contain overflow in all browsers.
 */

pre { overflow: auto;}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;}

/* Forms
   ========================================================================== */



button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,th { padding: 0;}


/*------------------------------------*\
    $RESET
\*------------------------------------*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;}
  
  img {font-style: italic;}
  
  *{margin: 0;
  padding: 0;}
  

 h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre, article, section, header,
.form-fields > li,
.page-path,
form,
.alt-login__item,
.media,
.island,
.islet {
  margin-bottom: 22px;
  margin-bottom: 1.46667rem;
}

hr { margin-bottom: 20px;
  margin-bottom: 1.33333rem;
}

ul, ol, dd {
  margin-left: 22px;
  margin-left: 1.46667rem;
}

a{text-decoration:none;color:#b32024;}
a:hover{text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 11px; 
  line-height: 1;
}

h1, .alpha {
  font-size: 32px;
  font-size: 2.13333rem;
  line-height: 1.375;
}

h2, .beta {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.57143;}

h3, .gamma { font-size: 26px;
  font-size: 1.73333rem;
  line-height: 1.69231;}

h4, .delta {font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.83333;}
  
h5, .epsilon {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.1;}
  
h6, .zeta {font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.22222;}
  
 /*Image */
 img {
  max-width: 100%;
}

img[width],
img[height] {
  max-width: none;
}

.img--round {
  border-radius: 12px;
}


.img--right {
  float: right;
  margin-bottom: 22px;
  margin-left: 22px;
}

.img--left {
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}

*{background-repeat:no-repeat;}
  
html {font: 0.9375em/1.46667 lato;
  overflow-y: scroll;
  min-height: 100%;}

.cf:after, .nav:after,.hur-nav:after,.main-area:after,.HurNav:after {
  content: "";
  display: table;
  clear: both;}
  
.nav ,ul{ list-style: none;margin-left: 0;}

.nav > li, .nav > li > a{display: inline-block;*display: inline; zoom: 1; } 
  
.HurNav { top: 0; position: fixed;width: 100%;z-index: 10;line-height: 58px;}
  
.is-pushed {transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);}

.flush--bottom {margin-bottom: 0 !important;}
.logo_icon{
	margin-bottom: -20px;
}
.hur-nav{margin-bottom:0; 
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #8B0000;
  border-bottom: 1px solid #eeeeee;}
  
.page-nav{margin-left: auto;
  margin-right: auto;
 
  max-width: 1200px;}
.shadow--soft {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;}
  
  /* menu */
 .nav-title {text-indent:-9999px;
  float:left;
  margin-left: 11px;
  height: 58px;
  width: 180px;
  background-size: 100%;
  background-position: center 22px;
  background-image:url(../images/logo.png);}
  
 .site-nav {
  line-height: 58px;
  margin-bottom: 0;
  position: relative;
}

.site-nav > li {
  padding: 0 11px;
}

.nav-links {
  float: right;
}
@media only screen and (max-width: 660px) {
 .nav-links {
    float: none;
    clear: both;
  }

}

@media only screen and (max-width: 660px) {
  .nav-links > li {
    display: list-item;
    padding-left: 11px;
    padding-right: 11px;
  }
}

.nav-links__link {
  color: #333;
  font-weight: bold;
  padding: 0 5.5px;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.57143;
}
@media only screen and (max-width: 659px) {
  .nav-links__link {
    display: block;
  }
}

.nav-links__link:hover {
  text-decoration: underline;
}

.menu-button {
  display: inline-block;
}

.nav--action {float:right;
  display: block;


  
}
@media only screen and (min-width: 481px) {
  .nav--action {
    float: right;
    clear: none;
  }
}
@media only screen and (min-width: 660px) {
  .nav--action {
    padding-right: 0;
  }
}
 
 .hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

 .nav-links__link,
 .nav-links__link:hover,
 .nav-links__link:active,
 .nav-links__link:focus {
  text-decoration: none;
}


.main-flush{padding-top:58px;padding-bottom:22px;min-height:100%;}
.wrapper-fluid{
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1200px;}
  @media all and (max-width: 47.99em) {
  .wrapper--flush {
    padding-left: 0;
    padding-right: 0;
  }
}
  
.main-area {
  height: 396px;
  padding-top: 132px;
  background-color: #f4f4f4;
  background-image: url(../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media all and (min-width: 48em) {
  .main-area {
    text-align: center;
    height: auto;
    background-position: 220px;
    background-size: auto 500px;
    min-height: 500px;
  }
}
@media all and (min-width: 62em) {
  .main-area {
    background-position: 330px;
  }
}
@media all and (min-width: 75em) {
  .main-area {
    background-position: right;
  }
}

.main__content {
  text-align: center;
  bottom: 0;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  /*padding: 22px;*/
  padding-top: 39px;
  background-color: rgba(255, 255, 255, 0.9);
}
.main__content img{
	
	height: 46px;
	width: 119px;
}
@media all and (min-width: 48em) {
  .main__content {
    text-align: left;
    position: static;
    color: inherit;
    background-color: transparent;
    max-width: 50%;
  }
}

.main__lede {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.22222;
  line-height: 27.5px;
  text-align: center;
}
@media all and (min-width: 48em) {
  .main__lede {
    text-align: left;
    margin-bottom: 44px;
  }
}

.main__heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #800000;
}
@media all and (min-width: 48em) {
  .main__heading {
    display: inline-block;
    font-size: 38px;
  }
}


.pad-medium {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfefe), color-stop(100%, #f3f8fc));
  padding-top: 22px;
  padding-bottom: 22px;
}

.wrapper{ margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;}
  
@media all and (min-width: 30em) {
  .wrapper{ max-width: 480px;}}
  
@media all and (min-width: 40em) {
  .wrapper{max-width: 640px;}}
  
@media all and (min-width: 48em) {
  .wrapper{ max-width: 768px; }}
  
@media all and (min-width: 62em) {
  .wrapper{ max-width: 992px;}}
  
@media all and (min-width: 75em) {
  .wrapper{ max-width: 1200px;}}

/* Grid */
.grid { margin-left: -22px;
  list-style: none;
  margin-bottom: 0;}
  
  .grid > .grid {
  margin-left: 0;}
  
 .grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  margin-bottom: 18px;
vertical-align: top;}
  
  @media only screen and (min-width: 768px) {
.lap-and-up-three-tenths {
    width: 33%;
  }
  .grid__item p{width:80%;}}
	  
.arrow:after {
  display: inline-block;
  content: ">>";
  position: relative;
  top: -1px;
  margin-left: 3px;
  line-height: 1;
}

.footer{text-align:center;border-top:solid 1px #ccc;padding:20px;}
.btn--positive,
.btn--action {
  color: #fff;
  border-width: 0;
  background-color: #b63233;
  font-weight: 600;
  box-shadow: inset 0 -1px 0 #7a2222;
}
.btn--positive:focus,
.btn--action:focus {
  text-shadow: 0 2px #8e2728;
}
.btn--positive:hover,
.btn--action:hover {
  background-color: #c23536;
}
.btn--large {font-size: 14px;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 2.5;
}

  .btn--nav {
  line-height: 58px;
  margin: 5.5px;
  vertical-align: top;
  background-color: #FFFFFF;
  color: #b63233;
  opacity: 0.8;
} 
  
  .btn {
  display: inline-block;
 vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 2;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 4px;
}
.btn_nav {
  display: inline-block;
 vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 2;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 3px;
}


.btn, .btn:hover {
  text-decoration: none;

}

.btn:active, .btn:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
.accessibility--palm,
.visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

