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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

.button
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

.button,
button,
input[type="submit"],
input[type="reset"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477dca), color-stop(100%, #2760b2));
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  font-size: 1em;
}
.button:hover:not(:disabled),
button:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled),
input[type="reset"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #628cc8;
  cursor: pointer;
  background-color: #3c71bb;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
  background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
  background-image: linear-gradient(#3c71bb, #255aa5);
}
.button:active:not(:disabled),
button:active:not(:disabled),
input[type="submit"]:active:not(:disabled),
input[type="reset"]:active:not(:disabled) {
  border: 1px solid #2459a6;
  box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee;
}
.button:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p, div.p {
  margin: 0.6em 0;
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  color: #2c5999;
}
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em auto;
}

img {
  margin: 0;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #595959;
}

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

input[type="text"].plain {
  margin-bottom: 0;
  padding: 2px;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  width: 100%;
}

select {
  width: auto;
}

.button,
button,
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

a.button:hover {
  text-decoration: none;
  color: white;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  font-weight: bold;
  text-align: left;
}

table.rowBorder th {
  border-bottom: 1px solid #b7b7b7;
  padding: 0.75em 0;
}

table.rowBorder td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

ul.plain, ol.plain {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

.error, #flash_failure {
  background: #fbe3e4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.error a, #flash_failure a {
  color: #6a0f13;
}
.error a:hover, #flash_failure a:hover {
  color: #110203;
}

.notice, #flash_notice {
  background: #fff6bf;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.notice a, #flash_notice a {
  color: #594c00;
}
.notice a:hover, #flash_notice a:hover {
  color: black;
}

.success, #flash_success {
  background: #e6efc2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.success a, #flash_success a {
  color: #333c10;
}
.success a:hover, #flash_success a:hover {
  color: black;
}

h1 {
  color: #c41230;
}

.homepage-blocks h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "nimbus-sans-extended", Verdana, Geneva, sans-serif;
}

.main-nav, .utility-nav, .footer-nav {
  font-family: "nimbus-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.main-nav ul li, .utility-nav ul li, .footer-nav ul li {
  font-family: "nimbus-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .main-nav, .utility-nav {
    text-transform: none;
  }
}

.footer-nav ul {
  /*
  li.first-column{
      font-weight:bold;
      ul{
          li{
              font-family: $condensed;
              font-size:1em;
              a{
                  text-decoration:none;
              }
          }
      }
  }
  */
}
.footer-nav ul li {
  font-size: .8em;
}
.footer-nav ul li ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.condensed {
  font-family: "nimbus-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.extended {
  font-family: "nimbus-sans-extended", Verdana, Geneva, sans-serif;
}

.bold {
  font-weight: bold;
}

.upper {
  text-transform: uppercase;
}

.headline {
  text-align: center;
}
.headline h1 {
  background: transparent url("../images/headline-bar-thin.png") no-repeat center bottom;
  margin: 0 auto .7em auto;
  line-height: 1.5em;
  font-size: 1.6em;
}

.content h1 {
  font-family: "nimbus-sans-extended", Verdana, Geneva, sans-serif;
  color: #c41230;
  display: inline-block;
  line-height: 2em;
  font-weight: 700;
}
.content h2 {
  font-family: "nimbus-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c41230;
  font-size: 1.75em;
}
.content h3 {
  font-family: "nimbus-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #404041;
}
.content h4 {
  font-family: "nimbus-sans-extended", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  color: #404041;
}
.content h5 {
  font-family: "nimbus-sans-extended", Verdana, Geneva, sans-serif;
  font-size: 1.1em;
  color: #c41230;
}
.content .introduction {
  font-family: "nimbus-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #818285;
  font-size: 1.4em;
  line-height: 1em;
}

.dateline {
  font-weight: bold;
  color: #c41230;
}

