/*! 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #5d5b58;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cf5a26;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cf5a26;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Layout is a minimal framework for 
 * creating a page with a header, body, and footer.
 */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
/*
 * Page structure.
 */
#wrapper {
  min-height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  header {
    display: block;
    padding: 0px;
    height: 100px;
    overflow: hidden;
  }
}
section {
  min-height: 100%;
  padding: 10px;
  padding-bottom: 160px;
}
footer {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content {
  max-width: 1024px;
  margin: 0px auto;
  padding: 10px;
}
@media (min-width: 992px) {
  .content {
    padding: 20px;
  }
}
.center {
  text-align: center;
}
/**
 * Theme adds stylistic items, such as the sunbursts
 * and the link colors that are used in the footer. 
 */
/**
 * Page theming.
 */
.arrow-divider {
  border-top: 3px solid #e4e6e7;
  background: url("../images/arrow_down.png") no-repeat top center;
}
/* to prevent anchor tag links to be visible in print preview page*/
#printBody a[href]:after {
  content: "" !important;
}
header {
  border-top: 3px solid #e4e6e7;
  background: url("../images/arrow_down.png") no-repeat top center;
  /*logic for displaying logos and images in print screen as
 present images and logo are given in background and print preview is unable to show the images*/
}
@media (min-width: 992px) {
  header {
    border-top: 0;
    background: #5ee;
    background: url("../images/interior-bg.jpg") no-repeat top left;
    background-size: 100%;
  }
  header:before {
    content: url("../images/mobile-pattern.png");
    position: absolute;
    top: 0;
    right: 0;
  }
}
header .logo {
  margin: 20px auto;
  height: 45px;
  width: 33px;
  background: url("../images/mobile-logo.png") no-repeat top center;
}
@media (min-width: 992px) {
  header .logo {
    height: 38px;
    width: 134px;
    margin: 0px 0px;
    background: url("../images/logo.png") no-repeat;
  }
}
header .sunBurst {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  section {
    border-top: 3px solid #e4e6e7;
    background: url("../images/arrow_down.png") no-repeat top center;
  }
}
@media print {
  section .printPageBreak {
    page-break-before: always;
  }
}
footer {
  border-bottom: 7px solid #5d5b58;
}
footer .footer-content {
  float: left;
  padding-left: 140px;
  font-size: 13px;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  footer ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  footer ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  footer ul > li {
    border-left: 1px solid #5d5b58;
  }
  footer ul > li:first-child {
    border-left: 0;
  }
}
footer:after {
  z-index: -40;
  content: url("../images/pattern_lower.png");
  position: absolute;
  bottom: -4px;
  left: 0;
}
footer a {
  color: #5d5b58;
  text-decoration: none;
}
footer a:hover {
  color: #cf5a26;
  text-decoration: underlined;
}
.panel {
  padding: 2rem;
  margin: 1rem;
  box-shadow: 5px 5px 20px #888;
}
.panel.white {
  background-color: white;
}
#agreementDiv {
  -webkit-overflow-scrolling: touch;
}
/**
 * Type allows us to have styles for each header independently,
 * including color, weight, and size. The variables should come
 * from variables.less
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
  color: #5d5b58;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 15px;
  color: #5d5b58;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 19px;
  color: #cf5a26;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 19px;
  color: #cf5a26;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 15px;
  color: #5d5b58;
  font-weight: 500;
}
h6,
.h6 {
  font-size: 13px;
  color: #5d5b58;
  font-weight: 500;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
a {
  text-decoration: underline;
  color: #cf5a26;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cf5a26;
}
.inset {
  margin: auto 3em;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/**
 * Form includes input elements and buttons.
 */
.stacked-label {
  margin-bottom: 25px;
}
.stacked-label label {
  display: block;
}
.h0n3yp0t {
  display: none;
}
.form-field {
  margin-bottom: 15px;
}
.form-field label {
  margin-bottom: 5px;
  display: block;
}
/** By default, browsers use a blueish color when
    an input field is selected. This changes that
    highlighting to the orange color. **/
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background: #f0f2f3;
  border: 2px solid #e4e6e7;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #edaf4f;
}
.button {
  clear: both;
  line-height: 3em;
  color: #ffffff;
  text-align: center;
  border: none;
  margin: 10px auto;
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 120px;
  font-size: .85em;
  background-color: #cf5a26;
  border: 1px solid #cf5a26;
  cursor: pointer;
}
.button:hover:not([disabled]) {
  background: #edaf4f;
  border: 1px solid #edaf4f;
}
.button-secondary {
  clear: both;
  line-height: 3em;
  color: #ffffff;
  text-align: center;
  border: none;
  margin: 10px auto;
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 120px;
  font-size: .85em;
  background-color: #cf5a26;
  border: 1px solid #cf5a26;
  cursor: pointer;
  color: #666464;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
}
.button-secondary:hover:not([disabled]) {
  background: #edaf4f;
  border: 1px solid #edaf4f;
}
.button-secondary:hover:not([disabled]) {
  background-color: #ddd;
  border: 1px solid #ccc;
}
.button-group .button,
.button-group .button-secondary {
  display: inline-block;
}
*[disabled] {
  opacity: 0.6;
  cursor: default;
}
/**
 * Form includes password reset elements and buttons.
 */
