@charset "UTF-8";
/* ==========================================================================
	Filename: base.css
	Version: 1.0.0 (2015-06-17)
	Website: imapactproperties.com.au
	Author: Tayyab Azam, Dhruv Raniga
	Description: Handles the site global layout
   ========================================================================== */
/*
[Content]
SASS
Base
Accessibility
Structure
Header
Navigation
Content
Footer
Media queries
Animation
No Script
Print styles
*/
/*
[Color codes]
Light Blue #66beec
Blue #0078bf
Dark Blue #003d76
*/
/*
[Fonts]
Raleway Regular
Raleway Medium
Raleway Bold
*/
/*
[Typographic scale]
6,7,8,9,10,12,14,16,18,21,24,28,32,36,42,48,55,63,73,84,96,110,127,146,167,192
*/
/* ==========================================================================
	SASS
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .gform_wrapper .gform_button > .caret,
  .dropup > .btn > .caret,
  .gform_wrapper .dropup > .gform_button > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control, .gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .gform_wrapper .ginput_container input:focus,
  .gform_wrapper .ginput_container select:focus,
  .gform_wrapper .ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .gform_wrapper .ginput_container input::-moz-placeholder,
  .gform_wrapper .ginput_container select::-moz-placeholder,
  .gform_wrapper .ginput_container textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .gform_wrapper .ginput_container input:-ms-input-placeholder,
  .gform_wrapper .ginput_container select:-ms-input-placeholder,
  .gform_wrapper .ginput_container textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .gform_wrapper .ginput_container input::-webkit-input-placeholder,
  .gform_wrapper .ginput_container select::-webkit-input-placeholder,
  .gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .gform_wrapper .ginput_container input[disabled],
  .gform_wrapper .ginput_container select[disabled],
  .gform_wrapper .ginput_container textarea[disabled], .form-control[readonly], .gform_wrapper .ginput_container input[readonly],
  .gform_wrapper .ginput_container select[readonly],
  .gform_wrapper .ginput_container textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container fieldset[disabled] input,
  fieldset[disabled] .gform_wrapper .ginput_container select,
  .gform_wrapper .ginput_container fieldset[disabled] select,
  fieldset[disabled] .gform_wrapper .ginput_container textarea,
  .gform_wrapper .ginput_container fieldset[disabled] textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .gform_wrapper .ginput_container input[disabled],
  .gform_wrapper .ginput_container select[disabled],
  .gform_wrapper .ginput_container textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container fieldset[disabled] input,
  fieldset[disabled] .gform_wrapper .ginput_container select,
  .gform_wrapper .ginput_container fieldset[disabled] select,
  fieldset[disabled] .gform_wrapper .ginput_container textarea,
  .gform_wrapper .ginput_container fieldset[disabled] textarea {
    cursor: not-allowed; }

textarea.form-control,
.gform_wrapper .ginput_container textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .gform_wrapper .ginput_container input[type="date"],
  input[type="time"].form-control,
  .gform_wrapper .ginput_container input[type="time"],
  input[type="datetime-local"].form-control,
  .gform_wrapper .ginput_container input[type="datetime-local"],
  input[type="month"].form-control,
  .gform_wrapper .ginput_container input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group, .gform_wrapper li {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .form-group-sm input,
.form-group-sm .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .form-group-sm select,
.form-group-sm .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control,
.form-group-sm .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .form-group-sm select {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .gform_wrapper .ginput_container select[multiple],
.gform_wrapper .ginput_container .form-group-sm select[multiple] {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .form-group-lg input,
.form-group-lg .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .form-group-lg select,
.form-group-lg .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control,
.form-group-lg .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .form-group-lg select {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .gform_wrapper .ginput_container select[multiple],
.gform_wrapper .ginput_container .form-group-lg select[multiple] {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .has-feedback input,
  .has-feedback .gform_wrapper .ginput_container select,
  .gform_wrapper .ginput_container .has-feedback select,
  .has-feedback .gform_wrapper .ginput_container textarea,
  .gform_wrapper .ginput_container .has-feedback textarea {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .gform_wrapper .ginput_container input + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-lg input + .form-control-feedback,
.form-group-lg .gform_wrapper .ginput_container select + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-lg select + .form-control-feedback,
.form-group-lg .gform_wrapper .ginput_container textarea + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .gform_wrapper .ginput_container input + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-sm input + .form-control-feedback,
.form-group-sm .gform_wrapper .ginput_container select + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-sm select + .form-control-feedback,
.form-group-sm .gform_wrapper .ginput_container textarea + .form-control-feedback,
.gform_wrapper .ginput_container .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control, .has-success .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .has-success input,
.has-success .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .has-success select,
.has-success .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .gform_wrapper .ginput_container input:focus, .gform_wrapper .ginput_container .has-success input:focus,
  .has-success .gform_wrapper .ginput_container select:focus,
  .gform_wrapper .ginput_container .has-success select:focus,
  .has-success .gform_wrapper .ginput_container textarea:focus,
  .gform_wrapper .ginput_container .has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .has-warning input,
.has-warning .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .has-warning select,
.has-warning .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .gform_wrapper .ginput_container input:focus, .gform_wrapper .ginput_container .has-warning input:focus,
  .has-warning .gform_wrapper .ginput_container select:focus,
  .gform_wrapper .ginput_container .has-warning select:focus,
  .has-warning .gform_wrapper .ginput_container textarea:focus,
  .gform_wrapper .ginput_container .has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control, .has-error .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .has-error input,
.has-error .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container .has-error select,
.has-error .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .gform_wrapper .ginput_container input:focus, .gform_wrapper .ginput_container .has-error input:focus,
  .has-error .gform_wrapper .ginput_container select:focus,
  .gform_wrapper .ginput_container .has-error select:focus,
  .has-error .gform_wrapper .ginput_container textarea:focus,
  .gform_wrapper .ginput_container .has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .gform_wrapper li, .gform_wrapper .form-inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .form-inline input,
  .form-inline .gform_wrapper .ginput_container select,
  .gform_wrapper .ginput_container .form-inline select,
  .form-inline .gform_wrapper .ginput_container textarea,
  .gform_wrapper .ginput_container .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .gform_wrapper .ginput_container input,
    .gform_wrapper .ginput_container .form-inline .input-group input,
    .form-inline .input-group .gform_wrapper .ginput_container select,
    .gform_wrapper .ginput_container .form-inline .input-group select,
    .form-inline .input-group .gform_wrapper .ginput_container textarea,
    .gform_wrapper .ginput_container .form-inline .input-group textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .gform_wrapper .ginput_container .input-group > input, .gform_wrapper .ginput_container .form-inline .input-group > input,
  .form-inline .gform_wrapper .ginput_container .input-group > select,
  .gform_wrapper .ginput_container .form-inline .input-group > select,
  .form-inline .gform_wrapper .ginput_container .input-group > textarea,
  .gform_wrapper .ginput_container .form-inline .input-group > textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group, .form-horizontal .gform_wrapper li, .gform_wrapper .form-horizontal li {
  margin-left: -20px;
  margin-right: -20px; }
  .form-horizontal .form-group:before, .form-horizontal .gform_wrapper li:before, .gform_wrapper .form-horizontal li:before, .form-horizontal .form-group:after, .form-horizontal .gform_wrapper li:after, .gform_wrapper .form-horizontal li:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .gform_wrapper li:after, .gform_wrapper .form-horizontal li:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .gform_wrapper .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .gform_wrapper .gform_button:focus, .btn.focus, .gform_wrapper .focus.gform_button, .btn:active:focus, .gform_wrapper .gform_button:active:focus, .btn:active.focus, .gform_wrapper .gform_button:active.focus, .btn.active:focus, .gform_wrapper .active.gform_button:focus, .btn.active.focus, .gform_wrapper .active.focus.gform_button {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .gform_wrapper .gform_button:hover, .btn:focus, .gform_wrapper .gform_button:focus, .btn.focus, .gform_wrapper .focus.gform_button {
    color: #333;
    text-decoration: none; }
  .btn:active, .gform_wrapper .gform_button:active, .btn.active, .gform_wrapper .active.gform_button {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .gform_wrapper .disabled.gform_button, .btn[disabled], .gform_wrapper [disabled].gform_button, fieldset[disabled] .btn, fieldset[disabled] .gform_wrapper .gform_button, .gform_wrapper fieldset[disabled] .gform_button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .gform_wrapper a.disabled.gform_button, fieldset[disabled] a.btn, fieldset[disabled] .gform_wrapper a.gform_button, .gform_wrapper fieldset[disabled] a.gform_button {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning, .gform_wrapper .gform_button {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .gform_wrapper .gform_button:focus, .btn-warning.focus, .gform_wrapper .focus.gform_button {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover, .gform_wrapper .gform_button:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .gform_wrapper .gform_button:active, .btn-warning.active, .gform_wrapper .active.gform_button, .open > .btn-warning.dropdown-toggle, .gform_wrapper .open > .dropdown-toggle.gform_button {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .gform_wrapper .gform_button:active:hover, .btn-warning:active:focus, .gform_wrapper .gform_button:active:focus, .btn-warning:active.focus, .gform_wrapper .gform_button:active.focus, .btn-warning.active:hover, .gform_wrapper .active.gform_button:hover, .btn-warning.active:focus, .gform_wrapper .active.gform_button:focus, .btn-warning.active.focus, .gform_wrapper .active.focus.gform_button, .open > .btn-warning.dropdown-toggle:hover, .gform_wrapper .open > .dropdown-toggle.gform_button:hover, .open > .btn-warning.dropdown-toggle:focus, .gform_wrapper .open > .dropdown-toggle.gform_button:focus, .open > .btn-warning.dropdown-toggle.focus, .gform_wrapper .open > .dropdown-toggle.focus.gform_button {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .gform_wrapper .gform_button:active, .btn-warning.active, .gform_wrapper .active.gform_button, .open > .btn-warning.dropdown-toggle, .gform_wrapper .open > .dropdown-toggle.gform_button {
    background-image: none; }
  .btn-warning.disabled, .gform_wrapper .disabled.gform_button, .btn-warning.disabled:hover, .gform_wrapper .disabled.gform_button:hover, .btn-warning.disabled:focus, .gform_wrapper .disabled.gform_button:focus, .btn-warning.disabled.focus, .gform_wrapper .disabled.focus.gform_button, .btn-warning.disabled:active, .gform_wrapper .disabled.gform_button:active, .btn-warning.disabled.active, .gform_wrapper .disabled.active.gform_button, .btn-warning[disabled], .gform_wrapper [disabled].gform_button, .btn-warning[disabled]:hover, .gform_wrapper [disabled].gform_button:hover, .btn-warning[disabled]:focus, .gform_wrapper [disabled].gform_button:focus, .btn-warning[disabled].focus, .gform_wrapper [disabled].focus.gform_button, .btn-warning[disabled]:active, .gform_wrapper [disabled].gform_button:active, .btn-warning[disabled].active, .gform_wrapper [disabled].active.gform_button, fieldset[disabled] .btn-warning, fieldset[disabled] .gform_wrapper .gform_button, .gform_wrapper fieldset[disabled] .gform_button, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .gform_wrapper .gform_button:hover, .gform_wrapper fieldset[disabled] .gform_button:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .gform_wrapper .gform_button:focus, .gform_wrapper fieldset[disabled] .gform_button:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .gform_wrapper .focus.gform_button, .gform_wrapper fieldset[disabled] .focus.gform_button, fieldset[disabled] .btn-warning:active, fieldset[disabled] .gform_wrapper .gform_button:active, .gform_wrapper fieldset[disabled] .gform_button:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] .gform_wrapper .active.gform_button, .gform_wrapper fieldset[disabled] .active.gform_button {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, .gform_wrapper .gform_button .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.alert, .gform_wrapper .validation_error, .gform_wrapper #gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .gform_wrapper .validation_error h4, .gform_wrapper #gforms_confirmation_message h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .gform_wrapper .validation_error .alert-link, .gform_wrapper #gforms_confirmation_message .alert-link {
    font-weight: bold; }
  .alert > p, .gform_wrapper .validation_error > p, .gform_wrapper #gforms_confirmation_message > p,
  .alert > ul,
  .gform_wrapper .validation_error > ul,
  .gform_wrapper #gforms_confirmation_message > ul {
    margin-bottom: 0; }
  .alert > p + p, .gform_wrapper .validation_error > p + p, .gform_wrapper #gforms_confirmation_message > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success, .gform_wrapper #gforms_confirmation_message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, .gform_wrapper #gforms_confirmation_message hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, .gform_wrapper #gforms_confirmation_message .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger, .gform_wrapper .validation_error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, .gform_wrapper .validation_error hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, .gform_wrapper .validation_error .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.3.0 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("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* Iconic for Bootstrap */
