﻿@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

ol.flex-control-nav {
  padding: 0;
  margin: 0;
  list-style: none; }

ol.flex-control-nav li {
  display: inline; }

ol.flex-control-nav li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #3498db;
  text-indent: -9999999px;
  margin: 3px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

ol.flex-control-nav li a.flex-active {
  background: #083665; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.accordion dt {
  font: 120% "aileronregular";
  background-color: #e2e2e2;
  border-bottom: 1px solid #c9c9c9; }
  .accordion dt:hover {
    background-color: #ededed; }

.accordion dt a, .accordion dd a {
  padding: 20px;
  display: block;
  color: #3c3c3c; }

.accordion dd {
  font: 100% "aileronthin";
  padding: 20px 0; }

div.searchbox {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .wrap {
      padding: 0 10px; } }

body {
  margin: 0;
  font: 100% "aileronthin";
  color: #777;
  overflow-x: hidden; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  nav ul li {
    display: inline; }

ol, ul {
  margin: 0;
  padding: 0; }

.content ol, .content ul, ol.list, ul.list {
  padding-left: 30px;
  margin-bottom: 30px; }
  .content ol li, .content ul li, ol.list li, ul.list li {
    margin: 10px 0; }

.content ol {
  list-style: none;
  counter-reset: numList; }

.content ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  text-align: center;
  font: 70% "aileronthin";
  color: #777;
  line-height: 20px;
  margin-left: -3em;
  margin-right: 1.4em;
  width: 18px;
  height: 18px;
  background: #dddddd;
  -moz-border-radius: 999px;
  border-radius: 999px; }

.content ul {
  list-style: none;
  list-style-position: outside; }
  .content ul li:before {
    content: '\f111';
    font-size: 60%;
    font-family: 'FontAwesome';
    color: #c4c4c4;
    margin-left: -3em;
    margin-right: 2em; }

.content ul.list-check {
  list-style: none;
  list-style-position: outside; }
  .content ul.list-check li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #c4c4c4;
    margin-left: -1.2em;
    margin-right: 1em; }

.content ul.list-icon {
  list-style: none;
  list-style-position: outside; }
  .content ul.list-icon li:before {
    font-family: 'FontAwesome';
    color: #c4c4c4;
    margin-left: -1.2em;
    margin-right: 1em; }
  .content ul.list-icon li.zip:before {
    content: '\f1c6'; }
  .content ul.list-icon li.pdf:before {
    content: '\f1c2'; }
  .content ul.list-icon li.excel:before {
    content: '\f1c3'; }
  .content ul.list-icon li.image:before {
    content: '\f1c5'; }
  .content ul.list-icon li.video:before {
    content: '\f1c8'; }
  .content ul.list-icon li.word:before {
    content: '\f1c2'; }

p {
  margin: 10px 0 20px 0;
  line-height: 1.5em; }
  p strong {
    font-family: "aileronregular"; }

h1, h2, h3, h4 {
  margin-bottom: 20px; }

h1 {
  font: 30px "aileronlight"; }

h2 {
  font: 27px "aileronlight"; }

h3 {
  font: 23px "aileronlight"; }

h4 {
  font: 19px "aileronlight"; }

a {
  font: 100% "aileronregular";
  color: #2a598b;
  text-decoration: none; }

a.cta {
  color: #27c466; }

.fancy {
  color: #2a598b;
  font-family: "aileronregular"; }

blockquote {
  background-color: #e2e2e2;
  padding: 20px;
  margin-left: 20px;
  font: 130% "aileronlight";
  width: 30%;
  line-height: 28px;
  float: right; }
  blockquote:before {
    color: #7c7c7c;
    font: 130% "aileronlight";
    content: open-quote;
    margin-right: 0.25em; }
  blockquote:after {
    color: #7c7c7c;
    font: 130% "aileronlight";
    content: close-quote;
    margin-left: 0.25em; }
  @media screen and (max-width: 800px) {
    blockquote {
      width: 100%;
      margin-bottom: 20px; } }

.title {
  padding: 25px 0 1px 0;
  min-height: 250px;
  margin-bottom: 40px;
  background-color: #ededed; }

.mainTitle {
  font: 40px "aileronthin";
  color: #2a598b; }

.breadcrumbs {
  margin-bottom: 50px; }
  .breadcrumbs span.bc-wrap {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 15px;
    line-height: 50px;
    font-size: 85%; }
    .breadcrumbs span.bc-wrap .breadcrumbs-separator {
      margin: 0 10px; }
    .breadcrumbs span.bc-wrap span {
      margin: 0 5px; }
    .breadcrumbs span.bc-wrap a, .breadcrumbs span.bc-wrap .breadcrumb_last {
      color: #bababa; }

#commentform h1 > span {
  display: block;
  font-size: 11px; }

#commentform label {
  display: block;
  margin: 0px; }

#commentform label > span {
  font: 110% "aileronregular";
  padding-right: 10px;
  margin-top: 10px; }

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea, #commentform select {
  border: 1px solid #e2e2e2;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 10px;
  font: 90% "aileronlight";
  padding: 15px;
  width: 100%;
  background-color: #ededed;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC; }
  #commentform input[type="text"]:focus, #commentform input[type="text"].active, #commentform input[type="email"]:focus, #commentform input[type="email"].active, #commentform input[type="url"]:focus, #commentform input[type="url"].active, #commentform textarea:focus, #commentform textarea.active, #commentform select:focus, #commentform select.active {
    background-color: #FFF;
    outline: 0 none; }

#commentform textarea {
  padding: 5px 3px 3px 5px; }

#commentform select {
  background: #ededed url("../img/Arrow-Down-32.png") no-repeat 99%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  width: 100%; }

#commentform textarea {
  font: 90% "aileronlight";
  height: 100px;
  padding: 20px; }

#commentform .radio-inline, #commentform .check-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer; }
  #commentform .radio-inline span, #commentform .check-inline span {
    display: inline; }

.hbspt-form {
  margin: 20px 10px 30px; }

.hbspt-form h1 > span {
  display: block;
  font-size: 11px; }

.hbspt-form label {
  display: block;
  margin: 0px; }

.hbspt-form label > span {
  font: 110% "aileronregular";
  padding-right: 10px;
  margin-top: 10px; }

