/******************************************************************
Site Name: Lookout Services
Author: Design At Work

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
.slide-fix {
	visibility:hidden;
}
.newsarchive { 
	display: none;
}
.newsletters:hover .newsarchive{
	display : block;
}
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*LABEL OVERIDE*/
.gform_wrapper .left_label .gfield_label {
	width: 45%;
}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
	width: 50% !important;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*! UIkit 2.11.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
html {
  font: 400 14px / 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  color: #444; }

body {
  margin: 0; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

.uk-link, a {
  color: #07d;
  text-decoration: none;
  cursor: pointer; }

.uk-link:hover, a:hover {
  color: #059;
  text-decoration: underline; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  font-size: 12px;
  font-family: Consolas,monospace,serif;
  color: #d05;
  white-space: nowrap; }

em {
  color: #d05; }

ins {
  background: #ffa;
  color: #444;
  text-decoration: none; }

mark {
  background: #ffa;
  color: #444; }

q {
  font-style: italic; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle; }

.uk-img-preserve, .uk-img-preserve img {
  max-width: none; }

svg:not(:root) {
  overflow: hidden; }

address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 15px; }

* + address, * + blockquote, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 15px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #444;
  text-transform: none; }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 25px; }

.uk-h1, h1 {
  font-size: 36px;
  line-height: 42px; }

.uk-h2, h2 {
  font-size: 24px;
  line-height: 30px; }

.uk-h3, h3 {
  font-size: 18px;
  line-height: 24px; }

.uk-h4, h4 {
  font-size: 16px;
  line-height: 22px; }

.uk-h5, h5 {
  font-size: 14px;
  line-height: 20px; }

.uk-h6, h6 {
  font-size: 12px;
  line-height: 18px; }

ol, ul {
  padding-left: 30px; }

ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
  margin: 0; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd; }

address {
  font-style: normal; }

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic; }

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas,monospace,serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto; }

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

progress {
  vertical-align: baseline; }

[hidden], audio:not([controls]), template {
  display: none; }

iframe {
  border: 0; }


.gform_wrapper form .left_label li.gfield_html_formatted, .gform_wrapper form .right_label li.gfield_html_formatted {
  margin-left:0 !important;
  width: 100% !important;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
.uk-grid:after, .uk-grid:before {
  content: " ";
  display: table; }

.uk-grid:after {
  clear: both; }

.uk-grid {
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none; }

.uk-grid > * {
  margin: 0;
  padding-left: 25px;
  float: left; }

.uk-grid > * > :last-child {
  margin-bottom: 0; }

.uk-grid + .uk-grid, .uk-grid > * > .uk-panel + .uk-panel, .uk-grid > .uk-grid-margin {
  margin-top: 25px; }

@media (min-width: 1220px) {
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -35px; }

  .uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 35px; }

  .uk-grid:not(.uk-grid-preserve) + .uk-grid, .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel, .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
    margin-top: 35px; } }
.uk-grid.uk-grid-small {
  margin-left: -10px; }

.uk-grid.uk-grid-small > * {
  padding-left: 10px; }

.uk-grid.uk-grid-small + .uk-grid-small, .uk-grid.uk-grid-small > * > .uk-panel + .uk-panel, .uk-grid.uk-grid-small > .uk-grid-margin {
  margin-top: 10px; }

.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px; }

.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px; }

.uk-grid-divider > [class*=uk-width-1-]:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider > [class*=uk-width-2-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-3-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-4-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-5-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-6-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-7-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-8-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-9-]:nth-child(n+2) {
  border-left: 1px solid #ddd; }

@media (min-width: 768px) {
  .uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
@media (min-width: 960px) {
  .uk-grid-divider > [class*=uk-width-large-]:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
@media (min-width: 1220px) {
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
    margin-left: -35px;
    margin-right: -35px; }

  .uk-grid-divider:not(.uk-grid-preserve) > * {
    padding-left: 35px;
    padding-right: 35px; }

  .uk-grid-divider:not(.uk-grid-preserve):empty {
    margin-top: 35px;
    margin-bottom: 35px; } }
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd; }

[class*=uk-grid-width] > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.uk-grid-width-1-2 > * {
  width: 50%; }

.uk-grid-width-1-3 > * {
  width: 33.333%; }

.uk-grid-width-1-4 > * {
  width: 25%; }

.uk-grid-width-1-5 > * {
  width: 20%; }

.uk-grid-width-1-6 > * {
  width: 16.666%; }

.uk-grid-width-1-10 > * {
  width: 10%; }

@media (min-width: 480px) {
  .uk-grid-width-small-1-2 > * {
    width: 50%; }

  .uk-grid-width-small-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-small-1-4 > * {
    width: 25%; }

  .uk-grid-width-small-1-5 > * {
    width: 20%; }

  .uk-grid-width-small-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-small-1-10 > * {
    width: 10%; } }
@media (min-width: 768px) {
  .uk-grid-width-medium-1-2 > * {
    width: 50%; }

  .uk-grid-width-medium-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-medium-1-4 > * {
    width: 25%; }

  .uk-grid-width-medium-1-5 > * {
    width: 20%; }

  .uk-grid-width-medium-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-medium-1-10 > * {
    width: 10%; } }
@media (min-width: 960px) {
  .uk-grid-width-large-1-2 > * {
    width: 50%; }

  .uk-grid-width-large-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-large-1-4 > * {
    width: 25%; }

  .uk-grid-width-large-1-5 > * {
    width: 20%; }

  .uk-grid-width-large-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-large-1-10 > * {
    width: 10%; } }
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%; }

  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-xlarge-1-4 > * {
    width: 25%; }

  .uk-grid-width-xlarge-1-5 > * {
    width: 20%; }

  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-xlarge-1-10 > * {
    width: 10%; } }
[class*=uk-width] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.uk-width-1-1 {
  width: 100%; }

.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
  width: 50%; }

.uk-width-1-3, .uk-width-2-6 {
  width: 33.333%; }

.uk-width-2-3, .uk-width-4-6 {
  width: 66.666%; }

.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

.uk-width-1-5, .uk-width-2-10 {
  width: 20%; }

.uk-width-2-5, .uk-width-4-10 {
  width: 40%; }

.uk-width-3-5, .uk-width-6-10 {
  width: 60%; }

.uk-width-4-5, .uk-width-8-10 {
  width: 80%; }

.uk-width-1-6 {
  width: 16.666%; }

.uk-width-5-6 {
  width: 83.333%; }

.uk-width-1-10 {
  width: 10%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-9-10 {
  width: 90%; }

@media (min-width: 480px) {
  .uk-width-small-1-1 {
    width: 100%; }

  .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
    width: 50%; }

  .uk-width-small-1-3, .uk-width-small-2-6 {
    width: 33.333%; }

  .uk-width-small-2-3, .uk-width-small-4-6 {
    width: 66.666%; }

  .uk-width-small-1-4 {
    width: 25%; }

  .uk-width-small-3-4 {
    width: 75%; }

  .uk-width-small-1-5, .uk-width-small-2-10 {
    width: 20%; }

  .uk-width-small-2-5, .uk-width-small-4-10 {
    width: 40%; }

  .uk-width-small-3-5, .uk-width-small-6-10 {
    width: 60%; }

  .uk-width-small-4-5, .uk-width-small-8-10 {
    width: 80%; }

  .uk-width-small-1-6 {
    width: 16.666%; }

  .uk-width-small-5-6 {
    width: 83.333%; }

  .uk-width-small-1-10 {
    width: 10%; }

  .uk-width-small-3-10 {
    width: 30%; }

  .uk-width-small-7-10 {
    width: 70%; }

  .uk-width-small-9-10 {
    width: 90%; } }
@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%; }

  .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
    width: 50%; }

  .uk-width-medium-1-3, .uk-width-medium-2-6 {
    width: 33.333%; }

  .uk-width-medium-2-3, .uk-width-medium-4-6 {
    width: 66.666%; }

  .uk-width-medium-1-4 {
    width: 25%; }

  .uk-width-medium-3-4 {
    width: 75%; }

  .uk-width-medium-1-5, .uk-width-medium-2-10 {
    width: 20%; }

  .uk-width-medium-2-5, .uk-width-medium-4-10 {
    width: 40%; }

  .uk-width-medium-3-5, .uk-width-medium-6-10 {
    width: 60%; }

  .uk-width-medium-4-5, .uk-width-medium-8-10 {
    width: 80%; }

  .uk-width-medium-1-6 {
    width: 16.666%; }

  .uk-width-medium-5-6 {
    width: 83.333%; }

  .uk-width-medium-1-10 {
    width: 10%; }

  .uk-width-medium-3-10 {
    width: 30%; }

  .uk-width-medium-7-10 {
    width: 70%; }

  .uk-width-medium-9-10 {
    width: 90%; } }
@media (min-width: 960px) {
  .uk-width-large-1-1 {
    width: 100%; }

  .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
    width: 50%; }

  .uk-width-large-1-3, .uk-width-large-2-6 {
    width: 33.333%; }

  .uk-width-large-2-3, .uk-width-large-4-6 {
    width: 66.666%; }

  .uk-width-large-1-4 {
    width: 25%; }

  .uk-width-large-3-4 {
    width: 75%; }

  .uk-width-large-1-5, .uk-width-large-2-10 {
    width: 20%; }

  .uk-width-large-2-5, .uk-width-large-4-10 {
    width: 40%; }

  .uk-width-large-3-5, .uk-width-large-6-10 {
    width: 60%; }

  .uk-width-large-4-5, .uk-width-large-8-10 {
    width: 80%; }

  .uk-width-large-1-6 {
    width: 16.666%; }

  .uk-width-large-5-6 {
    width: 83.333%; }

  .uk-width-large-1-10 {
    width: 10%; }

  .uk-width-large-3-10 {
    width: 30%; }

  .uk-width-large-7-10 {
    width: 70%; }

  .uk-width-large-9-10 {
    width: 90%; } }
@media (min-width: 768px) {
  [class*=uk-pull-], [class*=uk-push-] {
    position: relative; }

  .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 {
    left: 50%; }

  .uk-push-1-3, .uk-push-2-6 {
    left: 33.333%; }

  .uk-push-2-3, .uk-push-4-6 {
    left: 66.666%; }

  .uk-push-1-4 {
    left: 25%; }

  .uk-push-3-4 {
    left: 75%; }

  .uk-push-1-5, .uk-push-2-10 {
    left: 20%; }

  .uk-push-2-5, .uk-push-4-10 {
    left: 40%; }

  .uk-push-3-5, .uk-push-6-10 {
    left: 60%; }

  .uk-push-4-5, .uk-push-8-10 {
    left: 80%; }

  .uk-push-1-6 {
    left: 16.666%; }

  .uk-push-5-6 {
    left: 83.333%; }

  .uk-push-1-10 {
    left: 10%; }

  .uk-push-3-10 {
    left: 30%; }

  .uk-push-7-10 {
    left: 70%; }

  .uk-push-9-10 {
    left: 90%; }

  .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 {
    left: -50%; }

  .uk-pull-1-3, .uk-pull-2-6 {
    left: -33.333%; }

  .uk-pull-2-3, .uk-pull-4-6 {
    left: -66.666%; }

  .uk-pull-1-4 {
    left: -25%; }

  .uk-pull-3-4 {
    left: -75%; }

  .uk-pull-1-5, .uk-pull-2-10 {
    left: -20%; }

  .uk-pull-2-5, .uk-pull-4-10 {
    left: -40%; }

  .uk-pull-3-5, .uk-pull-6-10 {
    left: -60%; }

  .uk-pull-4-5, .uk-pull-8-10 {
    left: -80%; }

  .uk-pull-1-6 {
    left: -16.666%; }

  .uk-pull-5-6 {
    left: -83.333%; }

  .uk-pull-1-10 {
    left: -10%; }

  .uk-pull-3-10 {
    left: -30%; }

  .uk-pull-7-10 {
    left: -70%; }

  .uk-pull-9-10 {
    left: -90%; } }
.uk-panel {
  display: block;
  position: relative; }

.uk-panel:after, .uk-panel:before {
  content: " ";
  display: table; }

.uk-panel:after {
  clear: both; }

.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0; }

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #444; }

.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444; }

.uk-panel-box .uk-panel-title {
  color: #444; }

.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px; }

.uk-panel-box .uk-panel-teaser {
  margin: -15px -15px 15px; }

.uk-panel-box > .uk-nav-side {
  margin: 0 -15px; }

.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091; }

.uk-panel-box-primary .uk-panel-title {
  color: #2d7091; }

.uk-panel-box-secondary {
  background-color: #eee;
  color: #444; }

.uk-panel-box-secondary .uk-panel-title {
  color: #444; }

.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #444; }

.uk-panel-space {
  padding: 30px; }

.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px; }

.uk-panel + .uk-panel-divider {
  margin-top: 50px !important; }

.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd; }

@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important; }

  .uk-panel + .uk-panel-divider:before {
    top: -35px; } }
.uk-article:after, .uk-article:before {
  content: " ";
  display: table; }

.uk-article:after {
  clear: both; }

.uk-article > :last-child {
  margin-bottom: 0; }

.uk-article + .uk-article {
  margin-top: 25px; }

.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: none; }

.uk-article-title a {
  color: inherit;
  text-decoration: none; }

.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999; }

.uk-article-lead {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

.uk-article-divider {
  margin-bottom: 25px;
  border-color: #ddd; }

* + .uk-article-divider {
  margin-top: 25px; }

.uk-comment-header {
  margin-bottom: 15px; }

.uk-comment-header:after, .uk-comment-header:before {
  content: " ";
  display: table; }

.uk-comment-header:after {
  clear: both; }

.uk-comment-avatar {
  margin-right: 15px;
  float: left; }

.uk-comment-title {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 22px; }

.uk-comment-meta {
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999; }

.uk-comment-body > :last-child {
  margin-bottom: 0; }

.uk-comment-list {
  padding: 0;
  list-style: none; }

.uk-comment-list .uk-comment + ul {
  margin: 15px 0 0;
  list-style: none; }

.uk-comment-list .uk-comment + ul > li:nth-child(n+2), .uk-comment-list > li:nth-child(n+2) {
  margin-top: 15px; }

@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px; } }
.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  
.job-listings .uk-nav ul ul {
  list-style: disc; }

.uk-nav li > a {
  display: block;
  text-decoration: none; }

.uk-nav > li > a {
  padding: 5px 15px; }

.uk-nav ul {
  padding-left: 15px; }

.uk-nav ul a {
  padding: 2px 0; }

.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px; }

.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px; }

.uk-nav-header:not(:first-child) {
  margin-top: 15px; }

.uk-nav-divider {
  margin: 9px 15px; }

ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

/*ul.uk-nav-sub>li ul li {list-style: disc !important;}*/

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center; }

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107"; }

.uk-nav-side > li > a {
  color: #444; }

.uk-nav-side > li > a:focus, .uk-nav-side > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  outline: 0; }

.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #fff; }

