/* LAYOUT WIDTHS */
/* TYPOGRAPHY */
/* FONTS */
/* COLORS: backgrounds */
/* for hiliting hover states */
/* for hiliting orange arrows */
/* COLORS: borders */
/* COLORS: text */
/* base-font-color */
/* BUTTONS */
/* ORANGE ARROW LINK */
/* ACCORDION CONTROL */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  outline: none;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: Adelle-Regular, "Courier New", monospace;
  font-size: 16px;
  line-height: 1.5em;
  color: #424242;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.avenir {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
}

.avenir-roman {
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
}

.avenir-heavy {
  font-family: AvenirLTStd-Heavy, arial, sans-serif;
  font-weight: 900;
}

.avenir-black {
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
}

.adelle {
  font-family: Adelle-Regular, "Courier New", monospace;
}

.adelle-italic {
  font-family: Adelle-Italic, "Courier New", monospace;
}

.adelle-bold {
  font-family: Adelle-Bold, "Courier New", monospace;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #424242;
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
}

h1, .h1 {
  /*margin: .67em 0;*/
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #424242;
  xmargin: 0;
  font-size: 36px;
  line-height: 46px;
}

h2, .h2 {
  /*margin: .75em 0;*/
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #424242;
  xmargin: 0;
  font-size: 31px;
  line-height: 36px;
  font-weight: 400;
}

h3, .h3 {
  /*margin: .83em 0;*/
  font-size: 26px;
  line-height: 34px;
  font-weight: 200;
}

h4, .h4 {
  /*margin: 1.12em 0;*/
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #424242;
  xmargin: 0;
  font-size: 22px;
  line-height: 32px;
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
}

h5, .h5 {
  /*margin: 1.5em 0;*/
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #424242;
  xmargin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
}

h6, .h6 {
  /*margin: 1.67em 0;*/
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #424242;
  xmargin: 0;
  font-size: 11px;
  line-height: 16px;
}

a {
  color: #424242;
  text-decoration: none;
  border-bottom: 1px solid #a9a9a9;
  transition: color 0.1s linear;
}
a.footnotes-label {
 border-bottom: unset;
}
a:active, a:focus, a:hover {
  color: #686868;
}
a:active, a:focus {
  outline: none;
}

center > a {
  border-bottom: none !important;
}

p {
  margin: 1.0em 0;
}

.small {
  font-size: 12px;
}

p.small {
  margin: 10px 0;
}

strong {
  font-weight: 600 !important;
}

h1 + a,
h2 + a,
h3 + a,
h4 + a {
  text-decoration: none;
}

html hr, hr {
  height: 1px;
  width: 100%;
  font-size: 1px;
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}

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

figure {
  margin: 0;
}

img ~ em,
figcaption {
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #373737;
}

figcaption {
  margin: 0;
}

form {
  margin: 20px 0;
}

/* temporary style for approval. Compare style gui page and reputation page for live examples. */
blockquote {
  margin: 20px 20px 20px 40px;
  font-weight: normal;
  xtext-indent: -0.65em;
  position: relative;
}
blockquote > p {
  display: inline;
}
blockquote:before, blockquote:after {
  position: relative;
}
blockquote:before {
  content: '" ';
}
blockquote:after {
  content: '"';
  right: -3pt;
}
blockquote blockquote {
  font-family: Adelle-Italic, "Courier New", monospace;
}
blockquote blockquote:before {
  content: '\201C ';
  left: -0.0em;
}
blockquote blockquote:after {
  content: ' \201D';
}
blockquote + p .read-more, blockquote + .read-more {
  xfloat: left;
}

/* COLORS */
.blue, a.blue {
  color: #669bb5 !important;
}

.light-blue, a.light-blue {
  color: #c4d5dd !important;
}

.blue-grey, a.blue-grey {
  color: #a6b4ba !important;
}

.orange, a.orange {
  color: #f88920 !important;
}

.white, a.white {
  color: #fff !important;
}