/* Override Bootstrap default variable */
@font-face {
  font-family: 'iconic-sm';
  src: url("../fonts/iconic-sm.eot");
  src: url("../fonts/iconic-sm.eot?#iconic-sm") format("embedded-opentype"), url("../fonts/iconic-sm.woff") format("woff"), url("../fonts/iconic-sm.ttf") format("truetype"), url("../fonts/iconic-sm.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'iconic-md';
  src: url("../fonts/iconic-md.eot");
  src: url("../fonts/iconic-md.eot?#iconic-md") format("embedded-opentype"), url("../fonts/iconic-md.woff") format("woff"), url("../fonts/iconic-md.ttf") format("truetype"), url("../fonts/iconic-md.svg#iconic-md") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'iconic-lg';
  src: url("../fonts/iconic-lg.eot");
  src: url("../fonts/iconic-lg.eot?#iconic-lg") format("embedded-opentype"), url("../fonts/iconic-lg.woff") format("woff"), url("../fonts/iconic-lg.ttf") format("truetype"), url("../fonts/iconic-lg.svg#iconic-lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconic {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'iconic-sm';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .iconic:before {
    display: inline-block; }
  .iconic:empty:before {
    width: 1em;
    text-align: center;
    box-sizing: content-box; }
  .iconic.iconic-sm:before, .iconic.iconic-md:before, .iconic.iconic-lg:before, .iconic.iconic-icon-sm:before, .iconic.iconic-icon-md:before, .iconic.iconic-icon-lg:before {
    font-weight: normal;
    font-style: normal; }
  .iconic.iconic-sm:before {
    font-family: 'iconic-sm';
    font-size: 16px; }
  .iconic.iconic-md:before {
    font-family: 'iconic-md';
    font-size: 32px; }
  .iconic.iconic-lg:before {
    font-family: 'iconic-lg';
    font-size: 128px; }
  .iconic.iconic-icon-sm:before {
    font-family: 'iconic-sm'; }
  .iconic.iconic-icon-md:before {
    font-family: 'iconic-md'; }
  .iconic.iconic-icon-lg:before {
    font-family: 'iconic-lg'; }
  .iconic.iconic-size-sm:before {
    font-size: 16px; }
  .iconic.iconic-size-md:before {
    font-size: 32px; }
  .iconic.iconic-size-lg:before {
    font-size: 128px; }
  .iconic.iconic-align-center:before {
    text-align: center; }
  .iconic.iconic-align-left:before {
    text-align: left; }
  .iconic.iconic-align-right:before {
    text-align: right; }
  .iconic.iconic-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .iconic.iconic-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(-1, 1);
    transform: scale(1, -1); }
  .iconic.iconic-flip-horizontal-vertical:before {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, -1); }

.iconic-account-login:before {
  content: '\e000'; }

.iconic-account-logout:before {
  content: '\e001'; }

.iconic-action-redo:before {
  content: '\e002'; }

.iconic-action-undo:before {
  content: '\e003'; }

.iconic-align-center:before {
  content: '\e004'; }

.iconic-align-left:before {
  content: '\e005'; }

.iconic-align-right:before {
  content: '\e006'; }

.iconic-aperture:before {
  content: '\e007'; }

.iconic-arrow-bottom-fill-acute:before {
  content: '\e008'; }

.iconic-arrow-bottom-fill-angled:before {
  content: '\e009'; }

.iconic-arrow-bottom-fill-large-acute:before {
  content: '\e00a'; }

.iconic-arrow-bottom-fill-large-angled:before {
  content: '\e00b'; }

.iconic-arrow-bottom-fill-large-oblique:before {
  content: '\e00c'; }

.iconic-arrow-bottom-fill-large:before {
  content: '\e00d'; }

.iconic-arrow-bottom-fill-oblique:before {
  content: '\e00e'; }

.iconic-arrow-bottom-fill:before {
  content: '\e00f'; }

.iconic-arrow-bottom-left-fill-acute:before {
  content: '\e010'; }

.iconic-arrow-bottom-left-fill-angled:before {
  content: '\e011'; }

.iconic-arrow-bottom-left-fill-large-acute:before {
  content: '\e012'; }

.iconic-arrow-bottom-left-fill-large-angled:before {
  content: '\e013'; }

.iconic-arrow-bottom-left-fill-large-oblique:before {
  content: '\e014'; }

.iconic-arrow-bottom-left-fill-large:before {
  content: '\e015'; }

.iconic-arrow-bottom-left-fill-oblique:before {
  content: '\e016'; }

.iconic-arrow-bottom-left-fill:before {
  content: '\e017'; }

.iconic-arrow-bottom-left-line-acute:before {
  content: '\e018'; }

.iconic-arrow-bottom-left-line-large-acute:before {
  content: '\e019'; }

.iconic-arrow-bottom-left-line-large-oblique:before {
  content: '\e01a'; }

.iconic-arrow-bottom-left-line-large:before {
  content: '\e01b'; }

.iconic-arrow-bottom-left-line-oblique:before {
  content: '\e01c'; }

.iconic-arrow-bottom-left-line:before {
  content: '\e01d'; }

.iconic-arrow-bottom-line-acute:before {
  content: '\e01e'; }

.iconic-arrow-bottom-line-large-acute:before {
  content: '\e01f'; }

.iconic-arrow-bottom-line-large-oblique:before {
  content: '\e020'; }

.iconic-arrow-bottom-line-large:before {
  content: '\e021'; }

.iconic-arrow-bottom-line-oblique:before {
  content: '\e022'; }

.iconic-arrow-bottom-line:before {
  content: '\e023'; }

.iconic-arrow-bottom-right-fill-acute:before {
  content: '\e024'; }

.iconic-arrow-bottom-right-fill-angled:before {
  content: '\e025'; }

.iconic-arrow-bottom-right-fill-large-acute:before {
  content: '\e026'; }

.iconic-arrow-bottom-right-fill-large-angled:before {
  content: '\e027'; }

.iconic-arrow-bottom-right-fill-large-oblique:before {
  content: '\e028'; }

.iconic-arrow-bottom-right-fill-large:before {
  content: '\e029'; }

.iconic-arrow-bottom-right-fill-oblique:before {
  content: '\e02a'; }

.iconic-arrow-bottom-right-fill:before {
  content: '\e02b'; }

.iconic-arrow-bottom-right-line-acute:before {
  content: '\e02c'; }

.iconic-arrow-bottom-right-line-large-acute:before {
  content: '\e02d'; }

.iconic-arrow-bottom-right-line-large-oblique:before {
  content: '\e02e'; }

.iconic-arrow-bottom-right-line-large:before {
  content: '\e02f'; }

.iconic-arrow-bottom-right-line-oblique:before {
  content: '\e030'; }

.iconic-arrow-bottom-right-line:before {
  content: '\e031'; }

.iconic-arrow-left-fill-acute:before {
  content: '\e032'; }

.iconic-arrow-left-fill-angled:before {
  content: '\e033'; }

