@charset "UTF-8";
@import url(https: //fonts.googleapis.com/css?family=Roboto:400,300,700,300italic,400italic,700italic);

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active, .btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default.disabled, .btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active, .btn.active {
  background-image: none;
}

.btn-default {
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #e8eaf0 0%, #c3c8d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8EAF0', endColorstr='#FFC3C8D8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #bdc3d4;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #c3c8d8;
  background-position: 0 -15px;
}

.btn-primary:active, .btn-primary.active {
  background-color: #c3c8d8;
  border-color: #bdc3d4;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #c3c8d8;
  background-image: none;
}

.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: linear-gradient(to bottom, #e8eaf0 0%, #d9dce6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8EAF0', endColorstr='#FFD9DCE6', GradientType=0);
  background-color: #d9dce6;
}

.navbar-default {
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF0F0F0F', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #e8eaf0 0%, #d9dce6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8EAF0', endColorstr='#FFD9DCE6', GradientType=0);
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

.progress-bar {
  background-image: linear-gradient(to bottom, #e8eaf0 0%, #c9cedc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8EAF0', endColorstr='#FFC9CEDC', GradientType=0);
}

.progress-bar-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

.progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #c9cedc;
  background-image: linear-gradient(to bottom, #e8eaf0 0%, #d1d5e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8EAF0', endColorstr='#FFD1D5E1', GradientType=0);
  border-color: #d1d5e1;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #e8eaf0 0%, #d9dce6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8EAF0', endColorstr='#FFD9DCE6', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}

.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

body, html {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
  font-size: 1rem;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

h1 {
  font-size: 2rem;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5rem;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 2.5rem;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625rem;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2rem;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2rem;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375rem;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5rem;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75rem;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125rem;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25rem;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5rem;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

html,
body {
  background: #213468;
  height: 100%;
  max-width: 1920px;
  color: #666;
}

html h1, html h2, html h3, html h4, html h5, html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #20346a;
}

html h1:first-of-type, html h2:first-of-type, html h3:first-of-type, html h4:first-of-type, html h5:first-of-type, html h6:first-of-type,
body h1:first-of-type,
body h2:first-of-type,
body h3:first-of-type,
body h4:first-of-type,
body h5:first-of-type,
body h6:first-of-type {
  margin-top: 0;
}

html a,
body a {
  color: #20346a;
}

html a:hover,
body a:hover {
  color: #318fbf;
}

html ul, html ol,
body ul,
body ol {
  margin-bottom: 1.375em;
}

html #main p,
body #main p {
  margin-bottom: 1.375em;
}

html {
  margin: 0 auto;
}

html.freeze {
  overflow: hidden !important;
}

.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;
}

.entry-content img, #main img {
  width: auto;
  height: auto;
}

.entry-content iframe, .entry-content object, .entry-content embed, .entry-content img, #main iframe, #main object, #main embed, #main img {
  max-width: 100%;
}

.panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.panel .panel-inner {
  padding: 30px;
}

.panel .panel-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.panel .panel-read-more {
  float: left;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.panel .panel-read-more span, .panel .panel-read-more .fa {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.panel .panel-read-more .fa {
  font-size: 30px;
  margin-left: 10px;
}

.meta-post {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.meta-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-post ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.meta-post ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.meta-post span {
  margin-right: 40px;
}

.meta-post span, .meta-post > ul {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-main .widget-title {
  display: none;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clear {
	clear: both;
}

.gap5 {
	height: 5px;
}

.gap6 {
	height: 6px;
}

.gap7 {
	height: 7px;
}

.gap8 {
	height: 8px;
}

.gap9 {
	height: 9px;
}

.gap10 {
	height: 10px;
}

.gap15 {
	height: 15px;
}

.gap20 {
	height: 20px;
}

.gap25 {
	height: 25px;
}

.gap30 {
	height: 30px;
}

.gap40 {
	height: 40px;
}

.gap50 {
	height: 50px;
}

.gap60 {
	height: 60px;
}

.gap70 {
	height: 70px;
}

.gap80 {
	height: 80px;
}

.gap90 {
	height: 90px;
}

.gap100 {
	height: 100px;
}

.post-category-single ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.post-category-single ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-category-single ul li {
  float: left;
  margin: 0 0 20px 20px;
}

.post-category-single ul li:first-of-type {
  margin-left: 0;
}

.single-format-image #image-wrapper-single {
  background: #333333;
}

.list-gallery-single {
  background: #eeeeee;
  position: relative;
}

.list-gallery-single .arrow-slick-gallery {
  height: 100%;
  width: 80px;
  position: absolute;
  z-index: 90;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  font-size: 45px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  text-align: center;
}

.list-gallery-single .arrow-slick-gallery .fa {
  width: auto;
  max-height: 44px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.list-gallery-single .arrow-slick-gallery:hover {
  transition: all .2s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}

.list-gallery-single .slick-gal-prev {
  right: 0;
}

.list-gallery-single .slick-gal-next {
  left: 0;
}

.list-gallery-single .slick-slide {
  text-align: center;
  height: 400px;
  padding: 15px;
}

.list-gallery-single .slick-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.list-gallery-single .slick-slide img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
}

.single-format-gallery #gallery-wrapper-single {
  overflow: hidden;
}

.single-format-gallery .gallery-post-wrapper {
  background: #222222;
  position: relative;
}

.single-format-gallery .arrow-slick-gallery {
  height: 100%;
  width: 80px;
  position: absolute;
  z-index: 90;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  font-size: 45px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  text-align: center;
}

.single-format-gallery .arrow-slick-gallery .fa {
  width: auto;
  max-height: 44px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.single-format-gallery .arrow-slick-gallery:hover {
  transition: all .2s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}

.single-format-gallery .slick-gal-prev {
  right: 0;
}

.single-format-gallery .slick-gal-next {
  left: 0;
}

.single-format-gallery .slick-slide {
  text-align: center;
  height: 400px;
  padding: 15px;
}

.single-format-gallery .slick-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.single-format-gallery .slick-slide img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
}

.single-format-video #video-wrapper-single {
  background: #e8eaf0;
}

.single-format-audio #audio-wrapper {
  padding: 20px 0;
  background: #c9cedc;
}

.single-format-audio #audio-wrapper audio {
  width: 100%;
  display: block;
}

.single-format-audio #audio-wrapper audio p {
  color: white;
}

.single-format-audio .wp-playlist {
  background: #c9cedc;
  margin: 0 !important;
  border: none !important;
}

.single-format-audio .wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
  color: white;
  font-size: 20px;
}

.single-format-audio .wp-playlist .wp-playlist-current-item .wp-playlist-item-meta {
  color: white;
}

.single-format-audio .wp-playlist .wp-playlist-current-item {
  Height: auto !important;
}

.single-format-audio .wp-playlist .wp-playlist-current-item img {
  display: none;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item {
  padding: 0;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  color: #666;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-item-title, .single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-item-length {
  color: #666;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-caption, .single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-length {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-caption {
  width: calc(100% - 104px) !important;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-length {
  width: 100px;
  text-align: right;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-title, .single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-length {
  color: white;
}

.single-format-audio .wp-playlist .wp-playlist-tracks a {
  padding: 10px;
  font-size: 16px;
  color: white;
}

.sidebar-single .sidebar-single-holding {
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 15px 0;
}

.sidebar-single .sidebar-single-holding:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 1199px) {
  .sidebar-single .sidebar-single-holding {
    margin-bottom: 25px;
  }
}

.sidebar-single .post-meta-on:after, .sidebar-single .post-meta-in:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.sidebar-single .post-meta-on p, .sidebar-single .post-meta-in p {
  float: left;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 0;
}

.sidebar-single .post-meta-on .posted-on, .sidebar-single .post-meta-on .posted-in, .sidebar-single .post-meta-in .posted-on, .sidebar-single .post-meta-in .posted-in {
  margin-right: 3px;
}

.single .post_sharing {
  margin-top: 35px;
  text-align: left;
}

.single .post_sharing_title {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .single .post_sharing_title {
    display: inline;
    margin-bottom: 0;
  }
}

.comments-replies {
  margin-top: 40px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-list ol, .comment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list ol:after, .comment-list ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-list > li {
  margin-bottom: 30px;
}

.comment-list > li.has-replies {
  margin-bottom: 0;
}

.comment-list > li.has-replies > .panel {
  border-bottom: 0;
}

.comment-list .panel {
  margin: 0;
}

.comment-list > ol.children {
  margin-bottom: 20px;
}

.comment-list > ol.children .panel {
  border-bottom: 0;
}

.comment-list > ol.children > li .panel {
  background: #eeeeee;
}

.comment-list > ol.children li:last-of-type .panel {
  border-bottom: 1px solid #ddd;
}

.comment-list > ol.children ol.children + li .panel {
  border-top: 0 !important;
}

.comment-list li img {
  border-radius: 50%;
}

.comment-list li img, .comment-list li .meta_data_reply {
  display: inline-block;
  vertical-align: middle;
}

.comment-list li .comment-footer {
  margin-top: 15px;
}

.comment-list li .comment-footer.full-col li {
  width: 100% !important;
  text-align: left !important;
}

.comment-list li .comment-footer li {
  width: 50%;
  float: left;
}

.comment-list li .comment-footer li p {
  margin: 0;
}

.comment-list li .comment-footer li:first-of-type {
  text-align: left;
}

.comment-list li .comment-footer li:last-of-type {
  text-align: right;
}

.comment-list li .meta_data_reply {
  margin-left: 15px;
}

.comment-list li .meta_data_reply .author-name {
  font-size: 20px;
  float: left;
  width: 100%;
  color: #e8eaf0;
}

.comment-list li .meta_data_reply .coment-time-date {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.comment-list li .meta_data_reply .coment-time-date span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
}

.comment-list li .comment-reply-content {
  padding: 15px 0;
}

.comment-list li .comment-reply-content p {
  font-size: 16px;
}

.comment-list li .comment-reply-content p:last-of-type {
  margin-bottom: 0;
}

#comment-response {
  width: 100%;
}

.reply-footer-response {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.reply-footer-response:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.reply-footer-response.full-col li {
  width: 100% !important;
  text-align: left !important;
}

.reply-footer-response li {
  width: 50%;
  float: left;
}

.reply-footer-response li p {
  margin: 0;
}

.reply-footer-response li:first-of-type {
  text-align: left;
}

.reply-footer-response li:last-of-type {
  text-align: right;
}

/*----------------------------------------------------------------
/* Main navigation container
/*----------------------------------------------------------------*/
.navigation_bar_main {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  min-height: 62px;
  background: white;
  position: relative;
}

@media (min-width: 992px) {
  .navigation_bar_main {
    min-height: 80px;
  }
}

.navigation_bar_main.float {
  width: 100%;
  position: relative;
  z-index: 90;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  min-height: 62px;
}

@media (max-width: 767px) {
  .navigation_bar_main .row > div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navigation_bar_main #navigation-wrapper {
    position: fixed;
    min-height: 62px;
    width: 100%;
    z-index: 90;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    background: white;
    left: 0;
  }
}

.navigation_bar_main #navigation-wrapper .search {
  width: 60px;
  float: right;
  text-align: center;
  height: 80px;
  line-height: 80px;
}

.navigation_bar_main #navigation-wrapper .search:hover {
  background: #e8eaf0;
  color: #213468;
}

@media (max-width: 991px) {
  .navigation_bar_main #navigation-wrapper .search {
    height: 62px;
    line-height: 64px;
  }

  .navigation_bar_main #navigation-wrapper .search .fa {
    font-size: 23px;
    color: #213468;
  }
}

/*----------------------------------------------------------------
/* Mobile menu toggle
/*----------------------------------------------------------------*/
#navigation-mobile__control {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding: 18px 20px;
}

#navigation-mobile__control i {
  font-size: 25px;
  color: #20346a;
}

#navigation-mobile__control:hover {
  cursor: pointer;
}