.uk-nav-side .uk-nav-header {
  color: #444; }

.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-side ul a {
  color: #07d; }

.uk-nav-side ul a:hover {
  color: #059; }

.uk-nav-dropdown > li > a {
  color: #444; }

.uk-nav-dropdown > li > a:focus, .uk-nav-dropdown > li > a:hover {
  background: #00a8e6;
  color: #fff;
  outline: 0; }

.uk-nav-dropdown .uk-nav-header {
  color: #999; }

.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-dropdown ul a {
  color: #07d; }

.uk-nav-dropdown ul a:hover {
  color: #059; }

.uk-nav-navbar > li > a {
  color: #444; }

.uk-nav-navbar > li > a:focus, .uk-nav-navbar > li > a:hover {
  background: #00a8e6;
  color: #fff;
  outline: 0; }

.uk-nav-navbar .uk-nav-header {
  color: #999; }

.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-navbar ul a {
  color: #07d; }

.uk-nav-navbar ul a:hover {
  color: #059; }

.uk-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px; }

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
  background: #404040;
  color: #fff;
  outline: 0; }

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #fff; }

.uk-nav-offcanvas .uk-nav-header {
  color: #777; }

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a; }

.uk-nav-offcanvas ul a {
  color: #ccc; }

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff; }

.uk-navbar {
  background: #eee;
  color: #444; }

.uk-navbar:after, .uk-navbar:before {
  content: " ";
  display: table; }

.uk-navbar:after {
  clear: both; }

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; }

.uk-navbar-nav > li {
  float: left;
  position: relative; }

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  color: #444;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400; }

.uk-navbar-nav > li > a[href='#'] {
  cursor: text; }

.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
  background-color: #f5f5f5;
  color: #444;
  outline: 0; }

.uk-navbar-nav > li > a:active {
  background-color: #ddd;
  color: #444; }

.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444; }

.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px; }

.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px; }

.uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left; }

.uk-navbar-brand:before, .uk-navbar-content:before, .uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0; }

.uk-navbar-content > a:not([class]) {
  color: #07d; }

.uk-navbar-content > a:not([class]):hover {
  color: #059; }

.uk-navbar-brand {
  font-size: 18px;
  color: #444;
  text-decoration: none; }

.uk-navbar-brand:focus, .uk-navbar-brand:hover {
  color: #444;
  text-decoration: none;
  outline: 0; }

.uk-navbar-toggle {
  font-size: 18px;
  color: #444;
  text-decoration: none; }

.uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
  color: #444;
  text-decoration: none;
  outline: 0; }

.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  vertical-align: middle; }

.uk-navbar-toggle-alt:after {
  content: "\f002"; }

.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.uk-navbar-flip {
  float: right; }

.uk-subnav {
  padding: 0;
  list-style: none;
  font-size: 0; }

.uk-subnav > li {
  position: relative;
  font-size: 1rem;
  vertical-align: top; }

.uk-subnav > li, .uk-subnav > li > a, .uk-subnav > li > span {
  display: inline-block; }

.uk-subnav > li:nth-child(n+2) {
  margin-left: 10px; }

.uk-subnav > li > a {
  color: #07d; }

.uk-subnav > li > a:hover {
  color: #059; }

.uk-subnav > li > span {
  color: #999; }

.uk-subnav-line > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  border-left: 1px solid #ddd; }

.uk-subnav-pill > li > a, .uk-subnav-pill > li > span {
  padding: 3px 9px;
  text-decoration: none; }

.uk-subnav-pill > li > a:focus, .uk-subnav-pill > li > a:hover {
  background: #eee;
  color: #444;
  outline: 0; }

.uk-subnav-pill > li.uk-active > a {
  background: #00a8e6;
  color: #fff; }

.uk-breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 0; }

.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top; }

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
  display: inline-block; }

.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px; }

.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999; }

.uk-pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }

.uk-pagination:after, .uk-pagination:before {
  content: " ";
  display: table; }

.uk-pagination:after {
  clear: both; }

.uk-pagination > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top; }

.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px; }

.uk-pagination > li > a, .uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center; }

.uk-pagination > li > a {
  background: #eee;
  color: #444; }

.uk-pagination > li > a:focus, .uk-pagination > li > a:hover {
  background-color: #f5f5f5;
  color: #444;
  outline: 0; }

.uk-pagination > li > a:active {
  background-color: #ddd;
  color: #444; }

.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #fff; }

.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999; }

.uk-pagination-previous {
  float: left; }

.uk-pagination-next {
  float: right; }

.uk-pagination-left {
  text-align: left; }

.uk-pagination-right {
  text-align: right; }

.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd; }

.uk-tab:after, .uk-tab:before {
  content: " ";
  display: table; }

.uk-tab:after {
  clear: both; }

.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  position: relative; }

.uk-tab > li > a {
  display: block;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #07d;
  text-decoration: none; }

.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px; }

.uk-tab > li.uk-open > a, .uk-tab > li > a:focus, .uk-tab > li > a:hover {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #059;
  outline: 0; }

.uk-tab > li.uk-open:not(.uk-active) > a, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li:not(.uk-active) > a:hover {
  margin-bottom: 1px;
  padding-bottom: 7px; }

.uk-tab > li.uk-active > a {
  border-color: #ddd #ddd transparent;
  background: #fff;
  color: #444; }

.uk-tab > li.uk-disabled > a {
  color: #999;
  cursor: auto; }

.uk-tab > li.uk-disabled.uk-active > a, .uk-tab > li.uk-disabled > a:focus, .uk-tab > li.uk-disabled > a:hover {
  background: 0 0;
  border-color: transparent; }

.uk-tab-flip > li {
  float: right; }

.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px; }

.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0; }

.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome; }

.uk-tab-center {
  border-bottom: 1px solid #ddd; }

.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #ddd; }

.uk-tab-center:after, .uk-tab-center:before {
  content: " ";
  display: table; }

.uk-tab-center:after {
  clear: both; }

.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right; }

.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%; }

.uk-tab-center .uk-tab > li > a {
  text-align: center; }

.uk-tab-bottom {
  border-top: 1px solid #ddd;
  border-bottom: none; }

.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0; }

.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0; }

.uk-tab-bottom > li.uk-open:not(.uk-active) > a, .uk-tab-bottom > li:not(.uk-active) > a:focus, .uk-tab-bottom > li:not(.uk-active) > a:hover {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px; }

.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #ddd; }

.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  position: relative;
  z-index: 0; }

.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #ddd;
  z-index: -1; }

.uk-tab-grid > li:first-child > a {
  margin-left: 5px; }

.uk-tab-grid > li > a {
  text-align: center; }

.uk-tab-grid.uk-tab-bottom {
  border-top: none; }

.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto; }

@media (min-width: 768px) {
  .uk-tab-left, .uk-tab-right {
    border-bottom: none; }

  .uk-tab-left > li, .uk-tab-right > li {
    margin-bottom: 0;
    float: none; }

  .uk-tab-left > li > a, .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px; }

  .uk-tab-left > li:nth-child(n+2) > a, .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px; }

  .uk-tab-left > li.uk-active > a, .uk-tab-right > li.uk-active > a {
    border-color: #ddd; }

  .uk-tab-left {
    border-right: 1px solid #ddd; }

  .uk-tab-left > li {
    margin-right: -1px; }

  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0; }

  .uk-tab-left > li:not(.uk-active) > a:focus, .uk-tab-left > li:not(.uk-active) > a:hover {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px; }

  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent; }

  .uk-tab-right {
    border-left: 1px solid #ddd; }

  .uk-tab-right > li {
    margin-left: -1px; }

  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0; }

  .uk-tab-right > li:not(.uk-active) > a:focus, .uk-tab-right > li:not(.uk-active) > a:hover {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px; }

  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent; } }
.uk-list {
  padding: 0;
  list-style: none; }

.uk-list > li:after, .uk-list > li:before {
  content: " ";
  display: table; }

.uk-list > li:after {
  clear: both; }

.uk-list > li > :last-child {
  margin-bottom: 0; }

.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none; }

.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd; }

.uk-list-striped > li {
  padding: 5px; }

.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5; }

.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px; }

@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden; }

  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .uk-description-list-horizontal > dd {
    margin-left: 180px; } }
.uk-description-list-line > dt {
  font-weight: 400; }

.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd; }

.uk-description-list-line > dd {
  color: #999; }

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }

* + .uk-table {
  margin-top: 15px; }

.uk-table td, .uk-table th {
  padding: 8px; }

.uk-table th {
  text-align: left; }

.uk-table td {
  vertical-align: top; }

.uk-table thead th {
  vertical-align: bottom; }

.uk-table caption, .uk-table tfoot {
  font-size: 12px;
  font-style: italic; }

.uk-table caption {
  text-align: left;
  color: #999; }

.uk-table-middle, .uk-table-middle td {
  vertical-align: middle !important; }

.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5; }

.uk-table-condensed td {
  padding: 4px 8px; }

.uk-table-hover tbody tr:hover {
  background: #eee; }

.uk-form input, .uk-form select, .uk-form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit; }

.uk-form select {
  text-transform: none; }

.uk-form optgroup {
  font: inherit;
  font-weight: 700; }

.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.uk-form input[type=checkbox], .uk-form input[type=radio] {
  padding: 0; }

.uk-form input[type=checkbox]:not(:disabled), .uk-form input[type=radio]:not(:disabled) {
  cursor: pointer; }

.uk-form input:not([type]), .uk-form input[type=datetime], .uk-form input[type=email], .uk-form input[type=number], .uk-form input[type=password], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=text], .uk-form input[type=url], .uk-form textarea {
  -webkit-appearance: none; }

.uk-form input[type=search]::-webkit-search-cancel-button, .uk-form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.uk-form input[type=number]::-webkit-inner-spin-button, .uk-form input[type=number]::-webkit-outer-spin-button {
  height: auto; }

.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.uk-form textarea {
  overflow: auto;
  vertical-align: top; }

.uk-form ::-moz-placeholder {
  opacity: 1; }

.uk-form :invalid {
  box-shadow: none; }

.uk-form input:not([type=radio]):not([type=checkbox]), .uk-form select {
  vertical-align: middle; }

.uk-form > :last-child {
  margin-bottom: 0; }

.uk-form input:not([type]), .uk-form input[type=color], .uk-form input[type=date], .uk-form input[type=datetime-local], .uk-form input[type=datetime], .uk-form input[type=email], .uk-form input[type=month], .uk-form input[type=number], .uk-form input[type=password], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=text], .uk-form input[type=time], .uk-form input[type=url], .uk-form input[type=week], .uk-form select, .uk-form textarea {
  height: 30px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }

.uk-form input:not([type]):focus, .uk-form input[type=color]:focus, .uk-form input[type=date]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=email]:focus, .uk-form input[type=month]:focus, .uk-form input[type=number]:focus, .uk-form input[type=password]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=text]:focus, .uk-form input[type=time]:focus, .uk-form input[type=url]:focus, .uk-form input[type=week]:focus, .uk-form select:focus, .uk-form textarea:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444; }

.uk-form input:not([type]):disabled, .uk-form input[type=color]:disabled, .uk-form input[type=date]:disabled, .uk-form input[type=datetime-local]:disabled, .uk-form input[type=datetime]:disabled, .uk-form input[type=email]:disabled, .uk-form input[type=month]:disabled, .uk-form input[type=number]:disabled, .uk-form input[type=password]:disabled, .uk-form input[type=search]:disabled, .uk-form input[type=tel]:disabled, .uk-form input[type=text]:disabled, .uk-form input[type=time]:disabled, .uk-form input[type=url]:disabled, .uk-form input[type=week]:disabled, .uk-form select:disabled, .uk-form textarea:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999; }

.uk-form :-ms-input-placeholder {
  color: #999 !important; }

.uk-form ::-moz-placeholder {
  color: #999; }

.uk-form ::-webkit-input-placeholder {
  color: #999; }

.uk-form :disabled:-ms-input-placeholder {
  color: #999 !important; }

.uk-form :disabled::-moz-placeholder {
  color: #999; }

.uk-form :disabled::-webkit-input-placeholder {
  color: #999; }

.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 30px; }

.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd; }

input:not([type]).uk-form-small, input[type].uk-form-small, select.uk-form-small, textarea.uk-form-small {
  height: 25px;
  padding: 3px;
  font-size: 12px; }

input:not([type]).uk-form-large, input[type].uk-form-large, select.uk-form-large, textarea.uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px; }

.uk-form select[multiple], .uk-form select[size], .uk-form textarea {
  height: auto; }

.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important; }

.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important; }

.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important; }

.uk-form-blank:focus {
  border-color: #ddd !important; }

input.uk-form-width-mini {
  width: 40px; }

select.uk-form-width-mini {
  width: 65px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }

.uk-form-row:after, .uk-form-row:before {
  content: " ";
  display: table; }

.uk-form-row:after {
  clear: both; }

.uk-form-row + .uk-form-row {
  margin-top: 15px; }

.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px; }

.uk-form-help-block {
  margin: 5px 0 0; }

.uk-form-controls > :first-child {
  margin-top: 0; }

.uk-form-controls > :last-child {
  margin-bottom: 0; }

.uk-form-controls-condensed {
  margin: 5px 0; }

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700; }

@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700; } }
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left; }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px; } }
.uk-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%; }

.uk-form-icon > [class*=uk-icon-] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999;
  text-align: center;
  pointer-events: none; }

.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important; }

.uk-form-icon-flip > [class*=uk-icon-] {
  right: 0; }

.uk-form-icon-flip > input {
  padding-right: 30px !important; }

.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.uk-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #444;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eee;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center; }

.uk-button:not(:disabled) {
  cursor: pointer; }

.uk-button:focus, .uk-button:hover {
  background-color: #f5f5f5;
  color: #444;
  outline: 0;
  text-decoration: none; }