.iconic-arrow-left-fill-large-acute:before {
  content: '\e034'; }

.iconic-arrow-left-fill-large-angled:before {
  content: '\e035'; }

.iconic-arrow-left-fill-large-oblique:before {
  content: '\e036'; }

.iconic-arrow-left-fill-large:before {
  content: '\e037'; }

.iconic-arrow-left-fill-oblique:before {
  content: '\e038'; }

.iconic-arrow-left-fill:before {
  content: '\e039'; }

.iconic-arrow-left-line-acute:before {
  content: '\e03a'; }

.iconic-arrow-left-line-large-acute:before {
  content: '\e03b'; }

.iconic-arrow-left-line-large-oblique:before {
  content: '\e03c'; }

.iconic-arrow-left-line-large:before {
  content: '\e03d'; }

.iconic-arrow-left-line-oblique:before {
  content: '\e03e'; }

.iconic-arrow-left-line:before {
  content: '\e03f'; }

.iconic-arrow-right-angle-bottom-left-fill-acute:before {
  content: '\e040'; }

.iconic-arrow-right-angle-bottom-left-fill-angled:before {
  content: '\e041'; }

.iconic-arrow-right-angle-bottom-left-fill:before {
  content: '\e042'; }

.iconic-arrow-right-angle-bottom-left-line:before {
  content: '\e043'; }

.iconic-arrow-right-angle-bottom-right-fill-acute:before {
  content: '\e044'; }

.iconic-arrow-right-angle-bottom-right-fill-angled:before {
  content: '\e045'; }

.iconic-arrow-right-angle-bottom-right-fill:before {
  content: '\e046'; }

.iconic-arrow-right-angle-bottom-right-line:before {
  content: '\e047'; }

.iconic-arrow-right-angle-left-bottom-fill-acute:before {
  content: '\e048'; }

.iconic-arrow-right-angle-left-bottom-fill-angled:before {
  content: '\e049'; }

.iconic-arrow-right-angle-left-bottom-fill:before {
  content: '\e04a'; }

.iconic-arrow-right-angle-left-bottom-line:before {
  content: '\e04b'; }

.iconic-arrow-right-angle-left-top-fill-acute:before {
  content: '\e04c'; }

.iconic-arrow-right-angle-left-top-fill-angled:before {
  content: '\e04d'; }

.iconic-arrow-right-angle-left-top-fill:before {
  content: '\e04e'; }

.iconic-arrow-right-angle-left-top-line:before {
  content: '\e04f'; }

.iconic-arrow-right-angle-right-bottom-fill-acute:before {
  content: '\e050'; }

.iconic-arrow-right-angle-right-bottom-fill-angled:before {
  content: '\e051'; }

.iconic-arrow-right-angle-right-bottom-fill:before {
  content: '\e052'; }

.iconic-arrow-right-angle-right-bottom-line:before {
  content: '\e053'; }

.iconic-arrow-right-angle-right-top-fill-acute:before {
  content: '\e054'; }

.iconic-arrow-right-angle-right-top-fill-angled:before {
  content: '\e055'; }

.iconic-arrow-right-angle-right-top-fill:before {
  content: '\e056'; }

.iconic-arrow-right-angle-right-top-line:before {
  content: '\e057'; }

.iconic-arrow-right-angle-thick-bottom-left-fill-acute:before {
  content: '\e058'; }

.iconic-arrow-right-angle-thick-bottom-left-fill-angled:before {
  content: '\e059'; }

.iconic-arrow-right-angle-thick-bottom-left-fill:before {
  content: '\e05a'; }

.iconic-arrow-right-angle-thick-bottom-left-line:before {
  content: '\e05b'; }

.iconic-arrow-right-angle-thick-bottom-right-fill-acute:before {
  content: '\e05c'; }

.iconic-arrow-right-angle-thick-bottom-right-fill-angled:before {
  content: '\e05d'; }

.iconic-arrow-right-angle-thick-bottom-right-fill:before {
  content: '\e05e'; }

.iconic-arrow-right-angle-thick-bottom-right-line:before {
  content: '\e05f'; }

.iconic-arrow-right-angle-thick-left-bottom-fill-acute:before {
  content: '\e060'; }

.iconic-arrow-right-angle-thick-left-bottom-fill-angled:before {
  content: '\e061'; }

.iconic-arrow-right-angle-thick-left-bottom-fill:before {
  content: '\e062'; }

.iconic-arrow-right-angle-thick-left-bottom-line:before {
  content: '\e063'; }

.iconic-arrow-right-angle-thick-left-top-fill-acute:before {
  content: '\e064'; }

.iconic-arrow-right-angle-thick-left-top-fill-angled:before {
  content: '\e065'; }

.iconic-arrow-right-angle-thick-left-top-fill:before {
  content: '\e066'; }

.iconic-arrow-right-angle-thick-left-top-line:before {
  content: '\e067'; }

.iconic-arrow-right-angle-thick-right-bottom-fill-acute:before {
  content: '\e068'; }

.iconic-arrow-right-angle-thick-right-bottom-fill-angled:before {
  content: '\e069'; }

.iconic-arrow-right-angle-thick-right-bottom-fill:before {
  content: '\e06a'; }

.iconic-arrow-right-angle-thick-right-bottom-line:before {
  content: '\e06b'; }

.iconic-arrow-right-angle-thick-right-top-fill-acute:before {
  content: '\e06c'; }

.iconic-arrow-right-angle-thick-right-top-fill-angled:before {
  content: '\e06d'; }

.iconic-arrow-right-angle-thick-right-top-fill:before {
  content: '\e06e'; }

.iconic-arrow-right-angle-thick-right-top-line:before {
  content: '\e06f'; }

.iconic-arrow-right-angle-thick-top-left-fill-acute:before {
  content: '\e070'; }

.iconic-arrow-right-angle-thick-top-left-fill-angled:before {
  content: '\e071'; }

.iconic-arrow-right-angle-thick-top-left-fill:before {
  content: '\e072'; }

.iconic-arrow-right-angle-thick-top-left-line:before {
  content: '\e073'; }

.iconic-arrow-right-angle-thick-top-right-fill-acute:before {
  content: '\e074'; }

.iconic-arrow-right-angle-thick-top-right-fill-angled:before {
  content: '\e075'; }

.iconic-arrow-right-angle-thick-top-right-fill:before {
  content: '\e076'; }

.iconic-arrow-right-angle-thick-top-right-line:before {
  content: '\e077'; }

.iconic-arrow-right-angle-top-left-fill-acute:before {
  content: '\e078'; }

.iconic-arrow-right-angle-top-left-fill-angled:before {
  content: '\e079'; }

.iconic-arrow-right-angle-top-left-fill:before {
  content: '\e07a'; }

.iconic-arrow-right-angle-top-left-line:before {
  content: '\e07b'; }

.iconic-arrow-right-angle-top-right-fill-acute:before {
  content: '\e07c'; }

.iconic-arrow-right-angle-top-right-fill-angled:before {
  content: '\e07d'; }

.iconic-arrow-right-angle-top-right-fill:before {
  content: '\e07e'; }

.iconic-arrow-right-angle-top-right-line:before {
  content: '\e07f'; }

.iconic-arrow-right-fill-acute:before {
  content: '\e080'; }

.iconic-arrow-right-fill-angled:before {
  content: '\e081'; }

.iconic-arrow-right-fill-large-acute:before {
  content: '\e082'; }

.iconic-arrow-right-fill-large-angled:before {
  content: '\e083'; }

.iconic-arrow-right-fill-large-oblique:before {
  content: '\e084'; }

.iconic-arrow-right-fill-large:before {
  content: '\e085'; }

.iconic-arrow-right-fill-oblique:before {
  content: '\e086'; }

.iconic-arrow-right-fill:before {
  content: '\e087'; }

.iconic-arrow-right-line-acute:before {
  content: '\e088'; }

.iconic-arrow-right-line-large-acute:before {
  content: '\e089'; }

.iconic-arrow-right-line-large-oblique:before {
  content: '\e08a'; }

.iconic-arrow-right-line-large:before {
  content: '\e08b'; }

.iconic-arrow-right-line-oblique:before {
  content: '\e08c'; }

.iconic-arrow-right-line:before {
  content: '\e08d'; }

.iconic-arrow-thick-bottom-fill-acute:before {
  content: '\e08e'; }

.iconic-arrow-thick-bottom-fill-angled:before {
  content: '\e08f'; }

.iconic-arrow-thick-bottom-fill-large-acute:before {
  content: '\e090'; }

.iconic-arrow-thick-bottom-fill-large-angled:before {
  content: '\e091'; }

.iconic-arrow-thick-bottom-fill-large-oblique:before {
  content: '\e092'; }

.iconic-arrow-thick-bottom-fill-large:before {
  content: '\e093'; }

.iconic-arrow-thick-bottom-fill-oblique:before {
  content: '\e094'; }

.iconic-arrow-thick-bottom-fill:before {
  content: '\e095'; }

.iconic-arrow-thick-bottom-left-fill-acute:before {
  content: '\e096'; }

.iconic-arrow-thick-bottom-left-fill-angled:before {
  content: '\e097'; }

.iconic-arrow-thick-bottom-left-fill-large-acute:before {
  content: '\e098'; }

.iconic-arrow-thick-bottom-left-fill-large-angled:before {
  content: '\e099'; }

.iconic-arrow-thick-bottom-left-fill-large-oblique:before {
  content: '\e09a'; }

.iconic-arrow-thick-bottom-left-fill-large:before {
  content: '\e09b'; }

.iconic-arrow-thick-bottom-left-fill-oblique:before {
  content: '\e09c'; }

.iconic-arrow-thick-bottom-left-fill:before {
  content: '\e09d'; }

.iconic-arrow-thick-bottom-left-line-acute:before {
  content: '\e09e'; }