.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form textarea, .hbspt-form select {
  border: 1px solid #e2e2e2;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 10px;
  font: 90% "aileronlight";
  padding: 15px;
  width: 100%;
  background-color: #ededed;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC; }
  .hbspt-form input[type="text"]:focus, .hbspt-form input[type="text"].active, .hbspt-form input[type="email"]:focus, .hbspt-form input[type="email"].active, .hbspt-form input[type="tel"]:focus, .hbspt-form input[type="tel"].active, .hbspt-form textarea:focus, .hbspt-form textarea.active, .hbspt-form select:focus, .hbspt-form select.active {
    background-color: #FFF;
    outline: 0 none; }

.hbspt-form textarea {
  padding: 5px 3px 3px 5px; }

.hbspt-form select {
  background: #ededed url("../img/Arrow-Down-32.png") no-repeat 99%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  width: 100%; }

.hbspt-form textarea {
  font: 90% "aileronlight";
  height: 100px;
  padding: 20px; }

.hbspt-form .radio-inline, .hbspt-form .check-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer; }
  .hbspt-form .radio-inline span, .hbspt-form .check-inline span {
    display: inline; }

.contact-form ul {
  list-style-type: none; }
  .contact-form ul li {
    display: inline-block;
    width: 100%; }
    .contact-form ul li.gf_left_half {
      width: 48%;
      margin-right: 2%; }
    .contact-form ul li.gf_right_half {
      width: 48%;
      margin-left: 2%; }

.contact-form .gform_confirmation_message {
  font-size: 20px;
  margin: 20px 0;
  letter-spacing: 1px; }

.contact-form h1 > span {
  display: block;
  font-size: 11px; }

.contact-form label {
  display: inline-block;
  margin: 0px; }

.contact-form label > span {
  font: 110% "aileronregular";
  padding-right: 10px;
  margin-top: 10px; }

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea, .contact-form select {
  border: 1px solid #e2e2e2;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 10px;
  font: 90% "aileronlight";
  padding: 15px;
  width: 100%;
  background-color: #ededed;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC; }
  .contact-form input[type="text"]:focus, .contact-form input[type="text"].active, .contact-form input[type="email"]:focus, .contact-form input[type="email"].active, .contact-form input[type="tel"]:focus, .contact-form input[type="tel"].active, .contact-form textarea:focus, .contact-form textarea.active, .contact-form select:focus, .contact-form select.active {
    background-color: #FFF;
    outline: 0 none; }

.contact-form .ginput_container_checkbox {
  padding: 10px 0 20px; }

.contact-form textarea {
  padding: 5px 3px 3px 5px; }

.contact-form select {
  background: #ededed url("../img/Arrow-Down-32.png") no-repeat 99%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  width: 100%; }

.contact-form textarea {
  font: 90% "aileronlight";
  height: 100px;
  padding: 20px; }

.contact-form .radio-inline, .contact-form .check-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer; }
  .contact-form .radio-inline span, .contact-form .check-inline span {
    display: inline; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 18px;
  right: 18px;
  height: 5px;
  background: white; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -12px; }

.c-hamburger span::after {
  bottom: -12px; }

.c-hamburger--htx {
  background-color: #27c466; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

ul.pager {
  text-align: center; }
  ul.pager li {
    margin: 0 10px; }
    ul.pager li:before {
      content: none; }
    ul.pager li.disabled a {
      color: #e2e2e2; }

@font-face {
  font-family: 'Aileron';
  src: url("../fonts/webfont.eot");
  src: url("../fonts/webfont?#iefix") format("embedded-opentype"), url("../fonts/webfont.woff") format("woff"), url("../fonts/webfont.ttf") format("truetype"), url("../fonts/webfont#WebFontName") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileronthin';
  src: url("../fonts/aileron-thin-webfont.eot");
  src: url("../fonts/aileron-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron-thin-webfont.woff2") format("woff2"), url("../fonts/aileron-thin-webfont.woff") format("woff"), url("../fonts/aileron-thin-webfont.ttf") format("truetype"), url("../fonts/aileron-thin-webfont.svg#aileronthin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileronlight';
  src: url("../fonts/aileron-light-webfont.eot");
  src: url("../fonts/aileron-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron-light-webfont.woff2") format("woff2"), url("../fonts/aileron-light-webfont.woff") format("woff"), url("../fonts/aileron-light-webfont.ttf") format("truetype"), url("../fonts/aileron-light-webfont.svg#aileronlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileronregular';
  src: url("../fonts/aileron-regular-webfont.eot");
  src: url("../fonts/aileron-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron-regular-webfont.woff2") format("woff2"), url("../fonts/aileron-regular-webfont.woff") format("woff"), url("../fonts/aileron-regular-webfont.ttf") format("truetype"), url("../fonts/aileron-regular-webfont.svg#aileronregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileronbold';
  src: url("../fonts/aileron-bold-webfont.eot");
  src: url("../fonts/aileron-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron-bold-webfont.woff2") format("woff2"), url("../fonts/aileron-bold-webfont.woff") format("woff"), url("../fonts/aileron-bold-webfont.ttf") format("truetype"), url("../fonts/aileron-bold-webfont.svg#aileronbold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

.nav a {
  text-decoration: none; }

.nav li {
  list-style: none; }

/* Menu Container */
.nav {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  z-index: 500;
  float: right; }
  .nav:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1024px) {
    .nav {
      background-color: #2a598b;
      width: 100%; } }

/* Menu List */
.nav > li {
  display: block;
  float: left; }
  @media screen and (max-width: 1024px) {
    .nav > li {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: left; }
      .nav > li:hover {
        background: #4b729b; } }

/* Menu Links */
.nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 54px;
  padding: 0 27px;
  margin-left: 5px;
  font: 120% "aileronregular";
  line-height: 54px;
  color: #FFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b729b+0,2a598b+100 */
  background: #4b729b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b729b 0%, #2a598b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4b729b), color-stop(100%, #2a598b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4b729b 0%, #2a598b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4b729b 0%, #2a598b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4b729b 0%, #2a598b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4b729b 0%, #2a598b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b729b', endColorstr='#2a598b',GradientType=1 );
  /* IE6-9 */ }
  .nav > li > a .fa {
    margin-left: 8px; }
  @media screen and (max-width: 1200px) {
    .nav > li > a {
      font: 110% "aileronregular";
      line-height: 54px; } }
  @media screen and (max-width: 1024px) {
    .nav > li > a {
      font: 120% "aileronregular";
      line-height: 54px;
      background: none;
      display: inline-block;
      width: 100%;
      border-top: 1px solid #30669f;
      border-bottom: 1px solid #244c77;
      margin-left: 0;
      padding-left: 34px; }
      .nav > li > a:hover {
        background: none;
        border-bottom: 0; } }

.nav > li.main-menu > a {
  padding-right: 10px; }
  @media screen and (max-width: 1200px) {
    .nav > li.main-menu > a {
      padding-right: 5px; } }

.main-menu .caret {
  margin: 0 10px; }
  @media screen and (max-width: 1024px) {
    .main-menu .caret {
      float: left;
      margin: 0;
      margin-right: 10px; } }
  .main-menu .caret:before {
    content: '\f0d7';
    font-size: 80%;
    font-family: 'FontAwesome';
    color: #6d9ecc; }

.nav > li:hover > a {
  background: #2a598b; }
  @media screen and (max-width: 1024px) {
    .nav > li:hover > a {
      background: none;
      border-bottom: 0; } }

.nav > li > a {
  border-radius: 5px 5px 0 0;
  border-left: none; }

/* Menu Dropdown */
.nav > li > ul.dropdown-menu {
  display: none;
  position: absolute;
  margin-left: 5px;
  background: #2a598b;
  color: #6d9ecc;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s; }
  @media screen and (max-width: 1024px) {
    .nav > li > ul.dropdown-menu {
      display: block;
      background-color: #4b729b;
      width: 100%;
      z-index: 1000;
      position: relative;
      visibility: visible;
      overflow: visible;
      display: none;
      opacity: 1;
      padding: 0 5%;
      padding-bottom: 20px; }
      .nav > li > ul.dropdown-menu:after {
        content: "";
        display: table;
        clear: both; } }

.nav > li.menu-services > ul.dropdown-menu {
  right: 0; }

.nav > li.menu-industries > ul.dropdown-menu, .nav > li.menu-products-vendors > ul.dropdown-menu {
  width: 1200px;
  right: 0;
  margin-left: 0; }
  @media screen and (max-width: 1200px) {
    .nav > li.menu-industries > ul.dropdown-menu, .nav > li.menu-products-vendors > ul.dropdown-menu {
      width: 1024px; } }
  @media screen and (max-width: 1024px) {
    .nav > li.menu-industries > ul.dropdown-menu, .nav > li.menu-products-vendors > ul.dropdown-menu {
      width: 100%; } }

.nav .bigHeading a {
  margin: 0 20px 0;
  padding: 30px 0;
  color: #6d9ecc;
  cursor: default;
  font: 27px "aileronlight";
  border-bottom: 1px solid #6d9ecc; }
  .nav .bigHeading a:hover {
    background: none; }
  @media screen and (max-width: 1024px) {
    .nav .bigHeading a {
      padding: 10px 0;
      margin: 10px 0;
      text-align: center;
      display: none; } }

/* Menu Content Styles */
ul.dropdown-menu {
  padding: 2.5% 0; }
  @media screen and (max-width: 1024px) {
    ul.dropdown-menu {
      padding: 0; } }

.nav .nav-column, .menu-industries .dropdown-submenu, .menu-products-vendors .dropdown-submenu {
  float: left;
  width: 25%; }
  @media screen and (max-width: 1024px) {
    .nav .nav-column, .menu-industries .dropdown-submenu, .menu-products-vendors .dropdown-submenu {
      width: 50%;
      padding-right: 35px; } }
  @media screen and (max-width: 640px) {
    .nav .nav-column, .menu-industries .dropdown-submenu, .menu-products-vendors .dropdown-submenu {
      width: 100%; } }

.nav .nav-column h3 {
  margin: 20px 0 10px 0;
  line-height: 18px;
  font: 100% "aileronregular";
  color: #6d9ecc;
  text-transform: uppercase; }

.nav .nav-column li a, ul.nav li li a {
  display: block;
  font: 100% "aileronthin";
  line-height: 30px;
  color: #FFF;
  padding: 5px 18px; }
  @media screen and (max-width: 1024px) {
    .nav .nav-column li a, ul.nav li li a {
      font: 110% "aileronthin";
      line-height: 28px;
      padding: 10px 0 10px 0; } }
  .nav .nav-column li a:hover, ul.nav li li a:hover {
    background: #3472ad; }

.dropdown-menu li li {
  width: 100%; }
  .dropdown-menu li li a {
    padding-left: 28px !important; }

.heading > a:first-child, .heading2 > a:first-child {
  margin: 20px 0 0 0;
  line-height: 18px;
  display: block;
  font: 120% "aileronregular";
  color: #6d9ecc;
  cursor: default; }
  .heading > a:first-child:hover, .heading2 > a:first-child:hover {
    background: none; }
  @media screen and (max-width: 1024px) {
    .heading > a:first-child, .heading2 > a:first-child {
      font-size: 22px; } }

.heading2 > a:first-child {
  cursor: pointer;
  color: #FFF;
  font: 110% "aileronthin"; }
  .heading2 > a:first-child:hover {
    background: #3472ad; }

.heading.hideme a {
  display: none; }

.heading.hideme ul li a {
  display: block; }

.loginBox {
  background: #e2e2e2 url("../img/loginBg.jpg") no-repeat;
  background-size: cover;
  padding: 40px;
  color: #FFF;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3000; }
  .loginBox .loginLinks {
    float: left;
    padding: 10px;
    margin-left: 10px; }
    @media screen and (max-width: 1024px) {
      .loginBox .loginLinks {
        margin-top: 16px; } }
    @media screen and (max-width: 640px) {
      .loginBox .loginLinks {
        margin: 0;
        text-align: center;
        width: 100%; } }
  .loginBox .loginWrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .loginBox .loginWrap:after {
      content: "";
      display: table;
      clear: both; }
    .loginBox .loginWrap .managerForm, .loginBox .loginWrap .edifiForm {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .loginBox .loginWrap .managerForm:last-child, .loginBox .loginWrap .edifiForm:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .loginBox .loginWrap .managerForm, .loginBox .loginWrap .edifiForm {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .loginBox .loginWrap .managerForm:last-child, .loginBox .loginWrap .edifiForm:last-child {
            margin-right: 0; } }
      .loginBox .loginWrap .managerForm input, .loginBox .loginWrap .edifiForm input {
        width: 100%; }
      .loginBox .loginWrap .managerForm .button, .loginBox .loginWrap .edifiForm .button {
        float: left; }
    .loginBox .loginWrap .edifiForm {
      margin-right: 0;
      margin-left: 17.0596085997%; }
      @media screen and (max-width: 1024px) {
        .loginBox .loginWrap .edifiForm {
          margin-left: 0%;
          margin-top: 30px; } }
    .loginBox .loginWrap .center {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        .loginBox .loginWrap .center {
          width: 100%; } }
  .loginBox .loginClose {
    position: absolute;
    font: 130% "Open Sans", sans-serif;
    bottom: 30px;
    right: 30px; }
  .loginBox h2 {
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .loginBox a {
    color: #FFF; }
  .loginBox .button {
    padding: 17px 30px; }
    @media screen and (max-width: 1024px) {
      .loginBox .button {
        display: block;
        margin: 20px 0;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .loginBox .button {
        width: 100%; } }
  .loginBox form {
    margin-bottom: 20px; }
  .loginBox input[type=text], .loginBox input[type=password] {
    font: 110% "Open Sans", sans-serif;
    width: 278px;
    margin: 0 0 10px;
    padding: 0 10px;
    height: 50px;
    color: #777;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    -moz-outline-radius: 3px; }
    .loginBox input[type=text]:focus, .loginBox input[type=password]:focus {
      border: 1px solid;
      border-color: #27c466;
      outline: #c4c4c4;
      outline-offset: 0; }
    @media screen and (max-width: 1024px) {
      .loginBox input[type=text], .loginBox input[type=password] {
        display: block;
        width: 100%; } }

.header-cont {
  width: 100%;
  z-index: 2900;
  top: 0;
  background-color: #FFF; }

.header {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .header {
      padding: 0 10px; } }
  .header .logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
    width: 320px;
    margin-top: 25px; }
    .header .logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .header .logo {
        margin-bottom: 10px; } }
  .header .topLinks {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0;
    float: right; }
    .header .topLinks:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .header .topLinks {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 120px 0 0;
        z-index: -1; }
        .header .topLinks:last-child {
          margin-right: 0; } }
    .header .topLinks.mobile-active {
	z-index: 1000;
      background-color: #2a598b; }
    .header .topLinks .topMenu {
      width: 100%;
      padding-top: 35px;
      text-align: right; }
      @media screen and (max-width: 1024px) {
        .header .topLinks .topMenu {
          width: 94% !important; } }
      .header .topLinks .topMenu ul {
        float: right; }
        @media screen and (max-width: 1024px) {
          .header .topLinks .topMenu ul {
            float: none;
            display: block;
            margin-left: 30px; } }
        .header .topLinks .topMenu ul li {
          padding-left: 15px;
          display: inline-block;
          line-height: 38px; }
          @media screen and (max-width: 1024px) {
            .header .topLinks .topMenu ul li {
              text-align: left;
              padding-left: 0;
              display: block;
              margin: 20px 0; } }
          .header .topLinks .topMenu ul li a {
            padding: 20px 0;
            text-decoration: none;
            color: #777;
            font-family: "aileronbold";
            transition: all 0.3s ease 0s; }
            @media screen and (max-width: 1024px) {
              .header .topLinks .topMenu ul li a {
                color: #FFF; } }
            .header .topLinks .topMenu ul li a .fa-stack {
              font-size: 14px;
              margin-bottom: 3px;
              color: #6d9ecc;
              transition: all 0.3s ease 0s; }
              @media screen and (max-width: 1024px) {
                .header .topLinks .topMenu ul li a .fa-stack {
                  float: left;
                  margin-right: 10px; } }
          .header .topLinks .topMenu ul li a:hover {
            color: #27c466; }
            .header .topLinks .topMenu ul li a:hover .fa-stack {
              color: #27c466; }
          .header .topLinks .topMenu ul li a.login {
            color: #FFF; }
          .header .topLinks .topMenu ul li ul.dropdown-menu {
            width: 200px;
            display: none;
            position: absolute;
            margin-left: 0;
            padding: 10px 0;
            background-color: #FFF;
            border-radius: 5px;
            z-index: 1000;
            -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2); }
            @media screen and (max-width: 1024px) {
              .header .topLinks .topMenu ul li ul.dropdown-menu {
                position: relative;
                background: transparent;
                box-shadow: none;
                margin-left: 0;
                width: 100%;
                padding: 0; } }
            .header .topLinks .topMenu ul li ul.dropdown-menu li {
              display: block;
              width: 200px;
              padding: 0;
              margin: 0; }
              @media screen and (max-width: 1024px) {
                .header .topLinks .topMenu ul li ul.dropdown-menu li {
                  width: 100%; } }
              .header .topLinks .topMenu ul li ul.dropdown-menu li a {
                text-align: left;
                display: block;
                padding: 10px 20px;
                width: 100%;
                font-size: 16px; }
                .header .topLinks .topMenu ul li ul.dropdown-menu li a:hover {
                  color: #6d9ecc; }
                  @media screen and (max-width: 1024px) {
                    .header .topLinks .topMenu ul li ul.dropdown-menu li a:hover {
                      background-color: #4b729b; } }
      .header .topLinks .topMenu #loginButton {
        float: right; }
        .header .topLinks .topMenu #loginButton .login {
          margin-left: 20px;
          font-family: "aileronregular";
          font-size: 0.8125em; }
          @media screen and (max-width: 1200px) {
            .header .topLinks .topMenu #loginButton .login {
              padding: 10px; } }
          @media screen and (max-width: 1024px) {
            .header .topLinks .topMenu #loginButton .login {
              position: absolute;
              top: 45px;
              left: 30px;
              margin: 0;
              padding: 10px 20px; } }
      @media screen and (max-width: 1024px) {
        .header .topLinks .topMenu {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          padding-bottom: 20px;
          padding-top: 0;
          text-align: center;
          margin: 0 auto; }
          .header .topLinks .topMenu:last-child {
            margin-right: 0; } }
    .header .topLinks .mainMenu {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%;
      padding-top: 30px; }
      .header .topLinks .mainMenu:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .header .topLinks .mainMenu {
          padding-top: 0; } }

/* ==========================================================
	Mobile Menu
========================================================== */
@media screen and (max-width: 1024px) {
  .desktop_top_link {
    display: none !important; } }

.header .topLinks .topMenu ul.mobile_top_link {
  display: none; }

@media screen and (max-width: 1024px) {
  .desktop-nav {
    display: none; } }

.mobile-nav {
  display: none; }

.searchbox_desktop {
  float: right;
  margin-left: 15px;
  box-sizing: content-box !important; }
  @media screen and (max-width: 1024px) {
    .searchbox_desktop {
      display: none; } }

.searchbox_mobile {
  display: none;
  margin-left: 25px;
  text-align: left;
  width: 100%; }

@media screen and (max-width: 1024px) {
  div#loginButton {
    display: none; } }

div.loginButton_mobile {
  display: none;
  position: absolute;
  top: 35px;
  left: 20px;
  margin: 0;
  padding: 10px; }

/* ==========================================================
	Menu Hover
========================================================== */
@media screen and (min-width: 1024px) {
  ul.desktop_top_link li.dropdown:hover > ul.dropdown-menu {
    display: block; } }

@media screen and (max-width: 1024px) {
  ul.desktop_top_link li.dropdown:hover > ul.dropdown-menu {
    margin-left: 40px;
    padding-bottom: 20px; } }

@media screen and (min-width: 1024px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }

.logo img {
  width: 100%; }
  @media screen and (max-width: 640px) {
    .logo img {
      width: 65%; } }

.menu-icon {
  z-index: 2000;
  position: absolute;
  top: 25px;
  right: 20px;
  padding: 8px 0;
  display: none; }
  @media screen and (max-width: 1024px) {
    .menu-icon {
      display: block; } }
  .menu-icon a {
    font: 150% "aileronthin";
    color: #27c466; }

.menu-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8); }
  @media screen and (min-width: 1024px) {
    .menu-bg {
      display: none !important; } }

.footer {
  padding: 30px 0;
  background-color: #E6E6E6;
  color: #8d8d8d; }
  .footer .footer-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .footer .footer-content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1200px) {
      .footer .footer-content {
        padding: 0 20px; } }
    .footer .footer-content ul {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-left: -10px;
      line-height: 40px; }
      .footer .footer-content ul:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .footer .footer-content ul {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .footer .footer-content ul:last-child {
            margin-right: 0; } }
      .footer .footer-content ul li {
        display: inline-block;
        font: 100% "Open Sans", sans-serif;
        padding-right: 15px; }
        @media screen and (max-width: 1024px) {
          .footer .footer-content ul li {
            padding-right: 0;
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            .footer .footer-content ul li:last-child {
              margin-right: 0; } }
        .footer .footer-content ul li a {
          padding: 10px;
          text-decoration: none;
          font: 100% "aileronregular";
          color: #8d8d8d;
          transition: all 0.3s ease 0s; }
          .footer .footer-content ul li a:hover {
            background-color: #cdcdcd;
            border-radius: 5px; }
          @media screen and (max-width: 1024px) {
            .footer .footer-content ul li a {
              display: block;
              padding-right: none;
              text-align: center; } }
    .footer .footer-content .socials {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%;
      text-align: right; }
      .footer .footer-content .socials .fa-stack {
        line-height: 2.1em; }
      .footer .footer-content .socials .fa-inverse {
        color: #E6E6E6; }
      .footer .footer-content .socials:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .footer .footer-content .socials {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center;
          margin-top: 15px; }
          .footer .footer-content .socials:last-child {
            margin-right: 0; } }

.socials a {
  color: #aaaaaa;
  transition: all 0.3s ease 0s; }
  .socials a:hover {
    color: #777; }

.subfooter {
  padding: 25px 0;
  background-color: #cdcdcd;
  color: #8d8d8d;
  font: 80% "Open Sans", sans-serif;
  display: block; }
  .subfooter:after {
    content: "";
    display: table;
    clear: both; }
  .subfooter .subfooter-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .subfooter .subfooter-content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1200px) {
      .subfooter .subfooter-content {
        padding: 0 20px; } }
    @media screen and (max-width: 1024px) {
      .subfooter .subfooter-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .subfooter .subfooter-content:last-child {
          margin-right: 0; } }
    .subfooter .subfooter-content .copyrights {
      float: left;
      margin-right: 35px; }
      @media screen and (max-width: 1024px) {
        .subfooter .subfooter-content .copyrights {
          width: 100%;
          text-align: center;
          float: none; } }
    .subfooter .subfooter-content ul {
      float: left;
      display: inline; }
      @media screen and (max-width: 1024px) {
        .subfooter .subfooter-content ul {
          width: 100%;
          text-align: center;
          margin: 10px 0; } }
      .subfooter .subfooter-content ul li {
        display: inline-block;
        padding-right: 5px; }
        .subfooter .subfooter-content ul li a {
          padding: 10px;
          text-decoration: none;
          color: #8d8d8d; }
          .subfooter .subfooter-content ul li a:hover {
            color: #8d8d8d; }
    .subfooter .subfooter-content .subfooter-motto {
      float: right; }
      .subfooter .subfooter-content .subfooter-motto a {
        color: #8d8d8d; }
        @media screen and (max-width: 1024px) {
          .subfooter .subfooter-content .subfooter-motto a {
            display: block;
            margin-top: 10px; } }
      @media screen and (max-width: 1024px) {
        .subfooter .subfooter-content .subfooter-motto {
          float: none;
          text-align: center; } }

.content {
  margin: 10px 0; }
  .content .wrap {
    padding: 0 100px; }
    @media screen and (max-width: 1024px) {
      .content .wrap {
        padding: 0 20px; } }
    .content .wrap img {
      height: auto;
      width: 100%; }

.pointsOfInterest .wrap, .title .wrap {
  padding: 0 100px; }
  @media screen and (max-width: 1024px) {
    .pointsOfInterest .wrap, .title .wrap {
      padding: 0 20px; } }

.blog-content {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto; }
  .blog-content:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .blog-content {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
      .blog-content:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (max-width: 1024px) {
    .blog-content {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .blog-content:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (max-width: 640px) {
    .blog-content {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .blog-content:after {
        content: "";
        display: table;
        clear: both; } }

.content.bloglist .news-text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .content.bloglist .news-text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .content.bloglist .news-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      float: right; }
      .content.bloglist .news-text:last-child {
        margin-right: 0; } }

.content.bloglist .news-image {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  float: right; }
  .content.bloglist .news-image:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .content.bloglist .news-image {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      float: left; }
      .content.bloglist .news-image:last-child {
        margin-right: 0; } }

.content.bloglist .news {
  display: block; }
  .content.bloglist .news:after {
    content: "";
    display: table;
    clear: both; }

div.spacer {
  font-size: 0;
  height: 20px;
  line-height: 0; }

section.search-results {
  padding: 10px 0 50px 0; }
  section.search-results h1 {
    margin: 0 0 30px 0; }
  section.search-results article {
    padding: 10px 0; }
    section.search-results article h2 {
      font-size: 1.125em;
      margin: 0;
      padding: 0 0 10px 0; }
    section.search-results article p {
      margin: 0;
      padding: 0; }

.acf-map {
  width: 100%;
  height: 500px;
  border: none; }

.content .dl-item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #dadada; }
  .content .dl-item:after {
    content: "";
    display: table;
    clear: both; }
  .content .dl-item .dl-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .content .dl-item .dl-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .content .dl-item .dl-image {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .content .dl-item .dl-image:last-child {
          margin-right: 0; } }
  .content .dl-item .dl-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .content .dl-item .dl-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .content .dl-item .dl-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .content .dl-item .dl-content:last-child {
          margin-right: 0; } }

.content .dl-item:last-child {
  border-bottom: 0; }

.content form {
  margin: 20px 0; }
  .content form input[type=text], .content form input[type=password] {
    font: 110% "Open Sans", sans-serif;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 10px;
    height: 50px;
    color: #777;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    -moz-outline-radius: 3px; }
    .content form input[type=text]:focus, .content form input[type=password]:focus {
      border: 1px solid;
      border-color: #27c466;
      outline: #c4c4c4;
      outline-offset: 0; }
    @media screen and (max-width: 1024px) {
      .content form input[type=text], .content form input[type=password] {
        display: block;
        width: 100%; } }
  .content form select {
    -webkit-appearance: menulist-button;
    height: 50px;
    border: 1px solid #dadada;
    font-size: 16px;
    color: #777; }
  @media screen and (max-width: 1024px) {
    .content form .button {
      display: block;
      margin: 20px 0;
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .content form .button {
      width: 100%; } }

.getcode ul {
  margin: 0;
  padding: 0; }
  .getcode ul li:before {
    content: none; }

.getcode .gfield_label {
  display: block;
  margin: 10px 0; }

.submitcode label {
  margin: 4px 0;
  display: block; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%; }

.getcode, .submitcode {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .getcode:last-child, .submitcode:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .getcode, .submitcode {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .getcode:last-child, .submitcode:last-child {
        margin-right: 0; } }

.validation_error, .validation_message {
  color: #cf0000; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* 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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

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

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-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: ""; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* = Browser Update Styles
-------------------------------------------------------------- */
#outdated {
  display: none; }

.ie8down #outdated {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  z-index: 1500;
  background-color: #21b8ce;
  color: #fff; }
  .ie8down #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 20px; }
  .ie8down #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  .ie8down #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 20px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer; }
    .ie8down #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #fff; }
  .ie8down #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
  .ie8down #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px; }

/* = SCOPE Styles
-------------------------------------------------------------- */
.btn, a.btn, .button, .hs-button {
  display: inline-block;
  padding: 10px 30px;
  font: 100% "aileronbold";
  border: none;
  background: #27c466;
  color: #FFF;
  border-radius: 3px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px #166f3a;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s; }
  .btn .fa, .button .fa, .hs-button .fa {
    margin-left: 8px; }
  .btn:hover, .button:hover, .hs-button:hover {
    background: #1f9950; }

.button-dark, .hs-button {
  background: #555555;
  text-shadow: 1px 1px 1px #222222; }
  .button-dark:hover, .hs-button:hover {
    text-shadow: 1px 1px 1px #166f3a; }

a.btn {
  text-decoration: none; }
  a.btn:hover {
    background-color: #1f9950; }

.wrap {
  display: block; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap .motto {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    font: 240% "aileronthin";
    text-align: right;
    color: #0D2149; }
    .wrap .motto:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .wrap .motto {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        .wrap .motto:last-child {
          margin-right: 0; }
        .wrap .motto:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .wrap .motto:nth-child(2n+1) {
          clear: none; }
        .wrap .motto:nth-child(1n) {
          margin-right: 0; }
        .wrap .motto:nth-child(1n+1) {
          clear: left; } }
    @media screen and (max-width: 640px) {
      .wrap .motto {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center; }
        .wrap .motto:last-child {
          margin-right: 0; }
        .wrap .motto:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .wrap .motto:nth-child(2n+1) {
          clear: none; }
        .wrap .motto:nth-child(1n) {
          margin-right: 0; }
        .wrap .motto:nth-child(1n+1) {
          clear: left; } }
  .wrap .motto-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .wrap .motto-description:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .wrap .motto-description {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .wrap .motto-description:last-child {
          margin-right: 0; }
        .wrap .motto-description:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .wrap .motto-description:nth-child(2n+1) {
          clear: none; }
        .wrap .motto-description:nth-child(1n) {
          margin-right: 0; }
        .wrap .motto-description:nth-child(1n+1) {
          clear: left; }
        .wrap .motto-description p {
          padding: 0 10px; } }
    @media screen and (max-width: 640px) {
      .wrap .motto-description {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .wrap .motto-description:last-child {
          margin-right: 0; }
        .wrap .motto-description:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .wrap .motto-description:nth-child(2n+1) {
          clear: none; }
        .wrap .motto-description:nth-child(1n) {
          margin-right: 0; }
        .wrap .motto-description:nth-child(1n+1) {
          clear: left; } }

.hero {
  height: 640px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .hero {
      height: auto; } }
  .hero .hero-bg {
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top !important; }
    .hero .hero-bg:after {
      content: "";
      display: table;
      clear: both; }
  .hero .slide {
    width: 80%;
    float: right;
    background: -moz-linear-gradient(left, rgba(31, 92, 136, 0.85) 0%, rgba(31, 92, 136, 0.41) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(31, 92, 136, 0.85)), color-stop(100%, rgba(31, 92, 136, 0.41)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(31, 92, 136, 0.85) 0%, rgba(31, 92, 136, 0.41) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(31, 92, 136, 0.85) 0%, rgba(31, 92, 136, 0.41) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(31, 92, 136, 0.85) 0%, rgba(31, 92, 136, 0.41) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(31, 92, 136, 0.85) 0%, rgba(31, 92, 136, 0.41) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf003465', endColorstr='#69003465',GradientType=1 );
    /* IE6-9 */
    border-radius: 50px 0 0 0;
    color: #FFF;
    padding: 60px 90px;
    margin-top: 300px;
    height: 340px; }
    .hero .slide .slide-content {
      min-width: 300px;
      max-width: 900px; }
    .hero .slide .fa-stack {
      font-size: 14px;
      margin-right: 12px; }
    .hero .slide h1 {
      font: 120% "aileronbold";
      font-size: 36px; }
      @media screen and (max-width: 1024px) {
        .hero .slide h1 {
          font-size: 29px; } }
    .hero .slide p {
      margin: 20px 0;
      letter-spacing: 1px; }
    .hero .slide a {
      font: 120% "aileronregular"; }
    @media screen and (max-width: 1200px) {
      .hero .slide {
        width: 85%; } }
    @media screen and (max-width: 1024px) {
      .hero .slide {
        width: 100%;
        margin-top: 280px;
        padding: 30px 20px;
        background: #1A4975;
        border-radius: 0;
        height: auto; } }
  .hero .bannerstyle {
    margin-top: 470px;
    height: 170px; }
    @media screen and (max-width: 1024px) {
      .hero .bannerstyle {
        width: 100%;
        margin-top: 280px;
        padding: 30px 20px;
        background: #1A4975;
        border-radius: 0;
        height: auto; }
        .hero .bannerstyle h1 {
          margin-bottom: 0; } }
  .hero .slick-dots {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    padding: 0;
    list-style: none;
    text-align: right;
    padding-right: 20px; }
    .hero .slick-dots:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      .hero .slick-dots {
        display: none !important; } }

.whatWeDo {
  background: url("../img/whatWeDo.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 60px 0 90px 0;
  margin: 20px 0 0;
  color: #e5e8ec;
  text-align: center;
  font: 100% "Open Sans", sans-serif; }
  .whatWeDo h4 {
    font-family: "aileronregular";
    text-align: center;
    margin-bottom: 50px; }
  .whatWeDo .whatWeDo-header {
    display: block;
    margin-bottom: 20px; }
    .whatWeDo .whatWeDo-header:after {
      content: "";
      display: table;
      clear: both; }
  .whatWeDo .icons {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .whatWeDo .icons:last-child {
      margin-right: 0; }
    .whatWeDo .icons .icon {
      position: relative;
      top: 3px;
      display: inline-block; }
      .whatWeDo .icons .icon img {
        width: 50px;
        height: 50px; }
  .whatWeDo h3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-right: 0;
    font: 120% "Open Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 26px;
    text-align: left; }
    .whatWeDo h3:last-child {
      margin-right: 0; }
  .whatWeDo .button {
    min-width: 200px; }
  .whatWeDo .wrapper {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block; }
    .whatWeDo .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .whatWeDo .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1200px) {
      .whatWeDo .wrapper {
        padding: 0 10px; } }
    .whatWeDo .wrapper .whatWeDO-block {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .whatWeDo .wrapper .whatWeDO-block:last-child {
        margin-right: 0; }
      .whatWeDo .wrapper .whatWeDO-block .icons {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .whatWeDo .wrapper .whatWeDO-block .icons:last-child {
          margin-right: 0; }
      .whatWeDo .wrapper .whatWeDO-block h3 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center;
        min-height: 52px; }
        .whatWeDo .wrapper .whatWeDO-block h3:last-child {
          margin-right: 0; }
      .whatWeDo .wrapper .whatWeDO-block p {
        min-height: 130px;
        margin-bottom: 35px;
        font: 100% "Open Sans", sans-serif;
        letter-spacing: 1px; }
        @media screen and (max-width: 1024px) {
          .whatWeDo .wrapper .whatWeDO-block p {
            padding: 0 10px; } }
      @media screen and (max-width: 1024px) {
        .whatWeDo .wrapper .whatWeDO-block {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-bottom: 70px; }
          .whatWeDo .wrapper .whatWeDO-block:last-child {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(4n) {
            margin-right: 2.3576515979%; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(4n+1) {
            clear: none; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(2n) {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(2n+1) {
            clear: left; }
          .whatWeDo .wrapper .whatWeDO-block .icons {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            .whatWeDo .wrapper .whatWeDO-block .icons:last-child {
              margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block h3 {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            text-align: center; }
            .whatWeDo .wrapper .whatWeDO-block h3:last-child {
              margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block p {
            min-height: 120px; } }
      @media screen and (max-width: 640px) {
        .whatWeDo .wrapper .whatWeDO-block {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .whatWeDo .wrapper .whatWeDO-block:last-child {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(2n+1) {
            clear: none; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(1n) {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block:nth-child(1n+1) {
            clear: left; } }
    .whatWeDo .wrapper .whatWeDO-block.two {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      padding: 0 5%; }
      .whatWeDo .wrapper .whatWeDO-block.two:last-child {
        margin-right: 0; }
      .whatWeDo .wrapper .whatWeDO-block.two p {
        min-height: 80px; }
      .whatWeDo .wrapper .whatWeDO-block.two .icons {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .whatWeDo .wrapper .whatWeDO-block.two .icons:last-child {
          margin-right: 0; }
      .whatWeDo .wrapper .whatWeDO-block.two h3 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center; }
        .whatWeDo .wrapper .whatWeDO-block.two h3:last-child {
          margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .whatWeDo .wrapper .whatWeDO-block.two {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          padding: 0;
          margin-bottom: 50px; }
          .whatWeDo .wrapper .whatWeDO-block.two:last-child {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(4n) {
            margin-right: 2.3576515979%; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(4n+1) {
            clear: none; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(2n) {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(2n+1) {
            clear: left; }
          .whatWeDo .wrapper .whatWeDO-block.two p {
            min-height: 120px; } }
      @media screen and (max-width: 640px) {
        .whatWeDo .wrapper .whatWeDO-block.two {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .whatWeDo .wrapper .whatWeDO-block.two:last-child {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(2n+1) {
            clear: none; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(1n) {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.two:nth-child(1n+1) {
            clear: left; } }
    .whatWeDo .wrapper .whatWeDO-block.three {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .whatWeDo .wrapper .whatWeDO-block.three:last-child {
        margin-right: 0; }
      .whatWeDo .wrapper .whatWeDO-block.three p {
        min-height: 80px; }
      @media screen and (max-width: 1024px) {
        .whatWeDo .wrapper .whatWeDO-block.three {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%;
          margin-left: 17.0596085997%;
          margin-bottom: 50px; }
          .whatWeDo .wrapper .whatWeDO-block.three:last-child {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(2n+1) {
            clear: none; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(1n) {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(1n+1) {
            clear: left; }
          .whatWeDo .wrapper .whatWeDO-block.three .icons {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            .whatWeDo .wrapper .whatWeDO-block.three .icons:last-child {
              margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.three h3 {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            text-align: center; }
            .whatWeDo .wrapper .whatWeDO-block.three h3:last-child {
              margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.three p {
            min-height: 120px; } }
      @media screen and (max-width: 640px) {
        .whatWeDo .wrapper .whatWeDO-block.three {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-left: 0%; }
          .whatWeDo .wrapper .whatWeDO-block.three:last-child {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(2n+1) {
            clear: none; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(1n) {
            margin-right: 0; }
          .whatWeDo .wrapper .whatWeDO-block.three:nth-child(1n+1) {
            clear: left; } }

.partners {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 0;
  text-align: center; }
  .partners:after {
    content: "";
    display: table;
    clear: both; }
  .partners h4 {
    margin-bottom: 30px;
    font-family: "aileronregular";
    color: #9d9d9d; }

.fullWCta {
  background: #1a4975;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1a4975 0%, #3a6280 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1a4975), color-stop(100%, #3a6280));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1a4975 0%, #3a6280 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #1a4975 0%, #3a6280 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #1a4975 0%, #3a6280 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #1a4975 0%, #3a6280 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4975', endColorstr='#3a6280',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #e5e8ec;
  font: 24px "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 75px 0; }
  .fullWCta a.button {
    margin-left: 30px;
    font-size: 80%;
    color: #FFF; }
  .fullWCta a {
    color: #27c466;
    font: 100% "Open Sans", sans-serif;
    font-weight: 700; }
  @media screen and (max-width: 1024px) {
    .fullWCta {
      padding: 75px 20px; }
      .fullWCta span {
        display: block;
        margin-bottom: 30px; } }

.title.blog {
  background: #636363 url("../img/soft_BG.jpg") fixed no-repeat;
  background-position: center top !important;
  background-size: cover !important;
  color: #bababa;
  text-align: center;
  padding-bottom: 40px; }
  .title.blog a {
    color: #d4d4d4; }
  .title.blog .mainTitle {
    color: #FFF; }
  .title.blog .posted {
    margin: 20px 0;
    font: 80% "aileronthin"; }

.title.bloglist, .title.services {
  background: #636363 url("../img/soft_BG.jpg") fixed no-repeat;
  background-position: center top !important;
  background-size: cover !important;
  color: #bababa; }
  .title.bloglist a, .title.services a {
    color: #d4d4d4; }
  .title.bloglist .mainTitle, .title.services .mainTitle {
    color: #FFF;
    float: left; }

.title.services {
  padding-bottom: 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .title.services .mainTitle {
    margin-bottom: 30px; }
  .title.services .intro {
    width: 60%;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 18px; }
    @media screen and (max-width: 1024px) {
      .title.services .intro {
        width: 70%; } }
    @media screen and (max-width: 640px) {
      .title.services .intro {
        width: 100%; } }

.content.bloglist h3 {
  color: #2a598b; }

.content.bloglist .posted {
  font-size: 85%;
  margin-bottom: 25px; }

.content.bloglist .news-image {
  text-align: center; }
  .content.bloglist .news-image span {
    width: 170px;
    height: 170px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0; }
    @media screen and (max-width: 800px) {
      .content.bloglist .news-image span {
        max-height: 340px;
        height: auto;
        width: 100%; } }
    .content.bloglist .news-image span img {
      max-width: none;
      max-height: 100%;
      position: relative;
      left: 100%;
      margin-left: -200%; }
      @media screen and (max-width: 800px) {
        .content.bloglist .news-image span img {
          width: 100%;
          height: auto; } }

.content.bloglist .news {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 35px;
  margin-bottom: 35px; }

.content.bloglist .news.last {
  border-bottom: 0; }

.content.bloglist .navigation {
  text-align: center;
  margin: 30px 0 50px; }

#panels {
  display: block;
  margin-bottom: 40px; }
  #panels:after {
    content: "";
    display: table;
    clear: both; }

.panel-column {
  width: 48%;
  margin: 0 1%;
  float: left; }
  @media screen and (max-width: 800px) {
    .panel-column {
      width: 100%;
      margin: 0; } }

.panel {
  width: 100%;
  float: left;
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 2% 0; }
  .panel p {
    line-height: 25px; }
  .panel h3 {
    color: #0D2149; }

.pointsOfInterest {
  background-color: #e2e2e2;
  padding: 20px 0; }
  .pointsOfInterest .poi {
    float: left;
    width: 31%;
    margin: 1%;
    border: 1px solid #FFF;
    padding: 20px 20px 30px;
    min-height: 205px; }
    .pointsOfInterest .poi h4 {
      margin-bottom: 10px;
      font-family: "aileronregular"; }
    .pointsOfInterest .poi p {
      font-size: 90%; }
    .pointsOfInterest .poi a {
      color: #777; }
    @media screen and (max-width: 1024px) {
      .pointsOfInterest .poi {
        width: 100%;
        margin: 1% 0; } }

.contact {
  background: #29c480 url("../img/background-green.jpg") no-repeat;
  background-size: cover;
  color: #FFF;
  min-height: 330px; }
  .contact .wrap {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .contact .wrap {
        display: block; } }
  .contact .fullrocket {
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 0; }
  .contact .text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    min-height: 310px;
    background-position: 50px 83px;
    padding: 60px 0 0 300px; }
    .contact .text:last-child {
      margin-right: 0; }
    .contact .text h3 {
      font: 24px "aileronregular"; }
    .contact .text p {
      line-height: 28px;
      letter-spacing: 1px; }
    @media screen and (max-width: 1024px) {
      .contact .text {
        padding: 20px;
        width: 100%;
        float: right;
        background: none;
        min-height: 0; } }
  .contact .contact-form {
    display: table-cell;
    margin-bottom: 20px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .contact .contact-form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .contact .contact-form {
        width: 100%;
        float: left; } }
  @media screen and (max-width: 1024px) {
    .contact {
      min-height: 480px; } }

.categoryListing {
  background-color: #4c7692;
  color: #FFF; }
  .categoryListing h3 {
    color: #6d9ecc;
    padding-top: 20px;
    margin-bottom: 30px; }
  .categoryListing .wrap {
    padding: 30px 100px; }
    @media screen and (max-width: 1024px) {
      .categoryListing .wrap {
        padding: 0 20px; } }
    .categoryListing .wrap ul li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      list-style: none;
      margin-bottom: 15px; }
      .categoryListing .wrap ul li:last-child {
        margin-right: 0; }
      .categoryListing .wrap ul li:nth-child(2n) {
        margin-right: 0; }
      .categoryListing .wrap ul li:nth-child(2n+1) {
        clear: left; }
      .categoryListing .wrap ul li a {
        display: block;
        width: 100%;
        color: #FFF;
        font: 115% "aileronlight";
        line-height: 28px;
        padding: 6px 0; }
        .categoryListing .wrap ul li a:hover {
          text-decoration: underline; }
      .categoryListing .wrap ul li ul.children {
        margin-top: 5px;
        margin-left: 20px; }
        .categoryListing .wrap ul li ul.children li {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-bottom: 10px; }
          .categoryListing .wrap ul li ul.children li:last-child {
            margin-right: 0; }
          .categoryListing .wrap ul li ul.children li a {
            font: 90% "aileronthin"; }
      @media screen and (max-width: 640px) {
        .categoryListing .wrap ul li {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .categoryListing .wrap ul li:last-child {
            margin-right: 0; } }

.rocket {
  position: absolute;
  width: 300px;
  bottom: -4px;
  left: 115px; }
  @media screen and (max-width: 1024px) {
    .rocket {
      display: none; } }

#cloud {
  position: absolute;
  width: 300px;
  bottom: -4px;
  left: 35px; }
  @media screen and (max-width: 1024px) {
    #cloud {
      display: none; } }

.tabs ul li:before {
  content: none;
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  z-index: 10; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px 0;
  display: none; }
  @media screen and (max-width: 640px) {
    .r-tabs .r-tabs-panel {
      padding: 15px 25px; } }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

a.r-tabs-anchor {
  padding: 15px 30px;
  border: 1px solid #c9c9c9;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  background: #e2e2e2;
  color: #777;
  text-decoration: none;
  margin: 0 3px;
  transition: all 0.3s ease 0s; }
  a.r-tabs-anchor:hover {
    background: #efefef; }
  @media screen and (max-width: 1024px) {
    a.r-tabs-anchor {
      width: 100%;
      margin: 0; } }

.r-tabs-state-active a.r-tabs-anchor {
  background: #FFF;
  color: #2a598b;
  border-bottom: 1px solid #FFF; }

/* Accordion responsive breakpoint */
@media screen and (max-width: 1024px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

.r-tabs {
  display: block;
  margin-bottom: 20px; }
  .r-tabs:after {
    content: "";
    display: table;
    clear: both; }

.tab {
  border-top: 1px solid #c9c9c9; }
  @media screen and (max-width: 1024px) {
    .tab {
      border: 0; } }

.tabs-vertical.r-tabs {
  background-color: #3a6280; }
  .tabs-vertical.r-tabs .r-tabs-tab {
    display: block; }
  .tabs-vertical.r-tabs .r-tabs-nav {
    margin-bottom: 0;
    width: 30%;
    float: left; }
    @media screen and (max-width: 1024px) {
      .tabs-vertical.r-tabs .r-tabs-nav {
        width: 100%; } }
  .tabs-vertical.r-tabs a.r-tabs-anchor {
    padding: 25px;
    font-size: 18px;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    width: 100%; }
  .tabs-vertical.r-tabs .tab-container {
    width: 70%;
    float: left;
    min-height: 212px;
    background-color: #3a6280;
    color: #FFF;
    padding: 0 40px; }
    @media screen and (max-width: 1024px) {
      .tabs-vertical.r-tabs .tab-container {
        width: 100%;
        padding: 0; } }
  .tabs-vertical.r-tabs .tab {
    border: 0; }
    .tabs-vertical.r-tabs .tab p {
      font-size: 18px;
      line-height: 35px; }

.tabs-vertical .r-tabs-state-active a.r-tabs-anchor {
  background-color: #3a6280;
  color: #FFF;
  border-bottom: 1px solid #3a6280; }

#comments {
  margin: 50px 0 20px;
  padding: 30px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  #comments ol {
    list-style: none; }

#respond {
  margin: 50px 0 30px; }

#contactTabs {
  margin-top: -89px;
  margin-bottom: -4px; }
  @media screen and (max-width: 1024px) {
    #contactTabs .r-tabs-accordion-title {
      display: none; } }
  #contactTabs ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 100px;
    margin-bottom: 50px; }
    #contactTabs ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      #contactTabs ul {
        display: block;
        padding: 0 20px; }
        #contactTabs ul li a {
          padding: 15px; } }
  #contactTabs .tab {
    border: 0;
    padding: 0; }
    #contactTabs .tab .description {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 100px; }
      #contactTabs .tab .description:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1024px) {
        #contactTabs .tab .description {
          padding: 0 20px; } }
      #contactTabs .tab .description .text {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        line-height: 24px; }
        #contactTabs .tab .description .text:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          #contactTabs .tab .description .text {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            #contactTabs .tab .description .text:last-child {
              margin-right: 0; } }
      #contactTabs .tab .description .support {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0;
        background: #e2e2e2;
        padding: 20px;
        color: #2a598b; }
        #contactTabs .tab .description .support:last-child {
          margin-right: 0; }
        #contactTabs .tab .description .support p {
          font-size: 34px;
          margin-bottom: 0; }
        @media screen and (max-width: 1024px) {
          #contactTabs .tab .description .support {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            margin: 20px 0 10px;
            text-align: center; }
            #contactTabs .tab .description .support:last-child {
              margin-right: 0; } }
    #contactTabs .tab .info {
      text-align: center;
      font-size: 20px;
      border-top: 1px solid #e2e2e2;
      padding: 60px 0; }
      #contactTabs .tab .info span {
        margin: 0 20px; }
        @media screen and (max-width: 1024px) {
          #contactTabs .tab .info span {
            display: block;
            width: 100%;
            margin: 10px 0; } }
    #contactTabs .tab .address {
      text-align: center;
      padding: 40px 0;
      background: #3a6280;
      color: #FFF;
      font-size: 24px; }
    #contactTabs .tab .map {
      height: 500px; }
  #contactTabs a.r-tabs-anchor {
    border-bottom: 0; }

.newsSearch {
  float: right;
  line-height: 46px; }
  @media screen and (max-width: 640px) {
    .newsSearch {
      display: block;
      float: left; } }
  .newsSearch form.categoryForm {
    float: right; }

.categoriesBox {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  width: 230px;
  display: inline;
  overflow: hidden;
  background-color: transparent;
  color: #FFF;
  background: transparent url("../img/Arrow-Down-32-w.png") no-repeat 0% 50%; }

.categoriesBox select {
  padding: 5px 8px 5px 40px;
  width: 90%;
  color: #FFF;
  font: 120% "aileronlight";
  letter-spacing: 1px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.categoriesBox select::-ms-expand {
  display: none; }

.categoriesBox select option {
  color: #333 !important; }

.categoriesBox select:focus {
  outline: none; }

.searchButton {
  float: right;
  display: inline; }

#searchArticle {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }

#searchArticle.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

#searchArticle .search-query {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none; }

#searchArticle .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px; }

#searchArticle .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #FFF;
  border: 0;
  background-color: #2a598b;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px; }

/* SEARCH 2 */
.searchbox {
  float: right;
  margin-left: 15px; }
  @media screen and (max-width: 1024px) {
    .searchbox {
      display: block;
      float: none;
      width: 100%;
      text-align: left;
      margin-left: 25px; } }
  .searchbox form.form-search:before {
    box-sizing: none; }
  .searchbox form.form-search:after {
    box-sizing: none; }

#searchexp input {
  outline: none; }

#searchexp input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }

#searchexp input::-webkit-search-decoration,
#searchexp input::-webkit-search-cancel-button {
  display: none; }

#searchexp input[type=search] {
  background: #aaaaaa url(../img/search-icon-2.png) no-repeat 9px center;
  border: solid 1px #aaaaaa;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

#searchexp input[type=search]:focus {
  background: #ededed url(../img/search-icon-3.png) no-repeat 9px center;
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }

#searchexp input:-moz-placeholder {
  color: #999; }

#searchexp input::-webkit-input-placeholder {
  color: #999; }

#searchexp input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    #searchexp input[type=search] {
      background: #ededed url(../img/search-icon-3.png) no-repeat 9px center;
      width: 150px;
      padding-left: 32px;
      color: #000;
      background-color: #fff;
      cursor: auto; } }

.ie #searchexp input[type=search] {
  padding-left: 25px; }

#searchexp input[type=search]:hover {
  background-color: #27c466;
  border-color: #27c466; }
  @media screen and (max-width: 1024px) {
    #searchexp input[type=search]:hover {
      background: #ededed url(../img/search-icon-3.png) no-repeat 9px center;
      width: 150px;
      padding-left: 32px;
      color: #000;
      background-color: #fff;
      cursor: auto; } }

#searchexp input[type=search]:focus {
  width: 100px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto; }
  @media screen and (max-width: 1200px) {
    #searchexp input[type=search]:focus {
      width: 74px; } }
  @media screen and (max-width: 1024px) {
    #searchexp input[type=search]:focus {
      width: 180px; } }

#searchexp input:-moz-placeholder {
  color: transparent; }

#searchexp input::-webkit-input-placeholder {
  color: transparent; }

body.page-template-page-download .content .wrap img {
  height: auto;
  width: auto; }

/*# sourceMappingURL=styles.min.css.map */