html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
h1.mbLess,
h2.mbLess,
h3.mbLess,
h4.mbLess,
h5.mbLess,
h6.mbLess,
.h1.mbLess,
.h2.mbLess,
.h3.mbLess,
.h4.mbLess,
.h5.mbLess,
.h6.mbLess {
  margin: 0 0 5px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 6px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
  color: #555555;
}
p.mbLess {
  margin: 0 0 5px;
}
p.noMargin {
  margin: 0;
}
a {
  color: #296bbc;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.el8AgainstDarkBlue {
  color: #8ce2ff;
}
.el8ExpandLink {
  position: relative;
  padding-left: 15px;
}
.el8ExpandLink span.el8Expanded {
  position: absolute;
  left: 0;
  top: 40%;
  border-top: 5px solid #296bbc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.el8ExpandLink span.el8Collapsed {
  position: absolute;
  left: 0;
  top: 30%;
  border-left: 5px solid #296bbc;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.el8ExpandLinkLg {
  position: relative;
  padding-left: 21px;
}
.el8ExpandLinkLg span.el8Expanded {
  position: absolute;
  left: 0;
  top: 40%;
  border-top: 8px solid #296bbc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.el8ExpandLinkLg span.el8Collapsed {
  position: absolute;
  left: 0;
  top: 30%;
  border-left: 8px solid #296bbc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.el8AlignLeft {
  text-align: left;
}
.el8AlignRight {
  text-align: right;
}
.el8AlignCenter {
  text-align: center;
}
.el8BrandColor {
  color: #1c94bc;
}
.el8BrandLight {
  color: #b1e3f3;
}
.el8BrandDark {
  color: #0d7598;
}
.el8White {
  color: #fff;
}
.el8Gray {
  color: #999999;
}
.el8MedGray {
  color: #555555;
}
.el8Dark {
  color: #333333;
}
.el8Red {
  color: #b90400;
}
.el8Green {
  color: #008b00;
}
.el8CoolGray {
  color: #708ea1;
}
.el8FontSmall {
  font-size: 12px;
}
.el8FontBase {
  font-size: 14px;
}
.el8FontMed {
  font-size: 16px;
}
.el8FontLarge {
  font-size: 18px;
}
.el8FontXL {
  font-size: 21.6px;
}
.el8LineHeightLarge {
  line-height: 1.33;
}
.el8Italic {
  font-style: italic;
}
.el8Underline {
  text-decoration: underline;
}
.el8Uppercase {
  text-transform: uppercase;
}
.el8LightWeight {
  font-weight: 200;
}
.el8NormalWeight {
  font-weight: 400;
}
.el8Bold {
  font-weight: 700;
}
.el8QuoteText {
  line-height: 1.5;
  padding-left: 30px;
}
.el8QuoteText:before {
  content: '“';
  font-size: 72pt;
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: -18px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.el8QuoteContainer {
  position: relative;
  padding-bottom: 10px;
}
.el8Btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.el8Btn:focus,
.el8Btn:active:focus,
.el8Btn.active:focus {
  outline: 0;
}
.el8Btn:hover,
.el8Btn:focus {
  color: #333333;
  text-decoration: none;
}
.el8Btn:active,
.el8Btn.active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.el8Btn.disabled,
.el8Btn[disabled],
fieldset[disabled] .el8Btn,
.el8Btn.disabled:hover,
.el8Btn[disabled]:hover,
fieldset[disabled] .el8Btn:hover,
.el8Btn.disabled:focus,
.el8Btn[disabled]:focus,
fieldset[disabled] .el8Btn:focus,
.el8Btn.disabled:active,
.el8Btn[disabled]:active,
fieldset[disabled] .el8Btn:active,
.el8Btn.disabled.active,
.el8Btn[disabled].active,
fieldset[disabled] .el8Btn.active {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.el8BtnDefault {
  color: #464646;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #b3b3b3 #999999 #8c8c8c #999999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 0 #fff;
}
.el8BtnDefault:hover,
.el8BtnDefault:focus,
.el8BtnDefault:active,
.el8BtnDefault.active,
.open .dropdown-toggle.el8BtnDefault {
  color: #333333;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe1e1e1', GradientType=0);
  border-color: #7a7a7a;
  -webkit-transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
  transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
}
.el8BtnDefault:focus {
  box-shadow: inset 0 0 0 1px #3f8cff;
  -webkit-box-shadow: inset 0 0 0 1px #3f8cff;
}
.el8BtnDefault:active,
.el8BtnDefault.active,
.open .dropdown-toggle.el8BtnDefault {
  background-image: #dcdcdc;
  background: #dcdcdc;
}
.el8BtnDefault.disabled,
.el8BtnDefault[disabled],
fieldset[disabled] .el8BtnDefault,
.el8BtnDefault.disabled:hover,
.el8BtnDefault[disabled]:hover,
fieldset[disabled] .el8BtnDefault:hover,
.el8BtnDefault.disabled:focus,
.el8BtnDefault[disabled]:focus,
fieldset[disabled] .el8BtnDefault:focus,
.el8BtnDefault.disabled:active,
.el8BtnDefault[disabled]:active,
fieldset[disabled] .el8BtnDefault:active,
.el8BtnDefault.disabled.active,
.el8BtnDefault[disabled].active,
fieldset[disabled] .el8BtnDefault.active {
  background-color: #f5f5f5;
  border-color: #999999;
  color: #ffffff;
}
.el8BtnDefault .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.el8BtnPrimary {
  color: #e8f1fd;
  background-image: -webkit-linear-gradient(top, #4092ee 0%, #1477e7 100%);
  background-image: linear-gradient(to bottom, #4092ee 0%, #1477e7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4092ee', endColorstr='#ff1477e7', GradientType=0);
  border-color: #126bd0 #0e53a1 #0c4789 #0e53a1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #0e53a1;
}
.el8BtnPrimary:hover,
.el8BtnPrimary:focus,
.el8BtnPrimary:active,
.el8BtnPrimary.active,
.open .dropdown-toggle.el8BtnPrimary {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #1477e7 0%, #1164c1 100%);
  background-image: linear-gradient(to bottom, #1477e7 0%, #1164c1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1477e7', endColorstr='#ff1164c1', GradientType=0);
  border-color: #093668;
  -webkit-transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
  transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
}
.el8BtnPrimary:focus {
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
}
.el8BtnPrimary:active,
.el8BtnPrimary.active,
.open .dropdown-toggle.el8BtnPrimary {
  background-image: #105fb8;
  background: #105fb8;
}
.el8BtnPrimary.disabled,
.el8BtnPrimary[disabled],
fieldset[disabled] .el8BtnPrimary,
.el8BtnPrimary.disabled:hover,
.el8BtnPrimary[disabled]:hover,
fieldset[disabled] .el8BtnPrimary:hover,
.el8BtnPrimary.disabled:focus,
.el8BtnPrimary[disabled]:focus,
fieldset[disabled] .el8BtnPrimary:focus,
.el8BtnPrimary.disabled:active,
.el8BtnPrimary[disabled]:active,
fieldset[disabled] .el8BtnPrimary:active,
.el8BtnPrimary.disabled.active,
.el8BtnPrimary[disabled].active,
fieldset[disabled] .el8BtnPrimary.active {
  background-color: #1477e7;
  border-color: #0e53a1;
  color: #86baf5;
}
.el8BtnPrimary .badge {
  color: #1477e7;
  background-color: #ffffff;
}
.el8BtnRed {
  color: #fbeceb;
  background-image: -webkit-linear-gradient(top, #e26663 0%, #da3c38 100%);
  background-image: linear-gradient(to bottom, #e26663 0%, #da3c38 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe26663', endColorstr='#ffda3c38', GradientType=0);
  border-color: #d22b27 #a7221f #911e1b #a7221f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #a7221f;
}
.el8BtnRed:hover,
.el8BtnRed:focus,
.el8BtnRed:active,
.el8BtnRed.active,
.open .dropdown-toggle.el8BtnRed {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #da3c38 0%, #c52925 100%);
  background-image: linear-gradient(to bottom, #da3c38 0%, #c52925 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda3c38', endColorstr='#ffc52925', GradientType=0);
  border-color: #731815;
  -webkit-transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
  transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
}
.el8BtnRed:focus {
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
}
.el8BtnRed:active,
.el8BtnRed.active,
.open .dropdown-toggle.el8BtnRed {
  background-image: #bc2723;
  background: #bc2723;
}
.el8BtnRed.disabled,
.el8BtnRed[disabled],
fieldset[disabled] .el8BtnRed,
.el8BtnRed.disabled:hover,
.el8BtnRed[disabled]:hover,
fieldset[disabled] .el8BtnRed:hover,
.el8BtnRed.disabled:focus,
.el8BtnRed[disabled]:focus,
fieldset[disabled] .el8BtnRed:focus,
.el8BtnRed.disabled:active,
.el8BtnRed[disabled]:active,
fieldset[disabled] .el8BtnRed:active,
.el8BtnRed.disabled.active,
.el8BtnRed[disabled].active,
fieldset[disabled] .el8BtnRed.active {
  background-color: #da3c38;
  border-color: #a7221f;
  color: #eea5a4;
}
.el8BtnRed .badge {
  color: #da3c38;
  background-color: #ffffff;
}
.el8BtnGreen {
  color: #e6f4e6;
  background-image: -webkit-linear-gradient(top, #00c800 0%, #009500 100%);
  background-image: linear-gradient(to bottom, #00c800 0%, #009500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c800', endColorstr='#ff009500', GradientType=0);
  border-color: #009500 #006200 #004900 #006200;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #006200;
}
.el8BtnGreen:hover,
.el8BtnGreen:focus,
.el8BtnGreen:active,
.el8BtnGreen.active,
.open .dropdown-toggle.el8BtnGreen {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #009500 0%, #006c00 100%);
  background-image: linear-gradient(to bottom, #009500 0%, #006c00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009500', endColorstr='#ff006c00', GradientType=0);
  border-color: #002500;
  -webkit-transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
  transition: border-color ease-in-out .1s, color ease-in-out .1s, background-image ease-in-out .1s;
}
.el8BtnGreen:focus {
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
}
.el8BtnGreen:active,
.el8BtnGreen.active,
.open .dropdown-toggle.el8BtnGreen {
  background-image: #006200;
  background: #006200;
}
.el8BtnGreen.disabled,
.el8BtnGreen[disabled],
fieldset[disabled] .el8BtnGreen,
.el8BtnGreen.disabled:hover,
.el8BtnGreen[disabled]:hover,
fieldset[disabled] .el8BtnGreen:hover,
.el8BtnGreen.disabled:focus,
.el8BtnGreen[disabled]:focus,
fieldset[disabled] .el8BtnGreen:focus,
.el8BtnGreen.disabled:active,
.el8BtnGreen[disabled]:active,
fieldset[disabled] .el8BtnGreen:active,
.el8BtnGreen.disabled.active,
.el8BtnGreen[disabled].active,
fieldset[disabled] .el8BtnGreen.active {
  background-color: #009500;
  border-color: #006200;
  color: #16ff16;
}
.el8BtnGreen .badge {
  color: #009500;
  background-color: #ffffff;
}
.el8BtnLink {
  color: #296bbc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.el8BtnLink,
.el8BtnLink:active,
.el8BtnLink[disabled],
fieldset[disabled] .el8BtnLink {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.el8BtnLink,
.el8BtnLink:hover,
.el8BtnLink:focus,
.el8BtnLink:active {
  border-color: transparent;
}
.el8BtnLink:hover,
.el8BtnLink:focus {
  color: #1b477d;
  text-decoration: underline;
  background-color: transparent;
}
.el8BtnLink[disabled]:hover,
fieldset[disabled] .el8BtnLink:hover,
.el8BtnLink[disabled]:focus,
fieldset[disabled] .el8BtnLink:focus {
  color: #999999;
  text-decoration: none;
}
.el8BtnLg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.el8BtnSm {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.el8BtnXs {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.el8BtnLong {
  padding: 5px 40px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.el8BtnLgLong {
  padding: 10px 60px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.el8BtnBlock {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.el8BtnBlock + .el8BtnBlock {
  margin-top: 5px;
}
.el8BtnBlock.el8BtnLg + .el8BtnBlock.el8BtnLg {
  margin-top: 10px;
}
input[type="submit"].el8BtnBlock,
input[type="reset"].el8BtnBlock,
input[type="button"].el8BtnBlock {
  width: 100%;
}
.el8CenterBlock {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.el8Relative {
  position: relative;
}
.el8InlineBlock {
  display: inline-block;
}
.el8FloatLeft {
  float: left;
}
.el8FloatRight {
  float: right;
}
.el8FullHeight {
  height: 100%;
}
.el8FaxBg {
  background: url(../images/multiuser_access_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.el8GrayBg {
  background-color: #e8ecee;
}
.el8PageSectionWhite {
  background-color: #fff;
}
.el8PageSectionBlue {
  background-color: #0d7598;
}
.el8PageSectionLightBrand {
  background-color: #bae6f5;
}
html.el8FullPageFaxViewer {
  height: 100%;
}
html.el8FullPageFaxViewer > body {
  height: 100%;
  overflow: scroll;
}
.el8ContainerFixed,
.el8ContainerFluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.el8ContainerFixed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.el8ContainerFixed.el8Narrow {
  width: 640px;
}
.el8ContainerFixed.el8StandardWidth {
  width: 1024px;
}
.el8ContainerFull {
  width: 100%;
}
.el8Row {
  width: 100%;
}
.el8Row:before,
.el8Row:after {
  content: " ";
  display: table;
}
.el8Row:after {
  clear: both;
}
.el8Col1,
.el8Col2,
.el8Col3,
.el8Col4,
.el8Col5,
.el8Col6,
.el8Col7,
.el8Col8,
.el8Col9,
.el8Col10,
.el8Col11,
.el8Col12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
}
.el8Col12 {
  width: 100%;
}
.el8Col11 {
  width: 91.66666667%;
}
.el8Col10 {
  width: 83.33333333%;
}
.el8Col9 {
  width: 75%;
}
.el8Col8 {
  width: 66.66666667%;
}
.el8Col7 {
  width: 58.33333333%;
}
.el8Col6 {
  width: 50%;
}
.el8Col5 {
  width: 41.66666667%;
}
.el8Col4 {
  width: 33.33333333%;
}
.el8Col3 {
  width: 25%;
}
.el8Col2 {
  width: 16.66666667%;
}
.el8Col1 {
  width: 8.33333333%;
}
.el8FormBox {
  position: relative;
}
.el8FormBox.el8BoxWithHeading {
  background-color: #FFF;
  padding: 30px 40px 40px 40px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el8FormBox.el8BoxWithHeading .el8BackLink {
  position: absolute;
  top: 25px;
  left: 25px;
}
.el8FormBox.el8BoxWithHeading.el8FaxFlow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.el8FormBox.el8ZDSignup {
  background-color: #FFF;
  padding: 20px 20px 40px 20px;
  border-radius: 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px -2px rgba(24, 83, 110, 0.4);
  -webkit-box-shadow: 0px 4px 8px -2px rgba(24, 83, 110, 0.4);
}
.el8QuoteBoxLightBlue {
  background-color: #9adbf0;
  padding: 30px 40px;
  position: relative;
  border-radius: 10px;
}
.el8QuoteBoxLightBlue.el8TailBottomLeft:after {
  bottom: -20px;
  left: 40px;
  position: absolute;
  content: '';
  border-top: 0;
  border-right: 0;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #9adbf0;
  border-style: solid;
}
.el8SplitBox.el8FaxFlow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.el8SplitBoxTop {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.el8SplitBoxTop.el8FaxFlow {
  background-color: #ffffff;
  padding: 60px 40px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.el8SplitBoxBottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.el8SplitBoxBottom.el8FaxFlow {
  background-color: #eeeeee;
  padding: 20px 20px;
  position: relative;
}
.el8ZDSalesHeader {
  background-color: #FF9432;
  padding: 20px;
}
html.el8StickyFooter {
  position: relative;
  min-height: 100%;
}
body.el8MedFooter {
  margin-bottom: 90px;
}
div.el8MedFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  background-color: #0d7598;
}
div.el8MedFooter.el8ZDSalesFooter {
  background-color: #FF9432;
}
.el8RightPaneFax {
  background: #ffffff;
  position: relative;
  overflow: scroll;
  float: right;
  right: 0;
  width: 25%;
  min-width: 350px;
  height: 100%;
  border-left: 1px solid #999;
}
.el8RightPaneFax .el8BoxPadMd {
  padding: 20px 30px 320px 30px;
}
.el8RightPaneFax > .el8RightPaneFaxBottom {
  width: inherit;
  position: fixed;
  bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #CCC;
}
.el8LeftPaneThumbNav {
  float: left;
  width: 180px;
  height: 100%;
  overflow: scroll;
  background-color: #ccc;
  border-right: 1px solid #999;
}
.el8CenterPaneFax {
  width: auto;
  overflow: scroll;
  height: 100%;
  background: #AAA;
}
.el8CenterPaneFax .el8CenterPaneFaxPad {
  padding: 0 30px 20px 30px;
}
.el8SmSpacer {
  height: 10px;
}
.el8MdSpacer {
  height: 20px;
}
.el8LgSpacer {
  height: 40px;
}
.el8XLSpacer {
  height: 80px;
}
.el8FloatRightMarginLg {
  margin-left: 48px;
  margin-bottom: 30px;
}
.el8FloatRightMarginMd {
  margin-left: 32px;
  margin-bottom: 20px;
}
.el8FloatRightMarginSm {
  margin-left: 16px;
  margin-bottom: 10px;
}
.el8FloatLeftMarginLg {
  margin-right: 48px;
  margin-bottom: 30px;
}
.el8FloatLeftMarginMd {
  margin-right: 32px;
  margin-bottom: 20px;
}
.el8FloatLeftMarginSm {
  margin-right: 16px;
  margin-bottom: 10px;
}
.el8BoxPadLg {
  padding: 60px 60px;
}
.el8BoxPadMd {
  padding: 40px 40px;
}
.el8BoxPadSm {
  padding: 20px 20px;
}
.el8ColPadLg {
  padding: 0 60px;
}
.el8ColPadMd {
  padding: 0 40px;
}
.el8ColPadSm {
  padding: 0 20px;
}
.noMargin {
  margin: 0;
}
.noPadding {
  padding: 0;
}
.el8IconMrLg {
  margin-right: 10px;
}
.el8IconMrMd {
  margin-right: 5px;
}
.el8IconMrSm {
  margin-right: 3px;
}
.el8IconMlLg {
  margin-left: 10px;
}
.el8IconMlMd {
  margin-left: 5px;
}
.el8IconMlSm {
  margin-left: 3px;
}
.el8IconMtLg {
  margin-top: 10px;
}
.el8IconMtMd {
  margin-top: 5px;
}
.el8IconMtSm {
  margin-top: 3px;
}
.mtSm {
  margin-top: 10px;
}
.mtMd {
  margin-top: 20px;
}
.mtLg {
  margin-top: 40px;
}
.mbSm {
  margin-bottom: 10px;
}
.mbMd {
  margin-bottom: 20px;
}
.mbLg {
  margin-bottom: 40px;
}
.mbXL {
  margin-bottom: 80px;
}
.pbSm {
  padding-bottom: 10px;
}
.pbMd {
  padding-bottom: 20px;
}
.pbLg {
  padding-bottom: 40px;
}
.pbXL {
  padding-bottom: 80px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml100 {
  margin-left: 100px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr100 {
  margin-right: 100px;
}
.mt10p {
  margin-top: 10%;
}
.mt15p {
  margin-top: 15%;
}
.mt20p {
  margin-top: 20%;
}
.mt25p {
  margin-top: 25%;
}
.mt30p {
  margin-top: 30%;
}
.mt40p {
  margin-top: 40%;
}
.mt50p {
  margin-top: 50%;
}
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w80p {
  width: 80%;
}
.w90p {
  width: 90%;
}
.w100p {
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
.el8StandardInput {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}
.el8StandardInput:focus {
  border-color: #4595f7;
  background-color: #fffdcd;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 0 3px rgba(69, 149, 247, 0.6);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 0 3px rgba(69, 149, 247, 0.6);
}
.el8StandardInput::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.el8StandardInput:-ms-input-placeholder {
  color: #bbbbbb;
}
.el8StandardInput::-webkit-input-placeholder {
  color: #bbbbbb;
}
.el8StandardInput[disabled],
.el8StandardInput[readonly],
fieldset[disabled] .el8StandardInput {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.el8StandardInput {
  height: auto;
}
.el8Radio,
.el8Checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  cursor: pointer;
}
.el8Radio input[type="radio"],
.el8RadioInline input[type="radio"],
.el8Checkbox input[type="checkbox"],
.el8CheckboxInline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.el8Radio + .el8Radio,
.el8Checkbox + .el8Checkbox {
  margin-top: -5px;
}
.el8RadioInline,
.el8CheckboxInline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.el8RadioInline + .el8RadioInline,
.el8CheckboxInline + .el8CheckboxInline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.el8Radio[disabled],
.el8RadioInline[disabled],
.el8Checkbox[disabled],
.el8CheckboxInline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .el8Radio,
fieldset[disabled] .el8RadioInline,
fieldset[disabled] .el8Checkbox,
fieldset[disabled] .el8CheckboxInline {
  cursor: not-allowed;
}
.el8FormSuccess .el8Radio,
.el8FormSuccess .el8Checkbox,
.el8FormSuccess .el8RadioInline,
.el8FormSuccess .el8CheckboxInline {
  color: #008b00;
}
.el8FormSuccess .el8StandardInput {
  border-color: #009e03;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.el8FormSuccess .el8StandardInput:focus {
  border-color: #006b02;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 3px #00d104;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 3px #00d104;
}
.el8FormError .el8Radio,
.el8FormError .el8Checkbox,
.el8FormError .el8RadioInline,
.el8FormError .el8CheckboxInline {
  color: #b90400;
}
.el8FormError .el8StandardInput {
  border-color: #b90400;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.el8FormError .el8StandardInput:focus {
  border-color: #860300;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 3px #ec0500;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 3px #ec0500;
}
.el8SmallInput {
  height: 28px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.el8SmallInput {
  height: 28px;
  line-height: 28px;
}
textarea.el8SmallInput,
select[multiple].el8SmallInput {
  height: auto;
}
.el8LargeInput {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.el8LargeInput {
  height: 46px;
  line-height: 46px;
}
textarea.el8LargeInput,
select[multiple].el8LargeInput {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 32px;
}
.el8FormGroup {
  margin-bottom: 10px;
}
.el8FormGroupInline {
  margin-bottom: 10px;
}
.el8FormGroupInline .el8StandardInput {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.el8FormGroupInline .el8StandardInputLabel {
  margin-bottom: 0;
  vertical-align: middle;
}
.el8FormHorizontal .el8StandardInputLabel,
.el8FormHorizontal .el8Radio,
.el8FormHorizontal .el8Checkbox,
.el8FormHorizontal .el8RadioInline,
.el8FormHorizontal .el8CheckboxInline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.el8FormHorizontal .el8StandardInputLabel {
  text-align: right;
  padding-right: 10px;
}
.el8LgInputLabel {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.el8CenterLabel {
  display: block;
  text-align: center;
}
.el8FaxSignupForm {
  background-color: #b1e3f3;
  padding: 20px 20px;
  border-radius: 3px;
}
.el8FaxSignupForm .el8StandardInputLabel {
  color: #157190;
}
.el8ZDSignup .el8StandardInputLabel {
  font-size: 12px;
  font-weight: bold;
  color: #1c94bc;
}
.el8ZDSignup .el8StandardInputLabel.el8SentenceInputLabel {
  font-size: 14px;
  color: #555555;
}
.el8ZDSignup p.el8SentenceInputLabel {
  font-size: 12px;
  font-weight: bold;
  color: #1c94bc;
  text-align: right;
  margin-bottom: 0;
  margin-top: 8px;
  padding-right: 10px;
}
.el8ImgInline {
  display: inline-block;
  vertical-align: middle;
}
/* Make sure that horizontal and vertical positions are negative values */
.icon-hover {
  opacity: .5;
}
.icon-hover:hover {
  opacity: 1;
}
.el8HelpIcon {
  background: transparent url('../images/elation_icon_sprite.png?v=20161103') no-repeat;
  background-position: -160px -165px;
  width: 24px;
  height: 24px;
  opacity: .5;
  display: block;
}
.el8HelpIcon:hover {
  opacity: 1;
}
.el8Thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.el8Thumbnail.el8ThumbnailLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.el8Thumbnail.el8ThumbnailRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.el8PNGFull {
  display: block;
  width: 100%;
  height: auto;
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid #555;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.el8PNGFull:first-of-type {
  margin-top: 20px;
}
.el8PNGFull + .el8PNGFull {
  margin-top: 10px;
}
ul.el8ThumbNav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.el8ThumbNav > li + li {
  margin-top: 10px;
}
ul.el8ThumbNav li a {
  text-decoration: none;
  display: block;
}
ul.el8ThumbNav li a:hover > .el8ThumbNavImg {
  background-color: #8098a0;
}
ul.el8ThumbNav li a:hover > .el8ThumbNavImg > p {
  color: #FFF;
}
ul.el8ThumbNav li.el8Selected .el8ThumbNavImg {
  background-color: #296bbc;
}
ul.el8ThumbNav li.el8Selected .el8ThumbNavImg:hover {
  background-color: #296bbc;
}
ul.el8ThumbNav li.el8Selected .el8ThumbNavImg > p {
  color: #FFF;
  text-shadow: 0 -1px 0 #173b68;
}
.el8ThumbNavImg {
  background-color: transparent;
  padding: 3px;
  border-radius: 3px;
  width: auto;
}
.el8ThumbNavImg > img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
}
.el8ThumbNavImg p {
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}
.el8ErrorAlert {
  padding: 10px 10px 10px 40px;
  background-image: url('/static/images/icon-fail.png');
  /* Icon should be ~22px x 22px */
  background-repeat: no-repeat;
  background-position: 10px 9px;
  color: #b90400;
  background-color: #ffe2e2;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.el8InfoAlert {
  color: #0d538f;
  background-color: #cae4fa;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.el8Popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.el8Popover.el8PasswordCheck {
  font-size: 12px;
  width: 240px;
  top: -42px;
  left: 5px;
}
.el8Popover.el8PasswordMatch {
  font-size: 12px;
  width: 240px;
  top: -7px;
  left: 5px;
}
.el8Popover.top {
  margin-top: -10px;
}
.el8Popover.right {
  margin-left: 10px;
}
.el8Popover.bottom {
  margin-top: 10px;
}
.el8Popover.left {
  margin-left: -10px;
}
.el8PopoverContent {
  padding: 9px 14px;
}
.el8Popover > .el8PopoverArrow,
.el8Popover > .el8PopoverArrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el8Popover > .el8PopoverArrow {
  border-width: 11px;
}
.el8Popover > .el8PopoverArrow:after {
  border-width: 10px;
  content: "";
}
.el8Popover.top > .el8PopoverArrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.el8Popover.top > .el8PopoverArrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.el8Popover.right > .el8PopoverArrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.el8Popover.right > .el8PopoverArrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.el8Popover.bottom > .el8PopoverArrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.el8Popover.bottom > .el8PopoverArrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.el8Popover.left > .el8PopoverArrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.el8Popover.left > .el8PopoverArrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.el8ZDToggle.el8ToggleContainer {
  position: relative;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  width: 178px;
  height: 36px;
}
.el8ZDToggle.el8ToggleLabel {
  position: relative;
  z-index: 2;
  float: left;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 14px;
  width: 88px;
  line-height: 38px;
}
.el8ZDToggle.el8Toggle {
  display: none;
}
.el8ZDToggle.el8Toggle:checked + .el8ToggleLabel {
  font-weight: bold;
  transition: 0.15s ease-out;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.el8ZDToggle.el8Toggle:checked + .el8ToggleLabelRight ~ .el8ToggleSelection {
  left: 90px;
}
.el8ZDToggle.el8ToggleFalse:checked + .el8ToggleLabel {
  color: #555;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.el8ZDToggle.el8ToggleSelection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 88px;
  height: 32px;
  background: #1c94bc;
  border-radius: 3px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.5);
  transition: left 0.15s ease-out;
}
.el8ZDToggle.el8Toggle:disabled + .el8ToggleLabel {
  text-decoration: line-through;
  cursor: not-allowed;
}
.el8ZDDealBadge {
  position: absolute;
  left: -45px;
  top: -25px;
}
.floaterBackground {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 30000;
}
.floaterDialog {
  position: absolute;
  -moz-box-shadow: 0 1px 15px #000;
  -webkit-box-shadow: 0 1px 15px #000;
  box-shadow: 0 1px 15px #000;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffffff;
  width: 800px;
  font-size: 10px;
}
.floaterDialogContainer {
  padding: 4em;
  background: #1c94bc;
  color: #BED9E2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.floaterDialogContainer h1 {
  padding: 10px 0 20px 0;
  font-size: 3.8em;
  font-weight: 700;
  color: #FFF;
}
.floaterDialogContainer h2 {
  color: #BED9E2;
  font-size: 2.5em;
  font-weight: 300;
  margin: 0;
}
.floaterDialogContainer input {
  width: 100%;
  font-size: 1.5em;
  border: 0 none;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  cursor: auto;
}
.floaterDialogContainer p {
  padding-bottom: 1em;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.6em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.floaterInfoBox ul li,
.floaterDialogContainer ul li {
  list-style-type: disc;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.floaterTextContainerSm {
  margin-top: 2em;
  color: #333;
}
.el8FFF {
  color: #fff;
}
.floaterButtonContainer {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.floaterDialog button.primaryButton,
a.floaterButton {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff8f15 0%, #ff6600 100%) repeat scroll 0 0;
  border: 1px solid #9e5524;
  border-radius: 40px;
  box-shadow: 0 2px 0 0 #ffcf54 inset;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #c54700;
}
a.floaterButtonBlue {
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background: -moz-linear-gradient(top, #52c5f3 0%, #3ea3cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52c5f3), color-stop(100%, #3ea3cc));
  /* Chrome, Safari 4+ */
  background: -webkit-linear-gradient(top, #52c5f3 0%, #3ea3cc 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #52c5f3 0%, #3ea3cc 100%);
  /* W3C */
  box-shadow: inset 0px 1px 0px 0px #7ddff9;
  -moz-box-shadow: inset 0px 1px 0px 0px #7ddff9;
  -webkit-box-shadow: inset 0px 1px 0px 0px #7ddff9;
  border: 1px solid #1a6a8a;
  text-shadow: 0 1px 0 #1E4C66;
  color: #fff !important;
}
.el8StandardList {
  padding-left: 2em;
}
.el8StandardList > li + li {
  margin-top: 10px;
}
.el8BtnList {
  list-style: none;
  padding-left: 0;
}
.el8BtnList > li + li {
  margin-top: 5px;
}
.el8ValidationChecklist {
  padding-left: 24px;
  list-style: none;
}
.el8ValidationChecklist > li.el8ValidationSuccess {
  color: #008b00;
}
.el8ValidationChecklist > li.el8ValidationFail {
  color: #b90400;
  font-weight: bold;
}
.el8ValidationChecklist > li {
  line-height: 1.2;
  padding-bottom: 10px;
}
.el8ValidationChecklist > li:before {
  width: 12px;
  height: 12px;
  border: 1px solid #CCC;
  position: absolute;
  left: 16px;
  content: '';
}
.el8ValidationChecklist > li.el8ValidationSuccess:before {
  content: '✓';
  color: #008b00;
  font-size: 20px;
  line-height: .4;
}
.el8FaxViewList {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 10px 30px 20px 30px;
  max-height: 200px;
  overflow: scroll;
  border-top: 1px solid #CCC;
  background-color: #EEE;
}
.el8FaxViewList > li {
  padding-left: 135px;
  padding-bottom: 5px;
  position: relative;
}
.el8FaxViewList > li > span.el8ListLabel {
  width: 125px;
  position: absolute;
  left: 0;
  color: #999999;
  font-size: 12px;
}
.el8ChecklistLarge {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.el8ChecklistLarge > li {
  padding-left: 24px;
  padding-bottom: 16px;
  line-height: 1.42857143;
  position: relative;
  font-size: 16px;
}
.el8ChecklistLarge > li:before {
  content: '✔';
  color: #008b00;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 19.2px;
}
.el8StandardInlineList {
  list-style: none;
}
.el8StandardInlineList > li {
  font-size: 14px;
  display: inline;
}
.el8StandardInlineList li + li {
  padding-left: 20px;
}
