@charset "UTF-8";
/* Vendor */
/* Bootstrap */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * lite version by JCB
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* figure {
  margin: 1em 40px; } */

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.navbar {
  display: none;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.ttf")
      format("truetype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

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

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

.text-center {
  text-align: center;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /*
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }*/
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-9 {
    width: 75%;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.dropup,
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@-ms-viewport {
  width: device-width;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Bootstrap Select */
/*!
 * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group
  .bs3-has-addon.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
*/

/*# sourceMappingURL=bootstrap-select.css.map */
/* Slick Carousel */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

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

/* makes the font 33% larger relative to the icon container */
.fa-2x {
  font-size: 2em;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /*Above WP toolbar.*/
}

.bg-white {
  background-color: #fff;
}

.bg-purple {
  background-color: #00447c;
}

.bg-orange {
  background-color: #ffa64d;
}

.bg-blue {
  background-color: #0099ff;
}

.bg-light-blue {
  background-color: #e5f5ff;
}

.bg-grey {
  background-color: #ececec;
}

.bg-dark-grey-2 {
  background-color: #959394;
}

.bg-light-grey {
  background-color: #ececec;
}

.bg-dark-grey {
  background-color: #808080;
}

.bg-darker-grey {
  background-color: #959394;
}

h1,
.h1 {
  font-size: 50px;
  font-weight: 400;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 31px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 400;
  color: #00447c;
}

.lead-text {
  font-size: 18px;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff !important;
}

.text-orange {
  color: #ffa64d !important;
}
.text-orange a {
  color: #ffa64d !important;
}

.text-blue {
  color: #0099ff !important;
}
.text-blue a {
  color: #0099ff !important;
}
.text-purple {
  color: #00447c !important;
}
.text-purple a {
  color: #00447c !important;
}
a.button {
  padding: 9px 10px;
  max-width: 90%;
  display: block;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
}

.btn-white-outline {
  color: #333;
  border: 1px solid #333;
}

.btn-purple-outline {
  color: #00447c;
  border: 1px solid #00447c;
}

.btn-orange {
  color: #ffa64d;
  border: 1px solid #ffa64d;
}

p,
a,
ul,
li,
ol,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

section ul {
  padding-left: 15px;
}
section ul li + li {
  margin-top: 10px;
}

p + p,
ul + p,
h1 + p,
h1 + ul,
h2 + p,
h2 + ul,
h3 + p,
h3 + ul,
h4 + p,
h4 + ul {
  margin-top: 10px;
}

p + ul,
p + h1,
ul + h1,
p + h2,
ul + h2,
p + h3,
ul + h3,
p + h4,
ul + h4,
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4 {
  margin-top: 15px;
}

html {
  overflow-y: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

section {
  padding: 20px 0;
}

.row-hr hr {
  width: calc(100% - 30px);
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
img,
figure {
  display: block;
  max-width: 100%;
  height: auto;
}

hr.orange {
  border-color: #ffa64d;
}

hr.purple {
  border-color: #00447c;
}

hr.darker {
  border-color: #dbdbdb;
}

.slick-slide:focus {
  outline: 0px;
}

section.flex-content[class*="our-"] hr:last-of-type {
  margin-top: 20px;
}

.image-slider-container {
  opacity: 0;
  margin-top: 0;
  transition: all 0.5s ease;
  transition-delay: 0;
}
.image-slider-container .image-slider {
  margin-top: 30px;
}
.image-slider-container .image-slider .image-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 130px;
  height: 60px;
  margin: 0px 5px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.5s ease;
  transition-delay: 0;
}
.image-slider-container .image-slider .image-slide:hover,
.image-slider-container .image-slider .image-slide:focus {
  filter: grayscale(0%);
  opacity: 1;
}
.image-slider-container p.text-center.text-purple {
  font-size: 18px;
}
.image-slider-container hr {
  border-top: 1px solid #ffa64d;
  margin: 50px 0 0 0;
}
.image-slider-container.fadeThisIn {
  opacity: 1;
}

header {
  border: 1px solid #eee;
}

#site-content {
  width: 100%;
  clear: both;
}

.page-template-page-no-flex-php .bg-white .col-xs-12 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-template-page-no-flex-php .bg-white .col-xs-12 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.width {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.width:before {
  content: "";
  display: block;
}
.width .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ratio1-1:before {
  padding-top: 100%;
}

.ratio4-3:before {
  padding-top: 75%;
}

.container.skinny {
  max-width: 700px;
}

.force-proper-size {
  max-width: none;
}

.mobile-search {
  color: black;
  padding-left: 10px;
}

.input-group.mobile {
  width: 100%;
  display: none;
}
.input-group.mobile #mobile-search {
  line-height: 20px;
}
.input-group.mobile .input-group-btn {
  width: 1%;
}

.full-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 68, 124, 0.8);
  opacity: 1;
  z-index: 10;
  display: none;
}
.full-window .tiny-tooltip {
  font-size: 12px;
  color: white;
  padding-top: 10px;
}
.full-window .search-window {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
}
.full-window .search-window input.form-control {
  padding: 0px 19px;
  line-height: 38px;
  color: black;
  height: 40px;
}
.full-window .search-window .btn {
  padding: 9px 12px;
  cursor: pointer;
}
.full-window .search-window .btn-default:focus {
  border: none;
}

.no-flex-container ul,
.no-flex-container ol {
  padding-left: 15px;
}

.no-flex-container ul > li,
.no-flex-container ol > li {
  padding-left: 15px;
}

body.single #site-content {
  padding: 20px 0;
}

.action-wrap {
  margin-bottom: 20px;
}
.action-wrap ul {
  padding-left: 0;
  list-style-type: none;
}
.action-wrap ul li {
  display: inline-block;
}
.action-wrap ul li a {
  color: #00447c;
  font-size: 20px;
}
.action-wrap ul li + li {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 49px;
    font-weight: 400;
  }
}

.specialist-technologies .buttons {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 120px;
  }
  section {
    padding: 0;
  }
  .row-image-slider {
    padding: 35px 0 0 0;
  }
  .row-content-block {
    padding: 55px 0 60px 0;
    text-align: center;
  }
  .row-ticks {
    padding: 45px 0;
  }
  .row-cta {
    padding: 90px 0 110px;
  }
  .text-and-list,
  .text-and-images {
    padding: 60px 0 70px;
  }
  body.single #site-content {
    padding: 40px 0 50px;
  }
  section .container.skinny .row-blocks:last-of-type {
    padding-bottom: 80px;
  }
  .flex-content .specialist-technologies:last-of-type {
    padding-bottom: 100px;
  }
  .page-template-page-no-flex-php section .col-sm-4 .centered-image,
  .page-template-page-no-flex-oracle-php section .col-sm-4 .centered-image {
    margin-top: 50px;
  }
}