.iconic-arrow-thick-bottom-left-line-large-acute:before {
  content: '\e09f'; }

.iconic-arrow-thick-bottom-left-line-large-oblique:before {
  content: '\e0a0'; }

.iconic-arrow-thick-bottom-left-line-large:before {
  content: '\e0a1'; }

.iconic-arrow-thick-bottom-left-line-oblique:before {
  content: '\e0a2'; }

.iconic-arrow-thick-bottom-left-line:before {
  content: '\e0a3'; }

.iconic-arrow-thick-bottom-line-acute:before {
  content: '\e0a4'; }

.iconic-arrow-thick-bottom-line-large-acute:before {
  content: '\e0a5'; }

.iconic-arrow-thick-bottom-line-large-oblique:before {
  content: '\e0a6'; }

.iconic-arrow-thick-bottom-line-large:before {
  content: '\e0a7'; }

.iconic-arrow-thick-bottom-line-oblique:before {
  content: '\e0a8'; }

.iconic-arrow-thick-bottom-line:before {
  content: '\e0a9'; }

.iconic-arrow-thick-bottom-right-fill-acute:before {
  content: '\e0aa'; }

.iconic-arrow-thick-bottom-right-fill-angled:before {
  content: '\e0ab'; }

.iconic-arrow-thick-bottom-right-fill-large-acute:before {
  content: '\e0ac'; }

.iconic-arrow-thick-bottom-right-fill-large-angled:before {
  content: '\e0ad'; }

.iconic-arrow-thick-bottom-right-fill-large-oblique:before {
  content: '\e0ae'; }

.iconic-arrow-thick-bottom-right-fill-large:before {
  content: '\e0af'; }

.iconic-arrow-thick-bottom-right-fill-oblique:before {
  content: '\e0b0'; }

.iconic-arrow-thick-bottom-right-fill:before {
  content: '\e0b1'; }

.iconic-arrow-thick-bottom-right-line-acute:before {
  content: '\e0b2'; }

.iconic-arrow-thick-bottom-right-line-large-acute:before {
  content: '\e0b3'; }

.iconic-arrow-thick-bottom-right-line-large-oblique:before {
  content: '\e0b4'; }

.iconic-arrow-thick-bottom-right-line-large:before {
  content: '\e0b5'; }

.iconic-arrow-thick-bottom-right-line-oblique:before {
  content: '\e0b6'; }

.iconic-arrow-thick-bottom-right-line:before {
  content: '\e0b7'; }

.iconic-arrow-thick-left-fill-acute:before {
  content: '\e0b8'; }

.iconic-arrow-thick-left-fill-angled:before {
  content: '\e0b9'; }

.iconic-arrow-thick-left-fill-large-acute:before {
  content: '\e0ba'; }

.iconic-arrow-thick-left-fill-large-angled:before {
  content: '\e0bb'; }

.iconic-arrow-thick-left-fill-large-oblique:before {
  content: '\e0bc'; }

.iconic-arrow-thick-left-fill-large:before {
  content: '\e0bd'; }

.iconic-arrow-thick-left-fill-oblique:before {
  content: '\e0be'; }

.iconic-arrow-thick-left-fill:before {
  content: '\e0bf'; }

.iconic-arrow-thick-left-line-acute:before {
  content: '\e0c0'; }

.iconic-arrow-thick-left-line-large-acute:before {
  content: '\e0c1'; }

.iconic-arrow-thick-left-line-large-oblique:before {
  content: '\e0c2'; }

.iconic-arrow-thick-left-line-large:before {
  content: '\e0c3'; }

.iconic-arrow-thick-left-line-oblique:before {
  content: '\e0c4'; }

.iconic-arrow-thick-left-line:before {
  content: '\e0c5'; }

.iconic-arrow-thick-right-fill-acute:before {
  content: '\e0c6'; }

.iconic-arrow-thick-right-fill-angled:before {
  content: '\e0c7'; }

.iconic-arrow-thick-right-fill-large-acute:before {
  content: '\e0c8'; }

.iconic-arrow-thick-right-fill-large-angled:before {
  content: '\e0c9'; }

.iconic-arrow-thick-right-fill-large-oblique:before {
  content: '\e0ca'; }

.iconic-arrow-thick-right-fill-large:before {
  content: '\e0cb'; }

.iconic-arrow-thick-right-fill-oblique:before {
  content: '\e0cc'; }

.iconic-arrow-thick-right-fill:before {
  content: '\e0cd'; }

.iconic-arrow-thick-right-line-acute:before {
  content: '\e0ce'; }

.iconic-arrow-thick-right-line-large-acute:before {
  content: '\e0cf'; }

.iconic-arrow-thick-right-line-large-oblique:before {
  content: '\e0d0'; }

.iconic-arrow-thick-right-line-large:before {
  content: '\e0d1'; }

.iconic-arrow-thick-right-line-oblique:before {
  content: '\e0d2'; }

.iconic-arrow-thick-right-line:before {
  content: '\e0d3'; }

.iconic-arrow-thick-top-fill-acute:before {
  content: '\e0d4'; }

.iconic-arrow-thick-top-fill-angled:before {
  content: '\e0d5'; }

.iconic-arrow-thick-top-fill-large-acute:before {
  content: '\e0d6'; }

.iconic-arrow-thick-top-fill-large-angled:before {
  content: '\e0d7'; }

.iconic-arrow-thick-top-fill-large-oblique:before {
  content: '\e0d8'; }

.iconic-arrow-thick-top-fill-large:before {
  content: '\e0d9'; }

.iconic-arrow-thick-top-fill-oblique:before {
  content: '\e0da'; }

.iconic-arrow-thick-top-fill:before {
  content: '\e0db'; }

.iconic-arrow-thick-top-left-fill-acute:before {
  content: '\e0dc'; }

.iconic-arrow-thick-top-left-fill-angled:before {
  content: '\e0dd'; }

.iconic-arrow-thick-top-left-fill-large-acute:before {
  content: '\e0de'; }

.iconic-arrow-thick-top-left-fill-large-angled:before {
  content: '\e0df'; }

.iconic-arrow-thick-top-left-fill-large-oblique:before {
  content: '\e0e0'; }

.iconic-arrow-thick-top-left-fill-large:before {
  content: '\e0e1'; }

.iconic-arrow-thick-top-left-fill-oblique:before {
  content: '\e0e2'; }

.iconic-arrow-thick-top-left-fill:before {
  content: '\e0e3'; }

.iconic-arrow-thick-top-left-line-acute:before {
  content: '\e0e4'; }

.iconic-arrow-thick-top-left-line-large-acute:before {
  content: '\e0e5'; }

.iconic-arrow-thick-top-left-line-large-oblique:before {
  content: '\e0e6'; }

.iconic-arrow-thick-top-left-line-large:before {
  content: '\e0e7'; }

.iconic-arrow-thick-top-left-line-oblique:before {
  content: '\e0e8'; }

.iconic-arrow-thick-top-left-line:before {
  content: '\e0e9'; }

.iconic-arrow-thick-top-line-acute:before {
  content: '\e0ea'; }

.iconic-arrow-thick-top-line-large-acute:before {
  content: '\e0eb'; }

.iconic-arrow-thick-top-line-large-oblique:before {
  content: '\e0ec'; }

.iconic-arrow-thick-top-line-large:before {
  content: '\e0ed'; }

.iconic-arrow-thick-top-line-oblique:before {
  content: '\e0ee'; }

.iconic-arrow-thick-top-line:before {
  content: '\e0ef'; }

.iconic-arrow-thick-top-right-fill-acute:before {
  content: '\e0f0'; }

.iconic-arrow-thick-top-right-fill-angled:before {
  content: '\e0f1'; }

.iconic-arrow-thick-top-right-fill-large-acute:before {
  content: '\e0f2'; }

.iconic-arrow-thick-top-right-fill-large-angled:before {
  content: '\e0f3'; }

.iconic-arrow-thick-top-right-fill-large-oblique:before {
  content: '\e0f4'; }

.iconic-arrow-thick-top-right-fill-large:before {
  content: '\e0f5'; }

.iconic-arrow-thick-top-right-fill-oblique:before {
  content: '\e0f6'; }

.iconic-arrow-thick-top-right-fill:before {
  content: '\e0f7'; }

.iconic-arrow-thick-top-right-line-acute:before {
  content: '\e0f8'; }

.iconic-arrow-thick-top-right-line-large-acute:before {
  content: '\e0f9'; }

.iconic-arrow-thick-top-right-line-large-oblique:before {
  content: '\e0fa'; }

.iconic-arrow-thick-top-right-line-large:before {
  content: '\e0fb'; }

.iconic-arrow-thick-top-right-line-oblique:before {
  content: '\e0fc'; }

.iconic-arrow-thick-top-right-line:before {
  content: '\e0fd'; }

.iconic-arrow-top-fill-acute:before {
  content: '\e0fe'; }

.iconic-arrow-top-fill-angled:before {
  content: '\e0ff'; }

.iconic-arrow-top-fill-large-acute:before {
  content: '\e100'; }

.iconic-arrow-top-fill-large-angled:before {
  content: '\e101'; }

.iconic-arrow-top-fill-large-oblique:before {
  content: '\e102'; }

.iconic-arrow-top-fill-large:before {
  content: '\e103'; }

.iconic-arrow-top-fill-oblique:before {
  content: '\e104'; }

.iconic-arrow-top-fill:before {
  content: '\e105'; }

.iconic-arrow-top-left-fill-acute:before {
  content: '\e106'; }

.iconic-arrow-top-left-fill-angled:before {
  content: '\e107'; }

.iconic-arrow-top-left-fill-large-acute:before {
  content: '\e108'; }

.iconic-arrow-top-left-fill-large-angled:before {
  content: '\e109'; }

.iconic-arrow-top-left-fill-large-oblique:before {
  content: '\e10a'; }