.utility-nav {
  float: right;
  height: 30px;
  /*-------LOGIN STARTS HERE -------*/
  /* Login Button */
  /* Login Button Text */
  /* Login Box */
  /* If the Login Button has been clicked */
  /* A Line added to overlap the border */
  /* Login Form */
  /* Default Input */
  /* Sign In Button */
  /* Forgot your password */
}
.utility-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.utility-nav ul li {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .utility-nav ul li {
    font-size: .8em;
  }
}
.utility-nav ul li a {
  display: block;
  color: White;
  padding: 0 1em;
}
.utility-nav ul li a:hover {
  background-color: #404041;
}
.utility-nav form input {
  width: 150px;
  margin-top: 0;
  padding: .1em;
}
.utility-nav form input, .utility-nav form img {
  display: inline;
}
.utility-nav #nav-login-link {
  position: relative;
  cursor: pointer;
}
.utility-nav #nav-login-box {
  position: absolute;
  display: none;
  z-index: 999;
}
.utility-nav #nav-login-link.active {
  border-radius: 3px 3px 0 0;
}
.utility-nav #nav-login-link.active span {
  background-position: 53px -76px;
}
.utility-nav #nav-login-link.active em {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #818285;
  bottom: -1px;
}
.utility-nav #nav-login-form {
  width: 248px;
  /*    border:1px solid #899caa;*/
  border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  margin-top: -1px;
  background: #404041;
  padding: 6px;
}
.utility-nav #nav-login-form fieldset {
  margin: 0 0 12px 0;
  display: block;
  border: 0;
  padding: 0;
}
.utility-nav fieldset#login-form-fieldset {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px 13px;
  margin: 0;
}
.utility-nav #nav-login-form #checkbox {
  width: auto;
  margin: 1px 9px 0 0;
  float: left;
  padding: 0;
  border: 0;
  *margin: -3px 9px 0 0;
  /* IE7 Fix */
}
.utility-nav #login-form-fieldset label {
  color: #404041;
  margin: 9px 0 0 0;
  display: block;
  float: left;
  font-size: .8em;
}
.utility-nav #nav-login-form #login-form-fieldset fieldset label {
  display: block;
  float: none;
  margin: 0 0 6px 0;
}
.utility-nav #nav-login-form input {
  width: 92%;
  border: 1px solid #899caa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ff0000;
  font-weight: bold;
  padding: 8px 8px;
  box-shadow: inset 0px 1px 3px #bbb;
  -webkit-box-shadow: inset 0px 1px 3px #bbb;
  -moz-box-shadow: inset 0px 1px 3px #bbb;
}
.utility-nav #nav-login-form #login {
  width: auto;
  float: left;
  color: #fff;
  padding: 7px 10px 8px 10px;
  text-shadow: 0px -1px #278db8;
  border: 1px solid #339cdf;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 12px 0 0;
  cursor: pointer;
  *padding: 7px 2px 8px 2px;
  /* IE7 Fix */
}
.utility-nav #nav-login-form span {
  text-align: center;
  display: block;
  padding: 7px 0 4px 0;
  color: #fff;
}
.utility-nav #nav-login-form span a {
  color: #fff;
}

.main-nav {
  position: relative;
  height: 68px;
  margin-top: 40px;
}
.main-nav ul li {
  font-size: 16px;
  -webkit-text-shadow: 0 2px 2px white;
  -moz-text-shadow: 0 2px 2px white;
  -ms-text-shadow: 0 2px 2px white;
  /* IE 10+ */
  -o-text-shadow: 0 2px 2px white;
  text-shadow: 0 2px 2px white;
  z-index: 500;
}
@media screen and (max-width: 1080px) {
  .main-nav ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .main-nav ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 970px) {
  .main-nav ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 925px) {
  .main-nav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 870px) {
  .main-nav ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 830px) {
  .main-nav ul li {
    font-size: 10px;
  }
}
.main-nav ul li ul li {
  font-size: .9em;
}
.main-nav ul li ul li ul li {
  font-size: 1em;
}
@media screen and (max-width: 960px) {
  .main-nav ul li ul li ul li {
    font-size: .9em;
  }
}
.main-nav ul li a.chat {
  background-color: transparent;
  /*                background: transparent url('../images/chat.png') no-repeat 50% 6px;
  width:100px;
  height:59px;
  padding: 0 0 0 20px;
  span{display:none;}
  @include media($nav-small) {
  span{
  display:inline; 
  }
  background-image:none;
  padding: 1.1em 1em;
  width:auto;
  height:auto;
  }*/
}
.main-nav .secure {
  background-image: url("../images/padlock-icon.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 30px !important;
}
.main-nav #logo {
  text-align: left;
  padding-top: 10px;
  padding-left: 5px;
  float: left;
}
.main-nav #lpButton a {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
  z-index: 99;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  position: absolute;
  right: 0;
}

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #404041;
  padding: 1.1em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #404041;
}