.home .content-block img {
  display: inline-block;
  max-width: 30%;
}

.home .content-block img + img {
  margin-top: 0;
}

.frm_checkbox {
  margin-left: 10px;
}

.frm_checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.frm_checkbox input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ffa64d;
  transition: all 0.2s;
  top: 5px;
  margin-right: 6px;
}

.frm_checkbox input[type="checkbox"] + span:before,
.frm_checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "";
}

.frm_checkbox input[type="checkbox"] + span:after {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 36px;
  transition: all ease-in-out 0.2s;
}

.frm_checkbox input[type="checkbox"]:checked + span {
  transition: all ease-in-out 0.2s;
}

.frm_checkbox input[type="checkbox"]:checked + span:after {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background-color: #ffa64d;
  border-color: #ffa64d;
}

/* Bootstrap Hover Navigation Walker */
ul.navbar-nav-hover > li.dropdown:hover > a,
ul.navbar-nav-hover > li.dropdown:focus > a {
  background-color: transparent;
}

header {
  position: relative;
  z-index: 15;
}

#logo {
  position: relative;
  display: inline-block;
}
#logo img {
  margin: 0 auto;
  width: auto;
  max-width: 180px;
}

#primaryNav .current-menu-item > a,
#primaryNav .current_page_parent > a {
  background-color: #337ab7;
  color: #fff;
}

@media (min-width: 768px) {
  #logo img {
    margin: initial;
  }
}

@media (min-width: 992px) {
  #logo img {
    position: absolute;
    display: block;
    top: -50px;
  }
  #primaryNav .current-menu-item > a,
  #primaryNav .current_page_parent > a {
    color: #fff;
    background-color: #0099ff;
  }
  #primaryNav ul.navbar-nav > .current-menu-item > a,
  #primaryNav ul.navbar-nav > .current_page_parent > a {
    color: #00447c;
    background-color: transparent;
  }
  #primaryNav ul.navbar-nav > .current-menu-item > a:before,
  #primaryNav ul.navbar-nav > .current_page_parent > a:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #0099ff;
    display: block;
  }
}

@media (min-width: 1200px) {
  #logo img {
    width: auto;
    max-width: 300px;
  }
  .nav > li > a {
    padding-left: 15px;
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
}

#navbar {
  padding-bottom: 10px;
}
#navbar .container {
  padding-top: 20px;
  position: relative;
}
#navbar .container .telephone {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

#navbar .button.btn-orange {
  padding: 4px 10px;
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: inherit;
}

#hover-bar {
  display: none !important;
}

.nav > li > a {
  padding-left: 12px;
  padding-right: 15px;
  padding-top: 10px;
  font-size: 16px;
  color: #00447c;
  z-index: 2;
}

@media (min-width: 992px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }
}

.dropdown-menu > li > a {
  color: #00447c;
  font-size: 15px;
  padding-top: 5px;
  padding: 5px 20px;
}

.dropdown-menu {
  padding: 20px 0;
  border-radius: 0;
  z-index: 0;
  position: relative;
  float: none;
}

@media (min-width: 992px) {
  header #navbar .container {
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
  header.nav-shrink #navbar .container {
    padding-top: 0;
  }
  header.nav-shrink .nav > li > a {
    padding-bottom: 5px;
  }
  .dropdown-menu {
    min-width: 170px;
    display: none;
    position: absolute;
    top: calc(100% + 6px);
  }
  .dropdown-menu:before {
    content: "";
    top: -11px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 5;
    border-top: 6px solid transparent;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: inherit;
    opacity: 0.5;
  }
}

.dropdown-trigger {
  top: 1px;
  padding: 12px 0 12px 12px;
  z-index: 100;
  right: 0;
  position: absolute;
}
.dropdown-trigger:hover {
  cursor: pointer;
  cursor: -webkit- pointer;
}

.navigation .fa-search {
  display: inline-block;
  float: right;
  line-height: 40px;
  cursor: pointer;
}

.navbar-toggle {
  margin-right: 0;
  position: absolute;
  top: 70px;
  right: 15px;
  width: 30px;
  height: 20px;
}
.navbar-toggle span.icon-bar {
  display: block;
  width: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
.navbar-toggle span.icon-bar:nth-child(1) {
  top: 0;
}
.navbar-toggle span.icon-bar:nth-child(2) {
  top: 7px;
}
.navbar-toggle span.icon-bar:nth-child(3) {
  top: 14px;
}
.navbar-toggle span.icon-bar + .icon-bar {
  margin-top: 0;
}
.navbar-toggle.burger-animate span.icon-bar {
  left: 0;
  position: absolute;
}
.navbar-toggle.burger-animate span.icon-bar:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.navbar-toggle.burger-animate span.icon-bar:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}
.navbar-toggle.burger-animate span.icon-bar:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

ul.dropdown-menu {
  border: none;
  box-shadow: none;
  z-index: 5;
  margin-left: auto;
  border-top: 5px solid rgba(255, 255, 255, 0);
  background: #ffffff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .navbar-nav {
    float: right;
  }
}