.iconic-arrow-top-left-fill-large:before {
  content: '\e10b'; }

.iconic-arrow-top-left-fill-oblique:before {
  content: '\e10c'; }

.iconic-arrow-top-left-fill:before {
  content: '\e10d'; }

.iconic-arrow-top-left-line-acute:before {
  content: '\e10e'; }

.iconic-arrow-top-left-line-large-acute:before {
  content: '\e10f'; }

.iconic-arrow-top-left-line-large-oblique:before {
  content: '\e110'; }

.iconic-arrow-top-left-line-large:before {
  content: '\e111'; }

.iconic-arrow-top-left-line-oblique:before {
  content: '\e112'; }

.iconic-arrow-top-left-line:before {
  content: '\e113'; }

.iconic-arrow-top-line-acute:before {
  content: '\e114'; }

.iconic-arrow-top-line-large-acute:before {
  content: '\e115'; }

.iconic-arrow-top-line-large-oblique:before {
  content: '\e116'; }

.iconic-arrow-top-line-large:before {
  content: '\e117'; }

.iconic-arrow-top-line-oblique:before {
  content: '\e118'; }

.iconic-arrow-top-line:before {
  content: '\e119'; }

.iconic-arrow-top-right-fill-acute:before {
  content: '\e11a'; }

.iconic-arrow-top-right-fill-angled:before {
  content: '\e11b'; }

.iconic-arrow-top-right-fill-large-acute:before {
  content: '\e11c'; }

.iconic-arrow-top-right-fill-large-angled:before {
  content: '\e11d'; }

.iconic-arrow-top-right-fill-large-oblique:before {
  content: '\e11e'; }

.iconic-arrow-top-right-fill-large:before {
  content: '\e11f'; }

.iconic-arrow-top-right-fill-oblique:before {
  content: '\e120'; }

.iconic-arrow-top-right-fill:before {
  content: '\e121'; }

.iconic-arrow-top-right-line-acute:before {
  content: '\e122'; }

.iconic-arrow-top-right-line-large-acute:before {
  content: '\e123'; }

.iconic-arrow-top-right-line-large-oblique:before {
  content: '\e124'; }

.iconic-arrow-top-right-line-large:before {
  content: '\e125'; }

.iconic-arrow-top-right-line-oblique:before {
  content: '\e126'; }

.iconic-arrow-top-right-line:before {
  content: '\e127'; }

.iconic-audio-spectrum:before {
  content: '\e128'; }

.iconic-audio:before {
  content: '\e129'; }

.iconic-ban:before {
  content: '\e12a'; }

.iconic-bar-chart:before {
  content: '\e12b'; }

.iconic-basket:before {
  content: '\e12c'; }

.iconic-battery:before {
  content: '\e12d'; }

.iconic-beaker:before {
  content: '\e12e'; }

.iconic-bell:before {
  content: '\e12f'; }

.iconic-bitcoin-address:before {
  content: '\e130'; }

.iconic-bitcoin-block:before {
  content: '\e131'; }

.iconic-bitcoin-transaction:before {
  content: '\e132'; }

.iconic-bitcoin:before {
  content: '\e133'; }

.iconic-bluetooth:before {
  content: '\e134'; }

.iconic-bold:before {
  content: '\e135'; }

.iconic-book:before {
  content: '\e136'; }

.iconic-bookmark:before {
  content: '\e137'; }

.iconic-box:before {
  content: '\e138'; }

.iconic-brain:before {
  content: '\e139'; }

.iconic-briefcase:before {
  content: '\e13a'; }

.iconic-british-pound:before {
  content: '\e13b'; }

.iconic-browser-full-page:before {
  content: '\e13c'; }

.iconic-browser-type-chrome:before {
  content: '\e13d'; }

.iconic-browser-type-firefox:before {
  content: '\e13e'; }

.iconic-browser-type-internetexplorer:before {
  content: '\e13f'; }

.iconic-browser-type-safari:before {
  content: '\e140'; }

.iconic-browser-viewport:before {
  content: '\e141'; }

.iconic-browser:before {
  content: '\e142'; }

.iconic-brush:before {
  content: '\e143'; }

.iconic-bug:before {
  content: '\e144'; }

.iconic-building:before {
  content: '\e145'; }

.iconic-bullhorn:before {
  content: '\e146'; }

.iconic-calculator:before {
  content: '\e147'; }

.iconic-calendar:before {
  content: '\e148'; }

.iconic-camera-rangefinder:before {
  content: '\e149'; }

.iconic-camera-slr:before {
  content: '\e14a'; }

.iconic-caret-bottom:before {
  content: '\e14b'; }

.iconic-caret-left:before {
  content: '\e14c'; }

.iconic-caret-right:before {
  content: '\e14d'; }

.iconic-caret-top:before {
  content: '\e14e'; }

.iconic-carriage-return:before {
  content: '\e14f'; }

.iconic-cart:before {
  content: '\e150'; }

.iconic-chat:before {
  content: '\e151'; }

.iconic-check-thin:before {
  content: '\e152'; }

.iconic-check:before {
  content: '\e153'; }

.iconic-chevron-bottom:before {
  content: '\e154'; }

.iconic-chevron-left:before {
  content: '\e155'; }

.iconic-chevron-right:before {
  content: '\e156'; }

.iconic-chevron-top:before {
  content: '\e157'; }

.iconic-circle-check:before {
  content: '\e158'; }

.iconic-circle-x:before {
  content: '\e159'; }

.iconic-clipboard:before {
  content: '\e15a'; }

.iconic-clock:before {
  content: '\e15b'; }

.iconic-cloud-transfer-download:before {
  content: '\e15c'; }

.iconic-cloud-transfer-upload:before {
  content: '\e15d'; }

.iconic-cloud:before {
  content: '\e15e'; }

.iconic-cloudy:before {
  content: '\e15f'; }

.iconic-code:before {
  content: '\e160'; }

.iconic-cog:before {
  content: '\e161'; }

.iconic-cogs:before {
  content: '\e162'; }

.iconic-collapse-down:before {
  content: '\e163'; }

.iconic-collapse-left:before {
  content: '\e164'; }

.iconic-collapse-right:before {
  content: '\e165'; }

.iconic-collapse-up:before {
  content: '\e166'; }

.iconic-command:before {
  content: '\e167'; }

.iconic-comment-square:before {
  content: '\e168'; }

.iconic-compass:before {
  content: '\e169'; }

.iconic-connections:before {
  content: '\e16a'; }

.iconic-contrast:before {
  content: '\e16b'; }

.iconic-copywriting:before {
  content: '\e16c'; }

.iconic-cpu:before {
  content: '\e16d'; }

.iconic-credit-card:before {
  content: '\e16e'; }

.iconic-crop:before {
  content: '\e16f'; }

.iconic-dashboard:before {
  content: '\e170'; }

.iconic-data-transfer-download:before {
  content: '\e171'; }

.iconic-data-transfer-upload:before {
  content: '\e172'; }

.iconic-database:before {
  content: '\e173'; }

.iconic-delete:before {
  content: '\e174'; }

.iconic-delta:before {
  content: '\e175'; }

.iconic-dial:before {
  content: '\e176'; }

.iconic-document:before {
  content: '\e177'; }

.iconic-dollar:before {
  content: '\e178'; }

.iconic-double-quote-sans-left:before {
  content: '\e179'; }

.iconic-double-quote-sans-right:before {
  content: '\e17a'; }

.iconic-double-quote-serif-left:before {
  content: '\e17b'; }

.iconic-double-quote-serif-right:before {
  content: '\e17c'; }

.iconic-easel:before {
  content: '\e17d'; }

.iconic-eject:before {
  content: '\e17e'; }

.iconic-electric:before {
  content: '\e17f'; }

.iconic-elevator:before {
  content: '\e180'; }

.iconic-ellipses:before {
  content: '\e181'; }

.iconic-envelope-closed:before {
  content: '\e182'; }

.iconic-envelope-open:before {
  content: '\e183'; }

.iconic-euro:before {
  content: '\e184'; }

.iconic-excerpt:before {
  content: '\e185'; }

.iconic-expand-down:before {
  content: '\e186'; }

.iconic-expand-left:before {
  content: '\e187'; }

.iconic-expand-right:before {
  content: '\e188'; }

.iconic-expand-up:before {
  content: '\e189'; }

.iconic-external-link:before {
  content: '\e18a'; }

.iconic-eye-closed:before {
  content: '\e18b'; }

.iconic-eye-open:before {
  content: '\e18c'; }

.iconic-eyedropper:before {
  content: '\e18d'; }

.iconic-file-ai:before {
  content: '\e18e'; }

.iconic-file-css:before {
  content: '\e18f'; }

.iconic-file-dmg:before {
  content: '\e190'; }

.iconic-file-doc:before {
  content: '\e191'; }

.iconic-file-gif:before {
  content: '\e192'; }

.iconic-file-html:before {
  content: '\e193'; }

.iconic-file-jpg:before {
  content: '\e194'; }

.iconic-file-js:before {
  content: '\e195'; }

.iconic-file-json:before {
  content: '\e196'; }

.iconic-file-mov:before {
  content: '\e197'; }

.iconic-file-mp3:before {
  content: '\e198'; }

.iconic-file-pdf:before {
  content: '\e199'; }

.iconic-file-png:before {
  content: '\e19a'; }

.iconic-file-psd:before {
  content: '\e19b'; }

.iconic-file-svg:before {
  content: '\e19c'; }

.iconic-file-txt:before {
  content: '\e19d'; }

.iconic-file-xls:before {
  content: '\e19e'; }

.iconic-file-xml:before {
  content: '\e19f'; }

.iconic-file-zip:before {
  content: '\e1a0'; }

.iconic-fire:before {
  content: '\e1a1'; }

.iconic-firefly:before {
  content: '\e1a2'; }

.iconic-flag:before {
  content: '\e1a3'; }