/*----------------------------------------------------------------
/* Header logo
/*----------------------------------------------------------------*/
.logo:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 991px) {
  .logo {
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 62px;
    line-height: 62px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .logo {
    float: left;
    width: 200px;
    min-height: 62px;
    line-height: 80px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
  }
}

.logo img {
  max-height: 62px;
  width: auto;
}

@media (max-width: 991px) {
  .logo img {
    max-width: 130px;
    height: auto;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .logo img {
    max-height: 80px;
    margin-top: 25px;
  }
}

/*----------------------------------------------------------------
/* Mobile backdrop
/* The overlay that covers the content when the mobile menu is open
/*----------------------------------------------------------------*/
.navigation__mobile--backdrop {
  position: fixed;
  opacity: 0;
  z-index: 9000;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all .2s ease-in-out;
}

.navigation__mobile--backdrop.open {
  transition: all .2s ease-in-out;
  display: block;
  opacity: 1;
}

/*----------------------------------------------------------------
/* Mobile menu
/* The container that holds the mobile menu
/*----------------------------------------------------------------*/
#navigation-mobile {
  background: #213468;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transition: all .2s ease-in-out;
  width: calc(100% - 63px) !important;
  max-width: 400px;
}

#navigation-mobile.open {
  transition: all .2s ease-in-out;
  left: 0;
}

.admin-bar #navigation-mobile {
  top: 46px !important;
  height: calc(100% - 46px) !important;
}

@media screen and (min-width: 783px) {
  .admin-bar #navigation-mobile {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}

/*----------------------------------------------------------------
/* UL that holds menu items
/*----------------------------------------------------------------*/
@media (min-width: 992px) {
  #menu-main {
    float: right;
  }
}

/*----------------------------------------------------------------
/* The main menu
/*----------------------------------------------------------------*/
.menu-primary__wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 992px) {
  .menu-primary__wrapper {
    transform-style: preserve-3d;
    width: calc(100% - 200px - 60px);
    float: left;
    height: 80px;
  }
}

.menu-primary__wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.menu-primary__wrapper ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 992px) {
  .menu-primary__wrapper ul {
    float: none;
  }
}

.menu-primary__wrapper ul li a {
  display: block;
  padding: 30px 20px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 992px) {
  .menu-primary__wrapper ul li a {
    color: #213468;
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper ul li a {
    color: white !important;
    padding: 10px 20px !important;
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.menu-primary__wrapper > ul ul {
  transition: all .2s ease-in-out;
}

@media (max-width: 991px) {
  .menu-primary__wrapper > ul ul {
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }

  .menu-primary__wrapper > ul ul.active {
    max-height: 999px;
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul ul {
    display: none;
    background: white;
    position: absolute;
    top: 0;
    left: 250px;
    width: 250px;
    z-index: 100;
  }
}

.menu-primary__wrapper > ul ul li {
  display: block;
  float: none;
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul ul a {
    /*border-top: 1px solid lighten($secondary,70%);*/
  }

  .menu-primary__wrapper > ul ul a:hover, .menu-primary__wrapper > ul ul a.hover {
    transition: all .2s ease-in-out;
    background: #e8eaf0 !important;
    color: #213468 !important;
  }
}

.menu-primary__wrapper > ul > li > a {
  transition: all .2s ease-in-out;
}

.menu-primary__wrapper > ul > li > a.dropdown-toggle:after {
  content: "\f107";
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul > li > a:hover, .menu-primary__wrapper > ul > li > a.hover {
    transition: all .2s ease-in-out;
    background: #e8eaf0 !important;
    color: #213468 !important;
  }
}

.menu-primary__wrapper li {
  position: relative;
}

@media (min-width: 992px) {
  .menu-primary__wrapper li {
    float: left;
  }

  .menu-primary__wrapper li:hover > ul {
    display: block;
  }
}

.menu-primary__wrapper a {
  border: none;
  width: 100%;
  display: block;
  text-decoration: none !important;
  position: relative;
}

@media (max-width: 991px) {
  .menu-primary__wrapper a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.menu-primary__wrapper li.current-menu-item a {
  background: #e8eaf0;
  color: #213468;
}

@media (min-width: 991px) {
  .menu-primary__wrapper li.current-menu-item a {
    border-left: 1px solid #d3d0cc;
    border-right: 1px solid #d3d0cc;
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper li.current-menu-item a {
    background: #121f49;
  }
}

.menu-primary__wrapper .current-menu-ancestor ul .current-menu-item a {
  background: #e8eaf0 !important;
  color: #213468 !important;
}

@media (max-width: 991px) {
  .menu-primary__wrapper .current-page-ancestor > a {
    background: #121f49 !important;
    color: #e8eaf0 !important;
  }
}

.menu-primary__wrapper li.current_page_parent > a,
.menu-primary__wrapper li.current-menu-parent > a {
  background: #121f49;
  color: #121f49;
}

@media (min-width: 992px) {
  .menu-primary__wrapper .menu-depth-1 {
    top: 100%;
    left: 0;
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper .menu-depth-1 {
    background: #1a2851;
  }

  .menu-primary__wrapper .menu-depth-2 {
    background: black;
  }
}

.menu-primary__wrapper .dropdown-toggle:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  position: absolute;
  top: calc(70% - 20px) !important;
  right: 5px;
}

@media (min-width: 991px) {
  .menu-primary__wrapper .dropdown-toggle:after {
    top: calc(70% - 29px) !important;
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper .dropdown-toggle:after {
    content: "\f107";
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper .dropdown-toggle:after {
    content: "\f105";
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper .dropdown-toggle.active:after {
    content: "\f106";
  }
}

.post-type-archive-innovations #menu-mainmenu .innovation, .tax-innovationtype #menu-mainmenu .innovation, .single-innovations #menu-mainmenu .innovation {
  background: #121f49;
}

@media (min-width: 992px) {
  .post-type-archive-innovations #menu-mainmenu .innovation, .tax-innovationtype #menu-mainmenu .innovation, .single-innovations #menu-mainmenu .innovation {
    border-left: 1px solid #d3d0cc;
    border-right: 1px solid #d3d0cc;
    background: #e8eaf0;
    color: #213468;
  }
}

#back-to-top {
  position: fixed;
  z-index: 999;
  background: #e8eaf0;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 5px 5px rgba(0, 0, 0, 0.05);
  bottom: 15px;
  right: 15px;
}

#back-to-top.active {
  opacity: 1;
  transition: all .2s ease-in-out;
  visibility: visible;
}

#back-to-top .fa {
  padding: 5px 0;
  color: #213468;
  font-size: 30px;
}

#back-to-top:hover {
  transition: all .2s ease-in-out;
  background: #c9cedc;
}

@media screen and (min-width: 768px) {
  #back-to-top {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
  }

  #back-to-top .fa {
    font-size: 45px;
  }
}

.wp-paginate .fa {
  font-size: 19px;
  font-weight: bold;
}

.wp-paginate .next, .wp-paginate .previous {
  padding-top: 8px !important;
}

.wp-paginate a, .wp-paginate span {
  position: relative;
  overflow: hidden;
  background: white !important;
  text-align: left;
  display: block;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 7px !important;
  border: 1px solid white !important;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 9px 0 10px 0 !important;
}

.wp-paginate a:after, .wp-paginate span:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wp-paginate .current, .wp-paginate a:hover {
  background: #e8eaf0 !important;
  border: 1px solid #e8eaf0 !important;
  color: white !important;
}

.wp-paginate li {
  margin-right: 15px;
}

.wp-paginate li:first-of-type {
  display: none;
}

#loading-pane {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

#loading-pane .inner-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}

#loading-pane .inner-wrapper .inner-wrapper-align {
  display: table-cell;
  vertical-align: middle;
}

#loading-pane .inner-wrapper.active {
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#loading-pane.fade-in.active {
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#loading-pane.slide-up.active {
  transition: all .2s ease-in-out;
  top: -150%;
}

#loading-pane.slide-down.active {
  transition: all .2s ease-in-out;
  top: 100%;
}

#loading-pane.slide-left.active {
  transition: all .2s ease-in-out;
  left: -150%;
}

#loading-pane.slide-right.active {
  transition: all .2s ease-in-out;
  left: 100%;
}

.loading-text {
  display: inline-block;
  color: white;
  font-weight: bold;
  width: 100%;
}

.spinner {
  margin-bottom: 20px !important;
}

.spinner.bars {
  width: 50px;
  height: 40px;
  margin: 0 auto;
  font-size: 10px;
}

.spinner.bars > div {
  height: 100%;
  width: 7px;
  margin: 0 3px 0 0;
  background-color: #fff;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner.bars .rect2 {
  animation-delay: -1.1s;
}

.spinner.bars .rect3 {
  animation-delay: -1.0s;
}

.spinner.bars .rect4 {
  animation-delay: -0.9s;
}

.spinner.bars .rect5 {
  animation-delay: -0.8s;
}

.spinner.cubes {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.spinner.cubes .cube1, .spinner.cubes .cube2 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.spinner.cubes .cube2 {
  animation-delay: -0.9s;
}

.spinner.dots {
  width: 70px;
  text-align: center;
  margin: 0 auto;
}

.spinner.dots > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner.dots .bounce1 {
  animation-delay: -0.32s;
}

.spinner.dots .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

#progress {
  position: fixed;
  z-index: 2147483647;
  left: 0px;
  width: 0%;
  height: 2px;
  transition: width 500ms ease-out, opacity 400ms linear;
}

#progress.bottom {
  bottom: 0;
}

#progress.top {
  top: 0;
}

#progress dd, #progress dt {
  position: absolute;
  top: 0;
  height: 2px;
}

#progress dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#progress dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bottom-bar {
  padding-top: 10px;
}

.mfp-figure, .mpf-iframe {
  position: relative;
  opacity: 0;
}

.mfp-counter {
  top: 10px;
}

.mfp-open .mfp-figure, .mfp-open .mfp-iframe {
  animation-name: imgfadeIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

@keyframes imgfadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

figure.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  line-height: 1.428571429;
  padding: 5px 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.wp-playlist {
  padding: 20px !important;
  margin: 0 0 18px !important;
}

div.gallery-image {
  display: block;
  background: #f9f9f9;
  text-align: center;
  padding: 4px;
  margin-bottom: 30px;
  height: 100%;
}

div.gallery-image img {
  transition: all 0.8s;
}

div.gallery-image img:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  div.gallery-image {
    padding: 16px;
  }
}

/* Form wrapper */
.gform_wrapper {
  /* HEADING */
  /* BODY */
  /* VALIDATION */
  /* PROGRESS */
  /* STEPS */
  /* PAGES */
}

.gform_wrapper form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gform_wrapper .gform_heading {
  color: #666;
}

.gform_wrapper .gform_heading .gform_title {
  color: #666;
}

.gform_wrapper .gform_heading .gform_description {
  border-bottom: 1px solid white;
  width: 100%;
  display: inline-block;
}

.gform_wrapper .gform_body {
  padding: 30px 0;
}

.gform_wrapper .gform_body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gform_wrapper .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_body .gform_fields li {
  margin-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield {
  /* LIST BODY */
  /* INPUTS */
  /* SECTION */
  /* PRODUCT PRICE */
  /* SHIPPING */
  /* RECAPTCHA */
  /* FOOTER */
  /* TEXTAREA */
  /* CHECKBOX AND RADIO BUTTONS */
  /* COMPLEX */
  /* HOUR */
  /* DATEPICKER */
  /* MONTH, DAY AND YEAR */
  /* MULTIFILE UPLOAD */
  /* DROP AREA */
  /* SELECT */
}

#field_2_8 > .gfield_label, #field_3_8 > .gfield_label, #field_4_8 > .gfield_label, #field_5_8 > .gfield_label, #field_6_8 > .gfield_label, #field_8_18 > .gfield_label {
	display: none;
}

#label_2_8_1, #label_3_8_1, #label_4_8_1, #label_5_8_1, #label_6_8_1, #label_8_18_1 {
	margin-top: 4px;
}

#label_8_18_1 {
	width: calc(100% - 45px) !important;
}

@media (min-width: 992px) {
	#field_2_8, #field_3_8, #field_4_8, #field_5_8, #field_6_8, #field_8_18 {
		margin-left: 250px;
	}
}

@media (max-width: 991px) {
	#field_2_8, #field_3_8, #field_4_8, #field_5_8, #field_6_8, #field_8_18 {
		margin-left: 0;
	}
}

.gform_wrapper .gform_body label {
	font-weight: normal !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 12px;
  font-style: italic;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 1200px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
	width: calc(61% - 250px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
	width: calc(74% - 250px);
  }
}