@media only screen and (min-width: 992px) {
  header {
    position: fixed;
    z-index: 15;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  #navbar {
    padding-bottom: 0;
  }
  .navigation {
    text-align: right;
    margin-left: 15px;
  }
  #hover-bar {
    display: block !important;
    width: 100px;
    bottom: 0px;
    border-bottom: 3px solid #0099ff;
    position: absolute;
    left: 100px;
    transition: all 0.2s ease;
    transition-delay: 0s;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    border: none;
  }
  #primaryNav {
    display: inline-block !important;
  }
  .dropdown-trigger {
    display: none;
  }
  ul.dropdown-menu {
    max-width: 400px;
    width: auto;
  }
  ul.navbar-nav-hover > li.dropdown:hover > ul.dropdown-menu,
  ul.navbar-nav-hover > li.dropdown:focus > ul.dropdown-menu {
    display: block;
  }
  .nav > li > a {
    padding-bottom: 30px;
  }
  header {
    height: auto;
  }
}

a.button,
.button {
  padding: 9px 25px;
  max-width: 90%;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  transition: all 0.5s ease;
  transition-delay: 0;
}
a.button.btn-white-outline,
.button.btn-white-outline {
  border: 2px solid #fff;
}
a.button.btn-white-outline:hover,
a.button.btn-white-outline:focus,
.button.btn-white-outline:hover,
.button.btn-white-outline:focus {
  background-color: #fff;
  color: #00447c !important;
}
a.button.btn-white-outline:hover > span,
a.button.btn-white-outline:focus > span,
.button.btn-white-outline:hover > span,
.button.btn-white-outline:focus > span {
  color: #00447c !important;
}
a.button.btn-purple-outline,
.button.btn-purple-outline {
  border: 2px solid #00447c;
}
a.button.btn-purple-outline:hover,
a.button.btn-purple-outline:focus,
.button.btn-purple-outline:hover,
.button.btn-purple-outline:focus {
  background-color: #00447c;
  color: #fff !important;
}
a.button.btn-purple-outline:hover > span,
a.button.btn-purple-outline:focus > span,
.button.btn-purple-outline:hover > span,
.button.btn-purple-outline:focus > span {
  color: #fff !important;
}
a.button.btn-orange,
.button.btn-orange {
  background-color: #ffa64d;
  font-weight: 400;
  font-size: 23px;
  padding: 9px 40px;
}
a.button.btn-orange:before,
a.button.btn-orange:after,
.button.btn-orange:before,
.button.btn-orange:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #ffa64d;
  transition: all 0.5s ease;
  transition-delay: 0;
}
a.button.btn-orange:after,
.button.btn-orange:after {
  opacity: 0;
}
a.button.btn-orange:hover:before,
a.button.btn-orange:focus:before,
.button.btn-orange:hover:before,
.button.btn-orange:focus:before {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  top: -9px;
  left: -9px;
}
a.button.btn-orange:hover:after,
a.button.btn-orange:focus:after,
.button.btn-orange:hover:after,
.button.btn-orange:focus:after {
  opacity: 1;
}
a.button + .button,
.button + .button {
  margin-top: 15px;
}

.specialist-technologies {
  margin: 0 auto;
  text-align: center;
}

.slider {
  position: relative;
}

img.prev {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  padding: 10px;
  cursor: pointer;
}

img.next {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  padding: 10px;
  cursor: pointer;
}

ul.slick-dots {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
ul.slick-dots li button {
  background-color: transparent;
  border: none;
  font-size: 0;
}
ul.slick-dots li button:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid #333;
  border-radius: 36px;
  display: block;
}

@media screen and (min-width: 768px) {
  a.button {
    max-width: auto;
    display: inline-block;
    min-width: 145px;
  }
  a.button + .button {
    margin-top: 0;
    margin-left: 15px;
  }
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #3f3e3e;
}
footer hr {
  border-color: #246ea6;
}
footer hr:first-of-type {
  margin-top: 40px;
  margin-bottom: 15px;
}
footer hr:last-of-type {
  margin-top: 15px;
}
footer p span {
  color: #fff;
}
footer .contact {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
footer .copyright-terms {
  font-size: 13px;
  margin-bottom: 0;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  footer .contact {
    text-align: right;
    margin-top: 10px;
  }
}
footer p {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  footer p span.telephone {
    margin-right: 30px;
  }
}
footer .award {
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  footer .award img {
    margin-left: auto;
  }
}
footer .footer-icons {
  color: #fff;
  text-align: center;
}
footer .footer-icons a + a {
  margin-left: 10px;
}
footer .footer-icons a > i {
  color: #000;
}
@media only screen and (min-width: 768px) {
  footer .footer-icons {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .footer-call-to-actions .col-xs-12 + .col-xs-12 {
    border-left: 2px solid #fff;
  }
}

.footer-call-to-actions .footer-cta {
  margin: 0 auto;
  background-color: #ececec;
  height: 130px;
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}
.footer-call-to-actions .footer-cta h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-call-to-actions .footer-cta p.smaller {
  font-size: 20px;
}
.footer-call-to-actions .footer-cta p {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-call-to-actions .footer-cta a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.footer-call-to-actions .footer-cta a .vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer-call-to-actions .footer-cta span.align-left,
.footer-call-to-actions .footer-cta span.align-right {
  display: inline-block;
  vertical-align: middle;
}
.footer-call-to-actions .footer-cta span.align-right {
  display: inline-block;
  max-width: 160px;
}

.footer-call-to-actions a.footer-cta {
  text-decoration: none;
}
.footer-call-to-actions a.footer-cta span.align-left,
.footer-call-to-actions a.footer-cta span.align-right {
  display: inline-block;
}
.footer-call-to-actions a.footer-cta .align-left {
  float: left;
}
.footer-call-to-actions a.footer-cta span {
  display: inline-block;
}
.footer-call-to-actions a.footer-cta img {
  display: inline-block;
  margin-right: 14px;
}

.footer-awards {
  margin: 10px auto 0;
  text-align: center;
  margin-right: 16px;
}
.footer-awards .award {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.footer-awards .award img {
  max-height: 90px;
  width: auto;
  display: inline-block;
}
.footer-awards .award + .award {
  margin: 10px 0 0 15px;
}

@media only screen and (min-width: 768px) {
  .footer-awards {
    text-align: right;
  }
  .footer-awards .award {
    width: auto;
    display: inline-block;
  }
  .footer-awards .award + .award {
    margin: 0 0 15px 15px;
  }
}

@media screen and (min-width: 992px) {
  .footer-awards {
    margin-top: 0;
  }
}

#menu-footer-menu {
  list-style: none;
  padding-left: 0;
}
#menu-footer-menu li {
  margin-top: 10px;
}
#menu-footer-menu a {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .footer-cta {
    padding: 10px 0;
  }
}