.iconic-flash:before {
  content: '\e1a4'; }

.iconic-flow-four-up:before {
  content: '\e1a5'; }

.iconic-flow-three-up:before {
  content: '\e1a6'; }

.iconic-flow-two-up:before {
  content: '\e1a7'; }

.iconic-folder:before {
  content: '\e1a8'; }

.iconic-fork:before {
  content: '\e1a9'; }

.iconic-full-page:before {
  content: '\e1aa'; }

.iconic-fullscreen-enter:before {
  content: '\e1ab'; }

.iconic-fullscreen-exit:before {
  content: '\e1ac'; }

.iconic-funnel:before {
  content: '\e1ad'; }

.iconic-game-controller:before {
  content: '\e1ae'; }

.iconic-globe:before {
  content: '\e1af'; }

.iconic-graph:before {
  content: '\e1b0'; }

.iconic-grid-four-up:before {
  content: '\e1b1'; }

.iconic-grid-three-up:before {
  content: '\e1b2'; }

.iconic-grid-two-up:before {
  content: '\e1b3'; }

.iconic-group:before {
  content: '\e1b4'; }

.iconic-guides:before {
  content: '\e1b5'; }

.iconic-hammer:before {
  content: '\e1b6'; }

.iconic-hand:before {
  content: '\e1b7'; }

.iconic-hard-drive:before {
  content: '\e1b8'; }

.iconic-header:before {
  content: '\e1b9'; }

.iconic-headphones:before {
  content: '\e1ba'; }

.iconic-heart:before {
  content: '\e1bb'; }

.iconic-history:before {
  content: '\e1bc'; }

.iconic-home:before {
  content: '\e1bd'; }

.iconic-image-landscape:before {
  content: '\e1be'; }

.iconic-image-portrait:before {
  content: '\e1bf'; }

.iconic-inbox:before {
  content: '\e1c0'; }

.iconic-infinity:before {
  content: '\e1c1'; }

.iconic-info:before {
  content: '\e1c2'; }

.iconic-inkwell:before {
  content: '\e1c3'; }

.iconic-iphone:before {
  content: '\e1c4'; }

.iconic-italic:before {
  content: '\e1c5'; }

.iconic-justify-center:before {
  content: '\e1c6'; }

.iconic-justify-left:before {
  content: '\e1c7'; }

.iconic-justify-right:before {
  content: '\e1c8'; }

.iconic-key:before {
  content: '\e1c9'; }

.iconic-keyboard:before {
  content: '\e1ca'; }

.iconic-keypad-mobile:before {
  content: '\e1cb'; }

.iconic-laptop:before {
  content: '\e1cc'; }

.iconic-layers:before {
  content: '\e1cd'; }

.iconic-lightbulb:before {
  content: '\e1ce'; }

.iconic-lightning-bolt:before {
  content: '\e1cf'; }

.iconic-lightning:before {
  content: '\e1d0'; }

.iconic-link-broken:before {
  content: '\e1d1'; }

.iconic-link-intact:before {
  content: '\e1d2'; }

.iconic-list-nested:before {
  content: '\e1d3'; }

.iconic-list-rich:before {
  content: '\e1d4'; }

.iconic-list:before {
  content: '\e1d5'; }

.iconic-location:before {
  content: '\e1d6'; }

.iconic-lock-locked:before {
  content: '\e1d7'; }

.iconic-lock-unlocked:before {
  content: '\e1d8'; }

.iconic-loop-circular:before {
  content: '\e1d9'; }

.iconic-loop-square:before {
  content: '\e1da'; }

.iconic-loop:before {
  content: '\e1db'; }

.iconic-loupe:before {
  content: '\e1dc'; }

.iconic-magic-wand:before {
  content: '\e1dd'; }

.iconic-magnifying-glass:before {
  content: '\e1de'; }

.iconic-map-marker:before {
  content: '\e1df'; }

.iconic-map:before {
  content: '\e1e0'; }

.iconic-marquee:before {
  content: '\e1e1'; }

.iconic-medal:before {
  content: '\e1e2'; }

.iconic-media-pause:before {
  content: '\e1e3'; }

.iconic-media-play-circle:before {
  content: '\e1e4'; }

.iconic-media-play:before {
  content: '\e1e5'; }

.iconic-media-record:before {
  content: '\e1e6'; }

.iconic-media-skip-backward:before {
  content: '\e1e7'; }

.iconic-media-skip-forward:before {
  content: '\e1e8'; }

.iconic-media-step-backward:before {
  content: '\e1e9'; }

.iconic-media-step-forward:before {
  content: '\e1ea'; }

.iconic-media-stop:before {
  content: '\e1eb'; }

.iconic-medical-cross:before {
  content: '\e1ec'; }

.iconic-menu-selected:before {
  content: '\e1ed'; }

.iconic-menu:before {
  content: '\e1ee'; }

.iconic-microphone:before {
  content: '\e1ef'; }

.iconic-minus-thin:before {
  content: '\e1f0'; }

.iconic-minus:before {
  content: '\e1f1'; }

.iconic-monitor:before {
  content: '\e1f2'; }

.iconic-moon:before {
  content: '\e1f3'; }

.iconic-move:before {
  content: '\e1f4'; }

.iconic-musical-note:before {
  content: '\e1f5'; }

.iconic-network:before {
  content: '\e1f6'; }

.iconic-nexus:before {
  content: '\e1f7'; }

.iconic-open-source:before {
  content: '\e1f8'; }

.iconic-palette:before {
  content: '\e1f9'; }

.iconic-paperclip:before {
  content: '\e1fa'; }

.iconic-peace:before {
  content: '\e1fb'; }

.iconic-pen:before {
  content: '\e1fc'; }

.iconic-pencil:before {
  content: '\e1fd'; }

.iconic-people:before {
  content: '\e1fe'; }

.iconic-person-female:before {
  content: '\e1ff'; }

.iconic-person-genderless:before {
  content: '\e200'; }

.iconic-person-male:before {
  content: '\e201'; }

.iconic-pie-chart:before {
  content: '\e202'; }

.iconic-pilcrow:before {
  content: '\e203'; }

.iconic-pin:before {
  content: '\e204'; }

.iconic-platform-android:before {
  content: '\e205'; }

.iconic-platform-apple:before {
  content: '\e206'; }

.iconic-platform-linux:before {
  content: '\e207'; }

.iconic-platform-microsoft:before {
  content: '\e208'; }

.iconic-plus-thin:before {
  content: '\e209'; }

.iconic-plus:before {
  content: '\e20a'; }

.iconic-pointer:before {
  content: '\e20b'; }

.iconic-power-standby:before {
  content: '\e20c'; }

.iconic-print:before {
  content: '\e20d'; }

.iconic-project:before {
  content: '\e20e'; }

.iconic-pulse:before {
  content: '\e20f'; }

.iconic-puzzle-piece:before {
  content: '\e210'; }

.iconic-question-mark:before {
  content: '\e211'; }

.iconic-radiation:before {
  content: '\e212'; }

.iconic-rainy:before {
  content: '\e213'; }

.iconic-random:before {
  content: '\e214'; }

.iconic-ratio:before {
  content: '\e215'; }

.iconic-reload:before {
  content: '\e216'; }

.iconic-resize-both:before {
  content: '\e217'; }

.iconic-resize-height:before {
  content: '\e218'; }

.iconic-resize-width:before {
  content: '\e219'; }

.iconic-rocket:before {
  content: '\e21a'; }

.iconic-route:before {
  content: '\e21b'; }

.iconic-rss-alt:before {
  content: '\e21c'; }

.iconic-rss:before {
  content: '\e21d'; }

.iconic-scissors:before {
  content: '\e21e'; }

.iconic-screen-viewport:before {
  content: '\e21f'; }

.iconic-screenshot:before {
  content: '\e220'; }

.iconic-screwdriver:before {
  content: '\e221'; }

.iconic-script:before {
  content: '\e222'; }

.iconic-server:before {
  content: '\e223'; }

.iconic-settings:before {
  content: '\e224'; }

.iconic-shape-circle:before {
  content: '\e225'; }

.iconic-shape-hexagon:before {
  content: '\e226'; }

.iconic-shape-octagon:before {
  content: '\e227'; }

.iconic-shape-square-rounded:before {
  content: '\e228'; }

.iconic-shape-square:before {
  content: '\e229'; }

.iconic-share-boxed:before {
  content: '\e22a'; }

.iconic-share-social:before {
  content: '\e22b'; }

.iconic-share:before {
  content: '\e22c'; }

.iconic-shield:before {
  content: '\e22d'; }

.iconic-signal:before {
  content: '\e22e'; }

.iconic-signpost:before {
  content: '\e22f'; }

.iconic-social-dropbox:before {
  content: '\e230'; }

.iconic-social-facebook:before {
  content: '\e231'; }

.iconic-social-github:before {
  content: '\e232'; }

.iconic-social-google-plus:before {
  content: '\e233'; }

.iconic-social-instagram:before {
  content: '\e234'; }

.iconic-social-linkedin:before {
  content: '\e235'; }

.iconic-social-pinterest:before {
  content: '\e236'; }

.iconic-social-reddit:before {
  content: '\e237'; }

.iconic-social-tumblr:before {
  content: '\e238'; }

.iconic-social-twitter:before {
  content: '\e239'; }

.iconic-social-vimeo:before {
  content: '\e23a'; }

.iconic-social-youtube:before {
  content: '\e23b'; }

.iconic-sort-ascending:before {
  content: '\e23c'; }

.iconic-sort-descending:before {
  content: '\e23d'; }

.iconic-spreadsheet:before {
  content: '\e23e'; }

.iconic-star:before {
  content: '\e23f'; }

.iconic-sun:before {
  content: '\e240'; }

.iconic-syringe:before {
  content: '\e241'; }

.iconic-tablet:before {
  content: '\e242'; }