.uk-button.uk-active, .uk-button:active {
  background-color: #ddd;
  color: #444; }

.uk-button-primary {
  background-color: #00a8e6;
  color: #fff; }

.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #35b3ee;
  color: #fff; }

.uk-button-primary.uk-active, .uk-button-primary:active {
  background-color: #0091ca;
  color: #fff; }

.uk-button-success {
  background-color: #8cc14c;
  color: #fff; }

.uk-button-success:focus, .uk-button-success:hover {
  background-color: #8ec73b;
  color: #fff; }

.uk-button-success.uk-active, .uk-button-success:active {
  background-color: #72ae41;
  color: #fff; }

.uk-button-danger {
  background-color: #da314b;
  color: #fff; }

.uk-button-danger:focus, .uk-button-danger:hover {
  background-color: #e4354f;
  color: #fff; }

.uk-button-danger.uk-active, .uk-button-danger:active {
  background-color: #c91032;
  color: #fff; }

.uk-button:disabled {
  background-color: #f5f5f5;
  color: #999; }

.uk-button-link, .uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:disabled, .uk-button-link:focus, .uk-button-link:hover {
  border-color: transparent;
  background: 0 0; }

.uk-button-link {
  color: #07d; }

.uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:focus, .uk-button-link:hover {
  color: #059;
  text-decoration: underline; }

.uk-button-link:disabled {
  color: #999; }

.uk-button-link:focus {
  outline: dotted 1px; }

.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px; }

.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px; }

.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px; }

.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.uk-button-group > * {
  display: inline-block; }

.uk-button-group .uk-button {
  vertical-align: top; }

.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
[class*=uk-icon-] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.uk-icon-small:before {
  font-size: 150%;
  vertical-align: -10%; }

.uk-icon-medium:before {
  font-size: 200%;
  vertical-align: -16%; }

.uk-icon-large:before {
  font-size: 250%;
  vertical-align: -22%; }

.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear; }

.uk-icon-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  text-align: center; }

.uk-icon-button:focus, .uk-icon-button:hover {
  background-color: #f5f5f5;
  color: #444;
  text-decoration: none;
  outline: 0; }

.uk-icon-button:active {
  background-color: #ddd;
  color: #444; }

.uk-icon-glass:before {
  content: "\f000"; }

.uk-icon-music:before {
  content: "\f001"; }

.uk-icon-search:before {
  content: "\f002"; }

.uk-icon-envelope-o:before {
  content: "\f003"; }

.uk-icon-heart:before {
  content: "\f004"; }

.uk-icon-star:before {
  content: "\f005"; }

.uk-icon-star-o:before {
  content: "\f006"; }

.uk-icon-user:before {
  content: "\f007"; }

.uk-icon-film:before {
  content: "\f008"; }

.uk-icon-th-large:before {
  content: "\f009"; }

.uk-icon-th:before {
  content: "\f00a"; }

.uk-icon-th-list:before {
  content: "\f00b"; }

.uk-icon-check:before {
  content: "\f00c"; }

.uk-icon-close:before, .uk-icon-remove:before, .uk-icon-times:before {
  content: "\f00d"; }

.uk-icon-search-plus:before {
  content: "\f00e"; }

.uk-icon-search-minus:before {
  content: "\f010"; }

.uk-icon-power-off:before {
  content: "\f011"; }

.uk-icon-signal:before {
  content: "\f012"; }

.uk-icon-cog:before, .uk-icon-gear:before {
  content: "\f013"; }

.uk-icon-trash-o:before {
  content: "\f014"; }

.uk-icon-home:before {
  content: "\f015"; }

.uk-icon-file-o:before {
  content: "\f016"; }

.uk-icon-clock-o:before {
  content: "\f017"; }

.uk-icon-road:before {
  content: "\f018"; }

.uk-icon-download:before {
  content: "\f019"; }

.uk-icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.uk-icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.uk-icon-inbox:before {
  content: "\f01c"; }

.uk-icon-play-circle-o:before {
  content: "\f01d"; }

.uk-icon-repeat:before, .uk-icon-rotate-right:before {
  content: "\f01e"; }

.uk-icon-refresh:before {
  content: "\f021"; }

.uk-icon-list-alt:before {
  content: "\f022"; }

.uk-icon-lock:before {
  content: "\f023"; }

.uk-icon-flag:before {
  content: "\f024"; }

.uk-icon-headphones:before {
  content: "\f025"; }

.uk-icon-volume-off:before {
  content: "\f026"; }

.uk-icon-volume-down:before {
  content: "\f027"; }

.uk-icon-volume-up:before {
  content: "\f028"; }

.uk-icon-qrcode:before {
  content: "\f029"; }

.uk-icon-barcode:before {
  content: "\f02a"; }

.uk-icon-tag:before {
  content: "\f02b"; }

.uk-icon-tags:before {
  content: "\f02c"; }

.uk-icon-book:before {
  content: "\f02d"; }

.uk-icon-bookmark:before {
  content: "\f02e"; }

.uk-icon-print:before {
  content: "\f02f"; }

.uk-icon-camera:before {
  content: "\f030"; }

.uk-icon-font:before {
  content: "\f031"; }

.uk-icon-bold:before {
  content: "\f032"; }

.uk-icon-italic:before {
  content: "\f033"; }

.uk-icon-text-height:before {
  content: "\f034"; }

.uk-icon-text-width:before {
  content: "\f035"; }

.uk-icon-align-left:before {
  content: "\f036"; }

.uk-icon-align-center:before {
  content: "\f037"; }

.uk-icon-align-right:before {
  content: "\f038"; }

.uk-icon-align-justify:before {
  content: "\f039"; }

.uk-icon-list:before {
  content: "\f03a"; }

.uk-icon-dedent:before, .uk-icon-outdent:before {
  content: "\f03b"; }

.uk-icon-indent:before {
  content: "\f03c"; }

.uk-icon-video-camera:before {
  content: "\f03d"; }

.uk-icon-image:before, .uk-icon-photo:before, .uk-icon-picture-o:before {
  content: "\f03e"; }

.uk-icon-pencil:before {
  content: "\f040"; }

.uk-icon-map-marker:before {
  content: "\f041"; }

.uk-icon-adjust:before {
  content: "\f042"; }

.uk-icon-tint:before {
  content: "\f043"; }

.uk-icon-edit:before, .uk-icon-pencil-square-o:before {
  content: "\f044"; }

.uk-icon-share-square-o:before {
  content: "\f045"; }

.uk-icon-check-square-o:before {
  content: "\f046"; }

.uk-icon-arrows:before {
  content: "\f047"; }

.uk-icon-step-backward:before {
  content: "\f048"; }

.uk-icon-fast-backward:before {
  content: "\f049"; }

.uk-icon-backward:before {
  content: "\f04a"; }

.uk-icon-play:before {
  content: "\f04b"; }

.uk-icon-pause:before {
  content: "\f04c"; }

.uk-icon-stop:before {
  content: "\f04d"; }

.uk-icon-forward:before {
  content: "\f04e"; }

.uk-icon-fast-forward:before {
  content: "\f050"; }

.uk-icon-step-forward:before {
  content: "\f051"; }

.uk-icon-eject:before {
  content: "\f052"; }

.uk-icon-chevron-left:before {
  content: "\f053"; }

.uk-icon-chevron-right:before {
  content: "\f054"; }

.uk-icon-plus-circle:before {
  content: "\f055"; }

.uk-icon-minus-circle:before {
  content: "\f056"; }

.uk-icon-times-circle:before {
  content: "\f057"; }

.uk-icon-check-circle:before {
  content: "\f058"; }

.uk-icon-question-circle:before {
  content: "\f059"; }

.uk-icon-info-circle:before {
  content: "\f05a"; }

.uk-icon-crosshairs:before {
  content: "\f05b"; }

.uk-icon-times-circle-o:before {
  content: "\f05c"; }

.uk-icon-check-circle-o:before {
  content: "\f05d"; }

.uk-icon-ban:before {
  content: "\f05e"; }

.uk-icon-arrow-left:before {
  content: "\f060"; }

.uk-icon-arrow-right:before {
  content: "\f061"; }

.uk-icon-arrow-up:before {
  content: "\f062"; }

.uk-icon-arrow-down:before {
  content: "\f063"; }

.uk-icon-mail-forward:before, .uk-icon-share:before {
  content: "\f064"; }

.uk-icon-expand:before {
  content: "\f065"; }

.uk-icon-compress:before {
  content: "\f066"; }

.uk-icon-plus:before {
  content: "\f067"; }

.uk-icon-minus:before {
  content: "\f068"; }

.uk-icon-asterisk:before {
  content: "\f069"; }

.uk-icon-exclamation-circle:before {
  content: "\f06a"; }

.uk-icon-gift:before {
  content: "\f06b"; }

.uk-icon-leaf:before {
  content: "\f06c"; }

.uk-icon-fire:before {
  content: "\f06d"; }

.uk-icon-eye:before {
  content: "\f06e"; }

.uk-icon-eye-slash:before {
  content: "\f070"; }

.uk-icon-exclamation-triangle:before, .uk-icon-warning:before {
  content: "\f071"; }

.uk-icon-plane:before {
  content: "\f072"; }

.uk-icon-calendar:before {
  content: "\f073"; }

.uk-icon-random:before {
  content: "\f074"; }

.uk-icon-comment:before {
  content: "\f075"; }

.uk-icon-magnet:before {
  content: "\f076"; }

.uk-icon-chevron-up:before {
  content: "\f077"; }

.uk-icon-chevron-down:before {
  content: "\f078"; }

.uk-icon-retweet:before {
  content: "\f079"; }

.uk-icon-shopping-cart:before {
  content: "\f07a"; }

.uk-icon-folder:before {
  content: "\f07b"; }

.uk-icon-folder-open:before {
  content: "\f07c"; }

.uk-icon-arrows-v:before {
  content: "\f07d"; }

.uk-icon-arrows-h:before {
  content: "\f07e"; }

.uk-icon-bar-chart-o:before, .uk-icon-bar-chart:before {
  content: "\f080"; }

.uk-icon-twitter-square:before {
  content: "\f081"; }

.uk-icon-facebook-square:before {
  content: "\f082"; }

.uk-icon-camera-retro:before {
  content: "\f083"; }

.uk-icon-key:before {
  content: "\f084"; }

.uk-icon-cogs:before, .uk-icon-gears:before {
  content: "\f085"; }

.uk-icon-comments:before {
  content: "\f086"; }

.uk-icon-thumbs-o-up:before {
  content: "\f087"; }

.uk-icon-thumbs-o-down:before {
  content: "\f088"; }

.uk-icon-star-half:before {
  content: "\f089"; }

.uk-icon-heart-o:before {
  content: "\f08a"; }

.uk-icon-sign-out:before {
  content: "\f08b"; }

.uk-icon-linkedin-square:before {
  content: "\f08c"; }

.uk-icon-thumb-tack:before {
  content: "\f08d"; }

.uk-icon-external-link:before {
  content: "\f08e"; }

.uk-icon-sign-in:before {
  content: "\f090"; }

.uk-icon-trophy:before {
  content: "\f091"; }

.uk-icon-github-square:before {
  content: "\f092"; }

.uk-icon-upload:before {
  content: "\f093"; }

.uk-icon-lemon-o:before {
  content: "\f094"; }

.uk-icon-phone:before {
  content: "\f095"; }

.uk-icon-square-o:before {
  content: "\f096"; }

.uk-icon-bookmark-o:before {
  content: "\f097"; }

.uk-icon-phone-square:before {
  content: "\f098"; }

.uk-icon-twitter:before {
  content: "\f099"; }

.uk-icon-facebook:before {
  content: "\f09a"; }

.uk-icon-github:before {
  content: "\f09b"; }

.uk-icon-unlock:before {
  content: "\f09c"; }

.uk-icon-credit-card:before {
  content: "\f09d"; }

.uk-icon-rss:before {
  content: "\f09e"; }

.uk-icon-hdd-o:before {
  content: "\f0a0"; }

.uk-icon-bullhorn:before {
  content: "\f0a1"; }

.uk-icon-bell:before {
  content: "\f0f3"; }

.uk-icon-certificate:before {
  content: "\f0a3"; }

.uk-icon-hand-o-right:before {
  content: "\f0a4"; }

.uk-icon-hand-o-left:before {
  content: "\f0a5"; }

.uk-icon-hand-o-up:before {
  content: "\f0a6"; }

.uk-icon-hand-o-down:before {
  content: "\f0a7"; }

.uk-icon-arrow-circle-left:before {
  content: "\f0a8"; }

.uk-icon-arrow-circle-right:before {
  content: "\f0a9"; }

.uk-icon-arrow-circle-up:before {
  content: "\f0aa"; }

.uk-icon-arrow-circle-down:before {
  content: "\f0ab"; }

.uk-icon-globe:before {
  content: "\f0ac"; }

.uk-icon-wrench:before {
  content: "\f0ad"; }

.uk-icon-tasks:before {
  content: "\f0ae"; }

.uk-icon-filter:before {
  content: "\f0b0"; }

.uk-icon-briefcase:before {
  content: "\f0b1"; }

.uk-icon-arrows-alt:before {
  content: "\f0b2"; }

.uk-icon-group:before, .uk-icon-users:before {
  content: "\f0c0"; }

.uk-icon-chain:before, .uk-icon-link:before {
  content: "\f0c1"; }

.uk-icon-cloud:before {
  content: "\f0c2"; }

.uk-icon-flask:before {
  content: "\f0c3"; }

.uk-icon-cut:before, .uk-icon-scissors:before {
  content: "\f0c4"; }

.uk-icon-copy:before, .uk-icon-files-o:before {
  content: "\f0c5"; }

.uk-icon-paperclip:before {
  content: "\f0c6"; }

.uk-icon-floppy-o:before, .uk-icon-save:before {
  content: "\f0c7"; }

.uk-icon-square:before {
  content: "\f0c8"; }

.uk-icon-bars:before, .uk-icon-navicon:before, .uk-icon-reorder:before {
  content: "\f0c9"; }

.uk-icon-list-ul:before {
  content: "\f0ca"; }

.uk-icon-list-ol:before {
  content: "\f0cb"; }

.uk-icon-strikethrough:before {
  content: "\f0cc"; }

.uk-icon-underline:before {
  content: "\f0cd"; }

.uk-icon-table:before {
  content: "\f0ce"; }

.uk-icon-magic:before {
  content: "\f0d0"; }

.uk-icon-truck:before {
  content: "\f0d1"; }

.uk-icon-pinterest:before {
  content: "\f0d2"; }

.uk-icon-pinterest-square:before {
  content: "\f0d3"; }

.uk-icon-google-plus-square:before {
  content: "\f0d4"; }

.uk-icon-google-plus:before {
  content: "\f0d5"; }

.uk-icon-money:before {
  content: "\f0d6"; }

.uk-icon-caret-down:before {
  content: "\f0d7"; }

.uk-icon-caret-up:before {
  content: "\f0d8"; }

.uk-icon-caret-left:before {
  content: "\f0d9"; }

.uk-icon-caret-right:before {
  content: "\f0da"; }

.uk-icon-columns:before {
  content: "\f0db"; }

.uk-icon-sort:before, .uk-icon-unsorted:before {
  content: "\f0dc"; }

.uk-icon-sort-desc:before, .uk-icon-sort-down:before {
  content: "\f0dd"; }

.uk-icon-sort-asc:before, .uk-icon-sort-up:before {
  content: "\f0de"; }

.uk-icon-envelope:before {
  content: "\f0e0"; }

.uk-icon-linkedin:before {
  content: "\f0e1"; }

.uk-icon-rotate-left:before, .uk-icon-undo:before {
  content: "\f0e2"; }

.uk-icon-gavel:before, .uk-icon-legal:before {
  content: "\f0e3"; }

.uk-icon-dashboard:before, .uk-icon-tachometer:before {
  content: "\f0e4"; }

.uk-icon-comment-o:before {
  content: "\f0e5"; }

.uk-icon-comments-o:before {
  content: "\f0e6"; }

.uk-icon-bolt:before, .uk-icon-flash:before {
  content: "\f0e7"; }

.uk-icon-sitemap:before {
  content: "\f0e8"; }

.uk-icon-umbrella:before {
  content: "\f0e9"; }

.uk-icon-clipboard:before, .uk-icon-paste:before {
  content: "\f0ea"; }

.uk-icon-lightbulb-o:before {
  content: "\f0eb"; }

.uk-icon-exchange:before {
  content: "\f0ec"; }

.uk-icon-cloud-download:before {
  content: "\f0ed"; }

.uk-icon-cloud-upload:before {
  content: "\f0ee"; }

.uk-icon-user-md:before {
  content: "\f0f0"; }

.uk-icon-stethoscope:before {
  content: "\f0f1"; }

.uk-icon-suitcase:before {
  content: "\f0f2"; }

.uk-icon-bell-o:before {
  content: "\f0a2"; }

.uk-icon-coffee:before {
  content: "\f0f4"; }

.uk-icon-cutlery:before {
  content: "\f0f5"; }

.uk-icon-file-text-o:before {
  content: "\f0f6"; }

.uk-icon-building-o:before {
  content: "\f0f7"; }

.uk-icon-hospital-o:before {
  content: "\f0f8"; }

.uk-icon-ambulance:before {
  content: "\f0f9"; }

.uk-icon-medkit:before {
  content: "\f0fa"; }

.uk-icon-fighter-jet:before {
  content: "\f0fb"; }

.uk-icon-beer:before {
  content: "\f0fc"; }

.uk-icon-h-square:before {
  content: "\f0fd"; }

.uk-icon-plus-square:before {
  content: "\f0fe"; }

.uk-icon-angle-double-left:before {
  content: "\f100"; }

.uk-icon-angle-double-right:before {
  content: "\f101"; }

.uk-icon-angle-double-up:before {
  content: "\f102"; }

.uk-icon-angle-double-down:before {
  content: "\f103"; }

.uk-icon-angle-left:before {
  content: "\f104"; }

.uk-icon-angle-right:before {
  content: "\f105"; }

.uk-icon-angle-up:before {
  content: "\f106"; }

.uk-icon-angle-down:before {
  content: "\f107"; }

.uk-icon-desktop:before {
  content: "\f108"; }

.uk-icon-laptop:before {
  content: "\f109"; }

.uk-icon-tablet:before {
  content: "\f10a"; }

.uk-icon-mobile-phone:before, .uk-icon-mobile:before {
  content: "\f10b"; }

.uk-icon-circle-o:before {
  content: "\f10c"; }

.uk-icon-quote-left:before {
  content: "\f10d"; }

.uk-icon-quote-right:before {
  content: "\f10e"; }

.uk-icon-spinner:before {
  content: "\f110"; }

.uk-icon-circle:before {
  content: "\f111"; }

.uk-icon-mail-reply:before, .uk-icon-reply:before {
  content: "\f112"; }

.uk-icon-github-alt:before {
  content: "\f113"; }

.uk-icon-folder-o:before {
  content: "\f114"; }

.uk-icon-folder-open-o:before {
  content: "\f115"; }

.uk-icon-smile-o:before {
  content: "\f118"; }

.uk-icon-frown-o:before {
  content: "\f119"; }

.uk-icon-meh-o:before {
  content: "\f11a"; }

.uk-icon-gamepad:before {
  content: "\f11b"; }

.uk-icon-keyboard-o:before {
  content: "\f11c"; }

.uk-icon-flag-o:before {
  content: "\f11d"; }

.uk-icon-flag-checkered:before {
  content: "\f11e"; }

.uk-icon-terminal:before {
  content: "\f120"; }

.uk-icon-code:before {
  content: "\f121"; }

.uk-icon-mail-reply-all:before, .uk-icon-reply-all:before {
  content: "\f122"; }

.uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before {
  content: "\f123"; }

.uk-icon-location-arrow:before {
  content: "\f124"; }

.uk-icon-crop:before {
  content: "\f125"; }

.uk-icon-code-fork:before {
  content: "\f126"; }

.uk-icon-chain-broken:before, .uk-icon-unlink:before {
  content: "\f127"; }

.uk-icon-question:before {
  content: "\f128"; }

.uk-icon-info:before {
  content: "\f129"; }

.uk-icon-exclamation:before {
  content: "\f12a"; }

.uk-icon-superscript:before {
  content: "\f12b"; }

.uk-icon-subscript:before {
  content: "\f12c"; }

.uk-icon-eraser:before {
  content: "\f12d"; }

.uk-icon-puzzle-piece:before {
  content: "\f12e"; }

.uk-icon-microphone:before {
  content: "\f130"; }

.uk-icon-microphone-slash:before {
  content: "\f131"; }

.uk-icon-shield:before {
  content: "\f132"; }

.uk-icon-calendar-o:before {
  content: "\f133"; }

.uk-icon-fire-extinguisher:before {
  content: "\f134"; }

.uk-icon-rocket:before {
  content: "\f135"; }

.uk-icon-maxcdn:before {
  content: "\f136"; }

.uk-icon-chevron-circle-left:before {
  content: "\f137"; }

.uk-icon-chevron-circle-right:before {
  content: "\f138"; }

.uk-icon-chevron-circle-up:before {
  content: "\f139"; }

.uk-icon-chevron-circle-down:before {
  content: "\f13a"; }

.uk-icon-html5:before {
  content: "\f13b"; }

.uk-icon-css3:before {
  content: "\f13c"; }

.uk-icon-anchor:before {
  content: "\f13d"; }

.uk-icon-unlock-alt:before {
  content: "\f13e"; }

.uk-icon-bullseye:before {
  content: "\f140"; }

.uk-icon-ellipsis-h:before {
  content: "\f141"; }

.uk-icon-ellipsis-v:before {
  content: "\f142"; }

.uk-icon-rss-square:before {
  content: "\f143"; }

.uk-icon-play-circle:before {
  content: "\f144"; }

.uk-icon-ticket:before {
  content: "\f145"; }

.uk-icon-minus-square:before {
  content: "\f146"; }

.uk-icon-minus-square-o:before {
  content: "\f147"; }

.uk-icon-level-up:before {
  content: "\f148"; }

.uk-icon-level-down:before {
  content: "\f149"; }

.uk-icon-check-square:before {
  content: "\f14a"; }

.uk-icon-pencil-square:before {
  content: "\f14b"; }

.uk-icon-external-link-square:before {
  content: "\f14c"; }

.uk-icon-share-square:before {
  content: "\f14d"; }

.uk-icon-compass:before {
  content: "\f14e"; }

.uk-icon-caret-square-o-down:before, .uk-icon-toggle-down:before {
  content: "\f150"; }

.uk-icon-caret-square-o-up:before, .uk-icon-toggle-up:before {
  content: "\f151"; }

.uk-icon-caret-square-o-right:before, .uk-icon-toggle-right:before {
  content: "\f152"; }

.uk-icon-eur:before, .uk-icon-euro:before {
  content: "\f153"; }

.uk-icon-gbp:before {
  content: "\f154"; }

.uk-icon-dollar:before, .uk-icon-usd:before {
  content: "\f155"; }

.uk-icon-inr:before, .uk-icon-rupee:before {
  content: "\f156"; }

.uk-icon-cny:before, .uk-icon-jpy:before, .uk-icon-rmb:before, .uk-icon-yen:before {
  content: "\f157"; }

.uk-icon-rouble:before, .uk-icon-rub:before, .uk-icon-ruble:before {
  content: "\f158"; }

.uk-icon-krw:before, .uk-icon-won:before {
  content: "\f159"; }

.uk-icon-bitcoin:before, .uk-icon-btc:before {
  content: "\f15a"; }

.uk-icon-file:before {
  content: "\f15b"; }

.uk-icon-file-text:before {
  content: "\f15c"; }

.uk-icon-sort-alpha-asc:before {
  content: "\f15d"; }

.uk-icon-sort-alpha-desc:before {
  content: "\f15e"; }

.uk-icon-sort-amount-asc:before {
  content: "\f160"; }

.uk-icon-sort-amount-desc:before {
  content: "\f161"; }

.uk-icon-sort-numeric-asc:before {
  content: "\f162"; }

.uk-icon-sort-numeric-desc:before {
  content: "\f163"; }

.uk-icon-thumbs-up:before {
  content: "\f164"; }

.uk-icon-thumbs-down:before {
  content: "\f165"; }

.uk-icon-youtube-square:before {
  content: "\f166"; }

.uk-icon-youtube:before {
  content: "\f167"; }

.uk-icon-xing:before {
  content: "\f168"; }

.uk-icon-xing-square:before {
  content: "\f169"; }

.uk-icon-youtube-play:before {
  content: "\f16a"; }

.uk-icon-dropbox:before {
  content: "\f16b"; }

.uk-icon-stack-overflow:before {
  content: "\f16c"; }

.uk-icon-instagram:before {
  content: "\f16d"; }

.uk-icon-flickr:before {
  content: "\f16e"; }

.uk-icon-adn:before {
  content: "\f170"; }

.uk-icon-bitbucket:before {
  content: "\f171"; }

.uk-icon-bitbucket-square:before {
  content: "\f172"; }

.uk-icon-tumblr:before {
  content: "\f173"; }

.uk-icon-tumblr-square:before {
  content: "\f174"; }

.uk-icon-long-arrow-down:before {
  content: "\f175"; }

.uk-icon-long-arrow-up:before {
  content: "\f176"; }

.uk-icon-long-arrow-left:before {
  content: "\f177"; }

.uk-icon-long-arrow-right:before {
  content: "\f178"; }

.uk-icon-apple:before {
  content: "\f179"; }

.uk-icon-windows:before {
  content: "\f17a"; }

.uk-icon-android:before {
  content: "\f17b"; }

.uk-icon-linux:before {
  content: "\f17c"; }

.uk-icon-dribbble:before {
  content: "\f17d"; }

.uk-icon-skype:before {
  content: "\f17e"; }

.uk-icon-foursquare:before {
  content: "\f180"; }

.uk-icon-trello:before {
  content: "\f181"; }

.uk-icon-female:before {
  content: "\f182"; }

.uk-icon-male:before {
  content: "\f183"; }

.uk-icon-gittip:before {
  content: "\f184"; }

.uk-icon-sun-o:before {
  content: "\f185"; }

.uk-icon-moon-o:before {
  content: "\f186"; }

.uk-icon-archive:before {
  content: "\f187"; }

.uk-icon-bug:before {
  content: "\f188"; }

.uk-icon-vk:before {
  content: "\f189"; }

.uk-icon-weibo:before {
  content: "\f18a"; }

.uk-icon-renren:before {
  content: "\f18b"; }

.uk-icon-pagelines:before {
  content: "\f18c"; }

.uk-icon-stack-exchange:before {
  content: "\f18d"; }

.uk-icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.uk-icon-arrow-circle-o-left:before {
  content: "\f190"; }

.uk-icon-caret-square-o-left:before, .uk-icon-toggle-left:before {
  content: "\f191"; }

.uk-icon-dot-circle-o:before {
  content: "\f192"; }

.uk-icon-wheelchair:before {
  content: "\f193"; }

.uk-icon-vimeo-square:before {
  content: "\f194"; }

.uk-icon-try:before, .uk-icon-turkish-lira:before {
  content: "\f195"; }

.uk-icon-plus-square-o:before {
  content: "\f196"; }

.uk-icon-space-shuttle:before {
  content: "\f197"; }

.uk-icon-slack:before {
  content: "\f198"; }

.uk-icon-envelope-square:before {
  content: "\f199"; }

.uk-icon-wordpress:before {
  content: "\f19a"; }

.uk-icon-openid:before {
  content: "\f19b"; }

.uk-icon-bank:before, .uk-icon-institution:before, .uk-icon-university:before {
  content: "\f19c"; }

.uk-icon-graduation-cap:before, .uk-icon-mortar-board:before {
  content: "\f19d"; }

.uk-icon-yahoo:before {
  content: "\f19e"; }

.uk-icon-google:before {
  content: "\f1a0"; }

.uk-icon-reddit:before {
  content: "\f1a1"; }

.uk-icon-reddit-square:before {
  content: "\f1a2"; }

.uk-icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.uk-icon-stumbleupon:before {
  content: "\f1a4"; }

.uk-icon-delicious:before {
  content: "\f1a5"; }

.uk-icon-digg:before {
  content: "\f1a6"; }

.uk-icon-pied-piper:before {
  content: "\f1a7"; }

.uk-icon-pied-piper-alt:before {
  content: "\f1a8"; }

.uk-icon-drupal:before {
  content: "\f1a9"; }

.uk-icon-joomla:before {
  content: "\f1aa"; }

.uk-icon-language:before {
  content: "\f1ab"; }

.uk-icon-fax:before {
  content: "\f1ac"; }

.uk-icon-building:before {
  content: "\f1ad"; }

.uk-icon-child:before {
  content: "\f1ae"; }

.uk-icon-paw:before {
  content: "\f1b0"; }

.uk-icon-spoon:before {
  content: "\f1b1"; }

.uk-icon-cube:before {
  content: "\f1b2"; }

.uk-icon-cubes:before {
  content: "\f1b3"; }

.uk-icon-behance:before {
  content: "\f1b4"; }

.uk-icon-behance-square:before {
  content: "\f1b5"; }

.uk-icon-steam:before {
  content: "\f1b6"; }

.uk-icon-steam-square:before {
  content: "\f1b7"; }

.uk-icon-recycle:before {
  content: "\f1b8"; }

.uk-icon-automobile:before, .uk-icon-car:before {
  content: "\f1b9"; }

.uk-icon-cab:before, .uk-icon-taxi:before {
  content: "\f1ba"; }

.uk-icon-tree:before {
  content: "\f1bb"; }

.uk-icon-spotify:before {
  content: "\f1bc"; }

.uk-icon-deviantart:before {
  content: "\f1bd"; }

.uk-icon-soundcloud:before {
  content: "\f1be"; }

.uk-icon-database:before {
  content: "\f1c0"; }

.uk-icon-file-pdf-o:before {
  content: "\f1c1"; }

.uk-icon-file-word-o:before {
  content: "\f1c2"; }

.uk-icon-file-excel-o:before {
  content: "\f1c3"; }

.uk-icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.uk-icon-file-image-o:before, .uk-icon-file-photo-o:before, .uk-icon-file-picture-o:before {
  content: "\f1c5"; }

.uk-icon-file-archive-o:before, .uk-icon-file-zip-o:before {
  content: "\f1c6"; }

.uk-icon-file-audio-o:before, .uk-icon-file-sound-o:before {
  content: "\f1c7"; }

.uk-icon-file-movie-o:before, .uk-icon-file-video-o:before {
  content: "\f1c8"; }

.uk-icon-file-code-o:before {
  content: "\f1c9"; }

.uk-icon-vine:before {
  content: "\f1ca"; }

.uk-icon-codepen:before {
  content: "\f1cb"; }

.uk-icon-jsfiddle:before {
  content: "\f1cc"; }

.uk-icon-life-bouy:before, .uk-icon-life-buoy:before, .uk-icon-life-ring:before, .uk-icon-life-saver:before, .uk-icon-support:before {
  content: "\f1cd"; }

.uk-icon-circle-o-notch:before {
  content: "\f1ce"; }

.uk-icon-ra:before, .uk-icon-rebel:before {
  content: "\f1d0"; }

.uk-icon-empire:before, .uk-icon-ge:before {
  content: "\f1d1"; }

.uk-icon-git-square:before {
  content: "\f1d2"; }

.uk-icon-git:before {
  content: "\f1d3"; }

.uk-icon-hacker-news:before {
  content: "\f1d4"; }

.uk-icon-tencent-weibo:before {
  content: "\f1d5"; }

.uk-icon-qq:before {
  content: "\f1d6"; }

.uk-icon-wechat:before, .uk-icon-weixin:before {
  content: "\f1d7"; }

.uk-icon-paper-plane:before, .uk-icon-send:before {
  content: "\f1d8"; }

.uk-icon-paper-plane-o:before, .uk-icon-send-o:before {
  content: "\f1d9"; }

.uk-icon-history:before {
  content: "\f1da"; }

.uk-icon-circle-thin:before {
  content: "\f1db"; }

.uk-icon-header:before {
  content: "\f1dc"; }

.uk-icon-paragraph:before {
  content: "\f1dd"; }

.uk-icon-sliders:before {
  content: "\f1de"; }

.uk-icon-share-alt:before {
  content: "\f1e0"; }

.uk-icon-share-alt-square:before {
  content: "\f1e1"; }

.uk-icon-bomb:before {
  content: "\f1e2"; }

.uk-icon-futbol-o:before, .uk-icon-soccer-ball-o:before {
  content: "\f1e3"; }

.uk-icon-tty:before {
  content: "\f1e4"; }

.uk-icon-binoculars:before {
  content: "\f1e5"; }

.uk-icon-plug:before {
  content: "\f1e6"; }

.uk-icon-slideshare:before {
  content: "\f1e7"; }

.uk-icon-twitch:before {
  content: "\f1e8"; }

.uk-icon-yelp:before {
  content: "\f1e9"; }

.uk-icon-newspaper-o:before {
  content: "\f1ea"; }

.uk-icon-wifi:before {
  content: "\f1eb"; }

.uk-icon-calculator:before {
  content: "\f1ec"; }

.uk-icon-paypal:before {
  content: "\f1ed"; }

.uk-icon-google-wallet:before {
  content: "\f1ee"; }

.uk-icon-cc-visa:before {
  content: "\f1f0"; }

.uk-icon-cc-mastercard:before {
  content: "\f1f1"; }

.uk-icon-cc-discover:before {
  content: "\f1f2"; }

.uk-icon-cc-amex:before {
  content: "\f1f3"; }

.uk-icon-cc-paypal:before {
  content: "\f1f4"; }

.uk-icon-cc-stripe:before {
  content: "\f1f5"; }

.uk-icon-bell-slash:before {
  content: "\f1f6"; }

.uk-icon-bell-slash-o:before {
  content: "\f1f7"; }

.uk-icon-trash:before {
  content: "\f1f8"; }

.uk-icon-copyright:before {
  content: "\f1f9"; }

.uk-icon-at:before {
  content: "\f1fa"; }

.uk-icon-eyedropper:before {
  content: "\f1fb"; }

.uk-icon-paint-brush:before {
  content: "\f1fc"; }

.uk-icon-birthday-cake:before {
  content: "\f1fd"; }

.uk-icon-area-chart:before {
  content: "\f1fe"; }

.uk-icon-pie-chart:before {
  content: "\f200"; }

.uk-icon-line-chart:before {
  content: "\f201"; }

.uk-icon-lastfm:before {
  content: "\f202"; }

.uk-icon-lastfm-square:before {
  content: "\f203"; }

.uk-icon-toggle-off:before {
  content: "\f204"; }

.uk-icon-toggle-on:before {
  content: "\f205"; }

.uk-icon-bicycle:before {
  content: "\f206"; }

.uk-icon-bus:before {
  content: "\f207"; }

.uk-icon-ioxhost:before {
  content: "\f208"; }

.uk-icon-angellist:before {
  content: "\f209"; }

.uk-icon-cc:before {
  content: "\f20a"; }

.uk-icon-ils:before, .uk-icon-shekel:before, .uk-icon-sheqel:before {
  content: "\f20b"; }

.uk-icon-meanpath:before {
  content: "\f20c"; }

.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: 0 0;
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: .3; }

.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome; }

.uk-close:focus, .uk-close:hover {
  opacity: .5;
  outline: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1; }

.uk-close-alt:focus, .uk-close-alt:hover {
  opacity: 1; }

.uk-close-alt:after {
  opacity: .5; }

.uk-close-alt:focus:after, .uk-close-alt:hover:after {
  opacity: .8; }

.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none; }

a.uk-badge:hover {
  color: #fff; }

.uk-badge-notification {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px; }

.uk-badge-success {
  background-color: #8cc14c; }

.uk-badge-warning {
  background-color: #faa732; }

.uk-badge-danger {
  background-color: #da314b; }

.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091; }

* + .uk-alert {
  margin-top: 15px; }

.uk-alert > :last-child {
  margin-bottom: 0; }

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
  color: inherit; }

.uk-alert > .uk-close:first-child {
  float: right; }

.uk-alert > .uk-close:first-child + * {
  margin-top: 0; }

.uk-alert-success {
  background: #f2fae3;
  color: #659f13; }

.uk-alert-warning {
  background: #fffceb;
  color: #e28327; }

.uk-alert-danger {
  background: #fff1f0;
  color: #d85030; }

.uk-alert-large {
  padding: 20px; }

.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0; }

.uk-thumbnail {
  display: inline-block;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff; }

a.uk-thumbnail:focus, a.uk-thumbnail:hover {
  border-color: #aaa;
  background-color: #fff;
  text-decoration: none;
  outline: 0; }

.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444; }

.uk-thumbnail-mini {
  width: 150px; }

.uk-thumbnail-small {
  width: 200px; }

.uk-thumbnail-medium {
  width: 300px; }

.uk-thumbnail-large {
  width: 400px; }

.uk-thumbnail-expand, .uk-thumbnail-expand > img {
  width: 100%; }

.uk-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden; }

.uk-overlay > :first-child {
  margin-bottom: 0; }

.uk-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

.uk-overlay-toggle.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area, .uk-overlay:hover .uk-overlay-area {
  opacity: 1; }

.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff; }

.uk-overlay-area:not(:empty) {
  font-size: 0; }

.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.uk-overlay-area-content {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  padding: 0 15px;
  color: #fff; }

.uk-overlay-area-content > :last-child {
  margin-bottom: 0; }

.uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover {
  color: inherit; }

.uk-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

.uk-overlay-toggle.uk-hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption, .uk-overlay.uk-hover .uk-overlay-caption, .uk-overlay:hover .uk-overlay-caption {
  opacity: 1; }

.uk-progress {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  margin-bottom: 15px;
  background: #eee;
  overflow: hidden;
  line-height: 20px; }

* + .uk-progress {
  margin-top: 15px; }

.uk-progress-bar {
  width: 0;
  height: 100%;
  background: #00a8e6;
  float: left;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  font-size: 12px;
  color: #fff;
  text-align: center; }

.uk-progress-mini {
  height: 6px; }

.uk-progress-small {
  height: 12px; }

.uk-progress-success .uk-progress-bar {
  background-color: #8cc14c; }

.uk-progress-warning .uk-progress-bar {
  background-color: #faa732; }

.uk-progress-danger .uk-progress-bar {
  background-color: #da314b; }

.uk-progress-striped .uk-progress-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 30px 30px; }

.uk-progress-striped.uk-active .uk-progress-bar {
  -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
  animation: uk-progress-bar-stripes 2s linear infinite; }

@-webkit-keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 0; } }
@keyframes uk-progress-bar-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 0; } }
[class*=uk-animation-] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media screen {
  [data-uk-scrollspy*=uk-animation-] {
    opacity: 0; } }
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18; }

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right; }

.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12; }

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake; }

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.uk-animation-10 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-webkit-keyframes uk-shake {
  0%,100% {
    -webkit-transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-9px); }
  20% {
    -webkit-transform: translateX(8px); }
  30% {
    -webkit-transform: translateX(-7px); }
  40% {
    -webkit-transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(4px); }
  70% {
    -webkit-transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-1px); } }
