/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.33em;
  margin: 0.91em 0;
}
h4 {
  font-size: 1.23em;
  margin: 1em 0;
}
h5 {
  font-size: 1.13em;
  margin: 1.13em 0;
}
h6 {
  font-size: 1em;
  margin: 1.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Remove Chrome input outlines
 */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fltlft {
  float: left;
}
.fltrt {
  float: right;
}
.clear {
  clear: both;
}
.clear-lft {
  clear: left;
}
.clear-rt {
  clear: right;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hide {
  display: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
img {
  width: auto;
  max-width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ----- Variables ----- */
/* ----- Main Layout ----- */
.row {
  padding: 0 10px;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
/* Halves */
.half {
  width: 49.99%;
  float: left;
}
/* Thirds */
.third {
  width: 33.32333333%;
  float: left;
}
.two-third {
  width: 66.64666667%;
  float: left;
}
/* Fourths */
.fourth {
  width: 24.99%;
  float: left;
}
.three-fourth {
  width: 74.97%;
  float: left;
}
/* Fifths */
.fifth {
  width: 19.99%;
  float: left;
}
.two-fifth {
  width: 39.98%;
  float: left;
}
.three-fifth {
  width: 59.97%;
  float: left;
}
.four-fifth {
  width: 79.96%;
  float: left;
}
/* Sixths */
.sixth {
  width: 16.65666667%;
  float: left;
}
.five-sixth {
  width: 83.28333333%;
  float: left;
}
/* Sevenths */
.seventh {
  width: 14.27571429%;
  float: left;
}
.two-seventh {
  width: 28.55142857%;
  float: left;
}
.three-seventh {
  width: 42.82714286%;
  float: left;
}
.four-seventh {
  width: 57.10285714%;
  float: left;
}
.five-seventh {
  width: 71.37857143%;
  float: left;
}
.six-seventh {
  width: 85.65428571%;
  float: left;
}
/* Eighths */
.eighth {
  width: 12.49%;
  float: left;
}
.three-eighth {
  width: 37.47%;
  float: left;
}
.five-eighth {
  width: 62.45%;
  float: left;
}
.seveneighth {
  width: 87.43%;
  float: left;
}
/* Ninths */
.ninth {
  width: 11.10111111%;
  float: left;
}
.two-ninth {
  width: 22.20222222%;
  float: left;
}
.four-ninth {
  width: 44.40444444%;
  float: left;
}
.five-ninth {
  width: 55.50555556%;
  float: left;
}
.seven-ninth {
  width: 77.70777778%;
  float: left;
}
.eight-ninth {
  width: 88.80888889%;
  float: left;
}
/* Tenths */
.tenth {
  width: 9.99%;
  float: left;
}
.three-tenth {
  width: 29.97%;
  float: left;
}
.seven-tenth {
  width: 69.93%;
  float: left;
}
.nine-tenth {
  width: 89.91%;
  float: left;
}
/* Elevenths */
.eleventh {
  width: 9.08090909%;
  float: left;
}
.two-eleventh {
  width: 18.16181818%;
  float: left;
}
.three-eleventh {
  width: 27.24272727%;
  float: left;
}
.four-eleventh {
  width: 36.32363636%;
  float: left;
}
.five-eleventh {
  width: 45.40454545%;
  float: left;
}
.six-eleventh {
  width: 54.48545455%;
  float: left;
}
.seven-eleventh {
  width: 63.56636364%;
  float: left;
}
.eight-eleventh {
  width: 72.64727273%;
  float: left;
}
.nine-eleventh {
  width: 81.72818182%;
  float: left;
}
.ten-eleventh {
  width: 90.80909091%;
  float: left;
}
/* Twelths */
.twelth {
  width: 8.32333333%;
  float: left;
}
.three-twelth {
  width: 24.97%;
  float: left;
}
.five-twelth {
  width: 41.61666667%;
  float: left;
}
seven-twelth {
  width: 58.26333333%;
  float: left;
}
.eleven-twelth {
  width: 91.55666667%;
  float: left;
}
/* Thirteenths */
.thirteenth {
  width: 7.68230769%;
  float: left;
}
.two-thirteenth {
  width: 15.36461538%;
  float: left;
}
.three-thirteenth {
  width: 23.04692308%;
  float: left;
}
.four-thirteenth {
  width: 30.72923077%;
  float: left;
}
.five-thirteenth {
  width: 38.41153846%;
  float: left;
}
.six-thirteenth {
  width: 46.09384615%;
  float: left;
}
.seven-thirteenth {
  width: 53.77615385%;
  float: left;
}
.eight-thirteenth {
  width: 61.45846154%;
  float: left;
}
.nine-thirteenth {
  width: 69.14076923%;
  float: left;
}
.ten-thirteenth {
  width: 76.82307692%;
  float: left;
}
.eleven-thirteenth {
  width: 84.50538462%;
  float: left;
}
.twelve-thirteenth {
  width: 92.18769231%;
  float: left;
}
/* Fourteenths */
.fourteenth {
  width: 7.13285714%;
  float: left;
}
.three-fourteenth {
  width: 21.39857143%;
  float: left;
}
.five-fourteenth {
  width: 35.66428571%;
  float: left;
}
.seven-fourteenth {
  width: 49.93%;
  float: left;
}
.nine-fourteenth {
  width: 64.19571429%;
  float: left;
}
.eleven-fourteenth {
  width: 78.46142857%;
  float: left;
}
/* Fifthteens */
.fifteenth {
  width: 6.65666667%;
  float: left;
}
.two-fifteenth {
  width: 13.31333333%;
  float: left;
}
.three-fifteenth {
  width: 19.97%;
  float: left;
}
.four-fifteenth {
  width: 26.62666667%;
  float: left;
}
.six-fifteenth {
  width: 39.94%;
  float: left;
}
.seven-fifteenth {
  width: 46.59666667%;
  float: left;
}
.eight-fifteenth {
  width: 53.25333333%;
  float: left;
}
.nine-fifteenth {
  width: 59.91%;
  float: left;
}
.eleven-fifteenth {
  width: 73.22333333%;
  float: left;
}
.twelve-fifteenth {
  width: 79.88%;
  float: left;
}
.thirteen-fifteenth {
  width: 86.53666667%;
  float: left;
}
.fourteen-fifteenth {
  width: 93.19333333%;
  float: left;
}
/* Sixteenths */
.sixteenth {
  width: 6.24%;
  float: left;
}
.three-sixteenth {
  width: 18.72%;
  float: left;
}
.five-sixteenth {
  width: 31.2%;
  float: left;
}
.seven-sixteenth {
  width: 43.68%;
  float: left;
}
.nine-sixteenth {
  width: 56.16%;
  float: left;
}
.eleven-sixteenth {
  width: 68.64%;
  float: left;
}
.thirteen-sixteenth {
  width: 81.12%;
  float: left;
}
/* Twentieth */
.nine-twentieth {
  width: 44.91%;
  float: left;
}
/* Thirtieth */
.nineteen-thirtieth {
  width: 63.14333333%;
  float: left;
}
/* Last */
.last {
  clear: right;
}
/* Gutters */
.gutters > *,
.gutter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
/* ----- 960px Layout ----- */
@media handheld, only screen and (max-width: 1170px) {
  .container {
    width: 960px;
  }
}
/* ----- 720px Layout ----- */
@media handheld, only screen and (max-width: 990px) {
  .container {
    width: 720px;
  }
  /* Halves */
  .half,
  .third,
  .two-third,
  .fourth,
  .three-fourth,
  .fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .sixth,
  .five-sixth,
  .seventh,
  .two-seventh,
  .three-seventh,
  .four-seventh,
  .five-seventh,
  .six-seventh,
  .eighth,
  .three-eighth,
  .five-eighth,
  .seveneighth,
  .ninth,
  .two-ninth,
  .four-ninth,
  .five-ninth,
  .seven-ninth,
  .eight-ninth,
  .tenth,
  .three-tenth,
  .seven-tenth,
  .nine-tenth,
  .eleventh,
  .two-eleventh,
  .three-eleventh,
  .four-eleventh,
  .five-eleventh,
  .six-eleventh,
  .seven-eleventh,
  .eight-eleventh,
  .nine-eleventh,
  .ten-eleventh,
  .twelth,
  .three-twelth,
  .five-twelth,
  seven-twelth,
  .eleven-twelth,
  .thirteenth,
  .two-thirteenth,
  .three-thirteenth,
  .four-thirteenth,
  .five-thirteenth,
  .six-thirteenth,
  .seven-thirteenth,
  .eight-thirteenth,
  .nine-thirteenth,
  .ten-thirteenth,
  .eleven-thirteenth,
  .twelve-thirteenth,
  .fourteenth,
  .three-fourteenth,
  .five-fourteenth,
  .seven-fourteenth,
  .nine-fourteenth,
  .eleven-fourteenth,
  .fifteenth,
  .two-fifteenth,
  .three-fifteenth,
  .four-fifteenth,
  .six-fifteenth,
  .seven-fifteenth,
  .eight-fifteenth,
  .nine-fifteenth,
  .eleven-fifteenth,
  .twelve-fifteenth,
  .thirteen-fifteenth,
  .fourteen-fifteenth,
  .sixteenth,
  .three-sixteenth,
  .five-sixteenth,
  .seven-sixteenth,
  .nine-sixteenth,
  .eleven-sixteenth,
  .thirteen-sixteenth,
  .nine-twentieth,
  .nineteen-thirtieth {
    width: 100%;
    float: left;
  }
  .auto-height {
    height: auto !important;
    min-height: 100px !important;
  }
  .clear720 {
    clear: both;
  }
  .no-mobile {
    display: none;
  }
  ul.columns > li {
    width: 100%;
  }
  .g10 :first-child {
    padding: 0;
  }
  .g10 > * {
    padding: 0;
  }
}
/* ----- 480px & 320px Layout ----- */
@media handheld, only screen and (max-width: 750px) {
  .container {
    max-width: 480px;
    width: 100%;
  }
  .half {
    width: 100%;
  }
  .clear480 {
    clear: both;
  }
  .no-mobile480 {
    display: none;
  }
}
.lg-map-wrapper {
  position: relative;
  margin: 0 auto;
}
.lg-map-wrapper #lg-map {
  float: left;
  clear: both;
}
.lg-map-wrapper .lg-map-text {
  float: left;
  width: 500px;
  height: 380px;
  overflow: auto;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.lg-map-wrapper .lg-map-text img {
  float: left;
  padding-right: 5px;
  padding-top: 2px;
}
.lg-map-wrapper .lg-map-text ul {
  margin-left: 30px;
}
.lg-map-wrapper .tooltip {
  position: fixed;
  display: none !important;
  padding: 10px 15px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #262626;
  -moz-border-radius: 4px;
  /* FF1-3.6 */
  -webkit-border-radius: 4px;
  /* Saf3-4, iOS 1-3.2, Android <1.6 */
  border-radius: 4px 4px 4px 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lg-map-wrapper .mouse-position {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("css/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("css/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("css/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3")
      format("woff2"),
    url("css/font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3")
      format("woff"),
    url("css/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3")
      format("truetype"),
    url("css/font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* -------------------------------------------------------------------- */
/*	VARS 			 													*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	FUNCTIONS		 													*/
/*--------------------------------------------------------------------- */
@keyframes circ-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -------------------------------------------------------------------- */
/*	Global																*/
/*--------------------------------------------------------------------- */
html {
  background-color: #1f1f20;
}
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #474747;
  line-height: 1.6;
  word-wrap: break-word;
}
body.page-id-516 > #tt {
  /* REMOVE GLOSSARY TOOLTIP FROM GLOSSARY PAGE ONLY */
  display: none !important;
}
body.admin-bar .site-header {
  top: 32px;
}
body.sticky-header .site-header {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
body.sticky-header .site-header .container {
  padding: 10px 0;
}
body.sticky-header .site-header .e-sm a {
  color: #005dab;
}
body.sticky-header .site-header .e-sm a:hover {
  color: #00335e;
}
body.sticky-header .site-header .asce-logo .e-logo1 {
  opacity: 0;
}
body.sticky-header .site-header .asce-logo .e-logo2 {
  opacity: 1;
}
body.sticky-header .site-header .asce-search .e-form-wrapper {
  background-color: #111;
}
body.sticky-header
  .site-header
  .asce-search
  .e-form-wrapper
  input[type="text"] {
  background-color: transparent;
  padding: 15px 0;
}
body.sticky-header .site-header .asce-search .e-icon {
  color: #4e4e4f;
}
body.sticky-header .main-menu-wrapper a {
  color: #4e4e4f;
}
body.sticky-header .main-menu-wrapper a:hover {
  background-color: #4e4e4f;
  color: #fff;
}
body.sticky-header .main-menu-wrapper .sfHover > a {
  background-color: #4e4e4f;
  color: #fff;
}
body.sticky-header .main-menu-wrapper .sub-menu {
  background-color: #4e4e4f;
}
body.sticky-header .main-menu-wrapper .sub-menu li {
  color: #fff;
}
body.sticky-header .main-menu-wrapper .sub-menu a {
  color: #fff;
}
body.sticky-header .main-menu-wrapper .sub-menu a:hover {
  background-color: #282829;
}
body.sticky-header .main-menu-wrapper .sub-menu .sfHover > a {
  background-color: #282829;
  color: #fff;
}
body.sticky-header .main-menu-wrapper .sub-menu .sub-menu {
  background-color: #282829;
}
body.sticky-header .main-menu-wrapper .sub-menu .sub-menu a {
  color: #fff;
}
body.sticky-header .main-menu-wrapper .sub-menu .sub-menu a:hover {
  background-color: #1b1b1c;
}
body.sticky-state-nav-bar .asce-state-nav-bar-pos {
  margin-bottom: 86px;
}
body.sticky-state-nav-bar .asce-state-nav-bar {
  position: fixed;
  left: 0;
  top: 97px;
  width: 100%;
  z-index: 105;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
body.sticky-state-nav-bar.admin-bar .asce-state-nav-bar {
  top: 129px;
}
img {
  height: auto;
}
a {
  color: #007E9E;
  text-decoration: none;
}
a:hover {
  color: #00769e;
}
table {
  width: 100%;
  line-height: 1.3;
}
table tr:nth-child(2n + 1) td {
  background-color: #f7fadf;
}
table tr:first-child td {
  background-color: #004279;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
table td {
  padding: 10px;
  font-size: 15px;
}
/* -------------------------------------------------------------------- */
/*	Typography															*/
/*--------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/*	Header 																*/
/*--------------------------------------------------------------------- */
.site-header-pos {
  position: absolute;
  z-index: -1;
  height: 97px;
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 110;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.site-header .container {
  padding: 25px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: padding-top, padding-bottom;
  -moz-transition-property: padding-top, padding-bottom;
  -o-transition-property: padding-top, padding-bottom;
  transition-property: padding-top, padding-bottom;
}
.site-header .e-mobile-btn {
  display: none;
}
.site-header .logo {
  float: left;
}
.site-header .logo img {
  display: block;
}
.site-header .e-sm {
  float: right;
  line-height: 1;
  font-size: 21px;
  margin-right: 10px;
}
.site-header .e-sm a {
  color: #fff;
  padding-right: 10px;
}
.site-header .e-sm a:hover {
  color: #d9d9d9;
}
.site-header .asce-logo {
  float: right;
  position: relative;
}
.site-header .asce-logo img {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-header .asce-logo .e-logo1 {
  opacity: 1;
}
.site-header .asce-logo .e-logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.site-header .asce-search {
  display: inline-block;
  margin-left: 15px;
}
.site-header .asce-search .e-icon {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header .asce-search .e-icon .o-s-on {
  display: none;
}
.site-header .asce-search .e-form-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: max-height, opacity;
  -moz-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}
.site-header .asce-search .e-form-wrapper .container {
  padding: 0;
}
.site-header .asce-search .e-form-wrapper input[type="text"] {
  background-color: #111;
  color: #fff;
  display: block;
  width: 100%;
  border: 0 none;
  padding: 15px 15px;
  font-size: 15px;
}
.site-header .asce-search.o-active .e-icon .o-s-off {
  display: none;
}
.site-header .asce-search.o-active .e-icon .o-s-on {
  display: inline-block;
}
.site-header .asce-search.o-active .e-form-wrapper {
  opacity: 1;
  max-height: 100%;
}
.asce-mobile-menu {
  display: none;
}
.main-menu-wrapper {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  clear: right;
  margin-top: 10px;
}
.main-menu-wrapper .main-menu {
  display: inline-block;
  vertical-align: middle;
}
.main-menu-wrapper .main-menu > .dd-right .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-wrapper .main-menu > .dd-right .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu-wrapper li {
  float: left;
  position: relative;
}
.main-menu-wrapper a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.main-menu-wrapper a:hover {
  background-color: #fff;
  color: #4e4e4f;
}
.main-menu-wrapper .sfHover > a {
  background-color: #fff;
  color: #4e4e4f;
}
.main-menu-wrapper .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 240px;
  left: 0;
  top: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
.main-menu-wrapper .sub-menu li {
  float: none;
}
.main-menu-wrapper .sub-menu .menu-item-has-children::after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-menu-wrapper .sub-menu a {
  color: #4e4e4f;
  padding: 12px 15px;
}
.main-menu-wrapper .sub-menu a:hover {
  background-color: #d9d9d9;
}
.main-menu-wrapper .sub-menu .sfHover > a {
  background-color: #d9d9d9;
}
.main-menu-wrapper .sub-menu .sub-menu {
  background-color: #d9d9d9;
  left: 100%;
  top: 0;
}
.main-menu-wrapper .sub-menu .sub-menu a:hover {
  background-color: #cccccc;
}
.main-menu-wrapper .dd-2col .sub-menu {
  width: 480px;
}
.main-menu-wrapper .dd-2col .sub-menu li {
  float: left;
  width: 49.99%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu-wrapper .dd-2col .sub-menu .sub-menu {
  width: 240px;
}
.main-menu-wrapper .dd-2col .sub-menu .sub-menu li {
  border-right: 0 none;
  float: none;
  width: auto;
}
/* -------------------------------------------------------------------- */
/*	Footer 																*/
/*--------------------------------------------------------------------- */
.site-footer {
  background-color: #1f1f20;
  color: #fff;
  font-size: 13px;
}

.site-footer .e-row1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #4c4c4d;
}
.site-footer .footer-logo img {
  display: block;
}
.site-footer .asce-mobile-info {
  text-align: center;
  padding: 20px 12% 0;
}
.site-footer .footer-asce-logo img {
  display: block;
  margin-left: auto;
}
.site-footer .e-sm {
  font-size: 24px;
  text-align: right;
  margin-top: 30px;
  line-height: 1;
}
.site-footer .e-sm a {
  color: #fff;
  padding: 5px;
}
.site-footer .e-sm a:hover {
  color: #d9d9d9;
}
.site-footer .designby {
  color: #a3a3a3;
  text-align: right;
}
.site-footer .designby a {
  color: #a3a3a3;
}
.site-footer .designby a:hover {
  color: #fff;
}
.footer-menu-wrapper {
  text-align: center;
}
.footer-menu-wrapper li {
  display: inline-block;
}
.footer-menu-wrapper li::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #00769e;
}
.footer-menu-wrapper li:last-child::after {
  display: none;
}
/* -------------------------------------------------------------------- */
/*	Front Page															*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	Interior Page														*/
/*--------------------------------------------------------------------- */
.site-page-header {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #4e4e4f;
}
.site-page-header .container {
  position: relative;
  height: 100%;
}
.site-page-header .e-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 50px;
  z-index: 1;
}
.site-page-header .site-page-header-grade {
  width: 87px;
  margin: 0 auto 30px;
  position: relative;
}
.site-page-header .site-page-header-grade .e-clipboard {
  display: block;
  margin: 0 auto;
}
.site-page-header .site-page-header-grade .e-grade {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 32px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.site-page-header .site-page-title {
  text-align: center;
  color: #fff;
  margin: 0;
}
.site-page-header .site-page-subtitle {
  font-family: "clarendon-text-pro", serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.site-page-header.o-not-default {
  position: relative;
}
.site-page-header.o-not-default::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.site-page-header.o-gc-header {
  height: 350px;
}
.site-page-header.o-gc-header::before {
  display: none;
}
.single-iron_states_cpt .site-page-header.o-not-default::before {
  background-color: rgba(0, 0, 0, 0.05);
}
.single-post .site-page-header {
  height: 330px;
  background-position: center 15%;
}
.gc-header-btns {
  text-align: center;
  margin-top: 10px;
}
.gc-header-btns a {
  margin: 0 10px 10px;
}
.site-page-header-back {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #E1146D;
}
.site-page-header-back .container {
  padding: 10px 0;
}
.site-page-header-back .fa {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
.site-page-header-back .e-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.site-page-header-back a {
  color: #fff;
}
.site-page-header-back a:hover {
  color: #d9d9d9;
}
.site-interior .left-sidebar {
  padding: 30px 30px 30px 0;
}
.site-interior .right-sidebar {
  padding: 30px 0 30px 30px;
}
.site-interior.w-rightcol {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,f4f5f5+50 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 49%, #f4f5f5 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 49%, #f4f5f5 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 49%, #f4f5f5 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5f5', GradientType=1);
  /* IE6-9 */
}
.site-interior.w-rightcol .e-main-entry {
  background-color: #fff;
  flex: 3;
  width: 74.99%;
  padding-right: 20px;
}
.site-interior.w-rightcol .e-rightcol {
  padding: 30px 20px;
  flex: 1;
  width: 24.99%;
  background-color: #f4f5f5;
}
.site-interior.w-rightcol .e-rightcol p {
  margin-top: 0;
}
.site-interior.w-rightcol .e-rightcol .e-label {
  font-family: "clarendon-text-pro", serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.site-interior.w-rightcol .e-rightcol .e-widget {
  margin-bottom: 40px;
}
.asce-tagcloud a {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  color: #00afdd;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 4px;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.asce-tagcloud a:hover {
  background-color: #00afdd;
  color: #fff;
}
.asce-state-cat-details-wrapper.has-stat,
.asce-state-cat-details-wrapper.o-no-report-file {
  background-color: #f3f4f4;
}
.asce-state-cat-details-wrapper .asce-state-cat-details {
  display: flex;
  align-items: center;
}
.asce-state-cat-details-wrapper .asce-state-cat-details.has-take-action {
  align-items: flex-start;
}
.asce-state-cat-details-wrapper .e-overview {
  width: 100%;
  padding: 60px 0;
}
.asce-state-cat-details-wrapper .e-overview.has-stat {
  width: 74.99%;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #d1d1d1;
}
.asce-state-cat-details-wrapper .e-overview.has-take-action {
  width: 74.99%;
}
.asce-state-cat-details-wrapper .e-overview h2 {
  margin-top: 0;
}
.asce-state-cat-details-wrapper .e-stat,
.asce-state-cat-details-wrapper .e-take-action {
  width: 29.99%;
}
.asce-state-cat-details-wrapper .e-stat {
  padding: 20px 0;
}
.asce-state-cat-details-wrapper .e-take-action {
  /*max-width: 220px;*/
  margin-left: auto;
  padding: 70px 0 70px 30px;
}
.asce-state-cat-details-wrapper .e-take-action img {
  display: block;
  margin: 0 0 10px auto;
}
.asce-state-cat-details-wrapper .e-btn {
  margin-top: 40px;
}
.asce-state-nav-bar {
  background-color: #E1146D;
}
.asce-state-nav-bar ul {
  display: flex;
  align-items: center;
}
.asce-state-nav-bar li {
  flex: 1;
  border-left: 1px solid #f161a1;
}
.asce-state-nav-bar li:last-child {
  border-right: 1px solid #f161a1;
}
.asce-state-nav-bar a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.asce-state-nav-bar a .fa {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.asce-state-nav-bar a.o-active,
.asce-state-nav-bar a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
.asce-grades-details {
  background: url(images/bg5.gif) repeat center center;
  color: #fff;
  text-align: center;
  border-bottom: 10px solid #fff;
}
.asce-grades-details .container {
  padding: 30px 0;
}
.asce-grades-details .e-label {
  font-size: 14px;
}
.asce-grades-details .e-label strong {
  font-size: 15px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.asce-solutions-details {
  background-color: #01aeda;
  color: #fff;
  text-align: center;
}
.asce-solutions-details .container {
  padding: 30px 0;
}
.asce-solutions-details p {
  font-size: 18px;
}
.asce-solutions-details .solutions-list-wrapper {
  margin-top: 40px;
}
.asce-infrac-grades {
  margin-bottom: 40px;
}
.asce-infrac-grades .e-row {
  margin-bottom: 2%;
}
.asce-infrac-grades > .e-row > .e-item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.asce-infrac-grades > .e-row > .e-item:nth-child(3n) {
  margin-right: 0;
}
.asce-infrac-grades > .e-row > .e-item:nth-child(3n) + .post-item,
.asce-infrac-grades > .e-row > .e-item:nth-child(3n) + .e-item {
  clear: left;
}
.asce-infrac-grades > .e-row > .e-item .e-flex {
  background-color: #005daa;
  padding: 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.asce-infrac-grades > .e-row > .e-item .e-content {
  display: none;
}
.asce-infrac-grades > .e-row > .e-item:hover .e-flex {
  background-color: #006bc3;
}
.asce-infrac-grades > .e-row > .e-item.o-active .e-flex {
  background-color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.asce-infrac-grades .e-icon img {
  display: block;
}
.asce-infrac-grades .e-name {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  flex: 1;
  padding: 0 10px;
  text-align: left;
}
.asce-infrac-grades .o-active .e-name {
  color: #005daa;
}
.asce-infrac-grades .e-grade {
  background: url("images/states-icons/s-clipboard.png") no-repeat center center;
  width: 34px;
  height: 53px;
  display: flex;
  align-items: center;
}
.asce-infrac-grades .e-grade span {
  flex: 1;
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
}
.asce-infrac-grades .e-content {
  background-color: #fff;
  color: #474747;
  overflow: hidden;
  text-align: left;
  display: flex;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.asce-infrac-grades .e-content .e-str {
  flex: 1;
  padding: 30px;
  width: 100%;
}
.asce-infrac-grades .e-content .e-take-action {
  flex: 1;
  max-width: 312px;
  padding: 30px;
  background-color: #f4f5f5;
}
.asce-infrac-grades .e-content .e-take-action img {
  display: block;
  margin: 0 auto 10px;
}
.asce-infrac-grades .e-content .flex-col {
  height: 100%;
}
.asce-infrac-grades .e-content .flex-col > div {
  flex: 1;
}
.asce-infrac-grades .e-holder {
  width: 99.99%;
  display: none;
  clear: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.asce-infrac-grades .e-holder.o-active {
  display: block;
}
.asce-key-facts {
  text-align: center;
}
.asce-key-facts .container {
  padding: 30px 0 60px;
}
.asce-key-facts .e-item {
  float: left;
  width: 15.83333333%;
  margin-right: 1%;
  height: 270px;
  margin-bottom: 1%;
  position: relative;
}
.asce-key-facts .e-item:nth-child(6n) {
  margin-right: 0;
}
.asce-key-facts .e-item:nth-child(6n) + .post-item,
.asce-key-facts .e-item:nth-child(6n) + .e-item {
  clear: left;
}
.asce-key-facts .e-item:hover .e-back {
  opacity: 1;
}
.asce-key-facts .e-front {
  background-color: #007E9E;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.asce-key-facts .e-front .e-content {
  flex: 1;
  padding: 10px;
}
.asce-key-facts .e-front .e-icon {
  display: block;
  margin: 0 auto;
}
.asce-key-facts .e-front .e-title {
  font-family: "clarendon-text-pro", serif;
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
}
.asce-key-facts .e-back {
  background: url("images/bg9.gif") repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.asce-key-facts .e-btm-links {
  text-align: left;
  margin-top: 10px;
}
.asce-key-facts .e-btm-links .e-sources {
  font-family: "clarendon-text-pro", serif;
  text-align: right;
}
.asce-search-results {
  padding: 50px 0;
}
.asce-search-results .e-title {
  margin-bottom: 10px;
}
.asce-search-results .e-item {
  margin-bottom: 40px;
}
.asce-search-results .e-item:last-child {
  margin-bottom: 0;
}
.asce-take-action-bar {
  position: fixed;
  right: 0;
  top: 50%;
  height: 292px;
  margin-top: -146px;
  width: 65px;
  z-index: 150;
}
.asce-take-action-bar .e-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.asce-take-action-bar .e-bar {
  list-style: none;
  margin: 0;
  padding: 7.5px 0;
  background-color: #0075b7;
}
.asce-take-action-bar .e-bar > li {
  padding: 7.5px 0;
}
.asce-take-action-bar .e-bar > li > a {
  background: url("images/hex-icon.gif") no-repeat center center;
  display: flex;
  width: 65px;
  height: 53px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}
.asce-take-action-bar .e-bar > li > a::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  right: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.asce-take-action-bar .e-bar .e-tc {
  background: none;
  display: block;
  height: auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 65px;
}
.asce-take-action-bar .e-bar .e-tc .fa {
  display: block;
  font-size: 22px;
}
.asce-take-action-bar .e-bar li.o-active > a,
.asce-take-action-bar .e-bar li.sfHover > a {
  background: #ffffff none no-repeat center center;
  color: #0075b7;
}
.asce-take-action-bar .e-bar li.o-active > a::after,
.asce-take-action-bar .e-bar li.sfHover > a::after {
  opacity: 1;
}
.asce-take-action-bar .e-bar li.o-active .e-content,
.asce-take-action-bar .e-bar li.sfHover .e-content {
  display: flex;
}
.asce-take-action-bar .e-close {
  display: none;
}
.asce-take-action-bar .e-content {
  display: none;
  position: fixed;
  z-index: -1;
  right: 65px;
  top: 50%;
  width: 1120px;
  max-width: 90%;
  align-items: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.asce-take-action-bar .e-content .e-c-holder {
  background-color: #fff;
  border: 5px solid #007E9E;
  padding: 35px;
  flex: 1;
}
.asce-take-action-bar .e-content .e-head {
  font-family: "clarendon-text-pro", serif;
  font-size: 30px;
  line-height: 1.3;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.asce-take-action-bar .e-content .e-head strong {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0075b7;
  margin-right: 7px;
}
.asce-engage-details {
  padding: 35px 0;
}
.asce-engage-details .e-form {
  padding: 30px;
  background-color: #eee;
  max-width: 100%;
  font-family: "clarendon-text-pro", serif;
  margin: 40px 0 20px;
}
.asce-engage-details .e-form label {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 14px;
}
.asce-engage-details .e-form input[type="text"],
.asce-engage-details .e-form textarea,
.asce-engage-details .e-form select {
  width: 100%;
}
.asce-engage-details .e-form textarea {
  height: 350px;
}
.asce-engage-details .e-form input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.asce-engage-details .e-form .e-item {
  margin-bottom: 15px;
}
.asce-engage-details .e-form .e-descrip {
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.asce-engage-details .e-form .e-descrip.e-a-right {
  text-align: right;
}
.asce-engage-details .e-recipients,
.asce-engage-details .e-twitter-handles {
  padding-left: 30px;
  font-size: 14px;
}
.asce-engage-details .e-recipients .e-content,
.asce-engage-details .e-twitter-handles .e-content {
  border-top: 5px solid #0083cb;
  background-color: #fff;
  padding: 20px;
}
.asce-engage-details .e-recipients p,
.asce-engage-details .e-twitter-handles p {
  margin-top: 0;
}
.asce-engage-details .e-recipients .e-item,
.asce-engage-details .e-twitter-handles .e-item {
  margin-bottom: 10px;
  font-weight: 700;
}
.asce-engage-details .e-recipients input[type="checkbox"],
.asce-engage-details .e-twitter-handles input[type="checkbox"],
.asce-engage-details .e-recipients label,
.asce-engage-details .e-twitter-handles label {
  cursor: pointer;
}
.asce-engage-details .e-textarea-msg-text textarea {
  height: 100px;
}
.asce-engage-details .e-validate {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.asce-engage-details .e-validate p {
  background-color: #f33f3f;
  color: #fff;
  padding: 5px 10px;
}
.single-post-details .e-single-post-title {
  font-size: 32px;
  margin: 30px 0 0;
}
.single-post-details .e-post-meta {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.single-post-details .e-post-meta .e-data {
  flex: 2;
}
.single-post-details .e-post-meta .e-back {
  flex: 1;
  text-align: right;
}
.single-post-details .e-post-meta .e-author::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.single-post-details .e-post-meta .e-author a {
  pointer-events: none;
}
.single-post-details .e-post-entry {
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
.single-post-details .post-tags {
  font-size: 14px;
  margin-bottom: 30px;
}
.asce-next-prev-posts {
  display: flex;
  margin-bottom: 40px;
}
.asce-next-prev-posts a {
  font-family: "clarendon-text-pro", serif;
  background-color: #ecfafd;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.asce-next-prev-posts a:hover {
  background-color: #d5f4fb;
}
.asce-next-prev-posts a + a {
  border-left: 1px solid #dadada;
}
.asce-next-prev-posts .e-label {
  display: block;
  color: #474747;
  margin-bottom: 5px;
}
.asce-next-prev-posts .e-title {
  font-size: 18px;
  line-height: 1.3;
}
.asce-next-prev-posts.o-states {
  display: block;
  margin: 0;
  /*
		.e-prev-post {
			position: fixed;
			left: 0;
			bottom: 0;
			.e-back {
				.transition(0.3s, ease);
				.transition-property(left, bottom);	
			}
			.e-front {
				flex-direction: row-reverse;
				border-left: 0 none;
				border-right: 8px solid #cbdb2a; 
				.rounded(0 5px 5px 0);
				left: -100%;
				.transition(0.3s, ease, left);
			}
		}
		.e-next-post {
			position: fixed;
			right: 0;
			bottom: 0;
			border: 0 none;
			.e-back {
				right: 0;
				left: auto;
				.transition(0.3s, ease);
				.transition-property(right, bottom);	
				&::before {
					left: auto;
					right: -42px;
				}
				.fa {
					left: auto;
					right: 15px;	
				}
			}
			.e-front {
				.transition(0.3s, ease, right);	
			}
		}
		*/
}
.asce-next-prev-posts.o-states a {
  display: block;
  background-color: transparent;
  padding: 0;
  color: #005daa;
  min-width: 74px;
  min-height: 74px;
  z-index: 250;
  /*
			&:hover {
				.e-back {
					left: -74px;
					bottom: -74px;	
				}
				.e-front {
					right: 0;
					
				}
				&.e-prev-post {
					.e-front {
						left: 0;	
					}
				}
				&.e-next-post {
					.e-back {
						left: auto;
						right: -74px;
						bottom: -74px;
					}
				}
			}
			*/
}
.asce-next-prev-posts.o-states a:hover.e-prev-post .e-back {
  left: -74px;
  bottom: -74px;
}
.asce-next-prev-posts.o-states a:hover.e-prev-post .e-front {
  left: 0;
}
.asce-next-prev-posts.o-states a:hover.e-next-post .e-back {
  right: -74px;
  bottom: -74px;
}
.asce-next-prev-posts.o-states a:hover.e-next-post .e-front {
  right: 0;
}
.asce-next-prev-posts.o-states .e-back {
  position: relative;
  display: block;
  overflow: hidden;
  width: 74px;
  height: 74px;
}
.asce-next-prev-posts.o-states .e-back::before {
  content: "";
  display: block;
  background-color: #cbdb2a;
  left: -42px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: absolute;
}
.asce-next-prev-posts.o-states .e-back .fa {
  font-size: 60px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.asce-next-prev-posts.o-states .e-front {
  background-color: #fff;
  border: 8px solid #cbdb2a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.asce-next-prev-posts.o-states .e-front .e-label {
  font-size: 16px;
  color: #004279;
  line-height: 1;
  display: block;
  margin: 0;
}
.asce-next-prev-posts.o-states .e-front .e-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #00afdb;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.asce-next-prev-posts.o-states .e-front .e-grade {
  background: url("images/clipboard-sml.png") no-repeat center center;
  width: 40px;
  height: 60px;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.asce-next-prev-posts.o-states .e-front .e-col {
  padding: 10px;
  line-height: 1;
}
.asce-next-prev-posts.o-states .e-front .fa {
  font-size: 60px;
}
.asce-next-prev-posts.o-states .e-prev-post {
  left: 0;
  bottom: 0;
  position: fixed;
}
.asce-next-prev-posts.o-states .e-prev-post .e-back {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: left, bottom;
  -moz-transition-property: left, bottom;
  -o-transition-property: left, bottom;
  transition-property: left, bottom;
}
.asce-next-prev-posts.o-states .e-prev-post .e-front {
  position: fixed;
  left: -100%;
  bottom: 0;
  border-left: 0 none;
  flex-direction: row-reverse;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.asce-next-prev-posts.o-states .e-next-post {
  right: 0;
  bottom: 0;
  position: fixed;
  border: 0 none;
}
.asce-next-prev-posts.o-states .e-next-post .e-back {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: right, bottom;
  -moz-transition-property: right, bottom;
  -o-transition-property: right, bottom;
  transition-property: right, bottom;
}
.asce-next-prev-posts.o-states .e-next-post .e-back::before {
  left: auto;
  right: -42px;
}
.asce-next-prev-posts.o-states .e-next-post .e-back .fa {
  left: auto;
  right: 15px;
}
.asce-next-prev-posts.o-states .e-next-post .e-front {
  position: fixed;
  right: -100%;
  bottom: 0;
  border-right: 0 none;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#asce-comment-form label {
  font-size: 13px;
  color: #9a9a9a;
  margin-bottom: 5px;
}
#asce-comment-form input[type="text"] {
  width: 50%;
}
#asce-comment-form textarea {
  width: 100%;
}
#asce-comment-form input[type="submit"] {
  font-size: 16px;
  padding: 10px 20px;
}
#asce-comment-lists {
  margin-bottom: 40px;
}
#asce-comment-lists .comment {
  margin: 20px 0 0;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#asce-comment-lists > .comment {
  background-color: #eee;
}
#asce-comment-lists > .comment > .comment {
  background-color: #e1e1e1;
}
#asce-comment-lists .comment-author {
  margin-bottom: 5px;
}
#asce-comment-lists .comment-meta {
  font-size: 13px;
}
#asce-comment-lists .reply {
  font-size: 13px;
}
.table-scroll {
  overflow-x: scroll;
}
/* -------------------------------------------------------------------- */
/*	Sidebars & Widgets													*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	Shortcodes															*/
/*--------------------------------------------------------------------- */
#asce-gc-map {
  width: 100%;
  background-color: #ecfafd;
  height: 680px;
  border-bottom: 5px solid #007E9E;
}
#asce-gc-map .gm-style-iw {
  text-align: center;
  font-size: 16px;
}
#asce-gc-map .gm-style-iw p {
  margin: 0;
}
#asce-gc-map .gm-style-iw p:first-child {
  font-size: 20px;
  font-family: "clarendon-text-pro", serif;
  margin-bottom: 5px;
}
#asce-gc-map .gm-style-iw p:nth-child(2) {
  margin-bottom: 10px;
}
#asce-gc-map .gm-style-iw p:last-child a {
  display: inline-block;
  text-align: center;
  background-color: #E1146D;
  color: #fff;
  padding: 10px 35px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: background-color, color, border-color;
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  line-height: 1.3;
  font-size: 16px;
  padding: 5px 10px;
}
#asce-gc-map .gm-style-iw p:last-child a:hover {
  background-color: #e6156e;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a > .fa {
  margin-right: 7px;
}
#asce-gc-map .gm-style-iw p:last-child a.o-sml {
  font-size: 16px;
  padding: 10px 20px;
}
#asce-gc-map .gm-style-iw p:last-child a.o-lg {
  font-size: 20px;
  padding: 10px 45px;
}
#asce-gc-map .gm-style-iw p:last-child a.o-full {
  display: block;
  padding: 10px 20px;
}
#asce-gc-map .gm-style-iw p:last-child a.o-white {
  background-color: #fff;
  color: #E1146D;
}
#asce-gc-map .gm-style-iw p:last-child a.o-white:hover {
  background-color: #E1146D;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a.o-orange {
  background-color: #f58220;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a.o-orange:hover {
  background-color: #fff;
  color: #f58220;
}
#asce-gc-map .gm-style-iw p:last-child a.o-blue {
  background-color: #007E9E;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a.o-blue:hover {
  background-color: #00728e;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a.o-gray {
  background-color: #757575;
}
#asce-gc-map .gm-style-iw p:last-child a.o-gray:hover {
  background-color: #595959;
}
#asce-gc-map .gm-style-iw p:last-child a.o-hollow {
  background-color: transparent;
  border: 2px solid #E1146D;
  color: #E1146D;
}
#asce-gc-map .gm-style-iw p:last-child a.o-hollow:hover {
  background-color: #E1146D;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a.o-hollow.o-white {
  border-color: #fff;
  color: #fff;
}
#asce-gc-map .gm-style-iw p:last-child a.o-hollow.o-white:hover {
  background-color: #fff;
  color: #E1146D;
}
.asce-fund-graph .e-holder {
  width: 170px;
  height: 320px;
  background-color: #e1e1e1;
  position: relative;
  line-height: 1.3;
}
.asce-fund-graph .e-needed {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  margin: 0 0 0 15px;
}
.asce-fund-graph .e-provided {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100%;
  margin: 0 0 0 15px;
}
.asce-fund-graph .e-fill {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #007E9E;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.asce-fund-graph .e-dollar {
  font-weight: 700;
  color: #f58220;
  font-size: 25px;
}
.asce-fund-graph .e-txt {
  font-size: 18px;
}
.asce-gc-grid a {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.asce-gc-grid img {
  display: block;
  margin: 0 auto 20px;
}
.asce-gc-grid .e-gc-title {
  margin: 0 auto 45px 0;
}
.asce-gc-grid .e-title {
  font-family: "clarendon-text-pro", serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
  line-height: 1.3;
}
.asce-gc-grid .e-flex {
  display: flex;
}
.asce-gc-grid .e-g1,
.asce-gc-grid .e-g2 {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  height: 570px;
  overflow: hidden;
}
.asce-gc-grid .e-g1:nth-child(2n),
.asce-gc-grid .e-g2:nth-child(2n) {
  margin-right: 0;
}
.asce-gc-grid .e-g1:nth-child(2n) + .post-item,
.asce-gc-grid .e-g2:nth-child(2n) + .post-item,
.asce-gc-grid .e-g1:nth-child(2n) + .e-item,
.asce-gc-grid .e-g2:nth-child(2n) + .e-item {
  clear: left;
}
.asce-gc-grid .e-item {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 18px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.asce-gc-grid .e-item > span {
  display: block;
  flex: 1;
}
.asce-gc-grid .e-g1 .e-item {
  background-color: #956dae;
}
.asce-gc-grid .e-g1 .e-item:hover {
  background-color: #6e4a85;
}
.asce-gc-grid .e-g1 .e-title {
  font-size: 40px;
}
.asce-gc-grid .e-g2 .e-item {
  float: left;
  width: 49%;
  margin-right: 2%;
  height: 280px;
  margin-bottom: 2%;
}
.asce-gc-grid .e-g2 .e-item:nth-child(2n) {
  margin-right: 0;
}
.asce-gc-grid .e-g2 .e-item:nth-child(2n) + .post-item,
.asce-gc-grid .e-g2 .e-item:nth-child(2n) + .e-item {
  clear: left;
}
.asce-gc-grid .e-g2 .e-item:nth-child(n + 3) {
  margin-bottom: 0;
}
.asce-gc-grid .e-g2 .e-item:nth-child(1) {
  background-color: #ff7818;
}
.asce-gc-grid .e-g2 .e-item:nth-child(1):hover {
  background-color: #cb5400;
}
.asce-gc-grid .e-g2 .e-item:nth-child(2) {
  background-color: #ee3e8a;
}
.asce-gc-grid .e-g2 .e-item:nth-child(2):hover {
  background-color: #cd1263;
}
.asce-gc-grid .e-g2 .e-item:nth-child(3) {
  background-color: #00afdd;
}
.asce-gc-grid .e-g2 .e-item:nth-child(3):hover {
  background-color: #007291;
}
.asce-gc-grid .e-g2 .e-item:nth-child(4) {
  background-color: #a0be32;
}
.asce-gc-grid .e-g2 .e-item:nth-child(4):hover {
  background-color: #6d8122;
}
.asce-gc-grid.o-has-single .e-g1 {
  float: none;
  width: auto;
  max-height: 300px;
  margin-right: 0;
}
.asce-gc-grid.o-has-single .e-g2 {
  display: none;
}
.asce-state-map {
  margin-bottom: 40px;
}
.asce-state-map h2 {
  margin: 0;
}
.asce-state-map .e-sel-label {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
.asce-state-map .e-sel {
  font-size: 15px;
  padding: 5px;
}
.asce-state-map .e-metro-label {
  display: block;
}
.asce-state-map .lg-map-wrapper {
  margin-bottom: 40px;
}
.asce-grades-cat {
  overflow: hidden;
}
.asce-grades-cat img {
  display: block;
  margin: 0 auto;
}
.asce-grades-cat .e-item {
  float: left;
  width: 11.625%;
  margin-right: 1%;
  display: block;
  background-color: #f3f4f4;
  margin-bottom: 1%;
  position: relative;
  text-align: center;
}
.asce-grades-cat .e-item:nth-child(8n) {
  margin-right: 0;
}
.asce-grades-cat .e-item:nth-child(8n) + .post-item,
.asce-grades-cat .e-item:nth-child(8n) + .e-item {
  clear: left;
}
.asce-grades-cat .e-item:nth-child(n + 9) .e-on {
  flex-direction: column;
  top: auto;
  bottom: 0;
}
.asce-grades-cat .e-item:hover .e-on {
  max-height: 274px;
  opacity: 1;
}
.asce-grades-cat .e-on {
  opacity: 0;
  background-color: #005daa;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 274px;
  z-index: 1;
  flex-direction: column-reverse;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: max-height, opacity;
  -moz-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}
.asce-grades-cat .e-grade {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.asce-grades-cat .e-grade .e-clipboard {
  margin: 0 auto;
}
.asce-grades-cat .e-grade .e-txt {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 16%;
}
.asce-grades-cat .e-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 1;
}
.asce-stat-slider img {
  display: block;
  margin: 0 auto 20px;
}
.asce-stat-slider .bx-controls-direction {
  text-align: right;
  margin-top: 20px;
}
.asce-stat-slider .bx-controls-direction a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  outline: none;
  line-height: 1;
}
.asce-stat-slider .bx-controls-direction a.bx-prev .e-arrow {
  padding-right: 3px;
}
.asce-stat-slider .bx-controls-direction a.bx-next {
  margin-left: 20px;
}
.asce-stat-slider .bx-controls-direction a.bx-next .e-arrow {
  padding-left: 3px;
}
.asce-stat-slider .bx-controls-direction a:hover .e-arrow {
  background-color: #656565;
}
.asce-stat-slider .bx-controls-direction .e-arrow {
  background-color: #8b8b8b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  font-size: 22px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.asce-stat-slider .bx-controls-direction .e-arrow .fa {
  flex: 1;
}
.asce-stat-slider[data-count="1"] .bx-controls {
  display: none;
}
.asce-hero-content {
  text-align: center;
  padding: 180px 0 40px;
  overflow: hidden;
}
.asce-hero-content .e-img {
  display: block;
  margin: 0 auto;
}
.asce-hero-content .e-title {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.asce-hero-content .e-grade {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 90px;
  font-weight: 700;
  color: #00afdb;
  margin: 0;
}
.asce-hero-content .e-link {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.asce-hero-content .e-link .fa {
  font-size: 30px;
}
.asce-hero-content .e-link:hover {
  color: #d9d9d9;
}
.asce-take-action {
  display: inline-block;
  color: #cbdb2a;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.asce-take-action .e-btn-set {
  cursor: pointer;
}
.asce-take-action .e-btn-set .fa {
  font-size: 24px;
  margin-right: 3px;
}
.asce-take-action .e-popup {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opaciy, height;
  -moz-transition-property: opaciy, height;
  -o-transition-property: opaciy, height;
  transition-property: opaciy, height;
  overflow: hidden;
}
.asce-take-action .e-popup .e-holder-popup {
  background-color: #cbdb2a;
  font-size: 26px;
  line-height: 1;
  display: flex;
}
.asce-take-action .e-popup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #cbdb2a transparent transparent transparent;
  display: block;
  margin: 0 auto;
}
.asce-take-action .e-popup a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.asce-take-action .e-popup a::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  background-color: #b6c51c;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.asce-take-action .e-popup a:first-child::before {
  display: none;
}
.asce-take-action .e-popup a:hover {
  background-color: #b6c51c;
}
.asce-take-action:hover .e-popup {
  height: 54px;
  opacity: 1;
}
.site-btn {
  display: inline-block;
  text-align: center;
  background-color: #E1146D;
  color: #fff;
  padding: 10px 35px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: background-color, color, border-color;
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  line-height: 1.3;
}
.site-btn:hover {
  background-color: #e6156e;
  color: #fff;
}
.site-btn > .fa {
  margin-right: 7px;
}
.site-btn.o-sml {
  font-size: 16px;
  padding: 10px 20px;
}
.site-btn.o-lg {
  font-size: 20px;
  padding: 10px 45px;
}
.site-btn.o-full {
  display: block;
  padding: 10px 20px;
}
.site-btn.o-white {
  background-color: #fff;
  color: #E1146D;
}
.site-btn.o-white:hover {
  background-color: #E1146D;
  color: #fff;
}
.site-btn.o-orange {
  background-color: #f58220;
  color: #fff;
}
.site-btn.o-orange:hover {
  background-color: #fff;
  color: #f58220;
}
.site-btn.o-blue {
  background-color: #007E9E;
  color: #fff;
}
.site-btn.o-blue:hover {
  background-color: #00728e;
  color: #fff;
}
.site-btn.o-gray {
  background-color: #757575;
}
.site-btn.o-gray:hover {
  background-color: #595959;
}
.site-btn.o-hollow {
  background-color: transparent;
  border: 2px solid #E1146D;
  color: #E1146D;
}
.site-btn.o-hollow:hover {
  background-color: #E1146D;
  color: #fff;
}
.site-btn.o-hollow.o-white {
  border-color: #fff;
  color: #fff;
}
.site-btn.o-hollow.o-white:hover {
  background-color: #fff;
  color: #E1146D;
}
.asce-cta-bar .e-text {
  font-family: "clarendon-text-pro", serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  flex: 1;
}
.asce-cta-bar .e-title {
  font-size: 30px;
}
.solutions-list-wrapper .post-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.solutions-list-wrapper .post-item:nth-child(3n) {
  margin-right: 0;
}
.solutions-list-wrapper .post-item:nth-child(3n) + .post-item,
.solutions-list-wrapper .post-item:nth-child(3n) + .e-item {
  clear: left;
}
.solutions-list-wrapper .post-featured-image img {
  display: block;
  width: 100%;
}
.solutions-list-wrapper .post-content {
  background-color: #fff;
  padding: 25px 15px;
  border: 1px solid #dadada;
}
.solutions-list-wrapper .post-title {
  font-family: "clarendon-text-pro", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
}
.solutions-list-wrapper .post-date {
  margin: 0;
  font-size: 14px;
}
.solutions-list-wrapper .post-excerpt {
  font-size: 15px;
  margin-bottom: 25px;
}
.solutions-list-wrapper .post-read-more {
  margin: 0;
}
.solutions-list-wrapper.col3-carousel {
  position: relative;
}
.solutions-list-wrapper.col3-carousel .post-item {
  width: 364px;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.solutions-list-wrapper.col3-carousel .post-item:nth-child(3n) + .post-item {
  clear: none;
}
.solutions-list-wrapper.col3-fa-icons {
  text-align: center;
  color: #4e4e4f;
}
.solutions-list-wrapper.col3-fa-icons .post-icon {
  display: block;
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  color: #ee3e8a;
}
.solutions-list-wrapper.col3-fa-icons .post-icon:hover {
  color: #cd1263;
}
.solutions-list-wrapper.col3-fa-icons .post-content {
  border: 0 none;
}
.solutions-list-wrapper .bx-controls-direction a {
  font-size: 50px;
  color: #333;
  display: flex;
  line-height: 1;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  outline: none;
  position: absolute;
  top: 50%;
}
.solutions-list-wrapper .bx-controls-direction a:hover {
  color: #595959;
}
.solutions-list-wrapper .bx-controls-direction .bx-prev {
  left: -8%;
}
.solutions-list-wrapper .bx-controls-direction .bx-next {
  right: -8%;
}
.post-filter-wrapper {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post-filter-wrapper .e-label {
  font-family: "clarendon-text-pro", serif;
  font-size: 18px;
  margin-right: 10px;
}
.post-filter-wrapper select {
  font-size: 15px;
  padding: 8px 10px;
  margin-right: 10px;
}
.post-filter-wrapper input[type="submit"] {
  margin-right: 10px;
}
.post-filter-wrapper.o-gc-tiles {
  text-align: center;
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.post-filter-wrapper.o-gc-tiles .e-label {
  font-size: 26px;
}
.post-filter-wrapper.o-gc-tiles select {
  font-size: 20px;
}
.post-filter-wrapper.o-gc-tiles input[type="submit"],
.post-filter-wrapper.o-gc-tiles .site-btn {
  font-size: 20px;
}
.post-list-wrapper .post-item {
  float: left;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 50px;
}
/* .post-list-wrapper .post-item:nth-child(3n) {
  margin-right: 0;
} */
.post-list-wrapper .post-item:nth-child(3n) + .post-item,
.post-list-wrapper .post-item:nth-child(3n) + .e-item {
  clear: left;
}
.post-list-wrapper .post-featured-image {
  margin-bottom: 30px;
}
.post-list-wrapper .post-featured-image img {
  width: 100%;
  display: block;
}
.post-list-wrapper .post-title {
  font-family: "clarendon-text-pro", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
}
.post-list-wrapper .post-date {
  margin: 0;
  font-size: 14px;
}
.post-list-wrapper .post-date .e-author a {
  pointer-events: none;
}
.post-list-wrapper .post-descrip {
  font-size: 15px;
}
.post-list-wrapper .post-tags {
  font-size: 15px;
  margin-bottom: 0;
}
.post-list-wrapper.list-style1 .post-item {
  float: none;
  margin-right: 0;
  width: auto;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: flex;
}
.post-list-wrapper.list-style1 .post-item:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.post-list-wrapper.list-style1 .post-featured-image {
  padding-right: 20px;
  margin-bottom: 15px;
  flex: 4;
  max-width: 290px;
}
.post-list-wrapper.list-style1 .post-featured-image img {
  width: auto;
  display: block;
}
.post-list-wrapper.list-style1 .post-content {
  flex: 6;
  margin-bottom: 15px;
}
.post-list-wrapper.list-style1 .post-date .e-author::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.post-list-wrapper.o-gc-tiles .post-item {
  position: relative;
  color: #fff;
  display: block;
  margin-bottom: 2%;
}
.post-list-wrapper.o-gc-tiles .post-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-list-wrapper.o-gc-tiles .post-item:hover::before {
  opacity: 1;
}
.post-list-wrapper.o-gc-tiles .post-featured-image {
  margin: 0;
}
.post-list-wrapper.o-gc-tiles .post-featured-image img {
  display: block;
}
.post-list-wrapper.o-gc-tiles .post-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.post-list-wrapper.o-gc-tiles .post-title {
  margin: 0;
  font-family: "clarendon-text-pro", serif;
  font-size: 22px;
}
.post-list-wrapper.o-gc-tiles.o-has-single .post-item {
  float: none;
  width: auto;
  margin: 0;
  max-height: 365px;
  overflow: hidden;
}
#asce-source-map-nav {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
#asce-source-map-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#asce-source-map-nav li {
  margin: 0;
  flex: 1;
  text-align: center;
  position: relative;
}
#asce-source-map-nav img {
  display: block;
}
#asce-source-map-nav .icon-off {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#asce-source-map-nav .icon-on {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}
#asce-source-map-nav span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}
#asce-source-map-nav a {
  outline: none;
  display: block;
  color: #474747;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
#asce-source-map-nav a.o-active,
#asce-source-map-nav a:hover {
  color: #fff;
}
#asce-source-map-nav a.o-active .icon-off,
#asce-source-map-nav a:hover .icon-off {
  opacity: 0;
}
#asce-source-map-nav a.o-active .icon-on,
#asce-source-map-nav a:hover .icon-on {
  opacity: 1;
}
#asce-source-map-nav .dc-all .o-active,
#asce-source-map-nav .dc-all a:hover {
  background-color: #00acd6;
}
#asce-source-map-nav .dc-blue .o-active,
#asce-source-map-nav .dc-blue a:hover {
  background-color: #265da5;
}
#asce-source-map-nav .dc-purple .o-active,
#asce-source-map-nav .dc-purple a:hover {
  background-color: #8a6cab;
}
#asce-source-map-nav .dc-black .o-active,
#asce-source-map-nav .dc-black a:hover {
  background-color: #4e4e4f;
}
#asce-source-map-nav .dc-teal .o-active,
#asce-source-map-nav .dc-teal a:hover {
  background-color: #0cad92;
}
#asce-source-map-nav .dc-orange .o-active,
#asce-source-map-nav .dc-orange a:hover {
  background-color: #db812d;
}
#asce-source-map-nav .dc-green .o-active,
#asce-source-map-nav .dc-green a:hover {
  background-color: #a1b53e;
}
#asce-source-map-nav .dc-yellow .o-active,
#asce-source-map-nav .dc-yellow a:hover {
  background-color: #e7a930;
}
#asce-source-map-nav .dc-pink .o-active,
#asce-source-map-nav .dc-pink a:hover {
  background-color: #a70059;
}
#asce-source-map-wrapper {
  position: relative;
}
#asce-source-map-wrapper #asce-source-map {
  width: 100%;
  height: 750px;
}
#asce-source-map-wrapper #XTX-ID-Tooltip {
  z-index: 5;
  display: none;
  top: 100px;
  left: 450px;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  color: #474747;
  width: 440px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
