@charset "UTF-8";
/*!
Theme Name: fonteva
Theme URI: http://underscores.me/
Author: JEL Creative, Inc
Author URI: http://jelcreative.com/
Description: Custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fonteva
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fonteva is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Colors */
/* Font Weights */
/* Color Classes */
.blue-text {
  color: #00A6E4; }

.blue-background {
  background-color: #00A6E4; }

.purple-text {
  color: #702784; }

.purple-background {
  background-color: #702784; }

.medium-grey-text {
  color: #696D75; }

.medium-grey-background {
  background-color: #696D75; }

.light-grey-text {
  color: #EBEBEB; }

.light-grey-background {
  background-color: #EBEBEB; }

.dark-grey-text {
  color: #4A4A4A; }

.dark-grey-background {
  background-color: #4A4A4A; }

.orange-text {
  color: #F5A623; }

.orange-background {
  background-color: #F5A623; }

.red-text {
  color: #D0021B; }

.red-background {
  background-color: #D0021B; }

.dark-purple-text {
  color: #0D0048; }

.dark-purple-background {
  background-color: #0D0048; }

.dark-blue-text {
  color: #065AA2; }

.dark-blue-background {
  background-color: #065AA2; }

.cool-blue-text {
  color: #4A90E2; }

.cool-blue-background {
  background-color: #4A90E2; }

.warm-grey-text {
  color: #BABABA; }

.warm-grey-background {
  background-color: #BABABA; }

.white-text {
  color: #FFFFFF; }

.white-background {
  background-color: #FFFFFF; }

.blue-background-transparent {
  background-color: rgba(0, 166, 228, 0.75); }

.purple-background-transparent {
  background-color: rgba(112, 39, 132, 0.75); }

.gradient-background {
  background: linear-gradient(to bottom right, rgba(112, 39, 132, 0.75), rgba(0, 145, 218, 0.75)); }

/* Font Weight Classes */
.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.book {
  font-weight: 400; }

.regular {
  font-weight: 500; }

.medium {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 800; }

.ultra {
  font-weight: 900; }

.calibri-bold {
  font-family: 'calibri-bold'; }

/** Global Body Styles **/
* {
  -moz-box-sizing: border-box;
  /* Firexfox */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome/iOS/Android */
  box-sizing: border-box;
  /* IE */ }

body {
  font-family: tofino, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }
  a:hover, a:active, a:visited, a:focus {
    text-decoration: none; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/** Font Imports **/
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Thin.otf");
  font-weight: 100; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Light.otf");
  font-weight: 300; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-LightItalic.otf");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Book.otf");
  font-weight: 400; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-BookItalic.otf");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Regular.otf");
  font-weight: 500; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-RegularItalic.otf");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Medium.otf");
  font-weight: 600; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Bold.otf");
  font-weight: 700; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-BoldItalic.otf");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Black.otf");
  font-weight: 800; }
@font-face {
  font-family: tofino;
  src: url("fonts/Tofino-Ultra.otf");
  font-weight: 900; }
@font-face {
  font-family: avenir;
  src: url("fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLTStd-Black.eot") format("eot"), url("fonts/AvenirLTStd-Black.otf") format("embedded-opentype"), url("fonts/AvenirLTStd-Black.woff"); }
@font-face {
  font-family: calibri-bold;
  src: url("fonts/calibri-bold.eot?#iefix") format("embedded-opentype"), url("fonts/calibri-bold.eot") format("eot"), url("fonts/calibri-bold.otf") format("embedded-opentype"), url("fonts/calibri-bold.woff"); }
/** Fonts **/
h1 {
  font-weight: 400;
  font-size: 1.5em; }

h2 {
  font-weight: 400;
  font-size: 1.4em; }

h3 {
  font-weight: 600;
  font-size: 1.3em; }

h4 {
  font-weight: 500;
  font-size: 1.2em; }

h5 {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.25em; }

h6 {
  font-weight: 500;
  font-size: 1.125em; }

p.body-content {
  font-size: 1.1em; }

.heading-bold {
  font-weight: 600; }

.subtitle {
  font-size: 1.4em;
  font-family: tofino; }

.subtitle-bold {
  font-size: 1.4em;
  font-weight: 600;
  font-family: avenir; }

.fine-print {
  font-size: 0.7em; }

.underline {
  border-bottom: solid 1px; }

/** Buttons **/
.btn {
  border-radius: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
  transition: ease-out .2s;
  padding: 10px 30px;
  font-weight: 500;
  white-space: normal; }

.btn-primary {
  background-color: #4A90E2; }
  .btn-primary:hover, .btn-primary:visited, .btn-primary:focus {
    transition: ease-in .2s;
    background-color: #306FB9; }

.btn-secondary {
  background-color: #702784;
  color: #FFFFFF; }
  .btn-secondary:hover, .btn-secondary:visited, .btn-secondary:focus {
    transition: ease-in .2s;
    background-color: #A02AC0;
    color: #FFFFFF; }

.btn-tertiary {
  background-color: #EBEBEB;
  color: #702784; }
  .btn-tertiary:hover, .btn-tertiary:visited, .btn-tertiary:focus {
    transition: ease-in .2s;
    background-color: #CECECE;
    color: #702784; }

button.big {
  background-color: #FFFFFF;
  font-family: tofino;
  font-weight: 500;
  text-align: center;
  font-size: 1.4em;
  min-height: 80px;
  min-width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  background-size: 100% 5px; }

button.big:hover {
  transition: .5s ease-in-out; }

button.btn-primary.big {
  color: #4A90E2;
  background-color: #FFFFFF;
  border-left: 5px solid #19AAF2;
  border-right: 5px solid #0192DB;
  background-image: -webkit-linear-gradient(left, #19AAF2 0%, #0192DB 100%), -webkit-linear-gradient(left, #19AAF2 0%, #0192DB 100%);
  background-image: -moz-linear-gradient(left, #19AAF2 0%, #0192DB 100%), -moz-linear-gradient(left, #19AAF2 0%, #0192DB 100%);
  background-image: -o-linear-gradient(left, #19AAF2 0%, #0192DB 100%), -o-linear-gradient(left, #19AAF2 0%, #0192DB 100%);
  background-image: linear-gradient(to right, #19AAF2 0%, #0192DB 100%), linear-gradient(to right, #19AAF2 0%, #0192DB 100%);
  box-shadow: 0px 3px 15px rgba(0, 145, 202, 0.5); }
  button.btn-primary.big:hover {
    box-shadow: 0px 3px 55px rgba(0, 145, 202, 0.7); }

button.btn-primary.big:hover {
  color: #FFFFFF;
  background-color: #4A90E2; }

button.btn-secondary.big {
  color: #F5A623;
  background-color: #FFFFFF;
  border-left: 5px solid #F5CD23;
  border-right: 5px solid #F5A823;
  background-image: -webkit-linear-gradient(left, #F5CD23 0%, #F5A823 100%), -webkit-linear-gradient(left, #F5CD23 0%, #F5A823 100%);
  background-image: -moz-linear-gradient(left, #F5CD23 0%, #F5A823 100%), -moz-linear-gradient(left, #F5CD23 0%, #F5A823 100%);
  background-image: -o-linear-gradient(left, #F5CD23 0%, #F5A823 100%), -o-linear-gradient(left, #F5CD23 0%, #F5A823 100%);
  background-image: linear-gradient(to right, #F5CD23 0%, #F5A823 100%), linear-gradient(to right, #F5CD23 0%, #F5A823 100%);
  box-shadow: 0px 3px 15px rgba(245, 166, 35, 0.5); }
  button.btn-secondary.big:hover {
    box-shadow: 0px 3px 55px rgba(245, 166, 35, 0.7); }

button.btn-secondary.big:hover {
  color: #FFFFFF;
  background-color: #F5A623; }

button.btn-tertiary.big {
  color: #702784;
  background-color: #FFFFFF;
  border-left: 5px solid #A636C5;
  border-right: 5px solid #732887;
  background-image: -webkit-linear-gradient(left, #A636C5 0%, #732887 100%), -webkit-linear-gradient(left, #A636C5 0%, #732887 100%);
  background-image: -moz-linear-gradient(left, #A636C5 0%, #732887 100%), -moz-linear-gradient(left, #A636C5 0%, #732887 100%);
  background-image: -o-linear-gradient(left, #A636C5 0%, #732887 100%), -o-linear-gradient(left, #A636C5 0%, #732887 100%);
  background-image: linear-gradient(to right, #A636C5 0%, #732887 100%), linear-gradient(to right, #A636C5 0%, #732887 100%);
  box-shadow: 0px 3px 15px rgba(112, 39, 132, 0.5); }
  button.btn-tertiary.big:hover {
    box-shadow: 0px 3px 55px rgba(112, 39, 132, 0.7); }

button.btn-tertiary.big:hover {
  color: #FFFFFF;
  background-color: #702784; }

/** Top Nav **/
.top-nav ul {
  float: right;
  padding-left: 0px; }

.top-nav .btn {
  box-shadow: none;
  height: 50px;
  font-size: 1.12em; }

.top-nav ul li a {
  color: #00A6E4; }

.top-nav .btn.btn-tertiary {
  color: #00A6E4; }

.top-nav ul {
  background-color: #EBEBEB;
  margin-bottom: 0px; }

.top-nav ul li {
  display: inline; }

/** Navbar **/
.navbar {
  margin-bottom: 0px;
  border-bottom: none; }
  .navbar a {
    color: #00A6E4; }
  .navbar li a:focus, .navbar li a:hover {
    background-color: transparent; }
  .navbar .navbar-left {
    clear: both; }
  .navbar hr {
    color: white;
    min-width: 100px;
    border-width: 2px;
    text-align: left;
    margin-left: 0; }

/** Flex align main nav items **/
.navbar-header {
  padding: 10px 0px;
  border-bottom: none; }

.navbar-brand {
  background: url(images/fonteva_logo-SF-v2.png) center/contain no-repeat;
  width: 480px;
  transform: none;
  left: auto;
  position: relative; }

.icon-bar {
  background: #702784; }

.navbar-nav > li {
  text-align: center; }

.navbar-nav > li > a {
  text-transform: uppercase;
  color: #4A4A4A;
  font-size: 1.1em; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #00A6E4;
  color: #FFFFFF; }

.navbar.open .navbar-header {
  border-bottom: solid 1px transparent; }

.nav .dropdown-menu {
  background-color: #00A6E4;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  margin: 0px 15px;
  padding-bottom: 20px; }

.nav .megamenu .dropdown-menu {
  width: 1140px; }

.nav .basemenu .dropdown-menu {
  top: 100%;
  width: min-content;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0; }

.yamm .basemenu.dropdown.yamm-fw .dropdown-menu {
  left: auto;
  right: auto;
  width: auto; }

.yamm .basemenu.dropdown.yamm-fw:last-of-type .dropdown-menu {
  right: 15px; }
  .yamm .basemenu.dropdown.yamm-fw:last-of-type .dropdown-menu ul.nav-category {
    min-width: auto; }

.navbar .basemenu .yamm-content ul.nav-category {
  margin-left: 0px;
  padding-left: 40px;
  clear: both;
  width: max-content;
  min-width: 240px; }

.navbar.open {
  transition: 1s ease;
  background-color: #00A6E4; }

.nav .dropdown-menu a {
  color: #FFFFFF; }

ul.dropdown-menu.feature-section {
  min-height: 330px; }

ul.dropdown-menu.feature-section ul.featured-nav-item {
  display: block; }

.navbar .yamm-content ul.nav-category {
  display: inline-grid;
  float: left;
  width: min-content;
  list-style-type: none;
  font-size: 18px;
  font-weight: 700; }

.navbar-collapse {
  box-shadow: none; }

.navbar .children-items .yamm-content ul.nav-category {
  margin-bottom: 10px;
  font-weight: 500; }

.navbar .no-children-items .yamm-content ul.nav-category {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500; }

.navbar .yamm-content ul.nav-category li {
  padding: 10px 0px 0px 0px;
  font-weight: 500; }

.navbar .yamm-content ul.nav-category a:hover {
  color: #065AA2; }

.navbar ul.featured-nav-item {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #065AA2;
  height: 100%;
  width: 292px;
  padding: 40px 30px;
  list-style-type: none; }

.navbar ul.featured-nav-item img {
  margin-bottom: 20px; }

.navbar ul.featured-nav-item a:hover {
  color: #F5A623; }

ul.mobile-nav-footer {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

ul.mobile-nav-footer button {
  width: 50%;
  float: left;
  margin-bottom: 0px;
  padding: 20px 0px;
  font-size: 1.12em; }

/** Mobile Open/Close animtion. **/
.navbar-toggle {
  float: right;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 0;
  z-index: 1; }

.navbar-toggle .icon-bar {
  width: 28px;
  background: #702784;
  transition: .5s ease; }

.open .navbar-toggle .icon-bar {
  width: 28px;
  background: #FFFFFF;
  transition: .5s ease; }

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0) translateY(0) translateX(0); }

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1; }

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0) translateY(0) translateX(0); }

.navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg) translateY(5px) translateX(-5px); }

.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0; }

.navbar-toggle .icon-bar:nth-child(4) {
  transform: rotate(45deg) translateY(-4px) translateX(-3px); }

/** Animated Search in Top Bar. **/
.search-wrapper form {
  display: inline; }

.search-wrapper input[type=text] {
  font-family: tofino, arial;
  color: #702784;
  width: 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding-left: 30px; }

.search-wrapper input[type=text]:hover {
  cursor: pointer; }

.search-wrapper input[type=text]:focus {
  width: 300px;
  border: none;
  outline: none;
  cursor: text; }

.search-wrapper input[type="text"] {
  position: relative; }

.search-wrapper input {
  font-family: 'FontAwesome'; }

.search-wrapper:before {
  font-family: 'FontAwesome';
  font-size: 1.4em;
  color: #00A6E4;
  position: relative;
  right: -24px;
  top: 3px;
  content: "\f002";
  transition: .6s ease; }

li.search-wrapper:hover::before {
  color: #702784;
  transition: .6s ease; }

li.search-wrapper.purple-text:before {
  color: #702784;
  z-index: 3;
  cursor: pointer; }

form.mobile-search {
  width: 100%;
  text-align: center;
  left: 60px;
  margin-bottom: 20px; }

form.mobile-search:before {
  content: '\f002';
  font-family: 'FontAwesome';
  color: #FFFFFF;
  position: relative;
  top: -1px;
  padding-left: 60px; }

.mobile-search input {
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.12em;
  width: 140px; }

.mobile-search input:focus {
  outline: none; }

.mobile-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
  text-transform: uppercase; }

.mobile-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
  text-transform: uppercase; }

.mobile-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
  text-transform: uppercase; }

.mobile-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
  text-transform: uppercase; }

.top-nav ul {
  float: right;
  margin-left: 20px; }

.top-nav .contact-number {
  float: right;
  text-align: right;
  margin-bottom: -40px;
  line-height: 1.9em; }

/* sticky button */
#contact-sidebutton {
  height: 0px;
  width: 0px;
  position: fixed;
  left: 50%;
  margin: 0 0 0 -80px;
  top: auto;
  bottom: 48px;
  z-index: 1000;
  transform: none;
  -webkit-transform: none;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); }

#contact-sidebutton a {
  display: block;
  background: #702784;
  height: 52px;
  padding-top: 12px;
  width: 155px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  transition: .5s ease;
  border-radius: 9px; }

#contact-sidebutton a:hover {
  background: #A02AC0; }

/**Icon Grid**/
.icon-grid-content:hover .icon-block {
  opacity: .7; }
.icon-grid-content:hover .icon-block:hover {
  opacity: 1; }

.icon-row {
  display: flex;
  justify-content: center; }

.icon-block {
  width: 33%;
  padding: 2%;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  transition: .2s ease-in; }
  .icon-block img {
    max-width: 80%; }
  .icon-block h6 {
    font-size: .8em; }

.icon-block:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.icon-block.glow {
  opacity: 1; }

.icon-block.glow:hover {
  transition: .2s ease-in;
  box-shadow: 0px 10px 40px rgba(112, 39, 132, 0.5); }

/**Highlight Tiles**/
.highlight-vertical-row, .highlight-horizontal-row, .leadership-row {
  display: flex;
  justify-content: center; }

.highlight-horizontal-row {
  flex-wrap: wrap; }

.highlight-tile-vertical {
  width: 33%;
  background: linear-gradient(#073F86, #08357C, #0A1B63, #0D0148);
  height: 341px;
  color: white;
  margin: 2px;
  transition: all 0.5s ease; }
  .highlight-tile-vertical img {
    max-width: 80%; }
  .highlight-tile-vertical a, .highlight-tile-vertical span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 10px;
    color: #fff; }
  .highlight-tile-vertical .hover-text, .highlight-tile-vertical .hover-title {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; }
  .highlight-tile-vertical .hover-content-active {
    visibility: visible;
    transform: translateY(-2px);
    opacity: 1; }
  .highlight-tile-vertical img {
    padding-top: 3%; }
  .highlight-tile-vertical:hover {
    background: linear-gradient(#2174C5, #2174C5, #064188, #064188); }
    .highlight-tile-vertical:hover h5:first-of-type, .highlight-tile-vertical:hover img {
      display: none; }

.container .icon-row:last-of-type {
  margin-bottom: 40px; }

.highlight-tile-horizontal {
  color: white;
  width: 48%;
  overflow: hidden;
  margin: 2px;
  position: relative; }
  .highlight-tile-horizontal a, .highlight-tile-horizontal span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0089bc, #10005d); }
    .highlight-tile-horizontal a:hover, .highlight-tile-horizontal span:hover {
      background: none; }
    .highlight-tile-horizontal a:hover > .highlight-image, .highlight-tile-horizontal span:hover > .highlight-image {
      opacity: 0.5;
      z-index: -10; }
  .highlight-tile-horizontal .highlight-tile-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .highlight-tile-horizontal .highlight-image {
    width: 100%;
    height: 100%;
    opacity: 0.17;
    transition: opacity 0.5s ease; }
  .highlight-tile-horizontal h5 {
    color: #fff; }

/**Leadership Tiles**/
.leadership-tile {
  text-align: center;
  margin: 70px 20px 20px 20px;
  width: 280px;
  max-width: 33%;
  border: 2px solid #065AA2;
  border-radius: 2px;
  box-sizing: border-box;
  background: linear-gradient(#EFFAFF, #C4E4FF);
  color: #065AA2;
  padding: 15px 10px;
  z-index: 1;
  position: relative; }
  .leadership-tile img {
    width: 180px;
    height: 180px;
    position: relative;
    top: -70px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(6, 90, 162, 0.25);
    transition: all 0.3s ease; }
  .leadership-tile h6 {
    margin-bottom: 5px;
    margin-top: -40px; }
  .leadership-tile p:first-of-type {
    margin-bottom: 5px; }
  .leadership-tile p:last-of-type {
    font-size: 1.8em;
    color: #065AA2; }
    .leadership-tile p:last-of-type a {
      cursor: pointer; }
  .leadership-tile:hover {
    transition: color 0.3s ease;
    border: 2px solid #fff;
    color: #fff; }
    .leadership-tile:hover img {
      box-shadow: none; }
    .leadership-tile:hover p:last-of-type {
      color: #fff; }
      .leadership-tile:hover p:last-of-type a {
        color: #fff; }

.leadership-tile::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: linear-gradient(#2DA6DA, #065AA2);
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0; }

.leadership-tile:hover::before {
  opacity: 1; }

/**Widget Columns**/
.widget-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.widget-block, .widget-block-vertical {
  margin: 50px 10px;
  width: 45%;
  padding: 5px;
  background: linear-gradient(to bottom right, rgba(28, 172, 245, 0.8), rgba(0, 145, 218, 0.8)); }
  .widget-block-vertical {
    width: 30%;
    margin: 50px 5px; }
    .widget-block-vertical .widget-content {
      min-height: 325px; }

.widget-block.glow:hover, .glow.widget-block-vertical:hover {
  background: linear-gradient(to bottom right, rgba(0, 145, 218, 0.8), rgba(28, 172, 245, 0.8)); }
  .widget-block.glow:hover .widget-icon, .glow.widget-block-vertical:hover .widget-icon {
    transition: .5s ease;
    box-shadow: 0px 10px 40px rgba(74, 144, 226, 0.5); }
  .widget-block.glow:hover .widget-content, .glow.widget-block-vertical:hover .widget-content {
    transition: .5s ease;
    box-shadow: 0px 10px 40px rgba(74, 144, 226, 0.5); }

.widget-block-vertical.bodyflop:hover {
  transition: .5s ease; }
  .widget-block-vertical.bodyflop:hover .widget-content {
    transition: background .5s ease;
    background-color: #18559C;
    color: #ffffff; }
  .widget-block-vertical.bodyflop:hover a {
    color: #fff; }
  .widget-block-vertical.bodyflop:hover p, .widget-block-vertical.bodyflop:hover p.subtitle {
    color: #fff; }

.widget-background {
  margin: 0 auto;
  width: 98%;
  height: 300px; }

.widget-content {
  background-color: white;
  height: 100%;
  margin: 15px;
  padding: 0 10px;
  box-shadow: 0px 5px 10px rgba(195, 195, 195, 0.5);
  min-height: 300px; }
  .widget-content h5 {
    margin-top: -30px; }

.widget-icon {
  position: relative;
  top: -70px;
  margin: 0 auto;
  z-index: 10;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(175, 175, 175, 0.5);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .widget-icon img {
    display: inline-block;
    max-width: 75px;
    max-height: 75px; }

/**Icon Cards**/
.icon-card {
  margin: 40px 0;
  padding: 1% 5% 2%; }
  .icon-card img {
    display: inline-block;
    margin-top: 70px;
    margin-left: -50px; }
  .icon-card .card-right {
    float: right; }
    .icon-card .card-right img {
      margin-left: 0;
      /* margin-right: -50px; */ }

.icon-card-header {
  color: white;
  text-align: center;
  padding-top: 4%; }
  .icon-card-header h4 {
    margin-bottom: 25px; }
  .icon-card-header hr {
    width: 10%;
    border: 1px solid white; }

/**Image Cards**/
.image-card {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .image-card .card-image {
    display: block;
    position: relative;
    top: 0;
    left: 0; }

.fit-image img {
  margin: 0px auto; }

.right-image, .left-image {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0; }

.img-gradient.right-image::after, .img-gradient.left-image::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to right, rgba(5, 78, 150, 0.5), rgba(1, 146, 210, 0.5)); }

.image-card-small {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .image-card-small .card-image-small {
    display: block;
    position: relative;
    top: 0;
    left: 0; }

/**Section Headings with horizontal lines**/
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px; }
  .section-heading h4 {
    padding: 0 2%; }

.section-heading h4 {
  color: #4A90E2;
  padding: 0 2%; }

.header-line {
  border-bottom: 4px solid #4A90E2;
  line-height: 0.1em;
  display: inline-block;
  width: 20%;
  flex-grow: 1;
  line-height: 0.2em; }

.header-line.left {
  margin-left: 15%; }

.header-line.right {
  margin-right: 15%; }

/**Customer Metrics**/
.metrics-line {
  border-bottom: 4px solid #696D75;
  line-height: 0.1em;
  display: inline-block;
  width: 20%;
  flex-grow: 1; }

.metrics-container .section-heading h3 {
  color: #696D75;
  margin: 0px 20px; }

.metrics-blocks {
  display: flex;
  align-content: space-between; }

.metrics-block {
  width: 33%;
  padding: 10px; }
  .metrics-block p:first-child {
    font-size: 6.5em;
    margin-top: -20px;
    margin-bottom: 10px; }
  .metrics-block p:last-child {
    margin-top: -35px;
    font-size: 1.3em;
    line-height: 1.1; }
  .metrics-block:first-child p:first-child {
    font-size: 6.3em; }

.metrics-container {
  margin: 40px auto 80px auto; }

.metrics-subtitle {
  color: #702784;
  text-align: center;
  border-bottom: 4px solid #696D75;
  padding-bottom: 5%; }

/**Engaging Title**/
h1.engaging-title, h2.engaging-title, h3.engaging-title, h4.engaging-title, h5.engaging-title, h6.engaging-title {
  position: relative;
  padding: 20px 0;
  background: white; }

.engaging-title::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 80%;
  height: 2px;
  border-radius: 50%/50%;
  background: #00A6E4;
  background: linear-gradient(to right, white, #C232EA 20%, #0091DA 80%, white); }

.engaging-title::after {
  content: "";
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 80%;
  height: 2px;
  border-radius: 50%/50%;
  background: #00A6E4;
  background: linear-gradient(to left, white, #C232EA 20%, #0091DA 80%, white); }

.shadow-bottom {
  width: 60%;
  height: 20px;
  background: radial-gradient(rgba(0, 145, 218, 0.2), white 90%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: 0 auto;
  position: relative;
  top: -0.9em;
  z-index: -1; }

.shadow-top {
  width: 60%;
  height: 20px;
  background: radial-gradient(rgba(0, 145, 218, 0.2), white 90%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: 0 auto;
  position: relative;
  top: 1.7em;
  z-index: -1; }

.shadow-bottom:not(:root:root) {
  background: -webkit-radial-gradient(rgba(0, 145, 218, 0.2), rgba(0, 145, 218, 0) 60%); }

.shadow-top:not(:root:root) {
  background: -webkit-radial-gradient(rgba(0, 145, 218, 0.2), rgba(0, 145, 218, 0) 60%); }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .shadow-bottom {
      background: -webkit-radial-gradient(rgba(0, 145, 218, 0.2), rgba(0, 145, 218, 0) 60%); }

    .shadow-top {
      background: -webkit-radial-gradient(rgba(0, 145, 218, 0.2), rgba(0, 145, 218, 0) 60%); } } }
/**Review Panels**/
.review-panel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.review-block {
  width: 20%;
  margin: 10px;
  padding: 3% 2%;
  box-shadow: 0px 5px 25px rgba(195, 195, 195, 0.5);
  position: relative;
  min-height: 400px; }
  .review-block .subtitle {
    min-height: 100px; }
  .review-block > p:last-of-type {
    padding-top: 20px; }
  .review-block img {
    padding-bottom: 20px;
    width: 100%; }
  .review-block.quote-panel {
    min-height: 200px; }
    .review-block.quote-panel > p:first-of-type {
      padding-top: 10px; }
  .review-block ol {
    padding-left: 20px; }

.split-bg {
  background: linear-gradient(to right top, rgba(0, 145, 218, 0.1) 50%, white 50%); }

a.linked-block {
  width: 21.5%;
  display: flex; }

a.linked-block .review-block {
  width: 100%;
  margin: 10px;
  padding: 13% 10%; }

.star-rating-block {
  border-radius: 4px;
  height: 50px;
  padding-top: 10px; }
  .star-rating-block p {
    color: #0091DA;
    font-size: 1.3em;
    letter-spacing: 2px; }
  .star-rating-block .transparent {
    color: rgba(0, 145, 218, 0.2); }
  .star-rating-block.rating-border {
    border: 1px solid #702784; }

blockquote {
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: -30px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0 2px; }

blockquote p {
  font-family: tofino;
  font-size: 16px; }

.quotemark:before {
  content: "\201C";
  font-weight: bold;
  font-size: 60px;
  color: rgba(0, 145, 218, 0.2);
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  font-family: 'Georgia', 'Times New Roman', Times, serif; }

.quote-author {
  font-size: 0.9em;
  margin: 0; }

/** HERO Layouts. **/
.hero-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 350px; }

.hero-wrapper img {
  width: 200%; }

.hero-wrapper.layout-a .overlay-left {
  position: absolute;
  top: 0;
  left: -10%;
  overflow: visible;
  visibility: hidden; }

.hero-wrapper.layout-a .overlay-right {
  position: absolute;
  bottom: -20%;
  right: -10%;
  overflow: visible;
  visibility: hidden; }

.hero-wrapper.layout-b::after {
  display: block;
  position: relative;
  background-image: linear-gradient(-133deg, #0091DA 0%, #702784 100%);
  margin-top: -1600px;
  height: 1600px;
  width: 100%;
  content: '';
  opacity: .6; }

.hero-wrapper .hero-content {
  position: absolute;
  z-index: 2;
  padding-top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  top: 0px;
  text-align: center;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0 !important; }

_::-webkit-full-page-media, _:future, :root .hero-wrapper .hero-content {
  display: flex; }

.hero-wrapper.no-btn .hero-content {
  margin-top: 30px; }

.hero-wrapper .hero-content h1,
.hero-wrapper .hero-content h4,
.hero-wrapper .hero-content p {
  color: #FFFFFF;
  width: 100%; }

.hero-wrapper .hero-content p {
  font-weight: 500; }

.hero-content button {
  font-size: 1em;
  position: relative; }

.embed-container {
  position: relative;
  padding: 14.25%;
  max-height: 1px;
  overflow: hidden;
  min-height: 230px;
  max-width: 100%;
  -moz-transform: scale(2.5);
  -moz-transform-origin: 2.5;
  -o-transform: scale(2.5);
  -o-transform-origin: 2.5;
  -webkit-transform: scale(2.5);
  -webkit-transform-origin: 2.5; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-overlay {
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

#my-video {
  position: absolute;
  display: none;
  transition: 2s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border: 0 !important; }

/** CTA Block **/
.default-block {
  padding: 20px 15px; }

.default-block.block-cta {
  padding: 50px 20px 60px 20px; }

.default-block.block-cta p {
  margin: 0px 0px; }

/** Block Sections **/
.section-header {
  padding-top: 20px; }

.section-header h3,
.section-header h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  height: 1.3em; }

.section-header.long h3, .section-header.long h4 {
  height: auto !important;
  overflow: visible;
  max-width: 60%;
  margin: 0 auto 20px; }
  .section-header.long h3:before, .section-header.long h4:before {
    width: 30%;
    margin-left: -30%; }
  .section-header.long h3:after, .section-header.long h4:after {
    width: 30%;
    margin-right: -30%; }

.section-header h3:before,
.section-header h3:after,
.section-header h4:before,
.section-header h4:after {
  background-color: #4A90E2;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 25%; }

.section-header.blue-text h3:before,
.section-header.blue-text h3:after,
.section-header.blue-text h4:before,
.section-header.blue-text h4:after {
  background-color: #00A6E4; }

.section-header.purple-text h3:before,
.section-header.purple-text h3:after,
.section-header.purple-text h4:before,
.section-header.purple-text h4:after {
  background-color: #702784; }

.section-header.cool-blue-text h3:before,
.section-header.cool-blue-text h3:after,
.section-header.cool-blue-text h4:before,
.section-header.cool-blue-text h4:after {
  background-color: #4A90E2; }

.section-header.dark-blue-text h3:before,
.section-header.dark-blue-text h3:after,
.section-header.dark-blue-text h4:before,
.section-header.dark-blue-text h4:after {
  background-color: #065AA2; }

.section-header.white-text h3:before,
.section-header.white-text h3:after,
.section-header.white-text h4:before,
.section-header.white-text h4:after {
  background-color: #FFFFFF; }

.section-header.dark-purple-text h3:before,
.section-header.dark-purple-text h3:after,
.section-header.dark-purple-text h4:before,
.section-header.dark-purple-text h4:after {
  background-color: #0D0048; }

.section-header.dark-grey-text h3:before,
.section-header.dark-grey-text h3:after,
.section-header.dark-grey-text h4:before,
.section-header.dark-grey-text h4:after {
  background-color: #4A4A4A; }

.section-header.light-grey-text h3:before,
.section-header.light-grey-text h3:after,
.section-header.light-grey-text h4:before,
.section-header.light-grey-text h4:after {
  background-color: #EBEBEB; }

.section-header.medium-grey-text h3:before,
.section-header.medium-grey-text h3:after,
.section-header.medium-grey-text h4:before,
.section-header.medium-grey-text h4:after {
  background-color: #696D75; }

.section-header.warm-grey-text h3:before,
.section-header.warm-grey-text h3:after,
.section-header.warm-grey-text h4:before,
.section-header.warm-grey-text h4:after {
  background-color: #BABABA; }

.section-header.orange-text h3:before,
.section-header.orange-text h3:after,
.section-header.orange-text h4:before,
.section-header.orange-text h4:after {
  background-color: #F5A623; }

.section-header.red-text h3:before,
.section-header.red-text h3:after,
.section-header.red-text h4:before,
.section-header.red-text h4:after {
  background-color: #D0021B; }

.section-header h3:before,
.section-header h4:before {
  right: 0.5em;
  margin-left: -50%; }

.section-header h3:after,
.section-header h4:after {
  left: 0.5em;
  margin-right: -50%; }

.block-section {
  padding-top: 20px;
  padding-bottom: 80px; }

.block-section.background-a {
  background-image: url(images/blue-background.png);
  background-size: cover; }

.block-section.white-text h4:after,
.block-section.white-text h4:before {
  background-color: #FFFFFF; }

.block-section.blue-text h4:after,
.block-section.blue-text h4:before {
  background-color: #00A6E4; }

/** Flexbox Logos **/
.block-section.logo-grid {
  height: 360px;
  min-height: 360px; }

.block-section.logo-grid h3 {
  height: 1em; }

.logos-flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between; }

.logos-flex-item {
  width: 19%;
  margin-top: 10px;
  text-align: center; }

.logos-flex-item img {
  width: 96%; }

/** Testimonial Slider **/
.testimonials {
  background: url(images/bitmap.png) center/cover no-repeat;
  min-height: 475px;
  padding-top: 40px; }

.testimonials h2 {
  line-height: 1.3em;
  margin-top: 0%;
  font-weight: 600; }

.testimonials .carousel {
  margin-top: 10%; }

.vertical .carousel-inner {
  min-height: 180px; }

.carousel.vertical .item {
  -webkit-transition: 1s ease-in-out top;
  -moz-transition: 1s ease-in-out top;
  -ms-transition: 1s ease-in-out top;
  -o-transition: 1s ease-in-out top;
  transition: 1s ease-in-out top;
  height: 100%; }

.carousel.vertical .active {
  top: 0px; }

.carousel.vertical .next {
  top: 800px; }

.carousel.vertical .prev {
  top: -800px; }

.carousel.vertical .item {
  left: 0; }

/*fade effect on carousel*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  transform: translateX(0) rotate(0deg);
  transition: all .75s ease;
  height: 100%;
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**Icon Slider**/
#iconCarousel {
  display: flex;
  height: 340px;
  align-items: center; }
  #iconCarousel a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center; }

.carousel-control {
  color: #696D75;
  opacity: 1;
  text-shadow: none;
  font-size: 3em; }
  .carousel-control:hover {
    color: #696D75;
    opacity: 0.8; }
  .carousel-control:focus {
    color: #696D75;
    opacity: 1; }

.carousel-control.left, .carousel-control.right {
  background: none; }

/**Search Page**/
.search-content {
  padding-top: 30px;
  padding-bottom: 50px; }
  .search-content .dropdown-menu li a:hover {
    background-color: #EBEBEB;
    color: #00A6E4; }

.search-toggles {
  border-top: 2px solid #696D75;
  padding-top: 10px;
  margin: 10px 15px;
  overflow: hidden; }
  .search-toggles div {
    padding-left: 0; }

.search-heading p {
  display: block;
  font-size: 1em; }

.blog.category .search-toggles {
  margin: 10px 0px 30px 0px; }

.search-content .btn {
  background: #EBEBEB;
  margin-right: 2px;
  margin-bottom: 3px;
  border-radius: 0;
  box-shadow: none;
  color: #00A6E4; }
  .search-content .btn:hover, .search-content .btn:visited, .search-content .btn:focus, .search-content .btn.sort-order {
    background: #BABABA;
    color: #065AA2; }

.search-content form label {
  display: inline;
  font-weight: 400;
  font-size: 1.3em; }

.search-content form input {
  display: inline; }

.search-listing {
  padding-top: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px; }
  .search-listing .author {
    text-transform: uppercase; }
  .search-listing .pubdate {
    text-transform: capitalize;
    color: #00A6E4; }

.search-listing:first-of-type {
  padding-top: 30px; }

.search-listing:last-child {
  border-bottom: none; }

#search-term {
  font-weight: 600;
  font-size: 1.2em;
  border: none;
  margin-bottom: 10px;
  position: relative;
  top: 0px; }
  #search-term:focus {
    border: none;
    outline: none; }

.search-toggles p {
  display: inline; }

.page-select {
  max-width: 38px;
  display: inline; }

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

/** Bookmarks **/
.bookmark-row {
  display: flex;
  justify-content: center;
  margin: 30px 0px 20px 0px; }

.bookmark-item {
  width: 25%;
  text-align: center;
  font-size: 15px;
  font-weight: 700; }
  .bookmark-item a {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0; }
  .bookmark-item > p {
    color: #00A6E4;
    border-top: 2px solid #00A6E4;
    padding-top: 10px; }
  .bookmark-item .bookmark-shape {
    width: 100px;
    height: 50px;
    margin: 0 auto -2px auto;
    border-radius: 100px 100px 0 0;
    border-top: 2px solid #00A6E4;
    border-left: 2px solid #00A6E4;
    border-right: 2px solid #00A6E4;
    position: relative;
    transition: all 0.2s ease; }
    .bookmark-item .bookmark-shape p {
      padding-top: 4px;
      color: white;
      font-weight: 500;
      font-size: 14px;
      opacity: 0;
      transition: opacity 0.2s ease; }
    .bookmark-item .bookmark-shape .down-caret {
      width: 18px;
      height: 18px;
      border-right: 3px solid #00A6E4;
      border-bottom: 3px solid #00A6E4;
      transform: rotate(45deg);
      position: absolute;
      bottom: 13px;
      left: 40%;
      transition: padding-top 0.2s ease; }
    .bookmark-item .bookmark-shape:hover {
      background: linear-gradient(to bottom right, #064188 0%, #2174C5 100%);
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent; }
      .bookmark-item .bookmark-shape:hover p {
        opacity: 1;
        padding-top: 6px; }
      .bookmark-item .bookmark-shape:hover .down-caret {
        border-right: 3px solid white;
        border-bottom: 3px solid white;
        bottom: 10px; }

/** Industry Cards **/
.industry-row {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 20px; }

.industry-card-header hr {
  width: 10%; }

.industry-icon {
  width: 35%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  justify-content: center;
  padding: 4px;
  /*background: #E7F8FF;*/
  /*padding: 10px;*/
  background: linear-gradient(to bottom right, #2DA6DA, #065AA2 90%, #065AA2 100%);
  /*border: 4px solid $cool-blue;*/
  border-radius: 20px;
  height: 100px;
  transition: all 0.2s ease-in-out;
  z-index: 21; }
  .industry-icon img {
    max-width: 100px;
    max-height: 80px; }

.industry-icon-white {
  background-color: #FFFFFF;
  /*border: 4px solid $cool-blue;*/
  height: 100%;
  border-radius: 18px;
  transition: all 0.2s ease-in-out;
  z-index: 22;
  padding: 4px; }
  .industry-icon-white img {
    max-width: 100px;
    max-height: 80px; }

.industry-white {
  background-color: white;
  padding: 80px 10px 25px;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 46px;
  border-bottom-right-radius: 46px;
  z-index: 20; }
  .industry-white:hover {
    background: none; }

.industry-block {
  display: block;
  cursor: pointer;
  position: relative;
  width: 35%;
  padding: 5px;
  text-align: center;
  color: black;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  max-height: 190px;
  background: linear-gradient(to bottom right, #2DA6DA, #065AA2 90%, #065AA2 100%); }
  .industry-block:hover, .industry-block:visited {
    color: #FFFFFF;
    padding: 5px;
    background: none; }
  .industry-block h5 {
    transition: text-shadow 0.2s ease-in-out;
    margin-top: -15px; }
  .industry-block:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: linear-gradient(to bottom right, #2DA6DA, #065AA2 90%, #065AA2 100%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .industry-block:hover .industry-icon-white {
    background: white;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.25); }
  .industry-block:hover h5 {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .industry-block:hover:after {
    opacity: 1; }

.offer-area-section {
  background-color: #00A6E4;
  min-height: 350px;
  padding: 30px 20px 30px; }
  .offer-area-section h2 {
    font-weight: 600; }

.offer-area-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.cta-image {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }
  .cta-image img {
    max-height: 80px; }

.offer-area-cta {
  width: 40%;
  text-align: center; }
  .offer-area-cta button {
    min-width: 200px;
    position: relative;
    bottom: 0; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > *[aria-hidden] {
  padding-right: 0px !important; }

button.pum-close {
  outline: none; }

#vsel .vsel-nav {
  clear: both;
  visibility: hidden; }

#vsel .vsel-meta {
  width: 100%;
  float: left; }

#vsel .vsel-image-info {
  width: 100%; }

#vsel .vsel-meta-single-date {
  margin-bottom: 3px; }

#vsel .vsel-meta-time {
  margin-bottom: 3px; }

/** Blog **/
.blog img {
  width: 100%; }

.blog h1 {
  color: #00A6E4; }

.blog p {
  line-height: 1.8em; }

.blog a, .search-content a {
  color: #00A6E4;
  transition: .6s ease; }
  .blog a:hover, .search-content a:hover {
    color: #065AA2; }

.blog .category-link {
  text-transform: uppercase; }

.blog .featured-listing {
  margin: 20px 0px; }

.blog .featured-listing img {
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2); }

.blog .featured-listing .item-link {
  text-align: center;
  margin-top: 30px; }

.blog .featured-listing h5 {
  margin: 20px 0px;
  color: #00A6E4; }

.blog .listing-horizontal .listing-thumb {
  display: none; }

.blog .listing-horizontal {
  clear: both;
  overflow: hidden;
  margin: 24px 0px 0px 0px; }

.blog .listing-horizontal h5 {
  margin: 0px 0px 10px 0px;
  font-size: 1.1em; }

.blog .top-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1em;
  color: #00A6E4; }

.blog .listing-horizontal .top-title {
  margin-top: 0px;
  font-size: .8em; }

.blog .listing-horizontal p.top-title {
  margin-bottom: 10px; }

.blog h5.underline {
  padding-bottom: 20px;
  margin: 40px 0px;
  color: #696D75; }

.blog.category h5 {
  padding-bottom: 20px;
  color: #696D75; }

.blog.category h5 {
  margin-bottom: 0px; }

.blog .listing-footer {
  text-align: center;
  margin: 10px 0px 40px 0px; }

.blog .post-content {
  margin: 20px auto; }

.blog .post-head {
  margin-bottom: 40px; }

.blog .post-head h1 {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-family: "tofino";
  font-weight: 500; }

.blog .post-rail .pubdate,
.blog .post-rail .author {
  text-transform: uppercase; }

.blog .listing-horizontal .col-xs-8.listing-body {
  width: 100%; }

.blog.home h1 {
  padding-top: 0px;
  color: #FFFFFF; }

.blog.home.scrolled h1 {
  transition: 1s ease;
  color: #00A6E4;
  padding-bottom: 20px; }

.blog .blog-bg {
  position: fixed;
  top: 70px;
  display: block;
  transition: 1s ease;
  width: 100%;
  z-index: -1;
  max-height: 650px;
  -webkit-mask-image: linear-gradient(to bottom, black 75%, rgba(0, 0, 0, 0) 100%, transparent 10%);
  mask-image: linear-gradient(to bottom, black 75%, rgba(0, 0, 0, 0) 100%, transparent 10%); }

.blog.scrolled .blog-bg {
  opacity: 0; }

.blog.home .featured-listing,
.blog.home.scrolled .featured-listing {
  color: #4A4A4A;
  transition: .5s ease;
  font-weight: 400; }

.blog.home .featured-listing {
  text-shadow: none; }

.blog.home.scrolled .featured-listing {
  text-shadow: none; }

.blog.home .featured-listing a,
.blog.home.scrolled .featured-listing a {
  color: #00A6E4;
  transition: 3s ease; }

/**Blog Category Columns**/
.category-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }

.category-column {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .category-column img {
    width: 100%;
    max-width: 500px;
    max-height: 373px; }
  .category-column p {
    text-transform: uppercase; }

.category-column:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px; }

.blog .post-body {
  margin-bottom: 40px; }

.blog.category h5.underline {
  text-transform: uppercase; }

.blog.category .top-title {
  color: #4A4A4A; }

.blog.category .listing-horizontal .listing-thumb {
  display: block; }

.blog.category .listing-horizontal h5 {
  font-size: 1em;
  padding-bottom: 10px; }

.blog.category .listing-horizontal p.top-title {
  margin-top: 0px;
  margin-bottom: 0px; }

.blog.category .listing-horizontal .col-xs-8.listing-body {
  width: 66.6666667%; }

.blog.category .listing-horizontal .col-xs-4 {
  padding-right: 0px;
  padding-left: 0px; }

.blog.category .listing-container .listing-horizontal {
  padding: 20px 0px 20px 0px;
  margin: 0px;
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #EBEBEB; }
  .blog.category .listing-container .listing-horizontal:last-of-type {
    border: none; }

.footer-nav {
  background-color: #0D0048;
  padding-top: 2%;
  padding-bottom: 2%; }

.footer-block {
  padding: 10px 5px 0;
  width: 20%;
  float: left; }
  .footer-block a {
    color: white; }
    .footer-block a:hover {
      color: #D99CFF; }
  .footer-block p {
    font-size: 1.2em; }
  .footer-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-block li {
    padding: 5px 0; }

.fonteva-white {
  margin-top: 10px;
  text-align: center;
  width: 120px;
  height: auto;
  padding-bottom: 10px; }

.contact-number {
  color: white;
  width: 215px;
  margin: 0 auto;
  border-top: 1px solid white;
  padding-top: 10px;
  text-align: center; }

.subfooter {
  padding-top: 10px;
  padding-bottom: 10px; }

.copyright {
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px; }
  .copyright a {
    color: #666666; }
  .copyright p {
    display: inline-block;
    margin: 0px 8px 0px 0px; }
  .copyright p:first-child {
    padding-left: 0; }
  .copyright p:last-child {
    padding-right: 0; }
  .copyright span {
    margin-right: 8px; }
  .copyright ul {
    list-style-type: none;
    padding-left: 0px; }

.social-links {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px; }
  .social-links img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 15px; }

.social-links i {
  font-size: 2.5em;
  color: #4A4A4A;
  transition: .5s ease; }

.social-links i:hover {
  color: #696D75; }

footer {
  margin-bottom: 48px; }

.footer-logo-container {
  max-width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin: 20px auto;
  text-align: center; }

.footer-logos {
  clear: both; }
  .footer-logos img {
    max-height: 80px;
    float: none;
    display: inline;
    border-radius: 5px; }
  .footer-logos p {
    max-width: 200px;
    padding: auto;
    margin-left: 10px;
    display: inline-block;
    color: #ffffff;
    text-align: left; }

/** Responsive Styles **/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 2.3em; }

  .offer-area-section h2 {
    font-size: 2em; }

  h3 {
    font-size: 2em; }

  h4 {
    font-size: 1.5em; }

  h5 {
    font-size: 1.2em; }

  h6 {
    font-size: 1.1em; }

  .hero-wrapper .hero-content {
    padding-top: 0px; }

  .hero-wrapper .hero-content h1 {
    padding-top: 0px; }

  .hero-content button {
    height: 40px; }

  .hero-wrapper img {
    width: 150%; }

  .block-cta p {
    margin: 0px 10%; }

  .block-section h3 {
    height: 1.6em; }

  .block-section h4 {
    height: 1.5em; }

  .fonteva-white {
    display: none; }

  .blog .featured-listing .item-link {
    text-align: left; }

  .blog .listing-horizontal h5 {
    font-size: 1.2em; }

  .blog .top-title {
    font-size: .9em; }

  .blog .listing-horizontal .listing-thumb {
    display: block; }

  .blog .listing-horizontal .top-title {
    margin-top: 0px;
    font-size: 1em; }

  .blog .listing-horizontal .col-xs-8.listing-body {
    width: 66.6666667%; }

  .blog.home h1 {
    padding-top: 10px; }

  .blog.category .listing-horizontal h5 {
    font-size: 1.2em;
    padding-bottom: 0px; }

  .blog.category .listing-horizontal p.top-title {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px; }

  .blog.category .listing-horizontal .col-xs-4 {
    padding-right: 15px; }

  .blog.category .listing-container .listing-horizontal {
    border-bottom: none; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3em; }

  h2 {
    font-size: 2.5em; }

  .offer-area-section h2 {
    font-size: 2.3em; }

  h3 {
    font-size: 2.3em; }

  h4 {
    font-size: 1.75em; }

  h5 {
    font-size: 1.4em; }

  h6, .icon-block h6 {
    font-size: 1.3em; }

  .social-links {
    float: right; }

  nav ul {
    display: flex;
    width: 100%; }
    nav ul li {
      flex-grow: 1; }

  .navbar-nav > li > a {
    font-size: .9em; }

  .navbar .yamm-content ul.nav-category {
    width: -moz-min-content;
    width: -webkit-min-content;
    width: min-content;
    display: -ms-inline-flexbox;
    clear: both;
    min-width: 340px; }

  .hero-content button {
    height: 40px; }

  .block-cta {
    padding: 90px 20px 100px 20px; }

  .block-cta p {
    margin: 0px 20%; }

  .block-section {
    padding: 40px 0px; }

  .block-section h3 {
    height: 1.8em; }

  .block-section h4 {
    height: 1.75em; }

  .block-section h3:before,
  .block-section h3:after,
  .block-section h4:before,
  .block-section h4:after {
    width: 20%; }

  .logos-flex-item img {
    max-width: 160px; }

  .hero-wrapper img {
    width: 100%; }

  .hero-content button {
    height: 40px; }

  .blog .featured-listing .item-link {
    text-align: left; }

  .blog.category .listing-horizontal h5 {
    font-size: 1.4em;
    padding-bottom: 20px; }

  /** Required for nav Hover **/
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }

  li.dropdown.yamm-fw:hover a.dropdown-toggle {
    background: #00A6E4;
    color: #FFFFFF; }

  .metrics-container {
    margin: 80px auto 120px auto; }

  .testimonials {
    padding-top: 0px; }

  .blog .featured-listing {
    margin: 40px 0px; }

  .blog .top-title {
    margin-top: 0px; }

  .blog .listing-horizontal {
    margin: 0px 0px 20px 0px; }

  .blog .post-head h1 {
    font-size: 2em; }

  .blog .listing-horizontal .top-title {
    margin-top: 0px; }

  .blog .listing-horizontal p.top-title {
    margin-bottom: 0px; }

  .blog .blog-bg {
    top: 170px; }

  .blog.home h1 {
    padding-top: 20px; }

  .search-heading p {
    display: inline;
    font-size: 1.2em; }

  .search-heading #search-term {
    font-size: 1.4em; }

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

  .icon-block {
    width: 25%; }

  .copyright {
    padding-right: 0; }

  .card-text-block {
    padding: 0% 5%;
    display: table; }

  .inner-text {
    display: table-cell;
    vertical-align: middle; }

  #contact-sidebutton {
    height: 0px;
    width: 0px;
    position: fixed;
    left: auto;
    right: -4px;
    top: 21%;
    z-index: 1000;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

  footer {
    margin-bottom: 0px; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -40px; } }
@media only screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .navbar .yamm-content ul.nav-category {
    display: -ms-flexbox;
    -ms-flex-align: start;
    -ms-flex-direction: column; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.5em; }

  h2 {
    font-size: 2.75em; }

  .offer-area-section h2 {
    font-size: 2.5em; }

  h3 {
    font-size: 2.5em; }

  h4 {
    font-size: 2em; }

  h5 {
    font-size: 1.75em; }

  h6, .icon-block h6 {
    font-size: 1.4em; }

  .navbar-nav > li > a {
    font-size: 1.1em; }

  .nav .megamenu .dropdown-menu {
    width: 939px; }

  .hero-content button {
    height: 50px; }

  .block-section h3 {
    height: 2.1em; }

  .block-section h4 {
    height: 2em; }

  .block-section h3:before,
  .block-section h3:after,
  .block-section h4:before,
  .block-section h4:after {
    width: 15%; }

  .logos-flex-item img {
    max-width: 180px; }

  .testimonials h2 {
    margin-top: 13%;
    font-size: 60px;
    line-height: 62px;
    padding-left: 25px; }

  .testimonials {
    min-height: 475px; }

  .vertical .carousel-inner {
    min-height: 300px; }

  .blog .featured-listing h5 {
    margin-top: 0px; }

  .blog .featured-listing {
    margin: 40px 0px; }

  .blog .post-head h1 {
    font-size: 2.2em; }

  .blog .top-title {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 1em; }

  .blog .listing-horizontal {
    margin-bottom: 40px; }

  .blog.category .listing-horizontal h5,
  .blog .listing-horizontal h5 {
    font-size: 1.75em; }

  .blog .listing-horizontal p.top-title {
    margin-bottom: 10px; }

  .blog.home .featured-listing,
  .blog.home .featured-listing a {
    color: #FFFFFF; }

  .blog.home .featured-listing {
    text-shadow: 0px 0px 4px #065AA2;
    font-weight: 500; }

  .blog.home.scrolled .featured-listing {
    font-weight: 500; }

  .search-heading p {
    font-size: 1.4em; }

  .search-heading #search-term {
    font-size: 1.5em; }

  .navbar .yamm-content ul.nav-category {
    clear: none;
    min-width: auto; }

  .section-header.long h3, .section-header.long h4 {
    max-width: 50%; }

  .footer-logo-container {
    float: right;
    display: inline;
    margin-left: 20px;
    margin-top: 40px; }

  .footer-logos {
    display: inline; }
    .footer-logos img {
      max-height: 80px;
      float: left;
      display: inline;
      border-radius: 5px; }
    .footer-logos p {
      max-width: 200px;
      padding: 6px 10px;
      float: right;
      color: #ffffff; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -30px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3.75em; }

  h2 {
    font-size: 3em; }

  .offer-area-section h2 {
    font-size: 2.7em; }

  h3 {
    font-size: 2.7em; }

  h4 {
    font-size: 2.25em; }

  h5 {
    font-size: 1.88em; }

  h6 {
    font-size: 1.56em; }

  .nav .megamenu .dropdown-menu {
    width: 1140px; }

  .navbar .yamm-content ul.nav-category {
    width: auto; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }

  .block-section h3 {
    height: 2.3em; }

  .block-section h4 {
    height: 2.25em; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px; } }
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .metrics-block p:first-child {
    font-size: 6.2em; }
  .metrics-block:first-child p:first-child {
    font-size: 6em; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .image-card p {
    font-size: 16px; }
  .image-card-small p {
    font-size: 16px; }

  .metrics-block p:first-child {
    font-size: 5.3em; }
  .metrics-block:first-child p:first-child {
    font-size: 5.1em; }

  .review-block {
    width: 22%;
    margin: 5px; }
    .review-block .subtitle {
      font-size: 1.2em; }

  a.linked-block {
    width: 23.5%; }

  a.linked-block .review-block {
    margin: 5px; }

  .nav .megamenu .dropdown-menu {
    width: 720px; }

  .search-wrapper input[type=text]:focus {
    width: 200px; }

  .social-links {
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px; }

  .copyright {
    text-align: center;
    margin-top: 0; }

  .bookmark {
    width: 200px;
    height: 90px;
    border-radius: 0 0 200px 200px;
    margin: 5px; }
    .bookmark .bookmark-text {
      font-size: 13px;
      width: 96%;
      padding-top: 10px; }
    .bookmark .down-caret {
      width: 25px;
      height: 25px; }

  .highlight-tile-horizontal img {
    width: 120px; }

  .industry-block {
    width: 50%;
    margin: 0 5px; }

  .industry-icon {
    top: -50px; }
    .industry-icon img {
      max-width: 100px;
      max-height: 80px; }

  .industry-block h4 {
    font-size: 1.5em; }

  .testimonials h2 {
    margin-top: 5%;
    font-size: 45px; }

  .leadership-tile {
    margin: 60px 10px 10px 10px; }
    .leadership-tile img {
      width: 70%;
      height: auto;
      top: -60px; }

  .block-section.logo-grid {
    height: 340px;
    min-height: 340px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .icon-row {
    padding: 0; }

  .icon-block {
    padding: 4px; }
    .icon-block h5 {
      font-size: 1.2em; }

  .subtitle, .subtitle-bold {
    font-size: 1.1em; }

  .footer-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px; }

  .footer-block {
    width: 33%;
    padding: 10px;
    font-size: 0.9em; }
    .footer-block p {
      font-weight: 700; }

  .copyright, .social-links {
    text-align: center;
    font-size: 0.8em;
    margin-top: 0; }

  .highlight-vertical-row {
    flex-wrap: wrap; }

  .highlight-tile-vertical {
    width: 30%; }

  .icon-card img {
    float: none;
    margin: 20px auto; }

  .image-card-small .card-image-small {
    height: 305px; }

  .metrics-block p:first-child {
    font-size: 3.5em; }
  .metrics-block p:last-child {
    margin-top: -20px; }
  .metrics-block:first-child p:first-child {
    font-size: 3.4em; }

  .review-block {
    width: 35%;
    margin: 10px;
    min-height: 350px; }
    .review-block .subtitle {
      min-height: 80px; }

  a.linked-block {
    width: 38%; }

  a.linked-block .review-block {
    margin: 10px;
    padding: 8% 6%; }

  .navbar-brand {
    padding: 0px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute; }

  .navbar-brand > img {
    height: 100%;
    width: auto;
    padding: 7px 14px; }

  .navbar-brand {
    background: url(images/fonteva_logo-SF-v2.png) center/contain no-repeat;
    width: 260px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute; }

  .navbar-header {
    border-bottom: solid 3px #00A6E4; }

  ul.nav-category {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px; }

  ul.dropdown-menu.feature-section {
    min-height: auto; }

  ul.dropdown-menu.feature-section ul.featured-nav-item {
    display: none; }

  .open .navbar-brand {
    background: url(images/fonteva_logo_white.png) center/contain no-repeat; }

  .navbar-nav > li > a {
    color: #FFFFFF; }

  .navbar .yamm-content ul.nav-category {
    display: block;
    float: none;
    width: 100%; }

  li.dropdown.yamm-fw {
    margin-bottom: 20px; }

  .dropdown.yamm-fw.parent.open {
    display: block;
    text-align: left; }

  .dropdown.yamm-fw.parent.open ul.nav-category {
    text-align: left; }

  .dropdown.yamm-fw.parent.open a.dropdown-toggle:before {
    content: "\e800";
    font-family: 'fontello';
    display: inline;
    margin-right: 15px; }

  .dropdown.yamm-fw.parent {
    display: none; }

  .highlight-tile-horizontal {
    width: 80%; }
    .highlight-tile-horizontal img {
      width: 140px; }

  .widget-block, .widget-block-vertical {
    width: 80%; }
    .widget-block .widget-content, .widget-block-vertical .widget-content {
      min-height: 250px; }
    .widget-block h5, .widget-block-vertical h5 {
      margin-top: -50px; }

  .bookmark-row {
    width: 100vw;
    margin-left: -15px; }

  .bookmark-shape {
    width: 200px;
    max-height: 90px;
    height: 90px;
    border-radius: 0 0 200px 200px;
    margin: 5px;
    position: relative; }
    .bookmark-shape .bookmark-text {
      font-size: 12px;
      width: 98%;
      padding-top: 5px; }
    .bookmark-shape .down-caret {
      width: 15px;
      height: 15px;
      margin: 0 auto;
      position: absolute;
      bottom: 18px;
      right: 45%; }

  .bookmark-item p {
    font-size: 13px; }

  .industry-row {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0; }

  .industry-block {
    width: 80%;
    margin-top: 70px; }

  .cta-image {
    display: none; }

  .offer-area-cta {
    width: 100%; }

  .offer-area-cta:first-of-type {
    padding-top: 20px; }

  .offer-area-cta:last-of-type {
    padding-top: 50px; }

  .offer-area-section {
    min-height: 300px;
    padding: 30px 20px 70px; }

  .offer-area-header {
    padding-bottom: 10px; }

  .card-text-block {
    padding: 2% 5%; }

  .image-card {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .image-card .card-right, .image-card .right-image {
      -webkit-order: -1;
      order: -1; }

  .image-card-small {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .image-card-small .card-right, .image-card-small .right-image {
      order: -1; }

  .block-section.logo-grid {
    height: 260px;
    min-height: 260px; }

  .metrics-block {
    margin-top: 10px;
    padding: 10px 10px 0 10px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .footer-block {
    width: 50%; }

  .highlight-tile-vertical {
    width: 80%;
    max-width: 80%; }
    .highlight-tile-vertical h5 {
      font-size: 1em;
      padding-top: 10px; }

  .highlight-tile-horizontal {
    width: 100%; }
    .highlight-tile-horizontal img {
      width: 120px; }

  .metrics-block p:first-child {
    font-size: 2.5em; }
  .metrics-block p:last-child {
    margin-top: -10px;
    font-size: 16px; }
  .metrics-block:first-child p:first-child {
    font-size: 2.5em; }

  .review-block {
    width: 43%;
    padding-top: 5%;
    margin: 5px; }

  a.linked-block {
    width: 46%; }

  a.linked-block .review-block {
    margin: 5px;
    padding-left: 4px;
    padding-right: 4px; }

  .leadership-row {
    flex-wrap: wrap; }

  .leadership-tile {
    width: 60%;
    max-width: 60%;
    margin: 70px 10px 10px 10px; }
    .leadership-tile img {
      top: -70px; }

  .category-columns {
    flex-wrap: wrap;
    justify-content: center; }

  .category-column {
    width: 100%;
    margin-bottom: 25px; }
    .category-column:nth-child(2) {
      margin-left: 0;
      margin-right: 0; }

  .bookmark-row {
    flex-wrap: wrap; }

  .bookmark-item {
    width: 50%; }
    .bookmark-item p {
      border-top: none; }

  .bookmark-shape {
    border-bottom: 2px solid #00A6E4; }

  .block-section.logo-grid {
    height: 200px;
    min-height: 200px; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .copyright p {
    padding: 0 5px; }

  .copyright span:nth-child(4) {
    visibility: hidden; }

  .review-block {
    width: 92%;
    padding: 10px;
    margin: 5px; }

  a.linked-block {
    width: 96%;
    padding: 10px; } }
.fonteva-init-chat-button {
  position: fixed;
  width: 255px;
  height: 50px;
  bottom: 0;
  right: 14px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1.2em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
  z-index: 1000;
  font-weight: 700;
  font-size: 14.4px; }
  .fonteva-init-chat-button > div {
    padding: 12px 14px; }
  .fonteva-init-chat-button * {
    fill: #4384f5; }
  .fonteva-init-chat-button table {
    width: 100%;
    padding: 0 12px; }
    .fonteva-init-chat-button table td.title {
      width: 80%; }
      .fonteva-init-chat-button table td.title p {
        margin: 0; }
    .fonteva-init-chat-button table td.icon {
      width: 20%; }
  .fonteva-init-chat-button p {
    float: left;
    font-weight: 800;
    display: inline; }
  .fonteva-init-chat-button svg {
    float: right;
    display: inline; }
  .fonteva-init-chat-button .lds-ring {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px; }
    .fonteva-init-chat-button .lds-ring div {
      width: 20px;
      height: 20px;
      margin: 0;
      border-width: 3px; }
  .fonteva-init-chat-button .init-button-spinner {
    display: none; }

.fonteva-livechat-topic {
  font-family: 'Noto Sans', sans-serif;
  display: none;
  height: 360px;
  width: 352px;
  background-color: transparent;
  position: fixed;
  bottom: 25px;
  right: 0;
  z-index: 1001;
  padding: 16px; }
  .fonteva-livechat-topic select {
    height: 3em;
    font-size: 0.9em;
    min-width: 200px;
    width: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: #dde2e6;
    border-image: initial;
    padding: 0.8em;
    border-radius: 4px;
    background: white;
    -moz-appearance: none; }
  .fonteva-livechat-topic .fonteva-icon-container {
    width: 60px;
    height: auto;
    background-color: white;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10%;
    padding: 7px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 200px; }
  .fonteva-livechat-topic .livechat-topic-inner {
    background: #eaeef3;
    border-radius: 10px;
    width: 100%;
    height: 92%;
    margin-top: 16%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.2em 1em; }
    .fonteva-livechat-topic .livechat-topic-inner .livechat-topic-header {
      height: 15%;
      width: 100%;
      text-align: right; }
      .fonteva-livechat-topic .livechat-topic-inner .livechat-topic-header i.fa {
        padding: 10px 20px;
        font-size: 15px;
        cursor: pointer; }
    .fonteva-livechat-topic .livechat-topic-inner .livechat-topic-body {
      height: 80%;
      margin: 0 16px 16px 16px;
      background-color: white;
      border-radius: 10px; }
  .fonteva-livechat-topic .topic-form {
    text-align: center;
    margin: auto;
    font-size: 14.4px;
    color: #424d57;
    padding: 50px 0; }
    .fonteva-livechat-topic .topic-form p {
      padding: 0 10px; }
    .fonteva-livechat-topic .topic-form select {
      margin-top: 15px; }
  .fonteva-livechat-topic .spinner-container {
    display: none;
    margin: 10px auto 0 auto; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    margin: 6px;
    border: 6px solid #ddd;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ddd transparent transparent transparent; }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s; }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s; }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#livechat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: transparent;
  cursor: pointer; }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; }
.yamm .container {
  position: relative; }
.yamm .dropdown-menu {
  left: auto; }
.yamm .yamm-content {
  padding: 20px 30px; }
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?32138171");
  src: url("fonts/fontello.eot?32138171#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?32138171") format("woff2"), url("fonts/fontello.woff?32138171") format("woff"), url("fonts/fontello.ttf?32138171") format("truetype"), url("fonts/fontello.svg?32138171#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?76115083#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-arrow-down-circle:before {
  content: '\e800'; }

/* '' */
.icon-arrow-down:before {
  content: '\e801'; }

/* '' */
.icon-arrow-left-circle:before {
  content: '\e802'; }

/* '' */
.icon-arrow-left:before {
  content: '\e803'; }

/* '' */
.icon-arrow-right-circle:before {
  content: '\e804'; }

/* '' */
.icon-arrow-right:before {
  content: '\e805'; }

/* '' */
.icon-arrow-up-circle:before {
  content: '\e806'; }

/* '' */
.icon-arrow-up:before {
  content: '\e807'; }

/* '' */
.icon-business-person-circle:before {
  content: '\e808'; }

/* '' */
.icon-business-person:before {
  content: '\e809'; }

/* '' */
.icon-calendar-check-mark-circle:before {
  content: '\e80a'; }

/* '' */
.icon-calendar-check-mark:before {
  content: '\e80b'; }

/* '' */
.icon-chart-circle:before {
  content: '\e80c'; }

/* '' */
.icon-chart:before {
  content: '\e80d'; }

/* '' */
.icon-check-circle:before {
  content: '\e80e'; }

/* '' */
.icon-check:before {
  content: '\e80f'; }

/* '' */
.icon-clipboard-circle:before {
  content: '\e810'; }

/* '' */
.icon-clipboard:before {
  content: '\e811'; }

/* '' */
.icon-clock:before {
  content: '\e812'; }

/* '' */
.icon-coin:before {
  content: '\e813'; }

/* '' */
.icon-credit-cards-circle:before {
  content: '\e814'; }

/* '' */
.icon-credit-cards:before {
  content: '\e815'; }

/* '' */
.icon-dashboard-circle:before {
  content: '\e816'; }

/* '' */
.icon-dashboard:before {
  content: '\e817'; }

/* '' */
.icon-data-circle:before {
  content: '\e818'; }

/* '' */
.icon-data:before {
  content: '\e819'; }

/* '' */
.icon-delete:before {
  content: '\e81a'; }

/* '' */
.icon-desktop-smartphone-circle:before {
  content: '\e81b'; }

/* '' */
.icon-desktop-smartphone:before {
  content: '\e81c'; }

/* '' */
.icon-ecommerce-circle:before {
  content: '\e81d'; }

/* '' */
.icon-ecommerce:before {
  content: '\e81e'; }

/* '' */
.icon-facebook:before {
  content: '\e81f'; }

/* '' */
.icon-gear-and-wrench-circle:before {
  content: '\e820'; }

/* '' */
.icon-gear-and-wrench:before {
  content: '\e821'; }

/* '' */
.icon-gear-system-circle:before {
  content: '\e822'; }

/* '' */
.icon-gear-system:before {
  content: '\e823'; }

/* '' */
.icon-globe-and-smartphone-circle:before {
  content: '\e824'; }

/* '' */
.icon-globe-and-smartphone:before {
  content: '\e825'; }

/* '' */
.icon-graduation-circle:before {
  content: '\e826'; }

/* '' */
.icon-graduation:before {
  content: '\e827'; }

/* '' */
.icon-group-meeting:before {
  content: '\e828'; }

/* '' */
.icon-handshake-circle:before {
  content: '\e829'; }

/* '' */
.icon-handshake:before {
  content: '\e82a'; }

/* '' */
.icon-head-fill-circle:before {
  content: '\e82b'; }

/* '' */
.icon-head-fill:before {
  content: '\e82c'; }

/* '' */
.icon-idea-circle:before {
  content: '\e82d'; }

/* '' */
.icon-idea:before {
  content: '\e82e'; }

/* '' */
.icon-identification:before {
  content: '\e82f'; }

/* '' */
.icon-indentification-circle:before {
  content: '\e830'; }

/* '' */
.icon-instagram:before {
  content: '\e831'; }

/* '' */
.icon-lightbulb-circle:before {
  content: '\e832'; }

/* '' */
.icon-lightbulb:before {
  content: '\e833'; }

/* '' */
.icon-linkedin:before {
  content: '\e834'; }

/* '' */
.icon-location-circle:before {
  content: '\e835'; }

/* '' */
.icon-location:before {
  content: '\e836'; }

/* '' */
.icon-lock-circle:before {
  content: '\e837'; }

/* '' */
.icon-lock:before {
  content: '\e838'; }

/* '' */
.icon-meeting-time:before {
  content: '\e839'; }

/* '' */
.icon-money-cloud-circle:before {
  content: '\e83a'; }

/* '' */
.icon-money-cloud:before {
  content: '\e83b'; }

/* '' */
.icon-money-refresh:before {
  content: '\e83c'; }

/* '' */
.icon-networking-circle:before {
  content: '\e83d'; }

/* '' */
.icon-networking:before {
  content: '\e83e'; }

/* '' */
.icon-news-circle:before {
  content: '\e83f'; }

/* '' */
.icon-news:before {
  content: '\e840'; }

/* '' */
.icon-paper-circle:before {
  content: '\e841'; }

/* '' */
.icon-paper:before {
  content: '\e842'; }

/* '' */
.icon-play-button-circle:before {
  content: '\e843'; }

/* '' */
.icon-play-button:before {
  content: '\e844'; }

/* '' */
.icon-price-tag-circle:before {
  content: '\e845'; }

/* '' */
.icon-price-tag:before {
  content: '\e846'; }

/* '' */
.icon-refresh-circle:before {
  content: '\e847'; }

/* '' */
.icon-refresh:before {
  content: '\e848'; }

/* '' */
.icon-sass-circle:before {
  content: '\e849'; }

/* '' */
.icon-sass:before {
  content: '\e84a'; }

/* '' */
.icon-share-circle:before {
  content: '\e84b'; }

/* '' */
.icon-share:before {
  content: '\e84c'; }

/* '' */
.icon-signing-documents-circle:before {
  content: '\e84d'; }

/* '' */
.icon-signing-documents:before {
  content: '\e84e'; }

/* '' */
.icon-stack-circle:before {
  content: '\e84f'; }

/* '' */
.icon-stack:before {
  content: '\e850'; }

/* '' */
.icon-star-sticker-check-mark:before {
  content: '\e851'; }

/* '' */
.icon-star-stricker-check-mark-circle:before {
  content: '\e852'; }

/* '' */
.icon-statistics-circle:before {
  content: '\e853'; }

/* '' */
.icon-tags-circle:before {
  content: '\e854'; }

/* '' */
.icon-statistics:before {
  content: '\e855'; }

/* '' */
.icon-tags:before {
  content: '\e856'; }

/* '' */
.icon-twitter:before {
  content: '\e857'; }

/* '' */
.icon-web-developemnt:before {
  content: '\e858'; }

/* '' */
.icon-web-development-circle:before {
  content: '\e859'; }

/* '' */
.icon-website-circle:before {
  content: '\e85a'; }

/* '' */
.icon-website-profile-circle:before {
  content: '\e85b'; }

/* '' */
.icon-website-profile:before {
  content: '\e85c'; }

/* '' */
.icon-website:before {
  content: '\e85d'; }

/* '' */
.icon-flickr:before {
  content: '\e85e'; }

/* '' */
.icon-google-plus:before {
  content: '\e85f'; }

/* '' */
.icon-phone-circle:before {
  content: '\e860'; }

/* '' */
.icon-phone:before {
  content: '\e861'; }

/* '' */
.icon-open-door-circle:before {
  content: '\e862'; }

/* '' */
.icon-open-door:before {
  content: '\e863'; }

/* '' */
.icon-youtube:before {
  content: '\e864'; }

/* '' */
/* Temporary override */
.listing-footer {
  position: relative; }
  .listing-footer .ajax-loader {
    display: none;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -8px;
    width: 16px; }

.footer-block li:first-of-type {
  margin: 0 0 10px; }
  .footer-block li:first-of-type a {
    font-size: 1.2em; }
    @media only screen and (max-width: 768px) {
      .footer-block li:first-of-type a {
        font-weight: 700; } }

.search-results .page-header {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .search-results .page-header {
      float: left; } }

.logged-in .blog .blog-bg {
  top: 116px; }

@media only screen and (min-width: 768px) {
  .logged-in .blog .blog-bg {
    top: 202px; } }
.page-header {
  border-bottom: none; }

.anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  visibility: hidden; }

/*# sourceMappingURL=style.css.map */

.uk-subnav-pill .uk-active a {
  background-image: url("/wp-content/uploads/2020/02/review_hover_dialog_box3.png")!important;
background: no-repeat;
height:115px;}

.tofino {
font-family: tofino, sans-serif;
}
/* style blog template */

a[rel="category tag"]{
  font-weight: bold;
  padding-bottom: 10px;
}

.post-body {  
  padding-top: 30px;
}