.sf-menu a:hover {
  color: #c41230;
}

.sf-menu li {
  background: transparent;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu ul li {
  background: #e7e8e9;
}

.sf-menu ul li a {
  padding: .5em 1em;
}

.sf-menu ul ul li {
  background: #e7e8e9;
}

.sf-menu li:hover,
.sf-menu ul li:hover,
.sf-menu li.sfHover,
.sf-menu ul li.sfHover {
  background: #f4f5f5;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #c41230;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: #c41230;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #c41230;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #c41230;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: #c41230;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #c41230;
}

.side-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-nav ul li {
  border-bottom: 1px solid #e7e8e9;
  font-size: 1.2em;
}
.side-nav ul li a {
  padding: 1em;
  display: inline-block;
}
.side-nav ul li a .arrow-left {
  width: 0;
  height: 0;
  margin: .25em 0 0 -1em;
  float: left;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #404041;
}

.footer-nav {
  display: block;
  clear: both;
  margin: 10em auto 4em auto;
  line-height: 1.3em;
}
.footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #e7e8e9;
  /*
  li.first-column{
  ul{ 
  background:none;
  padding:0;
  }
  }
  */
}
.footer-nav ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 2em;
  width: auto;
  max-width: 200px;
}
@media screen and (max-width: 1080px) {
  .footer-nav ul li {
    max-width: 175px;
  }
}
@media screen and (max-width: 970px) {
  .footer-nav ul li {
    max-width: 145px;
  }
}
@media screen and (max-width: 830px) {
  .footer-nav ul li {
    max-width: 135px;
  }
}
.footer-nav ul li a {
  display: block;
  color: #404041;
  text-decoration: none;
}
.footer-nav ul li ul {
  padding: .5em 1em;
  font-size: 12px;
}
.footer-nav ul li ul li {
  display: list-item;
  padding-right: 0;
}
.footer-nav ul li ul li a {
  text-decoration: none;
}
.footer-nav ul li ul li a:hover {
  text-decoration: underline;
}
.footer-nav ul li ul li ul {
  display: none;
  background: #f4f5f5;
}
.footer-nav ul div.singleColumn {
  float: left;
}
.footer-nav ul div.singleColumn li {
  display: block;
}

.footer-nav li > a:after {
  content: '\25BC';
  color: #c41230;
  font-size: .8em;
  text-decoration: none;
}

.footer-nav > li > a:after {
  content: '\25BA';
  color: #c41230;
  font-size: .8em;
  text-decoration: none;
}

.footer-nav li > a:only-child:after {
  content: '';
}

.footer-nav li.first-column > a:after {
  content: '';
}