.iconic-tag:before {
  content: '\e243'; }

.iconic-tags:before {
  content: '\e244'; }

.iconic-target:before {
  content: '\e245'; }

.iconic-task:before {
  content: '\e246'; }

.iconic-terminal:before {
  content: '\e247'; }

.iconic-text:before {
  content: '\e248'; }

.iconic-thermometer:before {
  content: '\e249'; }

.iconic-thumb-down:before {
  content: '\e24a'; }

.iconic-thumb-up:before {
  content: '\e24b'; }

.iconic-tiara:before {
  content: '\e24c'; }

.iconic-timer:before {
  content: '\e24d'; }

.iconic-tint:before {
  content: '\e24e'; }

.iconic-tools:before {
  content: '\e24f'; }

.iconic-transfer:before {
  content: '\e250'; }

.iconic-trash:before {
  content: '\e251'; }

.iconic-ungroup:before {
  content: '\e252'; }

.iconic-vertical-align-bottom:before {
  content: '\e253'; }

.iconic-vertical-align-center:before {
  content: '\e254'; }

.iconic-vertical-align-top:before {
  content: '\e255'; }

.iconic-video:before {
  content: '\e256'; }

.iconic-viewport:before {
  content: '\e257'; }

.iconic-volume-high:before {
  content: '\e258'; }

.iconic-volume-low:before {
  content: '\e259'; }

.iconic-volume-medium:before {
  content: '\e25a'; }

.iconic-volume-off:before {
  content: '\e25b'; }

.iconic-warning:before {
  content: '\e25c'; }

.iconic-weight:before {
  content: '\e25d'; }

.iconic-wifi:before {
  content: '\e25e'; }

.iconic-wrench:before {
  content: '\e25f'; }

.iconic-x-thin:before {
  content: '\e260'; }

.iconic-x:before {
  content: '\e261'; }

.iconic-yen:before {
  content: '\e262'; }

.iconic-zoom-in:before {
  content: '\e263'; }

.iconic-zoom-out:before {
  content: '\e264'; }

/* ==========================================================================
	Base
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: white; }

html,
body {
  background: #404041;
  width: 100%;
  height: 100%; }

html {
  position: relative;
  font-size: 62.5%;
  line-height: 1.428571429;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  width: 100%; }

body {
  color: white;
  font: 400 1.6rem/2.2rem "Ubuntu", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  color: #F37022;
  margin: 0; }

/*
[Typographic scale]
6,7,8,9,10,12,14,16,18,21,24,28,32,36,42,48,55,63,73,84,96,110,127,146,167,192
*/
h1 {
  font: 500 42px/1.1 "Ubuntu", sans-serif;
  font: 500 4.2rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 20px; }

h2 {
  font: 500 36px/1.1 "Ubuntu", sans-serif;
  font: 500 3.6rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 20px; }

h3 {
  font: 500 32px/1.1 "Ubuntu", sans-serif;
  font: 500 3.2rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 20px; }

h4 {
  font: 500 28px/1.1 "Ubuntu", sans-serif;
  font: 500 2.8rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 10px; }

h5 {
  font: 500 24px/1.1 "Ubuntu", sans-serif;
  font: 500 2.4rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 10px; }

h6 {
  font: 500 21px/1.1 "Ubuntu", sans-serif;
  font: 500 2.1rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 10px; }

p {
  font: 300 16px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
  margin: 0 0 30px; }
  p.lead {
    font: 300 18px/1.428571429 "Ubuntu", sans-serif;
    font: 300 1.8rem/1.428571429 "Ubuntu", sans-serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: white; }

blockquote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  color: white;
  text-align: center;
  border: 0;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 10px 0; }
  blockquote p {
    font: 300 21px/1.428571429 "Ubuntu", sans-serif;
    font: 300 2.1rem/1.428571429 "Ubuntu", sans-serif;
    text-align: center;
    margin: 0; }
  blockquote span.author {
    display: block;
    font: 500 16px/1.428571429 "Ubuntu", sans-serif;
    font: 500 1.6rem/1.428571429 "Ubuntu", sans-serif;
    color: white;
    text-transform: capitalize;
    margin-top: 18px; }
    blockquote span.author:before {
      content: "-";
      font: 600 16px/1.428571429 "Ubuntu", sans-serif;
      font: 600 1.6rem/1.428571429 "Ubuntu", sans-serif;
      margin-right: 5px; }

li {
  font: 300 18px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.8rem/1.428571429 "Ubuntu", sans-serif; }

dt {
  font: 500 24px/1.1 "Ubuntu", sans-serif;
  font: 500 2.4rem/1.1 "Ubuntu", sans-serif;
  color: #F37022;
  margin-bottom: 20px; }

dd {
  font: 300 16px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
  margin: 0 0 30px; }

a {
  text-decoration: none;
  color: white;
  border-bottom: 2px solid white;
  cursor: pointer; }

a[role="link"] {
  font-style: italic; }

a:visited {
  opacity: 0.5; }

a:hover {
  text-decoration: none;
  color: #F37022;
  border-bottom: 2px solid #F37022; }

strong {
  font-weight: 500; }

hr {
  border-top: 2px solid white; }

i {
  margin-right: 8px; }

figure {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  figure figcaption {
    font: italic 300 16px/1.428571429 "Ubuntu", sans-serif;
    font: italic 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
    margin-top: 8px; }

.table {
  text-align: left;
  width: 100%;
  margin-bottom: 30px; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    padding: 15px 20px; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    line-height: 1.1; }
  .table > thead > tr > th {
    border-bottom: none; }
  .table thead th {
    font: 500 24px/1.1 "Ubuntu", sans-serif;
    font: 500 2.4rem/1.1 "Ubuntu", sans-serif;
    color: white;
    background: #F37022; }
  .table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.1); }
  .table tbody tr td {
    font: 300 18px/1.428571429 "Ubuntu", sans-serif;
    font: 300 1.8rem/1.428571429 "Ubuntu", sans-serif; }

time {
  display: block;
  font: 500 14px/1.428571429 "Ubuntu", sans-serif;
  font: 500 1.4rem/1.428571429 "Ubuntu", sans-serif;
  margin-bottom: 10px; }

::-moz-selection {
  color: white;
  background: #F37022;
  text-shadow: none; }

::selection {
  color: white;
  background: #orange;
  text-shadow: none; }

.image-as-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .image-as-bg img,
  .image-as-bg a img {
    opacity: 0; }
  .image-as-bg a:hover img {
    opacity: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

/* ==========================================================================
	Accessibility
   ========================================================================== */
.accessibility a {
  position: absolute;
  font: 500 21px/1.428571429 "Ubuntu", sans-serif;
  font: 500 2.1rem/1.428571429 "Ubuntu", sans-serif;
  text-decoration: none;
  background: #FFDE00;
  color: black;
  margin: 10px;
  padding: 15px 20px;
  left: -1000px;
  z-index: 200; }
  .accessibility a:active, .accessibility a:focus, .accessibility a:hover {
    display: inline;
    color: black;
    outline: 4px solid #FFDE00;
    left: 0;
    top: 0; }

/* ==========================================================================
	Gravity Forms
	 ========================================================================== */
.gform_wrapper ul {
  padding-left: 0 !important; }
.gform_wrapper li:before {
  content: "" !important; }
.gform_wrapper form {
  margin-bottom: 0; }
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #a94442; }
.gform_wrapper .ginput_container input[type="checkbox"],
.gform_wrapper .ginput_container input[type="radio"] {
  width: auto;
  display: inline-block;
  margin-right: 8px; }
.gform_wrapper .ginput_container .gfield_radio label,
.gform_wrapper .ginput_container .gfield_checkbox label {
  text-transform: normal;
  font-size: 95% !important;
  font-weight: 300 !important; }
.gform_wrapper .ginput_container textarea {
  height: auto; }
.gform_wrapper .gform_wrapper .gfield_error .gfield_label {
  color: #a94442; }
.gform_wrapper .gform_wrapper .gfield_error input,
.gform_wrapper .gform_wrapper .gfield_error select,
.gform_wrapper .gform_wrapper .gfield_error textarea {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442; }
  .gform_wrapper .gform_wrapper .gfield_error input:focus,
  .gform_wrapper .gform_wrapper .gfield_error select:focus,
  .gform_wrapper .gform_wrapper .gfield_error textarea:focus {
    border-color: #a94442;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6); }
.gform_wrapper .hidden_label label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.gform_wrapper .gfield_description {
  font-size: 75%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px; }

/* ==========================================================================
	Structure
   ========================================================================== */
#wrapper * {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s; }

.col-xs-5ths {
  width: 20%;
  float: left; }

#main {
  position: relative;
  background: #404041;
  width: 100%;
  height: 100%;
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    #main {
      padding-top: 0; } }
  #main #profile {
    background: black; }
  #main .content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 1;
    /* needed for setting pseudo-element z-index */ }

/* ==========================================================================
	Header
   ========================================================================== */
#global-header {
  position: fixed;
  background: #F37022;
  width: 100%;
  height: 60px;
  z-index: 100; }

/* ==========================================================================
	Navigation
   ========================================================================== */
#main-menu {
  position: relative;
  z-index: 100; }
  #main-menu ul {
    position: relative;
    float: left;
    left: 50%;
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    #main-menu ul:after {
      content: "";
      display: block;
      clear: both; }
    #main-menu ul li {
      float: left;
      position: relative;
      display: block;
      margin: 0;
      right: 50%; }
      #main-menu ul li.current {
        background: black; }
      #main-menu ul li a {
        display: block;
        font: 500 14px/60px "Ubuntu", sans-serif;
        font: 500 1.4rem/6rem "Ubuntu", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        border: none;
        padding: 0 20px; }
      #main-menu ul li:hover {
        background: black; }

/* ==========================================================================
	Content
   ========================================================================== */