section.extra-oracle-content {
  padding-top: 70px;
  padding-bottom: 80px;
}
section.extra-oracle-content .lead-text {
  font-size: 20px;
}
section.extra-oracle-content .icon {
  margin-top: 70px;
}

.no-flex-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .no-flex-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

section.blog-post {
  padding-top: 50px;
}
section.blog-post .text-thin {
  font-weight: 400;
  margin-top: 10px;
}

.date {
  color: #0099ff;
}

.back-to-blogs {
  font-size: 18px;
}

.post-thumbnail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.all-blog {
  margin-top: 25px;
  margin-bottom: 30px;
}
.all-blog .container .row {
  margin-top: 20px;
  margin-bottom: 40px;
}
.all-blog .container .row h3 {
  color: #00447c;
  margin-top: 25px;
}
.all-blog .featured-description {
  color: #000;
  font-size: 17px;
}
.all-blog .featured-description + a {
  display: inline-block;
  margin-top: 10px;
}
.all-blog .post-info {
  margin: 10px 0 20px;
}
.all-blog .post-info p {
  font-size: 17px;
}
.all-blog .post-info p:first-child {
  color: #000;
}
.all-blog .post-info p + p {
  margin-top: 5px;
}

section.career-page ul.job-list {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #333;
}
section.career-page ul.job-list li {
  border-bottom: 1px solid #333;
  padding-top: 16px;
  padding-bottom: 16px;
}
section.career-page ul.job-list li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}

section.career-page .recruitment-notice {
  margin-top: 20px;
}
section.career-page .recruitment-notice p {
  color: #00447c;
}

.hero-slider + section {
  padding-top: 30px;
}

section.about-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

section[class*="our-"] .container {
  padding-top: 55px;
  padding-bottom: 60px;
}

section[class*="our-"] .button {
  margin-top: 25px;
}

section[class*="our-"] hr {
  margin: 0;
}

section[class*="our-"].our-story .container {
  position: relative;
}
section[class*="our-"].our-story .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ffa64d;
  left: 50%;
  transform: translateX(-50%);
}

section.our-story .vertical-stats {
  max-width: 320px;
  margin: 0 auto;
}
section.our-story .vertical-stats .stat h2 {
  font-size: 40px;
  color: #0099ff;
}
section.our-story .vertical-stats .stat .desc {
  text-transform: uppercase;
  font-size: 12px;
  color: #00447c;
}
section.our-story .vertical-stats .stat .desc + .border-orange {
  margin-top: 30px;
}
section.our-story .vertical-stats .stat .border-orange {
  width: 25%;
  height: 1px;
  border-top: 1px solid #ffa64d;
  margin: 0 auto;
}
section.our-story .vertical-stats .stat .border-orange + h2 {
  margin-top: 30px;
}
section.our-story .vertical-stats .stat + .stat {
  margin-top: 40px;
}

section.our-story .our-story-content .button {
  margin-left: 0 !important;
}

section.our-people .our-people-content .button {
  margin-left: 0 !important;
}

section.our-approach .our-approach-content .button {
  margin-left: 0 !important;
}

section.our-partners .our-partners-content .button {
  margin-left: 0 !important;
}

