@charset "UTF-8";
/*!--------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
# Bootstrap
# Base
    ## Typography
    ## Helpers
# Components
    ## Pixel Slider
    ## Job Search Filter
    ## Job Listing
    ## Client Logo Showcase
    ## Widgets
    ## Get Social
# Layouts
# Vendors
    ## Chosen
--------------------------------------------------------------!*/
/*--------------------------------------------------------------
# Bootstrap mixins & browser resets
--------------------------------------------------------------*/
/********************************
Placeholders
*********************************/
.sidr-class-sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/********************************
Mixins
*********************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", Raleway, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #91989a;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #4dc1ef;
  text-decoration: none; }
  a:hover, a:focus {
    color: #14a3dc;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", Open Sans, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #4dc1ef; }

a.text-primary:hover,
a.text-primary:focus {
  color: #1eb1eb; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #4dc1ef; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1eb1eb; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0;
  margin-bottom: 20px; }

.dl-horizontal dd {
  *zoom: 1; }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .dl-horizontal dd:after {
    clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-style: italic; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e2e2e2; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  margin-right: 7px;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #868c8e; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"], .form-control,
li.search-field input[type="text"] {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #868c8e;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  background-image: none;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus, .form-control:focus,
  li.search-field input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder, .form-control::-moz-placeholder,
  li.search-field input[type="text"]::-moz-placeholder {
    color: #868c8e;
    opacity: 1; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder, .form-control:-ms-input-placeholder,
  li.search-field input[type="text"]:-ms-input-placeholder {
    color: #868c8e; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder, .form-control::-webkit-input-placeholder,
  li.search-field input[type="text"]::-webkit-input-placeholder {
    color: #868c8e; }
  select::-ms-expand,
  textarea::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="date"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="week"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="color"]::-ms-expand, .form-control::-ms-expand,
  li.search-field input[type="text"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  select[disabled], select[readonly],
  fieldset[disabled] select,
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled]
  textarea,
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled]
  input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled]
  input[type="password"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled]
  input[type="datetime-local"],
  input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled]
  input[type="date"],
  input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled]
  input[type="month"],
  input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled]
  input[type="time"],
  input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled]
  input[type="week"],
  input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled]
  input[type="number"],
  input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled]
  input[type="email"],
  input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled]
  input[type="url"],
  input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled]
  input[type="tel"],
  input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled]
  input[type="color"], .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control,
  li.search-field input[type="text"][disabled],
  li.search-field input[type="text"][readonly],
  fieldset[disabled]
  li.search-field input[type="text"] {
    background-color: #eeeeee;
    opacity: 1; }
  select[disabled],
  fieldset[disabled] select,
  textarea[disabled],
  fieldset[disabled]
  textarea,
  input[type="text"][disabled],
  fieldset[disabled]
  input[type="text"],
  input[type="password"][disabled],
  fieldset[disabled]
  input[type="password"],
  input[type="datetime"][disabled],
  fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  fieldset[disabled]
  input[type="datetime-local"],
  input[type="date"][disabled],
  fieldset[disabled]
  input[type="date"],
  input[type="month"][disabled],
  fieldset[disabled]
  input[type="month"],
  input[type="time"][disabled],
  fieldset[disabled]
  input[type="time"],
  input[type="week"][disabled],
  fieldset[disabled]
  input[type="week"],
  input[type="number"][disabled],
  fieldset[disabled]
  input[type="number"],
  input[type="email"][disabled],
  fieldset[disabled]
  input[type="email"],
  input[type="url"][disabled],
  fieldset[disabled]
  input[type="url"],
  input[type="search"][disabled],
  fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  fieldset[disabled]
  input[type="tel"],
  input[type="color"][disabled],
  fieldset[disabled]
  input[type="color"], .form-control[disabled],
  fieldset[disabled] .form-control,
  li.search-field input[type="text"][disabled],
  fieldset[disabled]
  li.search-field input[type="text"] {
    cursor: not-allowed; }

textarea.form-control,
textarea {
  height: auto;
  height: 200px;
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 35px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 65px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 35px;
  line-height: 35px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 35px;
  line-height: 35px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 35px;
  min-height: 36px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 65px;
  padding: 18px 28px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 65px;
  line-height: 65px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 65px;
  padding: 18px 28px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 65px;
  line-height: 65px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 65px;
  min-height: 42px;
  padding: 19px 28px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 65px;
  height: 65px;
  line-height: 65px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d3d6d7; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 14px; } }

.subscribe-form form {
  margin: 0;
  position: relative; }
  .subscribe-form form .form-group {
    width: 70%; }
    .subscribe-form form .form-group input[type="text"],
    .subscribe-form form .form-group input[type="email"] {
      width: 100%;
      border-radius: 50px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      background: none;
      border: 2px solid #fff; }
  .subscribe-form form .btn, .subscribe-form form input[type="submit"], .subscribe-form form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.search-form {
  position: relative; }
  .search-form label {
    margin: 0;
    display: block; }
  .search-form input.search-field {
    width: 72%; }
  .search-form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 29%;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.search-form.header-search-form input.search-field {
  width: 85%; }

.search-form.header-search-form input.search-submit {
  width: 16%; }

label.error {
  font-weight: normal;
  color: #e74c3c;
  display: block;
  padding: 5px;
  margin: 5px 0 0; }

.form-control.error {
  border-color: #e43725; }

.btn, button, input[type="button"], input[type="reset"], input[type="submit"], .post-edit-link,
#job-manager-job-dashboard tfoot a,
.comments-link a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus, button:focus, button.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus, input[type="button"]:focus, input[type="button"].focus, input[type="button"]:active:focus, input[type="button"]:active.focus, input[type="button"].active:focus, input[type="button"].active.focus, input[type="reset"]:focus, input[type="reset"].focus, input[type="reset"]:active:focus, input[type="reset"]:active.focus, input[type="reset"].active:focus, input[type="reset"].active.focus, input[type="submit"]:focus, input[type="submit"].focus, input[type="submit"]:active:focus, input[type="submit"]:active.focus, input[type="submit"].active:focus, input[type="submit"].active.focus, .post-edit-link:focus, .post-edit-link.focus, .post-edit-link:active:focus, .post-edit-link:active.focus, .post-edit-link.active:focus, .post-edit-link.active.focus,
  #job-manager-job-dashboard tfoot a:focus,
  #job-manager-job-dashboard tfoot a.focus,
  #job-manager-job-dashboard tfoot a:active:focus,
  #job-manager-job-dashboard tfoot a:active.focus,
  #job-manager-job-dashboard tfoot a.active:focus,
  #job-manager-job-dashboard tfoot a.active.focus,
  .comments-link a:focus,
  .comments-link a.focus,
  .comments-link a:active:focus,
  .comments-link a:active.focus,
  .comments-link a.active:focus,
  .comments-link a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0; }
  .btn:hover, .btn:focus, .btn.focus, button:hover, button:focus, button.focus, input[type="button"]:hover, input[type="button"]:focus, input[type="button"].focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"].focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"].focus, .post-edit-link:hover, .post-edit-link:focus, .post-edit-link.focus,
  #job-manager-job-dashboard tfoot a:hover,
  #job-manager-job-dashboard tfoot a:focus,
  #job-manager-job-dashboard tfoot a.focus,
  .comments-link a:hover,
  .comments-link a:focus,
  .comments-link a.focus {
    color: #fff;
    text-decoration: none;
    outline: 0; }
  .btn:active, .btn.active, button:active, button.active, input[type="button"]:active, input[type="button"].active, input[type="reset"]:active, input[type="reset"].active, input[type="submit"]:active, input[type="submit"].active, .post-edit-link:active, .post-edit-link.active,
  #job-manager-job-dashboard tfoot a:active,
  #job-manager-job-dashboard tfoot a.active,
  .comments-link a:active,
  .comments-link a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn, button.disabled, button[disabled],
  fieldset[disabled] button, input[type="button"].disabled, input[type="button"][disabled],
  fieldset[disabled] input[type="button"], input[type="reset"].disabled, input[type="reset"][disabled],
  fieldset[disabled] input[type="reset"], input[type="submit"].disabled, input[type="submit"][disabled],
  fieldset[disabled] input[type="submit"], .post-edit-link.disabled, .post-edit-link[disabled],
  fieldset[disabled] .post-edit-link,
  #job-manager-job-dashboard tfoot a.disabled,
  #job-manager-job-dashboard tfoot a[disabled],
  fieldset[disabled]
  #job-manager-job-dashboard tfoot a,
  .comments-link a.disabled,
  .comments-link a[disabled],
  fieldset[disabled]
  .comments-link a {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default, .post-edit-link {
  color: #fff;
  background-color: #3ebef1;
  border-color: #3ebef1; }
  .btn-default:focus, .btn-default.focus, .post-edit-link:focus, .post-edit-link.focus {
    color: #fff;
    background-color: #11adeb;
    border-color: #0c78a4; }
  .btn-default:hover, .post-edit-link:hover {
    color: #fff;
    background-color: #11adeb;
    border-color: #10a6e1; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle, .post-edit-link:active, .post-edit-link.active,
  .open > .post-edit-link.dropdown-toggle {
    color: #fff;
    background-color: #11adeb;
    border-color: #10a6e1; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus, .post-edit-link:active:hover, .post-edit-link:active:focus, .post-edit-link:active.focus, .post-edit-link.active:hover, .post-edit-link.active:focus, .post-edit-link.active.focus,
    .open > .post-edit-link.dropdown-toggle:hover,
    .open > .post-edit-link.dropdown-toggle:focus,
    .open > .post-edit-link.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f94ca;
      border-color: #0c78a4; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle, .post-edit-link:active, .post-edit-link.active,
  .open > .post-edit-link.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus, .post-edit-link.disabled:hover, .post-edit-link.disabled:focus, .post-edit-link.disabled.focus, .post-edit-link[disabled]:hover, .post-edit-link[disabled]:focus, .post-edit-link[disabled].focus,
  fieldset[disabled] .post-edit-link:hover,
  fieldset[disabled] .post-edit-link:focus,
  fieldset[disabled] .post-edit-link.focus {
    background-color: #3ebef1;
    border-color: #3ebef1; }
  .btn-default .badge, .post-edit-link .badge {
    color: #3ebef1;
    background-color: #fff; }

.btn-primary,
.application_button,
.search_jobs input[type="submit"],
button, input[type="button"], input[type="reset"], input[type="submit"],
#job-manager-job-dashboard tfoot a,
.comments-link a {
  color: #fff;
  background-color: #4dc1ef;
  border-color: #36b9ed; }
  .btn-primary:focus, .btn-primary.focus,
  .application_button:focus,
  .application_button.focus,
  .search_jobs input[type="submit"]:focus,
  .search_jobs input[type="submit"].focus,
  button:focus,
  button.focus, input[type="button"]:focus, input[type="button"].focus, input[type="reset"]:focus, input[type="reset"].focus, input[type="submit"]:focus, input[type="submit"].focus,
  #job-manager-job-dashboard tfoot a:focus,
  #job-manager-job-dashboard tfoot a.focus,
  .comments-link a:focus,
  .comments-link a.focus {
    color: #fff;
    background-color: #1eb1eb;
    border-color: #0d6f96; }
  .btn-primary:hover,
  .application_button:hover,
  .search_jobs input[type="submit"]:hover,
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
  #job-manager-job-dashboard tfoot a:hover,
  .comments-link a:hover {
    color: #fff;
    background-color: #1eb1eb;
    border-color: #139cd2; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle,
  .application_button:active,
  .application_button.active,
  .open >
  .application_button.dropdown-toggle,
  .search_jobs input[type="submit"]:active,
  .search_jobs input[type="submit"].active,
  .open >
  .search_jobs input[type="submit"].dropdown-toggle,
  button:active,
  button.active,
  .open >
  button.dropdown-toggle, input[type="button"]:active, input[type="button"].active,
  .open > input[type="button"].dropdown-toggle, input[type="reset"]:active, input[type="reset"].active,
  .open > input[type="reset"].dropdown-toggle, input[type="submit"]:active, input[type="submit"].active,
  .open > input[type="submit"].dropdown-toggle,
  #job-manager-job-dashboard tfoot a:active,
  #job-manager-job-dashboard tfoot a.active,
  .open >
  #job-manager-job-dashboard tfoot a.dropdown-toggle,
  .comments-link a:active,
  .comments-link a.active,
  .open >
  .comments-link a.dropdown-toggle {
    color: #fff;
    background-color: #1eb1eb;
    border-color: #139cd2; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .application_button:active:hover,
    .application_button:active:focus,
    .application_button:active.focus,
    .application_button.active:hover,
    .application_button.active:focus,
    .application_button.active.focus,
    .open >
    .application_button.dropdown-toggle:hover,
    .open >
    .application_button.dropdown-toggle:focus,
    .open >
    .application_button.dropdown-toggle.focus,
    .search_jobs input[type="submit"]:active:hover,
    .search_jobs input[type="submit"]:active:focus,
    .search_jobs input[type="submit"]:active.focus,
    .search_jobs input[type="submit"].active:hover,
    .search_jobs input[type="submit"].active:focus,
    .search_jobs input[type="submit"].active.focus,
    .open >
    .search_jobs input[type="submit"].dropdown-toggle:hover,
    .open >
    .search_jobs input[type="submit"].dropdown-toggle:focus,
    .open >
    .search_jobs input[type="submit"].dropdown-toggle.focus,
    button:active:hover,
    button:active:focus,
    button:active.focus,
    button.active:hover,
    button.active:focus,
    button.active.focus,
    .open >
    button.dropdown-toggle:hover,
    .open >
    button.dropdown-toggle:focus,
    .open >
    button.dropdown-toggle.focus, input[type="button"]:active:hover, input[type="button"]:active:focus, input[type="button"]:active.focus, input[type="button"].active:hover, input[type="button"].active:focus, input[type="button"].active.focus,
    .open > input[type="button"].dropdown-toggle:hover,
    .open > input[type="button"].dropdown-toggle:focus,
    .open > input[type="button"].dropdown-toggle.focus, input[type="reset"]:active:hover, input[type="reset"]:active:focus, input[type="reset"]:active.focus, input[type="reset"].active:hover, input[type="reset"].active:focus, input[type="reset"].active.focus,
    .open > input[type="reset"].dropdown-toggle:hover,
    .open > input[type="reset"].dropdown-toggle:focus,
    .open > input[type="reset"].dropdown-toggle.focus, input[type="submit"]:active:hover, input[type="submit"]:active:focus, input[type="submit"]:active.focus, input[type="submit"].active:hover, input[type="submit"].active:focus, input[type="submit"].active.focus,
    .open > input[type="submit"].dropdown-toggle:hover,
    .open > input[type="submit"].dropdown-toggle:focus,
    .open > input[type="submit"].dropdown-toggle.focus,
    #job-manager-job-dashboard tfoot a:active:hover,
    #job-manager-job-dashboard tfoot a:active:focus,
    #job-manager-job-dashboard tfoot a:active.focus,
    #job-manager-job-dashboard tfoot a.active:hover,
    #job-manager-job-dashboard tfoot a.active:focus,
    #job-manager-job-dashboard tfoot a.active.focus,
    .open >
    #job-manager-job-dashboard tfoot a.dropdown-toggle:hover,
    .open >
    #job-manager-job-dashboard tfoot a.dropdown-toggle:focus,
    .open >
    #job-manager-job-dashboard tfoot a.dropdown-toggle.focus,
    .comments-link a:active:hover,
    .comments-link a:active:focus,
    .comments-link a:active.focus,
    .comments-link a.active:hover,
    .comments-link a.active:focus,
    .comments-link a.active.focus,
    .open >
    .comments-link a.dropdown-toggle:hover,
    .open >
    .comments-link a.dropdown-toggle:focus,
    .open >
    .comments-link a.dropdown-toggle.focus {
      color: #fff;
      background-color: #139cd2;
      border-color: #0d6f96; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle,
  .application_button:active,
  .application_button.active,
  .open >
  .application_button.dropdown-toggle,
  .search_jobs input[type="submit"]:active,
  .search_jobs input[type="submit"].active,
  .open >
  .search_jobs input[type="submit"].dropdown-toggle,
  button:active,
  button.active,
  .open >
  button.dropdown-toggle, input[type="button"]:active, input[type="button"].active,
  .open > input[type="button"].dropdown-toggle, input[type="reset"]:active, input[type="reset"].active,
  .open > input[type="reset"].dropdown-toggle, input[type="submit"]:active, input[type="submit"].active,
  .open > input[type="submit"].dropdown-toggle,
  #job-manager-job-dashboard tfoot a:active,
  #job-manager-job-dashboard tfoot a.active,
  .open >
  #job-manager-job-dashboard tfoot a.dropdown-toggle,
  .comments-link a:active,
  .comments-link a.active,
  .open >
  .comments-link a.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  .application_button.disabled:hover,
  .application_button.disabled:focus,
  .application_button.disabled.focus,
  .application_button[disabled]:hover,
  .application_button[disabled]:focus,
  .application_button[disabled].focus,
  fieldset[disabled]
  .application_button:hover,
  fieldset[disabled]
  .application_button:focus,
  fieldset[disabled]
  .application_button.focus,
  .search_jobs input[type="submit"].disabled:hover,
  .search_jobs input[type="submit"].disabled:focus,
  .search_jobs input[type="submit"].disabled.focus,
  .search_jobs input[type="submit"][disabled]:hover,
  .search_jobs input[type="submit"][disabled]:focus,
  .search_jobs input[type="submit"][disabled].focus,
  fieldset[disabled]
  .search_jobs input[type="submit"]:hover,
  fieldset[disabled]
  .search_jobs input[type="submit"]:focus,
  fieldset[disabled]
  .search_jobs input[type="submit"].focus,
  button.disabled:hover,
  button.disabled:focus,
  button.disabled.focus,
  button[disabled]:hover,
  button[disabled]:focus,
  button[disabled].focus,
  fieldset[disabled]
  button:hover,
  fieldset[disabled]
  button:focus,
  fieldset[disabled]
  button.focus, input[type="button"].disabled:hover, input[type="button"].disabled:focus, input[type="button"].disabled.focus, input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="button"][disabled].focus,
  fieldset[disabled] input[type="button"]:hover,
  fieldset[disabled] input[type="button"]:focus,
  fieldset[disabled] input[type="button"].focus, input[type="reset"].disabled:hover, input[type="reset"].disabled:focus, input[type="reset"].disabled.focus, input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="reset"][disabled].focus,
  fieldset[disabled] input[type="reset"]:hover,
  fieldset[disabled] input[type="reset"]:focus,
  fieldset[disabled] input[type="reset"].focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled.focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled].focus,
  fieldset[disabled] input[type="submit"]:hover,
  fieldset[disabled] input[type="submit"]:focus,
  fieldset[disabled] input[type="submit"].focus,
  #job-manager-job-dashboard tfoot a.disabled:hover,
  #job-manager-job-dashboard tfoot a.disabled:focus,
  #job-manager-job-dashboard tfoot a.disabled.focus,
  #job-manager-job-dashboard tfoot a[disabled]:hover,
  #job-manager-job-dashboard tfoot a[disabled]:focus,
  #job-manager-job-dashboard tfoot a[disabled].focus,
  fieldset[disabled]
  #job-manager-job-dashboard tfoot a:hover,
  fieldset[disabled]
  #job-manager-job-dashboard tfoot a:focus,
  fieldset[disabled]
  #job-manager-job-dashboard tfoot a.focus,
  .comments-link a.disabled:hover,
  .comments-link a.disabled:focus,
  .comments-link a.disabled.focus,
  .comments-link a[disabled]:hover,
  .comments-link a[disabled]:focus,
  .comments-link a[disabled].focus,
  fieldset[disabled]
  .comments-link a:hover,
  fieldset[disabled]
  .comments-link a:focus,
  fieldset[disabled]
  .comments-link a.focus {
    background-color: #4dc1ef;
    border-color: #36b9ed; }
  .btn-primary .badge,
  .application_button .badge,
  .search_jobs input[type="submit"] .badge,
  button .badge, input[type="button"] .badge, input[type="reset"] .badge, input[type="submit"] .badge,
  #job-manager-job-dashboard tfoot a .badge,
  .comments-link a .badge {
    color: #4dc1ef;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #17bd80;
  border-color: #14a671; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #119061;
    border-color: #063524; }
  .btn-success:hover {
    color: #fff;
    background-color: #119061;
    border-color: #0e704c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #119061;
    border-color: #0e704c; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #0e704c;
      border-color: #063524; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #17bd80;
    border-color: #14a671; }
  .btn-success .badge {
    color: #17bd80;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d62c1a;
    border-color: #7b190f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d62c1a;
    border-color: #b62516; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d62c1a;
    border-color: #b62516; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #b62516;
      border-color: #7b190f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #e74c3c;
    border-color: #e43725; }
  .btn-danger .badge {
    color: #e74c3c;
    background-color: #fff; }

.btn-link {
  color: #4dc1ef;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #14a3dc;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 18px 28px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 50px; }

.btn-sm, .btn-group-sm > .btn, .post-edit-link, .comments-link a {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group .btn-or {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 2px solid #fff; }

.btn .fa, .btn .icon {
  margin-right: 8px; }

.c2a-btn {
  margin-top: 20px;
  margin-top: 2rem; }

.btn-pill {
  border-radius: 50px; }

.btn-circle, #to-top {
  border-radius: 50%;
  background: #3ebef1;
  padding: 6px;
  font-size: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #67696d;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #3ebef1; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #4dc1ef; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px;
  *zoom: 1; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group {
  *zoom: 1; }
  .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }
  .btn-group-vertical > .btn-group:after {
    clear: both; }
  .btn-group-vertical > .btn-group > .btn {
    float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #868c8e;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e2e2e2;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 18px 28px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  *zoom: 1; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4dc1ef; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #4dc1ef; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  *zoom: 1; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header {
  *zoom: 1; }
  .navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }
  .navbar-header:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar-header {
      float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  *zoom: 1;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand, .custom-logo-link {
  float: left;
  padding: 34px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 90px; }
  .navbar-brand:hover, .navbar-brand:focus, .custom-logo-link:hover, .custom-logo-link:focus {
    text-decoration: none; }
  .navbar-brand > img, .custom-logo-link > img {
    display: block;
    max-height: 62px;
    width: auto; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand, .navbar > .container .custom-logo-link,
    .navbar > .container-fluid .custom-logo-link {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 17px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 34px;
          padding-bottom: 34px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 23px;
  margin-bottom: 23px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 27.5px;
    margin-bottom: 27.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 34px;
    margin-bottom: 34px; }

.navbar-text {
  margin-top: 34px;
  margin-bottom: 34px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #91989a; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #777f81;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #67696d; }
  .navbar-default .navbar-nav > li > a {
    color: #91989a; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #67696d;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3ebef1;
    background-color: #fff; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #3ebef1; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #91989a; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #67696d;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #3ebef1;
      background-color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #91989a; }
    .navbar-default .navbar-link:hover {
      color: #67696d; }
  .navbar-default .btn-link {
    color: #91989a; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #67696d; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 10px 16px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #4dc1ef;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #14a3dc;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #4dc1ef;
    border-color: #4dc1ef;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 28px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #7f8c8d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #4dc1ef; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1eb1eb; }

.label-success {
  background-color: #17bd80; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #119061; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #e74c3c; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d62c1a; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #17bd80;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #4dc1ef;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert, #job-manager-job-dashboard > p, .comments-area .no-comments {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, #job-manager-job-dashboard > p h4, .comments-area .no-comments h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, #job-manager-job-dashboard > p .alert-link, .comments-area .no-comments .alert-link {
    font-weight: bold; }
  .alert > p, #job-manager-job-dashboard > p > p, .comments-area .no-comments > p,
  .alert > ul, #job-manager-job-dashboard > p > ul, .comments-area .no-comments > ul {
    margin-bottom: 0; }
  .alert > p + p, #job-manager-job-dashboard > p > p + p, .comments-area .no-comments > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info, #job-manager-job-dashboard > p {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr, #job-manager-job-dashboard > p hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, #job-manager-job-dashboard > p .alert-link {
    color: #245269; }

.alert-warning, .comments-area .no-comments {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr, .comments-area .no-comments hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link, .comments-area .no-comments .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  *zoom: 1; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Raleway, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #7f8c8d;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7f8c8d; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7f8c8d; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7f8c8d; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #7f8c8d; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #7f8c8d; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7f8c8d; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7f8c8d; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7f8c8d; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/********************************
Placeholders
*********************************/
.sidr-class-sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/********************************
Mixins
*********************************/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown, header.site-header.affix {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated-fast {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes click-wave {
  0% {
    width: 22px;
    height: 22px;
    opacity: 0.35;
    position: relative; }
  100% {
    width: 80px;
    height: 80px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.0; } }

@keyframes click-wave {
  0% {
    width: 22px;
    height: 22px;
    opacity: 0.35;
    position: relative; }
  100% {
    width: 80px;
    height: 80px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.0; } }

@-webkit-keyframes robofadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes robofadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.robofadeInDown {
  -webkit-animation-name: robofadeInDown;
  animation-name: robofadeInDown; }

@-webkit-keyframes robo-slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes robo-slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.robo-slideInUp, header.site-header.affix-top.scroll {
  -webkit-animation-name: robo-slideInUp;
  animation-name: robo-slideInUp; }

/*--------------------------------------------------------------
# Third-party libraries
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin, .load_more_jobs.loading:before,
.load_more_s.loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: 0 0 5px 5px #ebebeb inset;
          box-shadow: 0 0 5px 5px #ebebeb inset; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background-image: -webkit-linear-gradient(#ffffff, #e2e2e2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
  background-image: linear-gradient(#ffffff, #e2e2e2);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px; }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(51, 51, 51, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #e2e2e2; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #e2e2e2; }

.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span,
.sidr ul li.current-menu-item > a {
  -webkit-box-shadow: 3px 0px 0px #3ebef1 inset;
          box-shadow: 3px 0px 0px #3ebef1 inset; }

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333; }

.sidr ul li ul {
  border-bottom: 0;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: 0; }

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span,
.sidr ul li.current-menu-item > a {
  -webkit-box-shadow: 3px 0px 0px #3ebef1 inset;
          box-shadow: 3px 0px 0px #3ebef1 inset; }

.sidr ul li ul li a,
.sidr ul li ul li span {
  padding-left: 30px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Ion.CheckRadio, Skin Base
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/
.icr-label {
  position: relative;
  display: inline-block; }

.icr-hidden {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.icr-input {
  position: absolute;
  display: block;
  top: -20px;
  left: -20px; }

.icr-text {
  display: inline;
  vertical-align: middle;
  margin-left: 5px; }

.icr-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.icr-label .type_checkbox {
  background-position: 0 0; }

.icr-label .type_radio {
  background-position: -120px 0; }

.icr-label:hover .type_checkbox {
  background-position: -24px 0; }

.icr-label:hover .type_radio {
  background-position: -144px 0; }

.icr-label.checked .type_checkbox {
  background-position: -48px 0; }

.icr-label.checked .type_radio {
  background-position: -168px 0; }

.icr-label.disabled .type_checkbox {
  background-position: -72px 0 !important; }

.icr-label.disabled .type_radio {
  background-position: -192px 0 !important; }

.icr-label.checked.disabled .type_checkbox {
  background-position: -96px 0 !important; }

.icr-label.checked.disabled .type_radio {
  background-position: -216px 0 !important; }

/* Ion.CheckRadio, Green Skin
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/
.icr-label {
  margin: 0;
  font-size: 14px;
  line-height: 18px; }

.icr-item {
  width: 22px;
  height: 22px;
  background: url(../img/blue.png) no-repeat;
  background-position: 0 0;
  cursor: pointer; }

.icr-label.focused .icr-item:after {
  position: absolute;
  display: block;
  content: ""; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icr-item {
    background-image: url(../img/blue@2x.png);
    background-size: 240px 24px; } }

/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  border-radius: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-prev:active,
  .slick-next:hover,
  .slick-next:focus,
  .slick-next:active {
    outline: none !important;
    background: transparent;
    color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-prev:active:before,
    .slick-next:hover:before,
    .slick-next:focus:before,
    .slick-next:active:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 1;
  color: #3ebef1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li button:active {
        outline: none !important;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li button:active:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        padding: 1px;
        font-family: "fontawesome";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #3ebef1;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #3ebef1;
      opacity: 0.75; }
  .slick-dots button:active:hover, .slick-dots button:active:focus {
    background: none;
    border: none; }

/*--------------------------------------------------------------
# Wp Third-party libraries
--------------------------------------------------------------*/
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.clear {
  clear: both; }

.nobr {
  white-space: nowrap; }

@font-face {
  font-family: 'job-manager';
  src: url("../fonts/job-manager/job-manager.eot?4963673");
  src: url("../fonts/job-manager/job-manager.eot?4963673#iefix") format("embedded-opentype"), url("../fonts/job-manager/job-manager.woff?4963673") format("woff"), url("../fonts/job-manager/job-manager.ttf?4963673") format("truetype"), url("../fonts/job-manager/job-manager.svg?4963673#job-manager") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'jm-logo';
  src: url("../fonts/job-manager/jm-logo/jm.eot?ycsbky");
  src: url("../fonts/job-manager/jm-logo/jm.eot?#iefixycsbky") format("embedded-opentype"), url("../fonts/job-manager/jm-logo/jm.woff?ycsbky") format("woff"), url("../fonts/job-manager/jm-logo/jm.ttf?ycsbky") format("truetype"), url("../fonts/job-manager/jm-logo/jm.svg?ycsbky#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.jm-icon {
  font-family: "job-manager" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em; }

/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
.display-icon, .job-manager-form fieldset .account-sign-in .button:before, .single_job_listing .company .website:before, .single_job_listing .company .company_twitter:before, .single_job_listing .meta .location:before, .single_job_listing .meta .date-posted:before, .single_job_listing .meta .listing-expired:before,
.single_job_listing .meta .position-filled:before, #job-manager-job-dashboard .account-sign-in .button:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: top;
  text-decoration: none;
  font-family: "job-manager" !important;
  font-size: 16px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  *overflow: auto;
  *zoom: 1;
  *display: inline; }

/* =Global styles/layout
-------------------------------------------------------------- */
.job-manager-error,
.job-manager-info,
.job-manager-message {
  position: relative;
  width: auto;
  margin: 0 0 2em !important;
  padding: 1em 2em 1em 3.5em !important;
  list-style: none outside !important;
  color: #666666;
  border-top: 3px solid #999999;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  *zoom: 1; }
  .job-manager-error:before, .job-manager-error:after,
  .job-manager-info:before,
  .job-manager-info:after,
  .job-manager-message:before,
  .job-manager-message:after {
    content: " ";
    display: table; }
  .job-manager-error:after,
  .job-manager-info:after,
  .job-manager-message:after {
    clear: both; }
  .job-manager-error:before,
  .job-manager-info:before,
  .job-manager-message:before {
    position: absolute;
    top: 1em;
    left: 1.5em;
    display: inline-block;
    content: "";
    font-family: sans-serif; }
  .job-manager-error li,
  .job-manager-info li,
  .job-manager-message li {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none outside !important; }
  .job-manager-error.job-manager-message,
  .job-manager-info.job-manager-message,
  .job-manager-message.job-manager-message {
    border-top-color: #17bd80; }
    .job-manager-error.job-manager-message:before,
    .job-manager-info.job-manager-message:before,
    .job-manager-message.job-manager-message:before {
      content: "\2713";
      color: #17bd80; }
  .job-manager-error.job-manager-info,
  .job-manager-info.job-manager-info,
  .job-manager-message.job-manager-info {
    border-top-color: #3ebef1; }
    .job-manager-error.job-manager-info:before,
    .job-manager-info.job-manager-info:before,
    .job-manager-message.job-manager-info:before {
      content: "i";
      color: #3ebef1;
      font-family: Times, Georgia, serif;
      font-style: italic; }
  .job-manager-error.job-manager-error,
  .job-manager-info.job-manager-error,
  .job-manager-message.job-manager-error {
    border-top-color: #e74c3c; }
    .job-manager-error.job-manager-error:before,
    .job-manager-info.job-manager-error:before,
    .job-manager-message.job-manager-error:before {
      content: "\00d7";
      color: #e74c3c;
      font-weight: 700; }

.job-manager-form fieldset {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border: 0;
  border-bottom: 1px solid #eee;
  line-height: 2em;
  *zoom: 1; }
  .job-manager-form fieldset:before, .job-manager-form fieldset:after {
    content: " ";
    display: table; }
  .job-manager-form fieldset:after {
    clear: both; }
  .job-manager-form fieldset label {
    display: block;
    float: left;
    width: 29%;
    margin: 0;
    vertical-align: middle; }
    .job-manager-form fieldset label small {
      opacity: 0.75;
      font-size: 0.83em; }
  .job-manager-form fieldset div.field {
    float: right;
    width: 70%;
    vertical-align: middle; }
  .job-manager-form fieldset .wp-editor-container {
    border: 1px solid #ccc;
    border-radius: 3px; }
  .job-manager-form fieldset .account-sign-in .button {
    margin-right: 0.5em; }
    .job-manager-form fieldset .account-sign-in .button:before {
      content: '\e808'; }
  .job-manager-form fieldset abbr.required {
    color: red;
    border: 0;
    font-weight: bold; }
  .job-manager-form fieldset input.input-text,
  .job-manager-form fieldset select,
  .job-manager-form fieldset textarea {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    vertical-align: middle;
    /* Opera/IE 8+ */ }
  .job-manager-form fieldset small.description {
    display: block;
    margin: 1.2em 0 0;
    opacity: 0.75;
    font-size: 0.83em;
    line-height: 1.2em; }
  .job-manager-form fieldset .job-manager-uploaded-files {
    display: table; }
    .job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file {
      display: block;
      margin-bottom: 1em;
      font-style: italic;
      line-height: 2em; }
      .job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview img {
        height: 64px;
        margin: 0;
        vertical-align: top; }
      .job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-preview a {
        display: inline-block;
        padding: 0 0 0 1em;
        line-height: 64px; }
      .job-manager-form fieldset .job-manager-uploaded-files .job-manager-uploaded-file .job-manager-uploaded-file-name {
        display: block; }

.job-manager-form .submit-job {
  padding: 1em 0; }

.job-manager-form .job-manager-term-checklist {
  overflow: auto;
  max-height: 200px;
  margin: 0;
  list-style: none outside; }
  .job-manager-form .job-manager-term-checklist li {
    display: block;
    float: none;
    margin: 0;
    list-style: none outside; }
    .job-manager-form .job-manager-term-checklist li label {
      float: none;
      width: auto; }
    .job-manager-form .job-manager-term-checklist li li {
      margin: 0 0 0 2em; }

div.job_listings {
  margin-bottom: 1em; }
  div.job_listings ul.job_listings {
    margin: 0; }

.rp4wp-related-job_listing > ul,
ul.job_listings {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee; }
  .rp4wp-related-job_listing > ul.loading,
  ul.job_listings.loading {
    min-height: 96px;
    border-bottom: 1px solid #eee;
    background: url("../img/ajax-loader.gif") no-repeat center 32px; }
  .rp4wp-related-job_listing > ul li.job_listing,
  .rp4wp-related-job_listing > ul li.no_job_listings_found,
  ul.job_listings li.job_listing,
  ul.job_listings li.no_job_listings_found {
    margin: 0;
    padding: 0;
    list-style: none outside;
    border-bottom: 1px solid #eee; }
    .rp4wp-related-job_listing > ul li.job_listing.job_position_filled a,
    .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_filled a,
    ul.job_listings li.job_listing.job_position_filled a,
    ul.job_listings li.no_job_listings_found.job_position_filled a {
      opacity: 0.25; }
    .rp4wp-related-job_listing > ul li.job_listing.no_job_listings_found,
    .rp4wp-related-job_listing > ul li.no_job_listings_found.no_job_listings_found,
    ul.job_listings li.job_listing.no_job_listings_found,
    ul.job_listings li.no_job_listings_found.no_job_listings_found {
      padding: 1em;
      border-bottom: 1px solid #eee; }
    .rp4wp-related-job_listing > ul li.job_listing a,
    .rp4wp-related-job_listing > ul li.no_job_listings_found a,
    ul.job_listings li.job_listing a,
    ul.job_listings li.no_job_listings_found a {
      position: relative;
      display: block;
      overflow: hidden;
      zoom: 1;
      padding: 1em 1em 1em 2em;
      text-decoration: none;
      border: 0;
      line-height: 1.5em; }
      .rp4wp-related-job_listing > ul li.job_listing a img.company_logo,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a img.company_logo,
      ul.job_listings li.job_listing a img.company_logo,
      ul.job_listings li.no_job_listings_found a img.company_logo {
        position: absolute;
        left: 1em;
        float: left;
        width: 42px;
        margin-right: 1em;
        vertical-align: middle;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .rp4wp-related-job_listing > ul li.job_listing a div.location,
      .rp4wp-related-job_listing > ul li.job_listing a div.position,
      .rp4wp-related-job_listing > ul li.job_listing a ul.meta,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a div.location,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a ul.meta,
      ul.job_listings li.job_listing a div.location,
      ul.job_listings li.job_listing a div.position,
      ul.job_listings li.job_listing a ul.meta,
      ul.job_listings li.no_job_listings_found a div.location,
      ul.job_listings li.no_job_listings_found a div.position,
      ul.job_listings li.no_job_listings_found a ul.meta {
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .rp4wp-related-job_listing > ul li.job_listing a div.position,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position,
      ul.job_listings li.job_listing a div.position,
      ul.job_listings li.no_job_listings_found a div.position {
        float: left;
        width: 53%;
        padding: 0 0 0 42px;
        line-height: 1.5em; }
        .rp4wp-related-job_listing > ul li.job_listing a div.position h3,
        .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position h3,
        ul.job_listings li.job_listing a div.position h3,
        ul.job_listings li.no_job_listings_found a div.position h3 {
          margin: 0;
          padding: 0;
          font-size: inherit;
          line-height: inherit;
          text-transform: uppercase; }
        .rp4wp-related-job_listing > ul li.job_listing a div.position .company,
        .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position .company,
        ul.job_listings li.job_listing a div.position .company,
        ul.job_listings li.no_job_listings_found a div.position .company {
          color: #999;
          font-size: 14px; }
          .rp4wp-related-job_listing > ul li.job_listing a div.position .company strong,
          .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position .company strong,
          ul.job_listings li.job_listing a div.position .company strong,
          ul.job_listings li.no_job_listings_found a div.position .company strong {
            text-transform: uppercase; }
          .rp4wp-related-job_listing > ul li.job_listing a div.position .company .tagline,
          .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position .company .tagline,
          ul.job_listings li.job_listing a div.position .company .tagline,
          ul.job_listings li.no_job_listings_found a div.position .company .tagline {
            margin-left: 0.5em; }
      .rp4wp-related-job_listing > ul li.job_listing a div.location,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a div.location,
      ul.job_listings li.job_listing a div.location,
      ul.job_listings li.no_job_listings_found a div.location {
        float: left;
        width: 25%;
        padding: 0 0 0 1em;
        text-align: left;
        color: #999;
        line-height: 1.5em; }
      .rp4wp-related-job_listing > ul li.job_listing a .meta,
      .rp4wp-related-job_listing > ul li.no_job_listings_found a .meta,
      ul.job_listings li.job_listing a .meta,
      ul.job_listings li.no_job_listings_found a .meta {
        float: right;
        width: 22%;
        margin: 0;
        padding: 0 0 0 1em;
        list-style: none outside;
        text-align: center;
        color: #999;
        line-height: 1.5em; }
        .rp4wp-related-job_listing > ul li.job_listing a .meta li,
        .rp4wp-related-job_listing > ul li.no_job_listings_found a .meta li,
        ul.job_listings li.job_listing a .meta li,
        ul.job_listings li.no_job_listings_found a .meta li {
          display: block;
          margin: 0;
          list-style: none outside; }
        .rp4wp-related-job_listing > ul li.job_listing a .meta .job-type,
        .rp4wp-related-job_listing > ul li.no_job_listings_found a .meta .job-type,
        ul.job_listings li.job_listing a .meta .job-type,
        ul.job_listings li.no_job_listings_found a .meta .job-type {
          font-weight: bold; }

.widget ul.job_listings li.job_listing a {
  padding: 1em 0; }

.widget ul.job_listings li.job_listing .position {
  float: none;
  width: auto;
  margin-bottom: 5px;
  padding: 0; }

.widget ul.job_listings li.job_listing ul.meta {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left; }
  .widget ul.job_listings li.job_listing ul.meta li {
    display: inline;
    float: none;
    margin: 0 0.5em 0 0;
    padding: 0;
    font-weight: normal; }
    .widget ul.job_listings li.job_listing ul.meta li:after {
      padding: 0 0 0 0.5em;
      content: "\2023"; }
    .widget ul.job_listings li.job_listing ul.meta li:last-child:after {
      content: ''; }

.single_job_listing .company {
  position: relative;
  display: block;
  clear: both;
  min-height: 3em;
  margin: 0 0 2em;
  padding: 1em;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .single_job_listing .company img {
    position: absolute;
    left: 1em;
    float: left;
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 82px;
    vertical-align: middle;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .single_job_listing .company .company-logo-wrap {
    margin-bottom: 20px;
    text-align: center; }
    .single_job_listing .company .company-logo-wrap img {
      position: static;
      float: none;
      width: auto;
      max-width: 90px;
      height: auto; }
  .single_job_listing .company .name {
    margin: 0 0 0 3em;
    padding: 0 0 0 1em;
    line-height: 1.5em; }
    .single_job_listing .company .name a {
      display: inline-block;
      margin-right: 1em; }
  .single_job_listing .company .tagline,
  .single_job_listing .company .company_name {
    display: block;
    margin: 0 0 10px 110px;
    padding: 0;
    color: #999;
    font-style: italic;
    line-height: 1.5em; }
  .single_job_listing .company .website:before {
    content: '\e809'; }
  .single_job_listing .company .company_twitter:before {
    content: '\e80a'; }
  .single_job_listing .company .company_video {
    position: relative;
    overflow: hidden;
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee; }
    .single_job_listing .company .company_video embed,
    .single_job_listing .company .company_video iframe,
    .single_job_listing .company .company_video object {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0; }

.single_job_listing.single_job_listing_fullwidth {
  margin-bottom: 35px;
  margin-bottom: 3.5rem; }
  .single_job_listing.single_job_listing_fullwidth .company .tagline,
  .single_job_listing.single_job_listing_fullwidth .company .company_name {
    padding: 0;
    margin-left: 0; }
    .single_job_listing.single_job_listing_fullwidth .company .tagline.name,
    .single_job_listing.single_job_listing_fullwidth .company .company_name.name {
      margin-bottom: 0; }

.single_job_listing .meta {
  clear: both;
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none outside;
  font-weight: 600; }
  .single_job_listing .meta li {
    float: left;
    margin: 0 1em 0 0;
    padding: 0.5em;
    color: #999;
    line-height: 1em; }
    .single_job_listing .meta li.date-posted {
      font-weight: 400; }
  .single_job_listing .meta .job-type {
    color: #fff;
    background-color: #e74c3c; }
  .single_job_listing .meta .full-time {
    background-color: #17bd80; }
  .single_job_listing .meta .part-time {
    background-color: #e74c3c; }
  .single_job_listing .meta .temporary {
    background-color: #f0ad4e; }
  .single_job_listing .meta .freelance {
    background-color: #3ebef1; }
  .single_job_listing .meta .internship {
    background-color: #5bc0de; }
  .single_job_listing .meta .listing-expired,
  .single_job_listing .meta .position-filled {
    width: 100%;
    margin-top: 15px;
    color: #b81c23; }
  .single_job_listing .meta .location:before {
    content: '\f456';
    font-family: "Ionicons" !important; }
  .single_job_listing .meta .date-posted:before {
    content: '\f3f4';
    font-family: "Ionicons" !important; }
  .single_job_listing .meta .listing-expired:before,
  .single_job_listing .meta .position-filled:before {
    content: '\e80e'; }

.single_job_listing .job_description {
  margin: 0 0 1.5em; }

.job-manager-application-wrapper {
  position: relative;
  display: block;
  clear: both;
  margin: 1em 0;
  padding: 0.75em 1em 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1.5em; }

.job-manager-application-wrapper .application,
.single_job_listing .application {
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0; }
  .job-manager-application-wrapper .application .application_button,
  .job-manager-application-wrapper .application .application_details,
  .single_job_listing .application .application_button,
  .single_job_listing .application .application_details {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .job-manager-application-wrapper .application .application_button,
  .single_job_listing .application .application_button {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 1/1.1em 2em;
    text-align: center;
    outline: 0;
    font-size: 1.1em;
    line-height: 1em; }
  .job-manager-application-wrapper .application .application_details,
  .single_job_listing .application .application_details {
    position: relative;
    display: block;
    clear: both;
    margin: 1em 0;
    padding: 0.75em 1em 0;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.5em; }
    .job-manager-application-wrapper .application .application_details p,
    .single_job_listing .application .application_details p {
      margin: 0 0 0.75em; }
    .job-manager-application-wrapper .application .application_details:before,
    .single_job_listing .application .application_details:before {
      position: absolute;
      top: 0;
      left: 5em;
      width: 0;
      height: 0;
      margin: -10px 0 0;
      content: "";
      border-right: 10px solid transparent;
      border-bottom: 10px solid #eee;
      border-left: 10px solid transparent; }
    .job-manager-application-wrapper .application .application_details:after,
    .single_job_listing .application .application_details:after {
      position: absolute;
      top: 0;
      left: 5em;
      width: 0;
      height: 0;
      margin: -9px 0 0 1px;
      content: "";
      border-right: 9px solid transparent;
      border-bottom: 9px solid #fff;
      border-left: 9px solid transparent; }

.job_filters {
  background: #eee;
  *zoom: 1; }
  .job_filters:before, .job_filters:after {
    content: " ";
    display: table; }
  .job_filters:after {
    clear: both; }
  .job_filters .search_jobs {
    padding: 1em;
    *zoom: 1; }
    .job_filters .search_jobs:before, .job_filters .search_jobs:after {
      content: " ";
      display: table; }
    .job_filters .search_jobs:after {
      clear: both; }
    .job_filters .search_jobs div {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      .job_filters .search_jobs div label {
        display: none; }
      .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
        float: left;
        width: 50%;
        padding-right: 0.5em; }
      .job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
        float: right;
        width: 50%;
        padding-left: 0.5em; }
      .job_filters .search_jobs div.filter_wide, .job_filters .search_jobs div.search_categories {
        clear: both;
        width: 100%;
        padding-top: 0.5em; }
      .job_filters .search_jobs div .showing_jobs a {
        padding: 0.25em; }
      .job_filters .search_jobs div .showing_jobs a.active {
        text-decoration: none;
        background: #ddd; }
    .job_filters .search_jobs input,
    .job_filters .search_jobs select {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      width: 100%; }
  .job_filters .job_types {
    margin: 0;
    padding: 0;
    list-style: none outside;
    border-top: 1px solid #e5e5e5;
    background: #f9f9f9;
    font-size: 0.83em;
    *zoom: 1; }
    .job_filters .job_types:before, .job_filters .job_types:after {
      content: " ";
      display: table; }
    .job_filters .job_types:after {
      clear: both; }
    .job_filters .job_types li {
      float: left;
      margin: 0;
      padding: 0.5em 1em;
      border-right: 1px solid #eee; }
      .job_filters .job_types li:last-child {
        border-right: 0; }
  .job_filters .showing_jobs {
    display: none;
    padding: 0.5em 1em;
    border-top: 1px solid #e5e5e5;
    background: #f9f9f9;
    font-size: 0.83em; }
    .job_filters .showing_jobs a {
      float: right;
      padding-left: 10px;
      border: 0; }

div.job_listings .job-manager-pagination {
  display: block;
  padding: 1em 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  line-height: 1; }

div.job_listings .load_previous {
  border-top: 1px solid #eee; }

div.job_listings .load_more_jobs + ul.job_listings {
  border-top: 0; }

.job_listing_preview {
  padding: 0 1em 1em;
  border: 5px solid #eee; }

.single-job_listing .entry-header .attachment-post-thumbnail,
.single-job_listing .job_listing.has-post-thumbnail .post-thumbnail {
  display: none; }

.entry-content .job_listing_preview_title,
.job_listing_preview_title {
  position: relative;
  padding: 0.5em 1em;
  vertical-align: middle;
  background: #eee; }
  .entry-content .job_listing_preview_title h2,
  .job_listing_preview_title h2 {
    clear: none;
    margin: 0; }
  .entry-content .job_listing_preview_title .button,
  .job_listing_preview_title .button {
    float: right;
    margin-left: 0.25em; }

.job_summary_shortcode {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  /* Opera/IE 8+ */ }
  .job_summary_shortcode.aligncenter {
    display: block;
    margin: 2em auto; }
  .job_summary_shortcode.alignleft {
    float: left;
    margin: 0 2em 2em 0; }
  .job_summary_shortcode.alignright {
    float: right;
    margin: 0 0 2em 2em; }
  .job_summary_shortcode a {
    text-decoration: none;
    color: inherit; }
  .job_summary_shortcode img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px; }
  .job_summary_shortcode .job_summary_content {
    padding: 0 1em; }
  .job_summary_shortcode .meta {
    color: #777;
    font-style: italic; }
  .job_summary_shortcode .job-type {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    min-width: 1em;
    height: 1em;
    margin: -.5em -.5em 0 0;
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 1em;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 1em;
    line-height: 1em; }
    .job_summary_shortcode .job-type.full-time {
      background-color: #17bd80; }
    .job_summary_shortcode .job-type.part-time {
      background-color: #e74c3c; }
    .job_summary_shortcode .job-type.temporary {
      background-color: #f0ad4e; }
    .job_summary_shortcode .job-type.freelance {
      background-color: #3ebef1; }
    .job_summary_shortcode .job-type.internship {
      background-color: #5bc0de; }

#job-manager-job-dashboard .account-sign-in .button {
  margin-right: 0.5em; }
  #job-manager-job-dashboard .account-sign-in .button:before {
    content: '\e808'; }

#job-manager-job-dashboard table ul.job-dashboard-actions {
  visibility: hidden;
  margin: 0;
  padding: 0;
  font-size: 0.92em; }
  #job-manager-job-dashboard table ul.job-dashboard-actions li {
    display: inline;
    float: none;
    margin: 0 0.5em 0 0;
    padding: 0;
    list-style: none outside;
    font-weight: normal; }
    #job-manager-job-dashboard table ul.job-dashboard-actions li:after {
      padding: 0 0 0 0.5em;
      content: "\2023"; }
    #job-manager-job-dashboard table ul.job-dashboard-actions li:last-child:after {
      content: ''; }
    #job-manager-job-dashboard table ul.job-dashboard-actions li .job-dashboard-action-delete {
      color: red; }

#job-manager-job-dashboard table tr:focus ul.job-dashboard-actions,
#job-manager-job-dashboard table tr:hover ul.job-dashboard-actions {
  visibility: visible; }

#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th {
  padding: 1.5em; }

#job-manager-job-dashboard table .job_title small {
  color: #999; }

#job-manager-job-dashboard table .applications,
#job-manager-job-dashboard table .expires,
#job-manager-job-dashboard table .filled {
  text-align: center; }

#content nav.job-manager-pagination,
nav.job-manager-pagination {
  text-align: center; }
  #content nav.job-manager-pagination ul,
  nav.job-manager-pagination ul {
    display: inline-block;
    clear: both;
    margin: 1px;
    padding: 0;
    white-space: nowrap;
    border-left: 1px solid #eee; }
    #content nav.job-manager-pagination ul li,
    nav.job-manager-pagination ul li {
      display: inline;
      float: left;
      overflow: hidden;
      margin: 0;
      padding: 0;
      border-top: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee; }
      #content nav.job-manager-pagination ul li a,
      #content nav.job-manager-pagination ul li span,
      nav.job-manager-pagination ul li a,
      nav.job-manager-pagination ul li span {
        display: block;
        min-width: 1em;
        margin: 0;
        padding: 0.5em;
        text-decoration: none;
        border: 0;
        font-size: 1em;
        font-weight: normal;
        line-height: 1em; }
      #content nav.job-manager-pagination ul li a:focus,
      #content nav.job-manager-pagination ul li a:hover,
      #content nav.job-manager-pagination ul li span.current,
      nav.job-manager-pagination ul li a:focus,
      nav.job-manager-pagination ul li a:hover,
      nav.job-manager-pagination ul li span.current {
        color: #888888;
        background: #eee; }

/**
 * Mobile styles
 */
@media only screen and (max-width: 767px) {
  ul.job_listings li.job_listing a,
  ul.job_listings li.no_job_listings_found a {
    padding: 1em; }
    ul.job_listings li.job_listing a img.company_logo,
    ul.job_listings li.no_job_listings_found a img.company_logo {
      visibility: hidden; }
    ul.job_listings li.job_listing a div.position,
    ul.job_listings li.no_job_listings_found a div.position {
      float: left;
      width: 100%;
      padding: 0; }
    ul.job_listings li.job_listing a div.location,
    ul.job_listings li.no_job_listings_found a div.location {
      float: none;
      width: 100%;
      padding: 0;
      text-align: left;
      line-height: 2em; }
    ul.job_listings li.job_listing a .meta,
    ul.job_listings li.no_job_listings_found a .meta {
      float: left;
      width: 40%;
      line-height: 2em;
      padding-left: 0;
      text-align: left; }
  #grid-view ul.job_listings img.company_logo {
    visibility: visible; } }

.chosen-container {
  width: 100% !important; }

.twenty-eleven ul.job_listings li.job_listing,
.twenty-eleven ul.job_listings li.no_job_listings_found {
  padding: 0 !important; }

.twenty-ten .chosen-choices,
.twenty-ten .job_types {
  margin: 0 !important; }

.rtl .job-manager-form label {
  float: right; }

.rtl .job-manager-form div.field {
  float: left; }

.rtl .entry-content .job_listing_preview_title .button,
.rtl .job_listing_preview_title .button {
  float: left; }

.rtl .single_job_listing .meta li {
  float: right;
  margin: 0 0 0 1em; }

.job-type.term-2, .job-type {
  color: #fff; }

.job-manager-form h2 {
  font-weight: normal;
  margin: 30px 0; }

.wp-editor-container button:hover, .wp-editor-container button:focus {
  background: none; }

#job-manager-job-dashboard > p {
  border-radius: 0;
  padding: 12px; }

#job-manager-job-dashboard table thead td, #job-manager-job-dashboard table thead th, #job-manager-job-dashboard table tbody td, #job-manager-job-dashboard table tbody th {
  padding: 12px;
  padding: 1.2rem; }

#job-manager-job-dashboard table thead {
  border: 1px solid #e2e2e2; }

#job-manager-job-dashboard table tbody {
  border: 1px solid #e2e2e2; }
  #job-manager-job-dashboard table tbody tr {
    border-bottom: 1px solid #e2e2e2; }
    #job-manager-job-dashboard table tbody tr:hover, #job-manager-job-dashboard table tbody tr:focus {
      background: #f4f8fb; }
    #job-manager-job-dashboard table tbody tr:last-child {
      border-bottom: 0; }
  #job-manager-job-dashboard table tbody .job_title {
    font-weight: 600;
    text-transform: uppercase; }

#job-manager-job-dashboard table tfoot td, #job-manager-job-dashboard table tfoot th {
  padding: 15px 0;
  padding: 1.5rem 0; }

#job-manager-job-dashboard table .filled, #job-manager-job-dashboard table .expires, #job-manager-job-dashboard table .applications {
  text-align: left; }

#job-manager-job-dashboard table ul.job-dashboard-actions li .job-dashboard-action-delete {
  color: #e74c3c; }

.single_job_listing .company {
  -webkit-box-shadow: none;
          box-shadow: none; }

/*--------------------------------------------------------------
# Theme Globals
--------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }

.offcanvas-wrap,
.sidr {
  -webkit-transition: right 0.9s ease !important;
  transition: right 0.9s ease !important; }

.offcanvas-wrap {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

a:focus {
  outline: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  width: 100%; }
  table thead, table tbody tr {
    border: 1px solid #e2e2e2; }
  table th {
    text-transform: uppercase; }
  table td, table th {
    padding: 12px;
    padding: 1.2rem; }

img {
  max-width: 100%;
  height: auto; }

.alert, #job-manager-job-dashboard > p, .comments-area .no-comments {
  text-transform: uppercase; }

.links a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #91989a;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }
  .links a .fa {
    color: #3ebef1;
    margin-right: 4px; }
  .links a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    top: 4px;
    background: #e2e2e2;
    right: -12px; }
  .links a:last-child {
    margin-right: 0; }
    .links a:last-child:before {
      display: none; }
  .links a:hover, .links a:focus {
    color: #3ebef1; }

/*--------------------------------------------------------------
# Theme Globals
--------------------------------------------------------------*/
/*+++ BOrders +++*/
.bort {
  border-top: 1px solid #e2e2e2; }

.borb {
  border-bottom: 1px solid #e2e2e2; }

.borl {
  border-left: 1px solid #e2e2e2; }

.borr {
  border-right: 1px solid #e2e2e2; }

.pad0 {
  padding: 0; }

.mb0 {
  margin-bottom: 0; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/ajax-loader.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999; }

p.no-script {
  background: #4dc1ef;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
  margin-bottom: 0; }

#to-top {
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 999;
  top: -25px;
  right: 15px;
  position: absolute; }
  #to-top .fa {
    line-height: 49px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.view-overlay {
  position: relative; }
  .view-overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    filter: "alpha(opacity=$opacity * 100)";
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 99999; }

#googleMap {
  width: 100%;
  height: 420px; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear,
.clearfix,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer,
.company-letters {
  *zoom: 1; }
  .clear:before, .clear:after,
  .clearfix:before,
  .clearfix:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after,
  .company-letters:before,
  .company-letters:after {
    content: " ";
    display: table; }
  .clear:after,
  .clearfix:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after,
  .company-letters:after {
    clear: both; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.top-bar {
  height: 3px;
  background: #3ebef1; }

header.site-header {
  font-family: "Raleway", Open Sans, Arial, sans-serif;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1000; }
  header.site-header.affix-top.scroll {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  header.site-header.affix {
    position: fixed;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    z-index: 10000; }

.navbar-default .navbar-nav > li.menu-item-avatar > a {
  padding-top: 29px;
  padding-bottom: 29px;
  cursor: pointer; }

.navbar-default .navbar-nav > li.menu-item-avatar span {
  position: relative; }
  .navbar-default .navbar-nav > li.menu-item-avatar span:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #17bd80;
    border-radius: 50%;
    z-index: 99; }

.navbar-default .navbar-nav > li.menu-item-avatar .avatar {
  margin-left: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  position: relative; }

.navbar .container {
  position: relative;
  z-index: 0; }

#header-search-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }
  #header-search-wrap .search-field {
    border: 0; }
  #header-search-wrap.show {
    opacity: 1;
    visibility: visible; }

@media (max-width: 600px) {
  .admin-bar header.site-header.affix {
    top: -1px; } }

/*++++++++++++++++++++ 2. Site Navigation +++++++++++++++++++++*/
/*++++++ Navbar ++++++*/
.navbar {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.navbar-brand, .custom-logo-link {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-nav > li.dropdown.open > a .caret {
  -webkit-transition: all 0.6s ease ease-in-out 0.2s;
  transition: all 0.6s ease ease-in-out 0.2s;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.navbar-nav > li .dropdown-menu {
  border-top: 2px solid #3ebef1; }

.navbar-nav .login-menu > a {
  position: relative;
  margin-right: 2px; }
  .navbar-nav .login-menu > a:before {
    position: absolute;
    content: '';
    border: 2px solid #3ebef1;
    border-radius: 50px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: 30%;
    padding: 14px;
    left: 0;
    top: 32%;
    z-index: -1; }
  .navbar-nav .login-menu > a:hover, .navbar-nav .login-menu > a:focus {
    color: #fff !important; }
    .navbar-nav .login-menu > a:hover:before, .navbar-nav .login-menu > a:focus:before {
      background-color: #3ebef1; }

.menu-item-avatar .avatar {
  margin-left: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1); }

.menu-item-avatar a span:not(.dropdown-caret) {
  padding: 0; }

.navbar-nav .caret {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*++++++ Dropdown Menu ++++++*/
.dropdown .dropdown a {
  padding-right: 28px; }

.dropdown .dropdown .caret {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
  border-left: 4px solid \9; }

.dropdown-menu {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0; }
  .dropdown-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .dropdown-menu > li:last-child {
      border-bottom: 0; }
  .dropdown-menu > li > a {
    font-weight: 600;
    padding: 14px 24px;
    -webkit-transition: color 0.5s ease background 0.5s ease 0.2s;
    transition: color 0.5s ease background 0.5s ease 0.2s; }
  .dropdown-menu .divider {
    margin: 0; }
  .dropdown-menu .dropdown.open > a {
    background: #3ebef1;
    color: #fff; }
  .dropdown-menu .dropdown-menu {
    left: auto;
    top: -2px;
    right: 100%; }
    .dropdown-menu .dropdown-menu .dropdown-menu {
      left: auto;
      top: -2px;
      right: 100%; }

.navbar-default .navbar-toggle {
  border: 0;
  background: none;
  border-radius: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none; }
  .navbar-default .navbar-toggle .icon-bar {
    background: #3ebef1;
    width: 24px; }

.line-nav li {
  display: inline-block;
  margin: 0 10px 0 0; }
  .line-nav li:last-child {
    margin-right: 0; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  word-break: break-word; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  word-break: break-word; }

.nav-links span, .nav-links a {
  padding: 1em 2em;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #91989a;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nav-links span:before, .nav-links a:before {
    position: absolute;
    content: '';
    font-family: 'Ionicons'; }
  .nav-links span:hover, .nav-links span:focus, .nav-links a:hover, .nav-links a:focus {
    color: #3ebef1; }
  .nav-links span.current, .nav-links a.current {
    background: #3ebef1;
    color: #fff;
    border: 0; }

.nav-links .nav-previous a {
  padding: 1em 2em 1em 3em; }
  .nav-links .nav-previous a:before {
    content: '\f2ca';
    left: 1.2em; }

.nav-links .nav-next a {
  padding: 1em 3em 1em 2em; }
  .nav-links .nav-next a:before {
    content: '\f30f';
    right: 1.2em; }

.pagination .nav-links span, .pagination .nav-links a {
  padding: 0.6em 1em; }

.section {
  padding: 100px 0;
  padding: 10rem 0;
  position: relative; }
  .section ul {
    list-style-type: none; }
    .section ul li {
      list-style-type: none; }
  .section.section-sm {
    padding: 40px 0;
    padding: 4rem 0; }
  .section.alt {
    background-color: #f2f5f8; }
  .section.section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; }
    .section.section-bg:before {
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #1d242a;
      filter: "alpha(opacity=$opacity * 100)";
      -khtml-opacity: 0.8;
      opacity: 0.8; }
    .section.section-bg .card .card-head {
      border: 0; }
    .section.section-bg .section-header {
      color: #fff; }
      .section.section-bg .section-header h1, .section.section-bg .section-header h2, .section.section-bg .section-header h3 {
        color: #fff; }
    .section.section-bg .c2a-inner h1, .section.section-bg .c2a-inner h2, .section.section-bg .c2a-inner h3, .section.section-bg .c2a-inner h4, .section.section-bg .c2a-inner .h1, .section.section-bg .c2a-inner .h2, .section.section-bg .c2a-inner .h3, .section.section-bg .c2a-inner .h4 {
      color: #fff;
      margin-top: -3px; }
  .section.section-counter, .section.section-jobs-service {
    background-image: url("../img/banner.jpg"); }
  .section.section-light {
    color: #e7e7e7; }
    .section.section-light .section-header {
      color: #e7e7e7;
      position: relative; }
  .section.section-jobs-service .row:last-child {
    margin-bottom: 0; }
    .section.section-jobs-service .row:last-child [class*="col-"] {
      margin-bottom: 0; }
  .section.section-jobs-service .row:first-child [class*="col-"] {
    margin-bottom: 60px;
    margin-bottom: 6rem; }
  .section.section-jobs-service .row [class*="col-"] {
    margin-bottom: 60px;
    margin-bottom: 6rem; }
  .section.section-jobs-service .col-md-6 .c2a-inner {
    padding: 0 30px;
    padding: 0 3rem; }
  .section.section-jobs-service .mb0 {
    margin-bottom: 0 !important; }
  .section.section-blue {
    background-color: #4dc1ef; }
  .section.full-page-template-section {
    padding: 0; }
    .section.full-page-template-section > .container-fluid {
      padding: 0; }
  .section.full-page-template-section-with-banner > .container-fluid {
    padding: 0; }
  .section.parallax-window, .section.section-parallax {
    min-height: 150px;
    background: transparent; }
  .section.section-parallax {
    background: transparent url("../img/banner.jpg") repeat 50% 0 fixed;
    background-size: cover;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 100px 0; }

.section-parallax {
  min-height: 150px;
  background: transparent; }

.section-shortcode .section {
  padding: 0; }

.section-shortcode .container .container {
  width: 100%;
  padding: 0; }

.section-shortcode .container *:first-child {
  margin-top: 0; }

.section-header {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 3em;
  color: #67696d; }
  .section-header h3 {
    margin-top: -3px;
    letter-spacing: 2px; }
  .section-header h2 {
    margin-top: -3px;
    font-weight: 800; }
  .section-header.text-left {
    text-align: left; }
  .section-header.text-right {
    text-align: right; }

.section.job-widget .c2a-btn {
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 999; }

.section.callout-section {
  background-color: #f1f1f1; }
  .section.callout-section .row:first-child [class*="col-"] {
    margin-bottom: 60px;
    margin-bottom: 6rem; }
  .section.callout-section .row:last-child {
    margin-bottom: 0; }
    .section.callout-section .row:last-child [class*="col-"] {
      margin-bottom: 0; }
  .section.callout-section .row [class*="col-"] {
    margin-bottom: 60px;
    margin-bottom: 6rem; }
  .section.callout-section .row [class*="col-"]:last-child {
    border-right: 0; }
  .section.callout-section .row .mb0 {
    margin-bottom: 0 !important;
    border: 0; }
  .section.callout-section .c2a-inner a.c2a-wrap {
    position: relative;
    color: #91989a; }
  .section.callout-section .c2a-inner.btn {
    color: #fff; }
  .section.callout-section .icon {
    margin-bottom: 15px;
    font-size: 24px;
    display: block;
    line-height: 1; }
  .section.callout-section .c2a-inner p {
    font-size: 16px;
    line-height: 1.7; }

.section.cp-blog-sec {
  padding: 100px 0 102px;
  padding: 10rem 0 10.2rem; }
  .section.cp-blog-sec .card {
    margin-bottom: 0; }
  .section.cp-blog-sec .row:first-child [class*="col-"] {
    margin-bottom: 60px;
    margin-bottom: 6rem; }
  .section.cp-blog-sec .row:last-child {
    margin-bottom: 0; }
    .section.cp-blog-sec .row:last-child [class*="col-"] {
      margin-bottom: 0; }
  .section.cp-blog-sec .row [class*="col-"] {
    margin-bottom: 60px;
    margin-bottom: 6rem; }
  .section.cp-blog-sec .row .mb0 {
    margin-bottom: 0 !important;
    border: 0; }

.section.log-sign-wrap h3 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.section.log-sign-wrap .radio label, .section.log-sign-wrap .checkbox label {
  line-height: 1; }

footer.site-footer {
  background-image: url("../img/banner.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff; }
  footer.site-footer:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #1d242a;
    filter: "alpha(opacity=$opacity * 100)";
    -khtml-opacity: 0.8;
    opacity: 0.8; }
  footer.site-footer ul {
    list-style-type: none; }
    footer.site-footer ul li {
      list-style-type: none; }
  footer.site-footer .container {
    position: relative;
    word-wrap: break-word; }

/*===== Call 2 action =====*/
.c2a-intro {
  padding: 60px 0 60px;
  padding: 6rem 0 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  word-wrap: break-word; }
  .c2a-intro .footer-c2a-btn {
    margin: 0;
    padding: 0;
    float: right; }

.footer-tagline {
  position: relative;
  display: table;
  width: 100%; }
  .footer-tagline img {
    max-width: 85px; }
  .footer-tagline h1, .footer-tagline h2, .footer-tagline h3, .footer-tagline h4 {
    color: #fff; }
  .footer-tagline h2 {
    font-weight: 100;
    padding-left: 2em;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    display: table-cell;
    padding: 0;
    padding-left: 1em;
    vertical-align: middle; }
  .footer-tagline.no-logo h2 {
    padding-left: 0; }

/*===== Footer Widgets =====*/
.footer-widgets {
  padding: 60px 0;
  padding: 2.8em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
  .footer-widgets [class*=col-] .widget:last-child {
    margin-bottom: 0; }
  .footer-widgets .widget select {
    border: 0; }
  .footer-widgets .widget_nav_menu ul, .footer-widgets .widget_pages ul, .footer-widgets .widget_categories ul {
    padding-left: 0; }
    .footer-widgets .widget_nav_menu ul li, .footer-widgets .widget_pages ul li, .footer-widgets .widget_categories ul li {
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
      .footer-widgets .widget_nav_menu ul li:last-child, .footer-widgets .widget_pages ul li:last-child, .footer-widgets .widget_categories ul li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    .footer-widgets .widget_nav_menu ul ul.sub-menu,
    .footer-widgets .widget_nav_menu ul ul.children, .footer-widgets .widget_pages ul ul.sub-menu,
    .footer-widgets .widget_pages ul ul.children, .footer-widgets .widget_categories ul ul.sub-menu,
    .footer-widgets .widget_categories ul ul.children {
      border-top: 1px solid rgba(255, 255, 255, 0.09);
      padding-top: 12px;
      margin-top: 12px;
      padding-left: 20px; }
  .footer-widgets .widget > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
  .footer-widgets .widget > ul > li.job_listing {
    border-bottom: 1px solid #eee; }
  .footer-widgets #wp-calendar thead {
    border-color: rgba(255, 255, 255, 0.09); }
  .footer-widgets #wp-calendar thead td, .footer-widgets #wp-calendar thead th, .footer-widgets #wp-calendar tbody td, .footer-widgets #wp-calendar tbody th {
    border-left: 1px solid rgba(255, 255, 255, 0.09); }
  .footer-widgets #wp-calendar thead tr, .footer-widgets #wp-calendar tbody tr {
    border-color: rgba(255, 255, 255, 0.09); }

.get-social {
  padding: 60px 0;
  padding: 4.3em 0;
  color: #fff;
  position: relative; }
  .get-social h4 {
    color: #fff;
    margin-bottom: 0; }

/*===== Copyrights =====*/
.copyrights {
  background: rgba(42, 44, 44, 0.4);
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }
  .copyrights p {
    margin-bottom: 0; }
  .copyrights a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .copyrights a:hover, .copyrights a:focus {
      color: #4dc1ef; }
  .copyrights ul {
    margin: 0;
    padding: 0; }
  .copyrights .footer-menu {
    float: right; }

.single_job_listing .company {
  min-height: 7.5em;
  border-color: #e2e2e2; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*++++++ Pixel Slider ++++++*/
.pixel-slider {
  background-image: url("../img/banner.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  position: relative; }
  .pixel-slider:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1d242a;
    filter: "alpha(opacity=$opacity * 100)";
    -khtml-opacity: 0.7;
    opacity: 0.7; }
  .pixel-slider .slider-content {
    padding: 150px 0 120px;
    padding: 15rem 0 12rem; }
    .pixel-slider .slider-content .site-tagline {
      color: #fff; }
  .pixel-slider .calltoaction-block {
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 100px;
    margin: 0 auto 10rem; }
    .pixel-slider .calltoaction-block h1, .pixel-slider .calltoaction-block .h1 {
      margin-top: 0;
      font-weight: 100;
      letter-spacing: 3px;
      line-height: 1.4;
      font-size: 40px;
      font-size: 4rem;
      color: #fff; }
    .pixel-slider .calltoaction-block h3, .pixel-slider .calltoaction-block .h3,
    .pixel-slider .calltoaction-block h4, .pixel-slider .calltoaction-block .h4 {
      margin-top: 22px;
      margin-top: 2.2rem;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 2px;
      color: #fff; }
  .pixel-slider .c2a-btn {
    margin: 48px auto 0;
    margin: 4.8rem auto 0; }
  .pixel-slider input, .pixel-slider select {
    border: 0; }

.page-header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 150px 0;
  padding: 15rem 0;
  word-wrap: break-word; }
  .page-header .col-md-12 {
    padding-left: 5%;
    padding-right: 5%; }
  .page-header h1, .page-header .h1 {
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0; }
  .page-header h1, .page-header .h1, .page-header h2, .page-header .h2, .page-header h3, .page-header .h3, .page-header h4, .page-header .h4 {
    text-transform: uppercase;
    color: #fff; }
  .page-header h2, .page-header .h2, .page-header h3, .page-header .h3, .page-header h4, .page-header .h4 {
    letter-spacing: 2px; }
  .page-header:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1d242a;
    filter: "alpha(opacity=$opacity * 100)";
    -khtml-opacity: 0.7;
    opacity: 0.7; }
  .page-header .pagehead-button {
    bottom: -1.6em;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99; }
    .page-header .pagehead-button .btn-lg, .page-header .pagehead-button .btn-group-lg > .btn {
      padding: 18px 40px;
      padding: 1.8rem 4rem; }
  .page-header h4 {
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 0; }
  .page-header .page-header-meta {
    margin-top: 20px;
    margin-top: 2rem; }
    .page-header .page-header-meta h2, .page-header .page-header-meta h3, .page-header .page-header-meta h4, .page-header .page-header-meta h5 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 16px; }
    .page-header .page-header-meta .entry-meta {
      margin-bottom: 20px;
      margin-bottom: 2rem; }
    .page-header .page-header-meta a {
      color: #fff;
      position: relative; }
      .page-header .page-header-meta a:hover, .page-header .page-header-meta a:focus {
        color: #3ebef1; }
    .page-header .page-header-meta .edit-link {
      display: none; }
    .page-header .page-header-meta .cat-links {
      font-weight: 400; }
    .page-header .page-header-meta .tags-links {
      margin-top: 20px;
      margin-top: 2rem; }
      .page-header .page-header-meta .tags-links a {
        background: #3ebef1;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .page-header .page-header-meta .tags-links a:hover, .page-header .page-header-meta .tags-links a:focus {
          color: #fff;
          -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
                  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset; }
    .page-header .page-header-meta .byline {
      margin-left: 10px;
      margin-left: 1rem; }
  .page-header .job-meta {
    padding: 0;
    margin: 0;
    letter-spacing: 1px; }
    .page-header .job-meta a {
      color: #fff; }
    .page-header .job-meta li {
      display: inline-block;
      margin-right: 17px;
      margin-right: 1.7rem;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
      .page-header .job-meta li .fa, .page-header .job-meta li .icon {
        padding-right: 4px;
        padding-right: 0.4rem; }
    .page-header .job-meta li.job-type {
      bottom: -4em;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .page-header .get-social {
    padding: 20px;
    padding: 2rem;
    margin-bottom: 0; }
    .page-header .get-social ul {
      margin-bottom: 0; }
  .page-header.header-404 {
    padding: 100px 0;
    padding: 10rem 0; }
    .page-header.header-404 h1 {
      font-size: 180px;
      font-size: 18rem;
      font-weight: 800;
      letter-spacing: 10px; }
    .page-header.header-404 h2 {
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 800; }

.job-steps-wrapper {
  border: 1px solid #e2e2e2;
  width: 99%;
  margin: 0 auto; }

.step-slider-nav {
  background: #fff; }
  .step-slider-nav .slick-track {
    margin: 0 auto;
    width: 100% !important; }
  .step-slider-nav .step-nav {
    width: 33.333% !important; }

.step-nav {
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: table !important;
  height: 130px; }
  .step-nav span {
    display: block; }
  .step-nav .well {
    padding: 20px;
    padding: 2rem;
    margin-bottom: 0;
    border-right-width: 0;
    display: table-cell !important;
    vertical-align: middle;
    border: 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
  .step-nav.slick-current .well {
    margin-bottom: 0;
    -webkit-box-shadow: 0 -8px 0 -5px #3ebef1 inset;
            box-shadow: 0 -8px 0 -5px #3ebef1 inset; }
  .step-nav:last-child .well {
    border-right-width: 0px; }

.step-slider-content {
  padding: 40px;
  padding: 4rem;
  background: #fff;
  border-top: 0; }

.steps-content h1, .steps-content h2, .steps-content h3, .steps-content h4, .steps-content h5 {
  text-transform: uppercase;
  margin-top: 0; }

.c2a-inner {
  position: relative; }
  .c2a-inner.upper h1, .c2a-inner.upper h2, .c2a-inner.upper h3, .c2a-inner.upper h4,
  .c2a-inner.upper .h1, .c2a-inner.upper .h2, .c2a-inner.upper .h3, .c2a-inner.upper .h4 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-weight: 100; }
  .c2a-inner p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0; }
  .c2a-inner .c2a-btn {
    margin-top: 30px;
    margin-top: 3rem; }

/*++++++ Search Filter ++++++*/
.search-filter-wrap {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  padding: 2rem;
  position: relative;
  border-radius: 4px;
  *zoom: 1; }
  .search-filter-wrap:before, .search-filter-wrap:after {
    content: " ";
    display: table; }
  .search-filter-wrap:after {
    clear: both; }
  .search-filter-wrap .job_types {
    display: none; }
  .search-filter-wrap form.job_filters {
    margin: 0; }
  .search-filter-wrap.dark {
    background: rgba(0, 0, 0, 0.5); }
  .search-filter-wrap.fluid {
    border-radius: 0;
    width: 100%; }
  .search-filter-wrap div.job_listings {
    margin-bottom: 0; }
    .search-filter-wrap div.job_listings .job_filters {
      background: transparent; }
      .search-filter-wrap div.job_listings .job_filters .search_jobs {
        padding: 0; }
      .search-filter-wrap div.job_listings .job_filters .job_types, .search-filter-wrap div.job_listings .job_filters .showing_jobs {
        display: none !important; }
    .search-filter-wrap div.job_listings ul.job_listings, .search-filter-wrap div.job_listings .load_more_jobs {
      display: none !important; }
  .search-filter-wrap .chosen-container-single .chosen-single,
  .search-filter-wrap .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0; }

.search-filter-wrap form.job_filters .search_jobs .search_keywords,
.search-filter-wrap form.job_filters .search_jobs .search_region,
.search-filter-wrap form.job_filters .search_jobs .search_location,
.search-filter-wrap form.job_filters .search_jobs .search_categories,
.job-page-wrap form.job_filters .search_jobs .search_keywords,
.job-page-wrap form.job_filters .search_jobs .search_region,
.job-page-wrap form.job_filters .search_jobs .search_location,
.job-page-wrap form.job_filters .search_jobs .search_categories {
  float: left; }

.search-filter-wrap form.job_filters .search_jobs .search_keywords,
.job-page-wrap form.job_filters .search_jobs .search_keywords {
  padding-right: 0; }

.search-filter-wrap form.job_filters .search_jobs .search_region,
.search-filter-wrap form.job_filters .search_jobs .search_location,
.search-filter-wrap form.job_filters .search_jobs .search_categories,
.job-page-wrap form.job_filters .search_jobs .search_region,
.job-page-wrap form.job_filters .search_jobs .search_location,
.job-page-wrap form.job_filters .search_jobs .search_categories {
  padding-left: 0; }

.search-filter-wrap form.job_filters .search_jobs .search_categories,
.job-page-wrap form.job_filters .search_jobs .search_categories {
  clear: none;
  padding-top: 0; }

.search-filter-wrap form.job_filters .search_jobs .search_keywords {
  width: 25.2%; }

.search-filter-wrap form.job_filters .search_jobs .search_region,
.search-filter-wrap form.job_filters .search_jobs .search_location,
.search-filter-wrap form.job_filters .search_jobs .search_categories {
  width: 25.2%;
  margin-left: 2%; }

.search-filter-wrap form.job_filters .search_jobs .search_categories {
  width: 30%; }
  .search-filter-wrap form.job_filters .search_jobs .search_categories .chosen-container .chosen-choices li.search-field input[type=text] {
    height: 44px; }

.search-filter-wrap form.job_filters .search_jobs .search_region .chosen-container .chosen-choices,
.search-filter-wrap form.job_filters .search_jobs .search_categories .chosen-container .chosen-choices {
  border: 0; }

.search-filter-wrap form.job_filters .search_jobs .search_region .chosen-container .chosen-drop,
.search-filter-wrap form.job_filters .search_jobs .search_categories .chosen-container .chosen-drop {
  border: 0; }

.search-filter-wrap form.job_filters .search_submit {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  border-radius: 4px;
  border: 0; }
  .search-filter-wrap form.job_filters .search_submit input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%; }
    .search-filter-wrap form.job_filters .search_submit input:hover, .search-filter-wrap form.job_filters .search_submit input:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }

.search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_keywords {
  width: 31%; }

.search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_region,
.search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_location,
.search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_categories {
  width: 31%;
  margin-left: 2%; }

.search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_categories {
  width: 34%; }
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_categories .chosen-single {
    border: 0; }

.job-page-wrap form.job_filters .search_jobs .search_keywords,
.job-page-wrap form.job_filters .search_jobs .search_region,
.job-page-wrap form.job_filters .search_jobs .search_location,
.job-page-wrap form.job_filters .search_jobs .search_categories {
  width: 24%; }

.job-page-wrap form.job_filters .search_jobs .search_region,
.job-page-wrap form.job_filters .search_jobs .search_location,
.job-page-wrap form.job_filters .search_jobs .search_categories {
  margin-left: 2%; }

.job-page-wrap form.job_filters .search_jobs .search_categories {
  width: 24%; }

.job-widget .entry-content ul.job_listings {
  margin: 0;
  padding: 0;
  font-size: 16px;
  *zoom: 1; }
  .job-widget .entry-content ul.job_listings:before, .job-widget .entry-content ul.job_listings:after {
    content: " ";
    display: table; }
  .job-widget .entry-content ul.job_listings:after {
    clear: both; }
  .job-widget .entry-content ul.job_listings > li > a {
    -webkit-transition: all 0.3s ease ease-in-out 0.2s;
    transition: all 0.3s ease ease-in-out 0.2s; }
    .job-widget .entry-content ul.job_listings > li > a:focus, .job-widget .entry-content ul.job_listings > li > a:hover {
      background: #f4f8fb;
      -webkit-box-shadow: 3px 0 0 #3ebef1 inset;
              box-shadow: 3px 0 0 #3ebef1 inset; }
    .job-widget .entry-content ul.job_listings > li > a:last-child {
      border-bottom: 0; }
  .job-widget .entry-content ul.job_listings a.btn {
    background: #3ebef1; }
    .job-widget .entry-content ul.job_listings a.btn:focus, .job-widget .entry-content ul.job_listings a.btn:hover {
      background: #3ebef1; }
  .job-widget .entry-content ul.job_listings li.job_listing.job_position_featured > a {
    background: #f4f8fb;
    -webkit-box-shadow: 3px 0 0 #3ebef1 inset;
            box-shadow: 3px 0 0 #3ebef1 inset;
    -webkit-transition: all 0.3s ease ease-in-out 0.2s;
    transition: all 0.3s ease ease-in-out 0.2s; }
  .job-widget .entry-content ul.job_listings li.job_listing.job_position_featured a.btn {
    background: #3ebef1; }
    .job-widget .entry-content ul.job_listings li.job_listing.job_position_featured a.btn:focus, .job-widget .entry-content ul.job_listings li.job_listing.job_position_featured a.btn:hover {
      background: #3ebef1; }
  .job-widget .entry-content ul.job_listings ul {
    margin: 0;
    padding: 0; }
  .job-widget .entry-content ul.job_listings > li {
    margin: 0;
    padding: 0;
    list-style: none outside;
    border-bottom: 1px solid #e2e2e2; }
    .job-widget .entry-content ul.job_listings > li > a {
      position: relative;
      display: block;
      overflow: hidden;
      zoom: 1;
      min-height: 90px;
      padding: 1em 1em 1em 2em;
      text-decoration: none;
      border: 0;
      line-height: 1.5em; }
  .job-widget .entry-content ul.job_listings li.job_listing a img.company_logo {
    visibility: visible;
    width: 100%;
    max-width: 48px;
    height: auto; }
  .job-widget .entry-content ul.job_listings li.job_listing a .job_position_featured {
    -webkit-box-shadow: 3px 0 0 #3ebef1 inset;
            box-shadow: 3px 0 0 #3ebef1 inset; }
  .job-widget .entry-content ul.job_listings li.job_listing a .candidate-column,
  .job-widget .entry-content ul.job_listings li.job_listing a .position {
    float: left;
    width: 49%;
    padding: 0 0 0 3em;
    word-wrap: break-word;
    color: #91989a;
    line-height: 1.5em; }
    .job-widget .entry-content ul.job_listings li.job_listing a .candidate-column h3,
    .job-widget .entry-content ul.job_listings li.job_listing a .position h3 {
      margin: 0;
      text-transform: uppercase;
      font-size: 18px; }
    .job-widget .entry-content ul.job_listings li.job_listing a .candidate-column .candidate-title strong,
    .job-widget .entry-content ul.job_listings li.job_listing a .candidate-column .company strong,
    .job-widget .entry-content ul.job_listings li.job_listing a .position .candidate-title strong,
    .job-widget .entry-content ul.job_listings li.job_listing a .position .company strong {
      color: #3ebef1;
      font-weight: 600; }
    .job-widget .entry-content ul.job_listings li.job_listing a .candidate-column .candidate-title .tagline,
    .job-widget .entry-content ul.job_listings li.job_listing a .candidate-column .company .tagline,
    .job-widget .entry-content ul.job_listings li.job_listing a .position .candidate-title .tagline,
    .job-widget .entry-content ul.job_listings li.job_listing a .position .company .tagline {
      margin-left: 10px;
      color: #91989a; }
  .job-widget .entry-content ul.job_listings li.job_listing a .candidate-location-column,
  .job-widget .entry-content ul.job_listings li.job_listing a .location {
    float: left;
    width: 32%;
    padding: 0 0 0 1em;
    text-align: left;
    text-transform: capitalize;
    color: #67696d;
    color: #999;
    font-size: inherit;
    line-height: 1.5em; }
  .job-widget .entry-content ul.job_listings li.job_listing a .meta {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 16%;
    width: auto;
    list-style: none outside;
    text-align: center;
    color: #999; }
  .job-widget .entry-content ul.job_listings li.job_listing a .date {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px; }

.job-type,
.single_job_listing .meta .job-type,
.widget ul.job_listings li.job_listing .meta .job-type,
div.job_listings .job-type {
  padding: 5px 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4; }

.load_more_jobs,
.load_more_s {
  position: relative;
  display: block;
  margin-top: -1px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 0;
  border-radius: 4px;
  background: #3ebef1;
  padding: 20px 30px;
  padding: 2rem 3rem; }
  .load_more_jobs strong,
  .load_more_s strong {
    padding-left: 25px;
    font-weight: 600; }
  .load_more_jobs:before,
  .load_more_s:before {
    position: absolute;
    padding: 1px;
    content: '\f29c';
    background: transparent;
    font-family: 'Ionicons';
    line-height: 1;
    font-size: 20px;
    font-size: 2rem; }
  .load_more_jobs:focus, .load_more_jobs:hover,
  .load_more_s:focus,
  .load_more_s:hover {
    color: rgba(0, 0, 0, 0.35);
    border-bottom: 0;
    background: #3ebef1; }
  .load_more_jobs.loading,
  .load_more_s.loading {
    border-bottom: 0; }
    .load_more_jobs.loading strong,
    .load_more_s.loading strong {
      visibility: visible; }

div.job_listings .load_more_jobs {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#list-view {
  background-color: #fff; }
  #list-view ul.job_listings {
    position: relative;
    overflow: hidden;
    max-height: 450px;
    border: 1px solid #e2e2e2; }
    #list-view ul.job_listings li.job_listing {
      width: 100%;
      position: relative;
      left: 0; }
      #list-view ul.job_listings li.job_listing:last-child {
        border-bottom: 0; }

#list-view.job-page-wrap ul.job_listings {
  border: 0; }

.job-page-wrap div.job_listings.job_listings_shortcode {
  border: 0; }

section.job-widget {
  border-bottom: 1px solid #eee; }

section.job-widget ul.job_listings {
  border: 1px solid #eee; }
  section.job-widget ul.job_listings li.job-type {
    color: #999; }
  section.job-widget ul.job_listings li.date date {
    display: none; }

.job_filters {
  background: #fff; }
  .job_filters .job_types {
    list-style: none outside;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    zoom: 1;
    *zoom: 1; }
    .job_filters .job_types:before, .job_filters .job_types:after {
      content: " ";
      display: table; }
    .job_filters .job_types:after {
      clear: both; }
    .job_filters .job_types label {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px; }
    .job_filters .job_types li {
      margin: 0;
      padding: 10px 17px 14px;
      float: left;
      border-right: 1px solid #e2e2e2; }
      .job_filters .job_types li:last-child {
        border-right: 0; }
  .job_filters .showing_jobs {
    padding: .5em 1em;
    background: #fff;
    border-top: 1px solid #e2e2e2; }

.job-page-wrap div.job_listings {
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.job-page-wrap form.job_filters .search_submit,
.job-page-wrap form.resume_filters .search_submit {
  position: static;
  float: right;
  width: 13%; }
  .job-page-wrap form.job_filters .search_submit input,
  .job-page-wrap form.resume_filters .search_submit input {
    border-radius: 4px; }

.job-page-wrap form.job_filters .showing_jobs,
.job-page-wrap form.resume_filters .showing_jobs {
  *zoom: 1;
  padding: 14px 20px;
  font-size: 15px; }
  .job-page-wrap form.job_filters .showing_jobs:before, .job-page-wrap form.job_filters .showing_jobs:after,
  .job-page-wrap form.resume_filters .showing_jobs:before,
  .job-page-wrap form.resume_filters .showing_jobs:after {
    content: " ";
    display: table; }
  .job-page-wrap form.job_filters .showing_jobs:after,
  .job-page-wrap form.resume_filters .showing_jobs:after {
    clear: both; }
  .job-page-wrap form.job_filters .showing_jobs span,
  .job-page-wrap form.resume_filters .showing_jobs span {
    float: left; }
  .job-page-wrap form.job_filters .showing_jobs a,
  .job-page-wrap form.resume_filters .showing_jobs a {
    float: right;
    margin-left: 30px;
    text-transform: uppercase;
    position: relative;
    color: #67696d; }
    .job-page-wrap form.job_filters .showing_jobs a:before,
    .job-page-wrap form.resume_filters .showing_jobs a:before {
      position: absolute;
      left: -10px;
      top: 0;
      font-family: 'Ionicons';
      color: #3ebef1; }
    .job-page-wrap form.job_filters .showing_jobs a:last-child,
    .job-page-wrap form.resume_filters .showing_jobs a:last-child {
      margin-left: 0; }
  .job-page-wrap form.job_filters .showing_jobs a.rss_link:before,
  .job-page-wrap form.resume_filters .showing_jobs a.rss_link:before {
    content: '\f23d'; }
  .job-page-wrap form.job_filters .showing_jobs a.reset:before,
  .job-page-wrap form.resume_filters .showing_jobs a.reset:before {
    content: '\f12a'; }

.job-page-wrap .search_jobs {
  padding: 20px;
  padding: 2rem; }

.job-page-wrap #grid-view div.job_listings {
  border: 0; }

.section-company-page .job-page-wrap div.job_listings {
  border-top: 0; }

.testimonial {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  padding: 1.5rem;
  border-radius: 4px;
  margin: 0 15px;
  position: relative; }
  .testimonial:before {
    position: absolute;
    content: '';
    top: 20px;
    right: 20px;
    font-size: 80px;
    font-size: 8rem;
    color: #d7d7d7;
    color: rgba(215, 215, 215, 0.28);
    font-family: 'FontAwesome';
    z-index: 99; }
  .testimonial blockquote {
    border-left: 0;
    font-style: italic;
    font-weight: normal; }
  .testimonial .testimonial-author {
    text-align: center; }
    .testimonial .testimonial-author img {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      margin: 0 auto;
      border: 2px solid #e2e2e2; }
    .testimonial .testimonial-author span {
      margin: 20px 0;
      margin: 2rem 0;
      font-size: 15px;
      font-size: 1.5rem;
      display: block;
      text-transform: uppercase;
      font-weight: 600; }

.section-testimonial {
  clear: both; }
  .section-testimonial .testimonial-archive {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
    float: left; }
  .section-testimonial .fullpage .testimonial-archive {
    width: 31.33%; }

.cp-testimonial-sec .slick-dots {
  position: static;
  margin-top: 30px; }

.card {
  border-radius: 4px;
  position: relative;
  z-index: 999;
  background: #fff;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .card:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%; }
  .card:before {
    top: -8px;
    left: 0px;
    border: 1px solid #e2e2e2;
    z-index: -1;
    -webkit-transform: scaleX(0.95);
        -ms-transform: scaleX(0.95);
            transform: scaleX(0.95);
    border-radius: 4px;
    background: #fff; }
  .card .card-content {
    position: relative;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .card .card-content .featured-video {
      display: table;
      width: 100%;
      height: 270px;
      overflow: hidden; }
    .card .card-content .card-featured-image,
    .card .card-content .card-featured-image .featured-wrap {
      width: 100%;
      height: 270px;
      overflow: hidden; }
    .card .card-content .card-featured-image .featured-wrap {
      background-size: cover;
      background-position: center; }
    .card .card-content .card-featured-gallery {
      height: 270px;
      overflow: hidden; }
      .card .card-content .card-featured-gallery .slick-list, .card .card-content .card-featured-gallery .slick-slide {
        height: 270px; }
      .card .card-content .card-featured-gallery .slick-slide {
        background-size: cover;
        background-position: center; }
    .card .card-content .fluid-media {
      display: table-cell;
      vertical-align: middle; }
    .card .card-content .fluid-media {
      background-color: #000; }
  .card .card-body, .card .card-head {
    padding: 20px;
    padding: 2rem; }
  .card .card-featured-image {
    text-align: center; }
    .card .card-featured-image img {
      margin: 0 auto; }
  .card .card-head {
    *zoom: 1;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0; }
    .card .card-head:before, .card .card-head:after {
      content: " ";
      display: table; }
    .card .card-head:after {
      clear: both; }
    .card .card-head img.company_logo {
      max-width: 100px;
      height: auto;
      max-height: 90px;
      position: absolute;
      left: 2em;
      float: left;
      margin-right: 1em;
      vertical-align: middle;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .card .card-head .company-desc {
      float: right;
      text-align: right;
      width: 100%;
      padding-left: 8em;
      border-bottom: 1px solid #e2e2e2;
      min-height: 120px;
      padding-bottom: 30px;
      padding-bottom: 3rem; }
      .card .card-head .company-desc h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: 600; }
      .card .card-head .company-desc p {
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-bottom: 2rem;
        font-weight: 600;
        display: none; }
  .card .card-body {
    border: 1px solid #e2e2e2;
    border-top: 0;
    position: relative;
    padding-bottom: 50px;
    padding-bottom: 5rem; }
    .card .card-body .btn-card {
      position: absolute;
      bottom: -28px;
      bottom: -2.8rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      padding-top: 16px;
      padding-top: 1.6rem;
      padding-bottom: 16px;
      padding-bottom: 1.6rem;
      z-index: 99; }
  .card .company-desc h4 {
    text-transform: uppercase;
    font-size: 18px; }
  .card .card-footer {
    *zoom: 1;
    padding: 40px 0 30px;
    padding: 4rem 0 3rem;
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-transform: uppercase;
    text-align: center; }
    .card .card-footer:before, .card .card-footer:after {
      content: " ";
      display: table; }
    .card .card-footer:after {
      clear: both; }
    .card .card-footer .location, .card .card-footer .job-types {
      width: 50%;
      float: left;
      padding: 1% 3%;
      text-align: center; }
    .card .card-footer .location:before {
      position: absolute;
      width: 1px;
      height: 100%;
      left: 50.5%;
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #e2e2e2;
      content: ""; }
    .card .card-footer h4 {
      margin-bottom: 0;
      margin-top: 0;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem; }

.mason-card {
  width: 31.333%;
  margin: 0 1%; }
  .mason-card .card-body {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    .mason-card .card-body .btn {
      margin-top: 20px;
      margin-top: 2rem;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.page article.page .entry-content .author-img img {
  margin: 0 auto; }

.page article.page .entry-content .card-featured-image img {
  margin: 0 auto; }

.recent-post .card-head {
  padding: 0; }

.recent-post .card-body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  .recent-post .card-body h2, .recent-post .card-body h3, .recent-post .card-body h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .recent-post .card-body h2 a, .recent-post .card-body h3 a, .recent-post .card-body h4 a {
      color: #67696d; }
  .recent-post .card-body .meta {
    font-size: 16px;
    font-size: 1.6rem; }
  .recent-post .card-body .btn-card {
    width: 100.5%;
    left: -0.1%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.recent-post .btn-card {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
  position: relative;
  top: 2px; }

.recent-post .card-body {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 0; }

.recent-post .entry-author {
  position: absolute;
  right: 26px;
  top: -26px;
  border: 0;
  margin: 0;
  padding: 0; }
  .recent-post .entry-author img {
    height: 50px;
    width: 50px; }

.recent-post .entry-meta {
  margin: 0;
  margin-bottom: 10px; }

.recent-post .hover-icon {
  left: 0; }

.hover-icon {
  display: none;
  opacity: 0;
  position: absolute;
  background: #3ebef1;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  bottom: 0;
  right: 0; }
  .hover-icon:before {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    content: '';
    font-family: 'FontAwesome';
    top: 0;
    right: 0; }

.card-featured-image,
.archive-entry-featured {
  position: relative; }
  .card-featured-image:before,
  .archive-entry-featured:before {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .card-featured-image .hover-icon,
  .archive-entry-featured .hover-icon {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .card-featured-image:hover .hover-icon, .card-featured-image:focus .hover-icon,
  .archive-entry-featured:hover .hover-icon,
  .archive-entry-featured:focus .hover-icon {
    display: inline-block;
    opacity: 1; }
  .card-featured-image:hover:before, .card-featured-image:focus:before,
  .archive-entry-featured:hover:before,
  .archive-entry-featured:focus:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1d242a;
    filter: "alpha(opacity=$opacity * 100)";
    -khtml-opacity: 0.6;
    opacity: 0.6;
    display: block; }

.client-served {
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .client-served:before, .client-served:after {
    content: " ";
    display: table; }
  .client-served:after {
    clear: both; }
  .client-served .client-logo {
    list-style: none;
    float: left;
    text-align: center;
    position: relative;
    display: table !important;
    height: 180px; }
    .client-served .client-logo a {
      display: table-cell;
      height: 180px;
      vertical-align: middle; }
    .client-served .client-logo img {
      max-height: 100%;
      max-width: 50%;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin: 0 auto; }
  .client-served.filter img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .client-served.filter img:hover, .client-served.filter img:focus {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.clients-cube {
  margin: 0;
  padding: 0; }
  .clients-cube .client-logo {
    width: 25%;
    padding: 2.8%;
    border: 1px solid #e2e2e2;
    text-align: center;
    float: left;
    display: table;
    height: 180px;
    position: relative;
    margin: -1px 0 0 -1px; }
    .clients-cube .client-logo a {
      display: table-cell;
      height: 180px;
      vertical-align: middle; }
    .clients-cube .client-logo img {
      max-height: 100%;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      margin: 0 auto !important; }
    .clients-cube .client-logo:hover img, .clients-cube .client-logo:focus img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.well {
  border-radius: 0;
  background: #fff; }
  .well h4 {
    text-transform: uppercase; }

.tab-content .job_listings {
  margin-bottom: 0; }

.get-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1em;
  font-size: 21px; }
  .get-social ul li {
    list-style-type: none;
    display: inline;
    margin: 0 0.7em; }
  .get-social ul a {
    color: #fff;
    border-radius: 3px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transition: background .5s ease 0s top 1s ease .3s;
    transition: background .5s ease 0s top 1s ease .3s;
    text-align: center;
    color: #fff;
    border: 1px solid transparent; }
    .get-social ul a.fb:hover, .get-social ul a.fb:focus, .get-social ul a.fb:active {
      background: #3b5998; }
    .get-social ul a.tw:hover, .get-social ul a.tw:focus, .get-social ul a.tw:active {
      background: #56a3d9; }
    .get-social ul a.gp:hover, .get-social ul a.gp:focus, .get-social ul a.gp:active {
      background: #dd4b39; }
    .get-social ul a.yt:hover, .get-social ul a.yt:focus, .get-social ul a.yt:active {
      background: #bf221f; }
    .get-social ul a.in:hover, .get-social ul a.in:focus, .get-social ul a.in:active {
      background: #47759b; }
    .get-social ul a.ld:hover, .get-social ul a.ld:focus, .get-social ul a.ld:active {
      background: #007bb6; }
    .get-social ul a.dr:hover, .get-social ul a.dr:focus, .get-social ul a.dr:active {
      background: #ec4a89; }
    .get-social ul a.pi:hover, .get-social ul a.pi:focus, .get-social ul a.pi:active {
      background: #cb211d; }

.get-social h1, .get-social h2, .get-social h3, .get-social h4 {
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/
.page-template-default .section-content .entry-content .section .container {
  width: 100%; }

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky:before {
    position: absolute;
    top: -16px;
    right: 16px;
    content: '\f26b';
    color: #17bd80;
    font-family: 'Ionicons';
    font-size: 36px; }

.hentry {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin-top: 30px;
  margin-top: 3rem; }

.page .entry-content {
  margin-top: 0; }

.page-links {
  clear: both;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
  margin: 2rem 0; }

/*--------------
Page Specific Styles
---------------*/
.entry-content .single_job_listing .content-area .post-navigation {
  display: none; }

.entry-content .single_job_listing .single-company-wrap h3 {
  margin-top: 0; }

.entry-content .single_job_listing .single-company-wrap .company_video {
  margin-bottom: 0; }

.single-company-details h3 {
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 30px;
  font-weight: 300; }

.job-page-wrap .entry-featured-video {
  margin-bottom: 30px; }

.page .hentry {
  margin-bottom: 0; }

article.page .entry-footer {
  margin-top: 20px; }

.page-template-template-blog .hentry {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.robo-map-holder.page-header {
  padding: 0; }
  .robo-map-holder.page-header:before {
    z-index: 99; }
  .robo-map-holder.page-header iframe {
    height: 100%; }
  .robo-map-holder.page-header .map-contents {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999; }
    .robo-map-holder.page-header .map-contents .slider-content h1 {
      margin-bottom: 0; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-reply-title,
.comments-area .comments-title {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0; }
  .comments-area .comment-reply-title span,
  .comments-area .comments-title span {
    font-weight: 600; }

.comments-area .comment-reply-title small {
  font-size: 14px;
  font-weight: 600; }

.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem; }

.comments-area .logged-in-as {
  font-weight: 600;
  text-transform: uppercase; }

.comments-area .comment-form-comment {
  margin: 30px 0;
  margin: 3rem 0; }
  .comments-area .comment-form-comment label {
    text-transform: uppercase; }
  .comments-area .comment-form-comment textarea {
    height: 200px;
    resize: vertical; }

.comments-area .comment-content {
  font-size: 15px; }
  .comments-area .comment-content p {
    line-height: 1.7; }
  .comments-area .comment-content a {
    word-wrap: break-word; }

.comments-area .comment-body .reply {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 15px; }
  .comments-area .comment-body .reply a {
    background-color: #DADADA;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 7px;
    font-size: 14px; }
    .comments-area .comment-body .reply a:hover, .comments-area .comment-body .reply a:focus {
      background-color: #3ebef1; }

.comments-area .comment-body .comment-author img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin-right: 5px; }

.comments-area .bypostauthor article.comment-body {
  -webkit-box-shadow: 3px 0px 0px #3ebef1 inset;
          box-shadow: 3px 0px 0px #3ebef1 inset;
  display: block;
  background: #f1f1f1;
  position: relative; }

.comments-area .comment-list {
  margin-bottom: 40px;
  padding: 0; }
  .comments-area .comment-list article {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2;
    padding: 20px;
    padding-bottom: 45px;
    margin-bottom: 30px;
    position: relative; }
    .comments-area .comment-list article .comment-author {
      text-transform: uppercase; }
      .comments-area .comment-list article .comment-author img {
        margin-left: 0; }
    .comments-area .comment-list article .comment-metadata {
      font-size: 14px;
      margin: 10px 0; }
      .comments-area .comment-list article .comment-metadata time {
        color: #91989a;
        margin-right: 10px; }
    .comments-area .comment-list article .comment-metadata, .comments-area .comment-list article .comment-reply-link {
      text-transform: uppercase;
      font-weight: 600; }
  .comments-area .comment-list li {
    list-style-type: none;
    margin-bottom: 20px; }
    .comments-area .comment-list li:last-child {
      margin-bottom: 0; }
  .comments-area .comment-list ul {
    padding-left: 20px; }
  .comments-area .comment-list .pingback {
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .comments-area .comment-list .pingback:last-child {
      border-bottom: 0; }
  .comments-area .comment-list .comment-respond {
    margin-bottom: 20px; }

/*--------------------------------------------------------------
## Content Area
--------------------------------------------------------------*/
#primary {
  padding-right: 30px;
  padding-right: 3rem; }
  #primary.fullpage {
    padding-right: 15px;
    margin-bottom: 0; }
  #primary.left-sidebar {
    float: right !important;
    padding-right: 15px;
    padding-left: 30px;
    padding-left: 3rem; }
    @media (max-width: 991px) {
      #primary.left-sidebar {
        float: none !important; } }
  #primary.full-width {
    padding: 0; }

.section-404 #primary {
  border-radius: 4px;
  background-color: #f1f1f1;
  padding: 30px;
  padding: 3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem; }
  .section-404 #primary .search-form {
    margin-top: 20px; }

.site-main {
  word-wrap: break-word; }

.post-content {
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  padding: 30px;
  padding: 3rem; }

.tags-links {
  display: block; }
  .tags-links a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 7px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
    color: #91989a;
    border-radius: 4px;
    background-color: #DADADA;
    font-size: 14px;
    font-weight: 600; }
    .tags-links a:focus, .tags-links a:hover {
      color: #fff;
      background-color: #3ebef1; }

.cat-links {
  display: block;
  text-transform: uppercase;
  font-weight: 600; }
  .cat-links a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #67696d; }
    .cat-links a:hover {
      color: #3ebef1; }

.entry-meta {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  margin-top: 1.5rem; }
  .entry-meta a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #91989a; }
    .entry-meta a:hover {
      color: #3ebef1; }
  .entry-meta > span {
    margin-left: 7px; }
  .entry-meta .posted-on {
    margin-left: 0; }

.card-body .entry-meta {
  font-size: 13px; }

.entry-featured {
  text-align: center;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  background-color: #f1f1f1; }

.blog .entry-featured, .archive .page .entry-featured {
  margin-bottom: 0px; }

.entry-header {
  text-transform: uppercase;
  margin-bottom: 30px; }
  .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #67696d;
    font-weight: 300; }
    .entry-header .entry-title a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #91989a; }
      .entry-header .entry-title a:hover {
        color: #3ebef1; }
  .entry-header .entry-meta .icon, .entry-header .entry-meta .fa {
    margin-right: 5px; }

.entry-content iframe {
  width: 100%; }

.entry-content p {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  .entry-content p:first-child {
    line-height: 1.6; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67696d;
  font-weight: normal; }

.entry-content .section-light h1,
.entry-content .section-light h2,
.entry-content .section-light h3,
.entry-content .section-light h4,
.entry-content .section-light h5 {
  color: #fff; }

.entry-content .section .container {
  width: 100%; }

.entry-content .single_job_listing .company_video {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.entry-content .single_job_listing .job-listing-meta {
  text-transform: uppercase;
  font-weight: bold; }

.entry-content .single_job_listing .job_description ul {
  padding: 0;
  margin: 20px 0;
  margin: 2rem 0; }
  .entry-content .single_job_listing .job_description ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px; }
    .entry-content .single_job_listing .job_description ul li:last-child {
      margin-bottom: 0; }
    .entry-content .single_job_listing .job_description ul li:before {
      position: absolute;
      left: 0;
      content: "\f30f";
      font-family: 'Ionicons'; }

.entry-author {
  text-align: center;
  border-top: 1px solid #e2e2e2;
  margin: 30px 0;
  margin: 3rem 0;
  padding-top: 30px;
  padding-top: 3rem; }
  .entry-author img {
    margin-left: 0;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .entry-author h2,
  .entry-author h3 {
    text-transform: uppercase;
    font-weight: 100; }
  .entry-author a {
    color: #67696d; }
    .entry-author a:focus, .entry-author a:hover {
      color: #3ebef1; }
  .entry-author .author-links {
    text-transform: uppercase;
    font-weight: 600; }
    .entry-author .author-links a {
      margin: 3px;
      color: #91989a; }
      .entry-author .author-links a:focus, .entry-author .author-links a:hover {
        color: #3ebef1; }

.entry-footer {
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #f1f1f1; }
  .entry-footer .cat-links,
  .entry-footer .comments-link,
  .entry-footer .edit-link,
  .entry-footer .tags-links {
    padding: 20px;
    padding: 2rem; }
  .entry-footer .cat-links {
    padding: 30px 20px 20px;
    padding: 3rem 2rem 2rem; }
  .entry-footer .tags-links {
    padding-top: 0; }
  .entry-footer .comments-link {
    position: absolute;
    top: 0;
    top: -16px;
    right: 0;
    right: 7em;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .entry-footer .comments-link a {
      padding-right: 30px; }
      .entry-footer .comments-link a:before {
        position: absolute;
        right: 12px;
        content: "\f11e";
        font-family: 'Ionicons'; }
  .entry-footer .edit-link {
    position: absolute;
    top: 0;
    top: -16px;
    right: 30px;
    display: block;
    margin-top: 0;
    text-align: right;
    padding: 0; }

.page .entry-header,
.single .entry-header {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.job_listing .entry-featured {
  display: none; }

article.post ul li {
  margin-bottom: 10px;
  list-style-type: square; }
  article.post ul li:last-child {
    margin-bottom: 0; }

.page article.job_listing,
.page article.page,
.single article.job_listing,
.single article.page {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .page article.job_listing .post-content,
  .page article.page .post-content,
  .single article.job_listing .post-content,
  .single article.page .post-content {
    padding: 0;
    border: 0; }
  .page article.job_listing .entry-footer,
  .page article.page .entry-footer,
  .single article.job_listing .entry-footer,
  .single article.page .entry-footer {
    padding: 0;
    border: 0;
    background-color: transparent; }
    .page article.job_listing .entry-footer .edit-link,
    .page article.page .entry-footer .edit-link,
    .single article.job_listing .entry-footer .edit-link,
    .single article.page .entry-footer .edit-link {
      position: static; }

.page article.page .entry-content img,
.page article.post .entry-content img,
.single article.page .entry-content img,
.single article.post .entry-content img {
  margin-top: 20px;
  margin-bottom: 20px; }

.page .site-main article.page .entry-featured {
  margin-bottom: 20px; }

.page .site-main article.page .card-content .entry-featured {
  margin-bottom: 0; }

.page article.page .entry-content img.candidate_photo,
.page article.page .entry-content img.company_logo {
  margin-top: 0;
  margin-bottom: 0; }

article.testimonial {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }

.entry-content section.section,
.section-content .site-main section.section {
  padding: 50px 0;
  padding: 5rem 0; }

.page-template-template-fullwidth .section-content .site-main section.section,
.page-template-template-fullwidth-banner .section-content .site-main section.section {
  padding: 100px 0;
  padding: 10rem 0; }

.entry-content .section:first-child.job-widget {
  padding-top: 0; }
  .entry-content .section:first-child.job-widget .container {
    padding-left: 0;
    padding-right: 0; }

/*--------------------------------------------------------------
## Content Area
--------------------------------------------------------------*/
.featured-gallery .slick-prev, .featured-gallery .slick-next {
  background: #3ebef1;
  z-index: 999;
  border-radius: 0;
  opacity: 0;
  height: 40px;
  width: 40px; }
  .featured-gallery .slick-prev:before, .featured-gallery .slick-next:before {
    color: #fff; }

.featured-gallery .slick-prev {
  left: 0; }

.featured-gallery .slick-next {
  right: 0; }

.featured-gallery:hover .slick-prev, .featured-gallery:hover .slick-next, .featured-gallery:focus .slick-prev, .featured-gallery:focus .slick-next {
  opacity: 0.6; }
  .featured-gallery:hover .slick-prev:hover, .featured-gallery:hover .slick-prev:focus, .featured-gallery:hover .slick-next:hover, .featured-gallery:hover .slick-next:focus, .featured-gallery:focus .slick-prev:hover, .featured-gallery:focus .slick-prev:focus, .featured-gallery:focus .slick-next:hover, .featured-gallery:focus .slick-next:focus {
    opacity: 1; }

/*--------------------------------------------------------------
## Secondary
--------------------------------------------------------------*/
/*======= Generic Widgets =========*/
.widget {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  word-wrap: break-word;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget > ul {
    padding: 0;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    .widget > ul > li {
      position: relative;
      margin-bottom: 12px;
      margin-bottom: 1.2rem;
      padding-bottom: 12px;
      padding-bottom: 1.2rem;
      border-bottom: 1px solid #e2e2e2; }
      .widget > ul > li:last-child {
        margin-bottom: 0; }
    .widget > ul ul {
      padding-left: 12px;
      padding-left: 1.2rem;
      margin-bottom: 12px;
      margin-bottom: 1.2rem; }
      .widget > ul ul:last-child {
        margin-bottom: 0; }
    .widget > ul:last-child {
      margin-bottom: 0; }
  .widget a {
    color: #91989a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .widget a:hover, .widget a:focus {
      color: #14a3dc; }
  .widget .btn-card {
    color: #fff; }
    .widget .btn-card:hover, .widget .btn-card:focus {
      color: #fff; }
  .widget .twitter-follow-container {
    margin: 20px 0;
    margin: 2rem 0; }
  .widget .textwidget p {
    margin-bottom: 20px; }
    .widget .textwidget p:last-child {
      margin-bottom: 0; }
  .widget .textwidget img {
    margin: 10px auto; }
  .widget table {
    margin-bottom: 0; }

.widget-title,
.widgettitle {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #67696d;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-top: 0;
  position: relative; }
  .widget-title:before,
  .widgettitle:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #3ebef1;
    bottom: 4px;
    left: 0; }

.widget-content {
  letter-spacing: 1px; }

/*======= Generic Widgets =========*/
.widget .widget_recent_entries .post-date {
  display: block;
  font-size: 15px;
  font-style: italic; }

/*======= Specific Widgets =========*/
#wp-calendar caption {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0; }

#wp-calendar thead td, #wp-calendar thead th, #wp-calendar tbody td, #wp-calendar tbody th {
  border-left: 1px solid #e2e2e2;
  text-align: center; }
  #wp-calendar thead td:first-child, #wp-calendar thead th:first-child, #wp-calendar tbody td:first-child, #wp-calendar tbody th:first-child {
    border-left: 0; }

#wp-calendar tfoot a {
  background-color: #DADADA;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  display: inline-block;
  color: #91989a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 7px;
  font-size: 14px; }
  #wp-calendar tfoot a:hover, #wp-calendar tfoot a:focus {
    color: #fff;
    background-color: #3ebef1; }

#wp-calendar tfoot td {
  padding-left: 0;
  padding-right: 0; }
  #wp-calendar tfoot td a {
    margin: 0; }

#wp-calendar tfoot #next {
  text-align: right; }

.widget_twitter ul,
.PI_SimpleTwitterTweets ul {
  margin: 0;
  padding-left: 0; }
  .widget_twitter ul li,
  .PI_SimpleTwitterTweets ul li {
    position: relative;
    margin-bottom: 0;
    padding-left: 40px;
    padding-left: 4rem;
    border-bottom: 0 !important; }
    .widget_twitter ul li:last-child,
    .PI_SimpleTwitterTweets ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .widget_twitter ul li:before,
    .PI_SimpleTwitterTweets ul li:before {
      top: 0;
      left: 0;
      position: absolute;
      content: "";
      font-family: 'FontAwesome';
      font-size: 24px;
      font-size: 2.4rem;
      color: #3ebef1; }
    .widget_twitter ul li span,
    .PI_SimpleTwitterTweets ul li span {
      display: block;
      margin-bottom: 5px; }

.widget_newsletter form,
.widget_mc4wp_form_widget form {
  position: relative; }
  .widget_newsletter form input[type="email"],
  .widget_mc4wp_form_widget form input[type="email"] {
    width: 70%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: transparent;
    border: 2px solid #fff; }
  .widget_newsletter form input[type="submit"],
  .widget_mc4wp_form_widget form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 32%;
    padding: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

.widget ul.job_listings li.job_listing.job_position_featured .widget ul.job_listings li.job_listing.resume_featured > a {
  background: #f4f8fb;
  -webkit-box-shadow: 3px 0px 0px #3ebef1 inset;
          box-shadow: 3px 0px 0px #3ebef1 inset; }

.widget ul.job_listings li.job_listing > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  padding: 15px;
  padding: 1.5rem; }
  .widget ul.job_listings li.job_listing > a:hover, .widget ul.job_listings li.job_listing > a:focus {
    -webkit-box-shadow: 3px 0px 0px #3ebef1 inset;
            box-shadow: 3px 0px 0px #3ebef1 inset;
    background: #f4f8fb; }

.widget ul.job_listings li.job_listing .position,
.widget ul.job_listings li.job_listing .candidate {
  text-transform: uppercase; }

.widget ul.job_listings li.job_listing ul.meta {
  *zoom: 1; }
  .widget ul.job_listings li.job_listing ul.meta:before, .widget ul.job_listings li.job_listing ul.meta:after {
    content: " ";
    display: table; }
  .widget ul.job_listings li.job_listing ul.meta:after {
    clear: both; }
  .widget ul.job_listings li.job_listing ul.meta li {
    float: left;
    line-height: 2; }
  .widget ul.job_listings li.job_listing ul.meta li.job-type:after {
    display: none; }

.widget_featured_jobs .job_listing .meta .location, .widget_featured_jobs .job_listing .meta .job-type, .widget_featured_jobs .job_listing .meta .candidate-location {
  display: none !important; }

.widget_featured_jobs .candidate-title:after,
.widget_featured_jobs .company:after {
  display: none; }

/*======= Secondary Sidebar =========*/
#secondary .widget:last-child {
  margin-bottom: 0; }

#secondary .widget_nav_menu ul, #secondary .widget_pages ul, #secondary .widget_categories ul {
  padding-left: 0; }
  #secondary .widget_nav_menu ul li, #secondary .widget_pages ul li, #secondary .widget_categories ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2; }
    #secondary .widget_nav_menu ul li:last-child, #secondary .widget_pages ul li:last-child, #secondary .widget_categories ul li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  #secondary .widget_nav_menu ul ul.sub-menu,
  #secondary .widget_nav_menu ul ul.children, #secondary .widget_pages ul ul.sub-menu,
  #secondary .widget_pages ul ul.children, #secondary .widget_categories ul ul.sub-menu,
  #secondary .widget_categories ul ul.children {
    border-top: 1px solid #e2e2e2;
    padding-top: 12px;
    margin-top: 12px;
    padding-left: 20px; }

#featured-jobs-carousel .slick-dots {
  bottom: 0; }

.job-widget .widget-area .widget.job_manager ul.job_listings li.job_listing .position {
  padding: 0;
  width: 100%; }

.job-widget .widget-area .widget.job_manager ul.job_listings li.job_listing .meta {
  position: static; }

/*======= Footer Widgets =========*/
.footer-widgets select,
.footer-widgets textarea,
.footer-widgets input[type="text"],
.footer-widgets input[type="password"],
.footer-widgets input[type="datetime"],
.footer-widgets input[type="datetime-local"],
.footer-widgets input[type="date"],
.footer-widgets input[type="month"],
.footer-widgets input[type="time"],
.footer-widgets input[type="week"],
.footer-widgets input[type="number"],
.footer-widgets input[type="email"],
.footer-widgets input[type="url"],
.footer-widgets input[type="search"],
.footer-widgets input[type="tel"],
.footer-widgets input[type="color"], .footer-widgets .form-control,
.footer-widgets .chosen-container-single .chosen-single,
.footer-widgets .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0; }

.footer-widgets .widget-title,
.footer-widgets .widgettitle {
  color: #fff; }

.footer-widgets .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0.8075em 0;
  background-color: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }
  .gallery-columns-2 .gallery-item {
    max-width: 48%;
    margin: 1%; }
  .gallery-columns-3 .gallery-item {
    max-width: 31.33%;
    margin: 1%; }
  .gallery-columns-4 .gallery-item {
    max-width: 23%;
    margin: 1%; }
  .gallery-columns-5 .gallery-item {
    max-width: 18%;
    margin: 1%; }
  .gallery-columns-6 .gallery-item {
    max-width: 14.66%;
    margin: 1%; }
  .gallery-columns-7 .gallery-item {
    max-width: 12.28%;
    margin: 1%; }
  .gallery-columns-8 .gallery-item {
    max-width: 10.5%;
    margin: 1%; }
  .gallery-columns-9 .gallery-item {
    max-width: 9.11%;
    margin: 1%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Vendor Overrides
--------------------------------------------------------------*/
.tooltip-inner {
  border-radius: 3px; }

.modal {
  z-index: 99999;
  color: #91989a; }

.modal-header {
  position: relative; }
  .modal-header .close {
    position: absolute;
    right: 1em;
    margin-top: 0;
    font-size: 21px; }

.modal-content {
  border: 0; }

.modal-body .ninja-forms-form-wrap input,
.modal-body .ninja-forms-form-wrap select,
.modal-body .ninja-forms-form-wrap textarea {
  width: 100%; }

.nav-tabs > li > a {
  line-height: 1; }

#singlejobapply .modal-title {
  color: #91989a; }

#singlejobapply .modal-body {
  text-align: left; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3ebef1;
  background-image: none; }

.chosen-container {
  text-transform: uppercase;
  width: 100% !important;
  font-size: 14px;
  font-weight: 600; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 2px solid #e2e2e2;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%; }
  .chosen-container .chosen-choices {
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    background-image: none; }

.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 1px 12px; }

.chosen-container-single .chosen-single {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 44px;
  line-height: 42px;
  border-radius: 4px;
  color: #868c8e;
  border: 2px solid #e2e2e2;
  box-shadow: none; }

.chosen-container-single .chosen-drop {
  border-radius: 4px;
  color: #868c8e;
  border: 2px solid #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #e2e2e2;
  border-bottom: 0; }

.chosen-container-active.chosen-with-drop .chosen-drop {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.chosen-container-single .chosen-search,
.chosen-container .chosen-results {
  margin: 0;
  padding: 5px; }

.chosen-container .chosen-results {
  margin: 5px 0; }

.chosen-container-single .chosen-search input[type=text] {
  border: 2px solid #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.chosen-container-multi.chosen-container .chosen-drop {
  width: 100%;
  left: 0%;
  display: none; }

.chosen-container-multi.chosen-container-active .chosen-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none; }

.chosen-container-multi.chosen-container-active .chosen-drop {
  display: block; }

.chosen-container-multi.chosen-container-active .chosen-choices {
  background-image: none; }

.chosen-container-multi .chosen-choices li.search-field {
  width: 100%; }

.chosen-container-multi .chosen-choices li.search-choice {
  border: 2px solid #e2e2e2;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #868c8e;
  margin: 5px;
  margin-bottom: 0;
  font-size: 13px; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  border: 0;
  margin: 0;
  font-family: inherit;
  width: 100% !important;
  color: #868c8e;
  height: 40px;
  padding: 10px 16px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.sidr ul li {
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .sidr ul li a {
    position: relative; }
  .sidr ul li a, .sidr ul li span {
    color: #91989a; }
  .sidr ul li.active a, .sidr ul li:hover a, .sidr ul li:focus a {
    color: #3ebef1; }
  .sidr ul li:last-child {
    border-bottom: 0; }
  .sidr ul li ul {
    border-top: 1px solid #e2e2e2; }

.sidr .sub-menu {
  display: none;
  opacity: 0; }

.sidr .sub-menu.open {
  display: block;
  opacity: 1; }

.sidr .menu-item-has-children .dropdown-caret {
  position: absolute;
  background: #3ebef1;
  content: '';
  width: 45px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999; }
  .sidr .menu-item-has-children .dropdown-caret:before {
    position: absolute;
    content: '';
    font-family: 'FontAwesome';
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center; }

.slick-slider {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial; }

.slick-slide:hover, .slick-slide:focus, .slick-slide:active {
  outline: none !important; }

.slick-arrow:active:hover, .slick-arrow:active:focus, .slick-arrow:active.focus, .slick-arrow.active:hover, .slick-arrow.active:focus, .slick-arrow.active.focus {
  background-color: transparent; }

.no_company_logo .company_logo {
  display: none; }

.no_company_logo div.job_listings .position {
  padding-left: 0 !important; }

.no_company_logo #grid-view ul.job_listings .position {
  margin-left: 0;
  text-align: left; }

.no_company_logo .card-head {
  min-height: auto; }
  .no_company_logo .card-head .company-desc {
    min-height: auto;
    padding-left: 0;
    min-height: auto;
    text-align: left;
    padding-bottom: 20px; }

.no_company_logo .single_job_listing .company_name,
.no_company_logo .single_job_listing .company .tagline {
  padding-left: 0;
  margin-left: 0; }

.rpt_style_basic .rpt_plan .rpt_title {
  text-align: center; }

.rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence {
  font-weight: 600;
  text-transform: uppercase; }

.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle,
.rpt_style_basic .rpt_plan .rpt_description {
  font-weight: 400; }

.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
  border-bottom: 1px solid #e2e2e2; }

.comment-respond .form-submit {
  margin-bottom: 0; }

.wpcf7-form p {
  font-weight: bold; }

.wpcf7-form div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px;
  text-transform: uppercase; }

.wpcf7-form span.wpcf7-not-valid-tip {
  font-weight: normal;
  margin: 5px 0;
  color: #a94442;
  font-size: 14px; }

.wpcf7-form div.wpcf7-validation-errors {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442; }

.wpcf7-form div.wpcf7-mail-sent-ok {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d; }

.ninja-forms-form-wrap .ninja-forms-field-error,
.ninja-forms-form-wrap .ninja-forms-req-symbol {
  color: #e74c3c; }

.ninja-forms-form-wrap .field-wrap.label-left .ninja-forms-field,
.ninja-forms-form-wrap .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0; }

.ninja-forms-form-wrap .ninja-forms-success-msg {
  color: #17bd80; }


.job-manager-application-wrapper .application .application_details:before,
.single_job_listing .application .application_details:before {
  border-bottom-color: #e2e2e2; }

.company-letters {
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .company-letters a {
    position: relative;
    float: left;
    margin-bottom: 7px;
    margin-left: -1px;
    padding: 8px 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    line-height: 1.4; }
    .company-letters a:focus, .company-letters a:hover {
      color: #fff;
      background: #3ebef1; }

.companies-overview {
  padding-left: 0;
  width: 100% !important; }
  .companies-overview ul {
    padding-left: 0; }
    .companies-overview ul li {
      margin-bottom: 7px; }
      .companies-overview ul li:last-child {
        margin-bottom: 0; }
  .companies-overview .company-group {
    margin: 0 1% 20px 0;
    width: 32.33%;
    border: 1px solid #e2e2e2;
    float: left; }
    .companies-overview .company-group div.company-letter {
      margin-bottom: 7px;
      padding-bottom: 7px;
      border-bottom: 1px solid #e2e2e2;
      padding: 4%;
      background-color: #f1f1f1;
      font-weight: 600; }
    .companies-overview .company-group > ul {
      padding: 3% 4% 4%; }

/*--------------------------------------------------------------
# Color Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/******************************
 Media Queries
*******************************/
.OS-iOS .page-header,
.OS-iOS .pixel-slider,
.OS-iOS footer.site-footer,
.OS-iOS .section.section-bg {
  background-attachment: scroll !important; }

@media (max-width: 1200px) {
  .job-page-wrap .job_filters .job_types li {
    padding: 10px 16px 14px; }
  .robo-slider-items .robo-slider-desc {
    width: 50%; }
  .job-widget .entry-content ul.job_listings li.job_listing a .meta {
    width: 20%; }
  .job-widget .entry-content ul.job_listings li.job_listing a .location,
  .job-widget .entry-content ul.job_listings li.job_listing a .candidate-location-column {
    width: 24%; }
  #grid-view ul.job_listings li.job_listing .position .tagline {
    display: none; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .mason-card .card-head {
    min-height: auto; }
    .mason-card .card-head img.company_logo {
      position: static; }
    .mason-card .card-head .company-desc {
      padding-left: 0;
      text-align: left;
      margin-top: 20px;
      min-height: auto; }
      .mason-card .card-head .company-desc p {
        margin-bottom: 0; } }

@media (max-width: 992px) {
  .mob-margin-bot-30 {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .robo-slider-items .robo-slider-desc .robo-slider-desc-content {
    display: none; }
  .clients-cube .client-logo {
    width: 33.33%; }
  .job-page-wrap .job_filters .job_types li {
    padding: 10px 12px 14px; }
  .site-footer .c2a-intro .c2a-btn {
    float: none;
    text-align: center;
    margin-top: 40px;
    margin-top: 4rem; }
  #primary {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding-right: 15px;
    padding-right: 1.5rem; }
    #primary.left-sidebar {
      padding-left: 15px; }
  #featured-jobs-carousel .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
  .mason-card {
    width: 48%;
    margin: 0 1%; }
  .companies-overview .company-group {
    width: 49%; }
  #grid-view ul.job_listings li.job_listing {
    margin: 2% 2% 4%;
    width: 46%; }
  .footer-widgets .row [class*="col-"] {
    margin-bottom: 40px; }
    .footer-widgets .row [class*="col-"]:last-child {
      margin-bottom: 0; } }

@media (max-width: 768px) and (min-width: 480px) {
  .container {
    padding: 0 30px;
    padding: 0 3rem; }
  .view-switch {
    padding: 0 2em; } }

@media (max-width: 768px) {
  .robo-slider-items .robo-slider-desc {
    width: 90%;
    margin: 0 auto;
    padding: 0 50px;
    padding: 0 5rem; }
    .robo-slider-items .robo-slider-desc .robo-slider-desc-content, .robo-slider-items .robo-slider-desc .btn {
      display: none; }
    .robo-slider-items .robo-slider-desc h1 {
      font-size: 28px;
      font-size: 2.8rem; }
  .section.callout-section .row [class*="col-"] {
    border-right: 0;
    border-bottom: 1px solid #e2e2e2; }
  .section.callout-section .row:last-child [class*="col-"]:last-child {
    border-bottom: 0; }
    .section.callout-section .row:last-child [class*="col-"]:last-child .mob-margin-bot-30 {
      margin-bottom: 0; }
  .robo-map-holder .map-holder .map-scroll {
    display: block; }
  .robo-map-holder .map-contents {
    bottom: 15%; }
  .job-widget .entry-content ul.job_listings li.job_listing a .meta {
    width: 30%; }
  .job-widget .entry-content ul.job_listings li.job_listing a .location,
  .job-widget .entry-content ul.job_listings li.job_listing a .candidate-location-column {
    display: none; }
  .job-page-wrap .job_filters .job_types {
    border-bottom: 1px solid #e2e2e2; }
    .job-page-wrap .job_filters .job_types li {
      width: 50%;
      border-bottom: 1px solid #e2e2e2; }
      .job-page-wrap .job_filters .job_types li:nth-child(2n+2) {
        border-right: 0; }
      .job-page-wrap .job_filters .job_types li:last-child {
        border-bottom: 0; }
  .job-page-wrap .showing_jobs {
    border-top: 0; }
  .job-page-wrap form.job_filters .search_jobs .search_region,
  .job-page-wrap form.job_filters .search_jobs .search_location,
  .job-page-wrap form.job_filters .search_jobs .search_keywords {
    width: 49%; }
  .job-page-wrap form.job_filters .search_jobs .search_region,
  .job-page-wrap form.job_filters .search_jobs .search_location {
    margin-left: 2%; }
  .job-page-wrap form.job_filters .search_jobs .search_categories {
    width: 100%;
    margin: 2% 0; }
  .job-page-wrap form.job_filters .search_submit {
    width: 100%; }
  .search-filter-wrap form.job_filters .search_jobs .search_region,
  .search-filter-wrap form.job_filters .search_jobs .search_location,
  .search-filter-wrap form.job_filters .search_jobs .search_keywords {
    width: 38%; }
  .search-filter-wrap form.job_filters .search_jobs .search_region,
  .search-filter-wrap form.job_filters .search_jobs .search_location {
    margin-left: 2.5%; }
  .search-filter-wrap form.job_filters .search_jobs .search_categories {
    width: 78.5%;
    margin: 2% 0 0; }
  .search-filter-wrap form.job_filters .search_submit {
    width: 20%; }
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_keywords {
    width: 49%; }
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_region,
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_location,
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_categories {
    width: 49%;
    margin-left: 2%; }
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_categories {
    width: 100%;
    margin-left: 0; }
  .count-holder {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .c2a-inner.left-aligned {
    text-align: center; }
    .c2a-inner.left-aligned .c2a-btn {
      display: block;
      text-align: center;
      padding-left: 0; }
  ul.job_listings li.job_listing a .meta {
    width: auto; }
    ul.job_listings li.job_listing a .meta li {
      display: inline-block; }
      ul.job_listings li.job_listing a .meta li.date {
        display: block; }
  ul.job_listings li.job_listing a .position .company .tagline {
    display: none; }
  #grid-view ul.job_listings {
    margin-left: -2%;
    width: 100%; }
    #grid-view ul.job_listings li.job_listing {
      margin: 2% 2% 4%;
      width: 100%; }
  .step-nav {
    height: 110px; }
    .step-nav h4 {
      display: none; }
    .step-nav .fa {
      font-size: 30px;
      font-size: 3rem; }
  .mason-card {
    width: 96%;
    margin: 0 2%; }
    .mason-card .card-head {
      min-height: auto; }
      .mason-card .card-head img.company_logo {
        position: static; }
      .mason-card .card-head .company-desc {
        padding-left: 0;
        text-align: left;
        margin-top: 20px;
        min-height: auto; }
        .mason-card .card-head .company-desc p {
          margin-bottom: 0; }
  /* Force table to not be like tables anymore */
  table.job-manager-jobs table,
  table.job-manager-jobs thead,
  table.job-manager-jobs tbody,
  table.job-manager-jobs th,
  table.job-manager-jobs td,
  table.job-manager-jobs tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.job-manager-jobs thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table.job-manager-jobs tr {
    border: 1px solid #e2e2e2; }
  table.job-manager-jobs td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
  table.job-manager-jobs td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    top: 8px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  table.job-manager-jobs tbody {
    border: 0 !important; }
  table.job-manager-jobs tr {
    border-top: 0;
    border-botom: 0; }
  table.job-manager-jobs td {
    padding-left: 45% !important;
    padding-bottom: 2.2rem !important; }
  /*	Label the data */
  table.job-manager-jobs td:before {
    content: attr(data-title); }
  .single-job_listing .single-job-full-page .single-company-wrap {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    position: static; }
  .single-job_listing .single-job-full-page h3 {
    margin-top: 30px; }
  .single-job_listing .job_description,
  .single-job_listing .job_application {
    padding-right: 0; }
  .copyrights {
    text-align: center; }
    .copyrights .footer-menu {
      float: none;
      margin-top: 20px;
      margin-top: 2rem; } }

@media (max-width: 767px) {
  .section.cp-blog-sec .row:last-child,
  .section.callout-section .row:last-child {
    margin-bottom: 0; }
    .section.cp-blog-sec .row:last-child [class*="col-"],
    .section.callout-section .row:last-child [class*="col-"] {
      margin-bottom: 45px;
      margin-bottom: 4.5rem; }
      .section.cp-blog-sec .row:last-child [class*="col-"]:last-child,
      .section.callout-section .row:last-child [class*="col-"]:last-child {
        margin-bottom: 0; }
  .card-content .featured-video {
    height: 320px; }
  .card-content .card-featured-image,
  .card-content .card-featured-image .featured-wrap {
    height: 320px; }
  .card-content .card-featured-gallery {
    height: 320px; }
    .card-content .card-featured-gallery .slick-list, .card-content .card-featured-gallery .slick-slide {
      height: 320px; } }

@media (max-width: 700px) {
  .job-widget .entry-content ul.job_listings li.job_listing a .location {
    display: none; }
  .job-widget .entry-content ul.job_listings li.job_listing a .position {
    width: 70%;
    float: none; }
  .job-page-wrap form.job_filters .showing_jobs {
    text-align: center; }
    .job-page-wrap form.job_filters .showing_jobs span {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      text-align: center; }
    .job-page-wrap form.job_filters .showing_jobs a {
      text-align: center;
      float: none;
      margin: 0 25px; } }

@media (max-width: 600px) {
  .robo-slider-items .robo-slider-desc {
    padding: 0 40px;
    padding: 0 4rem; }
  .robo-slider .slick-prev, .robo-slider .slick-next {
    width: 30px;
    height: 30px; }
  .slick-prev:before, .slick-next:before {
    font-size: 21px; }
  .search-form.header-search-form input.search-submit {
    width: 25%; }
  .search-filter-wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .search-filter-wrap form.job_filters .search_jobs .search_region,
  .search-filter-wrap form.job_filters .search_jobs .search_location,
  .search-filter-wrap form.job_filters .search_jobs .search_keywords {
    width: 48%; }
  .search-filter-wrap form.job_filters .search_jobs .search_region,
  .search-filter-wrap form.job_filters .search_jobs .search_location {
    margin-left: 4%; }
  .search-filter-wrap form.job_filters .search_jobs .search_categories {
    width: 100%;
    margin: 3% 0 0; }
  .search-filter-wrap form.job_filters .search_submit {
    width: 100%;
    top: auto;
    bottom: -28%;
    height: auto; }
    .search-filter-wrap form.job_filters .search_submit input[type="submit"] {
      border-radius: 0; }
  .job-widget ul.job_listings > li > a {
    padding: 1em 1em 1em 2em; }
  .job-widget .entry-content ul.job_listings li.job_listing a .company .tagline {
    display: none; }
  .job-widget .entry-content ul.job_listings li.job_listing a .position,
  .job-widget .entry-content ul.job_listings li.job_listing a .location {
    display: block;
    width: 100%;
    padding-left: 50px;
    padding-left: 5rem; }
  .job-widget .entry-content ul.job_listings li.job_listing a .location {
    margin-top: 10px;
    margin-top: 1rem;
    display: none; }
  .job-widget .entry-content ul.job_listings li.job_listing a .meta {
    position: static;
    padding-left: 50px;
    padding-left: 5rem;
    margin-top: 10px;
    margin-top: 1rem;
    float: none;
    width: 100%;
    text-align: left; }
  #grid-view ul.job_listings li.job_listing a.btn-apply {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: inline-block;
    float: right; }
  .section.job-widget .c2a-btn {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-top: 4rem; }
  .clients-cube .client-logo {
    width: 50%; }
  .footer-tagline {
    text-align: center;
    display: block; }
    .footer-tagline h2 {
      padding-left: 0;
      display: block;
      margin-top: 30px;
      margin-top: 3rem; }
  .site-footer .c2a-intro .c2a-btn {
    float: none;
    text-align: center;
    margin-top: 40px;
    margin-top: 4rem; }
  .companies-overview .company-group {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 480px) {
  table.job-manager-jobs td {
    padding-left: 42% !important; }
  .clients-cube {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem; }
    .clients-cube .client-logo {
      width: 100%;
      padding: 6%; }
  .search-filter-wrap form.job_filters .search_jobs .search_region,
  .search-filter-wrap form.job_filters .search_jobs .search_location,
  .search-filter-wrap form.job_filters .search_jobs .search_keywords {
    width: 100%; }
  .search-filter-wrap form.job_filters .search_jobs .search_region,
  .search-filter-wrap form.job_filters .search_jobs .search_location {
    margin-left: 0%;
    margin-top: 3%; }
  .search-filter-wrap form.job_filters .search_jobs .search_categories {
    width: 100%;
    margin: 3% 0 0; }
  .search-filter-wrap form.job_filters .search_submit {
    bottom: -21%; }
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_keywords,
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_region,
  .search-filter-wrap.job-shortcode form.job_filters .search_jobs .search_location {
    width: 100%;
    margin-left: 0; }
  .card-content .featured-video {
    height: 230px; }
  .card-content .card-featured-image,
  .card-content .card-featured-image .featured-wrap {
    height: 230px; }
  .card-content .card-featured-gallery {
    height: 230px; }
    .card-content .card-featured-gallery .slick-list, .card-content .card-featured-gallery .slick-slide {
      height: 230px; }
  .job-page-wrap .job_filters .job_types li {
    width: 100%;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 0; }
  .job-page-wrap form.job_filters .search_jobs .search_region,
  .job-page-wrap form.job_filters .search_jobs .search_location,
  .job-page-wrap form.job_filters .search_jobs .search_keywords {
    width: 100%;
    padding: 0; }
  .job-page-wrap form.job_filters .search_jobs .search_region,
  .job-page-wrap form.job_filters .search_jobs .search_location {
    margin: 2% 0 0; }
  .job-page-wrap form.job_filters .search_jobs .search_categories {
    width: 100%;
    margin: 2% 0; }
  .job-page-wrap form.job_filters .search_submit {
    width: 100%; }
  .section-counter .col-xs-6 {
    width: 100%; } }

@media (max-width: 360px) {
  .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
    padding: 16px 22px;
    font-size: 14px; }
  .btn-circle, #to-top, #to-top {
    padding: 4px; }
  .pixel-slider .slider-content {
    padding: 100px 0 100px;
    padding: 10rem 0 10rem; }
  .pixel-slider .calltoaction-block {
    margin: 0 auto 70px;
    margin: 0 auto 7rem; } }

/*# sourceMappingURL=robojob.css.map */