@media (min-width: 1200px) {
  #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container {
	width: calc(82% - 250px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #gform_wrapper_8 .gform_body .gform_fields .gfield .ginput_container {
	width: calc(95% - 250px);
  }
}

.gform_wrapper .gform_body .instruction, .gform_wrapper .gform_body .screen-reader-text {
	font-size: 12px !important;
	font-style: italic !important;
}

.gform_wrapper .gform_body .instruction strong, .gform_wrapper .gform_body .ginput_preview strong {
	font-weight: normal !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_containeractive {
  outline: none;
  box-shadow: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #666;
}

@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 0 0;
    width: 220px;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #d9534f;
}

.gform_wrapper .gform_body textarea {
	width: 100%;
	height: 100px;
}

.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield inputactive, .gform_wrapper .gform_body .gform_fields .gfield button:focus, .gform_wrapper .gform_body .gform_fields .gfield buttonactive, .gform_wrapper .gform_body .gform_fields .gfield select:focus, .gform_wrapper .gform_body .gform_fields .gfield selectactive, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield textareaactive {
  outline: none;
  box-shadow: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list thead thtable.gfield_list thead th {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr.gfield_list_row_odd {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr td {
  padding-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr td.gfield_list_cell {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list colgroup col.gfield_list_col_odd {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list colgroup col.gfield_list_col_even {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid #c2c2c2;
  padding: 10px 8px;
  width: 100%;
}

.gform_wrapper .gform_body .gform_fields .gfield .gsection {
  border-top: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gsection .gsection_title {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price_label, .gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price, .gform_wrapper .gform_body .gform_fields .gfield .gfield_price {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_quantity label {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_quantity input {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_shipping label {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_total span {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_total label {
  color: #666;
}

.gform_wrapper .gform_body .gform_fields .gfield .recaptcha_widget_div .recaptcha_area {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha input {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_footer {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_footer input[type=submit] {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_footer input[type=image] {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 1px solid #c2c2c2;
  padding: 10px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox, .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox], .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=radio], .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=checkbox], .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
  margin-left: 15px;
}

.gform_wrapper .gform_body input[type='checkbox'], .gform_wrapper .gform_body input[type='radio'] {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 1px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}

.gform_wrapper .gform_body input[type='checkbox']:after, .gform_wrapper .gform_body input[type='radio']:after {
	content: "";
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	position: absolute;
	cursor: pointer;
	height: 30px;
	width: 30px;
	left: 0;
	top: 0;
	font-size: 25px;
	background: #fff;
	border: 1px solid #c2c2c2;
}

.gform_wrapper .gform_body input[type='checkbox']:checked:after, .gform_wrapper .gform_body input[type='radio']:checked:after {
	background: #fff;
	font-family: FontAwesome;
	content: '\f00c';
	color: #666;
}

.gform_wrapper .gform_body input[type='radio'] {
	cursor: hand;
	cursor: pointer;
}

.gform_wrapper .gform_body .gfield_radio li {
	float: left;
	width: 35%;
	margin-top: 4px;
	margin-bottom: 0 !important;
}

.gform_wrapper .gform_body .gfield_radio#input_8_14 li {
	float: left;
	width: 35%;
	margin-top: 4px;
	margin-bottom: 0 !important;
}

.gform_wrapper .gform_body #field_8_18 .ginput_container_checkbox {
	width: 100% !important;
	margin-top: 4px;
	margin-bottom: -15px !important;
}

.gform_wrapper .gform_body #validation_message_8_18 {
	margin-left: 0 !important;
	width: 100% !important;
}

@media (min-width: 1200px) {
  .gform_wrapper .gform_body #validation_message_8_18 {
	width: 74.5% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gform_wrapper .gform_body #validation_message_8_18 {
	width: 91.7% !important;
  }
}

@media (max-width: 1199px) {
	.gform_wrapper .gform_body .gfield_radio li {
		width: 100%;
	}
	.gform_wrapper .gform_body .gfield_radio#input_8_14 li {
		width: 100%;
	}
}

.gform_wrapper .gform_body .gfield_radio li label{
	margin-top: 4px !important;
	margin-left: 15px !important;
}

.gform_wrapper .gform_body .gfield_description {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 1200px) {
  #gform_wrapper_8 .gform_body .gfield_description {
	width: calc(82% - 250px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #gform_wrapper_8 .gform_body .gfield_description {
	width: calc(95% - 250px);
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gfield_description {
	width: calc(100% - 250px);
	margin-left: 250px;
  }
}

.gform_wrapper .gform_body input[type="file"] {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #c2c2c2;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #666;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #c2c2c2;
}*/

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
  max-width: 600px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span:last-of-type {
  margin-bottom: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
  color: #666;
}

@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 0 0;
    min-width: 180px;
    float: left;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label .gfield_required {
  color: #d9534f;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex select {
  width: 100%;
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex select {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_time_hour label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_minute label {
  margin: 15px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield datepicker {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_input_datepicker_icon {
  border: 1px solid white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_date_month label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_day label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_year label {
  margin: 15px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_fileupload_multifile {
  background: white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_drop_area {
  color: #666;
  background: white;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files {
  background: white;
}

.gform_wrapper .validation_error {
  padding: 15px;
  margin-top: 15px;
  background: #e8eaf0;
  color: white;
  display: none;
}

/*.gform_wrapper .gfield_error .validation_message {
  color: #d9534f;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}*/

.gform_wrapper .gfield_error .validation_message {
	color: #fff;
	background: #d9534f;
	font-weight: normal !important;
	font-size: 14px !important;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	margin-top: 5px;
	font-style: normal !important;
}

@media (min-width: 992px) {
	.gform_wrapper .gfield_error .validation_message {
		margin-left: 250px;
	}
}

@media (min-width: 1200px) {
  .gform_wrapper .gfield_error .validation_message {
	width: calc(61% - 250px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gform_wrapper .gfield_error .validation_message {
	width: calc(74% - 250px);
  }
}

@media (max-width: 991px) {
	.gform_wrapper .gfield_error .validation_message {
		margin-left: 0;
		width: 100%;
	}
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #666;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background: white;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
  background: #e8eaf0;
  padding: 10px;
  color: white;
}

.gform_wrapper .gf_page_steps {
  border: 1px solid white;
}

.gform_wrapper .gf_page_steps .gf_step {
  color: #666;
}

.gform_wrapper .gf_page_steps .gf_step_active {
  color: #e8eaf0;
}

.gform_wrapper .gform_page_footer {
  padding: 20px;
}

.gform_button {
	font-size: 16px !important;
	padding: 10px 40px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.gform_button i {
	font-size: 20px !important;
	position: relative;
	top: -2px;
}

.gform_wrapper .gform_page_footer .gform_next_button, .gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_button {
	color: white;
	background-color: #e8eaf0;
	border-color: #c9cedc;
	font-size: 16px !important;
	padding: 10px 40px !important;
}

.gform_wrapper .gform_page_footer .gform_next_button:focus, .gform_wrapper .gform_page_footer .gform_next_button.focus, .gform_wrapper .gform_page_footer .gform_previous_button:focus, .gform_wrapper .gform_page_footer .gform_previous_button.focus, .gform_wrapper .gform_page_footer .gform_button:focus, .gform_wrapper .gform_page_footer .gform_button.focus {
	color: white;
	background-color: #c9cedc;
	border-color: #7c87aa;
}

.gform_wrapper .gform_page_footer .gform_next_button:hover, .gform_wrapper .gform_page_footer .gform_previous_button:hover, .gform_wrapper .gform_page_footer .gform_button:hover {
	color: white;
	background-color: #c9cedc;
	border-color: #a4acc4;
}

.gform_wrapper .gform_page_footer .gform_next_button:active, .gform_wrapper .gform_page_footer .gform_next_button.active,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_previous_button:active, .gform_wrapper .gform_page_footer .gform_previous_button.active,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_button:active, .gform_wrapper .gform_page_footer .gform_button.active,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle {
  color: white;
  background-color: #c9cedc;
  border-color: #a4acc4;
}

.gform_wrapper .gform_page_footer .gform_next_button:active:hover, .gform_wrapper .gform_page_footer .gform_next_button:active:focus, .gform_wrapper .gform_page_footer .gform_next_button:active.focus, .gform_wrapper .gform_page_footer .gform_next_button.active:hover, .gform_wrapper .gform_page_footer .gform_next_button.active:focus, .gform_wrapper .gform_page_footer .gform_next_button.active.focus,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle:hover,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle:focus,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle.focus, .gform_wrapper .gform_page_footer .gform_previous_button:active:hover, .gform_wrapper .gform_page_footer .gform_previous_button:active:focus, .gform_wrapper .gform_page_footer .gform_previous_button:active.focus, .gform_wrapper .gform_page_footer .gform_previous_button.active:hover, .gform_wrapper .gform_page_footer .gform_previous_button.active:focus, .gform_wrapper .gform_page_footer .gform_previous_button.active.focus,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle:hover,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle:focus,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle.focus, .gform_wrapper .gform_page_footer .gform_button:active:hover, .gform_wrapper .gform_page_footer .gform_button:active:focus, .gform_wrapper .gform_page_footer .gform_button:active.focus, .gform_wrapper .gform_page_footer .gform_button.active:hover, .gform_wrapper .gform_page_footer .gform_button.active:focus, .gform_wrapper .gform_page_footer .gform_button.active.focus,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle:hover,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle:focus,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle.focus {
  color: white;
  background-color: #b4bace;
  border-color: #7c87aa;
}

.gform_wrapper .gform_page_footer .gform_next_button:active, .gform_wrapper .gform_page_footer .gform_next_button.active,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_previous_button:active, .gform_wrapper .gform_page_footer .gform_previous_button.active,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_button:active, .gform_wrapper .gform_page_footer .gform_button.active,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle {
  background-image: none;
}

.gform_wrapper .gform_page_footer .gform_next_button.disabled:hover, .gform_wrapper .gform_page_footer .gform_next_button.disabled:focus, .gform_wrapper .gform_page_footer .gform_next_button.disabled.focus, .gform_wrapper .gform_page_footer .gform_next_button[disabled]:hover, .gform_wrapper .gform_page_footer .gform_next_button[disabled]:focus, .gform_wrapper .gform_page_footer .gform_next_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_next_button:hover,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_next_button:focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_next_button.focus, .gform_wrapper .gform_page_footer .gform_previous_button.disabled:hover, .gform_wrapper .gform_page_footer .gform_previous_button.disabled:focus, .gform_wrapper .gform_page_footer .gform_previous_button.disabled.focus, .gform_wrapper .gform_page_footer .gform_previous_button[disabled]:hover, .gform_wrapper .gform_page_footer .gform_previous_button[disabled]:focus, .gform_wrapper .gform_page_footer .gform_previous_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_previous_button:hover,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_previous_button:focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_previous_button.focus, .gform_wrapper .gform_page_footer .gform_button.disabled:hover, .gform_wrapper .gform_page_footer .gform_button.disabled:focus, .gform_wrapper .gform_page_footer .gform_button.disabled.focus, .gform_wrapper .gform_page_footer .gform_button[disabled]:hover, .gform_wrapper .gform_page_footer .gform_button[disabled]:focus, .gform_wrapper .gform_page_footer .gform_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_button:hover,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_button:focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_button.focus {
  background-color: #e8eaf0;
  border-color: #c9cedc;
}

.gform_wrapper .gform_page_footer .gform_next_button .badge, .gform_wrapper .gform_page_footer .gform_previous_button .badge, .gform_wrapper .gform_page_footer .gform_button .badge {
  color: #e8eaf0;
  background-color: white;
}

.two-column_wrapper form .gform_body ul:first-of-type {
  display: none;
}

.gform_column {
  float: left;
  padding: 0 15px !important;
}

@media (min-width: 992px) {
  .two-column .gform_column {
    width: calc(100% / 2) !important;
  }
}

/* Additional styles for file inout field to address iusses on Android native and iOS */
.ginput_container_fileupload {
  line-height: 10px;
}

@media only screen and (max-width: 991px) {
  input[type="file"] {
    clear: both;
    width: 100%;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  cursor: pointer;
}

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

.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  cursor: pointer;
}

.responsive-video-wrapper iframe, .responsive-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video-wrapper .responsive-video-button {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.responsive-video-wrapper .responsive-video-button i {
  color: white;
}

@media (max-width: 767px) {
  .responsive-video-wrapper .responsive-video-button {
    max-width: 60px;
    max-height: 60px;
  }

  .responsive-video-wrapper .responsive-video-button i {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-video-wrapper .responsive-video-button {
    max-width: 80px;
    max-height: 80px;
  }

  .responsive-video-wrapper .responsive-video-button i {
    font-size: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-video-wrapper .responsive-video-button {
    max-width: 100px;
    max-height: 100px;
  }

  .responsive-video-wrapper .responsive-video-button i {
    font-size: 100px;
  }
}

@media (min-width: 1200px) {
  .responsive-video-wrapper .responsive-video-button {
    max-width: 120px;
    max-height: 120px;
  }

  .responsive-video-wrapper .responsive-video-button i {
    font-size: 120px;
  }
}

.responsive-video-wrapper .responsive-video-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.contact_map {
  width: 100%;
  height: 230px;
}

@media (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
  }
}

#footer {
  background: #20356a;
  padding: 25px 0 35px 0;
}

#footer .legal {
  margin-top: 10px;
  text-align: right;
}

#footer .legal p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 991px) {
  #footer .legal {
    text-align: center;
  }
}

#footer #dreamsmiths {
  float: right;
}

#footer #dreamsmiths img, #footer #dreamsmiths p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#footer #dreamsmiths p {
  margin-right: 10px;
}

#footer .social_footer {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #footer .social_footer {
    text-align: center;
    margin-bottom: 15px;
  }
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#footer ul li:last-child {
  margin-right: 0;
}

#footer ul li a {
  display: block;
  cursor: pointer;
}

#footer ul li a .icon-wrapper {
  transition: all .2s ease-in-out;
}

#footer ul li a:hover .icon-wrapper {
  transition: all .2s ease-in-out;
}

#footer ul li .fa {
  font-size: 16px;
  color: white;
}

#footer ul li .icon-wrapper {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
}

#footer ul li .icon-wrapper .fa {
  width: auto;
  max-height: 16px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
}

#footer p {
  color: #FFF;
}

#related-posts-footer {
  background: #f5f5f5;
  padding: 58px 0 50px 0;
}

#related-posts-footer h3 {
  text-align: center;
}

#related-posts-footer .press-centre {
  position: relative;
  border-bottom: none;
}

#related-posts-footer .press-centre .related-read-more {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#related-posts-footer .related_post_link {
  text-align: center;
  font-size: 0.875rem;
}

#sub-footer {
  background: #1a2d5e;
  padding: 15px 0;
}

#sub-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 5px 0 0 0;
}

@media (max-width: 991px) {
  #sub-footer ul {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  #sub-footer ul {
    text-align: center;
  }
}

#sub-footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#sub-footer ul li:last-child {
  margin-right: 0;
}