@keyframes uk-shake {
  0%,100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.uk-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  margin-top: 5px;
  padding: 15px;
  background: #f5f5f5;
  color: #444;
  font-size: 1rem;
  vertical-align: top; }

.uk-open > .uk-dropdown {
  display: block;
  -webkit-animation: uk-fade .2s ease-in-out;
  animation: uk-fade .2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-dropdown-flip {
  left: auto;
  right: 0; }

.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px; }

.uk-dropdown .uk-nav {
  margin: 0 -15px; }

.uk-dropdown-grid > [class*=uk-width-] > .uk-panel + .uk-panel, .uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px; }

@media (min-width: 768px) {
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px; }

  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-] {
    padding-left: 15px;
    padding-right: 15px; }

  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
    border-left: 1px solid #ddd; }

  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px; }

  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px; }

  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px; }

  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px; } }
@media (max-width: 767px) {
  .uk-dropdown-grid > [class*=uk-width-] {
    width: 100%; }

  .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
    margin-top: 15px; } }
.uk-dropdown-stack > .uk-dropdown-grid > [class*=uk-width-] {
  width: 100%; }

.uk-dropdown-stack > .uk-dropdown-grid > [class*=uk-width-]:nth-child(n+2) {
  margin-top: 15px; }

.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap; }