/*Styles*/
#main .content small {
  display: block;
  font: 500 14px/1.1 "Ubuntu", sans-serif;
  font: 500 1.4rem/1.1 "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px; }
#main .content mark {
  font-weight: 400;
  color: #F37022;
  background-color: transparent;
  padding: 0; }
#main .content ul {
  position: relative;
  margin: 0 0 30px;
  padding-left: 35px; }
  #main .content ul li {
    font: 300 18px/1.428571429 "Ubuntu", sans-serif;
    font: 300 1.8rem/1.428571429 "Ubuntu", sans-serif;
    list-style: none;
    margin-bottom: 15px; }
    #main .content ul li:before-child {
      content: "\e153";
      position: absolute;
      font: 400 16px/1.428571429 'iconic-sm';
      font: 400 1.6rem/1.428571429 'iconic-sm';
      color: #F37022;
      margin: 0 0 0 -35px; }
    #main .content ul li:last-child {
      margin-bottom: 0; }
    #main .content ul li ul {
      margin: 5px 0;
      padding-left: 35px; }
      #main .content ul li ul li:before {
        color: white; }
      #main .content ul li ul li li {
        margin-bottom: 10px; }
#main .content ol {
  position: relative;
  counter-reset: li;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 35px; }
  #main .content ol li {
    font: 300 18px/1.428571429 "Ubuntu", sans-serif;
    font: 300 1.8rem/1.428571429 "Ubuntu", sans-serif;
    list-style: none;
    margin-bottom: 15px; }
    #main .content ol li:first-child {
      display: block;
      position: absolute;
      content: counter(li,decimal);
      counter-increment: li;
      background: #F37022;
      font: 500 14px/20px "Ubuntu", sans-serif;
      font: 500 1.4rem/20px "Ubuntu", sans-serif;
      text-align: center;
      color: white;
      border-radius: 10px;
      margin-left: -35px;
      margin-top: 2px;
      width: 20px; }
    #main .content ol li:last-child {
      margin-bottom: 0; }
    #main .content ol li ol {
      margin: 10px 0 20px; }
      #main .content ol li ol li:before {
        content: counter(li,lower-alpha);
        background: white;
        color: #404041; }

#main .content label {
  font: 500 14px/1.1 "Ubuntu", sans-serif;
  font: 500 1.4rem/1.1 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: white; }

#main .content input,
#main .content textarea {
  font: 300 16px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
  background: white;
  color: black; }

#main .content textarea {
  height: 160px !important;
  width: 100%; }

#main .content .form-control, #main .content .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container #main .content input,
#main .content .gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #main .content select,
#main .content .gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container #main .content textarea {
  font: 300 16px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
  border: 2px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  height: auto;
  padding: 8px 12px; }

#main .content .form-control:focus, #main .content .gform_wrapper .ginput_container input:focus, .gform_wrapper .ginput_container #main .content input:focus,
#main .content .gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container #main .content select:focus,
#main .content .gform_wrapper .ginput_container textarea:focus,
.gform_wrapper .ginput_container #main .content textarea:focus {
  font: 400 16px/1.428571429 "Ubuntu", sans-serif;
  font: 400 1.6rem/1.428571429 "Ubuntu", sans-serif;
  background: white;
  color: black;
  border: 2px solid white; }

#main .content input::-webkit-input-placeholder,
#main .content textarea::-webkit-input-placeholder {
  font: 300 16px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
  color: #404041; }

#main .content input::-moz-placeholder,
#main .content textarea::-moz-placeholder {
  font: 300 16px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.6rem/1.428571429 "Ubuntu", sans-serif;
  color: #404041; }

#main .content input:-ms-input-placeholder
#main .content textarea:-ms-input-placeholder {
  color: #404041; }

#main > section#contact {
  background: #404041 none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  z-index: 2147483647; }

.btn, .gform_wrapper .gform_button {
  position: relative;
  font: 500 14px/50px "Ubuntu", sans-serif;
  font: 500 1.4rem/5rem "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: white;
  background: #F37022;
  border: none;
  border-radius: 3px;
  vertical-align: middle;
  top: 0;
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: top ease 0.05s;
  -moz-transition: top ease 0.05s;
  -ms-transition: top ease 0.05s;
  -o-transition: top ease 0.05s;
  transition: top ease 0.05s;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  border: none; }
  .btn:focus, .gform_wrapper .gform_button:focus {
    outline: none; }
  .btn:hover, .gform_wrapper .gform_button:hover {
    color: white;
    top: -5px;
    border: none; }

/* Contact form button at the bottom */
.button.btn, .gform_wrapper .button.gform_button {
  float: right; }

.btn-nav {
  background: transparent url("../images/mouse-icon.svg") no-repeat scroll 0 0;
  bottom: 40px;
  cursor: pointer;
  height: 34px;
  left: 50%;
  margin: 0 0 0 -35px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 70px;
  z-index: 2; }
  .btn-nav:hover {
    bottom: 60px; }

.need-an-appraisal {
  position: fixed;
  background: #F37022;
  bottom: 80px;
  cursor: pointer;
  right: 0;
  z-index: 2;
  border: none; }
  .need-an-appraisal .inner {
    padding: 20px; }
  .need-an-appraisal h2, .need-an-appraisal p {
    color: white;
    margin-bottom: 0; }
  .need-an-appraisal h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 5px; }
  .need-an-appraisal:hover {
    bottom: 90px;
    border: none; }
  .need-an-appraisal:focus {
    text-decoration: none; }
  .need-an-appraisal.hideThis {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%); }
  @media screen and (max-width: 767px) {
    .need-an-appraisal {
      bottom: 40px; }
      .need-an-appraisal h2 {
        font-size: 21px; } }

#main .billboard {
  background: url(../images/billboard.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 640px;
  position: relative; }
  #main .billboard .display-table {
    display: table;
    background: rgba(0, 0, 0, 0.66);
    width: 100%;
    height: 100%; }
  #main .billboard .v-align {
    display: table-cell;
    vertical-align: middle; }
  #main .billboard .logo {
    display: block;
    border: none;
    width: 380px;
    height: 130px; }
    @media screen and (max-width: 767px) {
      #main .billboard .logo {
        width: 300px;
        height: 103px; } }

#main #thinking-of-selling .content p {
  font: 300 18px/1.428571429 "Ubuntu", sans-serif;
  font: 300 1.8rem/1.428571429 "Ubuntu", sans-serif; }

#main #profile .content h2 {
  font: 500 21px/1.1 "Ubuntu", sans-serif;
  font: 500 2.1rem/1.1 "Ubuntu", sans-serif;
  margin-bottom: 8px; }

#main .content ul li.phone:before {
  content: "\e1c4";
  position: absolute;
  font: 16px/1.428571429 'iconic-sm';
  font: 1.6rem/1.428571429 'iconic-sm';
  color: white;
  margin-left: -26px; }

#main .content ul li.phone a {
  border-bottom-color: transparent; }

#main .content ul li.mail:before {
  content: "\e182";
  position: absolute;
  font: 16px/1.428571429 'iconic-sm';
  font: 1.6rem/1.428571429 'iconic-sm';
  color: white;
  margin: 2px 0 0 -30px; }

/* ==========================================================================
	Footer
   ========================================================================== */
#global-footer {
  padding: 60px 0; }
  #global-footer h3 {
    font: 500 14px/1.1 "Ubuntu", sans-serif;
    font: 500 1.4rem/1.1 "Ubuntu", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #global-footer ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0; }
    #global-footer ul li {
      font: 500 12px/1.428571429 "Ubuntu", sans-serif;
      font: 500 1.2rem/1.428571429 "Ubuntu", sans-serif;
      margin-bottom: 5px; }
      #global-footer ul li a {
        color: black;
        border-bottom: 1px solid transparent; }
        #global-footer ul li a:hover {
          color: black;
          border-bottom: 1px solid black; }

/* ==========================================================================
	Media queries
   ========================================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .table {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto; }

  form input,
  form textarea {
    -webkit-hyphens: caret;
    -moz-hyphens: caret;
    hyphens: caret; }

  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  form input,
  form textarea {
    -webkit-hyphens: caret;
    -moz-hyphens: caret;
    hyphens: caret; }

  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  form input,
  form textarea {
    -webkit-hyphens: caret;
    -moz-hyphens: caret;
    hyphens: caret; }

  .col-sm-5ths {
    width: 20%;
    float: left; } }
/* ==========================================================================
	Animation
   ========================================================================== */
/* ==========================================================================
	No Script
   ========================================================================== */
#noscript-wrapper {
  display: block;
  position: fixed;
  font: 500 21px/1.1 "Ubuntu", sans-serif;
  font: 500 2.1rem/1.1 "Ubuntu", sans-serif;
  text-align: center;
  color: white;
  background: #CC0000;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  z-index: 200; }

#noscript-wrapper span {
  font: 500 21px/1.1 "Ubuntu", sans-serif;
  font: 500 2.1rem/1.1 "Ubuntu", sans-serif; }

/* ==========================================================================
	Print styles
   ========================================================================== */
@media print {
  @page {
    size: A4;
    margin: 2cm; }
  html,
  body,
  p {
    background: none;
    color: black !important; }

  blockquote {
    border: none; }

  figure figcaption {
    position: relative;
    font: italic 400 14px/1.428571429 "Ubuntu", sans-serif;
    font: italic 400 1.4rem/1.428571429 "Ubuntu", sans-serif;
    background: transparent !important;
    color: black; }

  table,
  .table {
    display: table;
    width: inherit;
    text-align: left;
    margin: 1px; }

  th {
    border-bottom: 1px solid black;
    font-weight: 500; }

  td {
    border-bottom: 1px solid black; }

  th,
  td {
    padding: 4px 10px 4px 0; }

  tfoot {
    font-style: italic; }

  caption {
    text-align: left;
    background: transparent;
    margin-bottom: 2em; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; } }