#sub-footer ul li a {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  #sub-footer ul li a {
    line-height: 1.25;
  }
}

@media (max-width: 1199px) {
  #sub-footer ul li a {
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  #sub-footer ul li {
    display: block;
    margin-right: 0;
    padding: 5px 0;
  }
}

@media (max-width: 991px) {
  #sub-footer .footer-nav-wrapper {
    text-align: center;
  }
}

#sub-footer .footer-logo-wrapper img {
  float: right;
}

@media (max-width: 991px) {
  #sub-footer .footer-logo-wrapper img {
    display: none;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  #sub-footer .footer-logo-wrapper img {
    float: none;
    margin: 15px auto 0;
  }
}

@media (max-width: 991px) {
  #sub-footer .footer-logo-wrapper {
    text-align: center;
  }
}

/* ---------------- */
/* -- Search Box -- */
/* ---------------- */
.search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 53, 106, 0.95);
  z-index: 1000;
  display: none;
}

.search-container .search-box {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 3em 0 3em;
  display: block;
  position: relative;
}

.search-container .search-box span {
  font-size: 18px;
  color: #fff;
}

.search-container .search-box label {
  width: 70%;
  float: left;
}

@media (max-width: 767px) {
  .search-container .search-box label {
    width: 100%;
  }
}

.search-container .search-box label .search-field {
  border: none;
  width: 100%;
  height: auto;
  font-size: 30px;
  display: block;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px dotted #fff;
  background: transparent;
  outline: none;
}

.search-container .search-box .search-submit {
  width: 20%;
  float: right;
  margin: 40px 0 0 0;
}

@media (max-width: 767px) {
  .search-container .search-box .search-submit {
    width: 120px;
    float: left;
    margin: 20px 0 0 0;
  }
}

.search-container .icon-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.search-container .icon-wrapper .fa {
  font-size: 16px;
  line-height: 28px;
  color: white;
  cursor: pointer;
}

.admin-bar .search-container {
  top: 46px !important;
  height: calc(100% - 46px) !important;
}

@media screen and (min-width: 783px) {
  .admin-bar .search-container {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}

/* ---------------- */
/* ---------------- */
/* ---------------- */
/* ----------------- */
/* -- Search Page -- */
/* ----------------- */
.search #main .search-result {
  border: none;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #213468;
  display: block;
}

.search #main .search-result:hover {
  text-decoration: none;
  transition: all .2s ease-in-out;
  background: #e8eaf0;
}

.search #main .search-result h3 {
  margin-bottom: 0;
}

.search #main .search-result span.post-type {
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
}

.search #main .search-result span.title {
  color: #213468;
  font-size: 17px;
}

.search #main .search-result span.date {
  color: #d1d1d1;
}

.search #main .search-result:first-child {
  border-top: 2px solid #e5e5e5;
}

/* ----------------- */
/* ----------------- */
/* ----------------- */
.facebook-share:focus .icon-wrapper,
.facebook-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #3b5998;
  background: #3b5998;
}

.facebook-share:focus .fa,
.facebook-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.google-plus-share:focus .icon-wrapper,
.google-plus-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #dd4b39;
  background: #dd4b39;
}

.google-plus-share:focus .fa,
.google-plus-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.instagram-share:focus .icon-wrapper,
.instagram-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #517fa4;
  background: #517fa4;
}

.instagram-share:focus .fa,
.instagram-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.linkedin-share:focus .icon-wrapper,
.linkedin-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #007bb6;
  background: #007bb6;
}

.linkedin-share:focus .fa,
.linkedin-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.pinterest-share:focus .icon-wrapper,
.pinterest-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #c72527;
  background: #c72527;
}

.pinterest-share:focus .fa,
.pinterest-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.reddit-share:focus .icon-wrapper,
.reddit-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #ff4500;
  background: #ff4500;
}

.reddit-share:focus .fa,
.reddit-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.twitter-share:focus .icon-wrapper,
.twitter-share:hover .icon-wrapper {
  transition: all .2s ease-in-out;
  border: 2px solid #00aced;
  background: #00aced;
}

.twitter-share:focus .fa,
.twitter-share:hover .fa {
  transition: all .2s ease-in-out;
  color: #fff !important;
}

.post_sharing {
  text-align: right;
  float: right;
  width: 100%;
}

.post_sharing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post_sharing ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post_sharing ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.post_sharing ul li:first-of-type {
  margin-right: 15px;
  color: #c8c8c8;
  font-size: 15px;
}

.post_sharing ul a {
  display: block;
  cursor: pointer;
  color: #c8c8c8;
}

.post_sharing ul .icon-wrapper {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border: 2px solid #c8c8c8;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  background: white;
}

.post_sharing ul .icon-wrapper .fa {
  width: auto;
  max-height: 12px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #c8c8c8;
  transition: all .2s ease-in-out;
}

.btn {
  /*border: 2px solid $textcolor;*/
  background: #162d63;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 300;
  position: relative;
  margin-top: 10px;
  color: #e8eaf0 !important;
  transition: all .2s ease-in-out;
  line-height: 1.5;
  cursor: pointer;
}

.btn:focus {
  outline: none !important;
}

.btn .fa, .btn span {
  transition: all .2s ease-in-out;
}

.btn span {
  line-height: 1.5;
}

.btn .fa, .btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn:hover {
  background: #213468;
  text-decoration: none;
}

.btn:hover .fa, .btn:hover span {
  color: white !important;
}

#page-header__wrapper {
  position: relative;
}

@media (min-width: 991px) {
  #page-header__wrapper {
    background: transparent;
  }
}

@media (max-width: 991px) {
  #page-header__wrapper {
    background-size: cover !important;
  }
}

#page-header__wrapper h1, #page-header__wrapper h2, #page-header__wrapper h3, #page-header__wrapper h4, #page-header__wrapper h5, #page-header__wrapper h6, #page-header__wrapper p {
  color: white;
}

#page-header__wrapper p {
  text-transform: uppercase;
}

#page-header__wrapper.page-header__main {
  min-height: 235px;
}

@media (max-width: 991px) {
  #page-header__wrapper.page-header__main {
    min-height: 165px;
  }
}

#page-header__wrapper.page-header__blog {
  min-height: 235px;
}

@media (max-width: 991px) {
  #page-header__wrapper.page-header__blog {
    min-height: 165px;
  }
}

#page-header__wrapper.page-header__minimal {
  /*min-height: 200px;*/
}

#page-header__wrapper .page-header-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#page-header__wrapper .secondary-pages-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  right: calc(25%);
  display: block;
  height: 100%;
}

#page-header__wrapper .secondary-pages-img-overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  display: block;
  height: 100%;
}

@media (max-width: 991px) {
  #page-header__wrapper .secondary-pages-img-overlay {
    width: 100%;
  }
}

#page-header__wrapper .secondary-pages-her0 {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  display: block;
  height: 100%;
}

#page-header__wrapper .mobile-transparent {
  display: table;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  #page-header__wrapper .mobile-transparent {
    background: rgba(28, 47, 97, 0.8);
    position: relative;
    z-index: 9;
  }
}

#page-header__wrapper .alignment-container {
  display: table;
  height: 235px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  z-index: 9;
}

#page-header__wrapper .alignment-container .container {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #page-header__wrapper .alignment-container {
    margin: 0;
    height: 165px;
  }
}

#primary {
  background: white;
  padding: 50px 0 80px 0;
}

blockquote {
  border-left: 5px solid #1d3062;
  background: #f5f5f5;
  font-size: 1rem;
  color: #666666;
  padding: 36px 32px;
}

blockquote p {
  margin-bottom: 0 !important;
}

blockquote span {
  color: #20346a;
  font-size: 0.875rem;
  margin: 15px 0 0 0;
  display: block;
}

.pills_section {
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.pills_section li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  font-size: 0.8125rem;
  color: #20346a;
}

.carousel_section .carousel_block .inner_carousel_block {
  padding: 20px 20px;
  position: relative;
  color: #fff;
  background: #20356a;
  display: table;
}

.carousel_section .carousel_block .inner_carousel_block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
  background: rgba(32, 53, 106, 0.8);
}

.carousel_section .carousel_block .inner_carousel_block .content {
  display: table-cell;
  vertical-align: middle;
}

.carousel_section .carousel_block .inner_carousel_block h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
}

.carousel_section .carousel_block .inner_carousel_block .pills_section {
  text-align: center;
  margin: 0;
}

.carousel_section .carousel_block .inner_carousel_block .pills_section li {
  color: #fff;
  float: none;
  display: inline-block;
}

.carousel_section .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1000;
  margin: -25px 0 0 0;
  text-align: center;
  color: #20346a;
  font-size: 2rem;
  visibility: hidden;
}

.carousel_section .prevArrow {
  left: -100px;
  transition: all .2s ease-in-out;
}

.carousel_section .nextArrow {
  right: -100px;
  transition: all .2s ease-in-out;
}

.carousel_section:hover .prevArrow {
  left: -50px;
  visibility: visible;
  transition: all .2s ease-in-out;
}