#asce-source-map-wrapper #XTX-ID-Tooltip .XTX-tooltip-content {
  padding: 20px;
}
#asce-source-map-wrapper #XTX-ID-Tooltip label {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 27px;
  font-weight: bold;
}
#asce-source-map-wrapper #XTX-ID-Tooltip p {
  margin-bottom: 0;
}
#asce-source-map-wrapper #XTX-ID-TriRight {
  position: absolute;
  top: 50%;
  right: -28px;
  display: block;
  border: solid 15px #fff;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#asce-source-map-wrapper #XTX-ID-TriLeft {
  display: none;
  position: absolute;
  top: 50%;
  left: -28px;
  display: block;
  border: solid 15px #fff;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#asce-source-map-wrapper #XTX-ID-Modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
#asce-source-map-wrapper .e-total-data {
  margin: 10px 0;
  border-bottom: 1px solid #77787b;
  padding-bottom: 10px;
}
#asce-source-map-wrapper .e-each-data {
  list-style: none;
  margin: 0;
  padding: 10px 0 5px;
  font-size: 14px;
  overflow: hidden;
}
#asce-source-map-wrapper .e-each-data .fa {
  margin-right: 5px;
  font-size: 11px;
}
#asce-source-map-wrapper .e-each-data li {
  margin: 0;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
}
#asce-source-map-wrapper .e-each-data li:nth-child(2n) {
  margin-right: 0;
}
#asce-source-map-wrapper .e-each-data li:nth-child(2n) + .post-item,
#asce-source-map-wrapper .e-each-data li:nth-child(2n) + .e-item {
  clear: left;
}
#asce-source-map-wrapper .e-each-data li::before {
  font: normal normal normal 11px/1 FontAwesome;
  content: "\f111";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#asce-source-map-wrapper .e-each-data .e-data-blue::before {
  color: #265da5;
}
#asce-source-map-wrapper .e-each-data .e-data-orange::before {
  color: #db812d;
}
#asce-source-map-wrapper .e-each-data .e-data-purple::before {
  color: #8a6cab;
}
#asce-source-map-wrapper .e-each-data .e-data-green::before {
  color: #a1b53e;
}
#asce-source-map-wrapper .e-each-data .e-data-black::before {
  color: #4e4e4f;
}
#asce-source-map-wrapper .e-each-data .e-data-yellow::before {
  color: #e7a930;
}
#asce-source-map-wrapper .e-each-data .e-data-teal::before {
  color: #0cad92;
}
#asce-source-map-wrapper .e-each-data .e-data-pink::before {
  color: #a70059;
}
.asce-writeletter-wrapper .e-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.asce-writeletter-wrapper .e-item:nth-child(3n) {
  margin-right: 0;
}
.asce-writeletter-wrapper .e-item:nth-child(3n) + .post-item,
.asce-writeletter-wrapper .e-item:nth-child(3n) + .e-item {
  clear: left;
}
.asce-writeletter-wrapper .e-title {
  font-size: 18px;
  font-family: "clarendon-text-pro", serif;
  margin: 20px 0;
  line-height: 1.6;
}
.asce-writeletter-wrapper .e-intro {
  margin: 0 0 20px;
}
.asce-writeletter-wrapper.asce-engage-api-slideout .e-item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.asce-writeletter-wrapper.asce-engage-api-slideout .e-item:nth-child(3n) {
  margin-right: 0;
}
.asce-writeletter-wrapper.asce-engage-api-slideout
  .e-item:nth-child(3n)
  + .post-item,