section.our-partners .our-partners-content ul.icon-list {
  list-style: none;
  padding-left: 0;
}
section.our-partners .our-partners-content ul.icon-list .list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.our-partners .our-partners-content ul.icon-list .list-item p {
  font-weight: 500;
  color: #0099ff;
  margin-left: 12px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  section.our-partners .our-partners-content img {
    margin: inherit;
  }
  section.our-partners .our-partners-content .icon-list .list-item p {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  section.our-partners .our-partners-content .icon-list .list-item p {
    padding-top: 30px;
  }
  section.our-partners
    .our-partners-content
    .page-template-page-about
    .col-md-offset-2
    img {
    margin-top: 50px;
  }
}

section.join-us .container {
  padding-top: 40px;
  padding-bottom: 45px;
}

section.join-us .join-us-content .button {
  margin-left: 0 !important;
}

.coloured-block-content {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coloured-block-content img {
  margin: 0 auto;
  margin-bottom: 30px;
}

.coloured-blocks {
  margin-top: 30px;
}

.back-to-top {
  display: block;
  margin-top: 20px;
  max-width: 30px;
}

a.back-to-top img {
  display: block;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-template-page-about section h2 + .lead-text {
  margin-top: 30px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

section.contact-intro {
  padding-top: 40px;
  padding-bottom: 0px;
}
section.contact-intro p a {
  color: #ffa64d;
}
section.contact-intro .lead-text {
  font-size: 20px;
}
section.contact-intro + section .frm_forms textarea {
  margin-bottom: 40px;
}

.bigtext textarea {
  width: 100%;
  border-radius: 3px;
  padding: 16px;
}

.frm_forms .frm_error_style,
.frm_forms .frm_error,
.frm_forms .frm_message {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.frm_forms .from_message {
  color: #449d44;
}

.frm_forms .frm_error_style,
.frm_forms .frm_error {
  color: #c9302c;
}

.text input {
  width: 100% !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid orange;
  margin-bottom: 20px;
  padding-top: 10px;
}

input[type="checkbox"] {
  width: 12px;
  height: 12px;
  padding-left: 10px;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  /*border: 1px solid #ffa64d;*/
  padding: 10px;
}

.frm_checkbox {
  margin: 0;
}
.frm_checkbox input[type="text"] {
  display: block;
  width: 100% !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid orange;
  margin-bottom: 20px;
  padding-top: 10px;
}
.frm_checkbox input[type="text"]:-webkit-input-placeholder:before {
  content: "test";
  color: #666;
}

.form label {
  font-weight: 400;
}
.form label.text-orange {
  font-size: 18px;
}

.frm_repeat_buttons {
  padding: 50px 0;
}
.frm_repeat_buttons a.frm_add_form_row.frm_button,
.frm_repeat_buttons a.frm_remove_form_row.frm_button {
  font-weight: 400;
}

a.frm_add_form_row.frm_button {
  color: orange;
  font-weight: bold;
}

.frm_button i {
  position: relative;
}
.frm_button i:before {
  content: url("../images/plus.png");
  position: relative;
  top: 5px;
  left: 0;
  margin-right: 5px;
}

a.frm_remove_form_row.frm_button {
  color: orange;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}

.frm_submit {
  margin: 0 auto;
  text-align: center;
}

.center {
  text-align: center;
  margin: 0 auto;
}

iframe.map {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form textarea {
  color: #666;
}
.form textarea ::-webkit-input-placeholder {
  color: #666;
}
.form textarea :-moz-placeholder {
  color: #666;
}
.form textarea ::-moz-placeholder {
  color: #666;
}
.form textarea :-ms-input-placeholder {
  color: #666;
}

.section-margins {
  margin-top: 30px;
  margin-bottom: 30px;
}

.frm_hidden {
  display: none !important;
}

iframe.map {
  max-width: 800px;
  display: block;
  border: 2px solid #fff;
  width: 100%;
  margin: 30px auto;
}

.g-recaptcha div {
  text-align: center;
  margin: 30px auto;
}

.gated-download {
  color: #00427f;
}
.gated-download .frm_screen_reader {
  display: none;
}
.gated-download button {
  display: block;
  text-align: center;
  margin: 2em auto;
  border: none;
  width: 100%;
  padding: 2em;
  content: "Download";
  border-radius: 5px;
  background-color: #ffa64d;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}
.gated-download input {
  margin-top: 0;
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid;
}
.gated-download label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-top: 2em;
}

.operand-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  display: inline-block;
}
.operand-wrapper span {
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #ffa64d;
  transition: all 0.5s ease;
  transition-delay: 0;
}
.operand-wrapper span.first {
  left: 9px;
  transform: rotate(90deg);
}
.operand-wrapper span.second {
  left: 9px;
  opacity: 1;
}
.operand-wrapper:hover {
  cursor: pointer;
  cursor: -webkit- pointer;
}

/*
    Generic class to allow you to use the operand itself as a button, tell me if this doesn't make sense.
*/
.el-active span.first,
*[active="true"] span.first {
  transform: rotate(-90deg);
}

.el-active span.second,
*[active="true"] span.second {
  opacity: 0;
  transform: rotate(90deg);
}

.modal-content {
  position: relative;
  background-color: #00447c;
  border: none;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: border-box;
  outline: 0;
  padding: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.modal-content h2 {
  margin-bottom: 30px;
}
.modal-content p {
  color: #fff;
}
.modal-content .get-in-touch .bigtext {
  margin-bottom: 50px;
}
.modal-content .form {
  margin-bottom: 0;
}
.modal-content .form .frm_submit {
  margin-top: 30px;
}
.modal-content .form button.button.btn-orange {
  min-width: 95px;
}
.modal-content .close {
  opacity: 1;
  color: #ffa64d;
  text-shadow: none;
  font-size: 23px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal-dialog {
  max-width: 635px;
  width: 100%;
}

.reviews-wrapper > .container > .row {
  padding: 55px 0 60px;
}

.reviews-wrapper h3 {
  color: #00447c;
  text-align: center;
  margin-bottom: 20px;
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}

.hero.skinny div.hero-content {
  padding: 20px 10px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.hero.skinny div.hero-content > * {
  opacity: 1;
}

.hero-purple-overlay {
  height: 100%;
}

div.hero-content {
  padding-top: 170px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 170px;
}

.hero-slider .slick-dots {
  position: absolute;
  top: 10px;
  z-index: 2;
  text-align: center;
  left: 49%;
  transform: translateX(-50%);
}
.hero-slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.hero-slider .slick-dots li button {
  font-size: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  font-size: 10px;
  padding: 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
}
.hero-slider .slick-dots li button:after {
  display: none;
}
.hero-slider .slick-dots li[aria-hidden="false"] button {
  background-color: #fff;
}

.hero-slider .transition-effect {
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}

.hero-slider div.hero-content > * {
  opacity: 0;
  position: relative;
}

.hero-slider div.hero-content h1 {
  left: -20px;
  margin-top: 0;
}

.hero-slider div.hero-content h3 {
  right: -20px;
}

.hero-slider div.hero-content a {
  left: -20px;
}

.hero-slider .slick-active div.hero-content > * {
  opacity: 1;
}

.hero-slider .slick-active div.hero-content h1,
.hero-slider .slick-active div.hero-content a {
  left: 0;
}

.hero-slider .slick-active div.hero-content h3 {
  right: 0;
}

.hero-slider .hero {
  display: table !important;
  width: 100%;
}
.hero-slider .hero .hero-purple-overlay {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hero-content h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-content {
    margin: 0;
  }
}

.specialist-technologies a.button.btn-white-outline {
  font-size: 20px;
  max-width: 175px;
  padding: 9px 15px;
  border: 1px solid #fff;
}

.hero-header {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  margin: 10px;
}

.hero-sub-header {
  margin-top: 15px;
  font-weight: 400;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.buttons {
  margin-top: 30px;
}

.hero-button-overlay {
  background-color: rgba(0, 68, 124, 0.6);
  width: 100%;
  z-index: 1;
  position: relative;
  bottom: 0;
  padding: 35px 0 30px;
}
.hero-button-overlay .buttons {
  margin-top: 25px;
}

.simple-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.simple-hero .hero-content {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 0;
}
.simple-hero .hero-content img {
  padding-top: 18px;
}

.simple-hero,
.hero.skinny {
  display: table;
  height: 260px;
  width: 100%;
}

.content-block {
  text-align: center;
}
.content-block .icon {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 7px;
}
.content-block img {
  display: block;
  margin: 0;
}
.content-block img + img {
  margin-top: 15px;
}

.bg-purple,
.bg-blue,
.bg-orange,
.content-block,
.modal-content {
  color: #fff;
}
.bg-purple h2,
.bg-blue h2,
.bg-orange h2,
.content-block h2,
.modal-content h2 {
  color: #fff;
}

.bg-white p,
.bg-light-grey p,
.bg-light-blue p,
.bg-grey .content-block p {
  color: #000;
}

.bg-white h2,
.bg-white h3,
.bg-light-grey h2,
.bg-light-grey h3,
.bg-light-blue h2,
.bg-light-blue h3,
.bg-grey .content-block h2,
.bg-grey .content-block h3 {
  color: #00447c;
}

@media screen and (min-width: 992px) {
  .content-block img {
    display: inline-block;
    margin-top: 20px;
    vertical-align: baseline;
  }
  .content-block img + img {
    margin-left: 35px;
  }
  .page-id-109 .container.skinny {
    max-width: 500px;
  }
}

.award {
  width: 100px;
  height: auto;
  display: inline-block;
}

.awards-container {
  margin: 0 auto;
}

.awards {
  margin: 0 auto;
  max-width: 468px;
  padding-top: 30px;
}

.cta-section {
  text-align: center;
}
.cta-section h3.h2 {
  margin: 0;
}
.cta-section h3.h2 + a {
  margin-top: 15px;
}

.quote,
.small-quote {
  background-color: #00447c;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
.quote img.quotation-icon,
.small-quote img.quotation-icon {
  margin: 0 auto;
  padding-top: 25px;
}

.small-quote {
  padding-bottom: 20px;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .small-quote .small-quote {
    margin: 0 auto;
  }
}
.small-quote .quote-content {
  margin-top: 10px;
  padding-top: 0;
}
.small-quote p {
  color: #fff;
}
.small-quote p.quote-content {
  font-size: 17px;
}

.quote-author {
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
}

.quote-content {
  padding-top: 30px;
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 992px) {
  .quotes {
    padding: 0 0 50px 0;
  }
}

ul.ticks {
  list-style: none;
  padding-left: 5px;
  margin: 0 auto;
}

.bg-white ul.ticks li,
.bg-grey ul.ticks li,
.bg-light-blue ul.ticks li,
.bg-light-grey ul.ticks li {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 45px;
  font-size: 18px;
  position: relative;
}
.bg-white ul.ticks li:before,
.bg-grey ul.ticks li:before,
.bg-light-blue ul.ticks li:before,
.bg-light-grey ul.ticks li:before {
  content: url("../images/blue_tick.png");
  position: absolute;
  width: 100px;
  height: 100px;
  top: -2px;
  margin-left: -45px;
}

.row.row-ticks + .row {
  padding-top: 0;
}

.bg-orange ul.ticks li,
.bg-blue ul.ticks li {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 45px;
  font-size: 18px;
  position: relative;
}
.bg-orange ul.ticks li:before,
.bg-blue ul.ticks li:before {
  content: url("../images/white_tick.png");
  position: absolute;
  width: 100px;
  height: 100px;
  top: -2px;
  margin-left: -45px;
}

.bg-light-grey,
.bg-light-blue {
  color: #00447c;
}

.row-content-block + .row.row-ticks {
  padding-top: 0;
}

.toggle-content {
  display: none;
  text-align: center;
  padding-bottom: 20px;
}

.toggle-button.operand-wrapper {
  float: none;
}

.row-toggle {
  margin-bottom: 60px;
}

.toggle-container {
  text-align: center;
}

.toggle-button {
  margin: 0 auto;
  cursor: pointer;
}

.list-icons {
  padding: 20px 0;
}
.list-icons .list-item {
  margin: 0 auto;
}
.list-icons .list-item .icon {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.list-icons .list-item .list-header {
  color: #0099ff;
  font-weight: 400;
  font-size: 20px;
  margin-top: 13px;
}
.list-icons .list-item .list-icon {
  text-align: center;
  margin: 0 auto;
}
.list-icons .list-item + .list-item {
  margin-top: 30px;
}

.small-icon-list .list-item {
  margin: 0 auto;
}
.small-icon-list .list-item .icon {
  width: 40px;
  height: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.small-icon-list .list-item .list-header {
  color: #0099ff;
  font-weight: 400;
  font-size: 20px;
}
.small-icon-list .list-item .list-icon {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .list-icons {
    padding: 5px 0 45px;
  }
  .list-item img {
    max-width: 80px;
    height: auto;
    display: inline-block;
  }
  .list-item p {
    display: inline-block;
    padding-top: 0;
  }
  .list-item .icon {
    margin: 20px auto 0;
  }
}

.block {
  display: inline-block;
  margin-top: 30px;
}
.block .block-content {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block .block-content img {
  margin: 0 auto;
}
.block .block-content h4 {
  font-weight: 400;
  font-size: 24px;
  margin-top: 30px;
}

.horizontal-accordion-item {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 0;
}
.horizontal-accordion-item img {
  display: inline-block;
}
.horizontal-accordion-item .toggle-wrap {
  position: relative;
}
.horizontal-accordion-item .toggle-wrap .operand-wrapper {
  margin-top: 10px;
  z-index: 5;
  float: none;
}
.horizontal-accordion-item .item-header {
  margin-top: 25px;
}
.horizontal-accordion-item .icon {
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
}

.horizontal-accordion {
  padding: 20px 0;
}
.horizontal-accordion .bg-grey:nth-child(n + 2) {
  margin-top: 20px;
}

.slide-content-big {
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #0099ff;
  display: none;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
}

.slide-content-small {
  display: none;
  padding: 20px;
  background-color: #0099ff;
  color: #fff;
}

.toggle-wrap {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}

.toggle-wrap .toggle-horizontal-accordion,
.toggle-wrap[active="false"] .toggle-horizontal-accordion {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #0099ff transparent;
}

.toggle-wrap[active="true"] .toggle-horizontal-accordion {
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #0099ff transparent;
}

.toggle-horizontal-accordion,
.toggle-horizontal-accordion[active="false"] {
  cursor: pointer;
  width: 21px;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #0099ff transparent;
  padding-bottom: 5px;
}

.slide-content-internal {
  width: 50%;
  margin: 0 auto;
}

.toggle-horizontal-accordion[active="true"] {
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #0099ff transparent;
}

@media screen and (min-width: 992px) {
  .horizontal-accordion-item {
    padding: 0 70px 0;
  }
  .horizontal-accordion .row:not(.first-of-type) {
    margin-top: 40px;
  }
  .horizontal-accordion-item > p {
    padding-bottom: 10px;
  }
  .horizontal-accordion {
    padding: 45px 0 60px;
  }
  .slide-content-small {
    margin-left: -60px;
    margin-right: -60px;
  }
  .slide-content-internal {
    padding: 40px 0;
  }
}

img.centered-image {
  margin: 0 auto;
}

.col-xs-12 img.centered-image {
  margin: 10% auto 0;
}

.variable-column-images {
  text-align: center;
  position: relative;
}
.variable-column-images a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.variable-column-images a:hover {
  text-decoration: none;
}
.variable-column-images .relative-container {
  padding-bottom: 20px;
  margin: 0 auto;
  height: 140px;
  display: table;
  width: 100%;
}
.variable-column-images .relative-container img {
  display: block;
}
.variable-column-images .variable-column-text a {
  color: #ffa64d;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .variable-column-images .col-xs-12 {
    position: static;
  }
  .variable-column-images .col-xs-12:nth-child(1) {
    padding-right: 0;
  }
  .variable-column-images .col-xs-12:nth-child(2) {
    padding: 0;
  }
  .variable-column-images .col-xs-12:nth-child(3) {
    padding-left: 0;
  }
  .variable-column-images .variable-column-text {
    position: relative;
  }
  .variable-column-images .variable-column-text .text-block {
    padding: 10px 15px;
  }
  .variable-column-images .variable-column-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffa64d;
    left: 50%;
    transform: translateX(-50%);
  }
}

.classic-accordion .toggle-content {
  text-align: left;
  border: 1px solid transparent;
  padding-right: 50px;
  padding-bottom: 20px;
  max-width: 80%;
}

.classic-accordion .col-xs-12:last-of-type .accordion-wrapper {
  border-bottom: 1px solid #00447c;
}

h4.classic-accordion-toggle {
  cursor: pointer;
  padding: 20px 30px 20px 0;
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  color: #0099ff;
  position: relative;
}
h4.classic-accordion-toggle .operand-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
h4.classic-accordion-toggle span.toggle-icon:before {
  content: url("../images/plus.png");
}

.accordion-wrapper {
  padding: 0;
  border-top: 1px solid #00447c;
}

.row-classic-accordion {
  padding-top: 35px;
  padding-bottom: 35px;
}

.vertical-stats {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 140px;
}
.vertical-stats .stat h2 {
  font-size: 40px;
  color: #0099ff;
}
.vertical-stats .stat .desc {
  text-transform: uppercase;
  font-size: 15px;
  color: #00447c;
}
.vertical-stats .stat .border-orange {
  width: 30%;
  height: 1px;
  border-top: 1px solid #ffa64d;
  margin: 0 auto;
  margin-top: 40px;
}

.row + .horizontal-stats-row {
  margin-top: 40px;
}

.horizontal-stats-row {
  margin-bottom: 40px;
}
.horizontal-stats-row .stat h2 {
  font-size: 42px;
  color: #0099ff;
}
.horizontal-stats-row .stat .desc {
  text-transform: uppercase;
  font-size: 15px;
  color: #00447c;
  font-weight: strong;
}
.horizontal-stats-row .stat .border-orange {
  width: 30%;
  height: 1px;
  border-top: 1px solid #ffa64d;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .horizontal-stats-row .col-xs-12 + .col-xs-12 {
    border-left: 1px solid #ffa64d;
  }
  .horizontal-stats-row .row + .horizontal-stats-row {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-stats-row {
    margin-bottom: 80px;
  }
  .row + .horizontal-stats-row {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .horizontal-stats-row .stat h2 {
    font-size: 63px;
  }
  .horizontal-stats-row .stat h2 + .desc {
    margin-top: 20px;
  }
}

.grw-slider .rplg-slider-prev {
  left: 0 !important;
  top: 95% !important;
}

.grw-slider .rplg-slider-next {
  right: 0 !important;
  top: 95% !important;
}
/*use images in media library /*/
@media screen and (min-width: 992px) {
  /* homepage slider images*/
  .slick-slide div .hero.home-1 {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2016/09/WellData-hero-images_carousel_2.jpg");
  }
  .slick-slide div .hero.home-2 {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2016/09/WellData-hero-images_carousel_3.jpg");
  }
  .slick-slide div .hero.home-3 {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2016/09/WellData-hero-images_carousel_4.jpg");
  }
  .slick-slide div .hero.home-4 {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2016/09/WellData-hero-images_carousel_1.jpg");
  }

  /*/section heros/*/
  .slick-slide div .hero.about-us {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/05/WellData-hero_about-us-1.jpg");
  }
  .slick-slide div .hero.db-services {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/05/WellData-hero_database-services.jpg");
  }
  .slick-slide div .hero.technologies {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/05/WellData-hero_technologies.jpg");
  }
  .slick-slide div .hero.it-services {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2018/01/WellData-hero_it-services.jpg");
  }
  .slick-slide div .hero.why-welldata {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/05/WellData-hero_why-welldata.jpg");
  }
  .slick-slide div .hero.resources {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/05/WellData-hero_blog.jpg");
  }
  .slick-slide div .hero.contact {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/05/WellData-hero_contact.jpg");
  }
  .slick-slide div .hero.higher-education {
    background-image: url("http://www.welldata.co.uk/wp-content/uploads/2021/01/banner-2-scaled.jpg");
  }
  .slick-slide div .hero.oracle-campaign {
    background-image: url("http://www.welldata.co.uk/wp-content/uploads/2020/06/Oracle-banner-2020.png");
    background-position-x: left;
    background-position-y: top;
  }
  /*/section headers /*/
  .hero.skinny.it-services-sub,
  .hero.skinny.oracle-management-cloud {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2018/01/WellData_IT-services_all-pages.jpg");
  }
  .hero.skinny.db-services-sub,
  .hero.skinny.technologies-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/06/WellData_database-services_all-pages.jpg");
  }
  .hero.skinny.why-welldata-sub,
  .hero.skinny.business-it-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/uploads/2017/06/WellData_why-welldata_all-pages.jpg");
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* homepage slider images*/
  .slick-slide div .hero.home-1 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/768-991/carousel_1_991.jpg");
  }
  .slick-slide div .hero.home-2 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/768-991/carousel_2_991.jpg");
  }
  .slick-slide div .hero.home-3 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/768-991/carousel_3_991.jpg");
  }
  .slick-slide div .hero.home-4 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/768-991/carousel_4_991.jpg");
  }

  /*/section heros/*/
  .slick-slide div .hero.about-us {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_about-us_991.jpg");
  }
  .slick-slide div .hero.db-services {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_database-services_991.jpg");
  }
  .slick-slide div .hero.technologies {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_technologies_991.jpg");
  }
  .slick-slide div .hero.it-services {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_it-services_991.jpg");
  }
  .slick-slide div .hero.why-welldata {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_why-welldata_991.jpg");
  }
  .slick-slide div .hero.resources {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_blog_991.jpg");
  }
  .slick-slide div .hero.contact {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_contact_991.jpg");
  }
  .slick-slide div .hero.higher-education {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_higher-education_991.jpg");
  }
  .slick-slide div .hero.oracle-campaign {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/768-991/hero_oracle_991.jpg");
    background-position-x: left;
    background-position-y: top;
  }

  /*/section headers /*/
  .hero.skinny.it-services-sub,
  .hero.skinny.oracle-management-cloud {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/768-991/it-services-section-header_991.jpg");
  }
  .hero.skinny.db-services-sub,
  .hero.skinny.technologies-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/768-991/database-services-section-header_991.jpg");
  }
  .hero.skinny.why-welldata-sub,
  .hero.skinny.business-it-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/768-991/why-welldata-section-header_991.jpg");
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* homepage slider images*/
  .slick-slide div .hero.home-1 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/576-767/carousel_1_767.jpg");
  }
  .slick-slide div .hero.home-2 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/576-767/carousel_2_767.jpg");
  }
  .slick-slide div .hero.home-3 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/576-767/carousel_3_767.jpg");
  }
  .slick-slide div .hero.home-4 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/576-767/carousel_4_767.jpg");
  }
  /*/section heros/*/
  .slick-slide div .hero.about-us {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_about-us_767.jpg");
  }
  .slick-slide div .hero.db-services {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_database-services_767.jpg");
  }
  .slick-slide div .hero.technologies {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_technologies_767.jpg");
  }
  .slick-slide div .hero.it-services {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_it-services_767.jpg");
  }
  .slick-slide div .hero.why-welldata {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_why-welldata_767.jpg");
  }
  .slick-slide div .hero.resources {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_blog_767.jpg");
  }
  .slick-slide div .hero.contact {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_contact_767.jpg");
  }
  .slick-slide div .hero.higher-education {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_higher-education_767.jpg");
  }
  .slick-slide div .hero.oracle-campaign {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/576-767/hero_oracle_767.jpg");
    background-position-x: left;
    background-position-y: top;
  }
  /*/section headers /*/
  .hero.skinny.it-services-sub,
  .hero.skinny.oracle-management-cloud {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/576-767/it-services-section-header_767.jpg");
  }
  .hero.skinny.db-services-sub,
  .hero.skinny.technologies-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/576-767/database-services-section-header_767.jpg");
  }
  .hero.skinny.why-welldata-sub,
  .hero.skinny.business-it-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/576-767/why-welldata-section-header_767.jpg");
  }
}
@media screen and (max-width: 575px) {
  /* homepage slider images*/
  .slick-slide div .hero.home-1 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/xs-575/carousel_1_575.jpg");
  }
  .slick-slide div .hero.home-2 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/xs-575/carousel_2_575.jpg");
  }
  .slick-slide div .hero.home-3 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/xs-575/carousel_3_575.jpg");
  }
  .slick-slide div .hero.home-4 {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/homepage-slider/xs-575/carousel_4_575.jpg");
  }
  /*/section heros/*/
  .slick-slide div .hero.about-us {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_about-us_575.jpg");
  }
  .slick-slide div .hero.db-services {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_database-services_575.jpg");
  }
  .slick-slide div .hero.technologies {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_technologies_575.jpg");
  }
  .slick-slide div .hero.it-services {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_it-services_575.jpg");
  }
  .slick-slide div .hero.why-welldata {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_why-welldata_575.jpg");
  }
  .slick-slide div .hero.resources {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_blog_575.jpg");
  }
  .slick-slide div .hero.contact {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_contact_575.jpg");
  }
  .slick-slide div .hero.higher-education {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_higher-education_575.jpg");
  }
  .slick-slide div .hero.oracle-campaign {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/heros/xs-575/hero_oracle_575.jpg");
    background-position-x: left;
    background-position-y: top;
  }

  /*/section headers /*/
  .hero.skinny.it-services-sub,
  .hero.skinny.oracle-management-cloud {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/xs-575/it-services-section-header_575.jpg");
  }
  .hero.skinny.db-services-sub,
  .hero.skinny.technologies-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/xs-575/database-services-section-header_575.jpg");
  }
  .hero.skinny.why-welldata-sub,
  .hero.skinny.business-it-sub {
    background-image: url("https://www.welldata.co.uk/wp-content/themes/wpbase/images/section-headers/xs-575/why-welldata-section-header_575.jpg");
  }
}
/*# sourceMappingURL=theme.css.map */