.carousel_section:hover .nextArrow {
  right: -50px;
  visibility: visible;
  transition: all .2s ease-in-out;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slider-content-inner a.standardbutton {
  padding-bottom: 19px;
}

.home-carousel-controls-inner {
  z-index: 9;
  height: 25px;
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .home-carousel-controls-inner {
    width: calc(100vw - 30px);
  }
}

.home-carousel-controls-inner h2 {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px #383b53;
}

@media (max-width: 767px) {
  .home-carousel-controls-inner h2 {
    font-size: 15px;
  }
}

.home-carousel-controls-inner .sliderurl {
  outline: 0;
}

.home-carousel-controls-inner .sliderurl:hover, .home-carousel-controls-inner .sliderurl:focus {
  outline: 0;
  text-decoration: none;
}

.home-carousel-wrapper-outer .home-carousel-wrapper, .home-carousel-wrapper-outer .home-carousel, .home-carousel-wrapper-outer .slick-slide, .home-carousel-wrapper-outer .slick-track, .home-carousel-wrapper-outer .slick-list, .home-carousel-wrapper-outer .slider-content, .home-carousel-wrapper-outer .slider-content-outer, .home-carousel-wrapper-outer .container {
  position: relative;
}

.home-carousel-wrapper-outer .background-inner {
  background-size: cover !important;
  max-height: 500px;
  min-height: 300px;
  height: 45vh;
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .background-inner {
    min-height: 300px;
  }
}

.home-carousel-wrapper-container {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}

.home-carousel-wrapper-container h1 {
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 2px #383b53;
  padding: 0 175px;
  margin: 0 0 25px 0;
}

@media (max-width: 1199px) {
  .home-carousel-wrapper-container h1 {
    padding: 0 50px 0;
  }
}

@media (max-width: 991px) {
  .home-carousel-wrapper-container h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .home-carousel-wrapper-container h1 {
    font-size: 22px;
    width: calc(100vw - 30px);
  }
}

.home-carousel-wrapper-container .div-border-strip {
  background: #6e6c89;
  height: 2px;
  width: 75px;
  margin: 0 auto;
}

.home-carousel-wrapper-container .home-carousel-wrapper-container-inner {
  display: table;
  height: 100%;
  width: 100%;
}

.home-carousel-wrapper-container .home-carousel-wrapper-container-inner .home-carousel-wrapper-container-table {
  display: table-cell;
  vertical-align: middle;
}

.home-carousel-wrapper-outer {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: white;
  position: relative;
  max-height: 500px;
  min-height: 300px;
  height: 45vh;
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer {
    min-height: 300px;
  }

  .home-carousel-wrapper-outer .slick-active button {
    background: #ddd !important;
  }

  .home-carousel-wrapper-outer .slick-dots {
    bottom: 45px;
    margin-top: 0;
  }

  .home-carousel-wrapper-outer .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .slick-dots {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .home-carousel-wrapper-outer #arrows {
    display: none;
  }
}

.home-carousel-wrapper-outer .content {
  color: #dddddd;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 50px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-carousel-wrapper-outer .content {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 29px;
  }
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .content {
    font-size: 16px;
    line-height: 26px;
    color: white;
    margin-bottom: 20px;
  }
}

.home-carousel-wrapper-outer:hover .slick-prev {
  left: 2%;
  background: url("../images/arrow_l.svg") no-repeat;
}

.home-carousel-wrapper-outer:hover .slick-next {
  right: 2%;
  background: url("../images/arrow_r.svg") no-repeat;
}

.home-carousel-wrapper-outer .slick-prev, .home-carousel-wrapper-outer .slick-next {
  position: absolute;
  top: 45%;
  width: 26px;
  height: 40px;
  text-indent: -9999px !important;
  z-index: 9;
  outline: none !important;
  border: none !important;
  transition: all .2s ease-in-out;
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .slick-prev, .home-carousel-wrapper-outer .slick-next {
    background-size: 60% !important;
  }
}

.home-carousel-wrapper-outer .slick-prev {
  left: -20%;
  background: url("../images/arrow_l.svg") no-repeat;
}

.home-carousel-wrapper-outer .slick-next {
  right: -20%;
  background: url("../images/arrow_r.svg") no-repeat;
}

.slick-slide {
  overflow: hidden;
}

.home-carousel-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .mobile-holding-con {
    display: none;
  }
}

.slider-content {
  padding: 250px 0 20px 0;
  width: 100%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.slider-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slider-content h1 {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .slider-content h1 {
    color: white;
    padding-top: 0;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-content h1 {
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 20px;
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .slider-content h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1370px) {
  .slider-content h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

.slider-content-outer {
  position: absolute;
  width: 100%;
  top: 0;
}

@media (min-width: 480px) {
  .slider-content-outer {
    width: 60%;
  }
}

.slider-content-outer.float-right {
  right: 0;
}

@media (min-width: 768px) {
  .slider-content-outer.float-right .slider-content-inner {
    text-align: right;
  }
}

.slider-content-outer.float-left {
  left: 0;
}

@media (min-width: 768px) {
  .slider-content-outer.float-left .slider-content-inner {
    text-align: left;
  }
}

.loading-panel {
  display: none !important;
  position: relative;
  opacity: 1;
  transition: all .2s ease-in-out;
  height: 100%;
  background: white;
}

.loading-panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 767px) {
  .loading-panel {
    height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .loading-panel {
    height: 600px;
  }
}

@keyframes spin-cw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circle {
  height: 80px;
  width: 80px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  border: 15px solid #ddd;
  display: block;
  border-radius: 50%;
  -ms-perspective: 300;
  perspective: 300;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  -ms-transform-style: preserve-3d;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  border-bottom-color: transparent;
  border-top-color: transparent;
  animation: spin-cw 1.3s linear .2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.bounce {
  padding-top: 30px;
}

.bounce .fa {
  color: #fff;
  font-size: 30px;
}

.bounce-url:hover, .bounce-url:focus {
  outline: 0;
}

@media (max-width: 1199px) {
  .page-template-page-air-traffic-management .sidebar-main, .page-template-page-defence-and-security .sidebar-main, .page-template-page-about .sidebar-main, .page-template-page-press-centre .sidebar-main {
    display: none !important;
  }
}

.sidebar-main .section-email {
  /*margin-top: -11px;*/
}

.sidebar-main .section-email a {
  transition: all .2s ease-in-out;
  font-size: 13px;
  display: block;
  padding: 10px 10px 10px 20px;
}

.sidebar-main .section-email a:focus, .sidebar-main .section-email a:hover {
  outline: none;
  text-decoration: none;
  background: #e8eaf0;
  color: #333;
}

.sidebar-main .page_item_has_children > .children {
  display: none;
  padding-left: 0;
}

.sidebar-main .sub-visible {
  display: block !important;
}

.sidebar-main .page_item_has_children a {
  color: #213468;
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
}

.sidebar-main .page_item_has_children a:focus, .sidebar-main .page_item_has_children a:hover {
  outline: none;
  text-decoration: none;
}

.sidebar-main ul {
  list-style-type: none;
  margin-bottom: 0;
}

.sidebar-main ul li {
  list-style-type: none;
}

.sidebar-main ul li a {
  transition: all .2s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-main ul li a:hover {
  background: #e8eaf0;
  color: #333;
  text-decoration: none;
}

.sidebar-main .dropdown:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 5px;
  right: 0;
}

.sidebar-main .active:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 5px;
  right: 0;
}

.sidebar-main .current_page_item a {
  background: #20356a;
  color: #fff;
  text-decoration: none;
}

.sidebar-main .sub-visible .page_item a {
  padding-left: 20px;
}

.sidebar-main .sub-visible .page_item_has_children .sub-visible > .page_item a {
  padding-left: 35px;
}

.sidebar-main .dropdown {
  padding-left: 10px !important;
}

.sidebar-main a[href*="overview"] {
  padding-left: 20px !important;
}

.search-sidebar .search_filter_list {
  padding-left: 0;
  display: none;
}

.search-sidebar a {
  color: #213468;
  display: block;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

.search-sidebar a:focus, .search-sidebar a:hover {
  outline: none;
  text-decoration: none;
}

.search-sidebar a.current {
  background: #20356a;
  color: #fff;
  text-decoration: none;
}

.sidebar-main > .current_page_ancestor > .dropdown:before {
  content: "\f107";
}

.sidebar-main > .current_page_ancestor > .active:before {
  content: "" !important;
}

.sidebar-main a.search_toggle {
  border-top: 2px solid #e5e5e5;
}

.sidebar-main > .current_page_ancestor > a {
  border-top: 2px solid #e5e5e5;
}

.sidebar-main > li {
  list-style-type: none;
}

.sidebar-main > li > a {
  border-bottom: 1px solid #e5e5e5;
}

.current_page_ancestor > ul > .page_item_has_children > a {
  padding-left: 20px !important;
}

.current_page_ancestor > ul > .page_item_has_children > ul > .page_item_has_children > a {
  padding-left: 30px !important;
}

.current_page_ancestor > ul > .page_item_has_children > ul > .page_item_has_children > .sub-visible > .page_item a {
  padding-left: 40px !important;
}

.page-template-page-about .current_page_ancestor > ul > .page_item a {
  padding-left: 25px;
}

.press-centre {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 12px;
  color: #666;
}

.press-centre:first-child {
  border-top: 2px solid #e5e5e5;
}

.press-centre:hover {
  transition: all .2s ease-in-out;
  background: #e8eaf0;
  cursor: pointer;
}

.press-centre .title {
  color: #213468;
  font-size: 17px;
}

.home-press-centre {
  background: #fff;
  padding: 45px 0;
}

.home-press-centre .press-title-contain {
  text-align: center;
}

.home-press-centre .press-title-contain h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.home-press-centre .press-centre {
  border-bottom: none;
  min-height: 120px;
  padding: 10px 10px 30px 10px;
}

.home-press-centre .press-centre .title {
  /*margin-bottom: 25px;*/
  display: block;
}

.home-press-centre .press-centre .date {
  display: block;
}

.home-press-centre .press-centre .cat {
  display: block;
}

.home-press-centre .press-centree-btm {
  text-align: center;
  padding: 15px 0 0 0;
}

.home-press-centre .press-centree-btm a {
  font-size: 14px;
  font-weight: 600;
}

.home-press-centre .press-centree-btm a:hover {
  transition: all .2s ease-in-out;
  text-decoration: none;
}

.home-press-centre .home-latest-news {
  position: absolute;
  bottom: 5px;
  color: #20346a;
}

.home-press-centre .home-latest-news:hover {
  color: #318fbf;
  text-decoration: underline;
}

.home-press-centre .related-read-more {
  bottom: 5px;
  position: absolute;
  color: #20346a;
}

.home-press-centre .related-read-more:hover {
  color: #bac0d2;
  text-decoration: underline;
}

.single-presscentre .post-date-single {
  color: #fff;
}

.single-presscentre .back-to-press {
  margin: 35px 0 0 0;
}

.wp-pagenavi {
  margin: 25px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #213468;
}

.standardbutton {
  color: #fff;
  font-size: 13px;
  background: #162d63;
  padding: 10px 20px;
  margin: 5px 0;
  display: inline-block;
}

.standardbutton:hover, .standardbutton:focus {
  transition: all .2s ease-in-out;
  color: #fff;
  background: #091228;
  text-decoration: none;
}

.search-box .search-submit {
  color: #213468;
  font-size: 13px;
  background: #fff;
  padding: 10px 20px;
  margin: 5px 0;
  display: inline-block;
  border: none;
}

.search-box .search-submit:hover, .search-box .search-submit:focus {
  transition: all .2s ease-in-out;
  color: #213468;
  background: #e8eaf0;
  text-decoration: none;
}

table {
  width: 100%;
}

table thead {
  color: #fff;
  border-bottom: 1px solid #c3c2c2;
  font-weight: 600;
  background: #20356a;
}

table thead td {
  text-align: center;
  padding: 5px 5px 5px 10px;
}

table tbody {
  /*background: #f1f1f1;*/
}

table tbody tr {
  border-bottom: 1px solid #e8e8e8 !important;
}

table tbody tr:last-child {
  border-bottom: none;
}

table td, table th {
  padding: 5px 25px 5px 5px;
  text-align: center;
  width: 33.3%;
}

.content_block_section .content_block {
  margin: 0 0 30px 0;
}

.content_block_section .content_block .inner_content_block {
  padding: 20px 20px 40px 20px;
  position: relative;
}
/* Product Overlay */ 
.content_block_section .content_block .inner_content_block .overlay {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
}

.content_block_section .content_block .inner_content_block h4 {
  font-size: 1.125rem;
  font-weight: bold;
}

.content_block_section .content_block .inner_content_block p {
  font-size: 0.9375rem;
}

.content_block_section .content_block .inner_content_block a {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 0.9375rem;
  z-index: 10;
}

.product_section .content_block .inner_content_block {
  color: #fff;
  background: #20356a;
}

.product_section .content_block .inner_content_block .overlay {
  background: rgba(32, 53, 106, 0.8);
}

.product_section .content_block .inner_content_block h4 {
  color: #fff;
}

.product_section .content_block .inner_content_block a {
  color: #fff;
}

.service_section .content_block .inner_content_block {
  color: #666666;
  background: #f5f5f5;
}

.service_section .content_block .inner_content_block .overlay {
  background: rgba(245, 245, 245, 0.8);
}

.service_section .content_block .inner_content_block h4 {
  color: #20356a;
}

.service_section .content_block .inner_content_block a {
  color: #20356a;
}

.case_study_section {
  position: relative;
}

.case_study_section .case_study .inner_case_study {
  min-height: 450px;
  height: 100%;
  padding: 60px 20px;
  position: relative;
  color: #fff;
  background: #20356a;
  text-align: center;
}

.case_study_section .case_study .inner_case_study .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  background: rgba(32, 53, 106, 0.8);
}

.case_study_section .case_study .inner_case_study .content {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.case_study_section .case_study .inner_case_study h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 75px 0;
}

.case_study_section .case_study .inner_case_study p {
  font-size: 0.9375rem;
}

.case_study_section .case_study .inner_case_study a {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 0.9375rem;
  z-index: 10;
  color: #fff;
}

.case_study_section .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1000;
  margin: -25px 0 0 0;
  text-align: center;
  color: #20346a;
  font-size: 2rem;
  visibility: hidden;
}

.case_study_section .prevArrow {
  left: -100px;
  transition: all .2s ease-in-out;
}

.case_study_section .nextArrow {
  right: -100px;
  transition: all .2s ease-in-out;
}

.case_study_section:hover .prevArrow {
  left: -50px;
  visibility: visible;
  transition: all .2s ease-in-out;
}

.case_study_section:hover .nextArrow {
  right: -50px;
  visibility: visible;
  transition: all .2s ease-in-out;
}

.case_study_section .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.case_study_section .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.case_study_section .slick-dots li button {
  border: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  margin: 0;
  padding: 0;
}

.case_study_section .slick-dots li.slick-active button {
  background: white;
}

#menu-mainmenu .menu-depth-1 li a {
  padding: 8px 20px;
  color: #666;
  font-size: 14px;
  font-weight: 200;
  text-transform: none;
}

@media (min-width: 992px) {
  #menu-mainmenu .current-menu-ancestor a {
    background: #e8eaf0;
  }
}

.mega-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  overflow: scroll;
}