.asce-writeletter-wrapper.asce-engage-api-slideout
  .e-item:nth-child(3n)
  + .e-item {
  clear: left;
}
.asce-te-wrapper .asce-te-item {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e5e5e5;
  padding: 20px;
  min-height: 365px;
}
.asce-te-wrapper .asce-te-item:nth-child(2n) {
  margin-right: 0;
}
.asce-te-wrapper .asce-te-item:nth-child(2n) + .post-item,
.asce-te-wrapper .asce-te-item:nth-child(2n) + .e-item {
  clear: left;
}
.asce-te-wrapper .asce-te-header {
  display: flex;
  align-items: center;
}
.asce-te-wrapper .asce-te-img {
  margin: 0;
  flex: 2;
  padding-right: 20px;
}
.asce-te-wrapper .asce-te-img img {
  display: block;
}
.asce-te-wrapper .asce-te-title {
  font-family: "clarendon-text-pro", serif;
  font-size: 22px;
  color: #007E9E;
  margin: 0;
}
.asce-te-wrapper .asce-te-tw-text {
  font-size: 18px;
  flex: 3;
}
.asce-te-wrapper .asce-te-tw-text p {
  margin: 0;
}
.asce-te-wrapper .asce-te-tw-text .asce-te-congress {
  color: #007E9E;
}
.asce-te-wrapper .asce-te-footer {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.asce-te-wrapper .asce-te-footer .asce-te-i-user {
  color: #7e7e7e;
  font-size: 30px;
  padding-right: 10px;
}
.asce-te-wrapper .asce-te-footer .asce-te-name {
  font-size: 13px;
  line-height: 1.3;
}
.asce-te-wrapper .asce-te-footer .asce-te-name strong {
  font-size: 15px;
}
.asce-te-wrapper .asce-te-footer .asce-te-i-tw {
  color: #42c8f4;
  flex: 1;
  text-align: right;
}
.asce-te-wrapper .asce-te-btn {
  text-align: center;
  margin-top: 20px;
}
.asce-te-wrapper.asce-te-slideout {
  display: flex;
}
.asce-te-wrapper.asce-te-slideout .asce-te-item {
  flex: 1;
  border: 0 none;
  border-right: 1px solid #e5e5e5;
  float: none;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  padding: 20px 0 0;
  min-height: 100px;
}
.asce-te-wrapper.asce-te-slideout .asce-te-item:first-child {
  padding-right: 20px;
}
.asce-te-wrapper.asce-te-slideout .asce-te-item:last-child {
  border-right: 0 none;
  padding-left: 20px;
}
/* -------------------------------------------------------------------- */
/*	Visual Composer Styles												*/
/*--------------------------------------------------------------------- */
body.home .site-main > .container > .vc_ie-flexbox-fixer {
  display: block;
}
.vc-font-white {
  color: #fff;
}
.vc-overflow-hidden {
  overflow: hidden;
}
.vc-ul-checkmarks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vc-ul-checkmarks ul li {
  background: url("images/vc-ul-checkmark.png") no-repeat left top;
  padding: 5px 0 0 50px;
  min-height: 33px;
  margin-bottom: 25px;
}
/* -------------------------------------------------------------------- */
/*	Form Elements														*/
/*--------------------------------------------------------------------- */
label {
  display: block;
}
input[type="text"],
textarea,
select {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #bbbaba;
  padding: 7px 10px;
}
/*
input[type="submit"],
input[type="reset"] {
  border: 0 none;
  display: inline-block;
  text-align: center;
  background-color: #E1146D;
  color: #fff;
  padding: 10px 35px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: background-color, color, border-color;
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  line-height: 1.3;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #e6156e;
  color: #fff;
}
*/
input[type="submit"] > .fa,
input[type="reset"] > .fa {
  margin-right: 7px;
}
input[type="submit"].o-sml,
input[type="reset"].o-sml {
  font-size: 16px;
  padding: 10px 20px;
}
input[type="submit"].o-lg,
input[type="reset"].o-lg {
  font-size: 20px;
  padding: 10px 45px;
}
input[type="submit"].o-full,
input[type="reset"].o-full {
  display: block;
  padding: 10px 20px;
}
input[type="submit"].o-white,
input[type="reset"].o-white {
  background-color: #fff;
  color: #E1146D;
}
input[type="submit"].o-white:hover,
input[type="reset"].o-white:hover {
  background-color: #E1146D;
  color: #fff;
}
input[type="submit"].o-orange,
input[type="reset"].o-orange {
  background-color: #f58220;
  color: #fff;
}
input[type="submit"].o-orange:hover,
input[type="reset"].o-orange:hover {
  background-color: #fff;
  color: #f58220;
}
input[type="submit"].o-blue,
input[type="reset"].o-blue {
  background-color: #007E9E;
  color: #fff;
}
input[type="submit"].o-blue:hover,
input[type="reset"].o-blue:hover {
  background-color: #00728e;
  color: #fff;
}
input[type="submit"].o-gray,
input[type="reset"].o-gray {
  background-color: #757575;
}
input[type="submit"].o-gray:hover,
input[type="reset"].o-gray:hover {
  background-color: #595959;
}
input[type="submit"].o-hollow,
input[type="reset"].o-hollow {
  background-color: transparent;
  border: 2px solid #E1146D;
  color: #E1146D;
}
input[type="submit"].o-hollow:hover,
input[type="reset"].o-hollow:hover {
  background-color: #E1146D;
  color: #fff;
}
input[type="submit"].o-hollow.o-white,
input[type="reset"].o-hollow.o-white {
  border-color: #fff;
  color: #fff;
}
input[type="submit"].o-hollow.o-white:hover,
input[type="reset"].o-hollow.o-white:hover {
  background-color: #fff;
  color: #E1146D;
}
input[type="reset"] {
  background-color: #757575;
}
input[type="reset"]:hover {
  background-color: #595959;
}
body .gform_wrapper.gf_browser_chrome .gform_body {
  width: auto;
}
body .gform_wrapper h3.gform_title {
  font-size: 36px;
  font-weight: 400;
}
body .gform_wrapper span.gform_description {
  font-size: 18px;
}
/* body #gform_wrapper_1.gform_wrapper .top_label .gfield_label {
  display: none;
} */
/*
body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper select,
body .gform_wrapper textarea,
body select,
body .gform_wrapper.gf_browser_gecko select {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #bbbaba;
  padding: 10px;
}
*/
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
body .gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-right: 7px;
}
body .gform_wrapper.gf_browser_gecko select {
  padding: 7px 10px;
}
body .gform_wrapper.gf_browser_chrome select {
  padding: 9px 10px;
}
/*
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper.gf_browser_ie .gform_footer input.button {
  border: 0 none;
  display: inline-block;
  text-align: center;
  background-color: #E1146D;
  color: #fff;
  padding: 10px 35px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: background-color, color, border-color;
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  line-height: 1.3;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover,
body .gform_wrapper.gf_browser_ie .gform_footer input.button:hover {
  background-color: #e6156e;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button > .fa,
body .gform_wrapper .gform_footer input[type="submit"] > .fa,
body .gform_wrapper .gform_page_footer input.button > .fa,
body .gform_wrapper .gform_page_footer input[type="submit"] > .fa,
body .gform_wrapper.gf_browser_ie .gform_footer input.button > .fa {
  margin-right: 7px;
}
body .gform_wrapper .gform_footer input.button.o-sml,
body .gform_wrapper .gform_footer input[type="submit"].o-sml,
body .gform_wrapper .gform_page_footer input.button.o-sml,
body .gform_wrapper .gform_page_footer input[type="submit"].o-sml,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-sml {
  font-size: 16px;
  padding: 10px 20px;
}
body .gform_wrapper .gform_footer input.button.o-lg,
body .gform_wrapper .gform_footer input[type="submit"].o-lg,
body .gform_wrapper .gform_page_footer input.button.o-lg,
body .gform_wrapper .gform_page_footer input[type="submit"].o-lg,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-lg {
  font-size: 20px;
  padding: 10px 45px;
}
body .gform_wrapper .gform_footer input.button.o-full,
body .gform_wrapper .gform_footer input[type="submit"].o-full,
body .gform_wrapper .gform_page_footer input.button.o-full,
body .gform_wrapper .gform_page_footer input[type="submit"].o-full,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-full {
  display: block;
  padding: 10px 20px;
}
body .gform_wrapper .gform_footer input.button.o-white,
body .gform_wrapper .gform_footer input[type="submit"].o-white,
body .gform_wrapper .gform_page_footer input.button.o-white,
body .gform_wrapper .gform_page_footer input[type="submit"].o-white,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-white {
  background-color: #fff;
  color: #E1146D;
}
body .gform_wrapper .gform_footer input.button.o-white:hover,
body .gform_wrapper .gform_footer input[type="submit"].o-white:hover,
body .gform_wrapper .gform_page_footer input.button.o-white:hover,
body .gform_wrapper .gform_page_footer input[type="submit"].o-white:hover,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-white:hover {
  background-color: #E1146D;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.o-orange,
body .gform_wrapper .gform_footer input[type="submit"].o-orange,
body .gform_wrapper .gform_page_footer input.button.o-orange,
body .gform_wrapper .gform_page_footer input[type="submit"].o-orange,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-orange {
  background-color: #f58220;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.o-orange:hover,
body .gform_wrapper .gform_footer input[type="submit"].o-orange:hover,
body .gform_wrapper .gform_page_footer input.button.o-orange:hover,
body .gform_wrapper .gform_page_footer input[type="submit"].o-orange:hover,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-orange:hover {
  background-color: #fff;
  color: #f58220;
}
body .gform_wrapper .gform_footer input.button.o-blue,
body .gform_wrapper .gform_footer input[type="submit"].o-blue,
body .gform_wrapper .gform_page_footer input.button.o-blue,
body .gform_wrapper .gform_page_footer input[type="submit"].o-blue,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-blue {
  background-color: #007E9E;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.o-blue:hover,
body .gform_wrapper .gform_footer input[type="submit"].o-blue:hover,
body .gform_wrapper .gform_page_footer input.button.o-blue:hover,
body .gform_wrapper .gform_page_footer input[type="submit"].o-blue:hover,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-blue:hover {
  background-color: #00728e;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.o-gray,
body .gform_wrapper .gform_footer input[type="submit"].o-gray,
body .gform_wrapper .gform_page_footer input.button.o-gray,
body .gform_wrapper .gform_page_footer input[type="submit"].o-gray,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-gray {
  background-color: #757575;
}
body .gform_wrapper .gform_footer input.button.o-gray:hover,
body .gform_wrapper .gform_footer input[type="submit"].o-gray:hover,
body .gform_wrapper .gform_page_footer input.button.o-gray:hover,
body .gform_wrapper .gform_page_footer input[type="submit"].o-gray:hover,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-gray:hover {
  background-color: #595959;
}
body .gform_wrapper .gform_footer input.button.o-hollow,
body .gform_wrapper .gform_footer input[type="submit"].o-hollow,
body .gform_wrapper .gform_page_footer input.button.o-hollow,
body .gform_wrapper .gform_page_footer input[type="submit"].o-hollow,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-hollow {
  background-color: transparent;
  border: 2px solid #E1146D;
  color: #E1146D;
}
body .gform_wrapper .gform_footer input.button.o-hollow:hover,
body .gform_wrapper .gform_footer input[type="submit"].o-hollow:hover,
body .gform_wrapper .gform_page_footer input.button.o-hollow:hover,
body .gform_wrapper .gform_page_footer input[type="submit"].o-hollow:hover,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-hollow:hover {
  background-color: #E1146D;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.o-hollow.o-white,
body .gform_wrapper .gform_footer input[type="submit"].o-hollow.o-white,
body .gform_wrapper .gform_page_footer input.button.o-hollow.o-white,
body .gform_wrapper .gform_page_footer input[type="submit"].o-hollow.o-white,
body .gform_wrapper.gf_browser_ie .gform_footer input.button.o-hollow.o-white {
  border-color: #fff;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.o-hollow.o-white:hover,
body .gform_wrapper .gform_footer input[type="submit"].o-hollow.o-white:hover,
body .gform_wrapper .gform_page_footer input.button.o-hollow.o-white:hover,
body
  .gform_wrapper
  .gform_page_footer
  input[type="submit"].o-hollow.o-white:hover,
body
  .gform_wrapper.gf_browser_ie
  .gform_footer
  input.button.o-hollow.o-white:hover {
  background-color: #fff;
  color: #E1146D;
}
*/
body .e-rightcol .gform_wrapper {
  margin: 0;
}
body .e-rightcol .gform_wrapper ul li.gfield {
  margin-top: 0;
}
body .e-rightcol .gform_wrapper .top_label li.gfield.gf_left_half,
body .e-rightcol .gform_wrapper .top_label li.gfield.gf_right_half {
  width: 100%;
  float: none;
  padding-right: 0;
  display: block;
}
body .e-rightcol .gform_wrapper .gform_footer {
  padding: 0;
  text-align: center;
}
body
  .e-rightcol
  .gform_wrapper.gform_validation_error
  .top_label
  li.gfield.gfield_error.gf_left_half,