.uk-dropdown-small .uk-nav {
  margin: 0 -5px; }

.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444; }

.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
  animation: uk-slide-top-fixed .2s ease-in-out; }

.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px; }

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.uk-modal.uk-open {
  opacity: 1; }

.uk-modal-page, .uk-modal-page body {
  overflow: hidden; }

.uk-modal-dialog {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out;
  transition: opacity .3s linear,transform .3s ease-out; }

@media (max-width: 767px) {
  .uk-modal-dialog {
    width: auto;
    margin: 10px; } }
.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.uk-modal-dialog > :last-child {
  margin-bottom: 0; }

.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right; }

.uk-modal-dialog > .uk-close:first-child + * {
  margin-top: 0; }

.uk-modal-dialog-frameless {
  padding: 0; }

.uk-modal-dialog-frameless > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none; }

@media (max-width: 767px) {
  .uk-modal-dialog-frameless > .uk-close:first-child {
    top: -7px;
    right: -7px; } }
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 70% !important; } }
@media (min-width: 1220px) {
.uk-modal-dialog-large {
    width: 70% !important;
}
.uk-modal-dialog-large ul {
	list-style:disc;
	font-size:16px;
}
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1); }

.uk-offcanvas.uk-active {
  display: block; }

.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out; }

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out; }

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777; }

.uk-offcanvas .uk-panel a:not([class]), .uk-offcanvas .uk-panel-title {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #fff; }

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-switcher > :not(.uk-active) {
  display: none; }

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed #333; }

.uk-tooltip-top-left:after, .uk-tooltip-top-right:after, .uk-tooltip-top:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333; }

.uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after, .uk-tooltip-bottom:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333; }

.uk-tooltip-bottom:after, .uk-tooltip-top:after {
  left: 50%;
  margin-left: -5px; }

.uk-tooltip-bottom-left:after, .uk-tooltip-top-left:after {
  left: 10px; }

.uk-tooltip-bottom-right:after, .uk-tooltip-top-right:after {
  right: 10px; }

.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333; }

.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333; }

.uk-text-small {
  font-size: 11px;
  line-height: 16px; }

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

.uk-text-bold {
  font-weight: 700; }

.uk-text-muted {
  color: #999 !important; }

.uk-text-primary {
  color: #2d7091 !important; }

.uk-text-success {
  color: #659f13 !important; }

.uk-text-warning {
  color: #e28327 !important; }

.uk-text-danger {
  color: #d85030 !important; }

.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important; } }
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important; } }
.uk-text-nowrap {
  white-space: nowrap; }

.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px; }

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px; } }
.uk-container:after, .uk-container:before {
  content: " ";
  display: table; }

.uk-container:after {
  clear: both; }

.uk-container-center {
  margin-left: auto;
  margin-right: auto; }

.uk-clearfix:after, .uk-clearfix:before {
  content: " ";
  display: table; }

.uk-clearfix:after {
  clear: both; }

.uk-nbfc {
  overflow: hidden; }

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

[class*=uk-float-] {
  max-width: 100%; }

[class*=uk-align-] {
  display: block;
  margin-bottom: 15px; }

.uk-align-left {
  margin-right: 15px;
  float: left; }

.uk-align-right {
  margin-left: 15px;
  float: right; }

@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left; }

  .uk-align-medium-right {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right; } }
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

.uk-vertical-align {
  font-size: 0; }

.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.uk-vertical-align-bottom, .uk-vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem; }

.uk-vertical-align-middle {
  vertical-align: middle; }

.uk-vertical-align-bottom {
  vertical-align: bottom; }

[class*=uk-height] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.uk-height-1-1 {
  height: 100%; }

.uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

.uk-responsive-height, .uk-responsive-width {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.uk-responsive-width {
  max-width: 100%;
  height: auto; }

.uk-responsive-height {
  max-height: 100%;
  width: auto; }

.uk-margin {
  margin-bottom: 15px; }

* + .uk-margin {
  margin-top: 15px; }

.uk-margin-top {
  margin-top: 15px !important; }

.uk-margin-bottom {
  margin-bottom: 15px !important; }

.uk-margin-left {
  margin-left: 15px !important; }

.uk-margin-right {
  margin-right: 15px !important; }

.uk-margin-large {
  margin-bottom: 50px; }

* + .uk-margin-large {
  margin-top: 50px; }

.uk-margin-large-top {
  margin-top: 50px !important; }

.uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.uk-margin-large-left {
  margin-left: 50px !important; }

.uk-margin-large-right {
  margin-right: 50px !important; }

.uk-margin-small {
  margin-bottom: 5px; }

* + .uk-margin-small {
  margin-top: 5px; }

.uk-margin-small-top {
  margin-top: 5px !important; }

.uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.uk-margin-small-left {
  margin-left: 5px !important; }

.uk-margin-small-right {
  margin-right: 5px !important; }

.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-top-remove {
  margin-top: 0 !important; }

.uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

.uk-border-circle {
  border-radius: 50%; }

.uk-border-rounded {
  border-radius: 5px; }

@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px; } }
.uk-link-muted, .uk-link-muted a, .uk-link-muted a:hover, .uk-link-muted:hover {
  color: #444; }

.uk-link-reset, .uk-link-reset a, .uk-link-reset a:hover, .uk-link-reset:hover {
  color: inherit;
  text-decoration: none; }

.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box > :last-child {
  margin-bottom: 0; }

.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-container > :last-child {
  margin-bottom: 0; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-relative {
  position: relative !important; }

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

@media (min-width: 960px) {
  .uk-hidden-large, .uk-visible-medium, .uk-visible-small {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 959px) {
  .uk-hidden-medium, .uk-visible-large, .uk-visible-small {
    display: none !important; } }
@media (max-width: 767px) {
  .uk-hidden-small, .uk-visible-large, .uk-visible-medium {
    display: none !important; } }
.uk-hidden {
  display: none !important;
  visibility: hidden !important; }

.uk-invisible {
  visibility: hidden !important; }

.uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: 'walkway_boldregular';
  src: url("../fonts/walkway_bold-webfont.eot");
  src: url("../fonts/walkway_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/walkway_bold-webfont.woff2") format("woff2"), url("../fonts/walkway_bold-webfont.woff") format("woff"), url("../fonts/walkway_bold-webfont.ttf") format("truetype"), url("../fonts/walkway_bold-webfont.svg#walkway_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
p {
  -ms-word-break: keep-all;
  -ms-word-wrap: keep-all;
  word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*********************COLOR FUNCTIONS*********************/
/******************************************************************
Stylesheet: Map Styles
******************************************************************/
/*********************
INPUTS
*********************/
#map {
  width: 655px;
  height: 350px;
  position: relative;
  margin: 20px 0; }

#map h2 {
  font-size: 1.35em;
  position: absolute;
  left: 20px;
  top: 0px; }

#map img {
  z-index: 100; }

#map area {
  z-index: 200;
  position: relative; }

#mapkey {
  position: absolute;
  top: 250px;
  right: 0; }