.mega-menu-wrapper .mega-menu-header {
  float: left;
  width: 100%;
  background: #213468;
  display: table;
  position: absolute;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@media (max-width: 991px) {
  .mega-menu-wrapper .mega-menu-header {
    left: -100%;
    height: 62px;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper .mega-menu-header {
    top: -80px;
    height: 80px;
  }
}

.mega-menu-wrapper .mega-menu-header .inner_header {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 991px) {
  .mega-menu-wrapper .mega-menu-header .inner_header {
    padding: 0 35px;
    height: 62px;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper .mega-menu-header .inner_header {
    padding: 0 70px;
    height: 80px;
  }
}

.mega-menu-wrapper .mega-menu-header .inner_header h2 {
  color: #fff;
  margin-bottom: 0;
  height: auto !important;
}

.mega-menu-wrapper .mega-menu-header .inner_header .mega-menu-close {
  position: absolute;
  right: 70px;
  top: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  .mega-menu-wrapper .mega-menu-header .inner_header .mega-menu-close {
    right: 35px;
    top: 22px;
  }
}

@media (max-width: 991px) {
  .mega-menu-wrapper .mega-menu-header .inner_header .mega-menu-close span {
    display: none;
  }
}

.mega-menu-wrapper .mega-menu-header .inner_header .mega-menu-close:hover {
  text-decoration: none;
}

.mega-menu-wrapper ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

@media (max-width: 991px) {
  .mega-menu-wrapper ul {
    height: calc(100% - 62px);
    top: 62px;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper ul {
    height: calc(100% - 80px);
    top: 80px;
  }
}

.mega-menu-wrapper ul li {
  float: left;
  position: relative;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.mega-menu-wrapper ul li .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .mega-menu-wrapper ul li .overlay {
    background: rgba(33, 52, 104, 0.85);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper ul li .overlay {
    background: rgba(33, 52, 104, 0.8);
    opacity: 0;
    transition: all .2s ease-in-out;
  }
}

@media (max-width: 991px) {
  .mega-menu-wrapper ul li {
    left: -100%;
    width: 100%;
    height: calc(100% / 5);
    min-height: 90px;
    border-top: 1px solid #bcc2d2;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper ul li {
    top: -100%;
    width: calc(100% / 5);
    height: 100%;
  }
}

.mega-menu-wrapper ul li picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: -1;
}

.mega-menu-wrapper ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.mega-menu-wrapper ul li a:hover {
  text-decoration: none;
}

.mega-menu-wrapper ul li .content {
  padding: 0 32px;
  display: table-cell;
  vertical-align: middle;
}

.mega-menu-wrapper ul li .content .inner_content {
  display: block;
  position: relative;
  padding: 0;
  transition: all 250ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.mega-menu-wrapper ul li h2 {
  color: #fff;
  float: left;
  width: 100%;
}

@media (max-width: 992px) {
  .mega-menu-wrapper ul li h2 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper ul li h2 {
    min-height: 80px;
    vertical-align: bottom;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .mega-menu-wrapper ul li h2 {
    font-size: 1.5rem;
  }
}

.mega-menu-wrapper ul li p {
  color: #fff;
}

@media (min-width: 768px) {
  .mega-menu-wrapper ul li p {
    min-height: 185px;
  }
}

@media (max-width: 991px) {
  .mega-menu-wrapper ul li p {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .mega-menu-wrapper ul li p {
    font-size: 0.9rem;
  }
}

.mega-menu-wrapper ul li span {
  position: absolute;
  left: -100%;
  bottom: 0;
  color: #fff;
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.mega-menu-wrapper ul li span:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .mega-menu-wrapper ul li span {
    display: none;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper ul li:hover a {
    text-decoration: none;
  }

  .mega-menu-wrapper ul li:hover a p {
    text-decoration: none;
  }

  .mega-menu-wrapper ul li:hover .overlay {
    opacity: 1;
    transition: all .2s ease-in-out;
  }

  .mega-menu-wrapper ul li:hover .content .inner_content {
    padding: 0 0 30px 0;
    transition: all 250ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  }

  .mega-menu-wrapper ul li:hover span {
    left: 0;
    transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  }
}

.mega-menu-wrapper.open {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@media (min-width: 992px) {
  .mega-menu-wrapper.open .mega-menu-header {
    top: 0;
  }
}

@media (max-width: 991px) {
  .mega-menu-wrapper.open .mega-menu-header {
    left: 0;
  }
}

@media (min-width: 992px) {
  .mega-menu-wrapper.open ul li {
    top: 0;
    transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}

@media (max-width: 991px) {
  .mega-menu-wrapper.open ul li {
    left: 0;
    transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}

.mega-menu-wrapper.open ul li:nth-child(1) {
  transition-delay: 0s;
}

.mega-menu-wrapper.open ul li:nth-child(2) {
  transition-delay: 0.1s;
}

.mega-menu-wrapper.open ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.mega-menu-wrapper.open ul li:nth-child(4) {
  transition-delay: 0.3s;
}

.mega-menu-wrapper.open ul li:nth-child(5) {
  transition-delay: 0.4s;
}

.mega-menu-wrapper.open ul li:nth-child(6) {
  transition-delay: 0.5s;
}

.mega-menu-wrapper.open ul li:nth-child(7) {
  transition-delay: 0.6s;
}

.mega-menu-wrapper.open ul li:nth-child(8) {
  transition-delay: 0.7s;
}

.mega-menu-wrapper.open ul li:nth-child(9) {
  transition-delay: 0.8s;
}

.products-solutions {
  background: #fff;
  padding: 55px 0;
}

@media (max-width: 991px) {
  .products-solutions {
    padding: 25px 0;
  }
}

.products-solutions .products-intro {
  text-align: center;
  margin: 0 0 15px 0;
}

.products-solutions .products-intro h2 {
  font-size: 22px !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .products-solutions .products-intro h2 {
    font-size: 18px !important;
  }
}

.products-solutions .products-contain {
  border-bottom: 2px solid #e5e5e5;
}

.products-solutions .products-contain h3 {
  font-size: 18px;
  margin: 25px 0 10px 0 !important;
  font-weight: 600;
}

.products-solutions .products-contain p {
  font-size: 15px;
  color: #666;
  font-weight: 200;
  padding-bottom: 45px;
}

.products-solutions .products-contain .sol-read-more {
  position: absolute;
  bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.products-solutions .products-contain .sol-read-more .fa {
  padding: 0 0 0 7px;
  font-size: 15px;
  font-weight: bold;
}

.products-solutions .products-contain .sol-read-more:hover {
  transition: all .2s ease-in-out;
  text-decoration: none;
}

.products-solutions .products-contain .sol-read-more:active, .products-solutions .products-contain .sol-read-more:focus {
  outline: 0;
}

@media (max-width: 1199px) {
  .products-solutions .products-contain .sol-read-more {
    bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .products-solutions .products-contain {
    margin-bottom: 25px;
  }
}

.products-solutions .product-img-holder {
  position: relative;
}

.products-solutions .product-img-holder .products-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

.page-template-home .innovation-tab {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-height: 338px;
  position: relative;
  background-position: calc(60% + 445px) center !important;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab {
    background-position: center center !important;
    background-size: cover !important;
  }
}

.page-template-home .innovation-tab h2 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab h2 {
    color: #fff;
  }
}

.page-template-home .innovation-tab p {
  font-weight: 200;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab p {
    color: #fff;
  }
}

.page-template-home .innovation-tab .about-btn-contain {
  margin-top: 25px;
}

.page-template-home .innovation-tab .about-btn-contain a {
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab .about-btn-contain a {
    color: #fff;
  }
}

.page-template-home .innovation-tab .about-btn-contain a:hover {
  transition: all .2s ease-in-out;
  text-decoration: none;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab .innovation-tab-outer {
    background: rgba(32, 52, 106, 0.6);
  }
}

.page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner {
  float: left;
  min-height: 338px;
  padding: 45px 15px 45px 0;
  width: calc(65%);
  background: #f5f5f5;
  display: table;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner {
    width: 100%;
    background: transparent;
  }
}

.page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner .alignment {
  display: table-cell;
  vertical-align: middle;
}

.page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner-right {
  float: left;
  min-height: 338px;
  width: calc(35%);
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner-right {
    display: none;
  }
}

.page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner-right .innovation-overlay {
  position: absolute;
  height: 338px;
}

@media (max-width: 991px) {
  .page-template-home .innovation-tab .innovation-tab-outer .innovation-tab-inner-right .innovation-overlay {
    display: none;
  }
}

.page-template-page-contact .first_location {
  padding: 13px 0 13px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.location {
  float: left;
  width: 100%;
  padding: 0 0 13px 0;
  margin: 0 0 13px 0;
  border-bottom: 1px solid #e5e5e5;
}

.location_details h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 17px 0 30px 0 !important;
}

.location_details p {
  margin: 0 0 5px 0 !important;
}

.location_details span {
  color: #20346a;
  font-weight: bold;
}

.location_details a {
  font-weight: bold;
}

.location_details .info {
  padding: 0;
  margin: 0 0 13px 0;
}

.careers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.careers li {
  color: #20346a;
  padding: 10px 0;
  border-bottom: 2px solid #e5e5e5;
}

.careers li span {
  font-size: 13px;
  font-weight: 200;
}

.careers li .standardbutton {
  padding: 5px 20px;
}

.page-template-page-history h2 {
  margin: 0 0 45px 0;
}

@media (max-width: 768px) {
  .page-template-page-history h2 {
    text-align: center;
  }
}

.page-template-page-history .history-container {
  margin: 0 0 25px 0;
}

.page-template-page-history .history-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-template-page-history .history-container .history-contain img {
  margin: 0 auto !important;
}

.page-template-page-history .history-container .history-year {
  width: 85px;
  float: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-template-page-history .history-container .history-year {
    float: left;
  }
}

.page-template-page-history .history-container .history-year .year-outer {
  display: table;
  width: 85px;
  height: 85px;
  background: #cf232f;
  color: white;
  text-align: center;
}

.page-template-page-history .history-container .history-year .year-outer .year-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-history .history-container .history-year .year-outer .year-inner span {
  font-size: 23px;
  font-weight: 300;
}

.page-template-page-history .history-container .history-desc {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
}

@media (min-width: 768px) {
  .page-template-page-history .history-container .history-desc {
    width: calc(100% - 115px);
    float: left;
    text-align: left;
    padding: 0 0 0 30px;
  }
}

.page-template-page-history .history-container .history-desc .content-container {
  display: table;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .page-template-page-history .history-container .history-desc .content-container {
    text-align: center;
  }
}

.page-template-page-history .history-container .history-desc .content-container .content-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-history .history-container .history-desc .content-container .content-inner p {
  margin: 0 !important;
  font-weight: 300;
}

.pie-charts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pie-charts li {
  float: left;
}

.pie-charts li:first-child {
  margin-right: calc(10%);
}

.companywekeep-slider {
  background: #f5f5f5;
  padding: 45px 0;
}

.companywekeep-slider .companykeepheading {
  text-align: center;
}

.companywekeep-slider .companykeepheading h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a2d5e;
  margin-bottom: 30px;
}

.companywekeep-slider #trusted-clients {
  float: none;
  margin: 0 auto;
  width: calc(100%);
}

.companywekeep-slider .slick-slider {
  margin-bottom: 0;
}

.companywekeep-slider .slick-slider .slick-list {
  margin-left: 10px;
  padding: 0 !important;
  width: 96% !important;
}

@media (min-width: 1200px) {
  .companywekeep-slider .slick-slider .slick-list {
    margin-left: 20px;
  }
}

.companywekeep-slider .slick-slider .slick-track > div {
  padding-left: 20px;
  padding-right: 20px;
}

.companywekeep-slider .slick-slider img {
  filter: grayscale(100%);
}

.companywekeep-slider .slick-slider img:hover {
  filter: grayscale(0%);
}

.companywekeep-slider .slick-slider .slick-prev {
  left: 0;
  background: url("../images/arrow_clients_l.svg") no-repeat;
}

.companywekeep-slider .slick-slider .slick-next {
  right: 0;
  background: url("../images/arrow_clients_r.svg") no-repeat;
}

.companywekeep-slider .slick-slider .slick-prev, .companywekeep-slider .slick-slider .slick-next {
  position: absolute;
  top: 60%;
  width: 26px;
  height: 40px;
  text-indent: -9999px !important;
  z-index: 99999;
  outline: none !important;
  border: none !important;
  transition: all .2s ease-in-out;
}

@media (max-width: 1199px) {
  .companywekeep-slider .slick-slider .slick-prev, .companywekeep-slider .slick-slider .slick-next {
    top: 35%;
  }
}

@media (max-width: 767px) {
  .companywekeep-slider .slick-slider .slick-prev, .companywekeep-slider .slick-slider .slick-next {
    display: none !important;
  }
}

#call-to-action-wrapper {
  background-size: cover !important;
}

#call-to-action-wrapper .overlay-div {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}

@media (max-width: 992px) {
  #call-to-action-wrapper .overlay-div {
    /*background: rgba(255, 255, 255, 0.70);*/
    padding: 75px 0;
  }
}

#call-to-action-wrapper .outer-div {
  display: table;
  vertical-align: middle;
  width: 100%;
}

#call-to-action-wrapper .outer-div .inner-div {
  display: table-cell;
  vertical-align: middle;
}

#call-to-action-wrapper .outer-div .inner-div h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-weight: 400;
  margin: 0 0 15px 0;
}

#call-to-action-wrapper .outer-div .inner-div p {
  color: #fff;
  font-size: 15px;
}

@media (max-width: 992px) {
  #call-to-action-wrapper .sotbutton {
    width: calc(100%);
  }
}

.get-in-touch-btn {
  text-align: center;
}

.telbutton {
  /*border: 2px solid $textcolor;*/
  background: #162d63;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 300;
  position: relative;
  margin-top: 10px;
  color: #ffffff !important;
  transition: all .2s ease-in-out;
  line-height: 1.5;
  cursor: pointer;
  transition: all .2s ease-in-out;
  background: #fff;
  padding: 5px 35px 5px 20px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  color: #20346a !important;
}

.telbutton:focus {
  outline: none !important;
}

.telbutton .fa, .telbutton span {
  transition: all .2s ease-in-out;
}

.telbutton span {
  line-height: 1.5;
}

.telbutton .fa, .telbutton span {
  display: inline-block;
  vertical-align: middle;
}

.telbutton:hover {
  background: #091228;
  text-decoration: none;
}

.telbutton:hover .fa, .telbutton:hover span {
  color: white !important;
}

.telbutton:hover {
  background: #9C1313;
  color: #fff !important;
}

.telbutton .fa {
  font-size: 20px;
  font-weight: 400;
  padding-left: 10px;
  position: absolute;
  top: 10px;
  right: 15px;
}

#categorywidget .cat-item-view-all {
  display: none;
}

#categorywidget ul li a {
  display: block;
  color: #213468;
  display: block;
  padding: 10px;
  font-size: 13px;
}

#categorywidget ul .current-cat a {
  background: #20356a;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  #categorywidget {
    display: none;
  }
}

