/* ==========================================================================
   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;
  }
}
/*!
 *  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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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;
}
/* 4 column Gravity Forms custom ready class ------------------------------------------------------*/
.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
  margin: 0 0 8px 0;
  width: 24%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
  width: 21%;
}
/*
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
	margin-right:1%;
}
*/
.gform_wrapper .top_label li.gfield.gf_first_quarter {
  float: left;
  clear: left!important;
}
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
  float: left;
  margin-left: 2%;
  clear: none!important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
  margin-left: 3%;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
  width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
.gform_wrapper .top_label li.gfield.gf_third_quarter + li.gsection {
  padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield {
  clear: both;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
  clear: both;
}
/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/
.lazyYT-container {
  direction: ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}
.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
 * Video Title (YouTube style)
 */
.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}
.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}
.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}
/*
 * Thumbnail
 */
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
 * Play button (YouTube style)
 */
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}
.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}
.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
/* -------------------------------------------------------------------- */
/*	FUNCTIONS		 													*/
/*--------------------------------------------------------------------- */
.ironhidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ironsprite {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.site-btn {
  display: inline-block;
  background-color: #ef9d3c;
  color: #fff;
  border-radius: 5px;
  border: 0 none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.067rem;
  font-family: 'Oswald', sans-serif;
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
}
.site-btn:hover {
  background-color: #e18d29;
  color: #fff;
}
.site-btn.small {
  font-size: 0.933rem;
  padding: 10px;
}
.site-btn.medium {
  font-size: 1.200rem;
  padding: 10px 25px;
}
.site-btn.medium1x {
  font-size: 1.333rem;
  padding: 12px 25px;
}
.site-btn.large {
  font-size: 1.600rem;
  padding: 15px 25px;
}
.site-btn.full {
  display: block;
}
.site-btn.white {
  background-color: #fff;
  border: 1px solid #136e73;
  color: #ef9d3c;
}
.site-btn.white:hover {
  background-color: #ef9d3c;
  border-color: #e58513;
  color: #fff;
}
.site-btn .text {
  display: inline-block;
  vertical-align: middle;
}
.site-btn .i-arrow {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: -60px -73px;
  width: 24px;
  height: 24px;
  margin: 0 5px 3px 0;
}
/* -------------------------------------------------------------------- */
/*	Global																*/
/*--------------------------------------------------------------------- */
html {
  background-color: #ebe8e2;
  font-size: 15px;
}
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 1.7;
}
a {
  color: #ef9d3c;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #e58513;
}
img {
  height: auto;
}
ul {
  list-style-image: url('images/bullet.png');
}
blockquote {
  font-size: 1.467rem;
  color: #828282;
  line-height: 1.4;
  position: relative;
  padding: 0 3em;
}
blockquote p {
  margin: 0.5em 0;
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: open-quote;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 150px;
  color: #828282;
  display: block;
  line-height: 1;
  height: 45px;
}
blockquote:after {
  position: absolute;
  right: 0;
  top: 0;
  content: close-quote;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 150px;
  color: #828282;
  display: block;
  line-height: 1;
  text-align: right;
  height: 45px;
}
/* -------------------------------------------------------------------- */
/*	Typography															*/
/*--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #4aadb3;
  margin: 1rem 0;
  line-height: 1.5;
}
h1 {
  font-size: 3.333rem;
}
h2 {
  font-size: 2.667rem;
}
h3 {
  font-size: 2.267rem;
}
h4 {
  font-size: 1.867rem;
}
h5 {
  font-size: 1.600rem;
}
h6 {
  font-size: 1.600rem;
  font-weight: 300;
  color: #828282;
}
/* -------------------------------------------------------------------- */
/*	HEADER AND FOOTER													*/
/*--------------------------------------------------------------------- */
#site-header-util-wrapper {
  background-color: #4aadb3;
  position: relative;
  z-index: 1;
  font-family: 'Oswald', sans-serif;
  font-size: 0.933rem;
  text-transform: uppercase;
}
#site-header-util-wrapper > .container {
  padding: 4px 0;
}
#site-header-util-wrapper .site-sm {
  font-size: 1rem;
  float: left;
}
#site-header-util-wrapper .site-sm .fa {
  margin-right: 10px;
}
#site-header-util-wrapper .site-sm a {
  color: #fff;
  font-weight: 400;
}
#site-header-util-wrapper .site-sm a:hover {
  color: #e6e6e6;
}
#site-header-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 60;
  -webkit-box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.2);
}
#site-header-wrapper .logo {
  float: left;
}
#site-header-wrapper .logo img {
  display: block;
}
#site-header-wrapper .logo-not-sticky {
  display: block;
}
#site-header-wrapper .logo-sticky {
  display: none;
}
#site-header-wrapper .search-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#site-header-wrapper .search-wrapper .fa-search {
  color: #5e5e5e;
  padding: 14px 15px 15px;
  cursor: pointer;
}
#site-header-wrapper .search-wrapper .fa-search.active,
#site-header-wrapper .search-wrapper .fa-search:hover {
  background-color: #ef9d3c;
  color: #fff;
}
#site-header-wrapper .search-wrapper .search-form {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ef9d3c;
  color: #fff;
  padding: 10px;
  width: 270px;
  display: none;
}
#site-header-wrapper .search-wrapper .search-form.active {
  display: block;
}
#site-header-wrapper .search-wrapper .search-form input[type="search"] {
  border: 0 none;
  padding: 5px;
  font-size: 14px;
  width: 66.64666667%;
  float: left;
  width: 62.646667%;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"] {
  display: inline-block;
  background-color: #ef9d3c;
  color: #fff;
  border-radius: 5px;
  border: 0 none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.067rem;
  font-family: 'Oswald', sans-serif;
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
  font-size: 0.933rem;
  padding: 10px;
  padding: 3px 10px;
  background-color: #4aadb3;
  font-size: 13px;
  width: 33.32333333%;
  float: left;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"]:hover {
  background-color: #e18d29;
  color: #fff;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].small {
  font-size: 0.933rem;
  padding: 10px;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].medium {
  font-size: 1.200rem;
  padding: 10px 25px;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].medium1x {
  font-size: 1.333rem;
  padding: 12px 25px;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].large {
  font-size: 1.600rem;
  padding: 15px 25px;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].full {
  display: block;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].white {
  background-color: #fff;
  border: 1px solid #136e73;
  color: #ef9d3c;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"].white:hover {
  background-color: #ef9d3c;
  border-color: #e58513;
  color: #fff;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"] .text {
  display: inline-block;
  vertical-align: middle;
}
#site-header-wrapper .search-wrapper .search-form input[type="submit"] .i-arrow {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: -60px -73px;
  width: 24px;
  height: 24px;
  margin: 0 5px 3px 0;
}
#site-signup {
  background-color: #4aadb3;
  color: #fff;
}
#site-signup h4 {
  color: #fff;
}
#site-footer-menu-logos {
  background-color: #f8f4ee;
  position: relative;
  z-index: 50;
}
#site-footer-menu-logos .footer-dropups {
  margin: 20px 0;
}
#site-footer-menu-logos .footer-dropups .col {
  float: left;
  width: 32.66666667%;
  margin-right: 1%;
}
#site-footer-menu-logos .footer-dropups .col:nth-child(3n) {
  margin-right: 0;
}
#site-footer-menu-logos .footer-dropups .col:nth-child(3n) + .post-item {
  clear: left;
}
#site-footer-menu-logos .logos-set1 {
  margin: 40px 0;
}
#site-footer-menu-logos .logos-set1 .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
#site-footer-menu-logos .logos-set1 .item:nth-child(3n) {
  margin-right: 0;
}
#site-footer-menu-logos .logos-set1 .item:nth-child(3n) + .post-item {
  clear: left;
}
#site-footer-menu-logos .logos-set1 img {
  display: block;
  margin: 0 auto;
}
#site-footer-wrapper {
  background-color: #ebe8e2;
}
#site-footer-wrapper a {
  color: #4aadb3;
}
#site-footer-wrapper a:hover {
  color: #3b8a8f;
}
#site-footer-wrapper .site-grp1 {
  border-bottom: 1px solid #d3d0cb;
}
#site-footer-wrapper .site-cinfo {
  float: left;
}
#site-footer-wrapper .site-cinfo .info-name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.067rem;
  text-transform: uppercase;
  color: #3fa1a7;
}
#site-footer-wrapper .logos-set2 {
  float: right;
  margin: 2em 0;
}
#site-footer-wrapper .logos-set2 a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#site-footer-wrapper .logos-set2 img {
  display: inline-block;
  vertical-align: middle;
}
#site-footer-wrapper .site-grp2 {
  font-size: 0.667rem;
}
#site-footer-wrapper .copyright {
  float: left;
  color: #333;
}
#site-footer-wrapper .copyright a {
  color: #333;
}
/* -------------------------------------------------------------------- */
/*	STICKY HEADER														*/
/*--------------------------------------------------------------------- */
.sticky-header {
  position: relative;
}
.sticky-header .sticky-head-holder {
  height: 100px;
}
.sticky-header #site-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sticky-header #site-header-wrapper .logo img {
  /*
				width: 100%;
				.transition(width, 200ms);
				*/
}
.sticky-header #main-menu-wrapper {
  /*.transition(margin-top, 200ms);*/
}
.head-sticky #site-header-wrapper {
  position: fixed;
}
.head-sticky #site-header-wrapper .logo img {
  width: 60%;
}
.head-sticky #site-header-wrapper .logo-not-sticky {
  display: none;
}
.head-sticky #site-header-wrapper .logo-sticky {
  display: block;
}
.head-sticky #main-menu-wrapper {
  margin-top: 10px;
}
/* -------------------------------------------------------------------- */
/*	Menus																*/
/*--------------------------------------------------------------------- */
.site-mobile-menu {
  display: none;
}
.header-util {
  text-align: right;
  float: right;
}
.header-util li {
  float: left;
  margin-left: 2px;
}
.header-util a {
  color: #fff;
  display: block;
  padding: 2px 10px;
  font-weight: 400;
}
.header-util a:hover {
  color: #e6e6e6;
}
.header-util .cta-btn a {
  padding: 2px 20px;
  background-color: #ef9d3c;
}
.header-util .cta-btn a:hover {
  background-color: #e18d29;
  color: #fff;
}
#main-menu-wrapper {
  float: right;
  margin-top: 31px;
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  /* styling for right-facing arrows */
}
#main-menu-wrapper .sf-arrows .sub-menu .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}
#main-menu-wrapper .sf-arrows .sub-menu .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}
#main-menu-wrapper .sf-arrows > li > .sf-with-ul:focus:after,
#main-menu-wrapper .sf-arrows > li:hover > .sf-with-ul:after,
#main-menu-wrapper .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}
#main-menu-wrapper .sf-arrows ul.sub-menu .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
#main-menu-wrapper .sf-arrows ul li > .sf-with-ul:focus:after,
#main-menu-wrapper .sf-arrows ul li:hover > .sf-with-ul:after,
#main-menu-wrapper .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
#main-menu-wrapper .main-menu {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#main-menu-wrapper .main-menu li {
  float: left;
  margin-left: 2px;
  position: relative;
}
#main-menu-wrapper .main-menu a {
  color: #5e5e5e;
  display: block;
  padding: 10px 15px;
}
#main-menu-wrapper .main-menu a:hover {
  color: #454545;
}
#main-menu-wrapper .main-menu > .sfHover > a {
  background-color: #ef9d3c;
  color: #fff;
}
#main-menu-wrapper .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 240px;
  background-color: #ef9d3c;
  text-transform: none;
}
#main-menu-wrapper .main-menu .sub-menu li {
  float: none;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#main-menu-wrapper .main-menu .sub-menu a {
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
}
#main-menu-wrapper .main-menu .sub-menu a:hover {
  background-color: #e18d29;
}
#main-menu-wrapper .main-menu .sub-menu .sfHover > a {
  background-color: #e18d29;
}
#main-menu-wrapper .main-menu .sub-menu .sub-menu {
  background-color: #e18d29;
  left: 100%;
  top: 0;
}
#main-menu-wrapper .main-menu .sub-menu .sub-menu a:hover {
  background-color: #d3801e;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.200rem;
  background-color: #fff;
}
.footer-menu:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(52, 52, 52, 0.2);
  box-shadow: 0 0 5px 0 rgba(52, 52, 52, 0.2);
}
.footer-menu:hover ul {
  -webkit-box-shadow: 0 0 5px 0 rgba(52, 52, 52, 0.2);
  box-shadow: 0 0 5px 0 rgba(52, 52, 52, 0.2);
}
.footer-menu li {
  position: relative;
}
.footer-menu a {
  display: block;
  color: #4aadb3;
  padding: 13px 20px;
  font-weight: 400;
}
.footer-menu > li:before {
  content: '>';
  display: block;
  position: absolute;
  right: 20px;
  top: 25%;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #4aadb3;
}
.footer-menu > li > a {
  text-transform: uppercase;
  border: 1px solid #c3e4e4;
}
.footer-menu ul {
  display: none;
  background-color: #ecf4f4;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  border-top: 1px solid #c3e4e4;
}
.footer-menu ul li:last-child a {
  border-bottom: 0 none;
}
.footer-menu ul a {
  border-left: 1px solid #c3e4e4;
  border-right: 1px solid #c3e4e4;
  border-bottom: 1px solid #c3e4e4;
  color: #3fa1a7;
  padding: 10px 20px;
}
.footer-menu ul a:hover {
  background-color: #dcebeb;
}
#footer-util-wrapper {
  float: right;
  margin: 1em 0;
}
#footer-util-wrapper li {
  float: left;
  margin-left: 10px;
}
#footer-util-wrapper a {
  color: #b86400;
}
#footer-util-wrapper a:hover {
  color: #854800;
}
/* -------------------------------------------------------------------- */
/*	SIDEBARS															*/
/*--------------------------------------------------------------------- */
.left-sidebar {
  padding: 30px 30px 30px 0;
}
.right-sidebar {
  padding: 30px 0 30px 30px;
}
.widget {
  margin: 0 0 30px;
}
.widget-title {
  font-size: 18px;
  margin-bottom: 10px;
}
/* -------------------------------------------------------------------- */
/*	Interior Page														*/
/*--------------------------------------------------------------------- */
.vc-enabled .interior-wrapper > .container {
  padding: 0;
}
.interior-wrapper > .container {
  padding: 30px 0;
}
.interior-wrapper > .container.author-bio-wrapper {
  padding-top: 0;
}
.interior-wrapper .main-entry > .vc_row {
  padding: 30px 0;
}
#site-page-header-wrapper {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#site-page-header-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
#site-page-header-wrapper > .container {
  height: 350px;
  position: relative;
}
#site-page-header-wrapper .page-head-title {
  color: #fff;
  font-size: 4.000rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  line-height: 0.9;
}
.author-meta-wrapper {
  width: 16.65666667%;
  float: left;
  padding-right: 2em;
}
.author-meta-wrapper + .post-entry {
  width: 83.28333333%;
  float: left;
}
.author-meta-wrapper .author-meta {
  background-color: #f8f4ee;
  font-size: 0.867rem;
  font-style: italic;
}
.author-meta-wrapper .author-meta img {
  display: block;
  width: 100%;
}
.author-meta-wrapper .author-meta .author-excerpt {
  padding: 1em;
  line-height: 1.4em;
}
.author-meta-wrapper .author-meta .author-excerpt p {
  margin: 0 0 0.5em;
}
.author-bio-info {
  background-color: #f8f4ee;
  padding: 5px 20px;
  color: #333;
  font-size: 0.933rem;
}
.post-meta {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.post-meta .meta-label {
  margin: 0;
}
.post-meta .post-title {
  margin: 0;
}
.post-meta .meta-date,
.post-meta .meta-author,
.post-meta .meta-cats,
.post-meta .meta-tags {
  font-size: 0.867rem;
  margin: 0;
}
.post-meta .meta-date {
  margin: 0.5em 0;
}
.post-meta .meta-cats,
.post-meta .meta-tags {
  color: #ef9d3c;
}
.post-meta .meta-cats span,
.post-meta .meta-tags span {
  color: #000;
}
#site-sign-up {
  background: #4aadb3 url(images/signupbg.png) no-repeat center center / cover;
}
.site-search-results .post-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.site-search-results .post-read-more {
  margin-bottom: 0;
}
/* -------------------------------------------------------------------- */
/*	RESEARCH POST TYPE													*/
/*--------------------------------------------------------------------- */
.oar-research-cpt .research-meta-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 1em;
}
.oar-research-cpt .research-featured-image {
  width: 24.99%;
  float: left;
}
.oar-research-cpt .research-featured-image + .research-meta {
  width: 74.97%;
  float: left;
}
.oar-research-cpt .r-label {
  font-family: 'Oswald', sans-serif;
  font-size: 1.600rem;
  font-weight: 300;
  color: #828282;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.oar-research-cpt .r-row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.oar-research-cpt .r-row:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.oar-research-cpt .r-row.count3 .r-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.oar-research-cpt .r-row.count3 .r-col:nth-child(3n) {
  margin-right: 0;
}
.oar-research-cpt .r-row.count3 .r-col:nth-child(3n) + .post-item {
  clear: left;
}
.oar-research-cpt .r-row.count2 .r-col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.oar-research-cpt .r-row.count2 .r-col:nth-child(2n) {
  margin-right: 0;
}
.oar-research-cpt .r-row.count2 .r-col:nth-child(2n) + .post-item {
  clear: left;
}
.oar-research-cpt .r-col3 {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.oar-research-cpt .r-col3:nth-child(3n) {
  margin-right: 0;
}
.oar-research-cpt .r-col3:nth-child(3n) + .post-item {
  clear: left;
}
.oar-research-cpt .r-article {
  margin: 1.5em 0;
}
.oar-research-cpt .r-article .title {
  font-weight: 700;
}
.oar-research-cpt .r-article p {
  width: 74.97%;
  float: left;
  padding-right: 2em;
  margin: 0;
}
.oar-research-cpt .r-article .site-btn {
  width: 24.99%;
  float: left;
}
/* -------------------------------------------------------------------- */
/*	Shortcodes															*/
/*--------------------------------------------------------------------- */
.site-hero-wrapper .col {
  float: left;
  width: 50%;
  margin-right: 0;
  color: #fff;
  text-align: center;
}
.site-hero-wrapper .col:nth-child(2n) {
  margin-right: 0;
}
.site-hero-wrapper .col:nth-child(2n) + .post-item {
  clear: left;
}
.site-hero-wrapper .col:last-child {
  padding-left: 5px;
}
.site-hero-wrapper .col a:hover .site-btn {
  background-color: #e18d29;
  color: #fff;
}
.site-hero-wrapper .box-full {
  display: block;
  background-color: #999;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 525px;
  position: relative;
}
.site-hero-wrapper .box-full:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.site-hero-wrapper .box-full .title {
  font-size: 2.133rem;
}
.site-hero-wrapper .box-half {
  display: block;
  background-color: #999;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 5px;
  height: 260px;
  position: relative;
}
.site-hero-wrapper .box-half:last-child {
  margin-bottom: 0;
}
.site-hero-wrapper .box-half:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.site-hero-wrapper .box-half .title {
  font-size: 1.867rem;
}
.site-hero-wrapper .content {
  padding: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.site-hero-wrapper .title {
  margin: 0 0 0.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.post-list-wrapper .post-item {
  margin-bottom: 2%;
}
.post-list-wrapper .post-featured-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.post-list-wrapper .post-featured-image img {
  display: block;
}
.post-list-wrapper .post-cat-label {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 0.933rem;
  color: #828282;
  text-transform: uppercase;
}
.post-list-wrapper .post-title {
  font-size: 1.467rem;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 10px;
}
.post-list-wrapper .post-date {
  font-size: 0.867rem;
  color: #999;
  margin: 0;
}
.post-list-wrapper .post-excerpt {
  font-size: 0.933rem;
  margin: 0 0 5px;
}
.post-list-wrapper .post-read-more {
  font-size: 0.933rem;
  font-weight: 700;
  margin: 0;
}
.post-list-wrapper.item-border .post-content {
  border: 1px solid #d8d8d8;
  border-top: 0 none;
  padding: 20px 10px;
}
.post-list-wrapper.item-border .post-title {
  margin-top: 0;
}
.post-list-wrapper.col2 .post-item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.post-list-wrapper.col2 .post-item:nth-child(2n) {
  margin-right: 0;
}
.post-list-wrapper.col2 .post-item:nth-child(2n) + .post-item {
  clear: left;
}
.post-list-wrapper.col2 .post-featured-image {
  float: none;
  margin-right: 0;
}
.post-list-wrapper.col3 .post-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.post-list-wrapper.col3 .post-item:nth-child(3n) {
  margin-right: 0;
}
.post-list-wrapper.col3 .post-item:nth-child(3n) + .post-item {
  clear: left;
}
.post-list-wrapper.col3 .post-featured-image {
  float: none;
  margin-right: 0;
}
.post-list-wrapper.col3 .post-title {
  font-size: 1.200rem;
}
.post-list-wrapper.col3 .post-excerpt,
.post-list-wrapper.col3 .post-date,
.post-list-wrapper.col3 .post-read-more {
  display: none;
}
.post-list-wrapper.col4 .post-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.post-list-wrapper.col4 .post-item:nth-child(4n) {
  margin-right: 0;
}
.post-list-wrapper.col4 .post-item:nth-child(4n) + .post-item {
  clear: left;
}
.post-list-wrapper.col4 .post-featured-image {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.post-list-wrapper.col4 .post-featured-image + .post-content {
  border-top: 0 none;
}
.post-list-wrapper.col4 .post-content {
  border: 1px solid #d8d8d8;
  padding: 10px 10px 20px;
  min-height: 290px;
}
.post-list-wrapper.col4 .post-title {
  margin-top: 0;
}
.post-list-wrapper.col3-style2 .post-item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.post-list-wrapper.col3-style2 .post-item:nth-child(3n) {
  margin-right: 0;
}
.post-list-wrapper.col3-style2 .post-item:nth-child(3n) + .post-item {
  clear: left;
}
.research-filter-wrapper {
  background-color: #f8f4ee;
  padding: 10px;
  margin-bottom: 2%;
}
.research-filter-wrapper label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.933rem;
  color: #838383;
  text-transform: uppercase;
  margin-right: 5px;
}
.research-filter-wrapper input[type="text"],
.research-filter-wrapper select {
  font-size: 0.933rem;
  padding: 5px 8px;
  border: 1px solid #d5d5d5;
}
.research-filter-wrapper input[type="text"].small,
.research-filter-wrapper select.small {
  width: 140px;
}
.research-filter-wrapper input[type="text"].medium,
.research-filter-wrapper select.medium {
  width: 300px;
}
.research-filter-wrapper input[type="text"].medium-x1,
.research-filter-wrapper select.medium-x1 {
  width: 439px;
}
.research-filter-wrapper input[type="text"].large,
.research-filter-wrapper select.large {
  width: 540px;
}
.research-filter-wrapper input[type="submit"] {
  display: inline-block;
  background-color: #ef9d3c;
  color: #fff;
  border-radius: 5px;
  border: 0 none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.067rem;
  font-family: 'Oswald', sans-serif;
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
  margin-right: 10px;
}
.research-filter-wrapper input[type="submit"]:hover {
  background-color: #e18d29;
  color: #fff;
}
.research-filter-wrapper input[type="submit"].small {
  font-size: 0.933rem;
  padding: 10px;
}
.research-filter-wrapper input[type="submit"].medium {
  font-size: 1.200rem;
  padding: 10px 25px;
}
.research-filter-wrapper input[type="submit"].medium1x {
  font-size: 1.333rem;
  padding: 12px 25px;
}
.research-filter-wrapper input[type="submit"].large {
  font-size: 1.600rem;
  padding: 15px 25px;
}
.research-filter-wrapper input[type="submit"].full {
  display: block;
}
.research-filter-wrapper input[type="submit"].white {
  background-color: #fff;
  border: 1px solid #136e73;
  color: #ef9d3c;
}
.research-filter-wrapper input[type="submit"].white:hover {
  background-color: #ef9d3c;
  border-color: #e58513;
  color: #fff;
}
.research-filter-wrapper input[type="submit"] .text {
  display: inline-block;
  vertical-align: middle;
}
.research-filter-wrapper input[type="submit"] .i-arrow {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: -60px -73px;
  width: 24px;
  height: 24px;
  margin: 0 5px 3px 0;
}
.research-filter-wrapper input[type="reset"] {
  display: inline-block;
  background-color: #ef9d3c;
  color: #fff;
  border-radius: 5px;
  border: 0 none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.067rem;
  font-family: 'Oswald', sans-serif;
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
  background-color: #838383;
}
.research-filter-wrapper input[type="reset"]:hover {
  background-color: #e18d29;
  color: #fff;
}
.research-filter-wrapper input[type="reset"].small {
  font-size: 0.933rem;
  padding: 10px;
}
.research-filter-wrapper input[type="reset"].medium {
  font-size: 1.200rem;
  padding: 10px 25px;
}
.research-filter-wrapper input[type="reset"].medium1x {
  font-size: 1.333rem;
  padding: 12px 25px;
}
.research-filter-wrapper input[type="reset"].large {
  font-size: 1.600rem;
  padding: 15px 25px;
}
.research-filter-wrapper input[type="reset"].full {
  display: block;
}
.research-filter-wrapper input[type="reset"].white {
  background-color: #fff;
  border: 1px solid #136e73;
  color: #ef9d3c;
}
.research-filter-wrapper input[type="reset"].white:hover {
  background-color: #ef9d3c;
  border-color: #e58513;
  color: #fff;
}
.research-filter-wrapper input[type="reset"] .text {
  display: inline-block;
  vertical-align: middle;
}
.research-filter-wrapper input[type="reset"] .i-arrow {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: -60px -73px;
  width: 24px;
  height: 24px;
  margin: 0 5px 3px 0;
}
.research-filter-wrapper input[type="reset"]:hover {
  background-color: #767676;
}
.research-filter-wrapper .element {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.research-filter-wrapper .sort-by {
  display: block;
  float: right;
}
.research-filter-wrapper .submits {
  display: block;
  float: left;
}
.research-list-wrapper {
  font-size: 0.933rem;
}
.research-list-wrapper .post-img {
  display: block;
  position: relative;
  background-color: #999;
  padding: 3em 0;
}
.research-list-wrapper .post-img:before {
  content: '';
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -38px;
  width: 50px;
  height: 64px;
  margin: 0 auto;
  display: block;
}
.research-list-wrapper p:last-child {
  margin-bottom: 0;
}
.research-list-wrapper .post-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.research-list-wrapper .post-item:nth-child(4n) {
  margin-right: 0;
}
.research-list-wrapper .post-item:nth-child(4n) + .post-item {
  clear: left;
}
.research-list-wrapper .post-item.graduate-research .post-img {
  background-color: #90b448;
}
.research-list-wrapper .post-item.graduate-research .post-img:hover {
  background-color: #81a241;
}
.research-list-wrapper .post-item.applied-research .post-img {
  background-color: #4aadb3;
}
.research-list-wrapper .post-item.applied-research .post-img:hover {
  background-color: #439ca1;
}
.research-list-wrapper .post-title {
  font-size: 1.200rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 5px;
}
.research-list-wrapper .post-principal-investigators {
  font-weight: 700;
  margin-top: 0;
}
.research-list-wrapper .post-year-grant {
  font-weight: 700;
}
.research-list-wrapper .post-content {
  border: 1px solid #d8d8d8;
  border-top: 0 none;
  padding: 15px 10px;
  min-height: 250px;
}
.research-list-wrapper span {
  display: block;
}
.pagination {
  text-align: right;
  margin-bottom: 2em;
}
.pagination .label {
  display: inline-block;
  font-size: 0.933rem;
  font-weight: 700;
  color: #333;
  margin-right: 5px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 1px;
  background-color: #ebebeb;
  font-size: 0.933rem;
  font-weight: 700;
  color: #333;
  border: 1px solid #d8d8d8;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers:hover {
  background-color: #dedede;
}
.pagination .page-numbers.current {
  background-color: #4aadb3;
  border-color: #4aadb3;
  color: #fff;
}
.event-list-wrapper .post-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.event-list-wrapper .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.event-list-wrapper .post-title {
  margin: 0 0 5px;
  font-size: 0.933rem;
  font-weight: 700;
}
.event-list-wrapper .post-date {
  margin: 0;
  font-size: 0.867rem;
  font-weight: 700;
}
.event-list-wrapper .post-venue {
  font-size: 0.867rem;
  font-weight: 700;
  margin: 0;
}
.event-list-wrapper.col3 {
  margin: 1em 0;
  font-size: 1rem;
  font-weight: 700;
}
.event-list-wrapper.col3 .post-item {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0 none;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.event-list-wrapper.col3 .post-item:nth-child(3n) {
  margin-right: 0;
}
.event-list-wrapper.col3 .post-item:nth-child(3n) + .post-item {
  clear: left;
}
.event-list-wrapper.col3 .post-title {
  font-size: 1.467rem;
  font-weight: 700;
}
.event-list-wrapper.carousel {
  margin: 1em 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.event-list-wrapper.carousel .post-item {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.event-list-wrapper.carousel .post-title {
  font-size: 1.467rem;
  font-weight: 700;
}
.event-list-wrapper .bx-viewport {
  height: auto !important;
}
.event-list-wrapper .bx-controls a {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 28px;
  outline: none;
}
.event-list-wrapper .bx-controls .bx-prev {
  position: absolute;
  top: 30%;
  left: 0;
  margin-left: -38px;
}
.event-list-wrapper .bx-controls .bx-next {
  background-position: -28px 0;
  position: absolute;
  top: 30%;
  right: 0;
  margin-right: -38px;
}
.site-icon-cta {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 65px 10px;
}
.site-icon-cta img {
  display: block;
  margin: 0 auto 20px;
}
.site-icon-cta .i-hover {
  display: none;
}
.site-icon-cta .i-title {
  display: block;
  font-family: 'Oswald', san-serif;
  font-size: 1.333rem;
  color: #5e5e5e;
  text-transform: uppercase;
}
.site-icon-cta:hover {
  background-color: #4aadb3;
  color: #fff;
}
.site-icon-cta:hover .i-default {
  display: none;
}
.site-icon-cta:hover .i-hover {
  display: block;
}
.site-icon-cta:hover .i-title {
  color: #fff;
}
.site-cta-box {
  position: relative;
  display: block;
  max-height: 260px;
  overflow: hidden;
}
.site-cta-box:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
.site-cta-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e18d29;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.site-cta-box img {
  display: block;
  width: 100%;
}
.site-cta-box .cta-box-title {
  font-family: 'Oswald', sans-serif;
  font-size: 4.000rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.5em;
  display: block;
  line-height: 0.9;
  z-index: 2;
  -webkit-transition: left 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out;
  -ms-transition: left 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
}
.site-cta-box.right {
  text-align: right;
}
.site-cta-box:hover:after {
  opacity: 0.4;
}
.site-fa {
  display: inline-block;
  background-color: #f7941e;
  color: #fff;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50px;
}
.site-fa .fa {
  display: block;
  padding: 15px;
}
.site-fa:hover {
  background-color: #e18d29;
  color: #fff;
}
/* -------------------------------------------------------------------- */
/*	Visual Composer Styles												*/
/*--------------------------------------------------------------------- */
.vc-font-white {
  color: #fff;
}
.vc-font-white h2,
.vc-font-white h3,
.vc-font-white h6 {
  color: #fff;
}
body .vc-sign-up h4 {
  color: #fff;
}
body .vc-sign-up .gform_wrapper {
  max-width: none;
}
body .vc-sign-up .gform_wrapper > form {
  overflow: hidden;
}
body .vc-sign-up .gform_wrapper .gform_body {
  float: left;
  width: 88.99%;
}
body .vc-sign-up .gform_wrapper ul li.gfield {
  margin-top: 0;
}
body .vc-sign-up .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .vc-sign-up .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px 10px;
}
body .vc-sign-up .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  float: right;
  clear: none;
}
body .vc-sign-up .gform_wrapper .gform_footer input.button,
body .vc-sign-up body .gform_wrapper .gform_footer input[type=submit] {
  padding: 9.5px 25px;
}
body .vc-sign-up .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  padding: 0 10px;
}
.vc-get-involved {
  color: #fff;
}
.vc-get-involved h3 {
  color: #fff;
}
.vc-shade-left:before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.vc-horizontal-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf4f4+0,ffffff+100,ebf4f4+100 */
  background: #ebf4f4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ebf4f4 0%, #ffffff 100%, #ebf4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ebf4f4 0%, #ffffff 100%, #ebf4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ebf4f4 0%, #ffffff 100%, #ebf4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf4f4', endColorstr='#ebf4f4', GradientType=1);
  /* IE6-9 */
}
body .vc-bg-right {
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
/* -------------------------------------------------------------------- */
/*	Form Elements														*/
/*--------------------------------------------------------------------- */
/*
.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
	margin:0 0 8px 0;
	.ironcol(4, 1%);
}
*/
body .gform_wrapper {
  max-width: none;
}
body .gform_wrapper > .gf_hide_labels .top_label .gfield_label {
  display: none;
}
body .gform_wrapper > .gf_submit_center .gform_footer {
  text-align: center;
}
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper select,
body .gform_wrapper textarea,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.200rem;
  color: #333;
  border: 1px solid #c5c0b8;
  padding: 10px;
}
body .gform_wrapper textarea.large {
  width: 100%;
  height: 160px;
}
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.867rem;
  text-transform: uppercase;
}
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 2px;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button {
  display: inline-block;
  background-color: #ef9d3c;
  color: #fff;
  border-radius: 5px;
  border: 0 none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.067rem;
  font-family: 'Oswald', sans-serif;
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
  height: auto;
}
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 {
  background-color: #e18d29;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button.small,
body .gform_wrapper .gform_footer input[type=submit].small {
  font-size: 0.933rem;
  padding: 10px;
}
body .gform_wrapper .gform_footer input.button.medium,
body .gform_wrapper .gform_footer input[type=submit].medium {
  font-size: 1.200rem;
  padding: 10px 25px;
}
body .gform_wrapper .gform_footer input.button.medium1x,
body .gform_wrapper .gform_footer input[type=submit].medium1x {
  font-size: 1.333rem;
  padding: 12px 25px;
}
body .gform_wrapper .gform_footer input.button.large,
body .gform_wrapper .gform_footer input[type=submit].large {
  font-size: 1.600rem;
  padding: 15px 25px;
}
body .gform_wrapper .gform_footer input.button.full,
body .gform_wrapper .gform_footer input[type=submit].full {
  display: block;
}
body .gform_wrapper .gform_footer input.button.white,
body .gform_wrapper .gform_footer input[type=submit].white {
  background-color: #fff;
  border: 1px solid #136e73;
  color: #ef9d3c;
}
body .gform_wrapper .gform_footer input.button.white:hover,
body .gform_wrapper .gform_footer input[type=submit].white:hover {
  background-color: #ef9d3c;
  border-color: #e58513;
  color: #fff;
}
body .gform_wrapper .gform_footer input.button .text,
body .gform_wrapper .gform_footer input[type=submit] .text {
  display: inline-block;
  vertical-align: middle;
}
body .gform_wrapper .gform_footer input.button .i-arrow,
body .gform_wrapper .gform_footer input[type=submit] .i-arrow {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: -60px -73px;
  width: 24px;
  height: 24px;
  margin: 0 5px 3px 0;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
}
/* -------------------------------------------------------------------- */
/*	Misc            													*/
/*--------------------------------------------------------------------- */
.site-back-top {
  font-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  line-height: 1.1;
  z-index: 150;
  color: #4aadb3;
  opacity: 0;
  -webkit-transition: opacity 275ms ease-in-out;
  -moz-transition: opacity 275ms ease-in-out;
  -ms-transition: opacity 275ms ease-in-out;
  -o-transition: opacity 275ms ease-in-out;
  transition: opacity 275ms ease-in-out;
  cursor: pointer;
}
.site-back-top .fa:hover {
  color: #3b8a8f;
}
body.show-back-top .site-back-top {
  opacity: 1;
}
body.admin-bar.head-sticky #site-header-wrapper {
  top: 32px;
}
body .juicer-button,
body .su-spoiler-style-fancy {
  border-radius: 5px;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
  display: inline-block;
  background-color: #ef9d3c;
  color: #fff;
  border-radius: 5px;
  border: 0 none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.067rem;
  font-family: 'Oswald', sans-serif;
  padding: 5px 25px;
  text-align: center;
  font-weight: 400;
  background-image: none;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
  background-color: #e18d29;
  color: #fff;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.small {
  font-size: 0.933rem;
  padding: 10px;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.medium {
  font-size: 1.200rem;
  padding: 10px 25px;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.medium1x {
  font-size: 1.333rem;
  padding: 12px 25px;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.large {
  font-size: 1.600rem;
  padding: 15px 25px;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.full {
  display: block;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.white {
  background-color: #fff;
  border: 1px solid #136e73;
  color: #ef9d3c;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.white:hover {
  background-color: #ef9d3c;
  border-color: #e58513;
  color: #fff;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern .text {
  display: inline-block;
  vertical-align: middle;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern .i-arrow {
  background: url('images/sprite.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-position: -60px -73px;
  width: 24px;
  height: 24px;
  margin: 0 5px 3px 0;
}
/* -------------------------------------------------------------------- */
/*	960 Layout         													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1170px) {
  .sticky-header .sticky-head-holder {
    height: 74px;
  }
  /*
.head-sticky {
	#site-header-wrapper {
		.logo img {
			width: 146px;	
		}
	}
}
*/
  #site-header-wrapper .logo img {
    width: 180px;
  }
  #site-header-wrapper .search-wrapper .fa-search {
    padding: 14px 7px 15px;
  }
  #main-menu-wrapper {
    margin-top: 18px;
  }
  #main-menu-wrapper .main-menu a {
    padding: 10px 7px;
  }
  .author-meta-wrapper {
    width: 19.99%;
    float: left;
  }
  .author-meta-wrapper + .post-entry {
    width: 79.96%;
    float: left;
  }
  .oar-research-cpt .r-article .site-btn {
    padding: 12px;
  }
  .research-list-wrapper .post-content {
    min-height: 310px;
  }
  body .vc-sign-up .gform_wrapper .gform_body {
    width: 86.99%;
  }
}
/* -------------------------------------------------------------------- */
/*	720 Layout        													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 990px) {
  .site-no-tablet {
    display: none !important;
  }
  body.admin-bar .site-mobile-menu {
    top: 32px;
  }
  .mobile-menu-btn {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 45px;
    cursor: pointer;
    z-index: 200;
  }
  .mobile-menu-btn span {
    display: block;
    height: 5px;
    background-color: #5e5e5e;
    margin: 4px;
  }
  .site-mobile-menu {
    display: block;
    position: fixed;
    right: -240px;
    top: 0;
    width: 240px;
    height: 100%;
    background-color: #ef9d3c;
    z-index: 200;
    overflow-y: auto;
    /*** arrows (for all except IE7) **/
    /* styling for both css and generated arrows */
    /* styling for right-facing arrows */
  }
  .site-mobile-menu .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
  }
  .site-mobile-menu .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .site-mobile-menu .sf-arrows > li > .sf-with-ul:focus:after,
  .site-mobile-menu .sf-arrows > li:hover > .sf-with-ul:after,
  .site-mobile-menu .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
    /* IE8 fallback colour */
  }
  .site-mobile-menu .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .site-mobile-menu .sf-arrows ul li > .sf-with-ul:focus:after,
  .site-mobile-menu .sf-arrows ul li:hover > .sf-with-ul:after,
  .site-mobile-menu .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-top-color: white;
    /* edit this to suit design (no rgba in IE8) */
  }
  .site-mobile-menu .close-mobile-menu {
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 0.800rem;
    font-weight: 700;
    padding: 7px 0;
    margin-left: auto;
    background-color: #e58513;
    cursor: pointer;
  }
  .site-mobile-menu li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  .site-mobile-menu li:last-child {
    border-bottom: 0 none;
  }
  .site-mobile-menu a {
    color: #fff;
    display: block;
    padding: 10px;
  }
  .site-mobile-menu a:hover {
    background-color: #e58513;
  }
  .site-mobile-menu .main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.933rem;
  }
  .site-mobile-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.800rem;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #e58513;
  }
  .site-mobile-menu .sub-menu a {
    padding-left: 20px;
  }
  .site-mobile-menu .sub-menu a:hover {
    background-color: #b66a0f;
  }
  .site-mobile-menu .sub-menu .sub-menu {
    background-color: #b66a0f;
  }
  .site-mobile-menu .sub-menu .sub-menu a {
    padding-left: 30px;
  }
  .site-mobile-menu .sub-menu .sub-menu a:hover {
    background-color: #874e0b;
  }
  .site-mobile-menu .search-wrapper {
    padding: 20px 10px;
  }
  .site-mobile-menu .search-wrapper .fa-search {
    display: none;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="search"] {
    border: 0 none;
    padding: 5px;
    font-size: 14px;
    width: 95%;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"] {
    display: inline-block;
    background-color: #ef9d3c;
    color: #fff;
    border-radius: 5px;
    border: 0 none;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.067rem;
    font-family: 'Oswald', sans-serif;
    padding: 5px 25px;
    text-align: center;
    font-weight: 400;
    font-size: 0.933rem;
    padding: 10px;
    padding: 5px 10px;
    background-color: #4aadb3;
    font-size: 15px;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"]:hover {
    background-color: #e18d29;
    color: #fff;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].small {
    font-size: 0.933rem;
    padding: 10px;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].medium {
    font-size: 1.200rem;
    padding: 10px 25px;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].medium1x {
    font-size: 1.333rem;
    padding: 12px 25px;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].large {
    font-size: 1.600rem;
    padding: 15px 25px;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].full {
    display: block;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].white {
    background-color: #fff;
    border: 1px solid #136e73;
    color: #ef9d3c;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"].white:hover {
    background-color: #ef9d3c;
    border-color: #e58513;
    color: #fff;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"] .text {
    display: inline-block;
    vertical-align: middle;
  }
  .site-mobile-menu .search-wrapper .search-form input[type="submit"] .i-arrow {
    background: url('images/sprite.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    background-position: -60px -73px;
    width: 24px;
    height: 24px;
    margin: 0 5px 3px 0;
  }
  body.mobile-menu-active .site-mobile-menu {
    right: 0;
  }
  #main-menu-wrapper {
    display: none;
  }
  #site-header-util-wrapper > .container {
    width: auto;
  }
  #site-header-wrapper > .container {
    width: auto;
  }
  #site-header-wrapper .logo img {
    width: auto;
  }
  #site-footer-menu-logos .footer-dropups .col {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 1%;
  }
  .sticky-header .sticky-head-holder {
    display: none;
  }
  .sticky-header #site-header-wrapper {
    position: relative;
  }
  body.admin-bar.head-sticky #site-header-wrapper {
    top: 0;
  }
  .head-sticky #site-header-wrapper .logo img {
    width: auto;
  }
  .head-sticky #site-header-wrapper .logo-not-sticky {
    display: block;
  }
  .head-sticky #site-header-wrapper .logo-sticky {
    display: none;
  }
  .footer-menu > li:before {
    top: 15px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer-menu ul {
    position: static;
  }
  #footer-util-wrapper {
    float: none;
  }
  #footer-util-wrapper li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  #site-footer-wrapper {
    text-align: center;
  }
  #site-footer-wrapper .site-cinfo {
    float: none;
  }
  #site-footer-wrapper .logos-set2 {
    float: none;
    margin-top: 1em;
  }
  #site-footer-wrapper .copyright {
    float: none;
  }
  body .vc-sign-up .gform_wrapper .gform_body {
    width: auto;
    float: none;
  }
  body .vc-sign-up .gform_wrapper .gform_footer {
    width: auto;
    float: none;
  }
  .vc-get-involved {
    text-align: center;
  }
  .vc-get-involved p[style="text-align: right;"],
  .vc-get-involved p[style="text-align: right; margin-bottom: 0;"] {
    text-align: center !important;
  }
  .site-icon-cta {
    padding: 20px 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
  }
  .site-icon-cta:hover {
    border-color: #3b8a8f;
  }
  .vc-shade-left:before {
    display: none;
  }
  .vc-horizontal-gradient {
    margin-top: 20px;
    padding-bottom: 20px !important;
  }
  #site-page-header-wrapper > .container {
    height: 250px;
  }
  #site-page-header-wrapper .page-head-title {
    font-size: 2.667rem;
  }
  .post-list-wrapper.col4 .post-item {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .post-list-wrapper.col4 .post-item:nth-child(2n) {
    margin-right: 0;
  }
  .post-list-wrapper.col4 .post-item:nth-child(2n) + .post-item {
    clear: left;
  }
  .event-list-wrapper.carousel .bx-controls {
    text-align: center;
    margin: 2em 0 0;
  }
  .event-list-wrapper.carousel .bx-controls a {
    margin: 0 15px;
  }
  .event-list-wrapper.carousel .bx-controls .bx-prev {
    position: static;
  }
  .event-list-wrapper.carousel .bx-controls .bx-next {
    position: static;
  }
  .author-meta-wrapper {
    width: 24.99%;
    float: left;
  }
  .author-meta-wrapper + .post-entry {
    width: 74.97%;
    float: left;
  }
  .research-list-wrapper .post-item {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .research-list-wrapper .post-item:nth-child(2n) {
    margin-right: 0;
  }
  .research-list-wrapper .post-item:nth-child(2n) + .post-item {
    clear: left;
  }
  .research-list-wrapper .post-content {
    min-height: 250px;
  }
  .oar-research-cpt .research-featured-image {
    float: right;
    width: auto;
  }
  .oar-research-cpt .research-featured-image img {
    display: block;
    margin: 0 auto;
  }
  .oar-research-cpt .research-featured-image + .research-meta {
    float: none;
    width: auto;
  }
  .oar-research-cpt .r-label {
    margin-bottom: 0;
  }
  .oar-research-cpt .r-row.count3 .r-col,
  .oar-research-cpt .r-row.count2 .r-col {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .oar-research-cpt .r-col3 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .oar-research-cpt .r-col3:last-child {
    margin-bottom: 0;
  }
  .oar-research-cpt .r-article {
    margin: 2em 0;
  }
  .oar-research-cpt .r-article p {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .oar-research-cpt .r-article .site-btn {
    float: none;
    width: auto;
  }
}
@media handheld, only screen and (max-width: 782px) {
  body.admin-bar .site-mobile-menu {
    top: 46px;
  }
}
/* -------------------------------------------------------------------- */
/*	480 & 320 Layout   													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 750px) {
  .site-no-phone {
    display: none !important;
  }
  html {
    font-size: 13px;
  }
  .alignright {
    float: none;
    margin: 0 0 1em;
  }
  .site-font-size {
    float: none !important;
    margin: 5px 0 !important;
    text-align: center;
    display: none;
  }
  .mobile-menu-btn {
    top: 18px;
  }
  #site-header-util-wrapper {
    font-size: 12px;
  }
  #site-header-util-wrapper > .container {
    width: auto;
    max-width: none;
  }
  #site-header-util-wrapper .site-sm {
    display: none;
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  #site-header-wrapper > .container {
    width: auto;
    max-width: none;
  }
  #site-header-wrapper .logo img {
    width: 180px;
  }
  .header-util {
    text-align: center;
    float: none;
  }
  .header-util li {
    margin: 0;
    float: none;
    display: inline-block;
  }
  .header-util a {
    padding: 2px 5px;
  }
  .header-util .cta-btn a {
    padding: 2px 10px;
  }
  .head-sticky #site-header-wrapper .logo img {
    width: 180px;
  }
  #site-footer-menu-logos .logos-set1 {
    margin: 0 0 20px;
  }
  #site-footer-menu-logos .logos-set1 .item {
    float: none;
    width: auto;
    margin: 1em 0;
  }
  .site-hero-wrapper .col {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .site-hero-wrapper .col:last-child {
    padding-left: 0;
  }
  .site-hero-wrapper .box-half {
    height: 260px;
  }
  .site-hero-wrapper .box-half:last-child {
    margin-bottom: 0;
  }
  .site-hero-wrapper .box-half .title {
    font-size: 1.385rem;
  }
  .site-hero-wrapper .box-full {
    height: 260px;
    margin-bottom: 5px;
  }
  .site-hero-wrapper .box-full .title {
    font-size: 1.385rem;
  }
  body .gform_wrapper input[type=email],
  body .gform_wrapper input[type=number],
  body .gform_wrapper input[type=password],
  body .gform_wrapper input[type=tel],
  body .gform_wrapper input[type=text],
  body .gform_wrapper input[type=url] {
    font-size: 1rem;
  }
  .post-list-wrapper .post-item {
    margin-bottom: 20px;
  }
  .post-list-wrapper .post-item:last-child {
    margin-bottom: 0;
  }
  .post-list-wrapper .post-featured-image {
    float: none;
    margin-right: 0;
  }
  .post-list-wrapper.col3 .post-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .post-list-wrapper.col3 .post-featured-image img {
    margin: 0 auto;
  }
  .post-list-wrapper.col4 .post-item {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .post-list-wrapper.col4 .post-featured-image img {
    width: 100%;
  }
  .post-list-wrapper.col4 .post-content {
    min-height: 10px;
  }
  .post-list-wrapper.col4 .post-title {
    font-size: 1.200rem;
  }
  .research-filter-wrapper label {
    display: block;
    margin-right: 0;
  }
  .research-filter-wrapper input[type="text"],
  .research-filter-wrapper select {
    display: block;
    width: 100% !important;
  }
  .research-filter-wrapper .element {
    display: block;
  }
  .research-filter-wrapper .sort-by {
    float: none;
    margin-top: 0;
  }
  .research-filter-wrapper .submits {
    float: none;
  }
  .research-list-wrapper .post-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .research-list-wrapper .post-content {
    min-height: 10px;
  }
  .event-list-wrapper.col3 .post-item {
    float: none;
    width: auto;
    margin: 0 0 2em;
  }
  .event-list-wrapper.col3 .post-item:last-child {
    margin-bottom: 0;
  }
  .author-meta-wrapper {
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .author-meta-wrapper .author-meta {
    padding-top: 2em;
    text-align: center;
    margin: 0 auto;
    max-width: 380px;
  }
  .author-meta-wrapper .author-meta img {
    margin: 0 auto;
    width: auto;
  }
  .author-meta-wrapper + .post-entry {
    width: auto;
    float: none;
  }
  body .vc-sign-up .gform_wrapper ul li.gfield {
    margin-bottom: 10px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

.gf_checkbox_row {
	text-align: center;
}

.gf_checkbox_row label {
	color: white;
}

.gf_checkbox_row .gfield_description {
	padding-top: 0 !important;
	color: white;
}