.two-column {
  clear: both;
}
.two-column .one-of-two {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.two-column .one-of-two:last-child {
  margin-right: 0;
}

.three-column {
  clear: both;
}
.three-column .one-of-three {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.three-column .one-of-three:last-child {
  margin-right: 0;
}
.three-column .two-of-three {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.three-column .two-of-three:last-child {
  margin-right: 0;
}

.four-column {
  clear: both;
}
.four-column .one-of-four {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.four-column .one-of-four:last-child {
  margin-right: 0;
}
.four-column .two-of-four {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.four-column .two-of-four:last-child {
  margin-right: 0;
}
.four-column .three-of-four {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.four-column .three-of-four:last-child {
  margin-right: 0;
}

.six-column {
  clear: both;
}
.six-column .one-of-six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.six-column .one-of-six:last-child {
  margin-right: 0;
}
.six-column .two-of-six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.six-column .two-of-six:last-child {
  margin-right: 0;
}
.six-column .three-of-six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.six-column .three-of-six:last-child {
  margin-right: 0;
}
.six-column .four-of-six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.six-column .four-of-six:last-child {
  margin-right: 0;
}
.six-column .five-of-six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}
.six-column .five-of-six:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 768px;
  }
}

div.headerSection {
  background: white url("../images/bg.png") repeat-x 0 0;
}

header {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}

footer {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
footer:before, footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}

.footer {
  background-color: #e7e8e9;
  padding-top: 2em;
  border-top: 1px solid #404041;
  clear: both;
}
.footer .social a {
  padding: 0 1em;
  display: inline-block;
}

.content {
  padding: 0em 1em 2em 1em;
}

.headerBar {
  clear: both;
  background: transparent url("../images/bg-page.png") repeat-x 0 0;
  height: 40px;
}

section {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
section:before, section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
section aside:last-child {
  margin-right: 0;
}
section article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
section article:last-child {
  margin-right: 0;
}
section article ul, section article ol {
  margin: 1em 2em 2em;
}
section article ul li strong, section article ol li strong {
  color: #c41230;
}
section article ul.plain {
  list-style-type: none;
}
section article ol.plain {
  list-style-type: none;
}

.application-small {
  *zoom: 1;
  max-width: 45.625em;
  margin-left: auto;
  margin-right: auto;
}
.application-small:before, .application-small:after {
  content: " ";
  display: table;
}
.application-small:after {
  clear: both;
}

.application-medium {
  *zoom: 1;
  max-width: 53.125em;
  margin-left: auto;
  margin-right: auto;
}
.application-medium:before, .application-medium:after {
  content: " ";
  display: table;
}
.application-medium:after {
  clear: both;
}

.application-large {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.application-large:before, .application-large:after {
  content: " ";
  display: table;
}
.application-large:after {
  clear: both;
}

.application-large, .application-medium, .application-small {
  font-size: 95%;
  line-height: 1.2em;
}

section.news-story article {
  border-right: 1px solid #e7e8e9;
  padding-right: 2em;
  margin-bottom: 2em;
}

.section-spacing {
  margin-bottom: 2em;
}

a {
  color: #c41230;
}

a:hover {
  color: #404041;
}

.home-banner {
  margin-bottom: 2em;
  background: #c41230 url("../images/banner-bg.png") repeat-x 0 0;
  text-align: center;
  line-height: 0;
}
.home-banner img {
  outline: 0;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.homepage-blocks {
  margin-bottom: 4em;
}
.homepage-blocks .block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  text-align: center;
  border-left: 1px solid #e7e8e9;
  min-height: 300px;
  position: relative;
}
.homepage-blocks .block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .homepage-blocks .block {
    min-height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-blocks .block {
    min-height: 370px;
  }
}
.homepage-blocks .block form input[type="text"], .homepage-blocks .block form input[type="username"], .homepage-blocks .block form input[type="password"], .homepage-blocks .block form textarea {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: .85em;
}
.homepage-blocks .block form input.half {
  width: 40%;
  display: inline;
}
.homepage-blocks .block p {
  font-size: .85em;
}
.homepage-blocks .block .block-content {
  margin-bottom: 80px;
  display: block;
}
.homepage-blocks .block .block-footer {
  height: 5em;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.homepage-blocks .block:first-child {
  border-left: 0;
}
.homepage-blocks img.block-img {
  -webkit-box-shadow: 0 3px 3px 0 rgba(109, 109, 109, 0.75);
  -moz-box-shadow: 0 3px 3px 0 rgba(109, 109, 109, 0.75);
  box-shadow: 0 3px 3px 0 rgba(109, 109, 109, 0.75);
}

.block {
  display: block;
}

.standard {
  background: #fff;
}

.clear {
  clear: both;
}

.placeholder {
  color: #818285;
}

.float-left {
  float: left;
  margin: 0 1em 1em 0;
}

.float-center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.float-right {
  float: right;
  margin: 0 0 1em 1em;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.demonstration div {
  background: #e7e8e9;
  margin-bottom: 1em;
  padding: .8em;
}

.highlight, .quote {
  color: #c41230;
  font-style: italic;
}

.quote {
  font-size: smaller;
}

@media print {
  @page rotated {
    size: landscape;
}

  div.headerSection {
    display: none;
  }

  div.footer {
    display: none;
  }

  .hideWhenPrinted {
    display: none;
  }
}
.pageHeading {
  font-weight: bold;
  font-style: italic;
  font-size: 105%;
  color: #c41230;
  line-height: normal;
}

.errorText {
  color: #477dca;
  font-weight: bold;
}

.seflRed {
  color: #c41230;
}

.seflDarkGray {
  color: #404041;
}

.seflMediumGray {
  color: #818285;
}

.seflLightGray {
  color: #e7e8e9;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}