.page-template-page-news-php .allcats a {
  color: #fff !important;
  background: #20356a;
  color: #fff;
  text-decoration: none;
}

.page-template-page-news-php .allcats a:hover {
  color: #213468 !important;
}

.page-template-page-news-php .current-cat a {
  background: none !important;
  color: #213468 !important;
}

.page-template-page-news-php .current-cat a:hover {
  background: #e8eaf0 !important;
  color: #213468 !important;
}

.page-template-page-news article, .archive article, .category article {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 65px;
}

.page-template-page-news article h3, .archive article h3, .category article h3 {
  margin: 0 0 5px 0;
  font-weight: 600;
}

.page-template-page-news article .post-meta p, .archive article .post-meta p, .category article .post-meta p {
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 100;
}

.page-template-page-news article .post-meta:after, .archive article .post-meta:after, .category article .post-meta:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-template-page-news article p, .archive article p, .category article p {
  margin-top: 1.375em;
}

.page-template-page-news article .rowlist, .archive article .rowlist, .category article .rowlist {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .page-template-page-news article .post_sharing, .archive article .post_sharing, .category article .post_sharing {
    text-align: left;
    margin-top: 25px;
  }
}

.page-template-page-news article .sol-read-more-press-centre, .archive article .sol-read-more-press-centre, .category article .sol-read-more-press-centre {
  float: left;
  /*margin-top: 10px;*/
}

.gform_button {
  /*border: 2px solid $textcolor;*/
  background: #162d63;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 300;
  position: relative;
  margin-top: 10px;
  color: #ffffff !important;
  transition: all .2s ease-in-out;
  line-height: 1.5;
  cursor: pointer;
  transition: all .2s ease-in-out;
  background: #20346a;
  padding: 5px 20px;
  font-size: 14px;
  margin-top: 0;
  color: #fff;
  border: none;
}

.gform_button:focus {
  outline: none !important;
}

.gform_button .fa, .gform_button span {
  transition: all .2s ease-in-out;
}

.gform_button span {
  line-height: 1.5;
}

.gform_button .fa, .gform_button span {
  display: inline-block;
  vertical-align: middle;
}

.gform_button:hover {
  background: #091228;
  text-decoration: none;
}

.gform_button:hover .fa, .gform_button:hover span {
  color: white !important;
}

.gform_button:hover {
  background: #9C1313;
  color: #fff !important;
}

/*#gform_wrapper_8 .gfield_label {
  font-weight: 300;
}

#gform_wrapper_8 .ginput_container {
  max-width: 100% !important;
}*/

#gform_wrapper_8 .devide_heading {
  margin-top: 45px;
}

#gform_wrapper_8 .textarea {
  width: 100%;
}

.form-inner {
  /*max-width: 800px;*/
  margin: 0 auto;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  background: #eee;
  padding: 25px;
}

.form-inner br {
  display: none !important;
}

.form-intro {
  /*text-align:center;*/
}

.form-intro .required {
  font-size: 14px;
}

.post-type-archive-innovations #primary, .tax-innovationtype #primary {
  padding: 70px 0 55px 0;
}

.post-type-archive-innovations article, .tax-innovationtype article {
  padding-bottom: 40px;
}

.post-type-archive-innovations article .post-meta, .tax-innovationtype article .post-meta {
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.post-type-archive-innovations article h3 a, .tax-innovationtype article h3 a {
  transition: all .2s ease-in-out;
}

.post-type-archive-innovations article p, .tax-innovationtype article p {
  font-weight: 300;
}

.post-type-archive-innovations article .sol-read-more, .tax-innovationtype article .sol-read-more {
  transition: all .2s ease-in-out;
  font-size: 16px;
  font-weight: bold;
}

.post-type-archive-innovations article .sol-read-more .fa, .tax-innovationtype article .sol-read-more .fa {
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

.post-type-archive-innovations article .product-img-holder, .tax-innovationtype article .product-img-holder {
  position: relative;
}

@media (max-width: 992px) {
  .post-type-archive-innovations article .product-img-holder, .tax-innovationtype article .product-img-holder {
    margin-bottom: 25px;
  }
}

.post-type-archive-innovations article .product-img-holder .products-overlay, .tax-innovationtype article .product-img-holder .products-overlay {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.post-type-archive-innovations .call-to-action-wrapper, .tax-innovationtype .call-to-action-wrapper {
  border-bottom: 2px solid #fff;
}

.tax-innovationtype article .post-meta {
  display: none;
}

.logged-in .innovation-wrapper-middle {
  height: calc(100vh - 186px) !important;
  min-height: calc(100vh - 186px) !important;
}

.slide-anime {
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}

.inno-overflow {
  overflow: auto !important;
}

.innovation-wrapper-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #20356a;
  z-index: 1000;
  height: calc(100vh);
  min-height: calc(100vh);
  max-height: calc(100vh);
  overflow: hidden;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 2, 1);
}

.innovation-wrapper-outer .logo-wrapper {
  float: left;
}

.innovation-wrapper-outer .innovation-wrapper-top {
  background: #1a2d5e;
  padding: 25px 0px;
}

.innovation-wrapper-outer .innovation-wrapper-top .container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .innovation-wrapper-outer .innovation-wrapper-top .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.innovation-wrapper-outer .innovation-wrapper-top .icon-wrapper {
  text-align: right;
  padding: 5px 0 0 0;
}

.innovation-wrapper-outer .innovation-wrapper-top .icon-wrapper .ino-close {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}

.innovation-wrapper-outer .innovation-wrapper-top .icon-wrapper .ino-close .fa {
  padding-left: 10px;
}

.innovation-wrapper-outer .innovation-wrapper-middle {
  display: table;
  background: #0e1b42;
  height: calc(100vh - 155px);
  min-height: calc(100vh - 155px);
}

.innovation-wrapper-outer .innovation-wrapper-middle .container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.innovation-wrapper-outer .innovation-wrapper-middle .innovations-title {
  text-align: center;
  padding: 0 0 15px 0;
  opacity: 0;
}

@media (max-width: 992px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .innovations-title {
    margin: 20px 0 0 0;
  }
}

.innovation-wrapper-outer .innovation-wrapper-middle .innovations-title h1 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 400;
}

.innovation-wrapper-outer .innovation-wrapper-middle .innovations-title-anime {
  opacity: 1;
  transition: opacity 1.5s ease-in;
}