/**  code for password reset page  **/
#passwordForm #errorMsg {
  border: 1px solid #D8D8D8;
  padding: 5px;
  border-radius: 5px;
  color: #cf5a26;
  text-align: center;
}
#passwordForm #passwordHelp {
  float: right;
  padding: 5px;
  border: 2px solid white;
  border-radius: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #cf5a26;
  color: white;
  text-shadow: none;
}
#passwordForm .passwordPt {
  float: none;
  width: 100%;
  margin: 10px auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #passwordForm .passwordPt {
    /* TODO screen-xs-min not working correctly so need to hard code it*/
    width: 70%;
  }
}
@media (min-width: 769px) {
  #passwordForm .passwordPt {
    /* TODO screen-xs-min not working correctly so need to hard code it*/
    width: 50%;
  }
}
#passwordForm .pwdDiv {
  width: 40%;
  display: inline-block;
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 5px;
  background: #f2f2f2;
  float: right;
}
#passwordForm #errorMsg {
  display: none;
}
#passwordForm .inblock {
  display: inline-block;
}
#passwordForm #passwordLabel:before {
  content: "New Password *";
}
/** code added for password form fields in customer registration **/
.passwordField #passwordHelp {
  float: right;
  padding: 5px;
  border: 2px solid white;
  border-radius: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #cf5a26;
  color: white;
  text-shadow: none;
}
.passwordField .passwordPt {
  float: none;
  width: 100%;
  margin: 10px auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .passwordField .passwordPt {
    /* TODO screen-xs-min not working correctly so need to hard code it*/
    width: 70%;
  }
}
@media (min-width: 769px) {
  .passwordField .passwordPt {
    /* TODO screen-xs-min not working correctly so need to hard code it*/
    width: 50%;
  }
}
.passwordField .pwdDiv {
  width: 40%;
  display: inline-block;
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 5px;
  background: #f2f2f2;
  float: right;
}
.passwordField #errorMsg {
  display: none;
}
.passwordField .inblock {
  display: inline-block;
}
/**
  Styles that are specific to <%= login_location %>.
  These styles are wrapped in the namespace 'login-form', 
  so other sheets should avoid using this namespace.
**/
.errorMessage {
  border: 1px solid #D8D8D8;
  padding: 5px;
  border-radius: 5px;
  color: #cf5a26;
  text-align: center;
}
.login-form {
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
}
.login-form h1 {
  margin: 0px auto 70px;
  font-size: 24px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .login-form h1 {
    font-size: 32px;
    margin: 75px auto;
  }
}
.login-form #errorMsg {
  border: 1px solid #D8D8D8;
  padding: 5px;
  border-radius: 5px;
  color: #cf5a26;
  text-align: center;
}
.login-form label {
  margin-bottom: 5px;
}
.login-form .help {
  margin-top: 20px;
  font-size: 0.9em;
  margin-bottom: 40px;
}
.login-form .help .left {
  float: left;
  margin-left: 20%;
}
.login-form .help .right {
  float: right;
  margin-right: 20%;
}
@media only screen and (max-width: 40em) {
  .login-form .help .left {
    margin-left: 0;
  }
  .login-form .help .right {
    margin-right: 0;
  }
}
/**
  Styles that are specific to checkout.html.
  These styles are wrapped in the namespace 'checkout-form',
  so other sheets should avoid using this namespace.
**/
.checkout-form {
  max-width: 1024px;
}
.checkout-form h1 {
  font-size: 24px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .checkout-form h1 {
    text-align: center;
    font-size: 32px;
  }
}
.checkout-form #errorMsg {
  border: 1px solid #D8D8D8;
  padding: 5px;
  border-radius: 5px;
  color: #cf5a26;
  text-align: center;
}
.scroll-instructions {
  float: right;
  color: #999;
  text-align: center;
  width: 90px;
  margin-top: 4em;
  height: 163px;
  background: url("/images/scroll-arrows.gif") 35px 90px no-repeat;
}
/**  code for checkout page  **/
.checkout-form .productOrder {
  background: #f0f2f3;
}
.orderHeader {
  background: #5d5b58;
  color: white;
  margin: 8px 0px;
  text-align: center;
  line-height: 1em;
}
.orangeHeader {
  color: #cf5a26;
  font-weight: bold;
}
.orderHr {
  border: 0;
  border-top: 1px solid #D3D3D3;
  margin: 0;
}
.checkout-form .billingpayments {
  border: 1px solid #5d5b58;
}
.checkout-form .billingpayments .row {
  margin-left: 0px;
  margin-right: 0px;
  /** added to make amount fields alignment**/
}
.checkout-form .billingpayments .row .paymentCol3Details {
  width: 25%;
  float: left;
}
.checkout-form .billingpayments .row .paymentCol7Details {
  width: 58.33%;
  float: left;
}
.checkout-form .billingpayments .col-sm-3 {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .checkout-form .billingpayments .col-sm-3 {
    text-align: right;
  }
}
.checkout-form .billingpayments .col-sm-5,
.checkout-form .billingpayments .col-sm-7 {
  margin-bottom: 10px;
}
.checkout-form .customerDetails,
.checkout-form .billingDetails,
.checkout-form .productDetails {
  background: #eef0f1;
  border-top: 3px solid #5d5b58;
  padding: 0 30px 30px;
  text-align: justify;
}
#wizardDiv span img {
  width: 50px;
}
.checkout-form #orderconfirm .productDetails table tr td:nth-child(1) {
  text-align: right;
}
.checkout-form #orderconfirm .productDetails table tr td:nth-child(2) {
  padding-left: 10px;
}
.checkout-form #registrationPage #passwordHelp,
.checkout-form #trialcheckoutPage #passwordHelp {
  float: right;
  padding: 5px;
  border: 2px solid white;
  border-radius: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #cf5a26;
  color: white;
  text-shadow: none;
}
.checkout-form #registrationPage .passwordPt,
.checkout-form #trialcheckoutPage .passwordPt {
  float: none;
  width: 100%;
  margin: 10px auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .checkout-form #registrationPage .passwordPt,
  .checkout-form #trialcheckoutPage .passwordPt {
    /* TODO screen-xs-min not working correctly so need to hard code it*/
    width: 70%;
  }
}
@media (min-width: 769px) {
  .checkout-form #registrationPage .passwordPt,
  .checkout-form #trialcheckoutPage .passwordPt {
    /* TODO screen-xs-min not working correctly so need to hard code it*/
    width: 50%;
  }
}
.checkout-form #registrationPage .pwdDiv,
.checkout-form #trialcheckoutPage .pwdDiv {
  width: 40%;
  display: inline-block;
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 5px;
  background: #f2f2f2;
  float: right;
}
.checkout-form #registrationPage #errorMsg,
.checkout-form #trialcheckoutPage #errorMsg {
  display: none;
}
.checkout-form #registrationPage .inblock,
.checkout-form #trialcheckoutPage .inblock {
  display: inline-block;
}
.checkout-form #registrationPage .passwordPt,
.checkout-form #trialcheckoutPage .passwordPt {
  width: 100%;
}
.checkout-form #registrationPage #passwordLabel:before,
.checkout-form #trialcheckoutPage #passwordLabel:before {
  content: "Password *";
}
.checkout-form #registrationPage #trialPDetails td:nth-child(1),
.checkout-form #trialcheckoutPage #trialPDetails td:nth-child(1) {
  float: right;
}
.checkout-form #registrationPage #trialPDetails td:nth-child(2),
.checkout-form #trialcheckoutPage #trialPDetails td:nth-child(2) {
  text-align: left;
}
/* Styles added for Modal dialog window */
.modalDialog {
  position: absolute;
  height: 900px;
  width: 100%;
  top: 10;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 1000;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  text-align: center;
}
.modalDialog > div {
  max-width: 470px;
  height: 210px;
  position: relative;
  z-index: 1001;
  margin: 15% auto;
  padding: 5px;
  /*5px 20px 13px 20px*/
  border-radius: 1px;
  background: white;
  background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  box-shadow: 5px 5px 20px #888;
}