#mapkey li {
  list-style: none;
  font-size: 11px;
  margin-bottom: 5px; }

#mapkey div {
  width: 15px;
  height: 10px;
  float: left;
  margin: 1px 4px 0 0; }

.dkgrey {
  background-color: #697581; }

.blue {
  background-color: #16b2c8; }

.tan {
  background-color: #d5d3c7; }

.ltgrey {
  background-color: #dbdcde; }

#switchers li {
  display: block;
  width: 22px;
  height: 14px;
  z-index: 2000 !important;
  background-color: transparent; }

#switchers li:hover {
  cursor: pointer; }

#switchers li:first-child:hover {
  cursor: default; }

#Image-ak {
  position: absolute;
  left: 0;
  top: 230px; }

#Image-hi {
  position: absolute;
  left: 140px;
  top: 270px; }

#Image-ca {
  position: absolute;
  left: 103px;
  top: 110px; }

#Image-nv {
  position: absolute;
  left: 130px;
  top: 117px; }

#Image-wa {
  position: absolute;
  left: 121px;
  top: 49px; }

#Image-or {
  position: absolute;
  left: 108px;
  top: 72px; }

#Image-id {
  position: absolute;
  left: 157px;
  top: 58px; }

#Image-ut {
  position: absolute;
  left: 168px;
  top: 126px; }

#Image-az {
  position: absolute;
  left: 155px;
  top: 173px; }

#Image-mt {
  position: absolute;
  left: 175px;
  top: 59px; }

#Image-wy {
  position: absolute;
  left: 197px;
  top: 102px; }

#Image-co {
  position: absolute;
  left: 205px;
  top: 141px; }

#Image-nm {
  position: absolute;
  left: 198px;
  top: 179px; }

#Image-tx {
  position: absolute;
  left: 218px;
  top: 188px; }

#Image-ok {
  position: absolute;
  left: 250px;
  top: 184px; }

#Image-ks {
  position: absolute;
  left: 258px;
  top: 156px; }

#Image-ne {
  position: absolute;
  left: 246px;
  top: 126px; }

#Image-sd {
  position: absolute;
  left: 247px;
  top: 99px; }

#Image-nd {
  position: absolute;
  left: 250px;
  top: 70px; }

#Image-mn {
  position: absolute;
  left: 295px;
  top: 70px; }

#Image-ia {
  position: absolute;
  left: 298px;
  top: 122px; }

#Image-mo {
  position: absolute;
  left: 305px;
  top: 149px; }

#Image-ar {
  position: absolute;
  left: 313px;
  top: 188px; }

#Image-la {
  position: absolute;
  left: 318px;
  top: 221px; }

#Image-wi {
  position: absolute;
  left: 323px;
  top: 89px; }

#Image-il {
  position: absolute;
  left: 335px;
  top: 130px; }

#Image-mi {
  position: absolute;
  left: 339px;
  top: 83px; }

#Image-in {
  position: absolute;
  left: 361px;
  top: 135px; }

#Image-ky {
  position: absolute;
  left: 352px;
  top: 159px; }

#Image-tn {
  position: absolute;
  left: 347px;
  top: 180px; }

#Image-ms {
  position: absolute;
  left: 338px;
  top: 201px; }

#Image-al {
  position: absolute;
  left: 363px;
  top: 199px; }

#Image-oh {
  position: absolute;
  left: 381px;
  top: 129px; }

#Image-ny {
  position: absolute;
  left: 415px;
  top: 91px; }

#Image-pa {
  position: absolute;
  left: 410px;
  top: 121px; }

#Image-wv {
  position: absolute;
  left: 401px;
  top: 144px; }

#Image-va {
  position: absolute;
  left: 396px;
  top: 149px; }

#Image-nc {
  position: absolute;
  left: 390px;
  top: 173px; }

#Image-sc {
  position: absolute;
  left: 400px;
  top: 193px; }

#Image-ga {
  position: absolute;
  left: 382px;
  top: 197px; }

#Image-fl {
  position: absolute;
  left: 370px;
  top: 234px; }

#Image-vt {
  position: absolute;
  left: 440px;
  top: 63px; }

#Image-me {
  position: absolute;
  left: 466px;
  top: 61px; }

#Image-nh {
  position: absolute;
  left: 462px;
  top: 84px; }

#Image-ma {
  position: absolute;
  left: 458px;
  top: 104px; }

#Image-ri {
  position: absolute;
  left: 470px;
  top: 115px; }

#Image-ct {
  position: absolute;
  left: 458px;
  top: 115px; }

#Image-nj {
  position: absolute;
  left: 449px;
  top: 127px; }

#Image-de {
  position: absolute;
  left: 447px;
  top: 142px; }

#Image-md {
  position: absolute;
  left: 421px;
  top: 143px; }

#_Image-ak {
  position: absolute;
  left: 55px;
  top: 252px; }

#_Image-hi {
  position: absolute;
  left: 174px;
  top: 271px; }

#_Image-wa {
  position: absolute;
  left: 137px;
  top: 62px; }

#_Image-or {
  position: absolute;
  left: 125px;
  top: 92px; }

#_Image-ca {
  position: absolute;
  left: 119px;
  top: 165px; }

#_Image-nv {
  position: absolute;
  left: 141px;
  top: 137px; }

#_Image-id {
  position: absolute;
  left: 164px;
  top: 103px; }

#_Image-ut {
  position: absolute;
  left: 178px;
  top: 148px; }

#_Image-az {
  position: absolute;
  left: 168px;
  top: 194px; }

#_Image-mt {
  position: absolute;
  left: 203px;
  top: 77px; }

#_Image-wy {
  position: absolute;
  left: 212px;
  top: 118px; }

#_Image-co {
  position: absolute;
  left: 221px;
  top: 155px; }

#_Image-nm {
  position: absolute;
  left: 212px;
  top: 198px; }

#_Image-tx {
  position: absolute;
  left: 266px;
  top: 230px; }

#_Image-ok {
  position: absolute;
  left: 281px;
  top: 192px; }

#_Image-ks {
  position: absolute;
  left: 274px;
  top: 163px; }

#_Image-ne {
  position: absolute;
  left: 266px;
  top: 135px; }

#_Image-sd {
  position: absolute;
  left: 263px;
  top: 106px; }

#_Image-nd {
  position: absolute;
  left: 262px;
  top: 79px; }

#_Image-mn {
  position: absolute;
  left: 300px;
  top: 86px; }

#_Image-ia {
  position: absolute;
  left: 308px;
  top: 128px; }

#_Image-mo {
  position: absolute;
  left: 317px;
  top: 163px; }

#_Image-ar {
  position: absolute;
  left: 319px;
  top: 195px; }

#_Image-la {
  position: absolute;
  left: 318px;
  top: 223px; }

#_Image-wi {
  position: absolute;
  left: 331px;
  top: 101px; }

#_Image-il {
  position: absolute;
  left: 339px;
  top: 146px; }

#_Image-mi {
  position: absolute;
  left: 369px;
  top: 117px; }

#_Image-in {
  position: absolute;
  left: 361px;
  top: 145px; }

#_Image-ky {
  position: absolute;
  left: 375px;
  top: 167px; }

#_Image-tn {
  position: absolute;
  left: 364px;
  top: 184px; }

#_Image-ms {
  position: absolute;
  left: 341px;
  top: 211px; }

#_Image-al {
  position: absolute;
  left: 365px;
  top: 214px; }

#_Image-oh {
  position: absolute;
  left: 385px;
  top: 139px; }

#_Image-ny {
  position: absolute;
  left: 434px;
  top: 105px; }

#_Image-pa {
  position: absolute;
  left: 419px;
  top: 127px; }

#_Image-wv {
  position: absolute;
  left: 402px;
  top: 152px;
  width: 20px; }

#_Image-va {
  position: absolute;
  left: 422px;
  top: 160px; }

#_Image-nc {
  position: absolute;
  left: 420px;
  top: 180px; }

#_Image-sc {
  position: absolute;
  left: 410px;
  top: 197px; }

#_Image-ga {
  position: absolute;
  left: 393px;
  top: 215px; }

#_Image-fl {
  position: absolute;
  left: 412px;
  top: 255px; }

#_Image-vt {
  position: absolute;
  left: 435px;
  top: 59px; }

#_Image-me {
  position: absolute;
  left: 467px;
  top: 73px; }

#_Image-nh {
  position: absolute;
  left: 505px;
  top: 90px; }

#_Image-ma {
  position: absolute;
  left: 505px;
  top: 109px; }

#_Image-ri {
  position: absolute;
  left: 505px;
  top: 129px; }

#_Image-ct {
  position: absolute;
  left: 505px;
  top: 147px; }

#_Image-nj {
  position: absolute;
  left: 505px;
  top: 172px; }

#_Image-de {
  position: absolute;
  left: 505px;
  top: 191px; }

#_Image-md {
  position: absolute;
  left: 505px;
  top: 210px; }

#state_info div {
  display: none; }

#state_info div.active {
  display: block; }

#state_info div:first-child {
  color: #000000;
  font-size: 1em; }

#state_info {
  width: 84%;
  height: auto;
  border: 1px dotted #b1b1b1;
  padding: 4% 8%;
  margin-bottom: 20px; }

#state_info h2 {
  /*text-decoration: underline;*/
  font-size: 1.45em; }

#state_info p, #state_info ul li, #state_info ol li {
  color: #6f6f6f; }

#state_info p em {
  color: #000000; }

/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************TRANSITION*********************/
/*********************CSS3 GRADIENTS*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************BOX SIZING*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************IMPORTING MODULES*********************/
/******************************************************************
Stylesheet: Alert Styles
******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/*********************
BUTTON DEFAULTS
*********************/
.blue-btn, .comment-reply-link, #submit, .btn, #searchsubmit, .btn3, .gform_footer input[type="submit"], .demobtn, .uk-modal-dialog .gform_footer input[type="submit"] {
  display: inline-block;
  position: relative;
  font-family: "walkway_boldregular", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .btn:hover, #searchsubmit:hover, .btn3:hover, .gform_footer input[type="submit"]:hover, .demobtn:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .btn:focus, #searchsubmit:focus, .btn3:focus, .gform_footer input[type="submit"]:focus, .demobtn:focus {
    color: #fff !important;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active, .btn:active, #searchsubmit:active, .btn3:active, .gform_footer input[type="submit"]:active, .demobtn:active {
    top: 1px; }

.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