.innovation-wrapper-outer .innovation-wrapper-middle #ino-1,
.innovation-wrapper-outer .innovation-wrapper-middle #ino-2,
.innovation-wrapper-outer .innovation-wrapper-middle #ino-3 {
  top: -100px;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder {
  position: relative;
  /*transform: translateY(-100%);*/
  opacity: 0;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .content-holder {
    margin: 0 0 50px 0;
  }
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder {
  position: relative;
  overflow: hidden;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder img {
  transition: all 0.5s ease;
}

@media (max-width: 992px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder .news-her0 {
    width: 100%;
  }
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder .products-overlay-left {
  position: absolute;
  height: 100% !important;
  z-index: 9999;
  left: 0;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder .products-overlay-right {
  position: absolute;
  height: 100% !important;
  z-index: 9999;
  right: 0;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder:hover .products-overlay-left {
  left: -210px;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder:hover .products-overlay-right {
  right: -80px;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder .product-img-holder:hover .news-her0 {
  transform: scale(1.25);
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder h3 {
  font-size: 1.125rem;
  padding-top: 20px;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder h3 a {
  color: #fff;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder-url {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #273255;
}

.innovation-wrapper-outer .innovation-wrapper-middle .content-holder-url a {
  color: #fff;
  font-size: 0.9375rem;
}

.innovation-wrapper-outer .innovation-wrapper-middle .anime-delay-a {
  /*@include animation_anime (ease-in, 2s);*/
  top: 0 !important;
  opacity: 1;
  transition-delay: .5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-duration: 0.5s;
}

.innovation-wrapper-outer .innovation-wrapper-middle .anime-delay-b {
  top: 0 !important;
  opacity: 1;
  transition-delay: .6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-duration: 0.5s;
}

.innovation-wrapper-outer .innovation-wrapper-middle .anime-delay-c {
  top: 0 !important;
  opacity: 1;
  transition-delay: .7s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-duration: 0.5s;
}

@media (max-width: 1199px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .inno-item {
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .inno-item {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .inno-item:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .innovation-wrapper-outer .innovation-wrapper-middle .inno-item:last-child {
    display: block;
  }
}

.innovation-wrapper-outer .innovation-wrapper-footer {
  background: #1a2d5e;
  text-align: center;
  padding: 25px 0px;
  position: relative;
  width: 100%;
  bottom: 0;
}

.innovation-wrapper-outer .innovation-wrapper-footer .sol-read-more {
  color: #fff;
  font-weight: bold;
}

.innovation-wrapper-outer .innovation-wrapper-footer .sol-read-more .fa {
  padding-left: 8px;
  font-weight: 600;
}

.single-innovations.admin-bar #page-header__wrapper {
  height: calc(100vh - 112px);
  min-height: calc(100vh - 112px);
}

.single-innovations.admin-bar #page-header__wrapper .alignment-container {
  height: calc(100vh - 112px);
  min-height: calc(100vh - 112px);
}

.single-innovations #page-header__wrapper {
  /*min-height: 635px!important;*/
  height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
  background-size: cover !important;
}

@media (max-width: 991px) {
  .single-innovations #page-header__wrapper {
    min-height: 435px !important;
  }
}

.single-innovations #page-header__wrapper .secondary-pages-overlay {
  right: 0;
  width: 100%;
}

.single-innovations #page-header__wrapper .mobile-transparent {
  background: rgba(28, 47, 97, 0.8);
}

.single-innovations #page-header__wrapper .alignment-container {
  height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
}

@media (max-width: 991px) {
  .single-innovations #page-header__wrapper .alignment-container {
    min-height: 435px;
  }
}

.single-innovations #page-header__wrapper .alignment-container h1 {
  text-align: center;
  text-shadow: 1px 1px 2px #383b53;
}

.single-innovations #page-header__wrapper .alignment-container .youtube-hero {
  text-align: center;
  margin: 35px 0 0 0;
}

.single-innovations #page-header__wrapper .alignment-container .youtube-hero .telbutton {
  font-size: 1rem;
}

.single-innovations #page-header__wrapper .alignment-container .youtube-hero .telbutton .fa {
  top: 6px;
}

.single-innovations #page-header__wrapper .alignment-container .bounce-url {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 25px;
  text-shadow: 1px 1px 2px #383b53;
  left: 50%;
  transform: translateX(-50%);
}

.single-innovations #page-header__wrapper .alignment-container .bounce-url .bounce {
  padding-top: 15px;
}

.single-innovations #page-header__wrapper .alignment-container .bounce-url .bounce .fa {
  font-size: 20px;
}

.single-innovations h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0;
}

.single-innovations p {
  font-weight: 300;
  font-size: 0.9375rem;
}

#related-expertise span {
  color: #20346a;
}

#related-expertise a {
  font-weight: bold;
}

#inside-secondary {
  padding-top: 50px;
}

#inside-secondary .sol-read-more {
  transition: all .2s ease-in-out;
  font-weight: bold;
  font-size: 14px;
}

#inside-secondary .sol-read-more .fa {
  padding: 0 0 0 5px;
  font-weight: bold;
  font-size: 1.0625rem;
}

#inside-secondary .post_sharing {
  margin-top: 0;
  text-align: right;
}

@media (max-width: 768px) {
  #inside-secondary .post_sharing {
    text-align: left;
    margin-top: 15px;
  }
}

#inside-secondary .post_sharing .post_sharing_title {
  display: inline-block;
  margin-bottom: 0;
}

.wptuts-video-container {
  position: relative;
  /* padding-bottom: 56.25%; */
  padding-bottom: 64%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.wptuts-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------- */
/* -- Search Box -- */
/* ---------------- */
.single-innovations.admin-bar .youtube-container .youtube-box .youtube-video-container iframe {
  height: calc(80vh - 32px);
}

.youtube-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 53, 106, 0.95);
  z-index: 9999;
  display: none;
}

.youtube-container .youtube-box {
  /*max-width: 700px;*/
  margin: 0 auto;
  padding: 100px 120px;
  display: block;
  position: relative;
}

.youtube-container .youtube-box span {
  font-size: 18px;
  color: #fff;
}

.youtube-container .youtube-box label {
  width: 70%;
  float: left;
}

@media (max-width: 767px) {
  .youtube-container .youtube-box label {
    width: 100%;
  }
}

.youtube-container .youtube-box .youtube-video-container {
  position: relative;
  /* padding-bottom: 56.25%; */
  padding-bottom: 64%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.youtube-container .youtube-box .youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(80vh);
}

.youtube-container .icon-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.youtube-container .icon-wrapper .fa {
  font-size: 16px;
  line-height: 28px;
  color: white;
  cursor: pointer;
}

.admin-bar .youtube-container {
  top: 46px !important;
  height: calc(100% - 46px) !important;
}

@media screen and (min-width: 783px) {
  .admin-bar .youtube-container {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}

.bee-strip {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-height: 338px;
  position: relative;
  background-position: 0 center !important;
}

@media (max-width: 991px) {
  .bee-strip {
    background-position: center center !important;
    background-size: cover !important;
  }
}

.bee-strip h2 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .bee-strip h2 {
    color: #fff;
  }
}

.bee-strip p {
  font-weight: 200;
}

@media (max-width: 991px) {
  .bee-strip p {
    color: #fff;
  }
}

.bee-strip .about-btn-contain {
  margin-top: 25px;
}

.bee-strip .about-btn-contain a {
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 991px) {
  .bee-strip .about-btn-contain a {
    color: #fff;
  }
}

.bee-strip .about-btn-contain a:hover {
  transition: all .2s ease-in-out;
  text-decoration: none;
}

@media (max-width: 991px) {
  .bee-strip .bee-strip-outer {
    background: rgba(32, 52, 106, 0.6);
  }
}

.bee-strip .bee-strip-outer .bee-strip-inner {
  float: right;
  min-height: 338px;
  padding: 45px 15px 45px 0;
  width: calc(76%);
  background: #f5f5f5;
  text-align: right;
  display: table;
}

@media (max-width: 991px) {
  .bee-strip .bee-strip-outer .bee-strip-inner {
    width: 100%;
    background: transparent;
    text-align: left;
  }
}

.bee-strip .bee-strip-outer .bee-strip-inner .alignment {
  display: table-cell;
  vertical-align: middle;
}

.bee-strip .bee-strip-outer .bee-strip-inner-right {
  float: left;
  min-height: 338px;
  width: calc(24%);
  position: relative;
}

@media (max-width: 991px) {
  .bee-strip .bee-strip-outer .bee-strip-inner-right {
    display: none;
  }
}

.bee-strip .bee-strip-outer .bee-strip-inner-right .bee-strip-overlay {
  position: absolute;
  height: 338px;
  right: -1px;
}

@media (max-width: 991px) {
  .bee-strip .bee-strip-outer .bee-strip-inner-right .bee-strip-overlay {
    display: none;
  }
}

.page-template-page-board-of-directors .featured-bio {
  margin: 0 0 30px 0;
}

.page-template-page-board-of-directors .featured-bio .innovation-tab {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-height: 350px;
  position: relative;
  background-position: calc(50% + 195px) center !important;
}

@media (max-width: 991px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab {
    background: none !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.35rem;
}

@media (min-width: 768px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab h2 {
    font-size: 1.35rem;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab h3 {
  font-weight: 300;
  margin: 0 0 20px 0;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab h3 {
    font-size: 1.25rem !important;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab p {
  font-weight: 400;
}

.page-template-page-board-of-directors .featured-bio .innovation-tab p:last-child {
  margin-bottom: 0 !important;
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .about-btn-contain {
  margin-top: 25px;
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .about-btn-contain a {
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 991px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab .about-btn-contain a {
    color: #fff;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .about-btn-contain a:hover {
  transition: all .2s ease-in-out;
  text-decoration: none;
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner-mobile {
  display: block;
}

@media (min-width: 992px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner-mobile {
    display: none;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner {
  float: left;
  min-height: 350px;
  padding: 25px;
  width: calc(52%);
  background: #f5f5f5;
  display: table;
}

@media (max-width: 991px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner {
    width: 100%;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner .alignment {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner-right {
  float: left;
  min-height: 350px;
  width: calc(35%);
}

@media (max-width: 991px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner-right {
    display: none;
  }
}

.page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner-right .innovation-overlay {
  position: absolute;
  height: 338px;
}

@media (max-width: 991px) {
  .page-template-page-board-of-directors .featured-bio .innovation-tab .innovation-tab-outer .innovation-tab-inner-right .innovation-overlay {
    display: none;
  }
}

.page-template-page-board-of-directors .content-bio .content-inner {
  border-bottom: 3px solid #dadada;
  margin: 0 0 35px 0;
}

.page-template-page-board-of-directors .content-bio .content-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-template-page-board-of-directors .content-bio .content-inner img {
  margin: 0 0 15px 0;
}

.page-template-page-board-of-directors .content-bio .content-inner h3 {
  margin: 0;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .page-template-page-board-of-directors .content-bio .content-inner h3 {
    font-size: 1.35rem;
  }
}

.page-template-page-board-of-directors .content-bio .content-inner .jobtitle {
  margin: 0 !important;
  color: #20346a;
}

.page-template-page-board-of-directors .content-bio .content-inner p:first-child {
  margin-top: 1.375em !important;
}
.product_section .content_block .inner_content_block p a,
.product_section .content_block .inner_content_block p span a,
.service_section .content_block .inner_content_block p a,
.service_section .content_block .inner_content_block p span a {
  position: static;
}

a.standardbutton {
  margin: 25px 0 65px;
}

p > a.standardbutton {
  margin: 5px 0;
}

.inner_content_block > a.standardbutton {
  margin: 5px 0;
}

.service_section .content_block .inner_content_block a.standardbutton {
  position: relative;
  display: block;
  left: initial;
  bottom: initial;
  color: #fff;
  float:left;
}
.service_section .content_block .inner_content_block:after {
  content: '';
  display: block;
  width:100%;
  clear:both;
  float:none;
}
.content_block_section .content_block .inner_content_block.product_inner_section {
  padding:initial;
}

.page-id-3975 .map {
  display: block;
  width:100%;
  height:450px;
  padding:0;
  margin:10px 0;
}

.page-id-3975 .map iframe {
  width:100%;
  height:100%;
}

.hidden.slick-slide {
  display: none;
  width:0;
}

.home-carousel-wrapper-container span {
	font-size: 14px !important;
}

.bounce {
    padding-top: 80px !important;
}

@media (max-width: 767px) {
	.home-carousel-wrapper-container h1 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	.bounce {
		padding-top: 120px !important;
	}
}