.light-grey, a.light-grey {
  color: #373737 !important;
}

.grey, a.grey {
  color: #c2c2c1 !important;
}

.medium-grey, a.medium-grey {
  color: #373737 !important;
}

.dark-grey, a.dark-grey {
  color: #424242 !important;
}

.bg-off-white {
  background-color: #fbf9f7 !important;
}

.bg-orange {
  background-color: #f88920 !important;
}

.bg-blue {
  background-color: #669bb5 !important;
}

.bg-light-blue {
  background-color: #eaf0f3 !important;
}

.bg-pale-grey {
  background-color: #f5f5f5 !important;
}

.bg-light-grey {
  background-color: #f1f1f1 !important;
}

.bg-grey {
  background-color: #d6d6ca !important;
}

.bg-dark-grey {
  background-color: #373737 !important;
}

h3 > a.blue,
h4 > a.blue {
  text-decoration: none;
  border-bottom: none;
}

/* Remove browser field hilites, borders, and outlines */
input[type=text], input[type=password], input[type=submit], input[type=button], input[type=search], button, textarea, select {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, input[type=submit]:focus, input[type=submit]:active, input[type=button]:focus, input[type=button]:active, input[type=search]:focus, input[type=search]:active, button:focus, button:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: 0;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
textarea {
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
  color: #373737;
  font-size: 14px;
  border: 1px solid #d6d6ca;
  padding: 0 20px;
  width: 100%;
}
input[type=text].error,
input[type=search].error,
input[type=email].error,
input[type=password].error,
textarea.error {
  border-color: #f88920;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password] {
  height: 36px;
  line-height: 36px;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 2px solid #669bb5;
}

input[type=submit],
input[type=button],
input[type=reset] {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px 8px;
  margin: 30px auto 10px;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  input[type=submit],
  input[type=button],
  input[type=reset] {
    font-size: 13px;
    padding: 8px 20px;
  }
}

select,
option {
  height: 36px;
  position: relative;
}

option {
  padding: 10px 10px 0;
}

select > option:hover {
  color: #fff;
  background-color: #f88920 !important;
}

label {
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

ul {
  margin: 20px 0;
  padding: 0;
}
ul.quicktabs-tabs.quicktabs-style-zen {
  border-bottom: 1px solid #ebebeb;
  background: none !important;
}
ul li, ul li.leaf, ul li.expanded {
  padding: 0 0 0 20px;
  margin: 0 0 6px;
  list-style: none;
  position: relative;
}
ul li:before, ul li.leaf:before, ul li.expanded:before {
  top: 0.70em;
  left: 3px;
  width: 7px;
  height: 7px;
  content: '';
  background-color: #c2c2c1;
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
ul.footnotes li:before {
  display: none;
}
ul li ul ul,
ul li ul ol, ul li.leaf ul ul,
ul li.leaf ul ol, ul li.expanded ul ul,
ul li.expanded ul ol {
  margin: 12px 0;
  padding: 0 0 0 12px;
}
ul li li li:before, ul li.leaf li li:before, ul li.expanded li li:before {
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: inherit;
}
ul li li li li:before, ul li.leaf li li li:before, ul li.expanded li li li:before {
  background-color: transparent;
  border: 1px solid #373737;
}
ul.small li:before {
  top: 0.70em;
  left: 3px;
  width: 7px;
  height: 7px;
  content: '';
  background-color: #c2c2c1;
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1.1em;
  left: 10px;
  width: 3px;
  height: 3px;
  background-color: #373737;
}
ul.pager li:before, ul.quicktabs-tabs li:before {
  display: none;
}

ol.small li, ol.small li.leaf, ol.small li.expanded {
  padding: 0 0 0 12px;
}

@media screen and (max-width: 40em) {
  h1 {
    font-size: 30px;
    margin-top: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 26px;
    margin: .83em 0;
    color: #373737;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }

  a {
    color: #222;
  }

  color: #222;
}