body
  .e-rightcol
  .gform_wrapper.gform_validation_error
  .top_label
  li.gfield.gfield_error.gf_right_half {
  max-width: none;
  margin-right: 0;
}
/* -------------------------------------------------------------------- */
/*	Misc            													*/
/*--------------------------------------------------------------------- */
.jqvmap-label {
  position: absolute;
  display: none;
  background: #292929;
  opacity: 0.9;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 13px;
  padding: 8px;
  pointer-events: none;
  text-transform: uppercase;
}
.jqvmap-pin {
  pointer-events: none;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 0px;
  background-color: black;
  opacity: 0.8;
  padding: 5px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 40px;
}
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background: #ff7818;
}
.jqvmap-region {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}
.asce-preloader {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}
.asce-preloader .e-circ {
  margin: 1em;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 4px solid silver;
  animation: circ-anim 0.7s linear infinite;
  border-bottom-color: grey;
}
.asce-preloader.o-remove {
  opacity: 0;
}
.asce-engage-modal-ajax {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  display: flex;
  align-items: center;
  padding: 5%;
  display: none;
}
.asce-engage-modal-ajax.o-active {
  display: flex;
}
.asce-engage-modal-ajax .e-close {
  text-align: right;
  color: #E1146D;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.asce-engage-modal-ajax .e-close .fa {
  cursor: pointer;
  padding: 10px;
  background-color: #E1146D;
  color: #fff;
}
.asce-engage-modal-ajax .e-close .fa:hover {
  background-color: #c91164;
}
.asce-engage-modal-ajax .asce-engage-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asce-engage-modal-ajax::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.asce-engage-modal-ajax .e-modal-wrapper {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asce-engage-modal-ajax .e-modal {
  max-height: 100%;
  width: 100%;
  position: relative;
}
.asce-engage-modal-ajax .e-content-modal {
  background-color: #fff;
  padding: 30px;
  min-height: 300px;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
.asce-engage-modal-ajax .asce-engage-entry {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.asce-engage-modal-ajax .asce-engage-entry.o-active {
  opacity: 1;
}
.asce-engage-modal-ajax .e-header .e-title {
  margin: 0 0 10px;
  font-size: 24px;
}
.asce-engage-modal-ajax .e-header .e-subtitle {
  margin: 0 0 10px;
  font-size: 16px;
}
.asce-engage-modal-ajax .e-thankyou {
  background-color: #f3f4f4;
  padding: 20px;
  font-family: "clarendon-text-pro", serif;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #007E9E;
}
.asce-engage-modal-ajax .e-thankyou span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #474747;
}
.asce-engage-modal-ajax .e-error-handle span {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  background-color: #f94444;
  color: #fff;
  margin-bottom: 10px;
}
.asce-engage-modal-ajax .e-form-data {
  background-color: #f3f4f4;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
.asce-engage-modal-ajax .e-form-data p {
  margin-top: 0;
}
.asce-engage-modal-ajax .e-form-data form {
  overflow: hidden;
}
.asce-engage-modal-ajax .e-form-data.o-2col .e-item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.asce-engage-modal-ajax .e-form-data.o-2col .e-item:nth-child(2n) {
  margin-right: 0;
}
.asce-engage-modal-ajax .e-form-data.o-2col .e-item:nth-child(2n) + .post-item,
.asce-engage-modal-ajax .e-form-data.o-2col .e-item:nth-child(2n) + .e-item {
  clear: left;
}
.asce-engage-modal-ajax .e-form-data .e-item {
  margin-bottom: 2%;
}
.asce-engage-modal-ajax .e-form-data .e-item.e-error input[type="text"],
.asce-engage-modal-ajax .e-form-data .e-item.e-error textarea,
.asce-engage-modal-ajax .e-form-data .e-item.e-error select {
  border-color: #f94444;
}
.asce-engage-modal-ajax .e-form-data .e-item.e-error::after {
  content: "This field is required.";
  color: #f94444;
  display: block;
  margin: 7px 0 0;
  font-size: 12px;
}
.asce-engage-modal-ajax .e-form-data label {
  font-size: 14px;
  margin-bottom: 5px;
}
.asce-engage-modal-ajax .e-form-data input[type="text"],
.asce-engage-modal-ajax .e-form-data textarea,
.asce-engage-modal-ajax .e-form-data select {
  width: 100%;
  font-size: 14px;
}
.asce-engage-modal-ajax .e-form-data select {
  padding: 6px;
}
.asce-engage-modal-ajax .e-form-data textarea {
  height: 100px;
}
.asce-engage-modal-ajax .e-form-data input[type="submit"] {
  clear: left;
}
.asce-engage-modal-ajax .e-form-data .e-char-left {
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.asce-engage-modal-ajax .e-form-data .e-char-left.e-a-right {
  text-align: right;
}
.asce-engage-modal-ajax .e-form-data .e-recipients {
  padding-left: 30px;
  font-size: 13px;
}
.asce-engage-modal-ajax .e-form-data .e-recipients label {
  display: inline-block;
  cursor: pointer;
}
.asce-engage-modal-ajax .e-form-data .e-recipients input[type="checkbox"],
.asce-engage-modal-ajax .e-form-data .e-recipients input[type="radio"] {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.asce-engage-modal-ajax .e-form-data .e-recipients .e-content {
  border-top: 5px solid #0083cb;
  background-color: #fff;
  padding: 20px;
}
.asce-engage-modal-ajax .e-form-data .e-recipients .e-item {
  margin-bottom: 2%;
  font-weight: 700;
}
.tweet-success {
  background-color: #f3f4f4;
  padding: 20px;
  font-family: "clarendon-text-pro", serif;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 30px 0;
}
.tweet-success span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #474747;
}
.flex-col {
  display: flex;
}
.flex-col.o-items-center {
  align-items: center;
}
.flex-col .e-col {
  flex: 1;
}
.flex-col .e-col2 {
  flex: 2;
}
.cf {
  overflow: visible;
}
.pagination {
  margin: 40px 0;
  text-align: center;
  background-color: #eee;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 5px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 2px;
  background-color: rgba(0, 0, 0, 0.05);
}
.pagination .current {
  background-color: #007E9E;
  color: #fff;
}
.pagination a:hover {
  background-color: #f5f5f5;
}
.e-no-posts-found {
  background-color: #fff0a0;
  padding: 20px;
  margin: 40px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#glossaryList-nav {
  margin: 20px 0 0;
  padding-top: 15px;
}
#glossaryList-nav .ln-letters {
  display: flex;
}
#glossaryList-nav .ln-letters a {
  float: none;
  flex: 1;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
#glossaryList-nav .ln-letter-count {
  min-width: 41px !important;
  text-align: center;
}
body ul#glossaryList {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
body ul#glossaryList li {
  font-size: 17px;
  padding: 20px;
  border-bottom: 1px solid silver;
}
body ul#glossaryList li a {
  pointer-events: none;
}
body ul#glossaryList li:nth-child(2n) {
  background-color: #f5f5f5;
}
body ul#glossaryList li p {
  margin-bottom: 0;
  font-size: 14px;
}
/* CONTAINER SLIDER START */
.asce-container-size-slider-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.asce-container-size-slider-wrapper.o-active_js {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.asce-container-size-slider-wrapper .asce-container-slider-title {
  text-align: center;
}
.asce-container-size-slider-wrapper .bx-wrapper {
  padding-bottom: 80px;
}
.asce-container-size-slider-wrapper .asce-container-slide-content {
  font-size: 1.5em;
}
.asce-container-size-slider-wrapper .asce-container-size-image {
  display: block;
  margin: 60px auto 0;
}
.asce-container-size-slider-wrapper .asce-container-slide-label {
  display: none;
  text-align: center;
  font-weight: 600;
}
.asce-container-size-pager {
  height: 2px;
  position: relative;
  background-color: #d8d8d8;
  width: 90%;
  margin: 0 auto 100px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.asce-container-size-pager::before {
  content: "";
  height: 2px;
  background-color: #d8d8d8;
  position: absolute;
  width: 10%;
  left: -5%;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.asce-container-size-pager::after {
  content: "";
  height: 2px;
  background-color: #d8d8d8;
  position: absolute;
  width: 10%;
  right: -5%;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.asce-container-size-pager .ui-slider-handle {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 23px 0 23px;
  border-color: #a0be32 transparent transparent transparent;
  outline: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asce-container-size-pager label {
  position: absolute;
  width: 80px;
  margin-left: -40px;
  text-align: center;
  padding: 30px 0 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition-property: color, transform;
  -moz-transition-property: color, transform;
  -o-transition-property: color, transform;
  transition-property: color, transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.asce-container-size-pager label:hover {
  color: #737373;
}
.asce-container-size-pager label.o-active_js {
  -webkit-transform: scale(1.5) translateZ(0);
  -moz-transform: scale(1.5) translateZ(0);
  -o-transform: scale(1.5) translateZ(0);
  -ms-transform: scale(1.5) translateZ(0);
  transform: scale(1.5) translateZ(0);
}
.asce-container-size-years-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 23px 12px;
  position: relative;
  display: none;
}
.asce-container-size-years-wrapper a {
  outline: none;
}
.asce-container-size-years-wrapper .bx-wrapper {
  padding-bottom: 0;
}
.asce-container-size-years-wrapper .bx-controls a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.asce-container-size-years-wrapper .bx-controls a.disabled {
  color: #ccc;
  pointer-events: none;
}
.asce-container-size-years-wrapper .bx-prev {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.asce-container-size-years-wrapper .bx-next {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}
.asce-container-size-years {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  position: relative;
  height: 100%;
}
.asce-container-size-years::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d8d8d8;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 5px;
}
.asce-container-size-years li {
  padding: 1em 0;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  /*
		&.o-active_js {
			padding-left: 2.5em;
			&::before {
				content: '';
				display: inline-block;
				vertical-align: middle;
				margin-right: 5px;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 7.5px 0 7.5px 15px;
				border-color: transparent transparent transparent #a0be32;
				position: absolute;
				left: 1em;
				top: 50%;
				.transform(translateY(-50%));
			}
		}
		*/
}
.asce-container-size-years li::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.asce-container-size-years li.o-active_js::after {
  background-color: #a0be32;
}
.asce-container-size-years li.o-active_js::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #a0be32 transparent transparent transparent;
}
/* CONTAINER SLIDER END */
/* -------------------------------------------------------------------- */
/*	960 Layout         													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1170px) {
  body.sticky-state-nav-bar .asce-state-nav-bar {
    top: 87px;
  }
  body.sticky-state-nav-bar.admin-bar .asce-state-nav-bar {
    top: 119px;
  }
  .site-header-pos {
    height: 87px;
  }
  .site-header .logo img {
    width: 170px;
  }
  .site-header .asce-logo img {
    width: 50px;
  }
  .site-header .asce-search .e-form-wrapper input[type="text"] {
    font-size: 14px;
  }
  .main-menu-wrapper {
    font-size: 14px;
  }
  .main-menu-wrapper a {
    padding: 10px;
  }
  .asce-grades-cat .e-item:hover .e-on {
    max-height: 232px;
  }
  .asce-grades-cat .e-on {
    height: 232px;
  }
  .asce-grades-cat .e-grade .e-clipboard {
    width: 40px;
  }
  .asce-grades-cat .e-grade .e-txt {
    font-size: 28px;
    top: 20%;
  }
  .asce-infrac-grades .e-name {
    font-size: 18px;
  }
  .asce-key-facts .e-back {
    font-size: 18px;
  }
  .asce-take-action-bar .e-close {
    display: block;
    background-color: #007E9E;
    color: #fff;
    padding: 7px 10px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  .asce-take-action-bar .e-content {
    overflow: visible;
  }
  .asce-take-action-bar .e-content .e-head {
    font-size: 24px;
  }
  .asce-take-action-bar .e-content .e-head strong {
    font-size: 26px;
  }
  .asce-take-action-bar .e-share-stories .e-title {
    font-size: 16px;
  }
  .asce-take-action-bar .e-share-stories .e-intro {
    font-size: 14px;
  }
  #glossaryList-nav .ln-letters a {
    font-size: 14px;
  }
  #glossaryList-nav .ln-letter-count {
    min-width: 34px !important;
  }
  .single-post .site-page-header {
    height: 230px;
  }
  .asce-te-wrapper .asce-te-item {
    min-height: 350px;
  }
  .asce-te-wrapper .asce-te-tw-text {
    font-size: 15px;
  }
  .asce-te-wrapper .asce-te-title {
    font-size: 18px;
  }
}
/* -------------------------------------------------------------------- */
/*	720 Layout        													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 990px) {
  body.sticky-header .site-header .e-mobile-btn {
    color: #474747;
  }
  body.sticky-header .site-header .container {
    padding: 0;
  }
  body.admin-bar .asce-mobile-menu {
    top: 32px;
  }
  body.sticky-state-nav-bar .asce-state-nav-bar-pos {
    margin-bottom: 82px;
  }
  body.sticky-state-nav-bar .asce-state-nav-bar {
    top: 73px;
  }
  body.sticky-state-nav-bar.admin-bar .asce-state-nav-bar {
    top: 105px;
  }
  .site-header-pos {
    height: 73px;
  }
  .site-header {
    padding: 10px;
  }
  .site-header .container {
    padding: 0;
    width: auto;
  }
  .site-header .e-mobile {
    display: flex;
  }
  .site-header .logo {
    flex: 1;
    float: none;
  }
  .site-header .e-sm {
    display: none;
  }
  .site-header .asce-logo {
    display: none;
  }
  .site-header .e-mobile-btn {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .site-header .e-mobile-btn .e-btn-i {
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-property: border-color, background-color;
    -moz-transition-property: border-color, background-color;
    -o-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
  }
  .site-header .e-mobile-btn .e-btn-i .fa {
    font-size: 31px;
  }
  .site-header .e-mobile-btn .e-txt {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
  }
  .main-menu-wrapper {
    display: none;
  }
  .asce-mobile-menu {
    background-color: #fff;
    display: block;
    position: fixed;
    width: 340px;
    max-width: 100%;
    height: 100%;
    right: -340px;
    top: 0;
    z-index: 160;
    padding: 0 20px;
    text-align: right;
    overflow: auto;
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
  }
  .asce-mobile-menu.o-active {
    right: 0;
    -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .asce-mobile-menu .asce-logo {
    display: block;
    overflow: hidden;
    outline: none;
  }
  .asce-mobile-menu .asce-logo .fa {
    float: left;
    font-size: 24px;
    color: #474747;
    padding: 20px 20px 20px 0;
  }
  .asce-mobile-menu .asce-logo img {
    display: block;
  }
  .asce-mobile-menu .asce-logo .e-logo1 {
    display: none;
  }
  .asce-mobile-menu .asce-logo .e-logo2 {
    float: right;
    padding: 20px 0 20px 20px;
  }
  .asce-mobile-menu .main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  .asce-mobile-menu .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .asce-mobile-menu .main-menu li {
    display: block;
  }
  .asce-mobile-menu .main-menu a {
    display: block;
    padding: 5px 0;
    outline: none;
  }
  .asce-mobile-menu .main-menu .menu-item-has-children > a::after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    margin-left: 7px;
    -webkit-font-smoothing: antialiased;
  }
  .asce-mobile-menu ul.sub-menu {
    position: static;
    background-color: #eee;
    padding: 10px 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
  }
  .asce-mobile-menu ul.sub-menu ul.sub-menu {
    background-color: #e1e1e1;
    margin-bottom: 0;
  }
  .asce-mobile-menu .asce-search {
    padding: 20px 0;
  }
  .asce-mobile-menu .asce-search .e-icon {
    display: none;
  }
  .asce-mobile-menu .asce-search .e-form-wrapper {
    padding: 0;
  }
  .asce-mobile-menu .asce-search .e-form-wrapper .container {
    width: auto;
  }
  .asce-mobile-menu .asce-search .e-form-wrapper input[type="text"] {
    border: 0 none;
    background-color: #eee;
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
  .site-footer {
    font-size: 13px;
    padding: 30px 0 80px;
  }
  .site-footer .flex-col {
    display: block;
  }
  .site-footer .footer-logo img {
    margin: 0 auto;
  }
  .site-footer .asce-mobile-info {
    padding: 60px 0;
  }
  .site-footer .asce-mobile-info h6 {
    margin-top: 0;
  }
  .site-footer .footer-asce-logo img {
    margin: 0 auto;
  }
  .site-footer .e-sm {
    text-align: center;
  }
  .site-footer .copyright {
    text-align: center;
    margin-top: 30px;
  }
  .site-footer .designby {
    text-align: center;
    margin-bottom: 30px;
  }
  .site-interior .left-sidebar {
    padding: 30px 0;
  }
  .site-interior .right-sidebar {
    padding: 30px 0;
  }
  .site-interior.w-rightcol {
    background: none;
  }
  .site-interior.w-rightcol .e-rightcol {
    margin-bottom: 40px;
  }
  .asce-state-nav-bar .container {
    width: auto;
  }
  .asce-state-nav-bar a {
    font-size: 12px;
  }
  .asce-infrac-grades .e-row {
    margin-bottom: 0;
  }
  .asce-infrac-grades > .e-row > .e-item {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .asce-infrac-grades > .e-row > .e-item.o-active .e-content {
    display: block;
    width: 100%;
  }
  .asce-infrac-grades .e-content {
    text-align: center;
  }
  .asce-infrac-grades .e-content .e-str {
    padding-top: 0;
  }
  .asce-infrac-grades .e-content .e-take-action {
    max-width: none;
    text-align: center;
    padding: 30px;
  }
  .asce-infrac-grades .e-holder {
    display: none !important;
  }
  .asce-key-facts .e-item {
    float: left;
    width: 32.66666667%;
    margin-right: 1%;
  }
  .asce-key-facts .e-item:nth-child(3n) {
    margin-right: 0;
  }
  .asce-key-facts .e-item:nth-child(3n) + .post-item,
  .asce-key-facts .e-item:nth-child(3n) + .e-item {
    clear: left;
  }
  .asce-stat-slider .e-item {
    text-align: center;
  }
  .asce-stat-slider .e-item img {
    margin: 0 auto 20px;
  }
  .asce-stat-slider .bx-controls-direction {
    text-align: center;
  }
  .asce-stat-slider .bx-controls-direction .bx-prev {
    margin-right: 10px;
  }
  .asce-stat-slider .bx-controls-direction .bx-prev {
    margin-left: 10px;
  }
  .asce-grades-cat .e-item {
    float: left;
    width: 24.25%;
    margin-right: 1%;
  }
  .asce-grades-cat .e-item:nth-child(4n) {
    margin-right: 0;
  }
  .asce-grades-cat .e-item:nth-child(4n) + .post-item,
  .asce-grades-cat .e-item:nth-child(4n) + .e-item {
    clear: left;
  }
  .asce-grades-cat .e-item:hover .e-on {
    max-height: 270px;
  }
  .asce-grades-cat .e-on {
    height: 270px;
  }
  .asce-gc-grid .e-gc-title {
    margin: 0 auto 45px;
  }
  .asce-gc-grid .e-g1 {
    width: auto;
    float: none;
    margin-right: 0;
    height: 400px;
    margin-bottom: 2%;
  }
  .asce-gc-grid .e-g2 {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .asce-gc-grid.o-has-single .e-g1 {
    max-height: none;
  }
  .asce-state-cat-details-wrapper .asce-state-cat-details {
    display: block;
    text-align: center;
  }
  .asce-state-cat-details-wrapper .e-overview.has-stat,
  .asce-state-cat-details-wrapper .e-overview.has-take-action {
    width: auto;
    padding-right: 0;
    margin-right: 0;
    border-right: 0 none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
  }
  .asce-state-cat-details-wrapper .e-stat {
    width: auto;
    padding-bottom: 40px;
  }
  .asce-state-cat-details-wrapper .e-take-action {
    padding: 0 0 60px;
    margin: 0 auto;
    width: auto;
  }
  .asce-state-cat-details-wrapper .e-take-action img {
    margin: 0 auto 10px;
  }
  .asce-cta-bar {
    text-align: center;
  }
  .asce-cta-bar .flex-col {
    display: block;
  }
  .asce-cta-bar .e-text {
    margin-bottom: 30px;
  }
  .asce-fund-graph {
    padding: 60px 0;
  }
  .asce-fund-graph .e-holder {
    margin: 0 auto;
    max-width: 100%;
  }
  .asce-fund-graph .e-needed {
    position: relative;
    left: auto;
    top: -60px;
    text-align: center;
    padding: 0 20px;
    margin: 0;
  }
  .asce-fund-graph .e-provided {
    position: relative;
    left: auto;
    bottom: -90%;
    text-align: center;
    padding: 0 20px;
    margin: 0;
  }
  .asce-fund-graph .e-dollar {
    font-size: 20px;
  }
  .asce-fund-graph .e-txt {
    font-size: 14px;
  }
  .post-list-wrapper .post-title {
    font-size: 16px;
  }
  .post-list-wrapper .post-excerpt {
    font-size: 14px;
  }
  .post-list-wrapper.o-gc-tiles .post-cat,
  .post-list-wrapper.o-gc-tiles .post-address {
    font-size: 14px;
  }
  .post-list-wrapper.o-gc-tiles .post-title {
    font-size: 16px;
  }
  .pagination {
    font-size: 12px;
  }
  .vc-txt-center-m {
    text-align: center;
  }
  .solutions-list-wrapper .post-item {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .solutions-list-wrapper.col3-carousel .bx-viewport {
    height: auto !important;
    overflow: visible !important;
  }
  .solutions-list-wrapper.col3-carousel .e-slider {
    width: 100% !important;
  }
  .solutions-list-wrapper.col3-carousel .post-item.bx-clone {
    display: none !important;
  }
  .solutions-list-wrapper.col3-carousel .post-item {
    float: none !important;
    position: static !important;
    width: 500px !important;
    max-width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .solutions-list-wrapper .bx-controls-direction {
    display: none !important;
  }
  .asce-take-action-bar {
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .asce-take-action-bar .e-bar {
    display: flex;
    padding: 0 10px;
  }
  .asce-take-action-bar .e-bar > .e-tc {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .asce-take-action-bar .e-bar > li {
    padding: 0;
  }
  .asce-take-action-bar .e-bar > li > a {
    height: 68px;
  }
  .asce-take-action-bar .e-bar > li > a::after {
    height: 5px;
    width: 100%;
    right: auto;
    left: 0;
    top: auto;
    bottom: 100%;
  }
  .asce-take-action-bar .e-content {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: 68px;
    position: absolute;
  }
  .site-interior.w-rightcol > .container > .flex-col {
    display: block;
  }
  .site-interior.w-rightcol .e-main-entry {
    width: auto;
    padding-right: 0;
  }
  .site-interior.w-rightcol .e-rightcol {
    width: auto;
  }
  .asce-engage-details .e-form .flex-col {
    display: block;
  }
  .asce-engage-details .e-recipients,
  .asce-engage-details .e-twitter-handles {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .asce-next-prev-posts.o-states .e-front .e-label {
    font-size: 14px;
  }
  .asce-next-prev-posts.o-states .e-front .e-title {
    font-size: 16px;
  }
  .asce-next-prev-posts.o-states .e-front .fa {
    font-size: 24px;
  }
  #glossaryList-nav .ln-letters {
    display: block;
    line-height: 1;
  }
  #glossaryList-nav .ln-letters a {
    font-size: 15px;
    float: left;
  }
  #glossaryList-nav .ln-letter-count {
    min-width: inherit !important;
  }
  .asce-engage-modal-ajax .flex-col {
    display: block;
  }
  .asce-engage-modal-ajax .e-form-data .e-recipients {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #asce-source-map-nav {
    font-size: 11px;
  }
  #asce-source-map-wrapper #asce-source-map {
    height: 600px;
  }
  #asce-source-map-wrapper #XTX-ID-Tooltip {
    max-width: 360px;
  }
  .asce-writeletter-wrapper .e-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .asce-writeletter-wrapper.asce-engage-api-slideout .e-title {
    font-size: 16px;
  }
  .asce-writeletter-wrapper.asce-engage-api-slideout .e-intro {
    font-size: 14px;
  }
  .asce-te-wrapper .asce-te-item {
    float: none;
    margin-right: 0;
    width: auto;
    min-height: 100px;
  }
  .asce-te-wrapper .asce-te-img {
    flex: 1;
  }
  .asce-te-wrapper .asce-te-tw-text {
    flex: 3;
  }
  .asce-container-size-slider-wrapper > .bx-wrapper {
    padding-bottom: 30px;
  }
  .asce-container-size-years-wrapper {
    display: block;
  }
  .asce-container-size-pager {
    display: none;
  }
}

.fm-tooltip {
  position: absolute !important;
}

@media handheld, only screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  body.admin-bar .asce-mobile-menu {
    top: 46px;
  }
}
/* -------------------------------------------------------------------- */
/*	480 & 320 Layout   													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
  body.sticky-state-nav-bar .asce-state-nav-bar-pos {
    margin-bottom: 0;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
  }
  h6 {
    font-size: 17px;
  }
  .site-header {
    padding: 10px;
  }
  .site-header .container {
    padding: 0;
    max-width: none;
    width: auto;
  }
  .site-header .asce-logo {
    display: none;
  }
  .asce-state-nav-bar {
    display: none;
  }
  .asce-grades-cat .e-item {
    float: left;
    width: 49.5%;
    margin-right: 1%;
  }
  .asce-grades-cat .e-item:nth-child(2n) {
    margin-right: 0;
  }
  .asce-grades-cat .e-item:nth-child(2n) + .post-item,
  .asce-grades-cat .e-item:nth-child(2n) + .e-item {
    clear: left;
  }
  .asce-grades-cat .e-item:hover .e-on {
    max-height: none;
  }
  .asce-grades-cat .e-off {
    display: none;
  }
  .asce-grades-cat .e-on {
    position: static;
    opacity: 1;
    height: 255px;
    max-height: none;
    flex-direction: column-reverse !important;
  }
  .asce-grades-cat .e-title {
    padding: 0 10px 20px;
    font-size: 16px;
  }
  .asce-gc-grid .e-title {
    font-size: 14px;
  }
  .asce-gc-grid .e-g1 {
    height: auto;
  }
  .asce-gc-grid .e-g1 .e-item {
    padding: 40px 20px;
  }
  .asce-gc-grid .e-g1 .e-title {
    font-size: 24px;
  }
  .asce-gc-grid .e-g2 {
    height: auto;
  }
  .asce-gc-grid .e-g2 .e-item {
    height: auto;
    float: none;
    margin-right: 0;
    width: auto;
    padding: 40px 20px;
  }
  .asce-gc-grid .e-g2 .e-item:nth-child(n + 3) {
    margin-bottom: 2%;
  }
  .asce-hero-content .e-title {
    font-size: 34px;
    line-height: 1.3;
  }
  .asce-state-map {
    text-align: center;
  }
  .asce-state-map .e-sel-label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .asce-state-map .e-sel {
    width: 100%;
  }
  .asce-state-map .lg-map-wrapper {
    margin-top: 30px;
  }
  .post-list-wrapper .post-item {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .post-list-wrapper.list-style1 .post-item {
    display: block;
    text-align: center;
  }
  .post-list-wrapper.list-style1 .post-featured-image {
    padding-right: 0;
    max-width: none;
  }
  .post-list-wrapper.list-style1 .post-featured-image img {
    display: block;
    margin: 0 auto;
  }
  .asce-key-facts .e-item {
    height: auto;
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .asce-key-facts .e-back {
    position: static;
    opacity: 1;
    padding: 20px 40px;
  }
  .asce-take-action-bar .e-share-stories .e-item {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  .asce-take-action-bar .e-share-stories .e-item:last-child {
    margin-bottom: 0;
  }
  .asce-take-action-bar .e-content {
    height: 350px;
  }
  .asce-take-action-bar .e-content .e-head {
    font-size: 16px;
  }
  .asce-take-action-bar .e-content .e-head strong {
    font-size: 18px;
  }
  .asce-take-action-bar .e-content .e-c-holder {
    height: 100%;
    overflow: auto;
    padding: 15px;
  }
  .post-filter-wrapper .e-label {
    margin: 0 0 10px;
    display: block;
  }
  .post-filter-wrapper select {
    width: 100%;
    margin: 0 0 10px;
  }
  .asce-next-prev-posts {
    display: block;
  }
  .asce-next-prev-posts a {
    display: block;
  }
  .asce-next-prev-posts a + a {
    border-left: 0 none;
    border-top: 1px solid #dadada;
  }
  .asce-next-prev-posts.o-states {
    display: none;
  }
  .gc-header-btns a {
    margin: 0 0 10px;
    display: block;
  }
  #asce-source-map-nav {
    font-size: 13px;
  }
  #asce-source-map-nav ul {
    display: block;
    overflow: hidden;
  }
  #asce-source-map-nav li {
    float: left;
    width: 33.33333333%;
    margin-right: 0;
  }
  #asce-source-map-nav li:nth-child(3n) {
    margin-right: 0;
  }
  #asce-source-map-nav li:nth-child(3n) + .post-item,
  #asce-source-map-nav li:nth-child(3n) + .e-item {
    clear: left;
  }
  #asce-source-map-nav img {
    margin: 0 auto;
    right: 0;
  }
  #asce-source-map-wrapper #asce-source-map {
    height: 400px;
  }
  #asce-source-map-wrapper #XTX-ID-Tooltip {
    left: 0 !important;
    right: 0 !important;
    top: 60% !important;
    margin: 0 auto !important;
    max-width: 100%;
  }
  #asce-source-map-wrapper #XTX-ID-TriRight,
  #asce-source-map-wrapper #XTX-ID-TriLeft {
    display: none !important;
  }
  .single-post .site-page-header {
    height: 130px;
  }
  .asce-engage-modal-ajax .e-content-modal {
    padding: 15px;
  }
  .asce-engage-modal-ajax .e-header .e-title {
    font-size: 16px;
    padding-right: 30px;
  }
  .asce-engage-modal-ajax .e-form-data.o-2col .e-item {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .asce-writeletter-wrapper.asce-engage-api-slideout .e-item {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .asce-te-wrapper .asce-te-item {
    float: none;
    margin-right: 0;
    width: auto;
    min-height: 100px;
  }
  .asce-te-wrapper .asce-te-header {
    display: block;
    text-align: center;
  }
  .asce-te-wrapper .asce-te-img {
    margin-bottom: 20px;
  }
  .asce-te-wrapper .asce-te-img img {
    display: block;
    margin: 0 auto;
  }
  .asce-te-wrapper.asce-te-slideout {
    display: block;
  }
  .asce-te-wrapper.asce-te-slideout .asce-te-item {
    border-bottom: 10px solid #ccc;
  }
  .asce-te-wrapper.asce-te-slideout .asce-te-item:first-child {
    padding-right: 0;
    border-right: 0 none;
    padding: 20px;
  }
  .asce-te-wrapper.asce-te-slideout .asce-te-item:last-child {
    padding: 20px;
    border-bottom: 0 none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  body.admin-bar .site-header {
    top: 0;
  }
  body.admin-bar .asce-mobile-menu {
    top: 0;
  }
}
/*** Take Action Button ***/
@media only screen and (max-width: 990px) {
  .site-btn.TA {
    display: none;
  }
}

.site-btn.TA {
  line-height: 1;
  border: solid 2px;
  background: none;
  padding: 3px 6px 3px 6px;
  float: right;
  font-size: 13px;
  margin-right: 13px;
  top: 3px;
}

body.sticky-header .site-btn.TA {
  background: #045daa;
  border: none;
}

footer > div {
  padding-bottom: 60px !important;
}

div.vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
  background-color: #ffffff !important;
}

.homepagePost .vc-gitem-zone-height-mode-auto-1-1 {
  max-width: 350px;
  max-height: 200px;
}

.homepagePost h4 {
  color: #007E9E;
  font-size: 20px;
}

.homepagePost .vc_btn3 {
  display: inline-block !important;
  text-align: center !important;
  border-radius: 0 !important;
  background-color: #E1146D !important;
  color: #fff !important;
  padding: 10px 35px !important;
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  -webkit-transition-property: background-color, color, border-color !important;
  -moz-transition-property: background-color, color, border-color !important;
  -o-transition-property: background-color, color, border-color !important;
  transition-property: background-color, color, border-color !important;
  line-height: 1.3 !important;
  border: none !important;
}

.homepagePost .vc_btn3:hover {
  background-color: #e6156e !important;
  color: #fff !important;
  border: none !important;
}

.site-header .site-header-util .nav-btn {
	color: #fff;
    padding: 5px 15px;
    background-color: #c4511c;
    margin-right: 10px;
    font-weight: 700;
}

.site-header .site-header-util .nav-btn a {
	color: #fff;
}

.site-header .site-header-util .nav-btn:hover,
.site-header .site-header-util .nav-btn:focus,
.site-header .site-header-util .nav-btn:active {
	color: #fff;
	background-color: #ae4819;
}

.site-header .site-header-util .nav-btn a:hover,
.site-header .site-header-util .nav-btn a:focus,
.site-header .site-header-util .nav-btn a:active {
	text-decoration: none;
}
@media (max-width: 990px) {
	body nav.site-header-util .menu a {
		color: #007e9e !important;
	}
}