.btn, #searchsubmit {
  -webkit-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  -moz-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  color: #ffffff;
  background: #e18533;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.25em;
  padding: 5px 10px; }
  .btn:hover, .btn:focus, .btn:active, #searchsubmit:hover, #searchsubmit:focus, #searchsubmit:active {
    background: #ab192d;
    color: #fff; }
  .btn:visited, #searchsubmit:visited {
    color: #fff; }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin-top: -30px;
}
.btn3 {
  -webkit-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  -moz-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  color: #ffffff;
  background: #e18533;
  white-space: nowrap;
  width: 240px;
  font-size: 0.85em;
  line-height: 1.25em;
  padding: 5px 10px;
  text-align: center; }
  .btn3:hover, .btn3:focus, .btn3:active {
    background: #ab192d;
    color: #fff; }
  .btn3:visited {
    color: #fff; }

.gform_footer input[type="submit"] {
  -webkit-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  float: right;
  -moz-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
  color: #ffffff;
  background: #e18533;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.25em;
  padding: 5px 30px; }
  .gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus, .gform_footer input[type="submit"]:active {
    background: #ab192d;
    color: #fff; }
  .gform_footer input[type="submit"]:visited {
    color: #fff; }

.demobtn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background: #ab192d;
  white-space: nowrap;
  text-align: center;
  line-height: 0.9em; }
  .demobtn:hover, .demobtn:focus, .demobtn:active {
    background: #e18533; }
  .demobtn:visited {
    color: #fff; }

.request {
  font-size: 0.7em;
  line-height: 0.7em; }

.btn2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: -2px 4px 4px #366067;
  -moz-box-shadow: -2px 4px 4px #366067;
  box-shadow: -2px 4px 4px #366067;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #e18533;
  padding: 12px 15px 12px 15px;
  text-decoration: none; }

.btn2:hover {
  background: #ab192d;
  text-decoration: none; }

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
/*********************
Forms default
*********************/
article h3.gform_title {
  color: #fff; }
article .gform_wrapper h3.gform_title {
  background-color: #000;
  font-size: 1.35em;
  padding: 10px;
  width: 100%; }
article label.gfield_label {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400 !important;
  font-family: Myriad Pro, Lucida Sans, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; }
article .gfield_required {
  color: #166a74 !important;
  margin-left: 4px; }
article .gform_wrapper textarea.medium, article .gform_wrapper textarea.large {
  height: 70px; }
article .gform_wrapper input[type=text], article .gform_wrapper input[type=url], article .gform_wrapper input[type=email], article .gform_wrapper input[type=tel], article .gform_wrapper input[type=number], article .gform_wrapper input[type=password] {
  font-size: 0.85em; }

.gform_wrapper h3.gform_title {
  background-image: url("../../images/help-desk-bubble.png");
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: 25px 10px;
  background-repeat: no-repeat; }

article .gform_wrapper h3.gform_title {
  padding-left: 70px;
  letter-spacing: 1px !important; }

#gform_4 {
  border-bottom: 4px solid #000;
  padding-bottom: 20px;
  margin-right: 33px; }

/*********************
Forms in Modals 
*********************/
/******* MODAL FORM ***********/
.uk-modal-dialog {
  width: 550px;
  padding: 10px; }
  .uk-modal-dialog a:link, .uk-modal-dialog a:visited:link {
    color: #000;
    text-decoration: underline; }
  .uk-modal-dialog div.gform_body {
    padding: 0px; }
  .uk-modal-dialog .gform_wrapper {
    margin: 0;
    max-width: 100%; }
  .uk-modal-dialog .gform_wrapper .gform_heading {
    width: 100%; }
  .uk-modal-dialog .gform_wrapper h3.gform_title {
    background-image: none;
    background-color: #000;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 1.25em;
    padding: 10px;
    letter-spacing: 1px !important; }
  .uk-modal-dialog label.gfield_label {
    background-image: none;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 1.12em;
    font-weight: 400 !important;
    font-family: Myriad Pro, Lucida Sans, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .uk-modal-dialog .gfield_required {
    color: #e18533 !important;
    margin-left: 4px; }
  .uk-modal-dialog .gform_footer input[type="submit"] {
    -webkit-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
    float: right;
    -moz-box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
    box-shadow: -2px 4px 4px rgba(27, 27, 27, 0.5);
    color: #ffffff;
    background: #e18533;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.25em;
    padding: 5px 30px; }
    .uk-modal-dialog .gform_footer input[type="submit"]:hover, .uk-modal-dialog .gform_footer input[type="submit"]:focus, .uk-modal-dialog .gform_footer input[type="submit"]:active {
      background: #ab192d;
      color: #fff; }
    .uk-modal-dialog .gform_footer input[type="submit"]:visited {
      color: #fff; }
  .uk-modal-dialog .gform_wrapper input[type=text], .uk-modal-dialog .gform_wrapper input[type=url], .uk-modal-dialog .gform_wrapper input[type=email], .uk-modal-dialog .gform_wrapper input[type=tel], .uk-modal-dialog .gform_wrapper input[type=number], .uk-modal-dialog .gform_wrapper input[type=password] {
    background-color: #e0e0e1;
    border: 0;
    line-height: 1.2em;
    font-size: 1em;
    padding: 5px;
    float: right;
    margin: 10px 0;
    right: 5%; }
  .uk-modal-dialog p.form_footer {
    background-color: #000; }
  .uk-modal-dialog .uk-modal-dialog > :last-child {
    margin-bottom: 0px !important; }

#sidebar p.form_footer {
  margin-top: 30px; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  margin-bottom: 6px !important;
  padding: 0px !important;
  border-top: 0;
  border-bottom: 0; }

.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea {
  background-color: #FFDFE0; }

/*********************BASE (MOBILE) SIZE*********************/
@media only screen and (max-width: 767px) {
  /*Mobile Nav*/
  .uk-nav-offcanvas .current-menu-item a {
    color: #e18533; }
  .uk-nav-offcanvas .current-menu-item ul a {
    color: #fff; }
.gform_wrapper .left_label .gfield_label {
	float: none;
	margin: 0 0 15px 0;
	width: 100%;
}
#header-rfq p a {

	font-weight: 300;
font-size: 13px;
text-decoration: none;
background: #831322 none repeat scroll 0% 0%;
color: #fff;
padding: 10px 8px;
}
 #header-rfq{
	    text-transform: uppercase;
    position: absolute;
    right: 13px;
    top: -155px;

 }

  #header-rfq span{
	  position: relative;
top: 15px;
font-size: 25px !important;
  }
  
  #gform_wrapper_9 .top_label input.medium, #gform_wrapper_9 textarea.medium{
    width: 100% !important;
}
 #gform_wrapper_9 textarea.medium{
	 margin-bottom:20px;
 }
 #gform_wrapper_9 .button{
	    width: 50%;
		margin-right: auto;
		margin-left: auto;
		display: block;
		text-align: center;
		float: none;
    }


}

@media screen and (max-width: 620px) {
	
	#header-rfq a{
		display:none;
	}
	
	  #header-rfq span{
	  position: relative;
top: 92px;
font-size: 25px !important;
  }
  .bx-pager.bx-default-pager{
	  display:none !important;
  }
  
	
}
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  height: 100%; }

body {
  font-family: Myriad Pro, Lucida Sans, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  -webkit-font-smoocthing: antialiased;
  height: 100%;
  /*sticky footer */ }

.wrapper {
  /*min-height: 100%;*/
  height: auto !important;
  /* IE6 support */
  height: 100%;
  /* IE6 support */
  margin: 0 auto -85px;
  /* negative value footer height */ }

::selection {
  background: #39f;
  color: #000;
  text-shadow: none; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
.blog h1.h2.entry-title {
  display: inline-block;
  padding-top: 20px;
  color: #ab192d; }
  .blog h1.h2.entry-title:first-child {
    padding-top: 0px; }
.blog p.byline.vcard {
  display: inline-block; }

/* blog template page */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #ab192d;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #831322; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.sblink {
  color: #000 !important;
  text-decoration: underline;
  font-weight: 600; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "walkway_boldregular", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  /*font-size: 1.125em;*/
  font-size: 1.45em;
  color: #ab192d; }

h4, .h4 {
  font-size: 1.5em;
  font-weight: 500; }

h4.contact {
  color: #ab192d; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.maincontent h5 {
	margin:0;
	font-size:1em;
	color: #fff;
	line-height:normal;
}
.maincontent h5 span {
	font-size:0.9em;
}

h2.headline {
  font-size: 2.125em;
  margin-bottom: 0.375em;
  background-color: #ab192d;
  text-transform: uppercase;
  font-family: "walkway_boldregular", Arial, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 25px 13px 25px;
  margin: 0 -25px 20px -25px; }
  h2.headline span {
    background-color: #ab192d;
    line-height: 1.4em;
    padding: 13px 10px 12px 0px; }

.associations .uk-grid {
  position: relative;
  left: 0;
  top: 10px;
  background: white;
  padding: 15px 10px 15px 100%;
  margin-left: -100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px; }
.associations .uk-grid:not(.uk-grid-preserve) > * {
  padding-left: 15px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 3px solid #63656a; }

/*********************
HEADER STYLES
*********************/
.header-adwords {
	margin:25px 0 0 0;
	height:68px;
  background-color: #63656a; }
.header {
  background-color: #63656a; }

.uk-navbar-center {
  max-width: 70%; }

#logo img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px;
  background-color: #e7a61a; }

/*********************
NAVIGATION STYLES
*********************/
ul#menu-mobile-menu.nav.footer-nav.cf.uk-nav.uk-nav-offcanvas, ul#menu-mobile-menu.nav.footer-nav.uk-nav.uk-nav-offcanvas.comment-respond {
  text-transform: uppercase; }

.uk-navbar {
  background-color: #e18533;
  margin-top: 70px; }
  .uk-navbar li a {
    color: #fff;
    font-family: Myriad Pro, Lucida Sans, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .uk-navbar li a:hover, .uk-navbar li a:focus {
      border-color: #e18533;
      background: none; }
  .uk-navbar .uk-dropdown-navbar {
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    border-top: 2px solid #e18533; }
    .uk-navbar .uk-dropdown-navbar li a {
      color: #fff;
      font-family: Myriad Pro, Lucida Sans, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .uk-navbar .uk-dropdown-navbar li a:hover, .uk-navbar .uk-dropdown-navbar li a:focus {
        border-color: #e18533; }

.uk-navbar-nav > li.uk-active > a {
  background: none;
  color: #fff; }

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    */ }
    .nav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 0.75em; }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
.half {
  display: inline-block;
  width: 180px; }

.halfd {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

/*********************
Banners
*********************/
ul.bxslider {
  padding: 0 auto !important; }

div.bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2; }

.bx-wrapper .bx-viewport {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bx-wrapper {
  margin-bottom: 0;
  overflow: hidden; }

.bx-wrapper .bx-pager {
  display: none; }

.bx-wrapper .bx-pager.bx-default-pager a {
  display: none; }

.bx-controls-direction a {
  display: none; }

.bx-wrapper:hover .bx-controls-direction a {
  display: block; }

/*********************
POSTS & CONTENT STYLES
*********************/
#mobilemap {
  display: block; }
  #mobilemap h3 {
    font-size: 1.12em; }

#map {
  display: none; }

#state_info div:first-child {
  display: none; }
.adwords #page-content {
  padding-bottom:0; }
#page-content {
  padding-bottom: 50px; }

.uk-panel {
  background-color: #63656a;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  padding: 13px 10px; }

a.demobtn {
  margin-right: 15px;
  font-size: 1.8em;
  padding: 5px 36px 12px; }

img#soc-seal {
  margin-top: 20px;
  margin-left: 0px;
  position: relative;
  z-index: 500; }

h3.support {
  margin-top: 40px; }

p.support {
  margin-bottom: 40px; }

article {
  background-color: #62b1bd;
  margin-top: -15px; }
article .adwords .content h3 {
	/*font-family: "walkway_blackregular", Arial, sans-serif;*/
	font-size:22px;
}
  article .content {
    font-size: 1.2142857em;
    padding-top: 20px; }
  article p {
    color: #000;
    line-height: 1.25em; }
  article ul, article ol {
    padding-left: 20px;
    list-style-type: disc; }
  article ul.inine, article ol {
    padding-left: 20px;
    list-style-type: disc; }
    article ul.inine .titlelist, article ol .titlelist {
      text-transform: uppercase;
      font-weight: 600; }
    article ul.inine .text, article ol .text {
      color: #000; }
  article ul.ininelist {
    margin-top: 30px; }
    article ul.ininelist li {
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
      article ul.ininelist li ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 30px; }
        article ul.ininelist li ul li {
          color: #000;
          text-transform: none;
          font-weight: normal; }
  article a.boldwhite {
    color: #fff;
    font-weight: bold; }
	
	article a:hover.boldwhite, article a:active.boldwhite {
    color: #ab192d;
    font-weight: bold; }

.uk-container {
  position: relative; }

#content {
  margin-top: 1.5em; }

.blogentries p {
  margin-top: 0;
  margin-bottom: 10px; }

.blog p.byline.vcard {
  margin-bottom: 0px; }

.hentry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #ccc; }
  .hentry header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5em; }
  .hentry footer {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  font-size: 1.25em;
  font-family: Myriad Pro, Lucida Sans, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 10px 0 0 0; }

.byline {
  color: #fff;
  font-style: normal;
  margin: 0; }

.entry-content {
  padding: 1.5em 1.5em 0; }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content ul {
    padding: 0;
    list-style-type: disc;
    margin-left: 1em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #63656a;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #63656a; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #63656a; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #63656a;
    border-right: 1px solid #63656a; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    padding-left: 0px;
    border-left: 0;
    font-size: 19px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 600;
    color: #fff; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

#state_info {
  width: 84%;
  height: auto;
  border: 0px;
  padding: 4% 8%;
  margin-bottom: 20px;
  color: #000; }
  #state_info h3 {
    font-size: 1.25em;
    color: #000; }
  #state_info p, #state_info ul li, #state_info ol li {
    color: #000; }

p.question {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 20px; }
  p.question:first-child {
    padding-top: 0px; }

p.answer {
  margin-top: 0; }

.uk-nav-parent-icon > .uk-parent > a.red, .uk-nav-parent-icon > .uk-parent > a.red::after, .uk-nav-parent-icon > .uk-parent.uk-open > a.red::after {
  color: #ab192d; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination .current {
    cursor: default;
    color: #000000; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #000000; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/* Accordion*/
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  content: "\f0d7";
  color: #000; }

.uk-nav-parent-icon > .uk-parent > a::after {
  content: "\f0da";
  margin-left: 10px;
  float: none;
  text-align: center;
  color: #000; }

ul.uk-nav.uk-nav-side.uk-nav-parent-icon {
  margin-left: -15px;
  color: #000; }

.uk-nav-side > li > a, .uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
  background: none;
  color: #000; }

ul.uk-nav-sub {
  padding: 5px 0 5px 35px;
  color: #000; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  white-space: normal; }


/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #63656a; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #000000;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #000000;
    text-decoration: underline; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebarspacer {
  margin-top: 40px; }

#sidebar p {
  font-size: 1.2142857em; }

.homesidebar {
  padding-top: 25px; }

blockquote {
  padding-left: 0px;
  border-left: 0;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #fff; }
  blockquote q {
    font-style: normal;
    display: block; }
  blockquote cite {
    font-style: normal;
    font-size: 0.85em;
    display: block; }
  blockquote cite::before {
    content: "\2014 \0020"; }

.contactinfo {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }

img#i-9logo {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px;
  background-color: #e7a61a;
  margin-top: -10px; }

.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }
article .adwords #field_3_11 {
	display:none;
}
article .adwords .gform_wrapper .gform_footer.left_label {
  padding:30px 0 0 0;
  margin-right: 0px;
}
.adwords #sidebar {
	/*margin:0 50px 0 0;*/
}
.form-adwords {
	margin:-15px 0 0 0;
	padding:30px;
	background-color:#a1cdd4;
}
.form-adwords h1 {
	margin:0 0 5px 0;
	padding:0;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	line-height:normal;
	/*font-family: "walkway_blackregular", Arial, sans-serif;*/
}
.form-adwords h2 {
	margin:0 0 15px 0;
	padding:0;
	font-size:26px;
	color:#ac1f2d;
	line-height:normal;
	/*font-family: "walkway_blackregular", Arial, sans-serif;*/
}
/*********************
FOOTER STYLES
*********************/
div.uk-grid.demo {
  margin-top: -45px;
  margin-bottom: 40px; }
.footer-adwords {
  clear: both;
  max-height:86px;
  background-color: #63656a;
  color: #f8f9fa;
  margin: 118px 0 30px 0;
  text-align: center;
  }
  .footer-adwords a {
    color: #fff; }
    .footer-adwords a:hover, .footer-adwords a:focus {
      color: #e18533;
      text-decoration: none; }
  /*.footer-adwords .uk-grid:not(.uk-grid-preserve) > * {
    margin: 0;
    padding-left: 0; }*/
.footer2 {
  clear: both;
  background-color: #63656a;
  color: #f8f9fa;
  margin-top: 0px;
  text-align: center; }
  .footer2 a {
    color: #fff; }
    .footer2 a:hover, .footer2 a:focus {
      color: #e18533;
      text-decoration: none; }
  .footer2 .uk-grid:not(.uk-grid-preserve) > * {
    margin: 0;
    padding-left: 0; }

.footer {
  clear: both;
  background-color: #63656a;
  color: #f8f9fa;
  margin-top: 118px;
  text-align: center; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer ul li {
      padding: 0;
      margin-bottom: 5px;
      display: block;
      border: none; }
  .footer a {
    color: #fff; }
    .footer a:hover, .footer a:focus {
      color: #e18533;
      text-decoration: none; }
  .footer div#inner-footer.cf, .footer div#inner-footer.comment-respond {
    padding: 0 20px; }
  .footer .uk-grid:not(.uk-grid-preserve) > * {
    margin: 0;
    padding-left: 0; }
.social-adwords {
	margin:-15px 0 0 0;
	text-align:right;
}

.social a {
  color: #e18533;
  background-color: #fff;
  width: 45px;
  height: 54px;
  padding: 20px 5px 20px 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  text-align: center; }
  .social a:hover, .social a:focus {
    background-color: #e18533;
    color: #fff;
    text-decoration: none; }

.footer-links {
  color: #fff; }

/* end .footer-links */
.copyright {
  margin: 20px 15px;
  padding: 0px 15px 10px;
  text-align: left; }
.copyright-adwords {
  margin:0;
  padding: 0px 15px 10px;
  font-size:13px;
  text-align: left; }
/* end .footer-links */
@media only screen and (min-width: 400px) {
  .uk-navbar-center {
    max-width: 50%; } }
@media screen and (max-width: 500px) {
.footer-adwords {
  max-height:386px;
  }
}
@media screen and (min-width: 900px) {
#header-rfq{
	top:-70px !important;
}
}
/*********************LARGER MOBILE DEVICES*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .uk-navbar {
    margin-top: 100px; }

  .bx-wrapper .bx-pager {
    display: block;
    position: absolute;
    padding-top: 0;
    top: 0px;
    margin-left: 35%;
    z-index: 888;
    height: 50px; }

  .bx-wrapper .bx-controls-direction a {
    z-index: 999; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    background: #ab192d;
    width: 5px;
    height: 5px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* at this larger size, we can start to align images */
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }

  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }

  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  article .gform_wrapper .gform_footer.right_label, article .gform_wrapper .gform_footer.left_label {
    /*padding: 16px 20px 20px 31%;*/
    margin-right: 30px; }

  .uk-modal-dialog .gform_wrapper h3.gform_title {
    font-size: 2.5em; }
  .uk-modal-dialog label.gfield_label {
    font-size: 1.25em;
    white-space: nowrap; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer div#inner-footer.cf, .footer div#inner-footer.comment-respond {
    padding: 0 20px; }

  .copyright {
    padding-bottom: 10px; }

  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************TABLET & SMALLER LAPTOPS *********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  body {
    height: 100%;
    /*sticky footer */ }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px; }

  .uk-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 758px; }
    
      #gform_wrapper_9 .top_label input.medium, #gform_wrapper_9 textarea.medium{
    width: 100% !important;
}
 #gform_wrapper_9 textarea.medium{
	 margin-bottom:20px;
 }
 #gform_wrapper_9 .button{
	    width: 50%;
		margin-right: auto;
		margin-left: auto;
		display: block;
		text-align: center;
		float: none;
    }

    
    
    
    
    

  /*********************
  HEADER STYLES
  *********************/
  .header {
    margin-top: 25px;
    padding-top: 54px; }
    #header-rfq{
	    text-transform: uppercase;position: absolute;right: 10px;top: -85px;
    }
	 #header-rfq p a{
	font-weight: 300;
font-size: 18px;
text-decoration: none;
background: #aa192d none repeat scroll 0% 0%;
color: #fff;
padding: 10px 3px;
	 }
	  #header-rfq p a:hover{
		  background: #E18533  none repeat scroll 0% 0%;
	  }
  h2.headline {
    margin: auto;
    margin-bottom: 0.375em;
    padding: 9px 0px 13px 0px; }
    h2.headline span {
      background-color: #ab192d;
      line-height: 1.4em;
      padding: 13px 10px 12px 0px; }

  .redblock {
    width: 20%;
    position: absolute;
    left: 0; }
    .redblock h2.headline span {
      padding: 13px 100% 12px 0px;
      width: 100%; }

  .associations .uk-grid {
    position: relative;
    left: 0;
    top: 10px;
    background: white;
    padding: 15px 10px 15px 100%;
    margin-left: -100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px;
    box-shadow: rgba(0, 0, 0, 0.25882) 0px 0px 2px 1px; }

  h2.headline {
    background: none;
    margin-top: 40px; }

  .bx-wrapper .bx-pager {
    padding-top: 0px;
    top: 8px;
    margin-left: 40%; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
    background: none; }

  .uk-navbar-brand img {
    max-width: 70%; }

  .uk-navbar {
    background-color: #e18533;
    height: 90px; }
    .uk-navbar li a {
      color: #fff;
      font-weight: bold;
      padding: 0 12px; }
      .uk-navbar li a:hover, .uk-navbar li a:focus {
        border-color: #e18533; }

  #menu-the-main-menu-right li a {
    text-transform: uppercase; }
  #menu-the-main-menu-right li:last-child a {
    color: #63656a; }
  #menu-the-main-menu-right li ul li a {
    text-transform: none; }
  #menu-the-main-menu-right li ul li:last-child a {
    color: #fff; }

  #menu-the-main-menu li a {
    text-transform: uppercase; }
  #menu-the-main-menu li:first-child a {
    text-transform: lowercase;
    background-image: url("../../images/i-9static.png");
    /*padding-left: 50px;
    background-position: 25px 5px;*/
    padding-left: 40px;
    background-position: 15px 5px;
    background-repeat: no-repeat; }
    #menu-the-main-menu li:first-child a:hover, #menu-the-main-menu li:first-child a:focus {
      background-image: url("../../images/i-9roll.png");
      background-repeat: no-repeat; }
  #menu-the-main-menu li ul li:first-child a {
    text-transform: uppercase;
    background: none;
    padding-left: 20px; }
    #menu-the-main-menu li ul li:first-child a:hover, #menu-the-main-menu li ul li:first-child a:focus {
      background: none; }

  li.current_page_parent {
    border-bottom: 1px solid #e18533; }

ul#menu-the-main-menu li .uk-dropdown li {
	text-transform:uppercase !important;
	background-image:none !important;
	padding-left: 0 !important;
}
ul#menu-the-main-menu li .uk-dropdown li a {
	text-transform:uppercase !important;
	background-image:none !important;
	padding-left:20px !important;
}

.uk-dropdown #menu-the-main-menu li li:first-child a {
    text-transform: none; }
	
/*#menu-item-878 a {
  text-transform:none !important;
  background-image:none !important;
  padding-left: 20px !important;
}*/
/*.uk-dropdown #menu-the-main-menu li ul li:first-child a {
    text-transform: none;
    background-image:none;
    padding-left:20px;
 }*/
.uk-dropdown #menu-the-main-menu li ul li:first-child a:hover, .uk-dropdown #menu-the-main-menu li ul li:first-child a:focus {
      background-image:none;
}


  /*********************
  NAVIGATION STYLES
  *********************/
  #logo {
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 800; }
    #logo img {
      max-width: 240px;
      width: 80%; }

  .uk-navbar {
    height: auto;
    margin-top: auto;
    background-image: url("../../images/navbar.jpg"); }
    .uk-navbar li {
      padding-bottom: 10px;
      margin-bottom: -10px; }

  .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-image: url("../../images/navbar.jpg");
    background-color: none; }

  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */ }
    .nav ul {
      background: #000;
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative; }
      .nav li a {
        border-bottom: 0; }
        .nav li a:hover, .nav li a:focus {
          color: #fff;
          text-decoration: underline; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999; }
        .nav li ul.sub-menu li a,
        .nav li ul.children li a {
          border-right: 0;
          display: block;
          width: 180px;
          border-bottom: 1px solid #ccc; }
        .nav li ul.sub-menu li:last-child a,
        .nav li ul.children li:last-child a {
          border-bottom: 0; }
        .nav li ul.sub-menu li ul,
        .nav li ul.children li ul {
          top: 0;
          left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }

  /* end .nav */
  .uk-navbar .uk-dropdown-navbar {
    margin-top: 0; }
    .uk-navbar .uk-dropdown-navbar li.current-menu-item {
      border-bottom: none !important; }

  li.current_page_parent, li.current-menu-item {
    border-bottom: 2px solid #e18533;
    padding-bottom: 10px;
    margin-bottom: -10px; }

  uk-parent uk-active {
    border-bottom: 2px solid #e18533;
    padding-bottom: 5px;
    margin-bottom: -5px; }

  .uk-dropdown {
    width: 220px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .uk-dropdown ul li a:hover, .uk-dropdown ul li a:focus {
      background: #000; }
    .uk-dropdown ul li.current_page_parent, .uk-dropdown ul li.current-menu-item {
      border-bottom: 0; }

  .uk-dropdown ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #e18533; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  article {
    background-image: url("../../images/arrow-bk.png");
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-position: left bottom; }
	article .adwords p:last-child {
      margin-bottom: 15px; }
    article p:last-child {
      margin-bottom: 95px; }
    article label.gfield_label {
      font-size: 1.10em; }
    article .content {
      padding-bottom: 20px; }

  a.demobtn {
    font-size: 2em;
    padding: 5px 36px 12px; }

  img#soc-seal {
    margin-top: -20px;
    margin-left: 0px; }

  .uk-modal-dialog div.gform_body {
    padding: 0 10px; }
  .uk-modal-dialog .gform_wrapper h3.gform_title {
    padding: 15px;
    font-size: 2.25em;
    font-weight: 500; }
  .uk-modal-dialog label.gfield_label {
    font-size: 1.25em;
    white-space: nowrap; }
	.gform_wrapper .gform_footer.left_label, .gform_wrapper .gform_footer.right_label {
  width: 68% !important;
}
  article .gform_wrapper .gform_footer.right_label, article .gform_wrapper .gform_footer.left_label {
    /*padding: 16px 20px 20px 31%;*/
    margin-right: 0px;
	}


  #mobilemap {
    display: none; }

  #map {
    display: block; }

  #state_info div:first-child {
    display: block; }

  .halfd {
    display: inline-block;
    width: 50%; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em; }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; } }
@media only screen and (min-width: 900px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet 1000up
  ******************************************************************/
  #logo {
    margin: 0 auto -50px; }

  .uk-navbar-nav > li > a {
    padding: 0 10px; }

  .uk-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 15px; }

  #menu-the-main-menu li a {
    text-transform: uppercase; }
  #menu-the-main-menu li:first-child a {
    padding-left: 50px;
    background-position: 25px 5px; }

  #menu-the-main-menu-right li:last-child a {
    color: #63656a;
     }
  #menu-the-main-menu-right li ul li a {
    text-transform: uppercase; }
  #menu-the-main-menu-right li ul li:last-child a {
    color: #fff;
     } }
/*********************DESKTOP*********************/
@media only screen and (min-width: 1030px) {
	
	
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .wrap {
    width: 1040px; }

  .uk-container {
    max-width: 1010px;
    padding: 0 15px; }

  #logo {
    margin: 0 auto -40px auto;
    position: relative; }
    #logo img {
      /*max-width: 280px;*/
      max-width: 260px;
      width: 100%; }

  #home-content {
    max-width: 680px;
    padding-left: 100px; }

  img#arrow-bk {
    margin-top: -265px;
    margin-left: -155px; }

  a.demobtn {
    float: right;
    margin-right: 15px;
    font-size: 2.45em;
    padding: 5px 36px 12px; }

  article {
    /*min-height: 370px;*/
    min-height: 470px;
    margin-bottom: 50px; }
	
	article .adwords p:last-child {
      margin-bottom: 15px; }
	
    article p:last-child {
      margin-bottom: 95px; }

  #helpcta {
    margin-left: -35px; }

  .bx-wrapper .bx-pager {
    padding-top: 5px;
    top: 0px;
    margin-left: 45%; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px; }

  img#soc-seal {
    margin-top: -20px;
    margin-left: 100px; }

  .uk-navbar-nav > li > a {
    /*padding: 0 15px;*/
    padding: 0 12px; }

  .uk-grid_button .uk-width-1-2 {
    width: 50%;
    font-size: 1em; }

  .btn3 {
    width: 260px;
    font-size: 1em; }
    
    /* Style by Topspot Developer - Nick iloba */
     #gform_wrapper_9 input{
	     width:100%;
     }
      .gform_wrapper textarea#input_9_6{
	     width:100% !important;
	     height:auto;
	     margin-bottom:30px;
     }

	 #gform_wrapper_9 .top_label input.medium{
		 width:100% !important;
	 }

     .gform_wrapper{
	     max-width: 100% !important;
	     position: relative;
		 top: 0px;
     }
     
    #gform_wrapper_9 .button{
	    width: 50%;
		margin-right: auto;
		margin-left: auto;
		display: block;
		text-align: center;
		float: none;
    }
    
    h3.quickContact{
	    text-align:center;
    }
    

    #sidebar.uk-width-medium-2-3, #sidebar.uk-width-medium-4-6{
	    float:left ;
	    
	 }
    #sidebar.uk-width-medium-1-3, #sidebar.uk-width-medium-2-6 {
    width: 25.333%;
    float: right;
	}
    
	
	#inner-footer{
		max-width: 1220px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.page-id-838 #gform_wrapper_9, .page-id-831 #gform_wrapper_9,
	.page-id-838 h3.quickContact, .page-id-831 h3.quickContact, 
	.page-id-934  #gform_wrapper_9, .page-id-934 h3.quickContact,
	.page-id-938  #gform_wrapper_9, .page-id-938 h3.quickContact  {
		display:none;
	}
	
	
    

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    clear: both;
    background-color: #63656a;
    color: #f8f9fa;
    margin-top: 118px;
    text-align: left;
    min-height: 93px; }
    .footer a {
      color: #fff; }
      .footer a:hover, .footer a:focus {
        color: #e18533;
        text-decoration: none; }

  .social a {
    color: #e18533;
    background-color: #fff;
    width: 45px;
    height: 54px;
    padding: 20px 5px 20px 10px;
    margin-left: 5px;
    margin-bottom: 10px; }
    .social a:hover, .social a:focus {
      background-color: #e18533;
      color: #fff;
      text-decoration: none; }

  .footer-links {
    color: #fff; }

  /* end .footer-links */
  .copyright-adwords {
    padding: 20px 0 0 0;
    text-align: left; }
  .copyright {
/*     margin: 20px 0 20px 5%; */
    padding-bottom: 10px;
    text-align: left; } }
/*********************LARGE VIEWING SIZE*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  .page-template-template-adwords article {
    /*min-height: 356px;
  margin-bottom: 140px;
  max-height: 356px;*/ }
  .uk-container {
    max-width: 1215px;
    padding: 0 10px; }

 #logo-adwords {
    margin: 0 auto -20px auto;
    position: relative;
    top: 0px; }
    #logo-adwords img {
      max-width: 370px;
      width: 100%; }

  #logo {
    margin: 0 auto -20px auto;
    position: relative;
    top: 0px; }
    #logo img {
      max-width: 370px;
      width: 100%; }

  .uk-navbar-nav > li > a {
    padding: 0 20px; }

  .bx-wrapper {
    max-width: 1400px; }

  .bx-wrapper .bx-pager {
    padding-top: 0px;
    top: 20px;
    margin-left: 30%; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px; }

  img#ask {
    max-width: 463px; } }
@media only screen and (min-width: 1990px) {
  .redblock {
    width: 50%; } }
/*********************RETINA (2x RESOLUTION DEVICES)*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
  /* 
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  */ }
/*********************PRINT STYLESHEET*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
    
/*     <!--------css by Nicholas Iloba-----------------! */
    
    @media only screen and (max-width:1029px) {
		.page-id-838 #gform_wrapper_9, .page-id-831 #gform_wrapper_9,
	.page-id-838 h3.quickContact, .page-id-831 h3.quickContact, 
	.page-id-934  #gform_wrapper_9, .page-id-934 h3.quickContact,
	.page-id-938  #gform_wrapper_9, .page-id-938 h3.quickContact  {
		display:none;
	}
		
		
	}
    
	
	@media only screen and (max-width:767px) {
		.page-id-838 #gform_wrapper_9, .page-id-831 #gform_wrapper_9,
	.page-id-838 h3.quickContact, .page-id-831 h3.quickContact, 
	.page-id-934  #gform_wrapper_9, .page-id-934 h3.quickContact,
	.page-id-938  #gform_wrapper_9, .page-id-938 h3.quickContact  {
		display:none;
	}
		
		
	}
